Skip to content

Instantly share code, notes, and snippets.

@neshmi
Created January 21, 2015 10:43
Show Gist options
  • Save neshmi/2492a2f8933c78f4e803 to your computer and use it in GitHub Desktop.
Save neshmi/2492a2f8933c78f4e803 to your computer and use it in GitHub Desktop.
! @6l0h8k8c8 - Internal server error, for (GET) [/narthex/] ->
play.api.Application$$anon$1: Execution exception[[RuntimeException: java.lang.ExceptionInInitializerError]]
at play.api.Application$class.handleError(Application.scala:296) ~[com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at play.api.DefaultApplication.handleError(Application.scala:402) [com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$14$$anonfun$apply$1.applyOrElse(PlayDefaultUpstreamHandler.scala:205) [com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$14$$anonfun$apply$1.applyOrElse(PlayDefaultUpstreamHandler.scala:202) [com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:33) [org.scala-lang.scala-library-2.10.4.jar:na]
Caused by: java.lang.RuntimeException: java.lang.ExceptionInInitializerError
at play.api.mvc.ActionBuilder$$anon$1.apply(Action.scala:523) ~[com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at play.api.mvc.Action$$anonfun$apply$1$$anonfun$apply$4$$anonfun$apply$5.apply(Action.scala:130) ~[com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at play.api.mvc.Action$$anonfun$apply$1$$anonfun$apply$4$$anonfun$apply$5.apply(Action.scala:130) ~[com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at play.utils.Threads$.withContextClassLoader(Threads.scala:21) ~[com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at play.api.mvc.Action$$anonfun$apply$1$$anonfun$apply$4.apply(Action.scala:129) ~[com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
Caused by: java.lang.ExceptionInInitializerError: null
at web.MainController$$anonfun$index$1.apply(MainController.scala:44) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
at web.MainController$$anonfun$index$1.apply(MainController.scala:43) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
at play.api.mvc.ActionBuilder$$anonfun$apply$16.apply(Action.scala:433) ~[com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at play.api.mvc.ActionBuilder$$anonfun$apply$16.apply(Action.scala:432) ~[com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
at play.api.mvc.Action$.invokeBlock(Action.scala:556) ~[com.typesafe.play.play_2.10-2.3.5.jar:2.3.5]
Caused by: java.lang.RuntimeException: Missing config string: orgId
at services.NarthexConfig$$anonfun$configString$1.apply(NarthexConfig.scala:31) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
at services.NarthexConfig$$anonfun$configString$1.apply(NarthexConfig.scala:31) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
at scala.Option.getOrElse(Option.scala:120) ~[org.scala-lang.scala-library-2.10.4.jar:na]
at services.NarthexConfig$.configString(NarthexConfig.scala:30) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
at services.NarthexConfig$.<init>(NarthexConfig.scala:56) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
Uncaught error from thread [application-akka.actor.default-dispatcher-4] shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[application]
java.lang.NoClassDefFoundError: Could not initialize class services.NarthexConfig$
at org.OrgRepo$.repo$lzycompute(OrgRepo.scala:41)
at org.OrgRepo$.repo(OrgRepo.scala:41)
at harvest.PeriodicHarvest$$anonfun$receive$1.applyOrElse(PeriodicHarvest.scala:46)
at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
at harvest.PeriodicHarvest.aroundReceive(PeriodicHarvest.scala:39)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
at akka.actor.ActorCell.invoke(ActorCell.scala:487)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
at akka.dispatch.Mailbox.run(Mailbox.scala:220)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
2015-01-21 12:33:25,745 - [error] ActorSystem(application) - Uncaught error from thread [application-akka.actor.default-dispatcher-4] shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled
java.lang.NoClassDefFoundError: Could not initialize class services.NarthexConfig$
at org.OrgRepo$.repo$lzycompute(OrgRepo.scala:41) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
at org.OrgRepo$.repo(OrgRepo.scala:41) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
at harvest.PeriodicHarvest$$anonfun$receive$1.applyOrElse(PeriodicHarvest.scala:46) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
at akka.actor.Actor$class.aroundReceive(Actor.scala:465) ~[com.typesafe.akka.akka-actor_2.10-2.3.4.jar:na]
at harvest.PeriodicHarvest.aroundReceive(PeriodicHarvest.scala:39) ~[narthex.narthex-0.9.7-SNAPSHOT.jar:0.9.7-SNAPSHOT]
2015-01-21 12:33:25,746 - [info] - Narthex shutdown...
2015-01-21 12:33:25,747 - [info] - Shutdown application default Akka system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment