Problem launching ignition gateway

Hello,

I have a problem launching ignition application.The ignition gateway server localhost:8088 is not able to launch on linux machine.
I am using ignition 32-Bit v7.3.7 on 64-bit fedora-14 linux machine.
Attached is the screenshot of the ignition status on command window.
Please suggest.

Regards,
Pradnya

I’m afraid we’ll need more information than that. Can you upload the wrapper.log file somewhere?

Please find attached wrapper.log file.

It looks like you’ve either got some other software or a “ghost” instance of Ignition already running because something is using port 8088:

INFO   | jvm 1    | 2016/10/19 16:59:24 | java.net.BindException: Address already in use<null>:8088
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:502)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at org.apache.catalina.connector.Connector.initialize(Connector.java:1058)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at org.apache.catalina.startup.Embedded.start(Embedded.java:830)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at com.inductiveautomation.catapult.CatapultBase.startTomcat(CatapultBase.java:206)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at com.inductiveautomation.catapult.Catapult.main(Catapult.java:70)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at java.lang.reflect.Method.invoke(Method.java:597)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:272)
INFO   | jvm 1    | 2016/10/19 16:59:24 | 	at java.lang.Thread.run(Thread.java:662)