BEA-050001 WLContext.close() was called in a different thread than the one in which it was created
Hi all,
I get with WLST the following warning:
BEA-050001 WLContext.close() was called in a different thread than the one in which it was created
Script structure ist:
.... [init]
for i in range(4)
line=file.readline()
line1=line[:-1]
application=line1
edit()
startEdit()
deploy(application,path=application, targets='ManagedServer')
save()
activate()
f.close
after successful deplyemt, I get in Eclipse the warning too. What is wrong?
Thanks in advance,
Moh