You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "SYED JANI BASHA (JIRA)" <ji...@apache.org> on 2017/02/03 14:53:51 UTC

[jira] [Closed] (AXIS2-5833) Exception occurred during code generation for WSDL : org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

     [ https://issues.apache.org/jira/browse/AXIS2-5833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SYED JANI BASHA closed AXIS2-5833.
----------------------------------
    Resolution: Fixed

> Exception occurred during code generation for WSDL  : org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5833
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5833
>             Project: Axis2
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.7.4
>         Environment: Windows edition: Windows 7 Professional,
> Processor: Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz 2.93GHz
> System Type: 64-hit Operating System
> RAM: 8.00 GB
>            Reporter: SYED JANI BASHA
>             Fix For: 1.7.4
>
>         Attachments: RelsymbiosysServices.wsdl
>
>
> i got the following error whenever i am trying to generate web service client for my web service project in eclipse using axis2-1.7.4. Please find the attachment for the wsdl file. Can you please help me to identify that where is mistake in my wsdl file.
> Exception occurred during code generation for WSDL  : org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>     java.lang.reflect.InvocationTargetException
>     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.jst.ws.axis2.consumption.core.command.Axis2ClientCodegenCommand.execute(Axis2ClientCodegenCommand.java:222)
>     at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.runCommand(CommandFragmentEngine.java:419)
>     at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.visitTop(CommandFragmentEngine.java:359)
>     at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.moveForwardToNextStop(CommandFragmentEngine.java:254)
>     at org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager$6.run(SimpleCommandEngineManager.java:294)
>     at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
>     at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
>     at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028)
>     at org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager.runForwardToNextStop(SimpleCommandEngineManager.java:264)
>     at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.runForwardToNextStop(WizardPageManager.java:91)
>     at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.performFinish(WizardPageManager.java:262)
>     at org.eclipse.wst.command.internal.env.ui.widgets.DynamicWizard.performFinish(DynamicWizard.java:382)
>     at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
>     at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
>     at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628)
>     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
>     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
>     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
>     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
>     at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
>     at org.eclipse.jface.window.Window.open(Window.java:802)
>     at org.eclipse.wst.command.internal.env.ui.widgets.popup.DynamicPopupWizard.run(DynamicPopupWizard.java:130)
>     at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
>     at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
>     at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
>     at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
>     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
>     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
>     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
>     at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
>     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>     at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
>     at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
>     at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
>     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
>     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
>     at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
>     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
>     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
>     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
>     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
>     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.equinox.launcher.Main.invokeFramework(Main.java:636)
>     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
>     at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
>     at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
>     Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>     at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:294)
>     ... 57 more
>     Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>     at org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension.engage(XMLBeansExtension.java:126)
>     at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:247)
>     ... 57 more
>     Caused by: java.lang.reflect.InvocationTargetException
>     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.apache.axis2.wsdl.codegen.extension.XMLBeansExtension.engage(XMLBeansExtension.java:115)
>     ... 58 more
>     Caused by: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchema.getExternals()Ljava/util/List;
>     at org.apache.axis2.util.SchemaUtil.traverseSchemas(SchemaUtil.java:51)
>     at org.apache.axis2.util.SchemaUtil.getAllSchemas(SchemaUtil.java:40)
>     at org.apache.axis2.xmlbeans.CodeGenerationUtility.processSchemas(CodeGenerationUtility.java:145)
>     ... 63 more



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org