[JNDI/Naming/Network] - JMS server; - nested throwable: (java.io.EOFException)
by vas_srinuin
Hai to all,
I am using JMS sender program to push 17 Lac Text messages to JMS server,after pushing some messages my arogram giving folllowing error and Jboss application server is not working.
org.jboss.mq.SpyJMSException: Cannot send a message to the JMS server; - nested
throwable: (java.io.EOFException)
at org.jboss.mq.SpyJMSException.getAsJMSException(SpyJMSException.java:6
6)
at org.jboss.mq.SpyJMSException.rethrowAsJMSException(SpyJMSException.ja
va:51)
at org.jboss.mq.Connection.sendToServer(Connection.java:969)
at org.jboss.mq.SpySession.sendMessage(SpySession.java:975)
at org.jboss.mq.SpyMessageProducer.send(SpyMessageProducer.java:265)
at org.jboss.mq.SpyMessageProducer.send(SpyMessageProducer.java:199)
at jms.MessageSender.main(MessageSender.java:35)
Caused by: java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputSt
ream.java:2666)
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:875)
at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:29
0)
at java.lang.Thread.run(Thread.java:595)
Help me
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040820#4040820
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040820
18 years, 12 months
[JNDI/Naming/Network] - Re: Mail Service bound to java:/Mail
by vas_srinuin
"jaikiran" wrote : Those are just debug and info logs and i dont see any errors in them. Anything that you are worried about, in these logs?
Hai JaiKiran,
Thank you for you'r reply,
I am facing lot of problem,whenever i got this problem my jboss server is not running.
Is there any limitation of queue size in jboss,Using jms sender program to i am pushing 17 lac text mesages.In this situation i got the following error and jms application server not running
org.jboss.mq.SpyJMSException: Cannot send a message to the JMS server; - nested
throwable: (java.io.EOFException)
at org.jboss.mq.SpyJMSException.getAsJMSException(SpyJMSException.java:6
6)
at org.jboss.mq.SpyJMSException.rethrowAsJMSException(SpyJMSException.ja
va:51)
at org.jboss.mq.Connection.sendToServer(Connection.java:969)
at org.jboss.mq.SpySession.sendMessage(SpySession.java:975)
at org.jboss.mq.SpyMessageProducer.send(SpyMessageProducer.java:265)
at org.jboss.mq.SpyMessageProducer.send(SpyMessageProducer.java:199)
at jms.MessageSender.main(MessageSender.java:35)
Caused by: java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputSt
ream.java:2666)
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:875)
at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:29
0)
at java.lang.Thread.run(Thread.java:595)
Please Help me
Best Regards,
Srinivasu.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040818#4040818
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040818
18 years, 12 months
[JBoss Portal] - Features supported - JBoss portal 2.4
by vssn2004
Hi,
Please provide the details ASAP with Internet sources/links for the features below supported in JBoss portal 2.4:
1. Does it able to collect server level metrics like CPU Utilization, Memory Utilization, etc.
2. Is logging features available
3. Does it support integration with Office Applications like Word, Excel, PowerPoint, Visio
4. Is Documentum can be integarted?
5. Does it support to deliver the content across a spectrum of access devices - LAN,WAN,internet, mobile
6. Does it support System Intuitiveness
7. Does it support Manageability (Change Management, Network / Systems Management)
8. How flexible the configuration in its adaptive nature of the compute, storage, and network resources to changing demands from the application and application infrastructure
Thanks in advance.
Regards,
Nandini
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040813#4040813
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040813
18 years, 12 months
[JBoss Seam] - Re: socket write error with Seam Remoting
by scotto
I have upgraded to Seam 1.2.1.GA and still get this exception, however I have discovered that it appears to only happens when running the server on Windows XP.
For some reason, running the same application with JBoss on Linux does NOT give this "socket write error" exception.
Could this perhaps be something to do with different socket handling behaviour of Tomcat 6 under Windows?
anonymous wrote : I think it might have something to do with the server trying to respond to an old browser long-poll request that has since been terminated on the client side (i.e when the user navigates to another page)?
I am 100% certain this is the cause - the exception occurs consistently approximately 30 seconds after I navigate away from a Seam page containing an active Seam.Remoting.subscribe() call. (30 seconds is my Seam remoting poll-timeout value).
My guess is that when the AJAX long-poll expires, the server attempts to write a response (e.g. no messages on JMS topic) but fails with an exception because the client is no longer listening to the request (having since moved on to a new page).
Does anyone know how to fix this? The exception appears benign, however it is causing false alerts in my error log and it is frustrating that it happens under Windows and not Linux.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040803#4040803
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040803
18 years, 12 months