Hi
somtimes I have encounter below exception but it's working fine again after i restart my glassfish server. the error is intermittent. How can I resolved this error?
javax.enterprise.system.container.ejb|_ThreadID=193;_ThreadName=RMI TCP Connection(562)-127.0.0.1;2014/11/07 02:41:56;|EJB5122:EJB Timer Service shutdown at
javax.enterprise.system.container.ejb.mdb|_ThreadID=179;_ThreadName=p: thread-pool-1; w: 73;ASPAWebServicesAndHR:Scheduler2_svcHistoryReport;javax.ejb.TransactionRolledbackLocalException: The current transaction was rolledback as the app has been disabled;|MDB00037: [ASPAWebServicesAndHR:Scheduler2_svcHistoryReport]: Message-driven bean invocation exception: [javax.ejb.TransactionRolledbackLocalException: The current transaction was rolledback as the app has been disabled]|#]
javax.enterprise.system.container.ejb.mdb|_ThreadID=179;_ThreadName=p: thread-pool-1; w: 73;|javax.ejb.TransactionRolledbackLocalException
javax.ejb.TransactionRolledbackLocalException: The current transaction was rolledback as the app has been disabled
at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1360)
at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1347)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:205)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:134)
at $Proxy171.handleRequest(Unknown Source)
Thanks