Message2575

Author nobody
Recipients
Date 2007-01-02.13:33:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

Information in that file is confidential. In general it containt many weblogic tasks like:

def ServerDebug_XXX_25171():
  print 'configuring resource: ServerDebug '
  cd("Servers/"+XXX_25SERVER)
  try:
    myResource = create(XXX_25SERVER,"ServerDebug")
  except Exception:
    myResource = (getTarget("ServerDebug/"+XXX_25SERVER))
  cd("/")

This exception appears when i try to run large enough scripts (~40000 lines)
WLST even doesn't try to execute them. I tried this with amny versions of jython (latest also).

This is not urgent problem any more as i found althernative for cloning domains in weblogic. Any way WLST has nice features and it would be nice to know the reason/solution for possible future reuse.
History
Date User Action Args
2008-02-20 17:18:36adminlinkissue1623654 messages
2008-02-20 17:18:36admincreate