cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Module Exception

Former Member
0 Kudos

Hello

I created a File to File interface, to pick the file from FTP and again put the file to FTP.This is a simple interface for my learning.

The channel is scheduled to run every 1 minute.

Every minute I see below error in the Adapter monitor

"Last message processing started 13:52:21 2008-01-24, Error: Module Exception 'com.sap.aii.af.mp.processor.ModuleProcessorException' found, cause: java.lang.ClassCastException: com.sap.aii.af.mp.module.ModuleHome"

Could some one say how to handle this error ?

Thanks

Vinod

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Thanks

For your hint, it was the port which was to be changed to 8000.

Thanks

Vinod

Former Member
0 Kudos

Hi

Thanks for the hint,I was able to progress ons step further.

Iam picking the flat file and put the file to same ftp but use different folders.

I receive the below error, can you help

Success: Message successfully put into the queue.

Success: The message was successfully retrieved from the call queue.

Success: The message status set to DLNG.

Error: Returning synchronous error notification to calling application: Received HTTP response code 404..

Error: Transmitting the message using connection http://xxxxxxxx:50000/sap/xi/engine?type=entry failed, due to: Received HTTP response code 404..

Error: The message status set to FAIL.

Error: Returning to application. Exception: Received HTTP response code 404.

Thanks

Vinod

Former Member
0 Kudos

Hi

Is the file getting picked, if not check the Sender CC first.If yes then you need to check the Receiver CC along with the Sender Agreement, Receiver agreement etc.also check whether the target folder is shared.

Thanks.

Former Member
0 Kudos

Hi Vinod,

Please refer the blog for yr error :

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

I have faced this errro and it got resolved from restarting the J2EE engine and i was able to figure out tht the timeout was happening befor the message was getting deliver

Regards

nisarkhan_n
Active Contributor
0 Kudos

Error: Transmitting the message using connection http://xxxxxxxx:50000/sap/xi/engine?type=entry failed, due to: Received HTTP response code 404..

https://<host>:<port>/sap/xi/engine?type=entry

It should be -

http://server:port/sap/xi/engine?type=entry

In this case the port should be http port(8xxx).

change this and try it should work

Also this blog may help u-/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Message was edited by:

n Khan

Message was edited by:

n Khan

Former Member
0 Kudos

Are you using and adapter modules in the adapter? If not, check that the file settings that you have provided are correct. if you are using any file content conversion, check that you have configured it properly. Check the mode (File or FCC) that you are using in the File adapter.

I hope this resolves the problem.

Award if helpful,

Sarath.