Hi, I got the same problem as described below by Sam, Ive tried both classpath
1) C:\...\ode\tools-bin\target\stage\bin 2) C:\ .. .\ode\tools-bin\src\main\dist\bin For sendsoap.bat, in any case result was same C:\Documents and Settings\najela\ode\axis2 examples\src\examples\HelloWorld2>sen dsoap http://localhost:8080/ode/processes/HelloWorld2 testRequest.soap Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ode/tools/sendsoap/cline/HttpSoapSender C:\Documents and Settings\najela\ode\axis2-examples\src\examples\HelloWorld2>sen dsoap http://localhost:8080/ode/processes/HelloWorld testRequest.soap Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ode/tools/sendsoap/cline/HttpSoapSender Any suggestions? Thanks in anticipation, Best Regards! Najeeb Elahi MSc Software Engineering of Distributed Systems, Royal Institute of Technology (KTH), Stockholm,Sweden Cell # : 0046-704255681 Emails: [EMAIL PROTECTED] , [EMAIL PROTECTED] //////////////////////////////////////////////// Hello ! I followed as per Instructions given in :http://wiki.apache.org/ode/Building Now in running the sample HelloWorld : I copied the folders present in C:\ode\axis2-examples\src\examples [ HelloWorld2,DynPartner,MagicSession ] into C:\Tomcat\webapps\ode\WEB-INF\processes Started Tomcat ! I see three new files being created as HelloWorld2.deployed / DynPartner.deployed / MagicSession.deployed I have helloworld Service listed in: http://localhost:8080/ode/services/listServices Now i move into tomcat/webapps/ode/WEB_INF/processess/HelloWorld2 directory in command prompt Now i type in sendsoap command: sendsoap http://localhost:8080/ode/processes/helloWorld/axis2-examples/src/examples/HelloWorld2/testRequest.soap I get error displayed as : Input line too long . Syntax is not correct . Now i try again by following Readme.txt that is present in C:\ode\axis2-examples\src\examples => sendsoap http://localhost:8080/ode/processes/helloWorld testRequest.soap Now i get Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ode/tools/sendsoap/cline/HttpSoapSender I know usually the NoClassDefFoundError comes due to that JVM not able to get the correct class files. This is correctd by setting properly the CLASSPATH environ. variable For sendsoap command: I have set the PATH & the CLASSPATH too environ. variable to : C:\ode\tools-bin\target\stage\bin Also i use Jdk1.5.0_08 Plz shed some light on this issue ! Regards, Sam > Can you try the following: > > 1) mvn clean > 2) mvn install > > using solely the command prompt? if it doesn't work, please send the full > log. > > thanks, > alex > > > On 12/6/06, Najeeb Elahi <[EMAIL PROTECTED]> wrote: >> >> Hi, >> I tried to run ODE on both Eclipse and on Command prompt as you ppl >> suggested. But I got error on both platforms :) >> >> So far I've ODE,,, SVN in Eclipse and also have plug-in of Maven2 >> Error: >> ---------- >> 1 required artifact is missing. >> >> for artifact: org.apache.ode:distro-jbi-2.0-SNAPSHOT.pom >> >> When I'm trying to run through Command prompt with this command >> >> Root> mvn install >> I've also tried these commands >> >> cd dao-hibernate-db-derby >> mvn install >> cd .. >> mvn install >> >> Than I got this error: >> >> [ERROR] FATAL ERROR >> [INFO] >> ------------------------------------------------------------------------- >> --- >> [INFO] An invalid artifact was detected. >> >> This artifact might be in your project's POM, or it might have been >> included tra >> nsitively during the resolution process. Here is the information we do >> have for >> this artifact: >> >> o GroupID: org.apache.ode >> o ArtifactID: ode-dao-hibernate-db-derby >> o Version: 2.0-SNAPSHOT >> o Type: tar >> >> Any suggestions? >> Thanks in anticipation, >> Best Regards! >> >> Najeeb Elahi >> MSc Software Engineering of Distributed Systems, >> Royal Institute of Technology (KTH), >> Stockholm,Sweden >> Cell # : 00353-86 2444 094 >> Emails: [EMAIL PROTECTED] , [EMAIL PROTECTED] >> >> >> >> >
