twitter-archive / kestrel

simple, distributed message queue system (inactive)
http://twitter.github.io/kestrel
Other
2.77k stars 312 forks source link

1.2.6 - Exception on startup:-( #28

Closed mw46d closed 13 years ago

mw46d commented 13 years ago

kestrel claims, it running, but any telnet connections/commands simply hang:-( Any idea?

Exception in thread "main" java.lang.ExceptionInInitializerError at com.twitter.actors.Actor$class.scheduler(Actor.scala:374) at com.twitter.actors.Actor$$anon$1.scheduler(Actor.scala:94) at com.twitter.actors.Actor$class.start(Actor.scala:783) at com.twitter.actors.Actor$$anon$1.start(Actor.scala:94) at com.twitter.actors.Actor$.actor(Actor.scala:97) at net.lag.kestrel.Kestrel$.startup(Kestrel.scala:141) at net.lag.kestrel.Kestrel$.main(Kestrel.scala:67) at net.lag.kestrel.Kestrel.main(Kestrel.scala) Caused by: java.lang.IllegalArgumentException at java.util.concurrent.ThreadPoolExecutor.(ThreadPoolExecutor.java:589) at java.util.concurrent.ThreadPoolExecutor.(ThreadPoolExecutor.java:548) at com.twitter.actors.threadpool.ActorThreadPoolExecutor.(ActorThreadPoolExecutor.java:171) at com.twitter.actors.threadpool.ActorThreadPoolExecutor.(ActorThreadPoolExecutor.java:134) at com.twitter.actors.FJTaskScheduler2.(FJTaskScheduler2.scala:78) at com.twitter.actors.Scheduler$.makeNewScheduler(Scheduler.scala:26) at com.twitter.actors.Scheduler$.(Scheduler.scala:33) at com.twitter.actors.Scheduler$.(Scheduler.scala) ... 8 more

[root@kexapp04z1:/opt/kenai/kestrel] # ls kestrel-1.2.6.jar libs/ kestrel-1.2.6.jar

libs/: configgy-1.6.4.jar scala-library.jar twitteractors-1.1.0.jar json-1.1.3.jar slf4j-api-1.5.2.jar twitteractors_2.7.7-2.0.0.jar mina-core-2.0.0-M6.jar slf4j-jdk14-1.5.2.jar vscaladoc-1.1-md-3.jar naggati_2.7.7-0.7.4.jar specs-1.6.2.1.jar xrayspecs-1.0.7.jar [root@kexapp04z1:/opt/kenai/kestrel] # java -version java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)

robey commented 13 years ago

i think it might have been confused by the multiple versions of the actors lib. can you update to master and try again? (i may have fixed it.)

robey commented 13 years ago

reopen if you run into this again!

mw46d commented 13 years ago

I'm running 1.2.8 now without any problems. Thanks.