You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by Davide Parisi <pa...@alice.it> on 2006/01/01 20:23:03 UTC

new user...and trouble

Hy, my name is Davide and i am a new roller user, i have tried to install roller on my FC 4 with rpm version of apache (2), tomcat (5.0) and mysql (4.1.16), i have followed all instruction (i think) of the insallation guide, but when i start tomcat my roller.log log:

......
 INFO  2006-01-01 19:52:44,291 RollerConfig:<clinit>()  - no custom properties file specified via jvm opti
on
INFO  2006-01-01 19:52:44,525 lang:String)  - Database is current, no upgrade needed
ERROR 2006-01-01 19:52:50,070 lang:String)  - Error instantiating org.roller.business.hibernate.Hibernate
RollerImpl
java.lang.reflect.InvocationTargetException
   at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (/usr/lib/libgcj.so.6.0.0)
   at org.roller.model.RollerFactory.setRoller(java.lang.String) (Unknown Source)
   at org.roller.model.RollerFactory.getRoller() (Unknown Source)
.......

i have checked and i have a normal hibernate3.jar in lib directory of roller webapp..

can anyone help me?
thanks at all. 

Re: new user...and trouble

Posted by Davide Parisi <pa...@alice.it>.
----- Original Message ----- 
From: "Sean Gilligan" <se...@msgilligan.com>
To: <ro...@incubator.apache.org>
Sent: Sunday, January 01, 2006 11:19 PM
Subject: Re: new user...and trouble


> Just a guess: I see an error mentioning libgcj.  I'd recommend using a SUN 
> JVM and keeping libgcj out of the picture.  I don't know if hibernate 
> works on libgcj.
>
you are right!, thanks, i have noticed that with the rpm version for FC 4 of 
java and tomcat roller don't work. 



Re: new user...and trouble

Posted by Sean Gilligan <se...@msgilligan.com>.
Just a guess: I see an error mentioning libgcj.  I'd recommend using a 
SUN JVM and keeping libgcj out of the picture.  I don't know if 
hibernate works on libgcj.

-- Sean

Davide Parisi wrote:
> Hy, my name is Davide and i am a new roller user, i have tried to install roller on my FC 4 with rpm version of apache (2), tomcat (5.0) and mysql (4.1.16), i have followed all instruction (i think) of the insallation guide, but when i start tomcat my roller.log log:
> 
> ......
>  INFO  2006-01-01 19:52:44,291 RollerConfig:<clinit>()  - no custom properties file specified via jvm opti
> on
> INFO  2006-01-01 19:52:44,525 lang:String)  - Database is current, no upgrade needed
> ERROR 2006-01-01 19:52:50,070 lang:String)  - Error instantiating org.roller.business.hibernate.Hibernate
> RollerImpl
> java.lang.reflect.InvocationTargetException
>    at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (/usr/lib/libgcj.so.6.0.0)
>    at org.roller.model.RollerFactory.setRoller(java.lang.String) (Unknown Source)
>    at org.roller.model.RollerFactory.getRoller() (Unknown Source)
> .......
> 
> i have checked and i have a normal hibernate3.jar in lib directory of roller webapp..
> 
> can anyone help me?
> thanks at all.