-
Notifications
You must be signed in to change notification settings - Fork 299
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
Fix Exception: #6
base: master
Are you sure you want to change the base?
Conversation
org.datanucleus.metadata.InvalidClassMetaDataException: Class "io.seldon.general.ItemDemographic" has been specified with an object-id class io.seldon.general.ItemDemographic_PK. org.datanucleus.metadata.InvalidClassMetaDataException: Class "io.seldon.general.UserDimension" has been specified with an object-id class io.seldon.general.UserDimension_PK.
Hi Vincent, Thanks for your pull request. Can you give some further info on what you are adding? Clive |
I've got the same problems when build seldon-server project in IDEA , I manually added io.seldon.general.ItemDemographic_PK and io.seldon.general.UserDimension_PK as a workaround. I'm wondering if this is necessary to add these 2 files ? |
Happy to consider adding those two files. We use Eclipse. But it has built in Intellij ok. Also though you added some new functionality. Maybe you can separate the JDO additional files pull request from the other files you have changed? |
Just wanted to get some more info about the failed builds in "Intellij", do you have have "warnings as errors" turned on? |
I believe "waring as errors" is off , I paste the full error stack here , FYI. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'consumerPeer': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private io.seldon.db.jdo.JDOFactory io.seldon.api.jdo.ConsumerPeer.jdoFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'JDOFactory': Invocation of init method failed; nested exception is javax.jdo.JDOFatalUserException: Class "io.seldon.general.UserDimension" has been specified with an object-id class io.seldon.general.UserDimension_PK. This class cannot be found. Please check your specification and/or CLASSPATH. |
Issues go stale after 90d of inactivity. |
org.datanucleus.metadata.InvalidClassMetaDataException: Class
"io.seldon.general.ItemDemographic" has been specified with an object-id
class io.seldon.general.ItemDemographic_PK.
org.datanucleus.metadata.InvalidClassMetaDataException: Class
"io.seldon.general.UserDimension" has been specified with an object-id
class io.seldon.general.UserDimension_PK.