Hello Everyone,

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>

Is there anyway to get this to work?

Thank you,
Tim

-- 
View this message in context: 
http://www.nabble.com/Problem-With-WAS6-Plugin-and-Security-tp19750523p19750523.html
Sent from the mojo - user mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to