[jbossts-issues] [JBoss JIRA] (JBTM-1903) OTSServer_Test004 failed

Michael Musgrove (JIRA) jira-events at lists.jboss.org
Mon Sep 2 05:24:03 EDT 2013


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

Michael Musgrove resolved JBTM-1903.
------------------------------------

    Resolution: Won't Fix


This is an intermittent DNS issue. The explanation of the error is here
http://docs.oracle.com/javase/7/docs/technotes/guides/idl/jidlExceptions.html:

{quote}
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.
NOTE: These properties are proprietary and are subject to deletion or change.{quote}
                
> OTSServer_Test004 failed
> ------------------------
>
>                 Key: JBTM-1903
>                 URL: https://issues.jboss.org/browse/JBTM-1903
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Testing
>            Reporter: Gytis Trikleris
>            Assignee: Michael Musgrove
>            Priority: Minor
>             Fix For: 5.0.0.M5
>
>         Attachments: OTSServer_Test004.zip
>
>
> http://172.17.131.2/job/jbossts-EAP61-jdbcobjectstore/DB_TYPE=postgres,jdk=jdk6.latest,slave=linux/24/consoleText
> client_0_output.txt:
> {code}
> starting command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/jbossts-full-4.17.10.Final-SNAPSHOT/etc/:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/*:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/ext/*:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/otsserver/OTSServer_Test004/client_0-coverage.ec -DportOffsetId=5 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-EAP61-jdbcobjectstore/DB_TYPE/postgres/jdk/jdk6.latest/slave/linux/qa/testoutput/otsserver/OTSServer_Test004/client_0 -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.OTSServerClients.Client04 
> 2013-08-30 19:59:20,675 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-08-30 19:59:20,675 err: log4j:WARN Please initialize the log4j system properly.
> 2013-08-30 19:59:30,770 err: Aug 30, 2013 7:59:30 PM com.sun.corba.se.impl.orb.ORBImpl getLocalHostName
> 2013-08-30 19:59:30,771 err: WARNING: "IOP00710208: (INTERNAL) Unable to determine local hostname from InetAddress.getLocalHost().getHostName()"
> 2013-08-30 19:59:30,771 err: org.omg.CORBA.INTERNAL:   vmcid: SUN  minor code: 208  completed: No
> 2013-08-30 19:59:30,771 err: 	at com.sun.corba.se.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3871)
> 2013-08-30 19:59:30,771 err: 	at com.sun.corba.se.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3889)
> 2013-08-30 19:59:30,771 err: 	at com.sun.corba.se.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1726)
> 2013-08-30 19:59:30,771 err: 	at com.sun.corba.se.impl.orb.ORBImpl.set_parameters(ORBImpl.java:523)
> 2013-08-30 19:59:30,771 err: 	at org.omg.CORBA.ORB.init(ORB.java:337)
> 2013-08-30 19:59:30,771 err: 	at com.arjuna.orbportability.internal.orbspecific.orb.implementations.ORBBase.init(ORBBase.java:77)
> 2013-08-30 19:59:30,771 err: 	at com.arjuna.orbportability.orb.core.ORB.init(ORB.java:90)
> 2013-08-30 19:59:30,771 err: 	at com.arjuna.orbportability.ORB.initORB(ORB.java:186)
> 2013-08-30 19:59:30,772 err: 	at org.jboss.jbossts.qa.Utils.ORBInterface.initORB(ORBInterface.java:47)
> 2013-08-30 19:59:30,772 err: 	at org.jboss.jbossts.qa.OTSServerClients.Client04.main(Client04.java:75)
> 2013-08-30 19:59:30,772 err: Caused by: java.net.UnknownHostException: beacon: beacon
> 2013-08-30 19:59:30,772 err: 	at java.net.InetAddress.getLocalHost(InetAddress.java:1360)
> 2013-08-30 19:59:30,772 err: 	at com.sun.corba.se.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1724)
> 2013-08-30 19:59:30,772 err: 	... 7 more
> 2013-08-30 19:59:30,772 err: Client04.main: org.omg.CORBA.INTERNAL:   vmcid: SUN  minor code: 208  completed: No
> 2013-08-30 19:59:30,772 err: org.omg.CORBA.INTERNAL:   vmcid: SUN  minor code: 208  completed: No
> 2013-08-30 19:59:30,772 err: 	at com.sun.corba.se.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3871)
> 2013-08-30 19:59:30,772 err: 	at com.sun.corba.se.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3889)
> 2013-08-30 19:59:30,772 err: 	at com.sun.corba.se.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1726)
> 2013-08-30 19:59:30,773 err: 	at com.sun.corba.se.impl.orb.ORBImpl.set_parameters(ORBImpl.java:523)
> 2013-08-30 19:59:30,773 err: 	at org.omg.CORBA.ORB.init(ORB.java:337)
> 2013-08-30 19:59:30,773 err: 	at com.arjuna.orbportability.internal.orbspecific.orb.implementations.ORBBase.init(ORBBase.java:77)
> 2013-08-30 19:59:30,773 err: 	at com.arjuna.orbportability.orb.core.ORB.init(ORB.java:90)
> 2013-08-30 19:59:30,773 err: 	at com.arjuna.orbportability.ORB.initORB(ORB.java:186)
> 2013-08-30 19:59:30,773 err: 	at org.jboss.jbossts.qa.Utils.ORBInterface.initORB(ORBInterface.java:47)
> 2013-08-30 19:59:30,773 err: 	at org.jboss.jbossts.qa.OTSServerClients.Client04.main(Client04.java:75)
> 2013-08-30 19:59:30,773 err: Caused by: java.net.UnknownHostException: beacon: beacon
> 2013-08-30 19:59:30,773 err: 	at java.net.InetAddress.getLocalHost(InetAddress.java:1360)
> 2013-08-30 19:59:30,773 err: 	at com.sun.corba.se.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1724)
> 2013-08-30 19:59:30,774 err: 	... 7 more
> 2013-08-30 19:59:30,774 err: Client04.main: java.lang.NullPointerException
> 2013-08-30 19:59:30,774 err: java.lang.NullPointerException
> 2013-08-30 19:59:30,774 err: 	at org.jboss.jbossts.qa.Utils.OAInterface.shutdownOA(OAInterface.java:75)
> 2013-08-30 19:59:30,774 err: 	at org.jboss.jbossts.qa.OTSServerClients.Client04.main(Client04.java:144)
> 2013-08-30 19:59:30,774 out: Failed
> {code}
> emptyObjectStore_output.txt:
> {code}
> performing command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/jbossts-full-4.17.10.Final-SNAPSHOT/etc/:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/*:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/ext/*:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/otsserver/OTSServer_Test004/emptyObjectStore-coverage.ec -DportOffsetId=7 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-EAP61-jdbcobjectstore/DB_TYPE/postgres/jdk/jdk6.latest/slave/linux/qa/testoutput/otsserver/OTSServer_Test004/emptyObjectStore -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.Utils.EmptyObjectStore 
> 2013-08-30 19:59:31,359 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-08-30 19:59:31,359 err: log4j:WARN Please initialize the log4j system properly.
> 2013-08-30 19:59:31,528 out: Emptying PutObjectStoreDirHere
> 2013-08-30 19:59:31,529 err: Deleted: PutObjectStoreDirHere/ShadowNoFileLockStore/defaultStore/Recovery/FactoryContact/0_ffffac118303_80ce_5220eb87_0
> 2013-08-30 19:59:31,530 out: Passed
> {code}
> server0_output.txt:
> {code}
> starting command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/jbossts-full-4.17.10.Final-SNAPSHOT/etc/:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/*:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/ext/*:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/otsserver/OTSServer_Test004/server0-coverage.ec -DportOffsetId=1 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-EAP61-jdbcobjectstore/DB_TYPE/postgres/jdk/jdk6.latest/slave/linux/qa/testoutput/otsserver/OTSServer_Test004/server0 -DRecoveryEnvironmentBean.recoveryListener=true com.arjuna.ats.arjuna.recovery.RecoveryManager -test 
> 2013-08-30 19:59:18,333 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-08-30 19:59:18,333 err: log4j:WARN Please initialize the log4j system properly.
> 2013-08-30 19:59:18,717 out: Ready
> {code}
> server1_output.txt:
> {code}
> starting command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/jbossts-full-4.17.10.Final-SNAPSHOT/etc/:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/*:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/ext/*:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/otsserver/OTSServer_Test004/server1-coverage.ec -DportOffsetId=2 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-EAP61-jdbcobjectstore/DB_TYPE/postgres/jdk/jdk6.latest/slave/linux/qa/testoutput/otsserver/OTSServer_Test004/server1 -DRecoveryEnvironmentBean.recoveryListener=true com.arjuna.ats.jts.TransactionServer -test 
> 2013-08-30 19:59:19,024 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-08-30 19:59:19,025 err: log4j:WARN Please initialize the log4j system properly.
> 2013-08-30 19:59:19,288 out: Ready
> {code}
> server2_output.txt:
> {code}
> starting command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/jbossts-full-4.17.10.Final-SNAPSHOT/etc/:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/*:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/ext/*:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/otsserver/OTSServer_Test004/server2-coverage.ec -DportOffsetId=3 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-EAP61-jdbcobjectstore/DB_TYPE/postgres/jdk/jdk6.latest/slave/linux/qa/testoutput/otsserver/OTSServer_Test004/server2 -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.Utils.RegisterOTSServer2 
> 2013-08-30 19:59:19,424 out: Registering OTS Server 'value_1'
> 2013-08-30 19:59:19,638 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-08-30 19:59:19,639 err: log4j:WARN Please initialize the log4j system properly.
> 2013-08-30 19:59:19,871 out: Ready
> {code}
> server3_output.txt:
> {code}
> starting command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/jbossts-full-4.17.10.Final-SNAPSHOT/etc/:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/*:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/ext/*:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/otsserver/OTSServer_Test004/server3-coverage.ec -DportOffsetId=4 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-EAP61-jdbcobjectstore/DB_TYPE/postgres/jdk/jdk6.latest/slave/linux/qa/testoutput/otsserver/OTSServer_Test004/server3 -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.Utils.SetupOTSServer2 
> 2013-08-30 19:59:19,988 out: Looking up OTS Server 'value_1'
> 2013-08-30 19:59:20,153 err: log4j:WARN No appenders could be found for logger (org.jboss.logging).
> 2013-08-30 19:59:20,153 err: log4j:WARN Please initialize the log4j system properly.
> 2013-08-30 19:59:20,357 out: Ready
> {code}
> task0_output.txt:
> {code}
> performing command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/jbossts-full-4.17.10.Final-SNAPSHOT/etc/:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/*:dist/jbossts-full-4.17.10.Final-SNAPSHOT/lib/ext/*:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:ext/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/otsserver/OTSServer_Test004/task0-coverage.ec -DportOffsetId=6 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-EAP61-jdbcobjectstore/DB_TYPE/postgres/jdk/jdk6.latest/slave/linux/qa/testoutput/otsserver/OTSServer_Test004/task0 -DRecoveryEnvironmentBean.recoveryListener=true org.jboss.jbossts.qa.Utils.RemoveServerIORStore value_1 
> 2013-08-30 19:59:31,000 out: Passed
> 2013-08-30 19:59:31,000 err: java.io.FileNotFoundException: ServerIORs (No such file or directory)
> 2013-08-30 19:59:31,001 err: 	at java.io.FileInputStream.open(Native Method)
> 2013-08-30 19:59:31,001 err: 	at java.io.FileInputStream.<init>(FileInputStream.java:120)
> 2013-08-30 19:59:31,001 err: 	at java.io.FileInputStream.<init>(FileInputStream.java:79)
> 2013-08-30 19:59:31,001 err: 	at org.jboss.jbossts.qa.Utils.FileServerIORStore.removeIOR(FileServerIORStore.java:69)
> 2013-08-30 19:59:31,001 err: 	at org.jboss.jbossts.qa.Utils.ServerIORStore.removeIOR(ServerIORStore.java:47)
> 2013-08-30 19:59:31,001 err: 	at org.jboss.jbossts.qa.Utils.RemoveServerIORStore.main(RemoveServerIORStore.java:42)
> {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