Hi,
We have gone through the install document for jyve and installed and configured
all necessary items. To test the install we went to domain.com/ourzone/Turbine
and are getting this error message: Anyhelp appreciated

java.lang.NullPointerException
              at 
org.apache.turbine.services.localization.Localization.getString(Localization.java, 
Compiled Code)
              at 
org.apache.jyve.actions.sessionvalidator.DefaultSessionValidator.build(DefaultSessionValidator.java,
 Compiled Code)
              at Turbine.doGet(Turbine.java, Compiled Code)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled 
Code)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled 
Code)
              at org.apache.jserv.JServConnection.processRequest(JServConnection.java, 
Compiled Code)
              at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled 
Code)
              at java.lang.Thread.run(Thread.java, Compiled Code)

Our zone config contains
--------------------------------

repositories=/usr/local/java/Apache-Turbine-20000405/bin/turbine-2.0.jar
repositories=/usr/local/java/Apache-Jyve-20000405/bin/jyve-2.0.jar

servlet.Turbine.initArgs=properties=/usr/local/apache/jserv/configs/TurbineResources.properties


The Turbine properties file: (modified lines)
---------------------------------

module.packages=org.apache.jyve,org.apache.turbine.modules
screen.homepage=MainMenu
action.login=JLoginUser

database.default.driver=org.gjt.mm.mysql.Driver
database.default.url=jdbc:mysql://localhost/jyve
database.default.username=
database.default.password=

      # Set the values below to be appropriate values for your environment:
      [EMAIL PROTECTED]
      jyve.confirm.email.name=Jyve Confirmation
      jyve.confirm.email.subject=Jyve - New Account Confirmation
      jyve.images.root=/path/to/images/root/
      
      # You can modify the following color values according your personal taste:
      jyve.display.color.row.unreleased=FFFF00
      jyve.display.color.table.background=CCCCCC
      jyve.display.color.row.title=006666
      jyve.display.color.row.unreleased.question=FF8800

      jyve.topbar.color.cell.bg.title=006666
      jyve.topbar.htmlcolor.cell.text.title=white
      jyve.topbar.color.cell.bg.value=CCCCCC
      jyve.topbar.htmlcolor.cell.text.value=black

      # You can modify the following options according your personal taste:
      # Those affect the appearance in the DisplayQuestionAnswer screen.
      jyve.displayqa.showcreator=yes
      jyve.displayqa.showlastmodifieddate=yes

      # Default ResourceBundle and language/country codes 
      # used by the TurbineLocalizationService.
      locale.default.bundle=org.apache.jyve.localization.JyveLocalization
      locale.default.language=en
      locale.default.country=US


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to