From: Sriram K. <sr...@sd...> - 2008-04-15 17:53:01
|
Hello Dan, Could you send us some more information about your setup? In particular, what versions of Windows and Java are you using. I suspect you are missing some required jars, and we would like to test this out on a similar system here. Also, did you notice anything untoward in your tomcat logs ($CATALINA_HOME/logs/catalina.out)?The catalina logs can usually be quite helpful in debugging such problems. Thanks for your patience! Sriram ps: Would you mind subscribing to our very low traffic mailing list here: https://lists.sourceforge.net/lists/listinfo/opaltoolkit-users? This discussion can be very helpful to our other users as well. On Apr 15, 2008, at 9:52 AM, <Dan...@sa...> wrote: > Hi Sriram and Luca, > > Thank you very much for your prompt reply. > > I run the opal-1.9.3 Tutorial under Windows and set classpath by > typing “classpath.bat”. The OPAL_HOME is set as an > environment variable by Start → Control Panel → Systems > → Advanced → Environment Variables. Unfortunately, I > get stuck at the last step: > java edu.sdsc.nbcr.opal.GenericServiceClient -l http://localhost:8080/opal/services/BabelServicePort > -a "-ipdb sample.pdb -opdb out.pd > b" -f etc/sample.pdb -r launchJob > > The error message is listed as below. I would be very appreciative > if you could give me some suggestions to solve the problem. > > Best regards, > Dan > > > OUTPUT: > > C:\Tutorial\opal-ws-1.9.3>java > edu.sdsc.nbcr.opal.GenericServiceClient -l http:/ > /localhost:8080/opal/services/BabelServicePort -a "-ipdb sample.pdb - > opdb out.pd > b" -f etc/sample.pdb -r launchJob > > Reading command line arguments > Service URL: http://localhost:8080/opal/services/BabelServicePort > Invoking operation: launchJob > > Command line arguments: -ipdb sample.pdb -opdb out.pdb > Making non-blocking invocation on Opal service - > Exception in thread "main" AxisFault > faultCode: {http://schemas.xmlsoap.org/soap/ > envelope/}Server.userException > faultSubcode: > faultString: java.lang.reflect.InvocationTargetException > faultActor: > faultNode: > faultDetail: > {http://xml.apache.org/axis/}hostname:study-442bb0af9 > > java.lang.reflect.InvocationTargetException > at > org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder > .java:221) > at > org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder. > java:128) > at > org.apache.axis.encoding.DeserializationContext.endElement(Deserializ > ationContext.java:1087) > at > org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source > ) > at > org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknow > n Source) > at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl > $FragmentContent > Dispatcher.dispatch(Unknown Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un > known Source) > at > org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at > org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown > Source) > at javax.xml.parsers.SAXParser.parse(Unknown Source) > at > org.apache.axis.encoding.DeserializationContext.parse(Deserialization > Context.java: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(MustUnders > tandChecker.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 > edu.sdsc.nbcr.opal.AppServicePortTypeSoapBindingStub.launchJob(AppSer > vicePortTypeSoapBindingStub.java:527) > at > edu.sdsc.nbcr.opal.GenericServiceClient.main(GenericServiceClient.jav > a:238) > > C:\Tutorial\opal-ws-1.9.3> |