cancel
Showing results for 
Search instead for 
Did you mean: 

ESS app ess.us.pdata builds fine in dev buildspace but fails in cons....

Former Member
0 Kudos

Hi Folks,

I have 3 ess apps that build fine in the dev buildspace but the build fails in the cons buildspace...the dev space build and deploy work fine from netweaver and u can see the changes working fine in the portal too....

to take it to the next environment, the cons build needs to succeed but it fails with this log.....we had one of the .ear files loaded into the next environment and it works fine there too..but this build needs to work to make the apps go thru the transport process..Any Ideas????......The last change I did was to a java file VcPerPersonalUSDetail.java file to add some validation...did not add any new methods..just changed some existing ones....

java.lang.NoClassDefFoundError: com/sap/ide/metamodel/general/DevelopmentObject

at java.lang.Class.getDeclaredMethods0(Native Method)

at java.lang.Class.privateGetDeclaredMethods(Class.java:1678)

at java.lang.Class.getMethod0(Class.java:1924)

at java.lang.Class.getMethod(Class.java:984)

at com.sap.dictionary.generation.ant.DDGenAntTask.execute(DDGenAntTask.java:70)

at org.apache.tools.ant.Task.perform(Task.java:341)

at org.apache.tools.ant.Target.execute(Target.java:309)

at org.apache.tools.ant.Target.performTasks(Target.java:336)

at org.apache.tools.ant.Project.executeTarget(Project.java:1339)

at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)

at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)

at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:217)

at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:193)

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:324)

at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)

at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)

at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:345)

at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:175)

at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)

at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1498)

at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:727)

at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:503)

at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:442)

at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:314)

at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:252)

at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)

at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:168)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

it was a filespace problem....they all build fine now...thx...

Former Member
0 Kudos

Hi,

check if the archives imported into cons are the same as in dev. You can see the imported versions on the "System State" tab in the CMS transport studio. I'd suspect that there's a mismatch.

Regards,

Marc