Weird Problem- Service not starting

whtHello,

I am trying to install Xwiki to Centos 7 VM .It is working with VM Workstation.

When I changed the network card to NAT service is starting but other than NAT type service is not starting.

Apologies I am very new this product but cannot find the reason wht the service is not starting when the network type is changed.

Many thanks,

This is the output of the service ;

[root@localhost XWiki Enterprise 8.4.4]# bash start_xwiki.sh
Starting Jetty on port 8080, please wait...
2020-04-19 12:04:54.071:INFO::main: Logging initialized @436ms
2020-04-19 12:04:54.398:INFO:oejs.Server:main: jetty-9.2.13.v20150730
2020-04-19 12:04:54.423:INFO:oejs.AbstractNCSARequestLog:main: Opened /usr/local/XWiki Enterprise 8.4.4/data/logs/2020_04_19.request.log
2020-04-19 12:04:54.428:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/usr/local/XWiki%20Enterprise%208.4.4/jetty/contexts/] at interval 0
2020-04-19 12:04:54.724:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@60addb54{/,file:/usr/local/XWiki%20Enterprise%208.4.4/webapps/root/,AVAILABLE}{/root}

Hi. Your issue doesn’t seem related to XWiki.

BTW your log shows that Jetty has deployed the ROOT webapp but that’s all which means there’s no xwiki webapp or your log is truncated.

BTW the log also show you’re using XE 8.4.4 which is not supported anymore. Please see https://www.xwiki.org/xwiki/bin/view/Main/Support

1 Like

Thank you for quick response. I will check again.