Bugs item #542365, was opened at 2002-04-11 02:09
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=542365&group_id=22866

Category: JBossMQ
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Luttrell (objec)
Assigned to: Nobody/Anonymous (nobody)
Summary: OIL ConnectionFactory Not working

Initial Comment:

I attempted to get the following classes from the
example set HelloSubscriber25 and HelloPublisher25
working with JBoss3.0 beta2 (cvs build 2002.04.11
~12:10am cst), but when I publish the messages, jboss
pukes.

If I switch the connectionfactory to
RMIConnectionFactory, the messages work.

Here's the output when it failes:

2002-04-11 01:06:13,841 INFO 
[org.jboss.system.server.Server] JBoss (MX MicroKernel)
[3.0.0beta2 Date:200204110050] Started in 0m:33s:578ms
2002-04-11 01:55:57,482 DEBUG
[org.jboss.mq.il.oil.OILClientIL]
ConnectionReceiverOILClient is connecting to:
192.168.46.8:55612
2002-04-11 01:55:57,488 ERROR
[org.jboss.mq.il.oil.OILClientIL] Cannot connect to the
ConnectionReceiver/Server
java.net.SocketException: errno: 97, error: Address
family not supported by protocol for fd: 28
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:355)
        at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:142)
        at
java.net.PlainSocketImpl.connect(PlainSocketImpl.java:129)
        at java.net.Socket.<init>(Socket.java:273)
        at java.net.Socket.<init>(Socket.java:127)
        at
org.jboss.mq.il.oil.OILClientIL.createConnection(OILClientIL.java:175)
        at
org.jboss.mq.il.oil.OILClientIL.checkSocket(OILClientIL.java:156)
        at
org.jboss.mq.il.oil.OILClientIL.pong(OILClientIL.java:112)
        at org.jboss.mq.server.JMSServer.ping(JMSServer.java:926)
        at
org.jboss.mq.server.JMSServerInvokerSupport.ping(JMSServerInvokerSupport.java:300)
        at
org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:308)
        at java.lang.Thread.run(Thread.java:484)
2002-04-11 01:55:57,492 WARN 
[org.jboss.mq.il.oil.OILServerILService] Client request
resulted in a server exception: 
org.jboss.mq.SpyJMSException: Could not pong
        at org.jboss.mq.server.JMSServer.ping(JMSServer.java:930)
        at
org.jboss.mq.server.JMSServerInvokerSupport.ping(JMSServerInvokerSupport.java:300)
        at
org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:308)
        at java.lang.Thread.run(Thread.java:484)
linked exception is:
java.rmi.RemoteException: Cannot connect to the
ConnectionReceiver/Server
        at
org.jboss.mq.il.oil.OILClientIL.createConnection(OILClientIL.java:183)
        at
org.jboss.mq.il.oil.OILClientIL.checkSocket(OILClientIL.java:156)
        at
org.jboss.mq.il.oil.OILClientIL.pong(OILClientIL.java:112)
        at org.jboss.mq.server.JMSServer.ping(JMSServer.java:926)
        at
org.jboss.mq.server.JMSServerInvokerSupport.ping(JMSServerInvokerSupport.java:300)
        at
org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:308)
        at java.lang.Thread.run(Thread.java:484)





----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=542365&group_id=22866

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

Reply via email to