Skip to content

Issue with the start.sh script #100

@balteo

Description

@balteo

Hello,

When one uses the start.sh script, java jar tries to start the following jar: kafka-webview-ui-2.0.0-javadoc.jar instead of this one: kafka-webview-ui-2.0.0.jar.

See this line: https://github.com/SourceLabOrg/kafka-webview/blob/master/kafka-webview-ui/src/assembly/distribution/start.sh#L20

## launch webapp
java -jar kafka-webview-ui-*.jar $HEAP_OPTS $LOG_OPTS

I had to modify the script as follows:

## launch webapp
java -jar kafka-webview-ui-2.0.0.jar $HEAP_OPTS $LOG_OPTS

In order for the spring boot app to start.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions