cancel
Showing results for 
Search instead for 
Did you mean: 

Error while uploading Excel sheet

Former Member
0 Kudos

Hello Everybody,

I haave developed one application in which I am uploading one excel sheet. This code is working fine on my local WAS. But, it is giving me following error on Development server.

Application error occurred during request processing.

Details: java.lang.NoSuchMethodError: com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage.setCharset(Ljava/lang/String;)V

Exception id: [0012799E23D0004E0000021C000022E900043C0595771BD9]

From the error it seems that it is not from my application but this error is coming from the server side. What could be the issues/problem from the server?

Did anybody encounter the same error?

Please help me in this regard.

Thanks,

Bhavik Devisha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhavik,

Its an general problem.just restart ur server & redeploy ur application.

regards

Sumit

former_member185029
Active Contributor
0 Kudos

Hello Bhavik,

are you using any external library in your project?

Can you please share the code which is posing problem?

Ashu