You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kathy Chan (JIRA)" <ji...@apache.org> on 2006/05/12 03:18:09 UTC

[jira] Commented: (GERONIMODEVTOOLS-80) Error with create DeploymentUtils.createJarFile() during publish of Geronimo server

    [ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-80?page=comments#action_12379157 ] 

Kathy Chan commented on GERONIMODEVTOOLS-80:
--------------------------------------------

Correction:  Problem occurs also manuall using server tooling.

This problem occurs just by doing the following:
- Create and start Geronimo 1.0 server
- Create hello.html
- Run on server on hello.html 

Results in the error:

!MESSAGE An internal error occurred during: "Publishing to Apache Geronimo 1.0...".
!STACK 0
java.lang.NoSuchMethodError: org.eclipse.wst.common.frameworks.datamodel.IDataModel: method getDefau
ltOperation()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModelOperation; not found
        at org.apache.geronimo.core.DeploymentUtils.createJarFile(DeploymentUtils.java:73)
        at org.apache.geronimo.core.commands.DistributeCommand.execute(DistributeCommand.java:43)
        at org.apache.geronimo.core.commands.SynchronizedDeploymentOp.run(SynchronizedDeploymentOp.j
ava:77)
        at org.apache.geronimo.core.commands.SynchronizedDeploymentOp.execute(SynchronizedDeployment
Op.java:69)
        at org.apache.geronimo.core.internal.GeronimoServerBehaviour.distribute(GeronimoServerBehavi
our.java:337)
        at org.apache.geronimo.core.internal.GeronimoServerBehaviour.doDeploy(GeronimoServerBehaviou
r.java:258)
        at org.apache.geronimo.core.internal.GeronimoServerBehaviour.invokeCommand(GeronimoServerBeh
aviour.java:230)
        at org.apache.geronimo.core.internal.GeronimoServerBehaviour.publishModule(GeronimoServerBeh
aviour.java:214)
        at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDe
legate.java:672)
        at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourD
elegate.java:752)
        at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate
.java:610)
        at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:803)
        at org.eclipse.wst.server.core.internal.Server.publish(Server.java:791)
        at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:145)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)



> Error with create DeploymentUtils.createJarFile() during publish of Geronimo server
> -----------------------------------------------------------------------------------
>
>          Key: GERONIMODEVTOOLS-80
>          URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-80
>      Project: Geronimo-Devtools
>         Type: Bug

>   Components: eclipse-plugin
>     Versions: 1.0.0
>  Environment: Windows XP
>     Reporter: Kathy Chan

>
> Driver:  WTP 1.5 200605091754 + Geronimo 1.0 plugin + Geronimo server
> When publishing the Geronimo server programmatically using the Web services wizard, I got the error:
> org.eclipse.wst.common.frameworks.datamodel.IDataModel: method getDefaultOperation()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModelOperation; not found
>     java.lang.NoSuchMethodError: org.eclipse.wst.common.frameworks.datamodel.IDataModel: method getDefaultOperation()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModelOperation; not found
>     at org.apache.geronimo.core.DeploymentUtils.createJarFile(DeploymentUtils.java:73)
>     at org.apache.geronimo.core.commands.DistributeCommand.execute(DistributeCommand.java:43)
>     at org.apache.geronimo.core.commands.SynchronizedDeploymentOp.run(SynchronizedDeploymentOp.java:77)
>     at org.apache.geronimo.core.commands.SynchronizedDeploymentOp.execute(SynchronizedDeploymentOp.java:69)
>     at org.apache.geronimo.core.internal.GeronimoServerBehaviour.distribute(GeronimoServerBehaviour.java:337)
>     at org.apache.geronimo.core.internal.GeronimoServerBehaviour.doDeploy(GeronimoServerBehaviour.java:258)
>     at org.apache.geronimo.core.internal.GeronimoServerBehaviour.invokeCommand(GeronimoServerBehaviour.java:230)
>     at org.apache.geronimo.core.internal.GeronimoServerBehaviour.publishModule(GeronimoServerBehaviour.java:214)
>     at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:672)
>     at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:752)
>     at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:610)
>     at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:803)
>     at org.eclipse.wst.server.core.internal.Server.publish(Server.java:791)
>     at org.eclipse.jst.ws.internal.consumption.ui.command.StartServerCommand$1.run(StartServerCommand.java:129)
>     at org.eclipse.jst.ws.internal.consumption.ui.command.StartServerCommand.publish(StartServerCommand.java:141)
>     at org.eclipse.jst.ws.internal.consumption.ui.command.StartServerCommand.execute(StartServerCommand.java:79)
>     at org.eclipse.jst.ws.internal.consumption.ui.server.StartServerWidget$StartServerJob.run(StartServerWidget.java:305)
>     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
> I have no problem with starting the server manually using server tooling "start server" command.  
> I also did not have problem with publishing to Geronimo using Web services wizard using Geronimo 1.0 plugin with the WTP 1.0 driver.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira