I've tried numerous DB configurations with both PostgreSQL and MySQL over the past few days. I've tried both the Jetspeed 1.3a2,the 3/29 nightly Jetspeed build, the released Postgres JDBC drivers, and the 7.3 development JDBC driver. Regardless of RDBMS or configuration I get the same error at login time: Horrible Exception: java.lang.ExceptionInInitializerError: java.lang.NullPointerException at org.apache.turbine.om.security.peer.TurbineUserPeer.(TurbineUserPeer.java:99) I originally wanted to use PostgreSQL, but now I just want a DB, other than Hypersonic, to work! Has anybody gotten Jetspeed to work with PostgreSQL 7.3 with the 7.1 JDBC 1.2 driver? If so how? Did you have to make the changes to the PostgreSQL JDBC driver described on the Turbine site? What am I doing wrong? My PostgreSQL setting are included below.
TIA, Chris Starnes database.default.driver=com.postgresql.Driver database.default.url=jdbc:postgresql:turbine database.default.username=postgres database.default.password=postgres database.adaptor=PostgreSQL database.adaptor.PostgreSQL=com.postgresql.Driver -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
