Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when running in OpenShift Origin (OKD 3.9) #591

Open
njefsky opened this issue Oct 12, 2018 · 0 comments
Open

Issue when running in OpenShift Origin (OKD 3.9) #591

njefsky opened this issue Oct 12, 2018 · 0 comments

Comments

@njefsky
Copy link

njefsky commented Oct 12, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant