2 Replies Latest reply on Mar 16, 2004 6:47 PM by e_banfa

    jboss 3.2.1 on Redhat linux 9 start up problem

    e_banfa

      Hi all,

      I have been running jboss on MS Windows and I want to
      switch to Linux (dont ask me why ;-)), I have
      installed j2sdk1.4.2 jdk on my linux computer and set
      JAVA_HOME to point to the appropriate location but I
      get an Exception thrown(java.sql.SQLException:
      Connection is broken: localhost) when I exceute the
      JBOSS_HOME/bin/run.sh script. My console output is
      below

      I am lost here and I would appreciate any help
      Thank you
      Edward

      03:41:16,176 INFO [JMSProviderLoader] Bound adapter
      to java:/DefaultJMSProvider
      03:41:16,177 INFO [JMSProviderLoader] Started
      03:41:16,250 INFO [ServerSessionPoolLoader] Starting
      03:41:16,269 INFO [ServerSessionPoolLoader] pool
      factory StdJMSPool bound to java:/StdJMSPool
      03:41:16,422 INFO [ServerSessionPoolLoader] Started
      03:41:16,531 INFO [MessageCache] Starting
      03:41:16,534 INFO [MessageCache] Started
      03:41:16,746 INFO [PersistenceManager] Starting
      03:41:24,402 ERROR [PersistenceManager] Starting
      failed
      org.jboss.mq.SpyJMSException: Could not resolve
      uncommited transactions. Message recovery may not be
      accurate; - nested throwable:
      (org.jboss.util.NestedSQLException: Could not create
      connection; - nested throwable:
      (java.sql.SQLException: Connection is broken:
      localhost); - nested throwable:
      (org.jboss.resource.JBossResourceException: Could not
      create connection; - nested throwable:
      (java.sql.SQLException: Connection is broken:
      localhost)))
      at
      org.jboss.mq.pm.jdbc2.PersistenceManager.resolveAllUncommitedTXs(PersistenceManager.java:276)
      at
      org.jboss.mq.pm.jdbc2.PersistenceManager.startService(PersistenceManager.java:1299)
      at
      org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
      at
      sun.reflect.GeneratedMethodAccessor6.invoke(Unknown
      Source)
      at
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at
      java.lang.reflect.Method.invoke(Method.java:324)
      at
      org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at
      org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at
      org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
      at $Proxy11.start(Unknown Source)
      at
      org.jboss.system.ServiceController.start(ServiceController.java:392)
      at
      org.jboss.system.ServiceController.start(ServiceController.java:408)
      at
      sun.reflect.GeneratedMethodAccessor3.invoke(Unknown
      Source)
      at
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at
      java.lang.reflect.Method.invoke(Method.java:324)
      at
      org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea