Anonymous | Login | Signup for a new account | 12-17-2024 08:31 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001849 | [Quercus] | minor | always | 07-04-07 07:02 | 07-09-07 14:17 | ||||
Reporter | sam | View Status | public | ||||||
Assigned To | sam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.1 | ||||||
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> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 27 unique queries executed. |