Title: Unable to run interop sample of Kandula

Hi,

I am trying out Kandula for the first time and I downloaded the sources and followed the user guide on the website to run the interop samples.

Though I am able to see all the WSDLs correctly, I am unable to run the sample. Please advice where I maybe going wrong. Attached is the exception generated. <<...>>

Regards,
Rajiv K Nistala

Testsuite: InteropPortTypeRPCServiceTestCase
Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 4.277 sec
------------- Standard Error -----------------
Sep 1, 2005 6:48:38 PM org.apache.axis.encoding.ser.BeanSerializer serialize
SEVERE: Exception:
java.io.IOException: Non nillable element 'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:215)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at 
org.apache.axis.attachments.AttachmentsImpl.getAttachmentCount(AttachmentsImpl.java:519)
        at org.apache.axis.Message.getContentType(Message.java:475)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:334)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.<init>(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at 
InteropPortTypeRPCServiceTestCase.testInteropServiceCommitUnsuccessful(Unknown 
Source)
        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:324)
        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.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:1072)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:682)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1434)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
Sep 1, 2005 6:48:38 PM org.apache.axis.attachments.AttachmentsImpl 
getAttachmentCount
WARNING: Exception:
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
 faultActor: 
 faultNode: 
 faultDetail: 
        {http://xml.apache.org/axis/}stackTrace:java.io.IOException: 
java.io.IOException: Non nillable element 'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:275)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at 
org.apache.axis.attachments.AttachmentsImpl.getAttachmentCount(AttachmentsImpl.java:519)
        at org.apache.axis.Message.getContentType(Message.java:475)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:334)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.&lt;init&gt;(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at 
InteropPortTypeRPCServiceTestCase.testInteropServiceCommitUnsuccessful(Unknown 
Source)
        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:324)
        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.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:1072)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:682)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1434)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

        {http://xml.apache.org/axis/}hostname:fiorano-999

java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:317)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at 
org.apache.axis.attachments.AttachmentsImpl.getAttachmentCount(AttachmentsImpl.java:519)
        at org.apache.axis.Message.getContentType(Message.java:475)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:334)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.<init>(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at 
InteropPortTypeRPCServiceTestCase.testInteropServiceCommitUnsuccessful(Unknown 
Source)
        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:324)
        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.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:1072)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:682)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1434)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
Caused by: java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:275)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        ... 51 more
Sep 1, 2005 6:48:38 PM org.apache.axis.encoding.ser.BeanSerializer serialize
SEVERE: Exception:
java.io.IOException: Non nillable element 'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:215)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at org.apache.axis.SOAPPart.getContentLength(SOAPPart.java:228)
        at org.apache.axis.Message.getContentLength(Message.java:490)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:357)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.<init>(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at 
InteropPortTypeRPCServiceTestCase.testInteropServiceCommitUnsuccessful(Unknown 
Source)
        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:324)
        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.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:1072)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:682)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1434)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
Sep 1, 2005 6:48:39 PM org.apache.axis.encoding.ser.BeanSerializer serialize
SEVERE: Exception:
java.io.IOException: Non nillable element 'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:215)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at 
org.apache.axis.attachments.AttachmentsImpl.getAttachmentCount(AttachmentsImpl.java:519)
        at org.apache.axis.Message.getContentType(Message.java:475)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:334)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.<init>(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at InteropPortTypeRPCServiceTestCase.testInteropServiceRollback(Unknown 
Source)
        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:324)
        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.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:1072)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:682)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1434)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
Sep 1, 2005 6:48:39 PM org.apache.axis.attachments.AttachmentsImpl 
getAttachmentCount
WARNING: Exception:
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
 faultActor: 
 faultNode: 
 faultDetail: 
        {http://xml.apache.org/axis/}stackTrace:java.io.IOException: 
java.io.IOException: Non nillable element 'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:275)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at 
org.apache.axis.attachments.AttachmentsImpl.getAttachmentCount(AttachmentsImpl.java:519)
        at org.apache.axis.Message.getContentType(Message.java:475)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:334)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.&lt;init&gt;(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at InteropPortTypeRPCServiceTestCase.testInteropServiceRollback(Unknown 
Source)
        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:324)
        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.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:1072)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:682)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1434)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

        {http://xml.apache.org/axis/}hostname:fiorano-999

java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:317)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at 
org.apache.axis.attachments.AttachmentsImpl.getAttachmentCount(AttachmentsImpl.java:519)
        at org.apache.axis.Message.getContentType(Message.java:475)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:334)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.<init>(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at InteropPortTypeRPCServiceTestCase.testInteropServiceRollback(Unknown 
Source)
        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:324)
        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.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:1072)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:682)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1434)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
Caused by: java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:275)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        ... 51 more
Sep 1, 2005 6:48:39 PM org.apache.axis.encoding.ser.BeanSerializer serialize
SEVERE: Exception:
java.io.IOException: Non nillable element 'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:215)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at org.apache.axis.SOAPPart.getContentLength(SOAPPart.java:228)
        at org.apache.axis.Message.getContentLength(Message.java:490)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:357)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.<init>(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at InteropPortTypeRPCServiceTestCase.testInteropServiceRollback(Unknown 
Source)
        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:324)
        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.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask.java:1072)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:682)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:1434)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:632)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
------------- ---------------- ---------------

Testcase: testInteropServiceCommitUnsuccessful took 4.066 sec
        Caused an ERROR
; nested exception is: 
        java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
 faultActor: 
 faultNode: 
 faultDetail: 
        {http://xml.apache.org/axis/}stackTrace:java.io.IOException: 
java.io.IOException: Non nillable element 'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:275)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at org.apache.axis.SOAPPart.getContentLength(SOAPPart.java:228)
        at org.apache.axis.Message.getContentLength(Message.java:490)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:357)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.&lt;init&gt;(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at 
InteropPortTypeRPCServiceTestCase.testInteropServiceCommitUnsuccessful(Unknown 
Source)

        {http://xml.apache.org/axis/}hostname:fiorano-999

java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:317)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at org.apache.axis.SOAPPart.getContentLength(SOAPPart.java:228)
        at org.apache.axis.Message.getContentLength(Message.java:490)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:357)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.<init>(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at 
InteropPortTypeRPCServiceTestCase.testInteropServiceCommitUnsuccessful(Unknown 
Source)
Caused by: java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:275)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        ... 51 more

Testcase: testInteropServiceRollback took 0.211 sec
        Caused an ERROR
; nested exception is: 
        java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
 faultActor: 
 faultNode: 
 faultDetail: 
        {http://xml.apache.org/axis/}stackTrace:java.io.IOException: 
java.io.IOException: Non nillable element 'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:275)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at org.apache.axis.SOAPPart.getContentLength(SOAPPart.java:228)
        at org.apache.axis.Message.getContentLength(Message.java:490)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:357)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.&lt;init&gt;(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at InteropPortTypeRPCServiceTestCase.testInteropServiceRollback(Unknown 
Source)

        {http://xml.apache.org/axis/}hostname:fiorano-999

java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:317)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
        at org.apache.axis.SOAPPart.saveChanges(SOAPPart.java:530)
        at org.apache.axis.SOAPPart.getContentLength(SOAPPart.java:228)
        at org.apache.axis.Message.getContentLength(Message.java:490)
        at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:357)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:137)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
        at 
org.apache.ws.transaction.wscoor.RegistrationPortTypeRPCBindingStub.registerOperation(RegistrationPortTypeRPCBindingStub.java:325)
        at 
org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(RegistrationRPCPort.java:56)
        at 
org.apache.ws.transaction.wscoor.CoordinationContext.register(CoordinationContext.java:136)
        at 
org.apache.ws.transaction.participant.standalone.Transaction.<init>(Transaction.java:37)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:52)
        at 
org.apache.ws.transaction.participant.standalone.TransactionManager.begin(TransactionManager.java:41)
        at InteropPortTypeRPCServiceTestCase.testInteropServiceRollback(Unknown 
Source)
Caused by: java.io.IOException: java.io.IOException: Non nillable element 
'participantProtocolService' is null.
        at 
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:275)
        at 
org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1417)
        at 
org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:912)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:197)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at 
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:477)
        at 
org.apache.axis.message.MessageElement.output(MessageElement.java:1207)
        at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
        ... 51 more


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to