cancel
Showing results for 
Search instead for 
Did you mean: 

RSPLAN & WebDynpro

Former Member
0 Kudos

Hi gurus, maybe here is correct area for make the question.

When we ejecute the TD RSPLAN in BI7 and Start the Modeler launch the follow Webdynpro Error :

<b>500 Internal Server Error

Web Dynpro Container/SAP J2EE Engine/6.40</b>

[code]Failed to process request. Please contact your system administrator.

[Hide]

Error Summary

While processing the current request, an exception occured which could not be handled by the application or the framework.

Root Cause

The initial exception that caused the request to fail, was:

com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=file:

172.19.50.21\SAPHelp\PlainHTML\helpdata\EN\43\1d2440301a06f4e10000000a422035\frameset.htm

at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.checkURL(AbstractURLGenerator.java:646)

at com.sap.tc.webdynpro.services.sal.url.core.URLGeneratorInternal.checkURL(URLGeneratorInternal.java:352)

at com.sap.tc.webdynpro.clientserver.uielib.standard.impl.LinkToURL.getReference(LinkToURL.java:248)

at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.LinkToURLAdapter$LinkProxy.getReference(LinkToURLAdapter.java:302)

at com.sap.tc.ur.renderer.ie6.LinkRenderer.render(LinkRenderer.java:53)

... 99 more[/code]

Web Dynpro Container/SAP J2EE Engine/6.40 ?

When we launch URL :

http://IP:50000/TestJDBC_Web/TestJDBCPage.jsp

Look : SAP J2EE Engine/7.00

<b>Detailed Exception Chain</b>

[code]Detailed Exception Chain

com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=file:

172.19.50.21\SAPHelp\PlainHTML\helpdata\EN\43\1d2440301a06f4e10000000a422035\frameset.htm

at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.checkURL(AbstractURLGenerator.java:646)

at com.sap.tc.webdynpro.services.sal.url.core.URLGeneratorInternal.checkURL(URLGeneratorInternal.java:352)

at com.sap.tc.webdynpro.clientserver.uielib.standard.impl.LinkToURL.getReference(LinkToURL.java:248)

at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.LinkToURLAdapter$LinkProxy.getReference(LinkToURLAdapter.java:302)

at com.sap.tc.ur.renderer.ie6.LinkRenderer.render(LinkRenderer.java:53)[/code]

Message was edited by:

Armin Reichert

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you.

You sure is related to :

SAP NetWeaver -> Business Intelligence -> BI Integrated Planning -> Define JCo Destination s.

Enter the following details in the RSPOR_T_PORTAL table on the ABAP back end:

Destination: WebDynpro

Name of system: WEB DYNPRO FOR PLANNING

URL prefix: http://<your server with BI JAVA>:<port>

Thank you.

Former Member
0 Kudos

I have no idea what "TR RSPLAN" and "BI7" are, but:

The error message indicates that in some Web Dynpro application a LinkToURL with an invalid URL (namely a file: URL) is used.

See also <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_wd/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d383634383432%7d">SAP Note 864842</a>

Armin

Former Member
0 Kudos

Sorry, RSPLAN is transaction in SAP Netweaver 2004s BI.

RSPLAN is for Integrated Planning, and use WebDynpro.

Former Member
0 Kudos

Probably there is some misconfiguration of this application such that helpfile URLs are generated with file: protocol instead of http: which leads to a runtime exception.

Armin