[mevenide-dev] [jira] Resolved: (MEVENIDE-641) execute() caused a linkage error( java.lang.NoSuchMethodError). Check the realsm.

"Milos Kleint (JIRA)" <jira-yCVjj/[email protected]> Sun, 1 Jun 2008 00:33:53 -0500 (CDT)
Newsgroups gmane.comp.jakarta.turbine.maven.mevenide.devel
Message-ID <2715751.1212298433902.JavaMail.haus-jira@codehaus01.managed.contegix.com>
     [ http://jira.codehaus.org/browse/MEVENIDE-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milos Kleint resolved MEVENIDE-641.
-----------------------------------

       Resolution: Won't Fix
    Fix Version/s: NB_3.1

closing as wontfix, issue source is elsewhere

> execute() caused a linkage error( java.lang.NoSuchMethodError). Check the realsm.
> ---------------------------------------------------------------------------------
>
>                 Key: MEVENIDE-641
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-641
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_3.1
>         Environment: Windows Xp, JDK 6u6, Netbeans 6.1 Websphere 6.1 fixpack13,  maven 3.1.2 netbeans plugin
>            Reporter: Martin Jozef
>            Assignee: Milos Kleint
>             Fix For: NB_3.1
>
>
> Created an archetype web facelets and Myfaces project, built it with maven, selected properties on the war project and in run category i selected IBM Websphere 6.1 for the server. 
> Then i invoked run on the project and got this on my console.
> [netbeans-deploy:deploy]
> Deployment started
> Deploying on IBM WebSphere Application Server V6.1
>     debugMode: false
>     clientModuleUri: null
>     clientUrlPart: 
>     forcedeploy: true
> Distributing C:\Documents and Settings\Martin Jamszolik\My Documents\NetBeansProjects\MavenFacelets\target\MavenFacelets.war to [WebSphere:server=server1,j2eeType=J2EEServer,node=409T4D1Node04,cell=409T4D1Node04Cell]
> WSwarModuleconfig.save
> file: C:\Documents and Settings\Martin Jamszolik\My Documents\NetBeansProjects\MavenFacelets\target\MavenFacelets.war
> [FATAL]org.codehaus.mevenide.plugin.deploy.DeployMojo#execute() caused a linkage error (java.lang.NoSuchMethodError). Check the realms:
> [FATAL]NOTE:
> [FATAL]Plugin realm is: /plugins/org.codehaus.mevenide:netbeans-deploy-plugin:1.2.4@48/thread:exec_Run MavenFacelets_5
> [FATAL]Container realm is: plexus.core
> [FATAL]Realm ID: /plugins/org.codehaus.mevenide:netbeans-deploy-plugin:1.2.4@48/thread:exec_Run MavenFacelets_5
> [FATAL]urls[0] = file:/C:/Documents%20and%20Settings/Martin%20Jamszolik/.m2/org/codehaus/mevenide/netbeans-deploy-plugin/1.2.4/netbeans-deploy-plugin-1.2.4.jar
> [FATAL]urls[1] = file:/C:/Documents%20and%20Settings/Martin%20Jamszolik/.m2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
> [FATAL]urls[2] = file:/C:/Documents%20and%20Settings/Martin%20Jamszolik/.m2/junit/junit/3.8.1/junit-3.8.1.jar
> [FATAL]Realm ID: plexus.core
> [FATAL]urls[0] = file:/C:/Documents%20and%20Settings/Martin%20Jamszolik/.netbeans/6.1/maven2/rootpackage/
> java.lang.NoSuchMethodError: org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions.getAltBinariesPath()Ljava/lang/String;
>         at com.ibm.ws.metadata.utils.RoleMergeHelper.mergeRoles(RoleMergeHelper.java:172)
>         at com.ibm.websphere.management.application.client.ArchiveDeploymentInfo.<init>(ArchiveDeploymentInfo.java:178)
>         at com.ibm.ws.management.application.client.AppInstallHelper.getAppDeploymentInfo(AppInstallHelper.java:254)
>         at com.ibm.ws.management.application.client.AppInstallHelper.getAppDeploymentInfo(AppInstallHelper.java:234)
>         at com.ibm.websphere.management.application.AppManagementFactory.readArchive(AppManagementFactory.java:93)
>         at com.ibm.websphere.management.application.AppManagementFactory.readArchive(AppManagementFactory.java:63)
>         at com.ibm.ws.management.application.j2ee.deploy.spi.DeploymentManagerImpl.distributeInternal(DeploymentManagerImpl.java:572)
>         at com.ibm.ws.management.application.j2ee.deploy.spi.DeploymentManagerImpl.distribute(DeploymentManagerImpl.java:499)
>         at org.netbeans.modules.j2ee.websphere6.SafeDeploymentManager.distribute(SafeDeploymentManager.java:157)
>         at org.netbeans.modules.j2ee.websphere6.WSDeploymentManager.distribute(WSDeploymentManager.java:603)
>         at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:528)
>         at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:151)
>         at org.codehaus.mevenide.netbeans.j2ee.MavenDeploymentImpl.doDeployment(MavenDeploymentImpl.java:84)
>         at org.codehaus.mevenide.plugin.deploy.DeployMojo.execute(DeployMojo.java:87)
>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:580)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:498)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmentForProject(DefaultLifecycleExecutor.java:265)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:191)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:149)
>         at org.codehaus.mevenide.netbeans.embedder.exec.MyLifecycleExecutor.execute(MyLifecycleExecutor.java:72)
>         at org.apache.maven.DefaultMaven.execute_aroundBody0(DefaultMaven.java:223)
>         at org.apache.maven.DefaultMaven.execute_aroundBody1$advice(DefaultMaven.java:304)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:1)
>         at org.apache.maven.embedder.MavenEmbedder.execute_aroundBody2(MavenEmbedder.java:904)
>         at org.apache.maven.embedder.MavenEmbedder.execute_aroundBody3$advice(MavenEmbedder.java:304)
>         at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:1)
>         at org.codehaus.mevenide.netbeans.execute.MavenJavaExecutor.run(MavenJavaExecutor.java:215)
>         at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email