[jboss-jira] [JBoss JIRA] (WFLY-4548) Error messages on server shutdown when JTS is used

Ondřej Chaloupka (JIRA) issues at jboss.org
Mon May 25 07:45:21 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070690#comment-13070690 ] 

Ondřej Chaloupka commented on WFLY-4548:
----------------------------------------

Hi Tomasz,

I've just got the {{NullPointerException}} in a bit different context. It is shown during server shutdown as well but there is no info about stopping TM. The cause will be probably the same as for the previous ones but just I would like to put it here as another input.

{code}
2015-05-25 13:37:07,579 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 75) WFLYMSG0006: Unbound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2
ERROR [stderr] (Thread-266) Exception in thread "Thread-266" java.lang.NullPointerException
ERROR [stderr] (Thread-266) 	at com.sun.corba.se.impl.orb.ORBImpl.checkShutdownState(ORBImpl.java:1329)
ERROR [stderr] (Thread-266) 	at com.sun.corba.se.impl.orb.ORBImpl.getLocalResolver(ORBImpl.java:1938)
ERROR [stderr] (Thread-266) 	at com.sun.corba.se.impl.oa.poa.POAFactory.registerRootPOA(POAFactory.java:209)
ERROR [stderr] (Thread-266) 	at com.sun.corba.se.impl.oa.poa.POAImpl$DestroyThread.performDestroy(POAImpl.java:666)
ERROR [stderr] (Thread-266) 	at com.sun.corba.se.impl.oa.poa.POAImpl$DestroyThread.run(POAImpl.java:557)
{code}

> Error messages on server shutdown when JTS is used
> --------------------------------------------------
>
>                 Key: WFLY-4548
>                 URL: https://issues.jboss.org/browse/WFLY-4548
>             Project: WildFly
>          Issue Type: Bug
>          Components: IIOP, Transactions
>    Affects Versions: 9.0.0.Beta2
>            Reporter: Ondřej Chaloupka
>            Assignee: Tomasz Adamski
>
> During time of shutting down WFLY server when JTS transactions are enabled I experience these two [1] [2] errors/exceptions being shown in server log/console.
> The first one [1] is shown each time when JTS is configured and server is put to be stopped.
> The second one [2] is intermittent and probably it could be shown when JTA is under use as well.
> [1]
> {code}
> WARNING [javax.enterprise.resource.corba._INITIALIZING_.rpc.presentation] (Thread-84) "IOP01210228: (BAD_OPERATION) This ORB instance has been destroyed, so no operations can be performed on it": org.omg.CORBA.BAD_OPERATION:   vmcid: SUN  minor code: 228  completed: No
>  at com.sun.corba.se.impl.logging.ORBUtilSystemException.orbDestroyed(ORBUtilSystemException.java:586)
>  at com.sun.corba.se.impl.logging.ORBUtilSystemException.orbDestroyed(ORBUtilSystemException.java:608)
>  at com.sun.corba.se.impl.orb.ORBImpl.checkShutdownState(ORBImpl.java:1329)
>  at com.sun.corba.se.impl.orb.ORBImpl.isDuringDispatch(ORBImpl.java:1340)
>  at com.sun.corba.se.impl.oa.poa.POAImpl.destroy(POAImpl.java:959)
>  at com.arjuna.orbportability.internal.orbspecific.oa.implementations.POABase.destroyRootPOA(POABase.java:68)
>  at com.arjuna.orbportability.oa.core.OA.destroyRootPOA(OA.java:97)
>  at com.arjuna.orbportability.RootOA.destroy(RootOA.java:91)
>  at com.arjuna.ats.internal.jts.orbspecific.javaidl.recoverycoordinators.ORBRunner.run(ORBRunner.java:59) 
> {code}
> [2]
> {code}
> INFO  [com.arjuna.ats.jbossatx] (MSC service thread 1-5) ARJUNA032018: Destroying TransactionManagerService
> INFO  [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA032014: Stopping transaction recovery manager
> ERROR [stderr] (Thread-98) Exception in thread "Thread-98" java.lang.NullPointerException
> ERROR [stderr] (Thread-98)         at com.sun.corba.se.impl.oa.poa.POAImpl$DestroyThread.run(POAImpl.java:566) 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jboss-jira mailing list