cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Scenario using BPM -- Starter Kit

former_member196064
Active Participant
0 Kudos

Greetings,

I've been trying to implement the blog listed in my subject and shown in the link at the bottom.

I've completed the design & config steps but now I'm facing an error for which I do not know the cause.

In the message monitor I have a status of "System Error"

In the audit log I have "Transmitting the message to endpoint... failed due to java.net.MalformedURLException".

Does anyone know what the cause of this might be?

Has anyone seen this error before... if so, how did you resolve it?

Thank you,

Doug -

Here's a link to the blog:

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Accepted Solutions (1)

Accepted Solutions (1)

former_member196064
Active Participant
0 Kudos

Krishna,

Pipeline URL = <xi server>:50500/sap/xi/engine ? type=entry

You think that might be it?

I think it's picking up the file ok... here's the text from the audit log... I hope it's readable.

2006-11-26 11:27:13 Success Channel FileRFC_Send: Send binary file "/tmp/info.xml". Size 151 with QoS EO

2006-11-26 11:27:18 Success Application attempting to send an XI message asynchronously using connection AFW.

2006-11-26 11:27:18 Success Trying to put the message into the send queue.

2006-11-26 11:27:19 Success Message successfully put into the queue.

2006-11-26 11:27:19 Success The application sent the message asynchronously using connection AFW. Returning to application.

2006-11-26 11:27:19 Success The message was successfully retrieved from the send queue.

2006-11-26 11:27:19 Success File "/tmp/info.xml" deleted after processing

2006-11-26 11:27:20 Success The message status set to DLNG.

2006-11-26 11:27:20 Error Transmitting the message to endpoint <xi server>:50500/sap/xi/engine?type=entry using connection AFW failed, due to: java.net.MalformedURLException: For input string: "<xi server>:50500".

2006-11-26 11:27:20 Success The asynchronous message was successfully scheduled to be delivered at Sun Nov 26 11:32:

moorthy
Active Contributor
0 Kudos

Hi,

Pipeline url should contain http port. i.e 8xxx. And change it and test it.

Probably after this you may required to check/activate the http services in the SICF transaction ..

Hope this helps,

Regards,

moorthy

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

check out file data has come to XI ? go to SXMB_MONI and find out.

Also test the mapping .Also check the Pipeline url in the SLD->Business System-><Your integration server>.. It should be

http://<xi server>:<port>/sap/xi/engine?type=entry here port is http port ie 8xxx.

Also check if you have got any dump in transaction ST22.

Hope this helps,

Regards,

morothy