Getting Started with EmptyBot
May 20, 2010 9:26:54 AM cz.cuni.amis.utils.configuration.PropertiesManager logProvidersOrder
INFO: Property providers order:
May 20, 2010 9:26:54 AM cz.cuni.amis.utils.configuration.PropertiesManager logProvidersOrder
INFO: [10000] Environment variable provider
May 20, 2010 9:26:54 AM cz.cuni.amis.utils.configuration.PropertiesManager logProvidersOrder
INFO: [9000] JVM -D option provider
May 20, 2010 9:26:54 AM cz.cuni.amis.utils.configuration.PropertiesManager logProvidersOrder
INFO: [1000] Custom properties were loaded from 'C:\Users\HeDeceives\Programs\Java\Pogamut\Empty\PogamutPlatformCustom.properties'.
May 20, 2010 9:26:54 AM cz.cuni.amis.utils.configuration.PropertiesManager logProvidersOrder
INFO: [500] Properties from /cz/cuni/amis/pogamut/ut2004/PogamutUT2004.properties
May 20, 2010 9:26:54 AM cz.cuni.amis.utils.configuration.PropertiesManager logProvidersOrder
INFO: [1] Properties from /cz/cuni/amis/pogamut/PogamutPlatform.properties
May 20, 2010 9:26:54 AM cz.cuni.amis.pogamut.base.utils.DefaultPogamutPlatform close
WARNING: Closing the platform.
Exception in thread "main" java.lang.NoClassDefFoundError: [Lorg/aopalliance/intercept/MethodInterceptor;
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getDeclaredMethods(Class.java:1791)
at com.google.inject.internal.ProviderMethodsModule.getProviderMethods(ProviderMethodsModule.java:78)
at com.google.inject.internal.ProviderMethodsModule.configure(ProviderMethodsModule.java:70)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:232)
at com.google.inject.spi.Elements.getElements(Elements.java:101)
at com.google.inject.spi.Elements.getElements(Elements.java:92)
at com.google.inject.util.Modules$RealOverriddenModuleBuilder$1.configure(Modules.java:142)
at com.google.inject.AbstractModule.configure(AbstractModule.java:59)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
at com.google.inject.spi.Elements.getElements(Elements.java:101)
at com.google.inject.spi.Elements.getElements(Elements.java:92)
at com.google.inject.util.Modules$RealOverriddenModuleBuilder$1.configure(Modules.java:142)
at com.google.inject.AbstractModule.configure(AbstractModule.java:59)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
at com.google.inject.spi.Elements.getElements(Elements.java:101)
at com.google.inject.spi.Elements.getElements(Elements.java:92)
at com.google.inject.util.Modules$RealOverriddenModuleBuilder$1.configure(Modules.java:142)
at com.google.inject.AbstractModule.configure(AbstractModule.java:59)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
at com.google.inject.AbstractModule.install(AbstractModule.java:118)
at cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule.configure(GuiceAgentModule.java:174)
at com.google.inject.AbstractModule.configure(AbstractModule.java:59)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
at com.google.inject.spi.Elements.getElements(Elements.java:101)
at com.google.inject.InjectorShell$Builder.build(InjectorShell.java:135)
at com.google.inject.InjectorBuilder.build(InjectorBuilder.java:102)
at com.google.inject.Guice.createInjector(Guice.java:92)
at com.google.inject.Guice.createInjector(Guice.java:69)
at com.google.inject.Guice.createInjector(Guice.java:59)
at cz.cuni.amis.pogamut.base.factory.guice.AbstractGuiceAgentFactory.getInjector(AbstractGuiceAgentFactory.java:28)
at cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotFactory.newAgent(UT2004BotFactory.java:23)
at cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004BotFactory.newAgent(UT2004BotFactory.java:9)
at cz.cuni.amis.pogamut.ut2004.utils.SingleUT2004BotRunner.startAgent(SingleUT2004BotRunner.java:91)
at cz.cuni.amis.pogamut.ut2004.examples.EmptyBot.main(EmptyBot.java:114)
Java Result: 1
Any suggestions on how to fix? I'm wondering if some of my configuring problems may be caused by problems upgrading from Pogamut 2 to Pogamut 3. Or maybe I'm just not configuring the libraries correctly (I had to add Pogamut 3 libraries manually to get the code to compile).