Created
January 6, 2012 07:31
-
-
Save ingydotnet/1569523 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Staging Application [catalyst-welcome]: OK | |
Starting Application [catalyst-welcome]: .......................... | |
Error: Application [catalyst-welcome] failed to start, logs information below. | |
====> logs/staging.log <==== | |
[2012-01-05 23:26:37] Starting staging operation | |
[2012-01-05 23:26:41] Setting up temporary directories | |
[2012-01-05 23:26:44] Fetching application bits from the Cloud Controller | |
[2012-01-05 23:26:46] Waiting for container to be ready | |
[2012-01-05 23:26:51] Staging application | |
[2012-01-05 23:27:23] | |
[2012-01-05 23:27:23] [2012-01-06 07:26:54] ACTIVEPERL_PPM_LOG_FILE=logs/ppm4.log ppm repo location --no-sync 1 http://ppm4.activestate.com/stackato64/5.14/1402/package.xml | |
[2012-01-05 23:27:23] | |
[2012-01-05 23:27:23] [2012-01-06 07:26:57] ACTIVEPERL_PPM_LOG_FILE=logs/ppm4.log ppm config install_html 0 | |
[2012-01-05 23:27:23] | |
[2012-01-05 23:27:23] [2012-01-06 07:26:57] ACTIVEPERL_PPM_LOG_FILE=logs/ppm4.log ppm config repo_dbimage 1 | |
[2012-01-05 23:27:23] | |
[2012-01-05 23:27:23] [2012-01-06 07:26:58] mkdir -p /staging/staged/ppm/lib | |
[2012-01-05 23:27:23] | |
[2012-01-05 23:27:23] [2012-01-06 07:26:58] ACTIVEPERL_PPM_LOG_FILE=logs/ppm4.log ppm area init ppm | |
[2012-01-05 23:27:23] | |
[2012-01-05 23:27:23] [2012-01-06 07:26:59] mkdir -p /staging/staged/local_lib | |
[2012-01-05 23:27:23] | |
[2012-01-05 23:27:23] [2012-01-06 07:26:59] ACTIVEPERL_PPM_LOG_FILE=logs/ppm4.log ppm repo sync | |
[2012-01-05 23:27:23] | |
[2012-01-05 23:27:23] [2012-01-06 07:27:13] ACTIVEPERL_PPM_LOG_FILE=logs/ppm4.log ppm install Catalyst::Runtime Catalyst::Engine::PSGI Plack::Middleware::ReverseProxy Catalyst::Plugin::ConfigLoader Catalyst::Plugin::Static::Simple Catalyst::Action::RenderView --no-sync --area ppm | |
[2012-01-05 23:27:23] 318 files installed | |
[2012-01-05 23:27:23] | |
[2012-01-05 23:27:23] [2012-01-06 07:27:23] : End of staging | |
[2012-01-05 23:27:23] Uploading droplet | |
[2012-01-05 23:27:28] Done! | |
====> logs/stderr.log <==== | |
*** Starting uWSGI 0.9.8.5 (64bit) on [Fri Jan 6 07:27:59 2012] *** | |
compiled with version: 4.5.2 on 29 December 2011 15:09:55 | |
your memory page size is 4096 bytes | |
uwsgi socket 0 bound to TCP address 0.0.0.0:3000 fd 3 | |
initializing Perl 5.14.2 environment | |
your server socket listen backlog is limited to 100 connections | |
*** Operational MODE: single process *** | |
[debug] Debug messages enabled | |
[debug] Statistics enabled | |
[debug] Loaded plugins: | |
.----------------------------------------------------------------------------. | |
| Catalyst::Plugin::ConfigLoader 0.30 | | |
'----------------------------------------------------------------------------' | |
[debug] Loaded dispatcher "Catalyst::Dispatcher" | |
[debug] Loaded engine "Catalyst::Engine" | |
[debug] Found home "/app/app" | |
[debug] Loaded Config "/app/app/myapp.yml" | |
[debug] Loaded components: | |
.-----------------------------------------------------------------+----------. | |
| Class | Type | | |
+-----------------------------------------------------------------+----------+ | |
| MyApp::Controller::Root | instance | | |
'-----------------------------------------------------------------+----------' | |
[debug] Loaded Private actions: | |
.----------------------+--------------------------------------+--------------. | |
| Private | Class | Method | | |
+----------------------+--------------------------------------+--------------+ | |
| /default | MyApp::Controller::Root | default | | |
| /end | MyApp::Controller::Root | end | | |
| /index | MyApp::Controller::Root | index | | |
'----------------------+--------------------------------------+--------------' | |
[debug] Loaded Path actions: | |
.-------------------------------------+--------------------------------------. | |
| Path | Private | | |
+-------------------------------------+--------------------------------------+ | |
| / | /index | | |
| /... | /default | | |
'-------------------------------------+--------------------------------------' | |
[info] MyApp powered by Catalyst 5.90007 | |
You are running Catalyst::Engine::PSGI, which is considered a legacy engine for | |
this version of Catalyst. We will continue running and use your existing psgi | |
file, but it is recommended to perform the trivial upgrade process, which will | |
leave you with less code and a forward path. | |
Please review Catalyst::Upgrading | |
PSGI app (app.psgi) loaded at 0x3709098 | |
*** no app loaded. going in full dynamic mode *** | |
spawned uWSGI master process (pid: 239) | |
spawned uWSGI worker 1 (pid: 243, cores: 1) | |
Should I delete the application ? [Yn]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment