cancel
Showing results for 
Search instead for 
Did you mean: 

Internal error inwebdynpro

Former Member
0 Kudos

Hi ,

I am getting this internal error, while i am running the prog. details mentioned.

Plugin Name - web dynpro TS Model

pluginID - com.sap.ide.webdynpro.tsmodel.application

class- com.sap.ide.webdynpro.tsmodel.application.deployandrun

method- run internal

message - exception occured.

please reply, awaiting to hear from you.

Regards,kartik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kartik,

Where you are getting this error ?

Regards, Anilkumar

Former Member
0 Kudos

when i try to deploy and run.

Former Member
0 Kudos

I am confused !!!

Is this IDE issue or runtime??

I mean you are getting any error stacktrace on the browser ?

Regards, ANilkumar

Former Member
0 Kudos

Hi Anil,

Its Runtime issue,when i am trying to deploy. well, on the browser i am getting 500 internal server error. The detailed message is below:

Application error occurred during request processing.

Details: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create deployable object 'local/karthik' since it is not of a Web Dynpro object.

Exception id: [000C29C0AA9F0057000016D400000B2C000424DEBE1DE22C]

former_member186016
Active Contributor
0 Kudos

Hi,

This exception is coming from some IDE plugin code.

There is definetly some problem from IDE like some thing is wrong with workspace and IDE is not able to handle it hence you are getting this error.

Can you reload your project and then create acrchive and then again try to deploy and run.

Regards,

Ashwani

Former Member
0 Kudos

Hi Ashwani,

I have reloaded my project and created archives and again tried to deploy and run. still the error remains the same. how to solve this.

Regards,

kartik

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Karthik,

Have you deployed your project on server or not?

I guess you are directly running application instead of deplying and running.

Do one thing. Right click on your application and choose Deploy archieve and run.

It will deploy your application on server as well as run your application.

Regards, Suresh KB

Former Member
0 Kudos

Hi Suresh,

I have right clicked on application and selecting Deploy New Archive and Run. That's when i am getting the above mentioned error . how to resolve it now.

Regards, karthik

Former Member
0 Kudos

Hi Kartik,

Check the log file for more detailed error info.

C:\usr\sap\<ID>\<Insyance>\j2ee\cluster\server0\log

Regards, Anilkumar

Former Member
0 Kudos

Hi Anil,

I don' find this path that you have mentioned, on my PC .The NWDS is loaded on a stand alone pc and i am connected to the server remotely. is there any other way to check and to resolve the problem.

Former Member
0 Kudos

Hi,

saploc folder should be sharedon that machine where the enige is running.

Ex
<MachineName>>\saploc\<ID>\JC30\j2ee\cluster\server0\log

Regards, Anilkumar

former_member186016
Active Contributor
0 Kudos

Hi Kartik,

Can you share with me which IDE are you using ?

Regards,

Ashwani

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Karthik,

Are you able to deploy your application successfully?. if not In NWDS Deploy output view. Double click the "Deployment aborted" and refer to the message. If possible, post the error stack what you are getting so that it will be easier for us to help you in solving this issue.

Regards, Suresh KB

Former Member
0 Kudos

java.lang.NoSuchMethodError: com.sap.ide.eclipse.j2ee.engine.EnginePlugin.addPropertyChangeListener(Lorg/eclipse/jface/util/IPropertyChangeListener;)V

at com.sap.ide.eclipse.sdm.internal.SDMConnector.<init>(SDMConnector.java:53)

at com.sap.ide.eclipse.sdm.SDMManager.<init>(SDMManager.java:38)

at com.sap.ide.eclipse.sdm.SDMManager.getInstance(SDMManager.java:64)

at com.sap.ide.eclipse.sdm.SDMManager.getInstance(SDMManager.java:49)

at com.sap.ide.webdynpro.archivebuilder.ActionDeployPAR.addDeploymentListener(ActionDeployPAR.java:103)

at com.sap.ide.webdynpro.archivebuilder.ActionDeployAndTestApplication.run(ActionDeployAndTestApplication.java:43)

at com.sap.ide.webdynpro.tsmodel.application.actions.DeployAndRunApplicationAction.run(DeployAndRunApplicationAction.java:29)

at com.sap.ide.webdynpro.tsmodel.application.actions.DevelopmentObjectAction.runInternal(DevelopmentObjectAction.java:63)

at com.sap.ide.webdynpro.tsmodel.application.actions.DeployAndRunApplicationAction.run(DeployAndRunApplicationAction.java:40)

at com.sap.ide.webdynpro.projectbrowser.actions.PBDeployAndRunApplicationAction.run(PBDeployAndRunApplicationAction.java:90)

at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)

at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)

at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)

at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)

at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)

at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)

at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)

at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)

at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)

at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)

at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)

at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)

at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)

at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)

at com.sap.ide.eclipse.startup.Main.run(Main.java:789)

at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

Former Member
0 Kudos

i have posted the error, please have a look.

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks guys