From: Kevin R. <kra...@ap...> - 2002-02-19 21:21:40
|
We have an application that uses Jython to implement some business rules. When we have multiple threads executing our Jython script the VM crashes. The jython script takes in a string representation of XML data, parses that into an XML Document using JAXP, generates lists of certain node types and applies business rules to those lists. It appears that where we generate the node lists the code is failing. For each excution of the code a seperate PythonInterpreter is created and used. We are running Weblogic 6.1 sp 2 with the included 1.3.1_01 VM. Any hints would be greatly appreciated. Thanks. |