[ 
https://issues.apache.org/jira/browse/AXIS-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487158
 ] 

Lahiru Sandakith commented on AXIS-2645:
----------------------------------------

Hi Victor, 

I was able to generate service archive from the project that you have attached 
with the service archiver plugin. 
If possible you can shutdown eclipse and then remove all the things under the 
WORKSPACE/.metadata/.plugins/Axis_Service* to remove any inconsistence 
perceived data on workspace related to the service plugin. Then removing the 
service archive that you have ECLIPSE_HOME/plugins and reinstalling it will 
solve the issue. 

Thanks 

Lahiru

> Eclipse Service Archiver cant find  org.apache.axis.client.stub class
> ---------------------------------------------------------------------
>
>                 Key: AXIS-2645
>                 URL: https://issues.apache.org/jira/browse/AXIS-2645
>             Project: Axis
>          Issue Type: Bug
>          Components: Deployment / Registries
>    Affects Versions: 1.0
>         Environment: winxp pro jdk15, Service Archiver 1.0.0
>            Reporter: Victor Bayon
>         Assigned To: Lahiru Sandakith
>         Attachments: screenshot.jpg, service.zip
>
>
> On the last stage of the Service Archiver, when selecting the our service 
> name and service class (5th step), the wizard cannot continue as the axis 
> libs are not found. 
> Full exception:
> java.lang.NoClassDefFoundError: org/apache/axis2/client/Stub
>       at java.lang.ClassLoader.defineClass1(Native Method)
>       at java.lang.ClassLoader.defineClass(Unknown Source)
>       at java.security.SecureClassLoader.defineClass(Unknown Source)
>       at java.net.URLClassLoader.defineClass(Unknown Source)
>       at java.net.URLClassLoader.access$100(Unknown Source)
>       at java.net.URLClassLoader$1.run(Unknown Source)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at java.net.URLClassLoader.findClass(Unknown Source)
>       at java.lang.ClassLoader.loadClass(Unknown Source)
>       at java.lang.ClassLoader.loadClass(Unknown Source)
>       at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>       at java.lang.Class.forName0(Native Method)
>       at java.lang.Class.forName(Unknown Source)
>       at 
> org.apache.axis2.tool.service.eclipse.ui.ServiceXMLGenerationPage.updateTable(Unknown
>  Source)
>       at 
> org.apache.axis2.tool.service.eclipse.ui.ServiceXMLGenerationPage.createControl(Unknown
>  Source)
>       at 
> org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1046)
>       at 
> org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1038)
>       at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1028)
>       at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
>       at 
> org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1026)
>       at 
> org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:757)
>       at 
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:351)
>       at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
>       at 
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>       at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>       at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>       at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>       at org.eclipse.jface.window.Window.open(Window.java:796)
>       at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:181)
>       at 
> org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:125)
>       at 
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:151)
>       at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461)
>       at 
> org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424)
>       at 
> org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160)
>       at 
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466)
>       at 
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799)
>       at 
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846)
>       at 
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564)
>       at 
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506)
>       at 
> org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122)
>       at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>       at org.eclipse.swt.widgets.Display.filterEvent(Display.java:982)
>       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927)
>       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
>       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937)
>       at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965)
>       at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961)
>       at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275)
>       at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3346)
>       at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:4787)
>       at org.eclipse.swt.widgets.Control.windowProc(Control.java:3246)
>       at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:4783)
>       at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
>       at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
>       at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1932)
>       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
>       at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
>       at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
>       at 
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
>       at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>       at 
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
>       at 
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
>       at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
>       at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
>       at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
>       at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>       at java.lang.reflect.Method.invoke(Unknown Source)
>       at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
>       at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>       at org.eclipse.core.launcher.Main.run(Main.java:977)
>       at org.eclipse.core.launcher.Main.main(Main.java:952)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to