Hi all,
I try to modify ESS web dynpro. For this I use the JDI.
When I build my DCs locally on my PC I get no error, the ear file is generated and works fine.
The problem is when I want to check-in my activities and activate them, the activation request always fails. The build log says something like :
Oct 6, 2005 1:09:29 PM ...tc.buildcontroller.CBSBuildController [ Error]: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1444)
at com.sap.tc.buildcontroller.CBSBuildController.createBuildSettings(CBSBuildController.java:568)
at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:501)
at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:441)
at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:313)
at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:251)
at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:206)
at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:167)
Oct 6, 2005 1:09:29 PM ...tc.buildcontroller.CBSBuildController [ Info]:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1444)
at com.sap.tc.buildcontroller.CBSBuildController.createBuildSettings(CBSBuildController.java:568)
at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:501)
at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:441)
at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:313)
at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:251)
at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:206)
at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:167)
Obviously this is not an error in my coding because the local build works fine.
Did anyone manage to make this JDI work correctly with ESS modification ?
Thank you in advance for you answer.
Regards,
Julien