Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Unable to run the stateless-simple-query example in local mode. #30

@netalpha

Description

@netalpha

I put both seep-system-0.0.1-SNAPSHOT.jar and stateless-simple-query.jar in the dist folder and run:

java -jar seep-system-0.0.1-SNAPSHOT.jar Master stateless-simple-query.jar Base

It gives me the following errors:

java.lang.ClassNotFoundException: Base
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    at uk.ac.imperial.lsds.seep.infrastructure.master.MasterController.executeComposeFromQuery(MasterController.java:153)
    at uk.ac.imperial.lsds.seep.Main.executeMaster(Main.java:69)
    at uk.ac.imperial.lsds.seep.Main.main(Main.java:44)

I know it can not locate the Base class. Could you please tell me where is the problem? Thanks.

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