[jbossts-issues] [JBoss JIRA] (JBTM-2235) QA test quite failure: RawResources01_2_Test037

Michael Musgrove (JIRA) issues at jboss.org
Mon Aug 11 11:44:29 EDT 2014


     [ https://issues.jboss.org/browse/JBTM-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Musgrove resolved JBTM-2235.
------------------------------------

    Resolution: Won't Fix


Closing since the logs indicate a spurious DNS issue and appear as CORBA minor code 208 when starting the ORB:

org.omg.CORBA.INTERNAL. vmcid: SUN minor code: 208 means Unable to determine local hostname using InetAddress.getLocalHost().getHostName().

The ORB uses InetAddress.getLocalHost().getHostName() to create a reference to the name service for looking for and/or binding references. It also uses InetAddress.getLocalHost().getHostName() on the server side to create remote object references (i.e., IORs) that contain the name/port of the server (rather than a dotted-decimal/port pair).

To avoid the call to getHostName, you can set the following properties (refer to Starting and Stopping ORBD if you are not sure how to do this):

Set com.sun.CORBA.ORBServerHost to the DNS name or dotted-decimal address of the server if the ORB is acting as a server.

Set com.sun.CORBA.ORBInitialHost to the DNS name or dotted-decimal address of the name server.

> QA test quite failure: RawResources01_2_Test037
> -----------------------------------------------
>
>                 Key: JBTM-2235
>                 URL: https://issues.jboss.org/browse/JBTM-2235
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JTS, Testing
>            Reporter: Gytis Trikleris
>            Assignee: Michael Musgrove
>            Priority: Minor
>             Fix For: 5.0.3
>
>
> http://172.17.131.2/view/Status/job/narayana/605/PROFILE=QA_JTS_JDKORB,jdk=jdk7.latest,label=linux/



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbossts-issues mailing list