简体   繁体   English

Google本地云数据存储查看器未针对App Engine Eclipse项目显示

[英]Google Local Cloud Datastore Viewer Not Showing For App Engine Eclipse Project

I'm developing an App Engine app in Eclipse with Java. 我正在使用Java在Eclipse中开发App Engine应用程序。 When deploying, I should be able to access the Datastore Viewer at 部署时,我应该可以在以下位置访问数据存储查看器

http://localhost:8081/_ah/admin/datastore http:// localhost:8081 / _ah / admin / datastore

When going to the admin page, I see the datastore link, but clicking it doesn't show the datastore viewer: 转到管理页面时,我看到了数据存储链接,但是单击它不会显示数据存储查看器:

https://imgur.com/jHmK2F1 https://imgur.com/jHmK2F1

I've checked that my gcloud SDK is the latest version, and so too is my Eclipse plugin. 我已经检查过我的gcloud SDK是最新版本,我的Eclipse插件也是如此。

I'm running OSX High Sierra, but have the same issue with Ubuntu. 我正在运行OSX High Sierra,但Ubuntu遇到相同的问题。

Any advice? 有什么建议吗? Thanks 谢谢

The Datastore Viewer (which is the UI access for the local emulation of Datastore that is available through the Local Development Server), should be accessed through the following link, as stated in the documentation : 文档中所述 ,应通过以下链接访问数据存储查看器(这是可通过本地开发服务器获得的数据存储本地仿真的UI访问):

http://localhost:8000/datastore http:// localhost:8000 / datastore

Check that alternative link instead, maybe that was your only issue. 检查该替代链接,也许这是您唯一的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google App Engine本地数据存储区的IllegalStateException - IllegalStateException with Google App Engine Local Datastore 如何将本地Google App Engine Python数据存储区复制到本地Google App Engine Java数据存储区? - How do I copy local Google App Engine Python datastore to local Google App Engine Java datastore? 即使删除了local_db.bin并清理了我的项目,Google App Engine(Java)本地数据存储区元素也会恢复 - Google App Engine (Java) local datastore elements resurrecting even after deleting local_db.bin and cleaning my project 在Google应用引擎java本地数据存储区中添加/编辑实体 - Add/Edit Entities in google app engine java local datastore 本地图片上传未显示在Google App Engine上 - local image upload not showing on Google App Engine Google App Engine 项目未在 Eclipse 中启动 - Google App Engine project not starting in Eclipse 使用Eclipse TPTP对Google App Engine项目进行性能分析? - Profiling Google App Engine Project With Eclipse TPTP? Google App Engine(Java):稍后在Datastore Viewer中创建的update属性 - Google App Engine(Java): update attribute that has been created later, in Datastore Viewer Google App Engine数据存储中的关系 - relations in Google App Engine DataStore 了解Google App Engine数据存储 - Understanding Google App Engine datastore
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM