[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss3.2.2 deployment of ejb project, unable to get timer ha

lakshmi08 do-not-reply at jboss.com
Mon Sep 15 13:32:13 EDT 2008


Hi

I am getting the following error, when I deploy my Java Enterprise project ear file into JBoss Server 4.2.2.GA. I am not sure why I am getting this error, and how to fix it. 

thanks for any help. 

===============
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.EntityContainer] Started jboss.j2ee:jndiName=local/PodCompany at 30601495,service=EJB
2008-09-15 12:54:07,062 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.j2ee:jndiName=local/PodCompany at 30601495,service=EJB dependent components: []
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.EjbModule] startService, starting container: PodContact
2008-09-15 12:54:07,062 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:jndiName=local/PodContact at 17299642,service=EJB
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.EntityContainer] Starting jboss.j2ee:jndiName=local/PodContact at 17299642,service=EJB
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.EntityContainer] Begin java:comp/env for EJB: PodContact
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.EntityContainer] TCL: org.jboss.util.loading.DelegatingClassLoader at 1677979
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.EntityContainer] Unable to retrieve orbjavax.management.InstanceNotFoundException: jboss:service=CorbaORB is not registered.
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.EntityContainer] End java:comp/env for EJB: PodContact
2008-09-15 12:54:07,062 INFO  [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'PodContact' to jndi 'local/PodContact at 17299642'
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] Starting InvalidableEntityInstanceCache...
2008-09-15 12:54:07,062 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:service=EJB,plugin=pool,jndiName=local/PodContact at 17299642
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.plugins.EntityInstancePool] Starting jboss.j2ee:service=EJB,plugin=pool,jndiName=local/PodContact at 17299642
2008-09-15 12:54:07,062 DEBUG [org.jboss.ejb.plugins.EntityInstancePool] Started jboss.j2ee:service=EJB,plugin=pool,jndiName=local/PodContact at 17299642
2008-09-15 12:54:07,062 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.j2ee:service=EJB,plugin=pool,jndiName=local/PodContact at 17299642 dependent components: []
2008-09-15 12:54:07,062 DEBUG [org.jboss.resource.connectionmanager.CachedConnectionInterceptor] start called in CachedConnectionInterceptor
2008-09-15 12:54:07,078 WARN  [org.jboss.ejb.txtimer.DatabasePersistencePolicy] Unable to get timer handles for containerId: jboss.j2ee:jndiName=local/PodContact at 17299642,service=EJB
java.sql.SQLException: ORA-00942: table or view does not exist
	at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
	at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
	at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:573)
	at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1891)
	at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:830)
	at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2391)
	at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2672)
	at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:572)
	at org.jboss.resource.adapter.jdbc.WrappedStatement.executeQuery(WrappedStatement.java:171)
	at org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin.selectTimers(GeneralPurposeDatabasePersistencePlugin.java:257)
	at org.jboss.ejb.txtimer.DatabasePersistencePolicy.listTimerHandles(DatabasePersistencePolicy.java:165)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy30.listTimerHandles(Unknown Source)
	at org.jboss.ejb.txtimer.EJBTimerServiceImpl.restoreTimers(EJBTimerServiceImpl.java:408)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatche

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176587#4176587

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176587



More information about the jboss-user mailing list