hi all .
in newbie , im just tryng to test this rellase http://forum.ragezone.com/f751/perfe...-4-5-a-890835/
all is fine but i got a problem with jetty/pwAdmin.
i tryed to start jetty with this command's :
but someting is wrong ...Code:cd /PWServer/jetty-7.4.2
./jetty start
how i can fix this ?Code:Last login: Wed Jul 17 14:17:23 2013 from 192.168.1.84
root@ubuntu:~# cd /PWServer/jetty-7.4.2
root@ubuntu:/PWServer/jetty-7.4.2# ./jetty start
root@ubuntu:/PWServer/jetty-7.4.2# 2013-07-17 15:05:21.874:INFO::jetty-7.4.2.v20 110526
2013-07-17 15:05:21.902:INFO::Deployment monitor /PWServer/jetty-7.4.2/webapps a t interval 1
2013-07-17 15:05:21.909:INFO::Deployable added: /PWServer/jetty-7.4.2/webapps/pw Admin
2013-07-17 15:05:22.357:INFO::started o.e.j.w.WebAppContext{/pwAdmin,file:/PWSer ver/jetty-7.4.2/webapps/pwAdmin/},/PWServer/jetty-7.4.2/webapps/pwAdmin
2013-07-17 15:05:22.474:INFO::Deployable added: /PWServer/jetty-7.4.2/webapps/RO OT
2013-07-17 15:05:22.546:INFO::started o.e.j.w.WebAppContext{/,file:/PWServer/jet ty-7.4.2/webapps/ROOT/},/PWServer/jetty-7.4.2/webapps/ROOT
17/07/2013 15:05:22 net.jr.fastcgi.impl.FastCGIHandlerFactory create
INFO: configuring fastCGI handler using a single connection -based policy
2013-07-17 15:05:22.615:INFO::Deployable added: /PWServer/jetty-7.4.2/webapps/ad miner
2013-07-17 15:05:22.647:INFO::started o.e.j.w.WebAppContext{/adminer,file:/PWSer ver/jetty-7.4.2/webapps/adminer/},/PWServer/jetty-7.4.2/webapps/adminer
17/07/2013 15:05:22 net.jr.fastcgi.impl.FastCGIHandlerFactory create
INFO: configuring fastCGI handler using a single connection -based policy
2013-07-17 15:05:22.692:INFO::Deployment monitor /PWServer/jetty-7.4.2/contexts at interval 1
2013-07-17 15:05:22.709:WARN::FAILED SelectChannelConnector@0.0.0.0:8080 FAILED: java.net.BindException: Address already in use
2013-07-17 15:05:22.709:WARN::FAILED org.eclipse.jetty.server.Server@ee3aa7: jav a.net.BindException: Address already in use
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:469)
at org.eclipse.jetty.start.Main.start(Main.java:604)
at org.eclipse.jetty.start.Main.parseCommandLine(Main.java:265)
at org.eclipse.jetty.start.Main.main(Main.java:79)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java: 137)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77)
at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChanne lConnector.java:172)
at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector. java:297)
at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectCha nnelConnector.java:250)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife Cycle.java:58)
at org.eclipse.jetty.server.Server.doStart(Server.java:269)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife Cycle.java:58)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:11 97)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:112 0)
... 8 more
Usage: java -jar start.jar [options] [properties] [configs]
java -jar start.jar --help # for more information
2013-07-17 15:05:22.711:INFO::Graceful shutdown SelectChannelConnector@0.0.0.0:8 080 FAILED
2013-07-17 15:05:22.712:INFO::Graceful shutdown o.e.j.w.WebAppContext{/pwAdmin,f ile:/PWServer/jetty-7.4.2/webapps/pwAdmin/},/PWServer/jetty-7.4.2/webapps/pwAdmi n
2013-07-17 15:05:22.713:INFO::Graceful shutdown o.e.j.w.WebAppContext{/,file:/PW Server/jetty-7.4.2/webapps/ROOT/},/PWServer/jetty-7.4.2/webapps/ROOT
2013-07-17 15:05:22.713:INFO::Graceful shutdown o.e.j.w.WebAppContext{/adminer,f ile:/PWServer/jetty-7.4.2/webapps/adminer/},/PWServer/jetty-7.4.2/webapps/admine r
2013-07-17 15:05:23.726:INFO::stopped o.e.j.w.WebAppContext{/adminer,file:/PWSer ver/jetty-7.4.2/webapps/adminer/},/PWServer/jetty-7.4.2/webapps/adminer
2013-07-17 15:05:23.728:INFO::stopped o.e.j.w.WebAppContext{/,file:/PWServer/jet ty-7.4.2/webapps/ROOT/},/PWServer/jetty-7.4.2/webapps/ROOT
2013-07-17 15:05:23.730:INFO::stopped o.e.j.w.WebAppContext{/pwAdmin,file:/PWSer ver/jetty-7.4.2/webapps/pwAdmin/},/PWServer/jetty-7.4.2/webapps/pwAdmin
root@ubuntu:/PWServer/jetty-7.4.2#

