|
From: Tomas G. <to...@pr...> - 2014-01-02 11:47:01
|
Hi Christian, Nice to hear that it works well. On 01/01/2014 01:13 PM, Christian Felsing wrote: > Hi, > > a happy new year and ejbca 6.0.3 seems to be a great work, upgrade from > 4.0.16 to 6.0.3 was successful. I feel there is a significant > performance improvement of ejbca. > > While installation (CentOS 6.5) following issues needed some investigation: > > 1. Use latest ant from Apache homepage, ant from CentOS is too old for > ejbca. Enforcing Selinux does not hurt, so it should be activated. Yes ant is too old in RHEL right now. Amazingly since ant 1.8 has been out for 4 years by now. It does work with SELinux yes. > 2. OpenJDK7 from CentOS should be used with jboss-eap-6.1.0 because > install hangs if jboss-eap-6.2.0 at > > jee:web-configureJBoss7Cleanup: > [exec] Result: 1 > [exec] Result: 1 > [exec] Result: 1 > [exec] Result: 1 > ... -> Guru Meditation > > while ant web-configure. After install you may upgrade to jboss-eap-6.2.0. I just ran "ant install" on Ubuntu with OpenJDK7 and jboss-eap-6.2.0. This does a web-configure and it worked for me. JBoss-cli seems very sensitive however, and if you have less than 2-3 cores it easily hangs. JBoss CLI is quite unstable unfortunately. Is it repeatable? > 3. Database config needs to be changed while upgrading from JBoss6 to 7: > > database.properties must be changed from > database.driver=com.mysql.jdbc.Driver > to > database.driver=com.mysql > otherwise ant deploy is not willing to find database driver. This is an > JBoss6 to JBoss7 upgrade issue, but should be documented. > BTW: I am not using MySQL, MariaDB works with ejbca, also. How did you register your datasource? I just repeated this as well after registering my datasource according to the description in: http://ejbca.org/docs/installation.html#JBoss If I do like that, it will not find the driver if I use only com.mysql :-) The only issue is that they have changed some default value in JBoss EAP 6.2.0, which previously worked in 6.1.1. https://jira.primekey.se/browse/ECA-3368 Will fix this so default deployment works with EAP 6.2 in the next release. If you use MariaDB I can recommend using the MariaDB java driver. Cheers, Tomas ********** Internet: www.primekey.se Twitter: twitter.com/primetomas ********** > > best regards > Christian > > > Am 30.12.2013 09:53, schrieb Tomas Gustavsson: >> We are happy to announce that EJBCA 6.0.3 has been released! This is a > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |