Hello,
I have some installation problems with pwAdmin since i used it with tomcat before but tomcat dont seem to be supported anymore so i have to switch to jetty but got some trouble installing it in CentOS 5.3 - 5.5 ...
Here is what i did till now :
- Downloaded the latest pwAdmin with jetty 7.2.0 and extracted it to /opt
- Installed Java 1.6.0_U21 x64 and configured the path and everything (java -version is working fine)
Installed needed packages :
- yum install libtool httpd-devel apr-devel apr
- yum install php
- yum install php-mysql
- Configured everything in pwAdmin to match my server and MySQL setting
Now when i try to run :
- cd /opt/jetty-7.2.0
- ./jetty start
The linux console freezes and nothing happens anymore (pwAdmin is not reachable and i have to press Strg+C to unfreeze linux (kill the jetty script)...
There is also no additional webserver like apache running, jetty is configured to run on the port 8585.
My question is now...did i do something wrong or forgot something ?
Jetty log :
Code:
properties={jetty.home=/opt/jetty-7.2.0, OPTIONS=Server,ext,jmx,jsp,resources,websocket}
2010-11-11 09:22:37.602:INFO::jetty-7.2.0.v20101020
2010-11-11 09:22:37.630:INFO::Deployment monitor /opt/jetty-7.2.0/webapps at interval 1
2010-11-11 09:22:37.634:INFO::Deployable added: /opt/jetty-7.2.0/webapps/ROOT
11.11.2010 09:22:38 net.jr.fastcgi.impl.FastCGIHandlerFactory create
INFO: configuring fastCGI handler using a single connection -based policy
2010-11-11 09:22:38.265:INFO::Deployable added: /opt/jetty-7.2.0/webapps/pwAdmin
2010-11-11 09:22:38.709:INFO::Deployable added: /opt/jetty-7.2.0/webapps/adminer
11.11.2010 09:22:38 net.jr.fastcgi.impl.FastCGIHandlerFactory create
INFO: configuring fastCGI handler using a single connection -based policy
2010-11-11 09:22:38.847:INFO::Deployment monitor /opt/jetty-7.2.0/contexts at interval 1
2010-11-11 09:22:38.886:INFO::Started [email protected]:8585
mgr.s is null , Protocol.Client(mgr)
java.net.ConnectException: Connection refused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574)
at com.goldhuman.IO.ActiveIO.Close(Unknown Source)
at com.goldhuman.IO.PollIO.Poll(Unknown Source)
at com.goldhuman.IO.Task.run(Unknown Source)
at com.goldhuman.Common.ThreadPool.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
assoc_session = com.goldhuman.IO.Protocol.Session@3cc70b0d activeio = com.goldhuman.IO.ActiveIO@2fa6a1a7
DeliveryClientManager::OnAbortSession com.goldhuman.IO.Protocol.Session@3cc70b0d
2010-11-11 09:24:32.351:INFO::Graceful shutdown [email protected]:8585
2010-11-11 09:24:35.439:INFO::Graceful shutdown WebAppContext@58ca3783@58ca3783/,file:/opt/jetty-7.2.0/webapps/ROOT/,/opt/jetty-7.2.0/webapps/ROOT
2010-11-11 09:24:35.444:INFO::Graceful shutdown WebAppContext@a21d23b@a21d23b/pwAdmin,file:/opt/jetty-7.2.0/webapps/pwAdmin/,/opt/jetty-7.2.0/webapps/pwAdmin
2010-11-11 09:24:35.444:INFO::Graceful shutdown WebAppContext@327124af@327124af/adminer,file:/opt/jetty-7.2.0/webapps/adminer/,/opt/jetty-7.2.0/webapps/adminer