Hi Ping
Seems like you haven't subscribed to the [email protected] mailing
list, so I am CC:ing you on my reply this time.. But for future, please
do subscribe to receive replies (http://synapse.apache.org/mail-lists.html)
jianping wang wrote:
I am getting the following error when executing
axis2server.sh
Exception in thread "main"
java.lang.NoClassDefFoundError:
samples/util/SampleAx is2Server
Caused by: java.lang.ClassNotFoundException:
samples.util.SampleAxis2Server
Can you confirm the version of Synapse you are using (i.e. 1.1.1?), and
the OS (Windows, Linux).. also can you share the full console log output
e.g.
[EMAIL PROTECTED]:~/java/synapse-1.1.1/samples/axis2Server$ ./axis2server.sh
Using Bouncy castle JAR for Java 1.5
Using JAVA_HOME: /opt/jdk1.5.0_15
Using AXIS2 Repository :
/home/asankha/java/synapse-1.1.1/samples/axis2Server/repository
Using AXIS2 Configuration :
/home/asankha/java/synapse-1.1.1/samples/axis2Server/repository/conf/axis2.xml
2008-05-08 09:09:27,882 [-] [main] INFO SampleAxis2ServerManager
[SimpleAxisServer] Starting
[SimpleAxisServer] Using the Axis2 Repository :
/home/asankha/java/synapse-1.1.1/samples/axis2Server/repository
[SimpleAxisServer] Using the Axis2 Configuration File :
/home/asankha/java/synapse-1.1.1/samples/axis2Server/repository/conf/axis2.xml
2008-05-08 09:09:30,276 [-] [main] INFO HttpCoreNIOSender HTTPS Sender
starting
2008-05-08 09:09:30,283 [-] [main] INFO HttpCoreNIOSender HTTP Sender
starting
2008-05-08 09:09:30,464 [-] [main] INFO HttpCoreNIOListener HTTPS
Listener starting on port : 9002
2008-05-08 09:09:30,470 [-] [main] INFO HttpCoreNIOListener HTTP
Listener starting on port : 9000
2008-05-08 09:09:30,474 [-] [main] INFO SampleAxis2ServerManager
[SimpleAxisServer] Started
asankha