Your output is ok, which version of java have you installed? Run java
-version
On Jun 12, 2013 12:09 AM, "Emma Sesmero" <[email protected]> wrote:

> Hi Manolo,
>
> I have run what you said, and this is the output I obtained:
>
> emma@emma-K55A:~/apache-james-3.0-beta4/bin$ ldd
> /home/emma/apache-james-3.0-beta4/bin/./wrapper-linux-x86-32
> linux-gate.so.1 =>  (0xf7727000)
> libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf76f2000)
> libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7549000)
> /lib/ld-linux.so.2 (0xf7728000)
>
>
> Is anything missing?
>
>
> 2013/6/11 Manuel Carrasco Moñino <[email protected]>
>
> > Emma, try to execute this:
> >
> > # bash -x james start
> >
> > The last line is the final command the script runs, copy the
> > executable execute the ldd command to know whether you have the
> > necessary .so libs.
> > In may case:
> >
> > # ldd /msoft/james/apache-james-3.0-beta4/bin/./wrapper-linux-x86-32
> > linux-gate.so.1 =>  (0xf77dc000)
> > libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf779a000)
> > libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf75e7000)
> > /lib/ld-linux.so.2 (0xf77dd000)
> >
> > maybe you don't have a valid libc.so.6
> >
> >
> > - Manolo
> >
> > On Tue, Jun 11, 2013 at 8:46 PM, Emma Sesmero <[email protected]>
> > wrote:
> > > Hi,
> > >
> > > I need help running James. I am working on ubuntu 12.04 and I think I
> > have
> > > followed the steps in the documentation:
> > >
> > > 1) I have downloaded the binary code.
> > > 2) I have unzip it.
> > > 3) I have get into the bin folder, became root and run the following:
> > >
> > > root@emma-K55A:/home/emma/apache-james-3.0-beta4/bin# ./james start
> > > Starting Apache James Server App...
> > > root@emma-K55A:/home/emma/apache-james-3.0-beta4/bin# ps -feaww | grep
> > james
> > > root     11086 10998  0 13:05 pts/3    00:00:00 grep --color=auto james
> > >
> > >
> > > It does not give me any errors, but it is not running.
> > > I have checked the logs and all of them are empty but james-server.log
> > that
> > > shows this:
> > >
> > >
> > > INFO  12:32:54,420 |
> > >
> org.apache.james.container.spring.context.JamesServerApplicationContext |
> > > Refreshing
> > >
> >
> org.apache.james.container.spring.context.JamesServerApplicationContext@611353a7
> > :
> > > startup date [Tue Jun 11 12:32:54 CEST 2013]; root of context hierarchy
> > > INFO  12:56:42,758 |
> > >
> org.apache.james.container.spring.context.JamesServerApplicationContext |
> > > Refreshing
> > >
> >
> org.apache.james.container.spring.context.JamesServerApplicationContext@3bd92abb
> > :
> > > startup date [Tue Jun 11 12:56:42 CEST 2013]; root of context hierarchy
> > > INFO  13:04:58,488 |
> > >
> org.apache.james.container.spring.context.JamesServerApplicationContext |
> > > Refreshing
> > >
> >
> org.apache.james.container.spring.context.JamesServerApplicationContext@3bd92abb
> > :
> > > startup date [Tue Jun 11 13:04:58 CEST 2013]; root of context hierarchy
> > > INFO  13:16:36,938 |
> > >
> org.apache.james.container.spring.context.JamesServerApplicationContext |
> > > Refreshing
> > >
> >
> org.apache.james.container.spring.context.JamesServerApplicationContext@3bd92abb
> > :
> > > startup date [Tue Jun 11 13:16:36 CEST 2013]; root of context hierarchy
> > > INFO  13:16:41,630 |
> > >
> org.apache.james.container.spring.context.JamesServerApplicationContext |
> > > Refreshing
> > >
> >
> org.apache.james.container.spring.context.JamesServerApplicationContext@611353a7
> > :
> > > startup date [Tue Jun 11 13:16:41 CEST 2013]; root of context hierarchy
> > >
> > > I have not changed the default configuration, is that the reason? Do I
> > need
> > > to edit any configuration file to be able to run the server?
> > >
> > > Thanks in advance.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
>

Reply via email to