cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade to SP19; InvalidUrlRuntimeException

0 Kudos

Hello all,

we have done an upgrade from SP12 to SP19.

I`ve imported the right versions of the sap components JTechs, Buildt and SAPJ2EE to an own project and synchronized all resources (Used dc's etc.)

After deploying the application the following error occurs, when (at starting the app) the webdynpro runtime accesses an mime object:

"com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=../../../resources/ ....."

The mime object is an image, which is stored in the main component folder (src/mimes/Components/<myComponent>/image.gif). Calling the absolute path of the image in the browser [http://<server>/resources/../image.gif], the image is shown (so the resource is available).

I've read the sap note 864842, but the solutions doesn't fixed my problem.

Thanks in advance

Thorsten

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Can you post the complete stacktrace? What exactly is the URLChecker complaining?

Armin