marty07458
Programmer
Has anyone seen this and know of a fix?
using WSAD 5.1.0 running in Windows. problem with
org.omg.CORBA.ORB.init(args, props) ;
when called from WSAD integrated test server (5.0) running on desktop com.ibm.rmi.iiop.WorkerThread tries to run() over and over again (caught this using the profiler). Making JVM 100% busy and locking up the local test server).
Thinking that some properties file is missing, but do not know what it could be.
Using WSAD 5.1.1, no problem, but I can't use 5.1.1.
Also running as application works fine (i.e. only a problem when using within a servlet running in the integrated nment). Does not seem to be a problem running on real websphere server on AIX.
using WSAD 5.1.0 running in Windows. problem with
org.omg.CORBA.ORB.init(args, props) ;
when called from WSAD integrated test server (5.0) running on desktop com.ibm.rmi.iiop.WorkerThread tries to run() over and over again (caught this using the profiler). Making JVM 100% busy and locking up the local test server).
Thinking that some properties file is missing, but do not know what it could be.
Using WSAD 5.1.1, no problem, but I can't use 5.1.1.
Also running as application works fine (i.e. only a problem when using within a servlet running in the integrated nment). Does not seem to be a problem running on real websphere server on AIX.