Mantis - Quercus
Viewing Issue Advanced Details
2283 minor always 01-02-08 12:55 01-14-08 18:26
emil  
mo  
normal  
closed 3.1.4  
fixed  
none    
none 3.1.5  
0002283: NPE with Pligg
(Rep. by Stargazer)

Following
http://www.caucho.com/resin-3.1/doc/quercus-list-of-applications.xtp#pligg [^]
(note the first line is wrong, it should be <web-app
xmlns="http://caucho.com/ns/resin">) [^] with resin 3.1.4a (on XP) and you get


  500 Servlet Exception

||

java.lang.NullPointerException
        at
+com.caucho.quercus.lib.db.JdbcConnectionResource$TableKey.equals(JdbcConnection
+Resource.java:933)
        at com.caucho.util.LruCache.get(LruCache.java:174)
        at
+com.caucho.quercus.lib.db.JdbcConnectionResource.getTableMetaData(JdbcConnectio
+nResource.java:461)
        at
+com.caucho.quercus.lib.db.MysqlModule.mysql_fetch_field(MysqlModule.java:358)
...


Notes
(0002650)
mo   
01-14-08 18:26   
I just ran through the installer, it fails with the NPE in 3.1.4, but works
with the current trunk.