==================================================================
ch.qos.cal10n.MessageConveyorException: Failed to locate resource bundle for locale for enum type
at ch.qos.cal10n.MessageConveyor.lookup(MessageConveyor.java:115)
at ch.qos.cal10n.MessageConveyor.getMessage(MessageConveyor.java:77)
at net.sf.ohla.rti.i18n.I18n.getMessage(I18n.java:30)
at net.sf.ohla.rti.hla.rti1516e.IEEE1516eRTIambassador.connect(IEEE1516eRTIambassador.java:402)
at net.sf.ohla.rti.hla.rti1516e.IEEE1516eRTIambassador.connect(IEEE1516eRTIambassador.java:420)
at net.sf.ohla.rti.testsuite.hla.rti1516e.datadistribution.ObjectRegionTestNG.setup(ObjectRegionTestNG.java:96)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:173)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105)
at org.testng.TestRunner.runWorkers(TestRunner.java:1125)
at org.testng.TestRunner.privateRun(TestRunner.java:749)
at org.testng.TestRunner.run(TestRunner.java:600)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
at org.testng.SuiteRunner.run(SuiteRunner.java:223)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1007)
at org.testng.TestNG.runSuitesLocally(TestNG.java:932)
at org.testng.TestNG.run(TestNG.java:868)
at org.testng.TestNG.privateMain(TestNG.java:1150)
at org.testng.TestNG.main(TestNG.java:1114)
This is an error with the locale that has been fixed in the latest version within SVN. I hope to release 0.6 soon and it will be fixed in that release, although you can get the latest from SVN and it is also fixed in there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Michael,
My testsuite give me the error :
==================================================================
ch.qos.cal10n.MessageConveyorException: Failed to locate resource bundle for locale for enum type
at ch.qos.cal10n.MessageConveyor.lookup(MessageConveyor.java:115)
at ch.qos.cal10n.MessageConveyor.getMessage(MessageConveyor.java:77)
at net.sf.ohla.rti.i18n.I18n.getMessage(I18n.java:30)
at net.sf.ohla.rti.hla.rti1516e.IEEE1516eRTIambassador.connect(IEEE1516eRTIambassador.java:402)
at net.sf.ohla.rti.hla.rti1516e.IEEE1516eRTIambassador.connect(IEEE1516eRTIambassador.java:420)
at net.sf.ohla.rti.testsuite.hla.rti1516e.datadistribution.ObjectRegionTestNG.setup(ObjectRegionTestNG.java:96)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:173)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105)
at org.testng.TestRunner.runWorkers(TestRunner.java:1125)
at org.testng.TestRunner.privateRun(TestRunner.java:749)
at org.testng.TestRunner.run(TestRunner.java:600)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
at org.testng.SuiteRunner.run(SuiteRunner.java:223)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1007)
at org.testng.TestNG.runSuitesLocally(TestNG.java:932)
at org.testng.TestNG.run(TestNG.java:868)
at org.testng.TestNG.privateMain(TestNG.java:1150)
at org.testng.TestNG.main(TestNG.java:1114)
=====================================================
Is this critical? how to solve ?
Thanks.
This is an error with the locale that has been fixed in the latest version within SVN. I hope to release 0.6 soon and it will be fixed in that release, although you can get the latest from SVN and it is also fixed in there.