0 Replies Latest reply on Mar 2, 2006 4:17 PM by bechemeko

    Error launching JBoss outside MyEclipseIDE

    bechemeko

      When I deploy my application from within the MyEclipseIDE, I can launch the browser and connect and the application works fine. However, when I launch Jboss outside of the IDE, I receive a Jboss error. The apllication uses Hibernate3.

      Here is the JBoss Console output from the DOS prompt:

      ########
      C:\Program Files\jboss-4.0.4RC1\bin>run
      JAVA_HOME is not set. Unexpected results may occur.
      Set JAVA_HOME to the directory of your local JDK to avoid this message.
      ===============================================================================
      .
      JBoss Bootstrap Environment
      .
      JBOSS_HOME: C:\Program Files\jboss-4.0.4RC1\bin\\..
      .
      JAVA: java
      .
      JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
      .
      CLASSPATH: \lib\tools.jar;C:\Program Files\jboss-4.0.4RC1\bin\\run.jar;.;C:\fmms\lib\hibernate3.jar;C:\fmms\lib\asm.jar;C:\fmms\libcglib-2.1.jar;c:\fmms\lib\c
      ommons-collections-2.1.1.jar;C:\fmms\lib\commons-logging-1.0.4.jar;c:\fmms\lib\dom4j-1.6.1.jar;C:\fmms\lib\ehcache-1.1.jar;C:\fmms\lib\log4j-1.2.9.jar;C:\fmms\l
      ib\xerces-2.6.2.jar;c:\fmms\lib\jta.jar
      .
      ===============================================================================
      .
      16:13:28,843 INFO [Server] Starting JBoss (MX MicroKernel)...
      16:13:28,843 INFO [Server] Release ID: JBoss [Zion] 4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)
      16:13:28,859 INFO [Server] Home Dir: C:\Program Files\jboss-4.0.4RC1
      16:13:28,859 INFO [Server] Home URL: file:/C:/Program Files/jboss-4.0.4RC1/
      16:13:28,859 INFO [Server] Patch URL: null
      16:13:28,859 INFO [Server] Server Name: default
      16:13:28,859 INFO [Server] Server Home Dir: C:\Program Files\jboss-4.0.4RC1\server\default
      16:13:28,859 INFO [Server] Server Home URL: file:/C:/Program Files/jboss-4.0.4RC1/server/default/
      16:13:28,859 INFO [Server] Server Temp Dir: C:\Program Files\jboss-4.0.4RC1\server\default\tmp
      16:13:28,859 INFO [Server] Root Deployment Filename: jboss-service.xml
      16:13:29,125 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
      16:13:29,125 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_06-b05,Sun Microsystems Inc.
      16:13:29,125 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
      16:13:29,562 INFO [Server] Core system initialized
      16:13:30,468 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
      16:13:31,703 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://12.24.70.113:3873/]
      16:13:32,437 INFO [AspectDeployer] Deployed AOP: file:/C:/Program Files/jboss-4.0.4RC1/server/default/deploy/ejb3-interceptors-aop.xml
      16:13:34,046 INFO [WebService] Using RMI server codebase: http://servidor:8083/
      16:13:34,171 WARN [EJBTimerServiceImpl] Cannot obtain TransactionManager from JNDI, using TxManager.getInstance(): javax.naming.NameNotFoundException: Transact
      ionManager not bound
      16:13:34,359 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=64;loopback=false;mcast_addr=228.1.2.3;mcast_port=45551;mcast_re
      cv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_
      thread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_threa
      d=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_thres
      hold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;u
      p_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=false;up_thread=false)
      16:13:34,375 INFO [TreeCache] setEvictionPolicyConfig(): [config: null]
      16:13:34,390 WARN [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used
      16:13:34,406 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.CacheLoaderInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      class org.jboss.cache.interceptors.CacheStoreInterceptor
      16:13:34,421 INFO [TreeCache] cache mode is REPL_SYNC
      16:13:35,640 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is 12.24.70.113:2668
      -------------------------------------------------------
      16:13:37,656 INFO [TreeCache] state could not be retrieved (must be first member in group)
      16:13:37,656 INFO [TreeCache] viewAccepted(): new members: [12.24.70.113:2668]
      16:13:37,656 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.ejb3.cache.tree.StatefulEvictionPolicy
      16:13:37,671 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 1
      16:13:37,671 INFO [TreeCache] new cache is null (maybe first member in cluster)
      16:13:37,703 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=2;loopback=false;mcast_addr=228.1.2.3;mcast_port=43333;mcast_rec
      v_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_t
      hread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread
      =false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_thresh
      old=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up
      _thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=false;up_thread=false)
      16:13:37,718 INFO [TreeCache] setEvictionPolicyConfig(): [config: null]
      16:13:39,046 INFO [MailService] Mail Service bound to java:/Mail
      16:13:39,312 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server Socket
      Factory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
      16:13:39,328 INFO [DefaultPartition] Initializing
      16:13:39,359 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is 12.24.70.113:2671 (additional data: 17 bytes)
      -------------------------------------------------------
      16:13:41,359 INFO [DefaultPartition] Number of cluster members: 1
      16:13:41,359 INFO [DefaultPartition] Other members: 0
      16:13:41,359 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
      16:13:41,359 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 0, delta: 0) : [12.24.70.113:1099]
      16:13:41,359 INFO [DefaultPartition] I am (12.24.70.113:1099) received membershipChanged event:
      16:13:41,359 INFO [DefaultPartition] Dead members: 0 ([])
      16:13:41,359 INFO [DefaultPartition] New Members : 0 ([])
      16:13:41,359 INFO [DefaultPartition] All Members : 1 ([12.24.70.113:1099])
      16:13:41,406 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0
      16:13:41,421 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=12.24.70.113:1100
      16:13:41,468 INFO [EJB3Deployer] Default persistence.properties: {hibernate.transaction.flush_before_completion=true, hibernate.cglib.use_reflection_optimizer=
      false, hibernate.transaction.auto_close_session=false, hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces, hibernate.cache.provider
      _class=org.hibernate.cache.HashtableCacheProvider, hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup, hibernate
      .jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory, hibern
      ate.connection.release_mode=after_statement}
      16:13:41,515 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      16:13:41,515 INFO [TreeCache] cache mode is REPL_SYNC
      16:13:41,531 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is 12.24.70.113:2674
      -------------------------------------------------------
      16:13:43,531 INFO [TreeCache] state could not be retrieved (must be first member in group)
      16:13:43,531 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.cache.eviction.LRUPolicy
      16:13:43,531 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 5
      16:13:43,531 INFO [TreeCache] new cache is null (maybe first member in cluster)
      16:13:43,531 INFO [TreeCache] viewAccepted(): new members: [12.24.70.113:2674]
      16:13:44,015 INFO [Embedded] Catalina naming disabled
      16:13:44,343 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
      16:13:44,343 INFO [Catalina] Initialization processed in 265 ms
      16:13:44,343 INFO [StandardService] Starting service jboss.web
      16:13:44,343 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.12
      16:13:44,375 INFO [StandardHost] XML validation disabled
      16:13:44,390 INFO [Catalina] Server startup in 47 ms
      16:13:44,671 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
      16:13:44,937 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
      16:13:45,296 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=.../tmp/deploy/tmp61217jboss-ws4ee-exp.war/
      16:13:45,406 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
      16:13:45,531 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
      16:13:45,625 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
      16:13:46,187 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=8;loopback=false;mcast_addr=230.1.2.7;mcast_port=45577;mcast_rec
      v_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_t
      hread=false):MERGE2(max_interval=20000;min_interval=10000):FD_SOCK:VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=fals
      e;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_si
      ze=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_t
      imeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=true;up_thread=true)
      16:13:46,187 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      16:13:46,203 INFO [TreeCache] cache mode is REPL_ASYNC
      16:13:46,218 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is 12.24.70.113:2678
      -------------------------------------------------------
      16:13:48,218 INFO [TreeCache] state could not be retrieved (must be first member in group)
      16:13:48,218 WARN [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used
      16:13:48,218 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      16:13:48,218 INFO [TreeCache] cache mode is local, will not create the channel
      16:13:48,218 INFO [TreeCache] viewAccepted(): new members: [12.24.70.113:2678]
      16:13:48,218 INFO [TreeCache] new cache is null (maybe first member in cluster)
      16:13:48,375 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
      16:13:48,406 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
      16:13:48,437 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
      16:13:48,468 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
      16:13:48,562 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
      16:13:48,593 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
      16:13:49,421 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
      16:13:49,656 INFO [A] Bound to JNDI name: queue/A
      16:13:49,656 INFO [B] Bound to JNDI name: queue/B
      16:13:49,656 INFO [C] Bound to JNDI name: queue/C
      16:13:49,656 INFO [D] Bound to JNDI name: queue/D
      16:13:49,656 INFO [ex] Bound to JNDI name: queue/ex
      16:13:49,671 INFO [testTopic] Bound to JNDI name: topic/testTopic
      16:13:49,671 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
      16:13:49,671 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
      16:13:49,671 INFO [testQueue] Bound to JNDI name: queue/testQueue
      16:13:49,734 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
      16:13:49,765 INFO [DLQ] Bound to JNDI name: queue/DLQ
      16:13:49,890 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
      16:13:49,906 INFO [TomcatDeployer] deploy, ctxPath=/fmms, warUrl=.../deploy/fmms.war/
      16:13:50,015 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
      16:13:50,171 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      16:13:50,218 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
      16:13:50,234 INFO [JkMain] Jk running ID=0 time=0/31 config=null
      16:13:50,250 INFO [Server] JBoss (MX MicroKernel) [4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)] Started in 21s:391ms
      16:14:43,468 INFO [Environment] Hibernate 3.1.2
      16:14:43,484 INFO [Environment] hibernate.properties not found
      16:14:43,484 INFO [Environment] using CGLIB reflection optimizer
      16:14:43,484 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
      16:14:43,531 INFO [Configuration] configuring from resource: /hibernate.cfg.xml
      16:14:43,531 INFO [Configuration] Configuration resource: /hibernate.cfg.xml
      16:14:43,546 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmAssign.hbm.xml
      16:14:43,609 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmAssign -> FM_ASSIGN
      16:14:43,625 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmAssignStatus.hbm.xml
      16:14:43,640 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmAssignStatus -> FM_ASSIGN_STATUS
      16:14:43,640 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmContact.hbm.xml
      16:14:43,656 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmContact -> FM_CONTACT
      16:14:43,656 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmVendorContact.hbm.xml
      16:14:43,671 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmVendorContact -> FM_VENDOR_CONTACT
      16:14:43,671 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmWorkOrder.hbm.xml
      16:14:43,687 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmWorkOrder -> FM_WORK_ORDER
      16:14:43,687 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmWorkOrderNote.hbm.xml
      16:14:43,703 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmWorkOrderNote -> FM_WORK_ORDER_NOTE
      16:14:43,703 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmWorkOrderStatus.hbm.xml
      16:14:43,703 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmWorkOrderStatus -> FM_WORK_ORDER_STATUS
      16:14:43,718 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmWoStatusHistory.hbm.xml
      16:14:43,718 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmWoStatusHistory -> FM_WO_STATUS_HISTORY
      16:14:43,718 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmEquipment.hbm.xml
      16:14:43,734 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmEquipment -> FM_EQUIPMENT
      16:14:43,734 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmEquipmentType.hbm.xml
      16:14:43,734 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmEquipmentType -> FM_EQUIPMENT_TYPE
      16:14:43,734 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmFacility.hbm.xml
      16:14:43,750 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmFacility -> FM_FACILITY
      16:14:43,750 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmFacilityEquipment.hbm.xml
      16:14:43,750 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmFacilityEquipment -> FM_FACILITY_EQUIPMENT
      16:14:43,765 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmFacilityRelation.hbm.xml
      16:14:43,765 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmFacilityRelation -> FM_FACILITY_RELATION
      16:14:43,765 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmWorkOrderEquipment.hbm.xml
      16:14:43,781 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmWorkOrderEquipment -> FM_WORK_ORDER_EQUIPMENT
      16:14:43,781 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmWorkOrderType.hbm.xml
      16:14:43,781 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmWorkOrderType -> FM_WORK_ORDER_TYPE
      16:14:43,781 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmWorkOrderNotification.hbm.xml
      16:14:43,796 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmWorkOrderNotification -> FM_WORK_ORDER_NOTIFICATION
      16:14:43,812 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmWorkOrderPriority.hbm.xml
      16:14:43,812 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmWorkOrderPriority -> FM_WORK_ORDER_PRIORITY
      16:14:43,812 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmContactNotificationCriteria.hbm.xml
      16:14:43,828 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmContactNotificationCriteria -> FM_CONTACT_NOTIFICATION_CRITERIA
      16:14:43,828 INFO [Configuration] Reading mappings from resource: com/bechemeko/fmms/persistence/FmVendor.hbm.xml
      16:14:43,828 INFO [HbmBinder] Mapping class: com.bechemeko.fmms.persistence.FmVendor -> FM_VENDOR
      16:14:43,828 INFO [Configuration] Configured SessionFactory: null
      16:14:43,875 INFO [DriverManagerConnectionProvider] Using Hibernate built-in connection pool (not for production use!)
      16:14:43,875 INFO [DriverManagerConnectionProvider] Hibernate connection pool size: 20
      16:14:43,875 INFO [DriverManagerConnectionProvider] autocommit mode: false
      16:14:43,890 INFO [DriverManagerConnectionProvider] using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:hsql://localhost/fmms
      16:14:43,890 INFO [DriverManagerConnectionProvider] connection properties: {user=sa, password=}
      16:14:43,890 WARN [SettingsFactory] Could not obtain connection metadata
      java.sql.SQLException: No suitable driver
      at java.sql.DriverManager.getConnection(Unknown Source)
      at java.sql.DriverManager.getConnection(Unknown Source)
      at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:110)
      at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:72)
      at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1881)
      at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1174)
      at com.bechemeko.persistence.HibernateSessionFactory.currentSession(HibernateSessionFactory.java:57)
      at com.bechemeko.fmms.Facility.getAllFacilities(Facility.java:68)
      at com.bechemeko.fmms.servlets.GWorkOrderPortal.doGet(GWorkOrderPortal.java:56)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
      at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174)
      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
      at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
      at java.lang.Thread.run(Unknown Source)
      16:14:43,906 INFO [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
      16:14:43,906 INFO [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
      16:14:43,906 INFO [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level
      cache is not recommended)
      16:14:43,906 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
      16:14:43,906 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
      16:14:43,906 INFO [SettingsFactory] Scrollable result sets: disabled
      16:14:43,906 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
      16:14:43,906 INFO [SettingsFactory] Connection release mode: auto
      16:14:43,906 INFO [SettingsFactory] Default batch fetch size: 1
      16:14:43,906 INFO [SettingsFactory] Generate SQL with comments: disabled
      16:14:43,906 INFO [SettingsFactory] Order SQL updates by primary key: disabled
      16:14:43,906 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      16:14:43,906 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
      16:14:43,906 INFO [SettingsFactory] Query language substitutions: {}
      16:14:43,906 INFO [SettingsFactory] Second-level cache: enabled
      16:14:43,906 INFO [SettingsFactory] Query cache: disabled
      16:14:43,906 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
      16:14:43,921 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
      16:14:43,921 INFO [SettingsFactory] Structured second-level cache entries: disabled
      16:14:43,921 INFO [SettingsFactory] Statistics: disabled
      16:14:43,921 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
      16:14:43,921 INFO [SettingsFactory] Default entity-mode: pojo
      16:14:43,953 INFO [SessionFactoryImpl] building session factory
      16:14:43,953 WARN [Configurator] No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/fmms/lib/ehcache-1.
      1.jar!/ehcache-failsafe.xml
      16:14:44,031 ERROR [[GWorkOrderPortal]] Servlet.service() for servlet GWorkOrderPortal threw exception
      java.lang.NoClassDefFoundError
      at org.hibernate.tuple.EntityMetamodel.class$(EntityMetamodel.java:41)
      at org.hibernate.tuple.EntityMetamodel.(EntityMetamodel.java:122)
      at org.hibernate.persister.entity.AbstractEntityPersister.(AbstractEntityPersister.java:412)
      at org.hibernate.persister.entity.SingleTableEntityPersister.(SingleTableEntityPersister.java:108)
      at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:55)
      at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:215)
      at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1176)
      at com.bechemeko.persistence.HibernateSessionFactory.currentSession(HibernateSessionFactory.java:57)
      at com.bechemeko.fmms.Facility.getAllFacilities(Facility.java:68)
      at com.bechemeko.fmms.servlets.GWorkOrderPortal.doGet(GWorkOrderPortal.java:56)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
      at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174)
      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
      at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
      at java.lang.Thread.run(Unknown Source)
      Caused by: java.lang.ClassNotFoundException: net.sf.cglib.transform.impl.InterceptFieldEnabled
      at java.net.URLClassLoader$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClassInternal(Unknown Source)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Unknown Source)
      ... 31 more
      ########

      Looks like the beginning of problems is the metadata warning

      "16:14:43,890 WARN [SettingsFactory] Could not obtain connection metadata"

      Where do I specify this outside of the IDE?