[JBoss-user] [Messaging, JMS JBossMQ] - JBOSS Crashing on Linux while sending JMS messages Irregula

2006-06-19 Thread sumesh_ps
Hi All,

Our Application is running on  Red Hat Enterprise Linux ES release 4 (Nahant) 
Kernel version : Linux  2.6.9-5.ELsmp #1 SMP i686 i686 i386 GNU/Linux 

JDK version : 1.4.2_07
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode) 

Jboss : Jboss 4.0.0 


We have one incoming queue with name 'Incoming'
and more than one outgoing queue named queue/M1 
ans one MDB to listen the Incoming queue.

JMS clients are in a different JVMs, machines.

Occassionally sending of JMS messages CRASHES JBOSS 
Please find the given below log of one such occation


We are getting  JMS error 

***2006-06-18 15:40:09,953 DEBUG 
[org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on IOE
   java.net.SocketException: Socket closed

see the application stack trace below

sometimes after JMS messages sender this error Jboss crahes with a Messages 
REAL TIME SIGNAL 27


Pls give some hints to solve this issue, if anybody have come across this type 
of issue.

Thanks in Advance
Sumesh

2006-06-18 15:40:09,804 DEBUG 
[com.mobiapps.mtrak.outgoing.controllerbean.OutgoingMessageControllerBean] 
Database updated Successfully for message with reference No: 
1806060281
2006-06-18 15:40:09,804 DEBUG 
[com.mobiapps.mtrak.outgoing.controllerbean.OutgoingMessageControllerBean] 
updateDB Ended
2006-06-18 15:40:09,804 DEBUG 
[com.mobiapps.mtrak.outgoing.controllerbean.OutgoingMessageControllerBean] 
sendMessage Started
2006-06-18 15:40:09,805 INFO  
[com.mobiapps.mtrak.outgoing.controllerbean.OutgoingMessageControllerBean] 
Sending message to the queue
2006-06-18 15:40:09,809 INFO  
[com.mobiapps.mtrak.outgoing.sender.MessageSender] messageType :T
2006-06-18 15:40:09,809 INFO  
[com.mobiapps.mtrak.outgoing.sender.MessageSender] mobileNumber :919880311563
2006-06-18 15:40:09,809 INFO  
[com.mobiapps.mtrak.outgoing.sender.MessageSender] queueId :queue/M1
2006-06-18 15:40:09,809 INFO  
[com.mobiapps.mtrak.outgoing.sender.MessageSender] refNo 
:1806060281
2006-06-18 15:40:09,809 INFO  
[com.mobiapps.mtrak.outgoing.sender.MessageSender] message 
:CM0800906122P#M###Q2U867##s*Ns*###c###37
2006-06-18 15:40:09,809 INFO  
[com.mobiapps.mtrak.outgoing.sender.MessageSender] Sending message to queue 
queue/M1 with destination number 919880311563
2006-06-18 15:40:09,818 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
properties: {user=root, password=--hidden--}
2006-06-18 15:40:09,851 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
properties: {user=root, password=--hidden--}
2006-06-18 15:40:09,856 DEBUG 
[org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory] Extracting 
SpyConnectionFactory from reference
2006-06-18 15:40:09,858 DEBUG 
[org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory] The 
GenericConnectionFactory is: [EMAIL PROTECTED] 
connectionProperties={UIL_ADDRESS_KEY=192.168.6.187, UIL_CHUNKSIZE_KEY=100, 
UIL_TCPNODELAY_KEY=yes, 
ClientILService=org.jboss.mq.il.uil2.UILClientILService, UIL_PORT_KEY=8093, 
UIL_BUFFERSIZE_KEY=2048, PingPeriod=6}]
2006-06-18 15:40:09,860 DEBUG 
[org.jboss.mq.referenceable.SpyDestinationObjectFactory] 
SpyDestinationObjectFactory-getObjectInstance()
2006-06-18 15:40:09,877 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
ReadTask.run
2006-06-18 15:40:09,879 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
ReadTask.run
2006-06-18 15:40:09,882 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
WriteTask.run
2006-06-18 15:40:09,883 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectOutputStream
2006-06-18 15:40:09,883 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
WriteTask.run
2006-06-18 15:40:09,883 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectOutputStream
2006-06-18 15:40:09,884 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectInputStream
2006-06-18 15:40:09,885 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
properties: {user=root, password=--hidden--}
2006-06-18 15:40:09,886 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectInputStream
2006-06-18 15:40:09,890 DEBUG [org.jboss.mq.il.uil2.UILClientILService] Starting
2006-06-18 15:40:09,898 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] 
Setting up the UILClientIL Connection
2006-06-18 15:40:09,898 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] 
The UILClientIL Connection is set up
2006-06-18 15:40:09,927 DEBUG [org.jboss.mq.security.SecurityManager] No 
SecurityMetadadata was available for M1 using default security config
2006-06-18 15:40:09,933 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
properties: {user=root, password=--hidden--}
2006-06-18 15:40:09,946 DEBUG 

[JBoss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError while Jboss deploy's my appli

2004-12-16 Thread sumesh_ps
Why don't you try to give JVm options -Xms256m -Xmx512m -XX:MaxPermSize:126m in 
run.conf $JBOSS_HOME/bin

Cheers

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3858906#3858906

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858906


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Javassist user questions] - Re: starting JBOSS server services at the time of system reb

2004-05-23 Thread sumesh_ps
if you are using linux copy the jboss_home/bin/redhat_init_jboss.sh 
to /etc/init.d and rename it to jboss and set correct jboss_home and java_home  path 
then you can set jboss as service .

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835987#3835987

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835987


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Jboss JVM option -Xmx -Xms

2004-03-10 Thread sumesh_ps
In our production server ,Server have 4GB RAM in that 

1.We tried with -Xms512m -Xmx512m then what happed 
  one or two hours after restarting again system hangs up 
  and users not able to get the page.
2.Then we started testing with bigger value that will be most suitable.
   Finally we have given -Xms:1576 , -Xmx:1576 ,-Xss128k.

3.Now what is happening is Server is running 3,4 days after that 
   free Heap size comes to 150-200m then Server hangs up.Then  
   after restart lot of heap free space and running fine.
  
   what may be the possibilities for this issue?

   Did any gone through situation like this ?

   Friends suggest some solutions?

   Thanks in advance

  

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825030#3825030;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825030Reply 
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=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user