cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.NoSuchMethodError while running the Application

Former Member
0 Kudos

Hi,

i have a typical problem while running application...

When i execute the application on the localhost , its working fine

but when i deploy it on to the server and assign the application to the client then from the client if i execute java.lang.NoSuchMethodError is thrown.


java.lang.NoSuchMethodError: com.xyz.mi.dataaccess.TableContentProvider.save(Ljava/lang/String;[Ljava/lang/String;)V
        at com.xyz.mi.ABC.syncBOSave(ABC.java:287)
        at com.xyz.mi.ABC.doHandleEvent(ABC.java:80)
        at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetNotThreadSafe(AbstractMEHttpServlet.java:347)
        at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet(AbstractMEHttpServlet.java:689)

Note: im executing both the times on my Destop PC not on mobiledevice.

ie., when im executing http://localhost:4444/xyz its running

but when im executing thru MI Client HomePage..its throwing error

Hope i make sense in explaining...if not plz revert i will try once again

Rgds,

Kiran Joshua

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kiran,

Do you have the same versions of Java on your desktop and server?

- Ronan

Former Member
0 Kudos

Hi Ronan,

yeah ..both java versions are same...

pl. suggest

rgds,

Kiran Joshua