Hi Techies,
Here i got struck with a problem while starting my jboss- 4.0.4 server.
The following are the error messages generated. It got halted for two times (commented between the lines)
--------------------------------------------------------------------------------------------------
12:47:02,224 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
12:48:21,160 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java
efaultDS'
*************** ----- halted almost 15-20 minutes ------ *****************
12:53:21,782 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=NCIT-Ora/3, BranchQual=, localId=3] timed out. status=STATUS_ACTIVE
*************** ----- halted almost 15-20 minutes ------ *****************
13:04:23,717 ERROR [STDERR] java.lang.OutOfMemoryError: Java heap space
13:04:23,746 WARN [ServiceController] Problem starting service jboss.mq.destination:service=Queue,name=projectVaultLogQueue
org.jboss.mq.SpyJMSException: Could not restore messages to destination : QUEUE.schoolPortalLogQueue; - nested throwable: (java.sql.SQLException: out of memory)
at org.jboss.mq.pm.jdbc2.PersistenceManager.internalRestoreQueue(PersistenceManager.java:602)
at org.jboss.mq.pm.jdbc2.PersistenceManager.restoreQueue(PersistenceManager.java:514)
at org.jboss.mq.server.JMSQueue.<init>(JMSQueue.java:65)
at org.jboss.mq.server.jmx.Queue.startService(Queue.java:78)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
Caused by: java.sql.SQLException: out of memory
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.executeQuery(Unknown Source)
at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.executeQuery(CachedPreparedStatement.java:90)
at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:236)
at org.jboss.mq.pm.jdbc2.PersistenceManager.internalRestoreQueue(PersistenceManager.java:550)
... 118 more
13:04:24,148 INFO [A] Bound to JNDI name: queue/A
13:04:24,153 INFO [B] Bound to JNDI name: queue/B
13:04:24,163 INFO [C] Bound to JNDI name: queue/C
13:04:24,166 INFO [D] Bound to JNDI name: queue/D
13:04:24,176 INFO [ex] Bound to JNDI name: queue/ex
13:04:24,249 INFO [testTopic] Bound to JNDI name: topic/testTopic
13:04:24,257 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
-----------------------------------------------------------------------------------------------
Please give me the solution.
Thanks
Andy