users@glassfish.java.net

about exception when running ejb on iiops...

From: <glassfish_at_javadesktop.org>
Date: Tue, 08 Jul 2008 00:42:40 PDT

Dear all, I can successfully (seems to be) running ejb over iiops after referring this thread:
http://forums.java.net/jive/thread.jspa?threadID=35327
in which I can **get my expected outcome** when calling ejb in a standalone java application, and no exception is caught in the client side, but a strange thing is, when I read the glassfish server log: it shows a warning as follow:

[#|2008-07-08T07:22:15.269+0008|WARNING|sun-appserver9.1|javax.enterprise.resource.corba.ee._CORBA_.rpc.transport|_ThreadID=22;_ThreadName=p: thread-pool-1; w: 6;Thread[p: thread-pool-1; w: 6,5,main];org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No;_RequestID=43d72937-15c1-49da-952a-4560c952b017;|"IOP00710311: (INTERNAL) Worker thread Thread[p: thread-pool-1; w: 6,5,main] caught throwable org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No while executing work."
org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 311 completed: No
        at com.sun.corba.ee.impl.logging.ORBUtilSystemException.workerThreadDoWorkThrowable(ORBUtilSystemException.java:7706)
        at com.sun.corba.ee.impl.logging.ORBUtilSystemException.workerThreadDoWorkThrowable(ORBUtilSystemException.java:7730)
        at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:558)
|#]

Does anyone know why? Is it harmful?
Thanks a lot for any advices!!
[Message sent by forum member 'lau0001' (lau0001)]

http://forums.java.net/jive/thread.jspa?messageID=284951