0 Replies Latest reply on Jun 3, 2005 2:14 PM by bandini

    anybody tell me how to solve this error

    bandini

      The error stack is as below:

      .IllegalStateException: Cannot obtain client config
       at org.jboss.webservice.client.ServiceImpl.getEngineConfiguration(ServiceImpl.java:323)
       at org.jboss.webservice.client.ServiceImpl.getAxisClient(ServiceImpl.java:308)
       at org.apache.axis.client.Service.<init>(Service.java:178)
       at org.jboss.webservice.client.ServiceImpl.<init>(ServiceImpl.java:106)
       at org.jboss.webservice.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:112)
       at com.tps.test.testWS1.testServletContextExactAccess(testWS1.java:24)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       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 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:474)
       at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:342)
       at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:194)