Problem With WAS6 Plugin and Security
-------------------------------------

                 Key: MWAS-21
                 URL: http://jira.codehaus.org/browse/MWAS-21
             Project: Maven 2.x WebSphere 6 Plugin
          Issue Type: Bug
    Affects Versions: 1.0
         Environment: Windows XP
Name                     IBM WebSphere Application Server - Express
Version                  6.1.0.15
ID                       EXPRESS
Build Level              cf150808.12
Build Date               2/28/08
            Reporter: Tim Urberg
            Assignee: David J. M. Karlsen


I am running WAS6.1 and created a profile with security. I installed and 
configured the WAS6 plugin and then ran was6:wsStartServer and it ran 
successfully. However, when I ran was6:wsStopServer I got the following error 
in the log: 

[9/30/08 15:49:16:337 CDT] 0000000a WSKeyStore    E   CWPKI0033E: The keystore 
located at "c:\WebSphere\AppServer\etc\DummyClientTrustFile.jks" failed to load 
due to the following error: KeyStore 
"c:\WebSphere\AppServer\etc\DummyClientTrustFile.jks" does not exist.. 

The keystore for the profile does exist here: 
C:\WebSphere\AppServer\profiles\acd\etc\DummyClientTrustFile.jks 

Here's the plugin section of the pom.xml: 

                        <plugin> 
                                <groupId>org.codehaus.mojo</groupId> 
                                <artifactId>was6-maven-plugin</artifactId> 
                                <executions> 
                                        <execution> 
                                                <goals> 
                                                        
<goal>wsDefaultBindings</goal> 
                                                </goals> 
                                        </execution> 
                                        <execution> 
                                                <id>start-container</id> 
                                                
<phase>pre-integration-test</phase> 
                                                <goals> 
                                                        <goal>wsStopApp</goal> 
                                                        <goal>installApp</goal> 
                                                        <goal>wsStartApp</goal> 
                                                </goals> 
                                        </execution> 
                                </executions> 
                                <configuration> 
                                        <failOnError>true</failOnError> 
                                        
<wasHome>c:/WebSphere/AppServer</wasHome> 
                                        <server>server1</server> 
                                        <profileName>acd</profileName> 
                                        <verbose>true</verbose> 
                                        <host>localhost</host> 
                                        <username>admin</username> 
                                        <password>admin1</password> 
                                        <virtualHost>default_host</virtualHost> 
                                        <!-- remember to import 
                                                certificate from remote site 
when deploying to a site with security 
                                                activated --> 
                                        <conntype>SOAP</conntype> 
                                        <port>8881</port> 
                                        <verbose>true</verbose> 
                                        <!-- need to be false first time it's 
                                                deployed to a server --> 
                                        <updateExisting>true</updateExisting> 
                                </configuration> 
                        </plugin> 

Thanks,
Tim

-- 
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


Reply via email to