[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot send a message to the JMS Server

2005-05-12 Thread bkmenon
Hi darranl,
I have to use JBoss 3.2.3 version, coz its a standard on which my framework has 
been built.

Hi genman,
I do have a clue. I think it is because of the hectic transfer of messages back 
and forth between the java client and the server. Apart from this I dont have a 
clue.

What Say?

Thanks for the response.
B. Krishna Menon.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877509#3877509

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877509


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot send a message to the JMS Server

2005-05-12 Thread bkmenon
Hello is there anyone, who is watching these posts? Or nobody is interested in 
replying for messages?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877462#3877462

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877462


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.Out of memory Error

2005-05-03 Thread bkmenon
Hi Saurabh,

I am also facing the same problem. Btw, which version of jBoss you use? I am 
currently using jBoss 3.2.3 and Hibernate 3.0 with JMS. If you find the 
solution for the problem, can you please post the same in the forums? 

Thanks and regards,

B. Krishna Menon.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876313#3876313

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876313


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Cannot send a message to the JMS Server

2005-04-28 Thread bkmenon
Hello all,

I am running tests using a client program that test my schedule classes on the 
jBoss3.2.3 server.  The schedule classes talk back to the client using JMS 
messages. After talking sometime, suddenly the jBoss server showing the 
following error and the client stops responding.

2005-04-28 17:13:09,709 ERROR [STDERR] java.lang.OutOfMemoryError
2005-04-28 17:13:11,131 ERROR [STDERR] java.lang.OutOfMemoryError
2005-04-28 17:13:11,146 ERROR [STDERR] org.jboss.mq.SpyJMSException: Cannot 
send a message to the JMS server; - nested throwable: (java.io.EOFException)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.jboss.mq.Connection.sendToServer(Connection.java:1251)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.jboss.mq.SpySession.sendMessage(SpySession.java:732)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.jboss.mq.SpyQueueSender.internalSend(SpyQueueSender.java:118)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.jboss.mq.SpyQueueSender.send(SpyQueueSender.java:68)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
com.teradata.tap.system.logging.QueueAccessor.write(QueueAccessor.java:111)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
com.teradata.tap.system.logging.LogQueueAppender.append(LogQueueAppender.java:80)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:57)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.apache.log4j.Category.callAppenders(Category.java:187)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.apache.log4j.Category.forcedLog(Category.java:372)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.apache.log4j.Category.info(Category.java:674)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
com.teradata.tap.system.scheduler.JobExecutor.run(JobExecutor.java:55)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
com.teradata.tap.system.pool.WorkerThread.run(WorkerThread.java:91)
2005-04-28 17:13:11,146 ERROR [STDERR] Caused by: java.io.EOFException
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2603)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.jboss.mq.il.oil.OILServerIL.waitAnswer(OILServerIL.java:601)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.jboss.mq.il.oil.OILServerIL.addMessage(OILServerIL.java:219)
2005-04-28 17:13:11,146 ERROR [STDERR]  at 
org.jboss.mq.Connection.sendToServer(Connection.java:1243)
2005-04-28 17:13:11,146 ERROR [STDERR]  ... 12 more

I have no clue about this error and why this error is coming. Can somebody 
please help me out from this exception situation.

Advanced Thanks,
B. Krishna Menon.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875785#3875785

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875785


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user