Fix Exception:#6
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.