You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mojolicious
1. Can't upload files with IIS and mojo backend in cgi mode. Files was
uploaded, but don't coincide on the size with original.
2. In daemon mode I can't get big (realy big, many rows, ~2Mb size)
javascript file from GET query. I receive an incomplete file in which
there is no the considerable part of the text from its beginning. And
the file is cut off absolutely casually.
3. When start mojo application in daemon mode:
C:\Users\User\Workspace\app-mojo\script>perl my_mojolicious_app daemon
--reload
Server available at http://*:3000.
Can't unlink PID file "C:\Users\User\AppData\Local\Temp
\app.pid".
at Mojo::Server::Daemon::prepare_pid_file(unknown
source)
at Mojo::Server::Daemon::run(C:/strawberry/perl/site/lib/Mojo/
Server/Daemon.pm:118)
at Mojo::Command::Daemon::run(C:/strawberry/perl/site/lib/Mojo/
Command/Daemon.pm:66)
at Mojo::Commands::run(C:/strawberry/perl/site/lib/Mojo/
Commands.pm:
71)
at Mojo::Commands::start(C:/strawberry/perl/site/lib/Mojo/
Commands.pm:139)
at main::(my_mojolicious_app:
23)
Can't create PID file "C:\Users\User\AppData\Local\Temp\app.pid" at C:/
strawberry/perl/site/lib/Mojo/Command/Daemon.pm line 66
at Carp::croak(unknown
source)
at Mojo::Server::Daemon::prepare_pid_file(C:/strawberry/perl/
site/lib/Mojo/Server/Daemon.pm:88)
at Mojo::Server::Daemon::run(C:/strawberry/perl/site/lib/Mojo/
Server/Daemon.pm:118)
at Mojo::Command::Daemon::run(C:/strawberry/perl/site/lib/Mojo/
Command/Daemon.pm:66)
at Mojo::Commands::run(C:/strawberry/perl/site/lib/Mojo/
Commands.pm:
71)
at Mojo::Commands::start(C:/strawberry/perl/site/lib/Mojo/
Commands.pm:139)
at main::(my_mojolicious_app:
23)
--
On linux platform my program works normally without any troubles. On
windows I tried in the version from git and cpan.
P.S. Who except me still experiences difficulties with Mojo in Windows?
Sebastian Riedel
unread,
Sep 22, 2010, 2:45:16 PM9/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mojol...@googlegroups.com
> P.S. Who except me still experiences difficulties with Mojo in Windows?
Have you tried the latest version from GitHub? Quite a few Windows bugs have been fixed recently.