[Soaplab-users] Error in creating XML parser Parser class
Brought to you by:
marsenger
|
From: Per L. <per...@sb...> - 2006-11-01 09:45:05
|
Dear list!
I recently did a fresh install of everything required to run soaplab (ie
apache, tomcat and axis). Installation was fine and deployment of
default services also worked. However, when I tried to access the
classic.helloworld service using ./ws/run-analysis-client -name
classic.helloworld -w -r it returned this message: (same thing happens
when i try to invoke the service using a client such as taverna). I have
run into this before, but can't remember what the remedy was :-) (Axis
seem to be working fine, for example)
Cheers
/Per
Fault string: org.embl.ebi.SoaplabShare.SoaplabException: Internal
communication failed. (in cacheMetadata)
embl.ebi.AppLabShare.AppLabException: Error in creating XML parser
Parser class:
org.apache.xerces.parsers.SAXParser(org.apache.xerces.parsers.SAXParser)
Details: embl.ebi.AppLabShare.AppLabException: Error in creating XML
parser Parser class:
org.apache.xerces.parsers.SAXParser(org.apache.xerces.parsers.SAXParser)
at
embl.ebi.AppLabShare.AppLabMetadataAccessorImpl._load(AppLabMetadataAccessorImpl.java:156)
at
embl.ebi.AppLabShare.AppLabMetadataAccessorImpl.load(AppLabMetadataAccessorImpl.java:138)
at
embl.ebi.AppLabShare.AppLabMetadataAccessorImpl.<init>(AppLabMetadataAccessorImpl.java:49)
at
org.embl.ebi.SoaplabServer.applab.AnalysisWSAppLabImpl.cacheMetadata(AnalysisWSAppLabImpl.java:385)
at
org.embl.ebi.SoaplabServer.applab.AnalysisWSAppLabImpl.getInputSpec(AnalysisWSAppLabImpl.java:350)
at
org.embl.ebi.SoaplabServer.applab.AnalysisWSAppLabImpl.getInputSpec(AnalysisWSAppLabImpl.java:349)
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)
Fault code:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
Fault actor: null
When calling:
http://localhost:8080/axis/services/classic.helloworld
getInputSpec
|