Google Cloud Debug无法使用jar文件“在可执行文件中找不到文件”

时间:2015-10-15 19:40:33

标签: java google-app-engine executable-jar google-cloud-platform google-cloud-debugger

我一直在尝试谷歌云调试器,我能够将调试器连接到我的源代码中,但每当我放置一个断点时它会抛出错误“在可执行文件中找不到文件”。我也附上了截图。 Screenshot for Cloud Debug in Action

为了测试我正在使用Dropwizard示例,我在命令下运行以在Google计算实例上部署我的jar文件。

  

java $(sudo ./format_env_gce.sh --app_class_path = path / to / jarfile --version = 1.0.0)-jar -Done-jar.silent = true path / to / jarfile server config.yml

对于上述命令,我一直关注链接https://cloud.google.com/tools/cloud-debugger/setting-up-on-compute-engine

请帮助我理解我在这里缺少的东西。

感谢。

1 个答案:

答案 0 :(得分:1)

这个问题对我使用gradle构建的jar更具体,我尝试了另一种方法,使用maven创建jar,现在可以正常工作了。