documentation
--------------
Key: MWAS-27
URL: http://jira.codehaus.org/browse/MWAS-27
Project: Maven 2.x WebSphere 6 Plugin
Issue Type: Wish
Affects Versions: 1.0
Environment: Windows Xp workstation to Websphere 6.1 on Windows 2003
Server
Reporter: arno koehler
Assignee: David J. M. Karlsen
Priority: Blocker
Gents,
I am trying to deploy my application to a virtual machine running Windows 2003
Server and Websphere 6.1
Guess I am doing something horribly wrong but I can not found out what it is,
so sorry for creating an "issue" as it is probably my own fault.
My config looks like:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>was6-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>integration-test</id>
<phase>integration-test</phase>
<goals>
<goal>wsStopServer</goal>
<goal>wsUninstallApp</goal>
<goal>installApp</goal>
<goal>wsStartServer</goal>
</goals>
<configuration>
<verbose>true</verbose>
<host>vm6.eden.klm.com</host>
<conntype>SOAP</conntype>
<port>8884</port>
<username>admin</username>
<wasHome>S:/IBM/WebSphere/AppServer</wasHome>
<wsAntClasspath>S:/IBM/WebSphere/AppServer/runtimes/com.ibm.ws.runtime_6.1.0.jar</wsAntClasspath>
<failOnError>true</failOnError>
<profileName>AppSrv01</profileName>
<server>ebt</server>
<virtualHost>translation_vhost</virtualHost>
<!-- remember to import
certificate from remote site when deploying to a site with security activated
-->
<!-- need to be false first
time it's deployed to a server -->
<updateExisting>false</updateExisting>
</configuration>
</execution>
</executions>
</plugin>
I mapped the virtual machine to S: as you can see .. I been messing around with
it for 2 day's now and I can not find out what I am doing wrong with the
explanation on http://mojo.codehaus.org/was6-maven-plugin/
The result I get is:
[WARNING] Component returned which is not the same manager. Ignored.
component=org.apache.
[EMAIL PROTECTED]
[INFO] [was6:wsStopServer {execution: integration-test}]
[ERROR] The java class is not found:
[INFO] Return code: 0
[INFO] [was6:wsUninstallApp {execution: integration-test}]
[ERROR] The java class is not found:
[INFO] Return code: 0
[INFO] [was6:installApp {execution: integration-test}]
[ERROR] The java class is not found:
[INFO] Return code: 0
[INFO] [was6:wsStartServer {execution: integration-test}]
[ERROR] The java class is not found:
[INFO] Return code: 0
[WARNING] Component returned which is not the same manager. Ignored.
component=org.apache.
[EMAIL PROTECTED]
[INFO] [install:install]
[INFO] Installing
D:\work\projects\translation\target\translation-6.9.0-SNAPSHOT.ear to D:
\m2\repo\com\klm\translation\translation\6.9.0-SNAPSHOT\translation-6.9.0-SNAPSHOT.ear
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36 seconds
[INFO] Finished at: Thu Dec 11 16:05:37 CET 2008
[INFO] Final Memory: 19M/54M
[INFO] ------------------------------------------------------------------------
D:\work\projects\translation>
Again sorry for creating a jira issue - but I do not know where to find better
support! Thanks!
--
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