So I figured out the issue. The java lib was bad. a reinstall of that lib fixed the issue.
On Fri, Jan 29, 2016 at 10:25 AM, Francesco Chicchiriccò < [email protected]> wrote: > I have just replicated the installation by following the link below on > fresh Debian testing and stable (Jessie) machines (don't have any Wheezy > around) and everything went out smooth. > > Have you figured out why Tomcat is not seeing that library: do you have > other Tomcat installations that might interfere? > > Regards. > > > On 29/01/2016 15:58, Brian Henson wrote: > > lrwxrwxrwx 1 root root 36 Jan 29 00:26 postgresql-jdbc4.jar -> > /usr/share/java/postgresql-jdbc4.jar and its in that folder > lrwxrwxrwx 1 root root 24 Aug 5 2012 > /usr/share/java/postgresql-jdbc4.jar -> postgresql-jdbc4-9.1.jar > -rw-r--r-- 1 root root 547818 Aug 5 2012 > /usr/share/java/postgresql-jdbc4-9.1.jar > > > On Fri, Jan 29, 2016 at 9:51 AM, Francesco Chicchiriccò < > <[email protected]>[email protected]> wrote: > >> This is the problem: >> >> java.sql.SQLException: Cannot load JDBC driver class >> 'org.postgresql.Driver' >> >> Could you please check if you actually did this: >> >> sudo ln -s /usr/share/java/postgresql-jdbc4.jar /usr/share/tomcat8/lib/ >> >> ? >> >> If you did, could you please check that >> >> /usr/share/tomcat8/lib/postgresql-jdbc4.jar >> >> points to >> >> /usr/share/java/postgresql-jdbc4-9.2.jar >> >> ? >> >> The actual problem is that Tomcat cannot find the JDBC driver for >> connecting to PostgreSQL. >> >> HTH >> Regards. >> >> >> On 29/01/2016 15:47, Brian Henson wrote: >> >> catalina.2016-01-29.log <http://pastebin.com/1SL1bVtY> >> http://pastebin.com/1SL1bVtY >> localhost.2016-01-29.log <http://pastebin.com/1i072n7c> >> http://pastebin.com/1i072n7c >> >> On Fri, Jan 29, 2016 at 9:45 AM, Brian Henson < <[email protected]> >> [email protected]> wrote: >> >>> Yes, I followed that to the letter >>> >>> Console.log http://pastebin.com/xEb1qwG1 >>> core.log http://pastebin.com/kWfMmxyp >>> core-rest.log <http://pastebin.com/h46ZRbmx>http://pastebin.com/h46ZRbmx >>> enduser.log <http://pastebin.com/DyNSF50S>http://pastebin.com/DyNSF50S >>> >>> On Fri, Jan 29, 2016 at 9:44 AM, Francesco Chicchiriccò < >>> <[email protected]>[email protected]> wrote: >>> >>>> On 29/01/2016 15:31, Brian Henson wrote: >>>> >>>> I apologize its debian wheezy. thank you auto correct. it is 2.0.0-M1. >>>> where are the log files? >>>> >>>> >>>> Log files are under /var/log/tomcat8 >>>> >>>> Anyway, have you followed the installation instructions at >>>> >>>> http://syncope.apache.org/docs/getting-started.html#debian-packages >>>> >>>> ? >>>> >>>> Regards. >>>> >>>> On Fri, Jan 29, 2016 at 9:28 AM, Francesco Chicchiriccò < >>>> <[email protected]>[email protected]> wrote: >>>> >>>>> On 29/01/2016 15:22, Brian Henson wrote: >>>>> >>>>>> I installed Syncope on Debian Woody and I keep getting these errors >>>>>> org.apache.wicket.WicketRuntimeException: Unable to instantiate web >>>>>> session class org.apache.syncope.client.console.SyncopeConsoleSession >>>>>> Full error pastebin: <http://pastebin.com/fgPEiEHX> >>>>>> http://pastebin.com/fgPEiEHX >>>>>> I installed it using the debian packages and made sure to install all >>>>>> the dependencies that it asked for. How can I correct these errors and >>>>>> get >>>>>> this running? >>>>>> >>>>> >>>>> Hi, >>>>> I have never tried on a Debian distribution as old as Woody, wow :-) >>>>> >>>>> Which Syncope version? 2.0.0-M1? >>>>> >>>>> Anyway I need the complete log files in order to find the actual >>>>> problem, I cannot guess anything from what I can see on pastebin. >>>>> >>>>> Regards. >>>> >>>> -- > Francesco Chicchiriccò > > Tirasa - Open Source Excellencehttp://www.tirasa.net/ > > Involved at The Apache Software Foundation: > member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF > committerhttp://home.apache.org/~ilgrosso/ > >
