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 web2py-users
Hi,
some of my users have encountered a weird error on my mock production
server.
They get the following ticket when the first page (login) tries to
load:
Internal error
Ticket issued: unknown
Rebooting the server fixed the problem, but I'd still like to get some
insight into what could have gone wrong.
When I look in the ticket directory, I don't see any recent ticket.
The web2py version I use on the server isn't the most up-to-date
(1.88.2).
With that in mind, would someone have any insight on the type of
circumstances that would make Web2py behave in the above manner (not
write an actual ticket and display it to the viewer as "unknown")?
Kenneth Lundström
unread,
Jan 5, 2011, 3:42:19 PM1/5/11
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 web...@googlegroups.com
If I remember right Unknown ticket is displayed when web2py/webserver is not able to write a ticket into ticket directory.
Kenneth
Magnitus
unread,
Jan 5, 2011, 4:30:58 PM1/5/11
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 web2py-users
So I guess it would be indicative of a lower level issue at a layer
below the framework?
I guess its time to dust off those Apache logs then.
> > > > write an actual ticket and display it to the viewer as "unknown")?- Hide quoted text -
>
> - Show quoted text -
marius.v.niekerk
unread,
Jan 6, 2011, 2:07:03 AM1/6/11
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 web2py-users
Shouldn't we detect that? Possibly display a message like 'error
cannot write to filesystem'? I have been bitten by this one before on
a poorly configured shared hosting setup.
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 web2py-users
I have faced the same problem. Then I noticed that the application owner was somehow the root. I have made myuser as an owner of the application with chown. You can try from root... chown -R youruser:youruser APPLICATION_NAME