Hello List,
I'm trying to call my GridService from an OGCE portlet.
When the following code in my portlet is reached
----------------------------------------------------------------
CreateResourceResponse createResponse =
MyServiceFactory.createResource(new CreateResource());
----------------------------------------------------------------
the following exception is thrown:
-----------------------------------------------------------
Failure trying to get the Call object; nested exception is:
java.lang.NullPointerException
-----------------------------------------------------------
The stacktrace starts like this:
---------------------------------------------------------------------------
AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Failure trying to get the Call object; nested exception is:
java.lang.NullPointerException
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:glapic2.itic.uncu.edu.ar
Failure trying to get the Call object; nested exception is:
java.lang.NullPointerException
at
org.globus.examples.stubs.Factory.bindings.FactoryPortTypeSOAPBindingStub.createCall(FactoryPortTypeSOAPBindingStub.java:379)
----------------------------------------------------------------------------
Notes:
* The grid service works fine when it is called from
a command line client.
* The service URI in the portlet is correct.
* The client-config.wsdd is stored in the tomcat/gridsphere
directory, where can be accesed by the portlet.
Any other suggestion...?
Julio.