Holla!,
I'm new to kurento....
Yesterday I was able to run kurento one2one, one2many etc on a VPS... suddenly, if I break it and start a new one it got hanged.
13:25:43.985 [OneCallAdvApp.main()] INFO - o.k.t.one2onecalladv.One2OneCallAdvApp - Starting One2OneCallAdvApp on kurento with PID 6411 (/home/kurento-tutorial-java/kurento-one2one-call-advanced/target/classes started by pjrfigueiredo in /home/kurento-tutorial-java/kurento-one2one-call-advanced)
13:25:43.990 [OneCallAdvApp.main()] DEBUG - o.k.t.one2onecalladv.One2OneCallAdvApp - Running with Spring Boot v1.2.1.RELEASE, Spring v4.1.1.RELEASE
13:25:46.237 [OneCallAdvApp.main()] INFO - o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.1.3.Final
After I hit crtl + escape the error message is
13:38:02.906 [ Thread-1] WARN - ationConfigEmbeddedWebApplicationContext - Exception thrown from LifecycleProcessor on context close
java.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e9caac: startup date [Mon Mar 02 13:37:13 EST 2015]; root of context hierarchy
at org.springframework.context.support.AbstractApplicationContext.getLifecycleProcessor(AbstractApplicationContext.java:357) ~[spring-context-4.1.1.RELEASE.jar:4.1.1.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:877) ~[spring-context-4.1.1.RELEASE.jar:4.1.1.RELEASE]
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.doClose(EmbeddedWebApplicationContext.java:150) [spring-boot-1.2.1.RELEASE.jar:1.2.1.RELEASE]
at org.springframework.context.support.AbstractApplicationContext$1.run(AbstractApplicationContext.java:804) [spring-context-4.1.1.RELEASE.jar:4.1.1.RELEASE]
Tnkss!
btw, i'm writing a post to help others people out with kurento installation *probles*