Dylan Zhao created EAGLE-1093: --------------------------------- Summary: run eagle-server.sh start eagle-0.5.0 Key: EAGLE-1093 URL: https://issues.apache.org/jira/browse/EAGLE-1093 Project: Eagle Issue Type: Bug Reporter: Dylan Zhao
An exception occurred when I ran eagle-server.sh start: *Error: Could not find or load main class org.apache.eagle.server.ServerMain* Then I found that the unpacked lib folder does not have the jar eagle-server-0.5.0.jar of the main program. I built it with "mvn clean package -DskipTest" and generated *eagle-0.5.0-bin.tar.gz*. After decompression, there are four folders, bin, conf, doc, and lib. I copied eagle-server-0.5.0.jar directly to lib and it still has the same error. -- This message was sent by Atlassian JIRA (v7.6.3#76005)