Hi, Points taken. Am going to add to the FAQ about this. Also let me figure out if I can generate something that is valid forever ;-). I am also toying with the idea of generating the keystore everytime we run this. That will ensure that the certificates are always valid.
- Venkat On Dec 11, 2007 1:47 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > On Dec 10, 2007 8:14 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Is 400 good enough? We might release the project later and we don't want > > to > > see the failures after 400 days :-(. > > > > Thanks, > > Raymond > > > > ----- Original Message ----- > > From: "Venkata Krishnan" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Monday, December 10, 2007 10:35 AM > > Subject: Re: binding-ws-axis2 security integrity problems > > > > > > > Fixed in r602988. I guess the certificates have run out of validity > > > period. I have regenerated them for a longer validity period now (400 > > > days) > > > ;-) > > > > > > - Venkat > > > > > > On Dec 10, 2007 11:25 PM, Venkata Krishnan <[EMAIL PROTECTED]> > > wrote: > > > > > >> Hi, > > >> > > >> Something seems to have gone wrong with the certificates... I shall > > >> figure > > >> out and fix this. > > >> > > >> Thanks > > >> > > >> - Venkat > > >> > > >> > > >> > > >> On Dec 10, 2007 9:57 PM, Simon Laws < [EMAIL PROTECTED]> > wrote: > > >> > > >> > All of a sudden today I'm getting the following in the > > >> > SecurityIntegrity > > >> > > > >> > tests in binding-ws-axis2 > > >> > > > >> > java.lang.reflect.UndeclaredThrowableException > > >> > at $Proxy2.getGreetings(Unknown Source) > > >> > at > > >> > > > >> > > > > org.apache.tuscany.sca.binding.ws.axis2.itests.HelloWorldOMComponent.getGreetings > > >> > (HelloWorldOMComponent.java:31) > > >> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > >> > at sun.reflect.NativeMethodAccessorImpl.invoke( > > >> > NativeMethodAccessorImpl.java:64) > > >> > at sun.reflect.DelegatingMethodAccessorImpl.invoke ( > > >> > DelegatingMethodAccessorImpl.java:43) > > >> > at java.lang.reflect.Method.invoke(Method.java:615) > > >> > at > > >> > > > >> > > > > org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke > > >> > (JavaImplementationInvoker.java :105) > > >> > at > > >> > > > >> > > > > org.apache.tuscany.sca.core.databinding.wire.PassByValueInterceptor.invoke > > >> > ( > > >> > PassByValueInterceptor.java:49) > > >> > at > > >> > org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke > > >> > ( > > >> > JDKInvocationHandler.java :249) > > >> > at > > >> > org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke > > >> > ( > > >> > JDKInvocationHandler.java:146) > > >> > at $Proxy2.getGreetings(Unknown Source) > > >> > at > > >> > > > >> > > > > org.apache.tuscany.sca.binding.ws.axis2.itests.policy.wspolicy.AbstractHelloWorldOMTestCase.testHelloWorld > > >> > (AbstractHelloWorldOMTestCase.java:43) > > >> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > >> > at sun.reflect.NativeMethodAccessorImpl.invoke( > > >> > NativeMethodAccessorImpl.java:64) > > >> > at sun.reflect.DelegatingMethodAccessorImpl.invoke ( > > >> > DelegatingMethodAccessorImpl.java:43) > > >> > at java.lang.reflect.Method.invoke(Method.java:615) > > >> > at junit.framework.TestCase.runTest(TestCase.java:168) > > >> > at junit.framework.TestCase.runBare(TestCase.java:134) > > >> > at junit.framework.TestResult$1.protect(TestResult.java:110) > > >> > at junit.framework.TestResult.runProtected(TestResult.java:128) > > >> > at junit.framework.TestResult.run(TestResult.java:113) > > >> > at junit.framework.TestCase.run (TestCase.java:124) > > >> > at junit.framework.TestSuite.runTest(TestSuite.java:232) > > >> > at junit.framework.TestSuite.run(TestSuite.java:227) > > >> > at org.junit.internal.runners.OldTestClassRunner.run( > > >> > OldTestClassRunner.java :35) > > >> > at > org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run( > > >> > JUnit4TestReference.java:38) > > >> > at org.eclipse.jdt.internal.junit.runner.TestExecution.run( > > >> > TestExecution.java:38) > > >> > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests( > > >> > RemoteTestRunner.java:460) > > >> > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests > > ( > > >> > RemoteTestRunner.java:673) > > >> > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run( > > >> > RemoteTestRunner.java :386) > > >> > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( > > >> > RemoteTestRunner.java:196) > > >> > Caused by: org.apache.tuscany.sca.interfacedef.util.FaultException: > > The > > >> > signature verification failed (The provided certificate is invalid) > > >> > at > > >> > org.apache.tuscany.sca.binding.ws.axis2.Axis2BindingInvoker.invoke > > >> > ( > > >> > Axis2BindingInvoker.java:79) > > >> > at > > >> > > > >> > > > > org.apache.tuscany.sca.core.databinding.wire.DataTransformationInterceptor.invoke > > >> > (DataTransformationInterceptor.java :74) > > >> > at > > >> > org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke > > >> > ( > > >> > JDKInvocationHandler.java:249) > > >> > at > > >> > org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke > > >> > ( > > >> > JDKInvocationHandler.java :146) > > >> > ... 31 more > > >> > > > >> > > > >> > Now this has definitely worked since I last did an update but I > can't > > >> > track > > >> > it down to what I have changed locally. Anyone any ideas? > > >> > > > >> > Simon > > >> > > > >> > > >> > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > My thinking on this was that whatever time we make them valid for it > will > not be long enough so we need some clear instruction about what the error > means and what to do to fix it. > > Simon >
