当前位置: 代码迷 >> Java面试 >>         at   org.eclipse.jface.operation.
  详细解决方案

        at   org.eclipse.jface.operation.

热度:349   发布时间:2016-04-17 20:45:44.0
构建webservice出错 使用wtp_eclipse3.2+tomcat5.0+jdk1.4(急,在线等)
使用wtp_eclipse3.2+tomcat5.0+jdk1.4构建webservice出错:

右键点击一个类选webservice-> create   web   service
报错
IWAB0524E   Error   updating   Axis   deploy.wsdd   file
        javax.xml.transform.TransformerConfigurationException:   无法编译样式表
        at   com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(Unknown   Source)
        at   com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(Unknown   Source)
        at   org.eclipse.jst.ws.internal.axis.creation.ui.task.UpdateAxisWSDDFileTask.execute(UpdateAxisWSDDFileTask.java:106)
        at   org.eclipse.jst.ws.internal.axis.creation.ui.command.BUCodeGenOperation$BottomUpWSModifyOperation.execute(BUCodeGenOperation.java:135)
        at   org.eclipse.jst.ws.internal.axis.creation.ui.command.BUCodeGenOperation.execute(BUCodeGenOperation.java:80)
        at   org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.runCommand(CommandFragmentEngine.java:413)
        at   org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.visitTop(CommandFragmentEngine.java:353)
        at   org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.moveForwardToNextStop(CommandFragmentEngine.java:251)
        at   org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager$5.run(SimpleCommandEngineManager.java:250)
        at   org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
        at   org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
        at   org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:851)
        at   org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager.runForwardToNextStop(SimpleCommandEngineManager.java:220)
        at   org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.runForwardToNextStop(WizardPageManager.java:94)
        at   org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.performFinish(WizardPageManager.java:250)
        at   org.eclipse.wst.command.internal.env.ui.widgets.DynamicWizard.performFinish(DynamicWizard.java:332)
        at   org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
        at   org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
        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.wst.command.internal.env.ui.widgets.popup.DynamicPopupWizard.run(DynamicPopupWizard.java:130)
  相关解决方案