cancel
Showing results for 
Search instead for 
Did you mean: 

error in file-webservice- file (Error: java.lang.NullPointerException)

Former Member
0 Kudos

Hi everybody,

I have configured a file-webservice-file without BPM scenario...as explained by Bhavesh in the following thread:

I have used a soap adapter (for webservice) instead of rfc .My input file sends the date as request message and gets the sales order details from the webservice and then creates a file at my sender side.

1 communication channel for sender file

1 for receiver soap

1 for receiver file

Error: java.lang.NullPointerException

What could be the reason for this error

thanks a lot

Ramya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ramya,

Chk these two threads....might help you....

Regds,

Pinangshuk.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ramya,

Can you elaborate more on the error?

Where are you getting this error , file sender, file receiver or SOAP receiver?

Did you check the communication channels in runtime workbench?

-Tanaya.

Former Member
0 Kudos

Hi Tanaya,

I monitored the channels in the Runtime work bench and the error is in the sender ftp channel.The other 2 channel status is "not used" in RWB.

1 sender ftp channel

1 receiver soap channel

1 receiver ftp channel.

2009-12-16 15:02:00 Information Send binary file "b.xml" from ftp server "10.58.201.122:/", size 194 bytes with QoS EO

2009-12-16 15:02:00 Information MP: entering1

2009-12-16 15:02:00 Information MP: processing local module localejbs/AF_Modules/RequestResponseBean

2009-12-16 15:02:00 Information RRB: entering RequestResponseBean

2009-12-16 15:02:00 Information RRB: suspending the transaction

2009-12-16 15:02:00 Information RRB: passing through ...

2009-12-16 15:02:00 Information RRB: leaving RequestResponseBean

2009-12-16 15:02:00 Information MP: processing local module localejbs/CallSapAdapter

2009-12-16 15:02:00 Information The application tries to send an XI message synchronously using connection File_http://sap.com/xi/XI/System.

2009-12-16 15:02:00 Information Trying to put the message into the call queue.

2009-12-16 15:02:00 Information Message successfully put into the queue.

2009-12-16 15:02:00 Information The message was successfully retrieved from the call queue.

2009-12-16 15:02:00 Information The message status was set to DLNG.

2009-12-16 15:02:02 Error The message was successfully transmitted to endpoint com.sap.engine.interfaces.messaging.api.exception.MessagingException: Received HTTP response code 500 : Internal Server Error using connection File_http://sap.com/xi/XI/System.

2009-12-16 15:02:02 Error The message status was set to FAIL.

Now, the error is internal server error.What can I do about this?

thanks a lot

Ramya