Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1849 | minor | always | 07-04-07 07:02 | 07-09-07 14:17 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | sam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|||||
Summary: | 0001849: Postgres/MediaWiki issue method call 'getText' is not allowed for a null value | ||||
Description: |
(rep by G Cox) (same as http://bugs.caucho.com/view.php?id=1734 [^] with more specific details for configuration to reproduce) mediawiki 1.10 postgres 8.2.3 postgresql-8.2-505.jdbc4.jar 18:49:01.339 com.caucho.quercus.QuercusErrorException: /home/foo/web/war/amm-wiki/includes/SpecialSearch.php:324: Fatal Error: Method call 'getText' is not allowed for a null value. 18:49:01.339 at com.caucho.quercus.env.Env.error(Env.java:4061) 18:49:01.339 at com.caucho.quercus.env.Env.error(Env.java:3972) 18:49:01.339 at com.caucho.quercus.env.Env.error(Env.java:3699) 18:49:01.339 at com.caucho.quercus.env.Value.errorNoMethod(Value.java:1406) 18:49:01.339 at com.caucho.quercus.env.Value.errorNoMethod(Value.java:1400) 18:49:01.339 at com.caucho.quercus.env.Value.callMethod(Value.java:940) 18:49:01.339 at com.caucho.quercus.env.Value.callMethod(Value.java:907) 18:49:01.339 at com.caucho.quercus.expr.MethodCallExpr.eval(MethodCallExpr.java:104) 18:49:01.339 at com.caucho.quercus.expr.Expr.evalCopy(Expr.java:391) 18:49:01.339 at com.caucho.quercus.expr.AssignExpr.eval(AssignExpr.java:77) 18:49:01.339 at com.caucho.quercus.program.ExprStatement.execute(ExprStatement.java:64) Searching for something which is absent works ok -- it's just when one searches for a hit that you get it. In my resin-web.xml I have <!-- --> <database jndi-name='jdbc/postgres/mediawiki'> <driver type='org.postgresql.Driver' url='jdbc:postgresql://localhost:5432/db_mediawiki' [^] user='u_mediawiki' password='xxx'/> </database> <!-- --> <servlet-mapping url-pattern="*.php" servlet-class="com.caucho.quercus.servlet.QuercusServlet"> <init> <script-encoding>iso-8859-1</script-encoding> </init> </servlet-mapping> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|