xitrum-framework / xitrum-placeholder

xtrium implementation for placeholder.it
http://xitrum-placeholder.herokuapp.com/
0 stars 0 forks source link

Boot error #8

Closed georgeOsdDev closed 11 years ago

georgeOsdDev commented 11 years ago

oshidatakeharu@oshida [xitrum-placeholder] forman start 10:35:22 ☁ master ☀ zsh: correct 'forman' to 'foreman' [nyae]? y 10:35:32 web.1 | started with pid 48974 10:35:33 web.1 | Oct 8, 2013 10:35:33 +0900 NewRelic 1 INFO: Agent is using Logback 10:35:33 web.1 | Oct 8, 2013 10:35:33 +0900 NewRelic 1 INFO: Loading configuration file "config/newrelic.yml" 10:35:37 web.1 | [INFO] Slf4jLogger started 10:35:37 web.1 | [INFO] Using configuration file at /Users/oshidatakeharu/Project/scala/xitrum-placeholder/target/xitrum/config/hazelcast_cluster_member.xml 10:35:37 web.1 | [WARN] Config file at '/Users/oshidatakeharu/Project/scala/xitrum-placeholder/target/xitrum/config/hazelcast_cluster_member.xml' doesn't exist. 10:35:37 web.1 | Hazelcast will try to use the hazelcast.xml config file in the working directory. 10:35:37 web.1 | [INFO] Looking for hazelcast.xml config file in classpath. 10:35:37 web.1 | [WARN] Could not find hazelcast.xml in classpath. 10:35:37 web.1 | Hazelcast will use hazelcast-default.xml config file in jar. 10:35:37 web.1 | [INFO] Using configuration file file:/Users/oshidatakeharu/Project/scala/xitrum-placeholder/target/xitrum/lib/hazelcast-3.0.2.jar!/hazelcast-default.xml in the classpath. 10:35:37 web.1 | [INFO] Prefer IPv4 stack is true. 10:35:37 web.1 | [INFO] Picked Address[192.168.1.35]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0%0,localport=5701], bind any local is true 10:35:37 web.1 | [INFO] [192.168.1.35]:5701 [dev] Hazelcast Community Edition 3.0.2 (20130906) starting at Address[192.168.1.35]:5701 10:35:37 web.1 | [INFO] [192.168.1.35]:5701 [dev] Copyright (C) 2008-2013 Hazelcast.com 10:35:37 web.1 | [INFO] [192.168.1.35]:5701 [dev] Creating MulticastJoiner 10:35:37 web.1 | [INFO] [192.168.1.35]:5701 [dev] Address[192.168.1.35]:5701 is STARTING 10:35:43 web.1 | [INFO] [192.168.1.35]:5701 [dev] 10:35:43 web.1 | Members [1] { 10:35:43 web.1 | Member [192.168.1.35]:5701 this 10:35:43 web.1 | } 10:35:43 web.1 | [INFO] [192.168.1.35]:5701 [dev] Address[192.168.1.35]:5701 is STARTED 10:35:43 web.1 | [INFO] [192.168.1.35]:5701 [dev] Initializing cluster partition table first arrangement... 10:35:43 web.1 | [INFO] ActorRegistry starts in local mode 10:35:48 web.1 | [INFO] Load file routes.cache or recollect routes... 10:35:48 web.1 | Could not deserialize routes.cache 10:35:48 web.1 | java.io.InvalidClassException: xitrum.routing.DiscoveredAcc; local class incompatible: stream classdesc serialVersionUID = 8518040111143255207, local class serialVersionUID = -430087020177171008 10:35:48 web.1 | at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:570) 10:35:48 web.1 | at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1599) 10:35:48 web.1 | at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1494) 10:35:48 web.1 | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1748) 10:35:48 web.1 | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1327) 10:35:48 web.1 | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349) 10:35:48 web.1 | at sclasner.Scanner$.deserialize(Scanner.scala:56) 10:35:48 web.1 | at sclasner.Scanner$.deserializeCacheFileWithFallback(Scanner.scala:35) 10:35:48 web.1 | at sclasner.Scanner$.foldLeft(Scanner.scala:20) 10:35:48 web.1 | at xitrum.routing.RouteCollector.deserializeCacheFileOrRecollect(RouteCollector.scala:33) 10:35:48 web.1 | at xitrum.Config$.loadRouteCacheFileOrRecollectWithRetry(Config.scala:291) 10:35:48 web.1 | at xitrum.Config$.routes$lzycompute(Config.scala:282) 10:35:48 web.1 | at xitrum.Config$.routes(Config.scala:282) 10:35:48 web.1 | at xitrum.Server$.start(Server.scala:48) 10:35:48 web.1 | at xitrum.Server$.start(Server.scala:21) 10:35:48 web.1 | at placeholder.Boot$.main(Boot.scala:19) 10:35:48 web.1 | at placeholder.Boot.main(Boot.scala) 10:35:48 web.1 | Delete and update routes.cache 10:36:08 web.1 | java.lang.ArrayIndexOutOfBoundsException: 61435 10:36:08 web.1 | at scala.reflect.internal.pickling.PickleBuffer.readByte(PickleBuffer.scala:102) 10:36:08 web.1 | at scala.reflect.internal.pickling.PickleBuffer.createIndex(PickleBuffer.scala:181) 10:36:08 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.(UnPickler.scala:59) 10:36:08 web.1 | at scala.reflect.internal.pickling.UnPickler.unpickle(UnPickler.scala:37) 10:36:08 web.1 | at scala.reflect.runtime.JavaMirrors$JavaMirror.unpickleClass(JavaMirrors.scala:574) 10:36:08 web.1 | at scala.reflect.runtime.SymbolLoaders$TopClassCompleter.complete(SymbolLoaders.scala:31) 10:36:08 web.1 | at scala.reflect.runtime.SymbolLoaders$TopClassCompleter.load(SymbolLoaders.scala:51) 10:36:08 web.1 | at scala.reflect.internal.Symbols$Symbol.typeParams(Symbols.scala:1467) 10:36:08 web.1 | at scala.reflect.internal.Types$NoArgsTypeRef.typeParams(Types.scala:2101) 10:36:08 web.1 | at scala.reflect.internal.Types$NoArgsTypeRef.isHigherKinded(Types.scala:2100) 10:36:08 web.1 | at scala.reflect.internal.Types$class.isSubType2(Types.scala:5920) 10:36:08 web.1 | at scala.reflect.internal.Types$class.isSubType(Types.scala:5717) 10:36:08 web.1 | at scala.reflect.runtime.JavaUniverse.scala$reflect$runtime$SynchronizedTypes$$super$isSubType(JavaUniverse.scala:12) 10:36:08 web.1 | at scala.reflect.runtime.SynchronizedTypes$class.isSubType(SynchronizedTypes.scala:60) 10:36:08 web.1 | at scala.reflect.runtime.JavaUniverse.isSubType(JavaUniverse.scala:12) 10:36:08 web.1 | at scala.reflect.internal.Types$Type.$less$colon$less(Types.scala:837) 10:36:08 web.1 | at scala.reflect.internal.Types$Type.$less$colon$less(Types.scala:328) 10:36:08 web.1 | at xitrum.annotation.ActionAnnotations$$anonfun$overrideMe$8.apply(ActionAnnotations.scala:92) 10:36:08 web.1 | at xitrum.annotation.ActionAnnotations$$anonfun$overrideMe$8.apply(ActionAnnotations.scala:71) 10:36:08 web.1 | at scala.collection.immutable.List.foreach(List.scala:318) 10:36:08 web.1 | at xitrum.annotation.ActionAnnotations.overrideMe(ActionAnnotations.scala:71) 10:36:08 web.1 | at xitrum.routing.ActionTreeBuilder.xitrum$routing$ActionTreeBuilder$$getActionAccumulatedAnnotations$1(ActionTreeBuilder.scala:85) 10:36:08 web.1 | at xitrum.routing.ActionTreeBuilder$$anonfun$getConcreteActionsAndAnnotations$1.apply(ActionTreeBuilder.scala:92) 10:36:08 web.1 | at xitrum.routing.ActionTreeBuilder$$anonfun$getConcreteActionsAndAnnotations$1.apply(ActionTreeBuilder.scala:92) 10:36:08 web.1 | at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) 10:36:08 web.1 | at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) 10:36:08 web.1 | at scala.collection.immutable.HashSet$HashSet1.foreach(HashSet.scala:153) 10:36:08 web.1 | at scala.collection.immutable.HashSet$HashTrieSet.foreach(HashSet.scala:306) 10:36:08 web.1 | at scala.collection.immutable.HashSet$HashTrieSet.foreach(HashSet.scala:306) 10:36:08 web.1 | at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) 10:36:08 web.1 | at scala.collection.AbstractSet.scala$collection$SetLike$$super$map(Set.scala:47) 10:36:08 web.1 | at scala.collection.SetLike$class.map(SetLike.scala:93) 10:36:08 web.1 | at scala.collection.AbstractSet.map(Set.scala:47) 10:36:08 web.1 | at xitrum.routing.ActionTreeBuilder.getConcreteActionsAndAnnotations(ActionTreeBuilder.scala:92) 10:36:08 web.1 | at xitrum.routing.RouteCollector.deserializeCacheFileOrRecollect(RouteCollector.scala:34) 10:36:08 web.1 | at xitrum.Config$.loadRouteCacheFileOrRecollectWithRetry(Config.scala:291) 10:36:08 web.1 | at xitrum.Config$.routes$lzycompute(Config.scala:282) 10:36:08 web.1 | at xitrum.Config$.routes(Config.scala:282) 10:36:08 web.1 | at xitrum.Server$.start(Server.scala:48) 10:36:08 web.1 | at xitrum.Server$.start(Server.scala:21) 10:36:08 web.1 | at placeholder.Boot$.main(Boot.scala:19) 10:36:08 web.1 | at placeholder.Boot.main(Boot.scala) 10:36:08 web.1 | [INFO] Could not load routes.cache, delete and retry... 10:36:08 web.1 | [INFO] Load file routes.cache or recollect routes... 10:36:26 web.1 | scala.reflect.internal.FatalError: bad symbolic reference. A signature in placeholder.CircleActor refers to term IntPath 10:36:26 web.1 | in object xitrum.annotation.Swagger which is not available. 10:36:26 web.1 | It may be completely missing from the current classpath, or the version on 10:36:26 web.1 | the classpath might be incompatible with the version used when compiling placeholder.CircleActor. 10:36:26 web.1 | at scala.reflect.internal.SymbolTable.abort(SymbolTable.scala:48) 10:36:26 web.1 | at scala.reflect.internal.SymbolTable.globalError(SymbolTable.scala:47) 10:36:26 web.1 | at scala.reflect.internal.Symbols$StubSymbol$class.fail(Symbols.scala:3117) 10:36:26 web.1 | at scala.reflect.internal.Symbols$StubSymbol$class.info(Symbols.scala:3130) 10:36:26 web.1 | at scala.reflect.internal.Symbols$StubTermSymbol.info(Symbols.scala:3137) 10:36:26 web.1 | at scala.reflect.internal.Symbols$StubTermSymbol.info(Symbols.scala:3137) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.scala$reflect$internal$pickling$UnPickler$Scan$$fromName$1(UnPickler.scala:207) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.readExtSymbol$1(UnPickler.scala:226) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.readSymbol(UnPickler.scala:250) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.readSymbolRef(UnPickler.scala:783) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.setSym$1(UnPickler.scala:533) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.readTree(UnPickler.scala:706) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan$$anonfun$readTreeRef$1.apply(UnPickler.scala:796) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan$$anonfun$readTreeRef$1.apply(UnPickler.scala:796) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.at(UnPickler.scala:171) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.readTreeRef(UnPickler.scala:796) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.readTree(UnPickler.scala:681) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan$$anonfun$readAnnotArg$1.apply(UnPickler.scala:443) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan$$anonfun$readAnnotArg$1.apply(UnPickler.scala:443) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.at(UnPickler.scala:171) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.readAnnotArg(UnPickler.scala:443) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.readAnnotationInfo(UnPickler.scala:477) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.readSymbolAnnotation(UnPickler.scala:491) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler$Scan.run(UnPickler.scala:88) 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler.unpickle(UnPickler.scala:37) 10:36:26 web.1 | at scala.reflect.runtime.JavaMirrors$JavaMirror.unpickleClass(JavaMirrors.scala:561) 10:36:26 web.1 | at scala.reflect.runtime.SymbolLoaders$TopClassCompleter.complete(SymbolLoaders.scala:31) 10:36:26 web.1 | at scala.reflect.internal.Symbols$Symbol.info(Symbols.scala:1217) 10:36:26 web.1 | at scala.reflect.internal.Symbols$Symbol.initialize(Symbols.scala:1352) 10:36:26 web.1 | at scala.reflect.internal.Symbols$Symbol.annotations(Symbols.scala:1559) 10:36:26 web.1 | at xitrum.routing.ActionTreeBuilder.xitrum$routing$ActionTreeBuilder$$getActionAccumulatedAnnotations$1(ActionTreeBuilder.scala:84) 10:36:26 web.1 | at xitrum.routing.ActionTreeBuilder$$anonfun$getConcreteActionsAndAnnotations$1.apply(ActionTreeBuilder.scala:92) 10:36:26 web.1 | at xitrum.routing.ActionTreeBuilder$$anonfun$getConcreteActionsAndAnnotations$1.apply(ActionTreeBuilder.scala:92) 10:36:26 web.1 | at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) 10:36:26 web.1 | at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) 10:36:26 web.1 | at scala.collection.immutable.HashSet$HashSet1.foreach(HashSet.scala:153) 10:36:26 web.1 | at scala.collection.immutable.HashSet$HashTrieSet.foreach(HashSet.scala:306) 10:36:26 web.1 | at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) 10:36:26 web.1 | at scala.collection.AbstractSet.scala$collection$SetLike$$super$map(Set.scala:47) 10:36:26 web.1 | at scala.collection.SetLike$class.map(SetLike.scala:93) 10:36:26 web.1 | at scala.collection.AbstractSet.map(Set.scala:47) 10:36:26 web.1 | at xitrum.routing.ActionTreeBuilder.getConcreteActionsAndAnnotations(ActionTreeBuilder.scala:92) 10:36:26 web.1 | at xitrum.routing.RouteCollector.deserializeCacheFileOrRecollect(RouteCollector.scala:34) 10:36:26 web.1 | at xitrum.Config$.loadRouteCacheFileOrRecollectWithRetry(Config.scala:291) 10:36:26 web.1 | at xitrum.Config$.loadRouteCacheFileOrRecollectWithRetry(Config.scala:302) 10:36:26 web.1 | at xitrum.Config$.routes$lzycompute(Config.scala:282) 10:36:26 web.1 | at xitrum.Config$.routes(Config.scala:282) 10:36:26 web.1 | at xitrum.Server$.start(Server.scala:48) 10:36:26 web.1 | at xitrum.Server$.start(Server.scala:21) 10:36:26 web.1 | at placeholder.Boot$.main(Boot.scala:19) 10:36:26 web.1 | at placeholder.Boot.main(Boot.scala) 10:36:26 web.1 | [ERROR] Could not collect routes 10:36:26 web.1 | java.lang.RuntimeException: error reading Scala signature of placeholder.CircleActor: bad symbolic reference. A signature in placeholder.CircleActor refers to term IntPath 10:36:26 web.1 | in object xitrum.annotation.Swagger which is not available. 10:36:26 web.1 | It may be completely missing from the current classpath, or the version on 10:36:26 web.1 | the classpath might be incompatible with the version used when compiling placeholder.CircleActor. 10:36:26 web.1 | at scala.reflect.internal.pickling.UnPickler.unpickle(UnPickler.scala:45) ~[scala-reflect-2.10.0.jar:na] 10:36:26 web.1 | at scala.reflect.runtime.JavaMirrors$JavaMirror.unpickleClass(JavaMirrors.scala:561) ~[scala-reflect-2.10.0.jar:na] 10:36:26 web.1 | at scala.reflect.runtime.SymbolLoaders$TopClassCompleter.complete(SymbolLoaders.scala:31) ~[scala-reflect-2.10.0.jar:na] 10:36:26 web.1 | at scala.reflect.internal.Symbols$Symbol.info(Symbols.scala:1217) ~[scala-reflect-2.10.0.jar:na] 10:36:26 web.1 | at scala.reflect.internal.Symbols$Symbol.initialize(Symbols.scala:1352) ~[scala-reflect-2.10.0.jar:na] 10:36:26 web.1 | at scala.reflect.internal.Symbols$Symbol.annotations(Symbols.scala:1559) ~[scala-reflect-2.10.0.jar:na] 10:36:26 web.1 | at xitrum.routing.ActionTreeBuilder.xitrum$routing$ActionTreeBuilder$$getActionAccumulatedAnnotations$1(ActionTreeBuilder.scala:84) ~[xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at xitrum.routing.ActionTreeBuilder$$anonfun$getConcreteActionsAndAnnotations$1.apply(ActionTreeBuilder.scala:92) ~[xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at xitrum.routing.ActionTreeBuilder$$anonfun$getConcreteActionsAndAnnotations$1.apply(ActionTreeBuilder.scala:92) ~[xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) ~[scala-library-2.10.3.jar:na] 10:36:26 web.1 | at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) ~[scala-library-2.10.3.jar:na] 10:36:26 web.1 | at scala.collection.immutable.HashSet$HashSet1.foreach(HashSet.scala:153) ~[scala-library-2.10.3.jar:na] 10:36:26 web.1 | at scala.collection.immutable.HashSet$HashTrieSet.foreach(HashSet.scala:306) ~[scala-library-2.10.3.jar:na] 10:36:26 web.1 | at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) ~[scala-library-2.10.3.jar:na] 10:36:26 web.1 | at scala.collection.AbstractSet.scala$collection$SetLike$$super$map(Set.scala:47) ~[scala-library-2.10.3.jar:na] 10:36:26 web.1 | at scala.collection.SetLike$class.map(SetLike.scala:93) ~[scala-library-2.10.3.jar:na] 10:36:26 web.1 | at scala.collection.AbstractSet.map(Set.scala:47) ~[scala-library-2.10.3.jar:na] 10:36:26 web.1 | at xitrum.routing.ActionTreeBuilder.getConcreteActionsAndAnnotations(ActionTreeBuilder.scala:92) ~[xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at xitrum.routing.RouteCollector.deserializeCacheFileOrRecollect(RouteCollector.scala:34) ~[xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at xitrum.Config$.loadRouteCacheFileOrRecollectWithRetry(Config.scala:291) [xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at xitrum.Config$.loadRouteCacheFileOrRecollectWithRetry(Config.scala:302) [xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at xitrum.Config$.routes$lzycompute(Config.scala:282) [xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at xitrum.Config$.routes(Config.scala:282) [xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at xitrum.Server$.start(Server.scala:48) [xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at xitrum.Server$.start(Server.scala:21) [xitrum_2.10-2.10.jar:2.10] 10:36:26 web.1 | at placeholder.Boot$.main(Boot.scala:19) [xitrum-placeholder_2.10-1.0-SNAPSHOT.jar:1.0-SNAPSHOT] 10:36:26 web.1 | at placeholder.Boot.main(Boot.scala) [xitrum-placeholder_2.10-1.0-SNAPSHOT.jar:1.0-SNAPSHOT] 10:36:26 web.1 | [ERROR] Xitrum could not start because of the above error. Xitrum will now stop the current process. 10:36:26 web.1 | [INFO] [192.168.1.35]:5701 [dev] Address[192.168.1.35]:5701 is SHUTTING_DOWN 10:36:26 web.1 | [INFO] [192.168.1.35]:5701 [dev] Destroying node initializer. 10:36:26 web.1 | [INFO] [192.168.1.35]:5701 [dev] Hazelcast Shutdown is completed in 25 ms. 10:36:26 web.1 | [INFO] [192.168.1.35]:5701 [dev] Address[192.168.1.35]:5701 is SHUTDOWN 10:36:26 web.1 | exited with code 255 10:36:26 system | sending SIGTERM to all processes SIGTERM received oshidatakeharu@oshida [xitrum-placeholder]

georgeOsdDev commented 11 years ago

Do

sbt/sbt clean
sbt/sbt xitrum-package
foreman start