Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001462 [Resin] minor always 11-16-06 08:52 12-08-06 15:15
Reporter ferg View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.0.22
Summary 0001462: mediawiki and 3.0.22
Description (rep by Alex Sharaz)

Just tried to install mediawiki on a 3.0.22 system

In webapps/wiki/WEB-INF I've got the following set up in resin-web.xml.



In the wii directory, I've also got a helloworld.php file.



<web-app xmlns="http://caucho.com/ns/resin"> [^]

    <database jndi-name='jdbc/wiki'>

 <driver type="org.gjt.mm.mysql.Driver">

        <url>jdbc:mysql://databases.hull.ac.uk:3306/comms_wiki</url> [^]

        <user>fred</user>

        <password>fred</password>

      </driver>

    </database>



  <servlet-mapping url-pattern="*.php"


servlet-class="com.caucho.quercus.servlet.QuercusServlet">

     <init compile="true" database="jdbc/wiki"/>

  </servlet-mapping>



  <welcome-file-list>index.php</welcome-file-list>

</web-app>



The helloworld.php example works just fine.



However, when I try running ...../wiki/config to init the app, I get









java.lang.NullPointerException
        at
com.caucho.quercus.module.StaticFunction.analyzeArguments(StaticFunction
.java:139)
        at
com.caucho.quercus.expr.FunctionExpr.analyze(FunctionExpr.java:215)
        at com.caucho.quercus.expr.UnaryExpr.analyze(UnaryExpr.java:69)
        at
com.caucho.quercus.program.ExprStatement.analyze(ExprStatement.java:90)
        at
com.caucho.quercus.program.BlockStatement.analyze(BlockStatement.java:13
2)
        at
com.caucho.quercus.program.QuercusMain.generate(QuercusMain.java:112)
        at
com.caucho.java.gen.BaseClass.generateComponents(BaseClass.java:254)
        at
com.caucho.java.gen.BaseClass.generateClassContent(BaseClass.java:241)
        at com.caucho.java.gen.BaseClass.generate(BaseClass.java:229)
        at com.caucho.java.gen.GenClass.generate(GenClass.java:120)
        at
com.caucho.java.gen.JavaClassGenerator.generate(JavaClassGenerator.java:
273)
        at
com.caucho.quercus.gen.PhpGenerator.generate(PhpGenerator.java:77)
        at
com.caucho.quercus.page.PageManager.parse(PageManager.java:234)
        at
com.caucho.quercus.page.PageManager.parse(PageManager.java:180)
        at com.caucho.quercus.Quercus.parse(Quercus.java:546)
        at
com.caucho.quercus.servlet.QuercusServlet.service(QuercusServlet.java:21
7)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:92)
        at
com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChai
n.java:106)
        at
com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:
209)
        at
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.ja
va:173)
        at
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.j
ava:229)
        at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:274)
        at
com.caucho.server.port.TcpConnection.run(TcpConnection.java:511)
        at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:520)
        at com.caucho.util.ThreadPool.run(ThreadPool.java:442)
        at java.lang.Thread.run()V(Unknown Source)


The database config statement is correct and I've checked that the
database e xists and has valid access rights set up for the
machine/userid I'm trying to run the wiki on

Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
11-16-06 08:52 ferg New Issue
12-08-06 15:15 ferg Assigned To  => ferg
12-08-06 15:15 ferg Status new => closed
12-08-06 15:15 ferg Resolution open => fixed
12-08-06 15:15 ferg Fixed in Version  => 3.1.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker