Created
January 5, 2012 22:34
-
-
Save ayax79/1567705 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| try { User.asSystem { subatomic { User().nodes(Stream(Company().name("Syncapse").lookup())).email() } } } catch { case t: Throwable => t.printStackTrace() } | |
| 2012-01-05 14:32:48,336 [main] ERROR c.s.s.common.atomic.Atomic$$anon$1 - Undoing atomic operation due to exception com.syncapse.swim.entity.EntityAccessException: Can't read undefined field User.email | |
| com.syncapse.swim.entity.EntityAccessException: Can't read undefined field User.email | |
| at com.syncapse.swim.entity.Entity$Field$$anonfun$value$1$$anonfun$2.apply(Entity.scala:172) | |
| at com.syncapse.swim.entity.Entity$Field.com$syncapse$swim$entity$Entity$Field$$pull(Entity.scala:216) | |
| at com.syncapse.swim.entity.Entity$Field$$anonfun$value$1.apply(Entity.scala:178) | |
| at com.syncapse.swim.common.guard.Guard$.guard(Guard.scala:11) | |
| at com.syncapse.swim.entity.Entity$Field.value(Entity.scala:164) | |
| at com.syncapse.swim.entity.Entity$Field.apply(Entity.scala:239) | |
| at line66$object$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$anonfun$liftedTree1$1$1$$anonfun$apply$1.apply(<console>:29) | |
| at line66$object$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$anonfun$liftedTree1$1$1$$anonfun$apply$1.apply(<console>:29) | |
| at com.syncapse.swim.common.atomic.Atomic$class.atomic(Atomic.scala:28) | |
| at com.syncapse.swim.common.atomic.Atomic$$anon$1.atomic(Atomic.scala:192) | |
| at com.syncapse.swim.common.atomic.Atomic$class.subatomic(Atomic.scala:99) | |
| at com.syncapse.swim.common.atomic.Atomic$$anon$1.subatomic(Atomic.scala:192) | |
| at com.syncapse.swim.common.atomic.Atomic$.subatomic(Atomic.scala:184) | |
| at com.syncapse.swim.package$.subatomic(package.scala:18) | |
| at line66$object$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$anonfun$liftedTree1$1$1.apply(<console>:29) | |
| at line66$object$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$anonfun$liftedTree1$1$1.apply(<console>:29) | |
| at com.syncapse.swim.security.model.UserService.asSystem(User.scala:265) | |
| at com.syncapse.swim.security.model.User$.asSystem(User.scala:165) | |
| at line66$object$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$.liftedTree1$1(<console>:29) | |
| at line66$object$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$.<init>(<console>:29) | |
| at line66$object$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$.<clinit>(<console>) | |
| at RequestResult$line66$object$.<init>(<console>:9) | |
| at RequestResult$line66$object$.<clinit>(<console>) | |
| at RequestResult$line66$object.scala_repl_result(<console>) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at java.lang.reflect.Method.invoke(Method.java:597) | |
| at scala.tools.nsc.Interpreter$Request$$anonfun$loadAndRun$1$$anonfun$apply$17.apply(Interpreter.scala:988) | |
| at scala.tools.nsc.Interpreter$Request$$anonfun$loadAndRun$1$$anonfun$apply$17.apply(Interpreter.scala:988) | |
| at scala.util.control.Exception$Catch.apply(Exception.scala:79) | |
| at scala.tools.nsc.Interpreter$Request$$anonfun$loadAndRun$1.apply(Interpreter.scala:987) | |
| at scala.tools.nsc.Interpreter$Request$$anonfun$loadAndRun$1.apply(Interpreter.scala:987) | |
| at scala.util.control.Exception$Catch.apply(Exception.scala:79) | |
| at scala.tools.nsc.Interpreter$Request.loadAndRun(Interpreter.scala:986) | |
| at scala.tools.nsc.Interpreter.loadAndRunReq$1(Interpreter.scala:580) | |
| at scala.tools.nsc.Interpreter.interpret(Interpreter.scala:599) | |
| at scala.tools.nsc.Interpreter.interpret(Interpreter.scala:577) | |
| at scala.tools.nsc.InterpreterLoop.reallyInterpret$1(InterpreterLoop.scala:472) | |
| at scala.tools.nsc.InterpreterLoop.interpretStartingWith(InterpreterLoop.scala:515) | |
| at scala.tools.nsc.InterpreterLoop.command(InterpreterLoop.scala:362) | |
| at scala.tools.nsc.InterpreterLoop.processLine$1(InterpreterLoop.scala:243) | |
| at scala.tools.nsc.InterpreterLoop.repl(InterpreterLoop.scala:249) | |
| at scala.tools.nsc.InterpreterLoop.main(InterpreterLoop.scala:559) | |
| at scala.tools.nsc.MainGenericRunner$.main(MainGenericRunner.scala:72) | |
| at scala.tools.nsc.MainGenericRunner.main(MainGenericRunner.scala) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at java.lang.reflect.Method.invoke(Method.java:597) | |
| at org_scala_tools_maven_executions.MainHelper.runMain(MainHelper.java:161) | |
| at org_scala_tools_maven_executions.JavaMainCallerInProcess.runInternal(JavaMainCallerInProcess.java:91) | |
| at org_scala_tools_maven_executions.JavaMainCallerInProcess.run(JavaMainCallerInProcess.java:53) | |
| at org_scala_tools_maven_executions.JavaMainCallerSupport.run(JavaMainCallerSupport.java:96) | |
| at org_scala_tools_maven.ScalaConsoleMojo.doExecute(ScalaConsoleMojo.java:112) | |
| at org_scala_tools_maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:342) | |
| at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) | |
| at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) | |
| at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) | |
| at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) | |
| at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) | |
| at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) | |
| at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) | |
| at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) | |
| at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) | |
| at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at java.lang.reflect.Method.invoke(Method.java:597) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment