cancel
Showing results for 
Search instead for 
Did you mean: 

Convert HTTPS to HTTP

Former Member
0 Kudos

Hello All,

We want to use HTTP connection in place of HTTPS as per the requirement.

We followed the blog https://help.netweaver.ondemand.com/default.htm?consume_internet_connectivity.html

But we are getting the error.

HTTP Status 500 - javax.naming.NamingException: Error while attempting to resolve reference [Root exception is javax.naming.NamingException: Cannot create resource object instance due to exception in the object factory [Root exception is com.sap.core.connectivity.api.DestinationException: Destination with name weather cannot be found. Make sure it is created and configured.]]

Best regards,

Rohit

Accepted Solutions (1)

Accepted Solutions (1)

former_member185231
Active Participant
0 Kudos

Hello Rohit,

It look like you miss to create destination on the server - look step 5 at section "Testing the Connectivity-Enabled Web Application on a Local Server" inside the document that you follow (https://help.netweaver.ondemand.com/default.htm?consume_internet_connectivity.html)

Destination should be created in connectivity tab, or should be deployed to server using cmd line tool.

Best Regards,

Dobri

Former Member
0 Kudos

Hello Dobri,

As per the steps it is  for local server, Do we need same for netweaver cloud server also,

Best regards,

Rohit

former_member185231
Active Participant
0 Kudos

Yes, the destination should be added to connectivity tab of the server editor for both cases.

Regards,

Dobri

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rohit,

this usually means that the destination file is not created as per step 5. in the tutorial or it is not defined in your web.xml as a resource (step 6. from the tutorial).

Could you please check this steps.

Regards,

Nace