我的申请挂了。正因为如此,我想删除应用程序,但这是不可能的。OpenShift刚刚告诉我:“无法在应用程序对象上执行操作。另一个操作已经在运行”,当我想从web界面中删除应用程序时。
Unable to perform action on app object. Another operation is already running.
当我检查我的应用程序的状态时,它是未知的。它显示了我的Tomcat服务器和我的数据库服务器的“未知”。
我现在该怎么做才能让我的应用程序恢复正常运行呢?
我正在尝试通过我的node.js服务器将一个2000x20002d数组插入到我的mongoDB实例中。
现在我这样做的方式是:
for (i=0; i<2000; i++){
//i = height of the tile map
for(x=0; x<2000; x++){
//x is the width of the tile map
driver.mongo.insert('worldTiles', {loc: [x,i], elevation:
我的应用程序在本地运行得很好,但是当推送到heroku时,它会在一个特定的操作上崩溃:打开PDF文档。我使用进行文档渲染,它使用wkhtmltopdf中间件。下面是我的错误消息:
2015-03-20T23:35:11.306857+00:00 app[web.1]: Processing by PcsController#show as HTML 2015-03-20T23:35:11.605847+00:00 app[web.1]: Rendered pcs/show.html.erb within layouts/application (27.5ms) 2015-03-20T23:
我需要在我的Linux服务器上安装HHVM来启用我的hacklang。但是我在安装过程中收到了这个错误消息。
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: *** [third-party/proxygen/CMakeFiles/hphp