Hi experts, I have the following error in my SLD Central (Portal), I have added two data suppliers (I will add more later), once is my solman host and the other one BID, in the form http://<solmanhost>:50000/, user: j2ee_admin. I am getting the same error with both data suppliers:
#38 12/16/2010 12:15:53.842 [SLD Data Supplier Bridge] ERROR com.sap.lcr.sagent.BuilderDirector: Can not send data to http://<solmanhost>:50000/
Thrown:
java.lang.NullPointerException
at java.io.Writer.write(Writer.java:126)
at com.sap.sld.api.wbem.transform.XmlWriter.writeXmlAttribute(XmlWriter.java:252)
at com.sap.lcr.sagent.data.Data2Xml.writeAttributes(Data2Xml.java:199)
at com.sap.lcr.sagent.data.Data2Xml.writeGeneric(Data2Xml.java:150)
at com.sap.lcr.sagent.data.Data2Xml.write(Data2Xml.java:46)
at com.sap.lcr.sagent.BridgeCommunicationHTTP$ChunkedEntity.write(BridgeCommunicationHTTP.java:166)
at com.tssap.dtr.client.lib.protocol.Connection.sendRequest(Connection.java:2467)
at com.tssap.dtr.client.lib.protocol.Connection.sendInternal(Connection.java:1572)
at com.tssap.dtr.client.lib.protocol.Connection.send(Connection.java:1465)
at com.tssap.dtr.client.lib.protocol.requests.RequestBase.perform(RequestBase.java:570)
at com.tssap.dtr.client.lib.protocol.requests.RequestBase.perform(RequestBase.java:693)
at com.sap.lcr.sagent.BridgeCommunicationHTTP.send(BridgeCommunicationHTTP.java:102)
at com.sap.lcr.sagent.BuilderDirector.redirectData(BuilderDirector.java:639)
at com.sap.lcr.sagent.BuilderDirector.performWork(BuilderDirector.java:399)
at com.sap.lcr.sagent.BuilderDirector.run(BuilderDirector.java:242)
at java.lang.Thread.run(Thread.java:606)
In the VA of my solman server the http settings are configured with the SLD central host, port 50000 and the user sld_ds_*** and with the same data in the CIM Client Generation Setting, What can I do about it?
Thanks
Paul