Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Eric Charles
I like ./james stop showing the log INFO 19:04:42,071 | org.apache.james.container.spring.JamesServerApplicationContext | Closing org.apache.james.container.spring.jamesserverapplicationcont...@12dacd1: startup date [Tue Apr 27 18:30:50 CEST 2010]; root of context hierarchy INFO

Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Eric Charles
Works fine on full 32 bits. Building on 32-bits and deploying on 64-bits does not work: - the generated wrapper-linux-x86-32 is obviously a 32-bits version - running the wrapper-linux-x86-32 on 64-bits gives /bin/./wrapper-linux-x86-32: /lib/ld-linux.so.2: bad ELF interpreter: No such file or

Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Norman Maurer
Hmm, good question. I will have a look. BTW, you could install the libc32 bit libraries. Bye, Norman 2010/4/27 Eric Charles eric.char...@u-mangate.com: Works fine on full 32 bits. Building on 32-bits and deploying on 64-bits does not work: - the generated wrapper-linux-x86-32 is obviously a

Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Eric Charles
Yes. yum install glibc.i686 installed the needed lib on fedora and wrapper works fine. The equivalents for ubuntu,... should be easy to find. Maybe something to remind for our future 3.0.M1 documentation :) Tks Norman, Eric On 04/27/2010 07:56 PM, Norman Maurer wrote: Hmm, good

Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Norman Maurer
Yep, in ubuntu it should be apt-get install lib32-dev Thx, Norman 2010/4/27 Eric Charles eric.char...@u-mangate.com: Yes. yum install glibc.i686 installed the needed lib on fedora and wrapper works fine. The equivalents for ubuntu,... should be easy to find. Maybe something to remind for