Hey folks, I'm designing a MDB application.  I'm currently running into an issue where 
after about 1600 messages are processed it throws an exception  (see below).  Does 
anybody have any idea what's going on?  

Thanks!


13:01:33,052 INFO  [STDOUT] TREMessageEJB got TextMessage: Y11314
13:01:33,052 INFO  [STDOUT] CSMessageEJB got TextMessage: Y11305
13:01:33,052 INFO  [STDOUT] Cannot authenticate user; - nested throwable: 
(java.net.BindException: Address already in use: connect)
13:01:33,052 ERROR [STDERR] org.jboss.mq.SpyJMSException: Cannot authenticate user; - 
nested throwable: (java.net.BindException: Add
ress already in use: connect)
13:01:33,052 INFO  [STDOUT] CSMessageEJB got TextMessage: Y11309
13:01:33,052 ERROR [STDERR]     at 
org.jboss.mq.Connection.authenticate(Connection.java:883)
13:01:33,052 ERROR [STDERR]     at org.jboss.mq.Connection.(Connection.java:238)
13:01:33,052 ERROR [STDERR]     at org.jboss.mq.Connection.(Connection.java:315)
13:01:33,052 ERROR [STDERR]     at org.jboss.mq.SpyConnection.(SpyConnection.java:60)
13:01:33,052 ERROR [STDERR]     at 
org.jboss.mq.SpyConnectionFactory.createQueueConnection(SpyConnectionFactory.java:116)
13:01:33,052 ERROR [STDERR]     at 
helloworld.messagebeanserver.TREMessageEJB.sendMessage(TREMessageEJB.java:137)
13:01:33,052 ERROR [STDERR]     at 
helloworld.messagebeanserver.TREMessageEJB.onMessage(TREMessageEJB.java:93)
13:01:33,068 ERROR [STDERR]     at 
sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
13:01:33,068 ERROR [STDERR]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled
 Code))

13:01:33,068 ERROR [STDERR]     at 
java.lang.reflect.Method.invoke(Method.java(Compiled Code))
13:01:33,068 ERROR [STDERR]     at 
org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java(Comp
iled Code))
13:01:33,068 ERROR [STDERR]     at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionIntercept
or.java(Compiled Code))
13:01:33,115 ERROR [STDERR]     at 
org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.ja
va(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java(Compiled
 Code))

13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:240)
13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java(Compiled
 Code
))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java(Com
piled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java(Compiled
 Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.Container.invoke(Container.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java(Compiled 
Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.j
ava(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java(Compiled
 Co
de))
13:01:33,131 INFO  [STDOUT] TREMessageEJB got TextMessage: Y11316
13:01:33,131 ERROR [STDERR]     at 
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.mq.SpySession.run(SpySession.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.jms.asf.StdServerSession.run(StdServerSession.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:732)
13:01:33,131 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:568)
13:01:33,131 INFO  [STDOUT] TREMessageEJB got TextMessage: Y11315
13:01:33,131 INFO  [STDOUT] TREMessageEJB got TextMessage: Y11317
13:01:33,131 ERROR [STDERR] Caused by: java.net.BindException: Address already in use: 
connect
13:01:33,131 ERROR [STDERR]     at java.net.PlainSocketImpl.socketConnect(Native 
Method)
13:01:33,131 ERROR [STDERR]     at 
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
java.net.PlainSocketImpl.connect(PlainSocketImpl.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at java.net.Socket.connect(Socket.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at java.net.Socket.connect(Socket.java(Inlined 
Compiled Code))
13:01:33,131 ERROR [STDERR]     at java.net.Socket.(Socket.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at java.net.Socket.(Socket.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at javax.net.DefaultSocketFactory.createSocket(Unknown 
Source)
13:01:33,131 ERROR [STDERR]     at 
org.jboss.mq.il.oil.OILServerIL.createConnection(OILServerIL.java:563)
13:01:33,131 ERROR [STDERR]     at 
org.jboss.mq.il.oil.OILServerIL.checkConnection(OILServerIL.java(Compiled Code))
13:01:33,131 ERROR [STDERR]     at 
org.jboss.mq.il.oil.OILServerIL.authenticate(OILServerIL.java:289)
13:01:33,131 ERROR [STDERR]     at 
org.jboss.mq.Connection.authenticate(Connection.java:876)
13:01:33,146 ERROR [STDERR]     ... 29 more

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824761#3824761";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824761>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to