RE: Resin 3.0.19 Release
"Stephen P. Bouzan" <[email protected]> Tue, 16 May 2006 21:56:20 -0700
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
I had this same issue with 3.0.18 and the resinssl.dll com.caucho.config.ConfigException: SSL JNI was not properly initialized. Make sure the resinssl library is properly created and the SSL libraries are installed. [2006/05/17 04:50:29.021] at com.caucho.vfs.OpenSSLFactory.initConfig(OpenSSLFactory.java:459) [2006/05/17 04:50:29.021] at com.caucho.vfs.OpenSSLFactory.create(OpenSSLFactory.java:374) [2006/05/17 04:50:29.021] at com.caucho.server.port.Port.bind(Port.java:699) [2006/05/17 04:50:29.021] at com.caucho.server.resin.ServletServer.bindPorts(ServletServer.java:1021) [2006/05/17 04:50:29.021] at com.caucho.server.resin.ServletServer.start(ServletServer.java:967) [2006/05/17 04:50:29.021] at com.caucho.server.deploy.DeployController.startImpl(DeployController.jav a:621) [2006/05/17 04:50:29.021] at com.caucho.server.deploy.AbstractDeployControllerStrategy.start(Abstract DeployControllerStrategy.java:56) [2006/05/17 04:50:29.021] at com.caucho.server.deploy.DeployController.start(DeployController.java:51 7) [2006/05/17 04:50:29.021] at com.caucho.server.resin.ResinServer.start(ResinServer.java:485) [2006/05/17 04:50:29.021] at com.caucho.server.resin.Resin.init(Resin.java) [2006/05/17 04:50:29.021] at com.caucho.server.resin.Resin.main(Resin.java:624) When I replace it with the resinssl.dll from the prior snap version it works fine. Running resinpro-3.0.19 with SSL that is. ResinPro-3.0.19 Jdk 5.0 openssl-0.9.7c These .dlls are in the RESIN_HOME libeay32.dll libssl32.dll ?!? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Scott Ferguson Sent: Monday, May 15, 2006 9:52 AM To: [email protected] Subject: Resin 3.0.19 Release Resin 3.0.19 is finally available for download. The most important issue is an important security fix for Windows users of 3.0.17 and 3.0.18. If you're deploying on Windows with either of those two versions, you should upgrade (or downgrade to 3.0.16 or earlier.) Resin 3.0.19 is primarily a bug-fix release. The full change log has more details. Resin 3.0.19 also has the naming/JNDI conversion for more recent drafts of javax.persistence, specifically changing javax.ejb to javax.persistence and java:comp/EntityManager to java:comp/env/ persistence/PersistenceContext/foo. Quercus in 3.0.19 now supports Wordpress and the javax.script API. -- Scott