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.
