You have to use the IBM JDK shipped with websphere to execute Maven. The JDK is located under <WAS_HOME>/java.
Jochen TCC Products GmbH Jochen B�hringer Software-Engineering Benzstr. 3 71696 M�glingen fon: +49 (170) 213 73 09 fax: +49 (7141) 488789-13 mail: [EMAIL PROTECTED] > -----Original Message----- > From: rajas kumar [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 23. Dezember 2004 13:26 > To: [email protected] > Subject: websphere plugin > > hai > I am using maven websphere 5.1 plugin for websphere Application Server > 5.1 trail version. I am able to start server through maven properly by > using goal(was5:startServer) but when i what to deploy application it > giving following error.I need help in this issue to deploy war ejb and ear > file through maven. > > > > build:start: > was5:installApp: > [wasInstallApp] Installing Application [E:\websphere\jsf.war]... > [wasInstallApp] java.lang.reflect.InvocationTargetException > [wasInstallApp] at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native M > ethod) > [wasInstallApp] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet > hodAccessorImpl.java:39) > [wasInstallApp] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(Deleg > atingMethodAccessorImpl.java:25) > [wasInstallApp] at > java.lang.reflect.Method.invoke(Method.java:324) > [wasInstallApp] at > com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java: > 94) > [wasInstallApp] Caused by: java.lang.NoClassDefFoundError: > com/ibm/jsse/IBMJ > SSEProvider > [wasInstallApp] at java.lang.Class.forName0(Native Method) > [wasInstallApp] at java.lang.Class.forName(Class.java:141) > [wasInstallApp] at > com.ibm.websphere.management.AdminClientFactory.creat > eAdminClient(AdminClientFactory.java:273) > [wasInstallApp] at > com.ibm.ws.scripting.CommonScriptingObject.connectToA > dminService(CommonScriptingObject.java:117) > [wasInstallApp] at > com.ibm.ws.scripting.CommonScriptingObject.<init>(Com > monScriptingObject.java:99) > [wasInstallApp] at > com.ibm.ws.scripting.AdminControlClient.<init>(AdminC > ontrolClient.java:154) > [wasInstallApp] at > com.ibm.ws.scripting.AbstractShell.createControlClien > t(AbstractShell.java:887) > [wasInstallApp] at > com.ibm.ws.scripting.AbstractShell.run(AbstractShell. > java:1518) > [wasInstallApp] at > com.ibm.ws.scripting.WasxShell.main(WasxShell.java:82 > 7) > [wasInstallApp] ... 5 more > [wasInstallApp] Installed Application [E:\websphere\jsf.war] > BUILD SUCCESSFUL > Total time: 3 seconds > Finished at: Thu Dec 23 17:53:29 GMT+05:30 2004 > E:\test1> > > > pls help in this issue. > > Thanx&&Regards > praveen. > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
