Thanks, I have that working now, I had used the wrong client-config.wsdd file.
Thanks, Brian -----Original Message----- ********************************************************************** The information contained in this e-mail is confidential, may be privileged and is intended only for the user of the recipient named above. If you are not the intended recipient or a representative of the intended recipient, you have received this e-mail in error and must not copy, use or disclose the contents of this e-mail to anybody else. If you have received this e-mail in error, please notify the sender immediately by return e-mail and permanently delete the copy you received. This e-mail has been swept for computer viruses. However, you should carry out your own virus checks. Registered in Ireland, No. 205721. http://www.FINEOS.com ********************************************************************** From: Dasarath Weeratunge [mailto:[EMAIL PROTECTED] Sent: 15 December 2005 22:56 To: Brian Dillon (ext. 944) Cc: [email protected] Subject: Re: TransactionManager error Quoting "Brian Dillon (ext. 944)" <[EMAIL PROTECTED]>: > Hi > > I am trying to get a simple client to use Kandula fro transaction support. > Unfortunately I get the following error once I call; > > TransactionManager tm = TransactionManager.getInstance(); > tm.begin(); Hope you tried the 'interop' sample first. It shows how to setup Kandula_1. Looks like you have a problem on the server side. Please check whether your services are deployed in axis properly. Further, the default settings assume that you have TCP monitor running on 8081 and redirecting this port to 8080. --dasarath > > AxisFault > faultCode: > {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: java.rmi.RemoteException: java.lang.NullPointerException > faultActor: > faultNode: > faultDetail: > {http://xml.apache.org/axis/}hostname:opc122 > > java.rmi.RemoteException: java.lang.NullPointerException > at > org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder. > java:2 > 21) > > at > org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.j > ava:12 > 8) > at > org.apache.axis.encoding.DeserializationContext.endElement(Deserializa > tionCo > nte > xt.java:1087) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1712) > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667) > at org.apache.crimson.parser.Parser2.parse(Parser2.java:337) > at > org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) > at > org.apache.axis.encoding.DeserializationContext.parse(DeserializationC > ontext > .ja > va:227) > at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) > at org.apache.axis.Message.getSOAPEnvelope(Message.java:424) > at > org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderst > andChe > cke > r.java:62) > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) > 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.re > gister > Ope > ration(RegistrationPortTypeRPCBindingStub.java:290) > at > org.apache.ws.transaction.wscoor.RegistrationRPCPort.register(Registra > tionRP > CPo > rt.java:56) > at > org.apache.ws.transaction.wscoor._CoordinationContext.register(_Coordi > nation > Con > text.java:135) > at > org.apache.ws.transaction.participant.standalone.Transaction.<init>(Tr > ansact > ion > .java:39) > at > org.apache.ws.transaction.participant.standalone.TransactionManager.be > gin(Tr > ans > actionManager.java:52) > at > org.apache.ws.transaction.participant.standalone.TransactionManager.be > gin(Tr > ans > actionManager.java:41) > at TestWSTX_Client.main(TestWSTX_Client.java:8) > Exception java.rmi.RemoteException: java.lang.NullPointerException > > > Is there something that I am missing in the snapshot I took down or is > there something else I should try ? > > Thanks, > > Brian > > ********************************************************************** > The information contained in this e-mail is confidential, may be > privileged and is intended only for the user of the recipient named above. > If you are not the intended recipient or a representative of the > intended recipient, you have received this e-mail in error and must > not copy, use or disclose the contents of this e-mail to anybody else. > If you have received this e-mail in error, please notify the sender > immediately by return e-mail and permanently delete the copy you received. > This e-mail has been swept for computer viruses. However, you should > carry out your own virus checks. > Registered in Ireland, No. 205721. http://www.FINEOS.com > ********************************************************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
