0 Replies Latest reply on Jun 28, 2006 7:51 AM by deepak_srivastav

    security.properties FileNotFoundException

    deepak_srivastav

      We moved from jboss 3.2.6 to 4.0.4
      But when we executed the junit test cases , we get the following exception

      java.io.FileNotFoundException: D:\PBVM2\Source Code\build\config\security.properties (The system cannot find the path specified)
      at java.io.FileInputStream.open(Native Method)
      at java.io.FileInputStream.(FileInputStream.java:106)
      at com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:56)
      at com.sun.enterprise.iiop.POAEJBORB.(POAEJBORB.java:83)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:242)
      at org.omg.CORBA.ORB.create_impl(ORB.java:295)
      at org.omg.CORBA.ORB.init(ORB.java:336)
      at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:140)
      at com.sun.enterprise.util.ORBManager.init(ORBManager.java:69)
      at com.sun.enterprise.naming.SerialInitContextFactory.(SerialInitContextFactory.java:35)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
      at java.lang.Class.newInstance0(Class.java:350)
      at java.lang.Class.newInstance(Class.java:303)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.(InitialContext.java:175)
      at org.jboss.proxy.ejb.handle.StatefulHandleImpl.getEJBObject(StatefulHandleImpl.java:169)
      at com.pbvm.crr.api.StateFulBeanManager.setPreviewVO(StateFulBeanManager.java:422)
      at test.pbvm.crr.meeting.JUnitCRRUtils.createMeeting(JUnitCRRUtils.java:70)
      at test.pbvm.crr.meeting.CreateMeetingTestCase.testCreateMeeting(CreateMeetingTestCase.java:141)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at junit.framework.TestCase.runTest(TestCase.java:154)
      at junit.framework.TestCase.runBare(TestCase.java:127)
      at junit.framework.TestResult$1.protect(TestResult.java:106)
      at junit.framework.TestResult.runProtected(TestResult.java:124)
      at junit.framework.TestResult.run(TestResult.java:109)
      at junit.framework.TestCase.run(TestCase.java:118)
      at junit.framework.TestSuite.runTest(TestSuite.java:208)
      at junit.framework.TestSuite.run(TestSuite.java:203)
      at junit.framework.TestSuite.runTest(TestSuite.java:208)
      at junit.framework.TestSuite.run(TestSuite.java:203)
      at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
      at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
      at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)



      java.io.FileNotFoundException: D:\PBVM2\Source Code\build\config\ejb.properties (The system cannot find the path specified)
      at java.io.FileInputStream.open(Native Method)
      at java.io.FileInputStream.(FileInputStream.java:106)
      at com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:56)
      at com.sun.enterprise.iiop.J2EEInitializer.(J2EEInitializer.java:57)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
      at java.lang.Class.newInstance0(Class.java:350)
      at java.lang.Class.newInstance(Class.java:303)
      at com.sun.corba.ee.internal.Interceptors.PIORB.registerORBInitializers(PIORB.java:373)
      at com.sun.corba.ee.internal.Interceptors.PIORB.parseProperties(PIORB.java:343)
      at com.sun.corba.ee.internal.TxPOA.TxPIORB.parseProperties(TxPIORB.java:116)
      at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:449)
      at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:152)
      at com.sun.corba.ee.internal.Interceptors.PIORB.set_parameters(PIORB.java:332)
      at org.omg.CORBA.ORB.init(ORB.java:337)
      at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:140)
      at com.sun.enterprise.util.ORBManager.init(ORBManager.java:69)
      at com.sun.enterprise.naming.SerialInitContextFactory.(SerialInitContextFactory.java:35)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
      at java.lang.Class.newInstance0(Class.java:350)
      at java.lang.Class.newInstance(Class.java:303)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.(InitialContext.java:175)
      at org.jboss.proxy.ejb.handle.StatefulHandleImpl.getEJBObject(StatefulHandleImpl.java:169)
      at com.pbvm.crr.api.StateFulBeanManager.setPreviewVO(StateFulBeanManager.java:422)
      at test.pbvm.crr.meeting.JUnitCRRUtils.createMeeting(JUnitCRRUtils.java:70)
      at test.pbvm.crr.meeting.CreateMeetingTestCase.testCreateMeeting(CreateMeetingTestCase.java:141)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at junit.framework.TestCase.runTest(TestCase.java:154)
      at junit.framework.TestCase.runBare(TestCase.java:127)
      at junit.framework.TestResult$1.protect(TestResult.java:106)
      at junit.framework.TestResult.runProtected(TestResult.java:124)
      at junit.framework.TestResult.run(TestResult.java:109)
      at junit.framework.TestCase.run(TestCase.java:118)
      at junit.framework.TestSuite.runTest(TestSuite.java:208)
      at junit.framework.TestSuite.run(TestSuite.java:203)
      at junit.framework.TestSuite.runTest(TestSuite.java:208)
      at junit.framework.TestSuite.run(TestSuite.java:203)
      at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
      at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
      at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


      Can anybody help us??

      Regards,
      Deepak