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

[BUG] GroupAgentGenerator not useable anymore #113

Closed
pdolif opened this issue Sep 13, 2021 · 0 comments
Closed

[BUG] GroupAgentGenerator not useable anymore #113

pdolif opened this issue Sep 13, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@pdolif
Copy link
Member

pdolif commented Sep 13, 2021

  1. Summary - The las2peer-project-service uses the GroupAgentGenerator. Since las2peer v1.1.2 it cannot be used anymore, because the main method is not defined properly.
  2. Bug Details
    1. What? - Main method of GroupAgentGenerator should only have a String[] parameter. Otherwise it cannot be called.
    2. Where? - https://github.com/rwth-acis/las2peer/blob/40bf6e152f835a13fafcce89b3af53ffc891910f/core/src/main/java/i5/las2peer/tools/GroupAgentGenerator.java
    3. How?/Current state - Running the start_GroupAgentGenerator.sh in project-service (https://github.com/rwth-acis/las2peer-project-service/blob/develop/bin/start_GroupAgentGenerator.sh) is not working anymore.
  3. Fixed state - Either remove groupName parameter fully or put it inside the String[] parameter.
@pdolif pdolif added the bug label Sep 13, 2021
@pdolif pdolif changed the title [BUG] GroupAgentGenerator not working anymore [BUG] GroupAgentGenerator not useable anymore Sep 13, 2021
pdolif added a commit that referenced this issue Sep 25, 2021
@pdolif pdolif self-assigned this Sep 25, 2021
pdolif added a commit that referenced this issue Oct 11, 2021
@pdolif pdolif added this to the v1.2.0 milestone Oct 20, 2021
@pdolif pdolif closed this as completed Dec 7, 2021
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

1 participant