Hi,
As you said i tried changing the network layer but apparently both are not working..Do i need to fix anything?..However this is the problem trace..
Mod is hanging in publish mechanism and
GNP is throwing Null pointer exception in the join itself..Here is the trace:
2012-12-01 05:44:49,349 ERROR [Simulator – 198]# Simulation finished with the error = null
java.lang.ArrayIndexOutOfBoundsException: -3
at de.tud.kom.p2psim.impl.simengine.queues.Calendar.insert(Calendar.java:220)
at de.tud.kom.p2psim.impl.simengine.Scheduler.scheduleEvent(Scheduler.java:143)
at de.tud.kom.p2psim.impl.simengine.Simulator.scheduleEvent(Simulator.java:368)
2012-12-01 05:44:49,349 INFO [Simulator – 203]# Realtime Duration of experiment (m:s) 0:2
2012-12-01 05:44:49,349 INFO [Simulator – 205]# Simulated time is 0:10:50:931 (H:m:s:ms)
at de.tud.kom.p2psim.impl.network.gnp.GnpSubnet.reschedulePeriodical(GnpSubnet.java:511)
at de.tud.kom.p2psim.impl.network.gnp.GnpSubnet.eventOccurred(GnpSubnet.java:358)
at de.tud.kom.p2psim.impl.simengine.Scheduler.processNextEvent(Scheduler.java:239)
at de.tud.kom.p2psim.impl.simengine.Scheduler.start(Scheduler.java:161)
at de.tud.kom.p2psim.impl.simengine.Simulator.start(Simulator.java:174)
at de.tud.kom.p2psim.impl.util.guirunner.impl.SimulationThread.run(SimulationThread.java:71)