-
Notifications
You must be signed in to change notification settings - Fork 24
Java class path missing file separator? #89
Comments
Not sure what to say, but this is working for me, on Windows 10: See the gcloud.gcloud_directory instead of what you declare:
-Dgcloud.java.application=${project.build.directory}/${project.build.finalName} -Djetty.home=${gcloud.gcloud_directory}/platform/google_appengine/google/appengine/tools/java/lib/java-managed-vm/appengine-java-vmruntime -Djetty.base=${gcloud.gcloud_directory}/platform/google_appengine/google/appengine/tools/java/lib/jetty-base-sdk -Dcom.google.apphosting.vmruntime.VmRuntimeFileLogHandler.pattern=/tmp/log.%g On Mon, May 30, 2016 at 10:09 AM, Stefan Falk [email protected]
|
I don't know what to say. I think I am using the latest version (got to check that at home but I think it's the one you're referring). All I see is the debug output up there and
is definitely wrong and should be
What I am not so sure about is whose fault this is and what I could do against it. Could this be an error that has something to do with Edit: I am using version |
Do you mind sharing (privately is needed) the pom.xml? Maybe there are some On Tue, May 31, 2016 at 4:02 AM, Stefan Falk [email protected]
|
@ludoch In the meantime I changed the way I am deploying my application to the google cloud actually - not just because of this error but actually because I did it kind of wrong. I don't know why I got this issue up there and maybe it was my fault but I think you can close this issue. It must have been something on my side I guess. |
I am not 100% sure about this since I am quite confused about the whol GAE and Compute Engine stuff but this is how I defined the
<custom_entrypoint>
:and this is why I see in the log
if I run
I am not sure if this problem comes from the
gcloud-maven-plugin
but it seems something giveswhich should actually be
The text was updated successfully, but these errors were encountered: