On Wed, Oct 16, 2013 at 4:47 PM, MaryJane <[email protected]> wrote:
I’m installing xwiki on linux machine with an oracle db. I put xwiki directory into the Apache’s directory named ‘webapps’ and when I run the ./start_xwiki.sh command, I receive this error :
Starting Jetty on port 8080 ... 2013-10-16 15:06:19.005:INFO:oejs.Server:jetty-8.1.9.v20130131 2013-10-16 15:06:19.023:INFO:oejs.NCSARequestLog:Opened /root/Desktop/apache-tomcat-8.0.0-RC3/webapps/xwiki/data/logs/2013_10_16.request.log 2013-10-16 15:06:19.029:INFO:oejdp.ScanningAppProvider:Deployment monitor /root/Desktop/apache-tomcat-8.0.0-RC3/webapps/xwiki/jetty/contexts at interval 10 2013-10-16 15:06:19.035:INFO:oejd.DeploymentManager:Deployable added: /root/Desktop/apache-tomcat-8.0.0-RC3/webapps/xwiki/jetty/contexts/root.xml 2013-10-16 15:06:25.181:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet 2013-10-16 15:06:32,165 [main] INFO o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server... 2013-10-16 15:06:32,174 [main] INFO o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: data/solr 2013-10-16 15:06:34,656 [main] WARN o.a.s.c.SolrCore - New index directory detected: old=null new=data/solr/./data/index/ 2013-10-16 15:06:37,212 [main] INFO o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server. 2013-10-16 15:06:38.485:WARN:oejuc.AbstractLifeCycle:FAILED
[email protected]:8080: java.net.BindException: Address already in use java.net.BindException: Address already in use
This is pretty clear: there is already a server running on port 8080 on your machine. So either run XWiki on a different port with something like ./start_xwiki.sh 9192 where 9192 is the port number or (better) check which server is running on 8080 and see if you really need it. Hope this helps, Marius
at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:174) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:139) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77) at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187) at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316) at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.Server.doStart(Server.java:291) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1259) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1182) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.jetty.start.Main.invokeMain(Main.java:473) at org.eclipse.jetty.start.Main.start(Main.java:615) at org.eclipse.jetty.start.Main.main(Main.java:96) 2013-10-16 15:06:38.486:WARN:oejuc.AbstractLifeCycle:FAILED org.eclipse.jetty.server.Server@3ac552d5: java.net.BindException: Address already in use java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:174) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:139) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77) at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187) at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316) at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.Server.doStart(Server.java:291) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1259) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1182) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.jetty.start.Main.invokeMain(Main.java:473) at org.eclipse.jetty.start.Main.start(Main.java:615) at org.eclipse.jetty.start.Main.main(Main.java:96) java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.jetty.start.Main.invokeMain(Main.java:473) at org.eclipse.jetty.start.Main.start(Main.java:615) at org.eclipse.jetty.start.Main.main(Main.java:96) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:174) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:139) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77) at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187) at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316) at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.Server.doStart(Server.java:291) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1259) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1182) ... 7 more
Usage: java -jar start.jar [options] [properties] [configs] java -jar start.jar --help # for more information
in waiting for your help ... jane
-- View this message in context: http://xwiki.475771.n2.nabble.com/errore-xwiki-tp7587624p7587625.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users