cancel
Showing results for 
Search instead for 
Did you mean: 

Malformed URL Exception

Former Member
0 Kudos

hi,

SAOP -> XI -> File is my scenario

i got an error because i have entered a wrong url in integration engine configuration in (sxmb_adm) while configuring is_url.

so got an error in my scenario stating...

Transmitting the message to endpoint "http:///<hostname>:<port>/sap/xi/engine?type=entry" using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.MalformedURLException: For input string: "<hostname>:<port>".

but the problem is even after rectifying the mistake am getting the same error constantly... how to solve this issue?

please tell your suggestion....

Krish

Edited by: Krish Krish on Sep 2, 2008 12:17 PM

Edited by: Krish Krish on Sep 2, 2008 12:17 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Krish

What URL is displayed in Runtime Workbench --> Component Monitoring --> Integration Engine --> Test Message ???

Carlos

Former Member
0 Kudos

hi,

http://:sapsrv02:50200/sap/xi/engine?type=entry

this is the url which is getting displayed in test message..

this is not working.. my system http port is 8002

and i can send the message successfully using the following url

http://sapsrv02:8002/sap/xi/engine?type=entry

Krish

Edited by: Krish Krish on Sep 2, 2008 12:47 PM

Former Member
0 Kudos

Efectively this URL is wrong:

Delete the secong':'

Wrong: http://:sapsrv02:50200/sap/xi/engine?type=entry

Right: http://sapsrv02:50200/sap/xi/engine?type=entry

You have to change it in SLD --> Business System --> Select you PI Business System --> Integration Section --> Change Pipe Line Url.

Save the changes.

Maybe you should restart your system.

Regards,

Carlos

Former Member
0 Kudos

Sorry...I forgot

And also change the port in the same place.

Regards

Carlos

Former Member
0 Kudos

thanks a lot Carlos....

issue got solved....

Krish

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Ur port should be http port. Check in smicm -> goto -> services.

Regards,

Prateek

Former Member
0 Kudos

thanks prateek,

i have configured the http port for the url...

error occurred because i have given 3 slash in the url...

changes have been made... but the error remains same.

i have even restarted the server.... but couldn't solve the issue

Krish