Gateway didn't start

I am unable to run the gateway and getting below errors. even have changed the port to 8090 but still giving me the same errors.
attached Log file

INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp: 
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: Encountered an error running main:
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: MultiException[java.io.EOFException, java.io.EOFException]
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at org.eclipse.jetty.server.Server.doStart(Server.java:347)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at com.inductiveautomation.catapult.Jetpad.start(Jetpad.java:370)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at com.inductiveautomation.catapult.Catapult.start(Catapult.java:138)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at com.inductiveautomation.catapult.Catapult.main(Catapult.java:63)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at java.lang.reflect.Method.invoke(Method.java:498)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:349)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	at java.lang.Thread.run(Thread.java:748)
INFO   | jvm 1    | 2019/07/01 07:32:52 | WrapperSimpleApp Error: 	Suppressed: java.io.EOFException<a class="attachment" href="//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/business4/uploads/inductiveautomation/original/2X/b/bb2a0bafbbe85932b0f7eeeb85cecd34412b1008.log">wrapper.log</a> (123.6 KB)
 

wrapper.log (123.6 KB)
Log attached

Do you have SSL configured or were you trying to at some point? It looks like it’s failing while reading the keystore file.

Hmm, errors from earlier startups suggest you’re out of space:

INFO   | jvm 1    | 2019/07/01 05:13:22 | E [c.i.i.g.b.SRClassLoader       ] [12:13:22]: Error initializing main classloader. 
INFO   | jvm 1    | 2019/07/01 05:13:22 | java.io.IOException: No space left on device
INFO   | jvm 1    | 2019/07/01 05:13:22 | 	at java.io.FileOutputStream.writeBytes(Native Method)
INFO   | jvm 1    | 2019/07/01 05:13:22 | 	at java.io.FileOutputStream.write(FileOutputStream.java:326)

Maybe the keystore file (and who knows what else) only got partially written or is corrupted.

actually i setup Nifi Services then after that unable to run Gateway . Then i uninstall ignition then install it again it again but still unable to run it .