icclab / cyclops-dashboard

Angularjs UI for Cyclops framework
Apache License 2.0
10 stars 10 forks source link

Dashboard is not running #7

Open schlussbilanz opened 7 years ago

schlussbilanz commented 7 years ago

I've tried to launch cyclops and the cyclops-dashboard in my test enviroment but the dashboard doesn't start correctly (i think so..)

`Loading RCB Cyclops Dashboard micro service ......
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::        (v1.3.6.RELEASE)

2017-02-24 09:40:24.823  INFO 21298 --- [           main] ch.cyclops.Application                   : Starting Application v0.01 with PID 21298 (/root/cyclops-dashboard/bin/dashboard.jar started by root in /root/cyclops-dashboard)
2017-02-24 09:40:24.833  INFO 21298 --- [           main] ch.cyclops.Application                   : No active profile set, falling back to default profiles: default
2017-02-24 09:40:25.882  INFO 21298 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@506c589e: startup date [Fri Feb 24 09:40:25 UTC 2017]; root of context hierarchy
2017-02-24 09:40:29.255  INFO 21298 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2017-02-24 09:40:30.493  INFO 21298 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2017-02-24 09:40:30.545  INFO 21298 --- [           main] o.apache.catalina.core.StandardService   : Starting service Tomcat
2017-02-24 09:40:30.549  INFO 21298 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.0.36
2017-02-24 09:40:30.775  INFO 21298 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2017-02-24 09:40:30.776  INFO 21298 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 4899 ms
2017-02-24 09:40:31.112  INFO 21298 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'dispatcherServlet' to [/]
2017-02-24 09:40:31.125  INFO 21298 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'characterEncodingFilter' to: [/*]
`

At this point the start process is stopping.. the java process is still running..

i cannot enter the dashboard on port 8080

what is the problem? is there an error log available?

piyush82 commented 7 years ago

Sometimes the startup process can take up-to 5-10 minutes. Have patience :)


Dr. Piyush Harsh, Ph.D. Researcher, InIT Cloud Computing Lab Zurich University of Applied Sciences (ZHAW) [Site] http://piyush-harsh.info [Google-Scholar] https://scholar.google.ch/citations?hl=en&user=kaSUIp8AAAAJ

[Research Lab] blog.zhaw.ch/icclab Fax: +41(0)58.935.7403 GPG Keyid: 9C5A8838

On Fri, Feb 24, 2017 at 10:51 AM, schlussbilanz notifications@github.com wrote:

I've tried to launch cyclops and the cyclops-dashboard in my test enviroment but the dashboard doesn't start correctly (i think so..)

Loading RCB Cyclops Dashboard micro service ...... . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _ | \ \ \ \ \/ _)| |)| | | | | || (| | ) ) ) ) ' |__| .|| ||| |\, | / / / / =========|_|==============|__/=////

:: Spring Boot :: (v1.3.6.RELEASE)

2017-02-24 09:40:24.823 INFO 21298 --- [ main] ch.cyclops.Application : Starting Application v0.01 with PID 21298 (/root/cyclops-dashboard/bin/dashboard.jar started by root in /root/cyclops-dashboard) 2017-02-24 09:40:24.833 INFO 21298 --- [ main] ch.cyclops.Application : No active profile set, falling back to default profiles: default 2017-02-24 09:40:25.882 INFO 21298 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@506c589e: startup date [Fri Feb 24 09:40:25 UTC 2017]; root of context hierarchy 2017-02-24 09:40:29.255 INFO 21298 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2017-02-24 09:40:30.493 INFO 21298 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http) 2017-02-24 09:40:30.545 INFO 21298 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat 2017-02-24 09:40:30.549 INFO 21298 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.36 2017-02-24 09:40:30.775 INFO 21298 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2017-02-24 09:40:30.776 INFO 21298 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4899 ms 2017-02-24 09:40:31.112 INFO 21298 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] 2017-02-24 09:40:31.125 INFO 21298 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] `

At this point the start process is stopping.. the java process is still running..

i cannot enter the dashboard on port 8080

what is the problem? is there an error log available?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/icclab/cyclops-dashboard/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AEhGR5cRw3mEhGBjDdUOf4XwoFqO34iyks5rfqgagaJpZM4MLA4e .

ntmggr commented 6 years ago

I am experiencing the same issue too. It simply does not start. How can we increase the debug log ?