Can you check if the JNDI config gets deployed correct into $GLOBUS_LOCATION ? Also, can you paste the full stack trace to see if there is more information or any parsing errors ?
Thanks, Rachana > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, September 12, 2007 1:30 PM > To: [email protected] > Subject: [gt-user] Singleton Resource Exception - > org.globus.wsrf.NoResourceHomeException > > Hello > I get the following Exception and I dont know why? What can I > do to get rid of this error? What can i check? > > AxisFault > faultCode: > {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: java.rmi.RemoteException: Error during resource > lookup; nested exception is: > org.globus.wsrf.NoResourceHomeException > faultActor: > faultNode: > faultDetail: > > {http://xml.apache.org/axis/}stackTrace:java.rmi.RemoteExcepti > on: Error during resource lookup; nested exception is: > org.globus.wsrf.NoResourceHomeException > > ...................................... > > > My jndi file looks ok: > > <?xml version="1.0" encoding="UTF-8"?> > <jndiConfig xmlns="http://wsrf.globus.org/jndi/config"> > <service name="examples/core/Singleton"> > <resource name="home" > type="org.globus.examples.services.core.first.impl.ResourceHome"> > <resourceParams> > <parameter> > <name>factory</name> > <value>org.globus.wsrf.jndi.BeanFactory</value> > </parameter> > </resourceParams> > </resource> > </service> > </jndiConfig> > > and also the wsdd file : > > <?xml version="1.0" encoding="UTF-8"?> > <deployment name="defaultServerConfig" > xmlns="http://xml.apache.org/axis/wsdd/" > xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > <service name="examples/core/Singletion" > provider="Handler" use="literal" style="document"> > <parameter name="className" > value="org.globus.examples.services.core.first.impl.Service"/> > > <wsdlFile>share/schema/examples/Math/Math_service.wsdl</wsdlFile> > <parameter name="allowedMethods" value="*"/> > <parameter name="handlerClass" > value="org.globus.axis.providers.RPCProvider"/> > <parameter name="scope" value="Application"/> > <parameter name="loadOnStartup" value="true"/> > </service> > </deployment> > > I also built another Webservice that also has a Singleton > Resource but I dont know what went wrong with this one. > > > thx > -- > Psssst! Schon vom neuen GMX MultiMessenger gehört? > Der kanns mit allen: http://www.gmx.net/de/go/multimessenger > >
