No, I get this error running James normally, not through Eclipse. It happens on both my Windows dev box (jdk 1.5.0) and a linux staging server (jre 1.5.0).
I can run a test client through Eclipse to test my soap call and it works. I read some posts about Eclipse and JCE too, so I downloaded the recommended JCE and installed it to work with jdk 1.5.0.11 and still didn't work. Do I need to put the JCE somewhere else? In one of the James lib directories maybe? Stefano Bagnara-2 wrote: > > Michael Valenty ha scritto: >> I am running James 2.3.1 and JDK 1.5.0_11. While attempting to invoke an >> ssl >> web service from MyUsersRepository to authenticate user credentials, I >> get >> the following error: >> >> javax.net.ssl.SSLKeyException: RSA premaster secret error >> >> I do not get this error when calling the web service from a test client, >> only in the context of MyUsersRepository. > > Are you trying this from inside Eclipse? I know there are problems with > JCE inside eclipse. If so, try it from outside. > > This usually is a problem with JCE and classloaders. > > Stefano > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/UsersRepository-w--SSL-SOAP-service-tf3813480.html#a10806392 Sent from the James - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
