[Pogamut-list] Missing files or something...

pogamut-forum at diana.ms.mff.cuni.cz pogamut-forum at diana.ms.mff.cuni.cz
Mon Apr 19 09:41:53 CEST 2010


Missing files or something...

Author: 

Okay so I tryed updating to latest version of pogamut but I can only find the following jars in my lib folders:

PogamutUT2004.jar
afsm.jar
guice-2.0.jar
Introspection.jar
j3d-org-geom-core-0_9.jar
jgrapht-jdk1.5.jar
PogamutCore.jar
vecmath-1_5_1.jar
xstream-1.3.1.jar

The following is missing from mine compared to yours:

aopalliance.jar
guice-assistedinject-2.0.jar
guice-mltibindings-2.0.jar 

Reason for Eclipse is very simple as Netbeans sucks up 100% cpu power because of some kind of error and I don't want to waste time setting up another IDE. Also I'll be staring at code and not the interface so the Netbeans platform doesn't offer anything usefull for me. 

Genetic Bots project sounds interesting but I'm afraid I've already got my hands full ;) I'm going to interface my NEAT/rtNEAT framework with a program so I can train bot behaviours and I don't have too much time at the moment.

I'll try to see if I can get the packages from netbeans or if I can make this code work in netbeans. Don't know if it helps but here is the error code:

Exception in thread "main" java.lang.NoClassDefFoundError: [Lorg/aopalliance/intercept/MethodInterceptor;
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
	at java.lang.Class.getDeclaredMethods(Unknown Source)
	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.base.agent.utils.runner.impl.RemoteAgentRunner.startAgent(RemoteAgentRunner.java:63)
	at bot.MainTest.main(MainTest.java:26)
Caused by: java.lang.ClassNotFoundException: org.aopalliance.intercept.MethodInterceptor
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
	... 37 more

-- 
Reply Link: <http://diana.ms.mff.cuni.cz/main/tiki-view_forum_thread.php?forumId=4&comments_reply_threadId=4&comments_parentId=55&post_reply=1#form>





More information about the Pogamut-list mailing list