Oracle Weblogic Server (MOSC)

MOSC Banner

BEA-050001 WLContext.close() was called in a different thread than the one in which it was created

edited Sep 2, 2015 10:02AM in Oracle Weblogic Server (MOSC) 2 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center