On 2019/03/25 02:45:00, "Dylan Zhao (JIRA)" <[email protected]> wrote: 
> 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)
> I had this issue with Eagle 05.1 but did no encounter  witheagle 0.5.0 at 
> Linux clister rinning HDP 2.6.  However the  Oracle VM Sandnox  running HDP  
> successfully  ( http://localhost:8080/) , However  launching  Eagle  gives   
> "failure to connect " error at the browser with no entry at the 
> eagle-server.log .

[root@sandbox-hdp eagle-0.5.0]# bin/eagle-server.sh  status                     
                                                                                
           
Checking eagle service status ...                                               
                                                                                
           
Eagle service is running with PID 2553                                          
                                                                                
           
[root@sandbox-hdp eagle-0.5.0]# netstat -an | grep 9090                         
                                                                                
           
tcp        0      0 0.0.0.0:9090            0.0.0.0:*               LISTEN     
tcp        0      0 172.18.0.2:8080         172.18.0.3:59090        TIME_WAIT  
tcp        0      0 127.0.0.1:9090          127.0.0.1:51008         ESTABLISHED
tcp        0      0 127.0.0.1:50406         127.0.0.1:9090          TIME_WAIT  
tcp        0      0 127.0.0.1:50686         127.0.0.1:9090          TIME_WAIT  
tcp        0      0 127.0.0.1:51008         127.0.0.1:9090          ESTABLISHED
[root@sandbox-hdp eagle-0.5.0]# netstat -an | grep 8080                         
                                                                                
           
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN     
tcp        0      0 172.18.0.2:8080         172.18.0.3:56012        TIME_WAIT  
tcp        0      0 172.18.0.2:8080         172.18.0.3:55522        TIME_WAIT  
tcp        0      0 172.18.0.2:8080         172.18.0.3:55484        TIME_WAIT  


Reply via email to