-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot resolve reference to bean LightUserCustomDeltaDefinitionDomainClass #199
Comments
Which version of java are you using? (java -version)
|
/usr/lib/jvm/java-160-ibm/bin/java -version |
As mentioned in the documentation only a sun/Oracle vm currently works. |
Thank you. |
Hello Yan Did not switch to Oracle JVM for glu-agent-server nor Zookeeper yet. |
Here is the exception using Oracle JVM Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.linkedin.glu.orchestration.engine.commands.DbCommandExecutionDomainClass' is defined |
Also found once Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.linkedin.glu.orchestration.engine.delta.UserCustomDeltaDefinitionDomainClass' is defined |
Using IBM JVM, the LightUserCustomDeltaDefinitionDomainClass error occured once every ~15 launch. Using Oracle JVM, one of the UserCustomDeltaDefinitionDomainClass / DbCommandExecutionDomainClass error occured once every ~50/80 launch. |
You start your console a lot! :) I have not really heard about this issue with Oracle VM but I am hoping that the migration to java1.7 and more importantly the latest version of groovy (where I believe the error is occurring) will make it go away. Or in other words I think it will be fixed with glu 5.0 coming soon. |
This should be now fixed with glu 4.7.0. Closing this bug. If it happens again, please reopen. |
I got the following error at the glu console-server startup.
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.linkedin.glu.orchestration.engine.delta.LightUserCustomDeltaDefinitionDomainClass' is defined
Full stacktrace can be found in this gist :
https://gist.github.com/4691758
https://gist.github.com/raw/4691758/efd20f27cc61c060b54337630a90022d28205ddb/gistfile1.txt
this only happens once in a while.
It is really random : tested inside a VM using the same Virtual Machine initial state, sometimes this error happens, but most of the time it does not.
Trying to connect to the console-server after that will result in a 503 HTTP response.
The text was updated successfully, but these errors were encountered: