Reproducible bug in Helios and Indigo since Oct 2010https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&id=327800for now your only option is to build and run at command lineor take the ORIGINAL source here http://eclipsesrc.appspot.com/jsrcs/org.eclipse.jst.ws.axis2.core/src/org/eclipse/jst/ws/axis2/facet/utils/Axis2RuntimeUtils.java.html
(compile and package to a new eclipse plugin) and see if this will work in Helios Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Mon, 12 Sep 2011 01:04:06 -0700 From: rishar...@yahoo.com Subject: Re: Help To: java-user@axis.apache.org Hi, After I remove the plugin directory I couldn't start the eclipse. regards, Imran From: Tony HEDOUX <hedo...@hotmail.com> To: java-user@axis.apache.org Sent: Monday, September 12, 2011 12:59 PM Subject: RE: Help Hi, Stop Eclipse. Make a backup of your eclipse/plugins directory. remove this plugins directory of eclipse directory Restart Eclipse with -clean option Stop Eclipse Copy back your plugins files in the new directory (merge it). Restart Eclipse, and try again. Tony. Date: Mon, 12 Sep 2011 00:19:31 -0700 From: rishar...@yahoo.com Subject: Re: Help To: java-user@axis.apache.org Hi Tony, Thank you for the response I set the Axis2.war path at Windows-> Preferences-> Web Services-> axis2.war location and it's gave me this message "Axis2 runtime loaded successfully" after that, I have created a dynamic web project and, add simple java class "MyService.java" and try to create a web service use bottom up approach. then I get this following message Unable to add the follwing facets to project WebServiceProject: Axis2 Web Services Core, Axis2 Web Services Extensions. org.eclipse.wst.common.project.facet.core.FacetedProjectFrameworkException: Failed while installing Axis2 Web Services Core 1.1. at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1508) at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:442) at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChangesInternal(FacetedProject.java:1182) at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:1118) at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:325) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975) at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:340) at org.eclipse.jst.ws.internal.consumption.ui.common.FacetOperationDelegate$1.run(FacetOperationDelegate.java:62) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Caused by: java.lang.NullPointerException at org.eclipse.jst.ws.axis2.facet.utils.Axis2RuntimeUtils.getAxis2ServletAdminClass(Axis2RuntimeUtils.java:226) at org.eclipse.jst.ws.axis2.facet.commands.MergeWEBXMLCommand.getAdmintServletDescriptor(MergeWEBXMLCommand.java:119) at org.eclipse.jst.ws.axis2.facet.commands.MergeWEBXMLCommand.exexuteOverride(MergeWEBXMLCommand.java:72) at org.eclipse.jst.ws.axis2.facet.commands.Axis2WebservicesServerCommand.executeOverride(Axis2WebservicesServerCommand.java:134) at org.eclipse.jst.ws.axis2.facet.deligate.Axis2CoreFacetInstallDelegate.execute(Axis2CoreFacetInstallDelegate.java:43) at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1478) ... 8 more . From: Tony HEDOUX <hedo...@hotmail.com> To: java-user@axis.apache.org Sent: Monday, September 12, 2011 12:01 PM Subject: RE: Help Hi, What do you exactly means by "install Axis2" ? If you use Eclipse WTP, you just have to give Axis2 binary path to Eclipse. Maybe have you this null pointer exception when you try to generate Axis2 web service? Tony Date: Sun, 11 Sep 2011 23:16:58 -0700 From: rishar...@yahoo.com Subject: Help To: java-user@axis.apache.org Hi All, I am just new to web services. However I have found a tutorial to develop Axis2 base web services using eclipse. But, when I'm trying to install the Axis2 into eclipse i find a error saying that, unable to install axis2 core 1.1 and in the details it says Nullpointer exception. Is any out there who got this same and would be able to rectified, please hellp me. Thanks and kind regards, Imran