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

Unclear error message when execute jar without option #426

Closed
aPlacuzzi opened this issue Jun 12, 2020 · 1 comment
Closed

Unclear error message when execute jar without option #426

aPlacuzzi opened this issue Jun 12, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@aPlacuzzi
Copy link
Contributor

Execute jar without option should produce an error message that explains how to execute the different modalities.

The actual message is the following:

$ java -jar alchemist-full-9.3.0-devvl+8dafd6ea0-all.jar
17:35:21.386 [main] ERROR it.unibo.alchemist.Alchemist - No valid launchers for AlchemistExecutionOptions(configuration=null, headless=false, variables=[], batch=false, export=null, distributed=null, graphics=null, help=false, interval=1.0, server=null, parallelism=4, endTime=Infinity)
17:35:21.390 [main] WARN  it.unibo.alchemist.Alchemist - Available launchers: [Alchemist execution on a grid system, Alchemist headless runner, Alchemist grid computing server, Alchemist graphical simulation]
17:35:21.390 [main] ERROR it.unibo.alchemist.Alchemist - Available launchers: [Alchemist execution on a grid system, Alchemist headless runner, Alchemist grid computing server, Alchemist graphical simulation]
17:35:21.390 [main] ERROR it.unibo.alchemist.Alchemist - DistributedExecution: Alchemist execution on a grid system requires a simulation file
17:35:21.390 [main] ERROR it.unibo.alchemist.Alchemist - HeadlessSimulationLauncher: Alchemist headless runner requires a simulation file
17:35:21.390 [main] ERROR it.unibo.alchemist.Alchemist - IgniteServerLauncher: No Ignite configuration file specified
17:35:21.390 [main] ERROR it.unibo.alchemist.Alchemist - SingleRunSwingUI: Alchemist graphical simulation requires a simulation file
DanySK added a commit that referenced this issue Jun 18, 2020
@DanySK
Copy link
Member

DanySK commented Jun 18, 2020

Fixed in 5584ed4 if the build succeeds

@DanySK DanySK self-assigned this Jun 18, 2020
@DanySK DanySK added the bug label Jun 18, 2020
@DanySK DanySK added this to the 10.0.0 milestone Jun 18, 2020
@DanySK DanySK closed this as completed Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants