Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExperimentExample is throwing an Exception #53

Open
renan-eccel opened this issue Jun 29, 2018 · 0 comments
Open

ExperimentExample is throwing an Exception #53

renan-eccel opened this issue Jun 29, 2018 · 0 comments

Comments

@renan-eccel
Copy link

renan-eccel commented Jun 29, 2018

I am running com.github.rinde.rinsim.example.experiment in Eclipse Oxygen in a Ubuntu 18
RimSim 4.4.6

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" com.github.rinde.rinsim.experiment.AbortExperimentException: Failed: SimArgs{problemClass=SimpleProblemClass(DEFAULT),instancedId=,masConfig=MASConfiguration,randomSeed=2780242596957121269,repetition=0,postProcessor=com.github.rinde.rinsim.examples.experiment.ExamplePostProcessor@1e9e725a}
	at com.github.rinde.rinsim.experiment.Experiment.perform(Experiment.java:217)
	at com.github.rinde.rinsim.experiment.LocalComputer$ExperimentRunner.call(LocalComputer.java:202)
	at com.github.rinde.rinsim.experiment.LocalComputer$ExperimentRunner.call(LocalComputer.java:193)
	at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:125)
	at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57)
	at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:78)
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:258)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
	at com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:66)
	at com.github.rinde.rinsim.experiment.LocalComputer.compute(LocalComputer.java:81)
	at com.github.rinde.rinsim.experiment.Experiment$Builder.perform(Experiment.java:684)
	at com.github.rinde.rinsim.experiment.Experiment$Builder.perform(Experiment.java:703)
	at com.github.rinde.rinsim.examples.experiment.ExperimentExample.main(ExperimentExample.java:199)
Caused by: java.lang.NullPointerException
	at org.eclipse.swt.widgets.TabFolder.gtk_switch_page(Unknown Source)
	at org.eclipse.swt.widgets.Widget.windowProc(Unknown Source)
	at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
	at org.eclipse.swt.internal.gtk.OS._gtk_widget_show(Native Method)
	at org.eclipse.swt.internal.gtk.OS.gtk_widget_show(Unknown Source)
	at org.eclipse.swt.widgets.TabFolder.createItem(Unknown Source)
	at org.eclipse.swt.widgets.TabItem.createWidget(Unknown Source)
	at org.eclipse.swt.widgets.TabItem.<init>(Unknown Source)
	at com.github.rinde.rinsim.ui.SimulationViewer.configurePanels(SimulationViewer.java:254)
	at com.github.rinde.rinsim.ui.SimulationViewer.panelsLayout(SimulationViewer.java:199)
	at com.github.rinde.rinsim.ui.SimulationViewer.show(SimulationViewer.java:181)
	at com.github.rinde.rinsim.ui.SimulationViewer$Builder$1.handleEvent(SimulationViewer.java:743)
	at com.github.rinde.rinsim.ui.View.show(View.java:149)
	at com.github.rinde.rinsim.core.Simulator.start(Simulator.java:186)
	at com.github.rinde.rinsim.experiment.Experiment.perform(Experiment.java:200)
	... 12 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant