[ERROR] The rampart-SNAPSHOT.mar module, which is not
valid,
caused org.apache.rampart.Rampart
org.apache.axis2.deployment.DeploymentException:
org.apache.rampart.Rampart
From rampart-SNAPSHOT or the distibution lib/axis2 :Copy all the above to CATALINA_HOME/webapps/axis2/WEB-INF/lib/ , and restart Tomcat. Rampart should work now. Note: Use the conf/axis2/axis2_build.sh script to build a correct axis2.war.
bcprov-jdk15-140.jar
opensaml-1.1.jar
rampart-core-SNAPSHOT.jar
rampart-trust-SNAPSHOT.jar
rampart-policy-SNAPSHOT.jar
wss4j-SNAPSHOT.jar
xmlsec-1.4.1.jar
<exclude name="axis2-adb-codegen*.jar"/>
<exclude name="axis2-codegen*.jar"/>
<exclude name="jibx-bind*.jar"/>
[ERROR] org.apache.catalina.session.ManagerBase -
IOException
while saving persisted sessions: java.io.FileNotFoundException:
/usr/local/apache-tomcat-5.5.25/work/Catalina/localhost/axis2/SESSIONS.ser
(No such file or directory)
java.io.FileNotFoundException:
/usr/local/apache-tomcat-5.5.25/work/Catalina/localhost/axis2/SESSIONS.ser
(No such file or directory)
- I/O exception (org.apache.axis2.AxisFault) caught when
processing
request: sun.security.validator.ValidatorException: PKIX path building
failed: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
For SSL to work, the issuer of the certificate that is in Tomcat's
keystore
(defined
in conf/server.xml) must be in the
client's
repo/ssl-keystore.jks. If you are using a self-signed certificate for
Tomcat
the certificate itself must be in repo/ssl-keystore.jks. You can use
keytool
to export
the certificate from Tomcat's keystore and import it into the client
ssl-keystore.
Use keytool -help to tell you how to do this.
org.apache.ws.security.WSSecurityException:
General security error (Error during certificate path validation:
timestamp check failed)
I get the the following error when trying
to connect to an OSCARS web service
hopishib.internet2.edu:8443/axis2/services/OSCARSWSHandler:
Certificate path verification failed for certificate with subject
CN=oscars/oscars-dev.es.net, OU=Services, DC=doegrids, DC=org; nested
exception is:
org.apache.ws.security.WSSecurityException: General security error
(Error during certificate path validation: timestamp check failed);
nested exception is:
java.security.cert.CertPathValidatorException: timestamp check failed
Check to see if the certificate for the
issuer for the offending certificate is expired in the
shared/classes/sec-security.jks keystore for the target web service.
Error in signature with X509Token
Will occur when the alias specified in rampConfig.xml does not
have KeyEntry in OSCARS.jks. Can also occur if the keyPassword for an entry is
different from the keyStore password.
java.io.IOException: Keystore was tampered
with, or password was incorrect
The password in rampConfig.xml does not match the one in OSCARS.jks
WSDoAllReceiver: security processing failed
(actions mismatch)
You are talking to a server which is using a different security policy.
The DCN IDC release 0.4.1 is not protocol compatible with earlier
releases.