You must still have some issues in the configuration of your
environment.

Problem one:
FATAL 2006-01-14 20:04:43,331 RollerContext:contextInitialized -
RollerContext initialization failed
java.lang.NullPointerException
        at
org.apache.lucene.store.FSDirectory.create(FSDirectory.java:149)

this one appears to be a problem creating a directory on the
filesystem.  you said that the filesystem permissions shouldn't be an
issue, but did you set your "search.index.dir" property to a valid
location?  you should also be able to try disabling the search code by
setting the property "search.enabled=false".


Problem two:
WARN  2006-01-14 20:04:47,752 RollerRuntimeConfig:getProperty - Trouble
accessing property: users.registration.enabled
java.lang.NullPointerException
WARN  2006-01-14 20:04:47,924 RollerRuntimeConfig:getProperty - Trouble
accessing property: site.name
java.lang.NullPointerException

this is definitely telling you that Roller can't find these properties
in the database, so something didn't go correctly when you first started
up the application.  you can verify this by checking the database
directly ... "select * from roller_properties".  that should return
around 25 properties and their values.

you can include your log file in the body of your email, that will work
fine.

-- Allen


On Sun, 2006-01-15 at 17:52, a20134 (sent by Nabble.com) wrote:
> It's no use. I get the same result again and again and again.
> 
> I have set log level to DEBUG and got one 400k log. Is there any way I can 
> post the log to the mail list for u roller guru to diagnose?
> --
> View this message in context: 
> http://www.nabble.com/So-many-problems-with-Roller-2.0-t916801c12275.html#a2397527
> Sent from the Roller - User forum at Nabble.com.

Reply via email to