[jbossts-issues] [JBoss JIRA] (JBTM-2045) ConfigurationException: Could not create the orb management function

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Wed Dec 4 08:37:05 EST 2013


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

Tom Jenkinson commented on JBTM-2045:
-------------------------------------

Looks to be a change in the messaging subsystem. Locally if I remove the servlet config from messaging it will boot up:

Removed:

                    <servlet-connector name="servlet" socket-binding="http" host="default-host"/>

And:

                    <connection-factory name="ServletConnectionFactory">
                        <connectors>
                            <connector-ref connector-name="servlet"/>
                        </connectors>
                        <entries>
                            <entry name="java:jboss/exported/jms/ServletConnectionFactory"/>
                        </entries>
                    </connection-factory>
                
> ConfigurationException: Could not create the orb management function
> --------------------------------------------------------------------
>
>                 Key: JBTM-2045
>                 URL: https://issues.jboss.org/browse/JBTM-2045
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: BlackTie
>            Reporter: Gytis Trikleris
>            Assignee: Amos Feng
>            Priority: Blocker
>             Fix For: 5.0.0.CR2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/360/
> {code}
> Running org.jboss.narayana.blacktie.jatmibroker.core.transport.hybrid.TestConnection
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.081 sec <<< FAILURE!
> test(org.jboss.narayana.blacktie.jatmibroker.core.transport.hybrid.TestConnection)  Time elapsed: 3.079 sec  <<< ERROR!
> org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationException: Could not create the orb management function
> 	at org.jacorb.orb.iiop.ClientIIOPConnection.connect(Unknown Source)
> 	at org.jacorb.orb.giop.GIOPConnection.sendMessage(Unknown Source)
> 	at org.jacorb.orb.giop.GIOPConnection.sendRequest(Unknown Source)
> 	at org.jacorb.orb.giop.ClientConnection.sendRequest(Unknown Source)
> 	at org.jacorb.orb.giop.ClientConnection.sendRequest(Unknown Source)
> 	at org.jacorb.orb.Delegate.invoke_internal(Unknown Source)
> 	at org.jacorb.orb.Delegate.invoke(Unknown Source)
> 	at org.jacorb.orb.Delegate.is_a(Unknown Source)
> 	at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:130)
> 	at org.omg.CosNaming.NamingContextExtHelper.narrow(NamingContextExtHelper.java:73)
> 	at org.jboss.narayana.blacktie.jatmibroker.core.transport.OrbManagement.<init>(OrbManagement.java:76)
> 	at org.jboss.narayana.blacktie.jatmibroker.core.transport.OrbManagement.getInstance(OrbManagement.java:42)
> 	at org.jboss.narayana.blacktie.jatmibroker.core.transport.TransportFactory.<init>(TransportFactory.java:47)
> 	at org.jboss.narayana.blacktie.jatmibroker.core.transport.hybrid.TestConnection.setUp(TestConnection.java:29)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list