login button

Confusion running ./install.sh

Forums :

This is after compiling using Maven2 with $CLASSPATH, $PATH, $MAVEN2_HOME, et al. being set.  Is there a specific .jar that I need to copy?

[root@fc8machina bin]# ./install.sh
Running WSO2 Web Services Application Server, v2.2.1 installer...
Exception in thread "main" java.lang.NoClassDefFoundError: org/wso2/wsas/installer/InstallationManager
Caused by: java.lang.ClassNotFoundException: org.wso2.wsas.installer.InstallationManager
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

After you compile WSAS, a

After you compile WSAS, a .zip file will be created in WSAS/modules/distribution/target/wso2wsas-2.2.1.zip

You have to unzip this file, and then tun the install.sh file which is within the extracted zip file's bin directory

 

Regards

Afkham Azeez

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.