Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Catalyst: Users

Run the test server on a different port than 3000

 

 

Catalyst users RSS feed   Index | Next | Previous | View Threaded


orasnita at gmail

May 21, 2009, 10:24 AM

Post #1 of 8 (649 views)
Permalink
Run the test server on a different port than 3000

Hi,

I tried:

e:\web\> catalyst Testing

e:\web\> cd Testing

e:\web\Testing\> perl script/testing_server.pl -p 80

But it gave the message that the app can be accessed on the port 3000. I
have also tried to start it on the port 82, but it started on the port 3000.

I use perl 5.10.0 and Catalyst 5.80004.

Octavian


_______________________________________________
List: Catalyst[at]lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


bobtfish at bobtfish

May 21, 2009, 10:41 AM

Post #2 of 8 (612 views)
Permalink
Re: Run the test server on a different port than 3000 [In reply to]

Update Catalyst::Devel to at least 1.15 and regenerate your scripts,
you're currently using scripts generated by 1.13 or 1.14 which suffered
from this bug.

Cheers
t0m

_______________________________________________
List: Catalyst[at]lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


orasnita at gmail

May 21, 2009, 11:23 AM

Post #3 of 8 (615 views)
Permalink
Re: Run the test server on a different port than 3000 [In reply to]

I have Catalyst::Devel 1.15 and I have also force installed it again, but it
gives the same error.

It works if I use the parameter -port, but it doesn't work with -p.

Octavian

----- Original Message -----
From: "Tomas Doran" <bobtfish[at]bobtfish.net>
To: "The elegant MVC web framework" <catalyst[at]lists.scsys.co.uk>
Sent: Thursday, May 21, 2009 8:41 PM
Subject: Re: [Catalyst] Run the test server on a different port than 3000


> Update Catalyst::Devel to at least 1.15 and regenerate your scripts,
> you're currently using scripts generated by 1.13 or 1.14 which suffered
> from this bug.
>
> Cheers
> t0m
>
> _______________________________________________
> List: Catalyst[at]lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/


_______________________________________________
List: Catalyst[at]lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


hdp.perl.catalyst.users at weftsoar

May 21, 2009, 11:51 AM

Post #4 of 8 (610 views)
Permalink
Re: Run the test server on a different port than 3000 [In reply to]

On Thu, May 21, 2009 at 09:23:12PM +0300, Octavian Râşniţă wrote:
> I have Catalyst::Devel 1.15 and I have also force installed it again, but
> it gives the same error.

You forgot to read the whole message:

>> Update Catalyst::Devel to at least 1.15 and regenerate your scripts,
^^^^^^^^^^^^^^^^^^^^^^^

Having a newer verion just *installed* doesn't help.

hdp.

_______________________________________________
List: Catalyst[at]lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


orasnita at gmail

May 21, 2009, 12:11 PM

Post #5 of 8 (608 views)
Permalink
Re: Run the test server on a different port than 3000 [In reply to]

From: "Hans Dieter Pearcey" <hdp.perl.catalyst.users[at]weftsoar.net>
On Thu, May 21, 2009 at 09:23:12PM +0300, Octavian Râşniţă wrote:
> I have Catalyst::Devel 1.15 and I have also force installed it again, but
> it gives the same error.
> You forgot to read the whole message:
>> Update Catalyst::Devel to at least 1.15 and regenerate your scripts,
> ^^^^^^^^^^^^^^^^^^^^^^^
> Having a newer verion just *installed* doesn't help.
> hdp.

In my test I created a new app, so regenerating the scripts isn't helpful.
Anyway, I have also tried to create a new app, and regenerate the scripts,
but it still doesn't work with -p.

(Although, I can start an older app that uses older scripts, using -p)

Thanks.

Octavian


_______________________________________________
List: Catalyst[at]lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


bobtfish at bobtfish

May 21, 2009, 12:47 PM

Post #6 of 8 (608 views)
Permalink
Re: Run the test server on a different port than 3000 [In reply to]

On 21 May 2009, at 20:11, Octavian Râşniţă wrote:
> In my test I created a new app, so regenerating the scripts isn't
> helpful. Anyway, I have also tried to create a new app, and
> regenerate the scripts, but it still doesn't work with -p.


On 21 May 2009, at 18:41, Tomas Doran wrote:
> Update Catalyst::Devel to at least 1.15 and regenerate your
> scripts, you're currently using scripts generated by 1.13 or 1.14
> which suffered from this bug.

My previous email in this thread may have contained up to one lie.

http://dev.catalyst.perl.org/svnweb/Catalyst/revision/?rev=10226

I apologise for the misinformation..

Making a change like that in the patch will fix your script, and a
new Catalyst-Devel will be released shortly..

Cheers
t0m


_______________________________________________
List: Catalyst[at]lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


bobtfish at bobtfish

May 23, 2009, 8:46 AM

Post #7 of 8 (566 views)
Permalink
Re: Run the test server on a different port than 3000 [In reply to]

Tomas Doran wrote:
>
> and a new
> Catalyst-Devel will be released shortly..

This has now happened, please upgrade so that you don't have this
problem again.

Thanks
t0m


_______________________________________________
List: Catalyst[at]lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


orasnita at gmail

May 23, 2009, 2:38 PM

Post #8 of 8 (562 views)
Permalink
Re: Run the test server on a different port than 3000 [In reply to]

From: "Tomas Doran" <bobtfish[at]bobtfish.net>
> Tomas Doran wrote:
>>
>> and a new
>> Catalyst-Devel will be released shortly..
>
> This has now happened, please upgrade so that you don't have this
> problem again.
>
> Thanks
> t0m
>

Thank you t0m!

Now it works fine.

Octavian


_______________________________________________
List: Catalyst[at]lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Catalyst users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.