Hi All,

I am trying to access embedded registry of each WSO2 product using web
service API as part of migrating CS registry browser to web service API. It
works fine for all G-REG version (3.6.0, 4.0.0, 4.1.0), and I am
getting following errors [1] & [2] when accessing other product's
embedded registry

is WSRegistryService included with all product? do I need to change any
setting when connecting to other product's embedded registry ?

Any idea?

*[1] For AS 4.1.x*
org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to
perform getRating operation.
at
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient.getRating(WSRegistryServiceClient.java:586)
 at
org.wso2.carbonstudio.eclipse.greg.base.core.Registry.getRating(Registry.java:736)
... 30 more
Caused by: org.apache.axis2.AxisFault: *The service cannot be found for the
endpoint reference (EPR) https://localhost:9445/services/WSRegistryService*
 at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:508)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
 at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at
org.wso2.carbon.registry.ws.stub.WSRegistryServiceStub.getRating(WSRegistryServiceStub.java:5688)
 at
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient.getRating(WSRegistryServiceClient.java:582)
... 31 more

*[2] For ESB 4.0.x*
org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to
perform get operation.
at
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient.get(WSRegistryServiceClient.java:244)
 at
org.wso2.carbonstudio.eclipse.greg.base.core.Registry.getResourcesPerCollection(Registry.java:191)
... 30 more
Caused by: org.apache.axis2.AxisFault: The input stream for an incoming
message is null.
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:92)
 at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354)
 at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at
org.wso2.carbon.registry.ws.stub.WSRegistryServiceStub.wSget(WSRegistryServiceStub.java:1484)
 at
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient.get(WSRegistryServiceClient.java:229)
... 31 more


Thanks,
Melan
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to