Hello all,
A new error I haven't seen before (previously it worked). When I write a HelloWorld agent as an AbstractAgent with just one modification System.out.println("Hello World") in execute(), and modification of the Main class replacing test.aspeak by HelloWorldAgent.class, there is no error but when I run the application, I got that:
4 juil. 2011 16:34:51 Main main
GRAVE: null <- SEVERE
com.agentfactory.platform.core.NoSuchArchitectureException: No Architecture Factory for: test.aspeak
at com.agentfactory.platform.impl.ArchitectureService.createAgent(ArchitectureService.java:57)
at com.agentfactory.service.ams.AgentManagementService.createAgent(AgentManagementService.java:86)
at Main.main(Main.java:59)
I tried to clean everything to check if it works but no more chance
This exception appears when I click on Start
I use Eclipse Indigo but this is the same for Helios
Cheers,
Marc-Philippe
That's a bug submitted by me but apparently at that moment SF considered me as anonymous...