Re: Django-1.1.1 builtin Development WebServer crashes with a core dump

2009-11-27 Thread lbockhold
Hi Tim, thanks for your respond,

I am doing the tutorial that comes now to set up the admin page.

The browser does not open the webpage:
http://dexhh022.ham.de.eu.airbus.corp:1026/admin/
Browser: Respond : Server not found .. At the same time the
Development server just quits

Workaround:Is it possible to just set up production web server like
apache2 ?

Web Browser and Development server are on diffrent Machines!

But the development server just quits without an error message on the
console:
th1...@dexhh022: /do/pro/T/kpi/Scripts/django/mysite > python
manage.py runserver dexhh022.ham.de.eu.airbus.corp:1026
Validating models...
0 errors found

Django version 1.1.1, using settings 'mysite.settings'
Development server is running at http://dexhh022.ham.de.eu.airbus.corp:1026/
Quit the server with CONTROL-C.

-> core file



#


On 24 Nov., 22:22, Tim Valenta  wrote:
> It's not very clear what is happening.  If you start a brand new
> project, there won't be any URLs for you to visit yet.  It will most
> probably give you the error page, telling you that there is no URL
> matching the query.
>
> A better copy-and-paste would be what the browser is displaying.
>
> I hope I've understood properly,
>
> Tim
>
> On Nov 24, 10:24 am, lbockhold  wrote:
>
>
>
> > Hello users,
> > I am new to django, just installed Django-1.1.1.tar.gz
> > but:
>
> > Machine HPUX:
> > th...@dex: /home/th18bl > uname -a
> > HP-UX dex B.11.11 U 9000/785 4042425557 unlimited-user license
>
> > python:
> > th...@dex: /home/th18bl > python
> > ActivePython 2.6.2.2 (ActiveState Software Inc.) based on
> > Python 2.6.2 (r262:71600, Apr 21 2009, 15:06:28) [C] on hp-ux11
> > Type "help", "copyright", "credits" or "license" for more information.
> > dd
> > 1.django-admin.py startproject mysite "ok"
> > 2. python manage.py runserver "ok"
> >     Validating models ...
> >     0 errors found
> >     ...
> >     Quit the server ...
> > 3. But when I use a browser to go to that page - the Dev. Server just
> > quits and writes a big "core" file!
>
> > Thanks for help
>
> > Greetings Lars- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Django-1.1.1 builtin Development WebServer crashes with a core dump

2009-11-24 Thread Tim Valenta
It's not very clear what is happening.  If you start a brand new
project, there won't be any URLs for you to visit yet.  It will most
probably give you the error page, telling you that there is no URL
matching the query.

A better copy-and-paste would be what the browser is displaying.

I hope I've understood properly,

Tim

On Nov 24, 10:24 am, lbockhold  wrote:
> Hello users,
> I am new to django, just installed Django-1.1.1.tar.gz
> but:
>
> Machine HPUX:
> th...@dex: /home/th18bl > uname -a
> HP-UX dex B.11.11 U 9000/785 4042425557 unlimited-user license
>
> python:
> th...@dex: /home/th18bl > python
> ActivePython 2.6.2.2 (ActiveState Software Inc.) based on
> Python 2.6.2 (r262:71600, Apr 21 2009, 15:06:28) [C] on hp-ux11
> Type "help", "copyright", "credits" or "license" for more information.
> dd
> 1.django-admin.py startproject mysite "ok"
> 2. python manage.py runserver "ok"
>     Validating models ...
>     0 errors found
>     ...
>     Quit the server ...
> 3. But when I use a browser to go to that page - the Dev. Server just
> quits and writes a big "core" file!
>
> Thanks for help
>
> Greetings Lars

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Django-1.1.1 builtin Development WebServer crashes with a core dump

2009-11-24 Thread lbockhold
Hello users,
I am new to django, just installed Django-1.1.1.tar.gz
but:

Machine HPUX:
th...@dex: /home/th18bl > uname -a
HP-UX dex B.11.11 U 9000/785 4042425557 unlimited-user license

python:
th...@dex: /home/th18bl > python
ActivePython 2.6.2.2 (ActiveState Software Inc.) based on
Python 2.6.2 (r262:71600, Apr 21 2009, 15:06:28) [C] on hp-ux11
Type "help", "copyright", "credits" or "license" for more information.
dd
1.django-admin.py startproject mysite "ok"
2. python manage.py runserver "ok"
Validating models ...
0 errors found
...
Quit the server ...
3. But when I use a browser to go to that page - the Dev. Server just
quits and writes a big "core" file!


Thanks for help

Greetings Lars


--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.