I'm trying to install roller 4.0 on red hat RHEL 5. Roller.log is printing out 
that everything has loaded ok. The correct username, db url, driver class, and 
of course the password is hidden. But then it says it's unable to connect to 
the database and later prints out a root cause of

java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-12705: invalid or unknown NLS parameter value specified

I can connect to the database using the exact same credentials and url using a 
GUI.

>From Googling, I'm told to set the env var NLS_LANG to nothing. So I've tried 
>doing an export NLS_LANG=  but I still get the same error. I've also looked at 
>the source that does the test connection. I didn't really understand how it 
>could work since it is trying to connect with a url, username, and pass but 
>never specifies a driver.

Does anyone have an idea on how I can get roller to connect?

Thanks,
Tim

Reply via email to