Hii I tried debugging ODE in eclipse but I am having a lot of problems with starting the ODE server its all related to ports as i am guessing, this is what its showing me
Server Apache Ode 1.x Runtime 2 at localhost failed to start. Do you think I should work with Server Apache Ode 1.x Runtime or with Tomcat? I also tried edited in startup.bat and catalina.bat set JPDA_ADDRESS=9090 set JPDA_TRANSPORT=dt_socket set JAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9090" but i am still getting the same error! On Sat, Sep 10, 2011 at 12:23 AM, ishara premadasa <[email protected]>wrote: > Hi Chhoker, > > You can start tomcat with JPDA debugger and debug ode by creating a remote > debug in Eclipse. Just enter following command in from tomcat/bin and > tomcat > will be started in debug mode. > > C:\Apache-Tomcat-7\bin> catalina.bat jpda run > > Now start your remote debug in Eclipse and it will come to the breakpoints > of the ODE source code and you can start debugging. If you want to learn in > detail read this post. > > http://isharapremadasa.blogspot.com/2011/09/how-to-debug-apache-ode-with-apache.html > > However I am using IntelliJ Idea IDE for this, but i think using Eclipse > for > remote debugging is also similar to this sequence. > > On Sat, Sep 10, 2011 at 2:17 AM, pushpeen chhoker < > [email protected]> wrote: > > > well i figure out this was a wrong approach and this is not the right way > > to > > run ODE i am using Eclipse and tomcat on windows my aim is to debug it. > So > > that i know what is going on inside it! i am able to deploy the examples > > given in source code > > in > > > C:\ode\distro\target\apache-ode-war-1.4-SNAPSHOT\apache-ode-war-1.4-SNAPSHOT\examples > > directory now i want to debug them can you help me with that > > > > On Fri, Sep 9, 2011 at 6:25 AM, Tammo van Lessen <[email protected] > > >wrote: > > > > > How did you try to launch this class? > > > > > > On Thu, Aug 25, 2011 at 02:08, pushpeen chhoker > > > <[email protected]> wrote: > > > > I am trying to launch main.java file of apache ode from > > ode-util>src>cli > > > and > > > > it is giving me the following error > > > > > > > > > > > > The archive: > > > > > > > > > > C:/....../.m2/repository/org/apache/ws/commons/axiom/axiom-impl/1.2.8/axiom-impl-1.2.8.jar > > > > which is referenced by the classpath, does not exist. > > > > > > > > can someone please help me why i am getting this! > > > > > > > > > > > > > > > > -- > > > Tammo van Lessen - http://www.taval.de > > > > > > > > > -- > *Best Regards.* > > *Ishara Premadasa,* > Trainee Software Engineer/Undergraduate, > Dept. of Computer Science & Engineering, > University of Moratuwa > Sri Lanka. >
