Thanks, I was having trouble finding this information.  Is this documented
anywhere?

Do you have any clues about the EOFException problem that I am getting?

--jason


On Fri, 29 Jun 2001, Hiram Chirino wrote:
>
> The OIL (stands for Optimized Invocation Layer).  Just means that we use a
> custom socket level protocol to talk to the server.  Every connection
> established uses 2 sockets (#1 for the client to talked to the server, and
> #2 for the server to 'push' async messages to the client).  The seconds
> socket is established by the server connecting to the client, so this could
> be not such a good thing for clients behind a firewall.  The UIL try to
> solve this problem.
>
> The UIL (stands for Unified Invocation Layer) uses the same basic socket
> protocol that the OIL uses but it under it It also places a socket
> multiplexing protocol so that it creates 2 "virtual" sockets out the one
> physical socket the client established to the server.
>
> Regards,
> Hiram
>
> >From: Jason Dillon <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: [JBoss-dev] MDB problem with latest CVS?
> >Date: Wed, 27 Jun 2001 18:14:55 -0700 (PDT)
> >
> >Hey, I had to stop playing with build systems and get some actual work
> >done.
> >I was finishing up integrating the JMS RA support, so my application has
> >better JMS/EJB TX integration and I started getting messages like the
> >snippet below.  The application seems to behave as normal, but I am
> >concerned that this might cause problems underload.
> >
> >This seems to happen quite frequently.  I breifly looked into the
> >exception,
> >but it is not obvious to me what might be wrong, or even if there is
> >something wrong at all.
> >
> >On a related note could someone explain what the difference between UIL and
> >OIL is?
> >
> ><snip>
> >java.io.EOFException
> >     at java.io.ObjectInputStream.readByte(ObjectInputStream.java:1908)
> >Container factory [ConnectionReceiverOIL Server] WARN  - MDB lost
> >connection
> >to provider
> >Container factory [ConnectionReceiverOIL Server] INFO  - MDB Trying to
> >reconnect...
> >     at
> 
>>org.jbossmq.distributed.server.ConnectionReceiverOIL.run(ConnectionReceiverOIL.java:111)
> >     at java.lang.Thread.run(Thread.java:484)
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Destroying
> >JMSContainerInvoker
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Clearing 15 from
> >ServerSessionPool
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Got destination
> >type Queue
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >java.io.EOFException
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >     at java.io.ObjectInputStream.readByte(ObjectInputStream.java:1908)
> >     at
> 
>>org.jbossmq.distributed.server.ConnectionReceiverOIL.run(ConnectionReceiverOIL.java:111)
> >     at java.lang.Thread.run(Thread.java:484)
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Setting listener
> >for session
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Server Session
> >pool
> >set up
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Queue
> >connectionConsumer set up
> >Container factory [ConnectionReceiverOIL Server] DEBUG - Starting
> >JMSContainerInvoker
> >Container factory [ConnectionReceiverOIL Server] INFO  - OK - reconnected
> ></snip>
> >
> >--jason
> >
> >
> >_______________________________________________
> >Jboss-development mailing list
> >[EMAIL PROTECTED]
> >http://lists.sourceforge.net/lists/listinfo/jboss-development
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
>


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to