[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-25 Thread PeterJ
You cannot go by the memory sizes given by ps. In other words, if you add up the memory used by all processes the sum will be much larger than the actual amount of memory used, mainly because any shared libraries and shared memory areas appear physically only once in memory but are listed for ea

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-25 Thread gothemilan
Hi, The java instances are occupying so much memory in server, how can we flush the memory. And next time jboss restarted it happens the same thing, so many java instances are running in the background when i checked using #ps -ALL command in the linux server. Is this suppose to happen with Lin

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-24 Thread PeterJ
Seeing multiple java processes running just means that the threading model being used by the OS causes a separate process to be run for each thread. There is a Linux kernel option that governs which threading model to use, googling should turn up the option. View the original post : http://www

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-24 Thread gothemilan
Hi, There is one more hints i found in the server that, there are running more java instances like more than 20 java, and more than 1 jboss is running in the server in background(Linux RHEL4ES). Following are the processes running in the server in background.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-10 Thread gothemilan
Hi, What is the core function of this file jbossjca-service.xml , is this causing the issue? For the further information, We have been using apache 2.0.52 and jboss 4.0.3SP1 and mod_jk combination. Thanks Milan Gothe View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-10 Thread francis17101970
here you find some useful information about it http://wiki.jboss.org/wiki/JBossASTuningSliming basically tune your GC and switch off all services which are not needed regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175513#4175513 Reply to the post

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-09 Thread gothemilan
Hi JaiKiran, I also want to know what are the core files in jboss to configure regarding the performance tuning and all. Thanks. Milan Gothe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175326#4175326 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-09 Thread gothemilan
Hi, Actually i'm not using jmx-console to check the in use connection count. In fact, we mapped the application in specific folder,changing the context file and we couldn't access the web-console and jmx-console.So, we can only use one at a time either jboss jmx-console or my application. /opt

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-09 Thread gothemilan
Hi, What is this file jbossjca-service.xml file in Jboss Server? mbean code="org.jboss.util.threadpool.BasicThreadPool" name="jboss.jca:service=WorkManagerThreadPool"> attribute name="Name">WorkManager attribute name="MaximumQueueSize">1024 attribute

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-09 Thread jaikiran
Milan, Did you use the jmx-console to check the in use connection count? What value does it show? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175243#4175243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175243

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-08 Thread gothemilan
Hi, Yes, i have used the finally block to close the connection. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175201#4175201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175201

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-06 Thread gothemilan
Hi JaiKiran, Did you find some solution to resolve the issue. I don't know what am i suppose to do now? Did you get any hints from above mentioned lines of code or do you need further hints to pin point the issue. Thanks Milan Gothe View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-06 Thread skajotde
"gothemilan" wrote : Hi Friend, | | May be this information could help us to find the solutions. we only have 100 Max connection pool in this file defined, should we increase this coz as i already said before, we have more than 250 users at a time(concurrent). | This attribute is for Web

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi Friend, May be this information could help us to find the solutions. we only have 100 Max connection pool in this file defined, should we increase this coz as i already said before, we have more than 250 users at a time(concurrent). ---

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi, Thanks for your response. Can we increase min pool size to 400 and does this have anything to do with RAM(Memory) in the system. Currently we have 2GB of RAM in the system. Is this RAM enough to manupulate data for more than 250 users concurrent connection.Is this causing the issue? The v

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread jaikiran
"gothemilan" wrote : | | Well, i'm not sure but i think so. It is happening after that 100,000 emails are sent. And also, it won't happen at the moment of email sent out. It will happen after 2/3 days of email send out. | | If you get hold of the server.log when this actually happen

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread jaikiran
"gothemilan" wrote : Hi, | | | As i already give you the min pool and block time out above,can we increase over that i mean we already have 300 min pool size, is there the limitation. | | You will have to check whether your application is leaking connections. See this wiki http://

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi Jaikiran, Sorry,I don't know your name.Thanks you so much for keep on responding. Do you have any idea how can we see the concurrent access in the jboss or any tools. And does it have to with the connection pool and all. Thanks. Milan Gothe. View the original post : http://www.jboss.com/

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi, Well, i'm not sure but i think so. It is happening after that 100,000 emails are sent. And also, it won't happen at the moment of email sent out. It will happen after 2/3 days of email send out. As i already give you the min pool and block time out above,can we increase over that i mean

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread jaikiran
When you say JBoss crashes, do you actually mean the java.exe process is killed? As for this exception: anonymous wrote : 2008-09-04 16:14:11,559 INFO [STDOUT] Caused by: javax.resource.ResourceException: No ManagedConnections available within configured blocking timeout ( 3 [ms] ) See t

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi, Thanks atleast someone replied. well, we are using linux machine RHEL4AS. And, we are sending email using Windows 2003 server SMTP server,no exchange server.And ofcourse, sending email using JAVA. is this anything has to do with. The jboss is throwing the following error in the log file "

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread jaikiran
How do you send the emails? What does the server.log contain when the server is shutting down? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174562#4174562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174562 __