You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
| Exception in thread "main" java.io.FileNotFoundException: /opt/collins/RUNNING_PID (Permission denied)
| at java.io.FileOutputStream.open0(Native Method)
| at java.io.FileOutputStream.open(FileOutputStream.java:270)
| Play server process ID is 1
| at java.io.FileOutputStream.(FileOutputStream.java:213)
| at java.io.FileOutputStream.(FileOutputStream.java:162)
| at play.core.server.NettyServer$$anonfun$createServer$1.apply(NettyServer.scala:242)
| at play.core.server.NettyServer$$anonfun$createServer$1.apply(NettyServer.scala:230)
| at scala.Option.map(Option.scala:146)
| at play.core.server.NettyServer$.createServer(NettyServer.scala:230)
| at play.core.server.NettyServer$$anonfun$main$3.apply(NettyServer.scala:289)
| at play.core.server.NettyServer$$anonfun$main$3.apply(NettyServer.scala:284)
| at scala.Option.map(Option.scala:146)
| at play.core.server.NettyServer$.main(NettyServer.scala:284)
| at play.core.server.NettyServer.main(NettyServer.scala)
The text was updated successfully, but these errors were encountered:
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
| Exception in thread "main" java.io.FileNotFoundException: /opt/collins/RUNNING_PID (Permission denied)
| at java.io.FileOutputStream.open0(Native Method)
| at java.io.FileOutputStream.open(FileOutputStream.java:270)
| Play server process ID is 1
| at java.io.FileOutputStream.(FileOutputStream.java:213)
| at java.io.FileOutputStream.(FileOutputStream.java:162)
| at play.core.server.NettyServer$$anonfun$createServer$1.apply(NettyServer.scala:242)
| at play.core.server.NettyServer$$anonfun$createServer$1.apply(NettyServer.scala:230)
| at scala.Option.map(Option.scala:146)
| at play.core.server.NettyServer$.createServer(NettyServer.scala:230)
| at play.core.server.NettyServer$$anonfun$main$3.apply(NettyServer.scala:289)
| at play.core.server.NettyServer$$anonfun$main$3.apply(NettyServer.scala:284)
| at scala.Option.map(Option.scala:146)
| at play.core.server.NettyServer$.main(NettyServer.scala:284)
| at play.core.server.NettyServer.main(NettyServer.scala)
The text was updated successfully, but these errors were encountered: