Use ./phoenix.sh start instead of ./run.sh

./run.sh will not detach the process from the console.

another way to let a process run is to stop it with CTRL-Z (not CTRL-C) and write "bg" to send the stopped process in background (but this could have issues when you close the shell, so the phoenix.sh start is the right way).

Stefano

dimitryous r. ha scritto:
Hi,

Just starting to setup James.
I did the following:
- download james-2.3.0.tar in my root folder "Downloads"
- extract the files to get /Downloads/james-2.3.0/

- with Terminal.app:
// to get super user
sudo sh -s
// then
// move the folder
mv /Downloads/james-2.3.0 /usr/local/
chown -R der:admin /usr/local/james-2.3.0/

// change of directory
cd /usr/local/james-2.3.0/bin/
export JAVA_HOME=/Library/Java/Home/
./run.sh

here is the result:
____________________________________________
Using PHOENIX_HOME:   /usr/local/james-2.3.0
Using PHOENIX_TMPDIR: /usr/local/james-2.3.0/temp
Using JAVA_HOME:      /Library/Java/Home/
Running Phoenix:

Phoenix 4.2

James Mail Server 2.3.0
Remote Manager Service started plain:4555
POP3 Service started plain:110
SMTP Service started plain:25
NNTP Service started plain:119
FetchMail Disabled
____________________________________________

Now I have a blinking cursor in Terminal.app
Impossible to get out. ctrl-c and a bunch of errors from JVM like:

JVM exiting abnormally. Shutting down Phoenix.
org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException: Component named "thread-manager" failed to pass through the Destruction stage. (Reason: java.lang.IllegalThreadStateException). at org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:354)
etc...
35 lines...

Please help.

TIA

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to