Hello,

I am trying to run a ULC application in Oracle App Server 10gR2.  I have 
the application working via a web start in OC4J on my desktop.  However 
when I deploy the same ear file to the App Server I get the following two 
exceptions when I try to launch my app:

"OC4J~ism_ulc~default_island~1" 186 lines, 14743 characters
        at 
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
        at 
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
        at 
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
        at java.lang.Thread.run(Thread.java:534)
]
06/10/19 12:38:09 2      19.10.2006 12:38:09.394        1,000   SEVERE 
Thread[AJPRequestHandler-ApplicationServerThread-7,5,Applica
tionServerThreadGroup] 
com.ulcjava.container.servlet.server.ServletContainerAdapterHelper      b  
    got servlet exception while
processing      [javax.servlet.ServletException: unable to get ulc session 
(session already terminated)
        at 
com.ulcjava.container.servlet.server.ContainerCommand.getUlcSession(ContainerCommand.java:27)
        at 
com.ulcjava.container.servlet.server.RemoveSessionCommand.handleRequestContent(RemoveSessionCommand.java:10)
        at 
com.ulcjava.container.servlet.server.ContainerCommand.execute(ContainerCommand.java:43)
        at 
com.ulcjava.container.servlet.server.ServletContainerAdapterHelper.b(ServletContainerAdapterHelper.java:175)
        at 
com.ulcjava.container.servlet.server.ServletContainerAdapterHelper.service(ServletContainerAdapterHelper.java:86)
        at 
com.ulcjava.container.servlet.server.ServletContainerAdapter.service(ServletContainerAdapter.java:1)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
        at 
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
        at 
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
        at 
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
        at 
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
        at 
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
        at java.lang.Thread.run(Thread.java:534)

It should be noted that the web start downloads sucessfully along with all 
the client jars.  This error looks like the ulc servlet is having a 
problem when the jnlp lunacher is trying to compunicate back to the server 
side to bootstrap the application.  This happens the first time the 
application is run after restarting the app server as well as on 
subsequent attempts.  I realize this might be a configuration issue with 
my app server, however I am looking for suggestions on what kinds of 
things can cause this error.. or at least what this error means.  Thanks.


Michael MacFadden
Tomax Corp - http://www.tomax.com
[EMAIL PROTECTED]
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to