cancel
Showing results for 
Search instead for 
Did you mean: 

http://<host>:<port>/index.html called unsuccessfully

Former Member
0 Kudos

Hi,

I'm getting the alert "java system http availability " in the system monitoring of Solution Manager 7.1 SP8.

Managed system version is IDM Netweaver 7.01.

We were able to access the url http://<host>:<port>/index.html successfully.

According to the 1833867 - http://<host>:<port>/index.html called
unsuccessfully

we have imported the latest sp11 template and activated the template.But still we are getting below alert.

Kindly let me know your suggestion to resolve below issue.

Regards,

Ayyappan

Accepted Solutions (0)

Answers (1)

Answers (1)

roland_hennessy
Contributor
0 Kudos

Hi Ayyappan,

Can you check the Java parameters in the managed systems configuration setup, step Enter Parameters and make sure the url is correct. If so, please apply note 1757091 and reconfigure the

monitoring "apply and activate" to see if this helps.

Kind regards,

Roland


Former Member
0 Kudos

Hi Roland,

Thanks for your suggestion.

In enter system parameter I have maintained the correct url and it was able to ping successfully.

Also i tried by implementing the snote 1757091 and activated the template again.

but still getting same error.

Regards,

Ayyappan

Former Member
0 Kudos

Hi,

From Log I could see below error corresponding to this error

java.rmi.RemoteException: URL is malformed http://<>_<SID>_SCS:<>; nested exception is:

        java.net.MalformedURLException: Not a valid URL: Unexpected character found ['_' at position 10]

        at com.sap.smd.agent.plugin.connectors.http.HTTPConnectorService.configureConnection(HTTPConnectorService.java:118)

        at com.sap.smd.agent.plugin.connectors.http.HTTPConnectorService.configureConnection(HTTPConnectorService.java:238)

        at com.sap.smd.mai.model.collector.HTTPConnection.getConnection(HTTPConnection.java:443)

        at com.sap.smd.mai.model.collector.HTTPConnection.connect(HTTPConnection.java:99)

        at com.sap.smd.mai.model.collector.SAPPingHTTPCollector.collect(SAPPingHTTPCollector.java:69)

        at com.sap.smd.mai.job.MetricJobRunner.run(MetricJobRunner.java:25)

        at com.sap.smd.server.exec.TaskRunner.run(TaskRunner.java:46)

        at com.sap.smd.server.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:785)

        at java.lang.Thread.run(Thread.java:743)

Caused by: java.net.MalformedURLException: Not a valid URL: Unexpected character found ['_' at position 10]

        at com.tssap.dtr.client.lib.protocol.impl.URLScanner.next_token(URLScanner.java:587)

        at com.tssap.dtr.client.lib.protocol.URL.parse(URL.java:518)

        at com.tssap.dtr.client.lib.protocol.URL.<init>(URL.java:63)

        at com.sap.smd.agent.plugin.connectors.http.AgtConnection.parseURL(AgtConnection.java:2749)

        at com.sap.smd.agent.plugin.connectors.http.AgtConnection.<init>(AgtConnection.java:218)

        at com.sap.smd.agent.plugin.connectors.http.HTTPConnectorService.configureConnection(HTTPConnectorService.java:80)

        ... 8 more

Kindly let me know ur suggestion to resolve above error

Regards,

Ayyappan

roland_hennessy
Contributor
0 Kudos

Hi Ayyappan,

The MalformedURLException you get indicates that the URL contains an invalid character at position 10 '_' To solve this, overwrite the '_'  in the URL manually. Do not
copy-and-paste from a source where you are not sure about correctness).
Save the changes to the properties.file and try again.

Hope this helps.

Kind regards,

Roland