googleapis / google-cloud-datastore

Low-level, Protobuf-based Java and Python client libraries for Cloud Datastore. Check out google-cloud-java and google-cloud-python first!
https://cloud.google.com/datastore
Apache License 2.0
215 stars 133 forks source link

Datastore - Failed to load from the backing store - java.lang.ClassNotFoundException: com.google.cloud.datastore.emulator.impl.LocalDatastoreFileStub #229

Closed chalcrow closed 3 years ago

chalcrow commented 5 years ago

We raised an issue for this here - https://github.com/googleapis/google-cloud-java/issues/4661

That may not be the best repo to raise the issue against, as @ajaaym is having difficulty finding the class LocalDatastoreFileStub$FileProfile, that the error relates to. Can anyone here advise on this issue?

crwilcox commented 5 years ago

Hi @chalcrow. I posted a link to the correct issue tracker for issues with the datastore emulator. For future reference you can find a list of issue trackers here: https://cloud.google.com/support/docs/issue-trackers

Tomucha commented 4 years ago

@chalcrow Hi! Did you manage to solve this issue somehow? I'm experiencing the same problem: LocalDatastoreFileStub$FileProfile after importing data from cloud Datastore ...

lebloism commented 3 years ago

@chalcrow @Tomucha Hi ! I get the same error. Did one of you manage to solve this issue somehow ? Thanks

Tomucha commented 3 years ago

Sorry, I have no idea :-/

meredithslota commented 3 years ago

FYI, the Java code has been moved to https://github.com/googleapis/java-datastore/tree/master/datastore-v1-proto-client - if you are still experiencing emulator issues, please use the public issue tracker linked above, or for issues with the java-datastore client, please use this link: https://github.com/googleapis/java-datastore/issues