You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@syncope.apache.org by Brian Henson <ma...@gmail.com> on 2016/01/29 15:22:26 UTC

errors on debian woody

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

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?

Re: errors on debian woody

Posted by Brian Henson <ma...@gmail.com>.
openjdk7

On Fri, Jan 29, 2016 at 9:30 AM, Ioan Eugen Stan <st...@gmail.com>
wrote:

> Hi,
>
> What JVM version are you using?
>
> Regards.
>
> On 29.01.2016 16:28, Francesco Chicchiriccò 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
> >> 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.
> >
>
>

Re: errors on debian woody

Posted by Ioan Eugen Stan <st...@gmail.com>.
Hi,

What JVM version are you using?

Regards.

On 29.01.2016 16:28, Francesco Chicchiriccò 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
>> 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.
> 


Re: errors on debian woody

Posted by Ioan Eugen Stan <st...@gmail.com>.
Hi,

I have run into the same issues with 2.0.0.M1. I'm running Debian Jessie
kernel 4.3.0.bpo, OpenJDK 1.8 (Debian version).

I have uploaded the ziped logs to my dropbox [1]

@Brian: the logs are in the logs/ folder, next to bin/ .

[1] https://dl.dropboxusercontent.com/u/45734324/syncope-logs.zip

On 29.01.2016 16:31, Brian Henson wrote:
> I apologize its debian wheezy. thank you auto correct.  it is 2.0.0-M1.
> where are the log files?
> 
> On Fri, Jan 29, 2016 at 9:28 AM, Francesco Chicchiriccò
> <ilgrosso@apache.org <ma...@apache.org>> 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
>         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 Excellence
>     http://www.tirasa.net/
> 
>     Involved at The Apache Software Foundation:
>     member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
>     http://home.apache.org/~ilgrosso/
> 
> 


Re: errors on debian woody

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 29/01/2016 16:31, Brian Henson wrote:
> So I figured out the issue. The java lib was bad. a reinstall of that 
> lib fixed the issue.

Glad that you've solved :-)

Regards.

> On Fri, Jan 29, 2016 at 10:25 AM, Francesco Chicchiriccò 
> <ilgrosso@apache.org <ma...@apache.org>> 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ò
>>     <ilgrosso@apache.org <ma...@apache.org>> 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
>>>         localhost.2016-01-29.log http://pastebin.com/1i072n7c
>>>
>>>         On Fri, Jan 29, 2016 at 9:45 AM, Brian Henson
>>>         <marine64@gmail.com <ma...@gmail.com>> 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
>>>             enduser.log http://pastebin.com/DyNSF50S
>>>
>>>             On Fri, Jan 29, 2016 at 9:44 AM, Francesco Chicchiriccò
>>>             <ilgrosso@apache.org <ma...@apache.org>> 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ò <ilgrosso@apache.org
>>>>                 <ma...@apache.org>> 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
>>>>                         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 Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
http://home.apache.org/~ilgrosso/


Re: errors on debian woody

Posted by Brian Henson <ma...@gmail.com>.
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ò <
ilgrosso@apache.org> 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ò <
> <il...@apache.org> 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 < <ma...@gmail.com>
>> marine64@gmail.com> 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ò <
>>> <il...@apache.org> 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ò <
>>>> <il...@apache.org> 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/
>
>

Re: errors on debian woody

Posted by Francesco Chicchiriccò <il...@apache.org>.
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ò 
> <ilgrosso@apache.org <ma...@apache.org>> 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
>>     localhost.2016-01-29.log http://pastebin.com/1i072n7c
>>
>>     On Fri, Jan 29, 2016 at 9:45 AM, Brian Henson <marine64@gmail.com
>>     <ma...@gmail.com>> 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
>>         enduser.log http://pastebin.com/DyNSF50S
>>
>>         On Fri, Jan 29, 2016 at 9:44 AM, Francesco Chicchiriccò
>>         <ilgrosso@apache.org <ma...@apache.org>> 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ò
>>>             <ilgrosso@apache.org <ma...@apache.org>> 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
>>>                     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 Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
http://home.apache.org/~ilgrosso/


Re: errors on debian woody

Posted by Brian Henson <ma...@gmail.com>.
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ò <ilgrosso@apache.org
> 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
> localhost.2016-01-29.log http://pastebin.com/1i072n7c
>
> On Fri, Jan 29, 2016 at 9:45 AM, Brian Henson <ma...@gmail.com> 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
>> enduser.log http://pastebin.com/DyNSF50S
>>
>> On Fri, Jan 29, 2016 at 9:44 AM, Francesco Chicchiriccò <
>> <il...@apache.org> 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ò <
>>> <il...@apache.org> 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/
>
>

Re: errors on debian woody

Posted by Francesco Chicchiriccò <il...@apache.org>.
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
> localhost.2016-01-29.log http://pastebin.com/1i072n7c
>
> On Fri, Jan 29, 2016 at 9:45 AM, Brian Henson <marine64@gmail.com 
> <ma...@gmail.com>> 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
>     enduser.log http://pastebin.com/DyNSF50S
>
>     On Fri, Jan 29, 2016 at 9:44 AM, Francesco Chicchiriccò
>     <ilgrosso@apache.org <ma...@apache.org>> 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ò
>>         <ilgrosso@apache.org <ma...@apache.org>> 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
>>                 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 Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
http://home.apache.org/~ilgrosso/


Re: errors on debian woody

Posted by Brian Henson <ma...@gmail.com>.
catalina.2016-01-29.log http://pastebin.com/1SL1bVtY
localhost.2016-01-29.log http://pastebin.com/1i072n7c

On Fri, Jan 29, 2016 at 9:45 AM, Brian Henson <ma...@gmail.com> 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
> enduser.log http://pastebin.com/DyNSF50S
>
> On Fri, Jan 29, 2016 at 9:44 AM, Francesco Chicchiriccò <
> ilgrosso@apache.org> 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ò <
>> <il...@apache.org> 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
>>>> 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/
>>
>>
>

Re: errors on debian woody

Posted by Brian Henson <ma...@gmail.com>.
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
enduser.log http://pastebin.com/DyNSF50S

On Fri, Jan 29, 2016 at 9:44 AM, Francesco Chicchiriccò <ilgrosso@apache.org
> 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ò <
> <il...@apache.org> 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
>>> 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/
>
>

Re: errors on debian woody

Posted by Francesco Chicchiriccò <il...@apache.org>.
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ò 
> <ilgrosso@apache.org <ma...@apache.org>> 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
>         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 Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
http://home.apache.org/~ilgrosso/


Re: errors on debian woody

Posted by Brian Henson <ma...@gmail.com>.
I apologize its debian wheezy. thank you auto correct.  it is 2.0.0-M1.
where are the log files?

On Fri, Jan 29, 2016 at 9:28 AM, Francesco Chicchiriccò <ilgrosso@apache.org
> 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
>> 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 Excellence
> http://www.tirasa.net/
>
> Involved at The Apache Software Foundation:
> member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
> http://home.apache.org/~ilgrosso/
>
>

Re: errors on debian woody

Posted by Francesco Chicchiriccò <il...@apache.org>.
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
> 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 Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF committer
http://home.apache.org/~ilgrosso/


Fwd: errors on debian woody

Posted by Brian Henson <ma...@gmail.com>.
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

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?