users@glassfish.java.net

Re: Dissapointed

From: Dies Koper <diesk_at_fast.au.fujitsu.com>
Date: Sun, 12 Jul 2009 16:35:45 +1000

Hi Adam,

I have deployed the application to the latest promoted build of GF
V2.1.1, and I did not see any error messages.

This is my environment:
- glassfish-installer-v2.1.1-b22-windows.jar
- JDK1.5
- JMS broker in REMOTE mode
- used "localhost" for the host name in the corbaname, with the same
port you used.

I used two different clusters for the two instances.
I commented out your injection of the jms/PrepareReports into a
java.util.Queue to get rid of those unrelated error messages.

I wonder whether our fix for issue 8350 is related.
https://glassfish.dev.java.net/issues/show_bug.cgi?id=8350

I hope this information helps you and others pinpoint what could be
causing the problems you've seen.

I also reduced your timer period to a 1 minute interval, and see no IIOP
timeouts even after 20 calls.
I did see the following IIOP warning about a minute before the EJB
invocations started:

[#|2009-07-12T15:59:52.218+1000|WARNING|sun-appserver2.1|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=19;_ThreadName=p:
thread-pool-1; w:
3;6000;7280;;_RequestID=8940ea7e-e092-4d6d-8611-bea52f07358c;|"IOP00410229:
(COMM_FAILURE) Blocking read failed, expected to read additional bytes:
  max wait time = 6,000ms total time spent waiting = 7,280ms"
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 229 completed: No
        at
com.sun.corba.ee.impl.logging.ORBUtilSystemException.blockingReadTimeout(ORBUtilSystemException.java:3569)
        at
com.sun.corba.ee.impl.logging.ORBUtilSystemException.blockingReadTimeout(ORBUtilSystemException.java:3593)
        at
com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.blockingRead(SocketOrChannelConnectionImpl.java:1863)
        at
com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.doOptimizedReadStrategy(SocketOrChannelConnectionImpl.java:1733)
        at
com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1263)
        at
com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:555)
|#]

Regards,
Dies


Adam Jenkins wrote:
>
> The issues are
>
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=8589 and
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=8590
>
> The first one has a netbeans project attached that reproduces things.
> Unfortunately I'm not able to point you at the source (glassfish
> source) as I don't know. It's the weekend here at the moment, and I
> don't have to start moving to JBoss until next week so I'm going to
> have an attempt at checking out the glassfish source today and hoping
> for a miracle :)