[web2py] Re: web2py internal error

2018-07-19 Thread Anthony
Googling that error message, it looks like it could have something to do with concurrency and the .pyc file for the module. Maybe confirm the module isn't corrupted, and remove its .pyc file. Anthony On Thursday, July 19, 2018 at 2:04:00 AM UTC-4, Dave S wrote: > > > > On Monday, July 16, 2018

[web2py] Re: web2py internal error

2018-07-18 Thread Dave S
On Monday, July 16, 2018 at 3:18:34 PM UTC-7, Anthony wrote: > > On Monday, July 16, 2018 at 3:18:44 PM UTC-4, Peter Hendriks wrote: >> >> Ticket issued: >> malta_advies/141.8.9.39.2018-07-16.13-01-34.2270ef94-db9a-47a5-8866-f081bdf9715f >> >>

[web2py] Re: web2py internal error

2018-07-17 Thread Peter Hendriks
When web2py generates an error like that, the ticket that it links to contains details of what is causing the error. That ticket is also written to disk somewhere. You can check the web2py documentation for where the ticket is stored so you can look at it to determiner what is wrong. Thanks Gle

[web2py] Re: web2py internal error

2018-07-17 Thread Peter Hendriks
I can go in to the admin by typing https://www.maltaa-advies.nl/admin then I get the login screen for admin. Op dinsdag 17 juli 2018 00:12:29 UTC+2 schreef Dave S: > > > > On Monday, July 16, 2018 at 12:18:44 PM UTC-7, Peter Hendriks wrote: >> >> Ticket issued: >> malta_advies/141.8.9.39.2018-07

[web2py] Re: web2py internal error

2018-07-16 Thread Anthony
On Monday, July 16, 2018 at 3:18:44 PM UTC-4, Peter Hendriks wrote: > > Ticket issued: > malta_advies/141.8.9.39.2018-07-16.13-01-34.2270ef94-db9a-47a5-8866-f081bdf9715f > >

[web2py] Re: web2py internal error

2018-07-16 Thread Dave S
On Monday, July 16, 2018 at 12:18:44 PM UTC-7, Peter Hendriks wrote: > > Ticket issued: > malta_advies/141.8.9.39.2018-07-16.13-01-34.2270ef94-db9a-47a5-8866-f081bdf9715f > >

[web2py] web2py internal error

2018-07-16 Thread Peter Hendriks
Ticket issued: malta_advies/141.8.9.39.2018-07-16.13-01-34.2270ef94-db9a-47a5-8866-f081bdf9715f Since this morning the above I see when I type my website. for inf

[web2py] Internal error @ web2pyslices

2016-04-21 Thread Manuele Pesenti
doh! http://www.web2pyslices.com/home -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google G

[web2py] Internal error while session varaible value printing

2015-09-27 Thread Sourav Saha
Error: Internal errorTicket issued: test1/127.0.0.1.2015-09-27.08-53-46.99c7c9c2-afdb-4fe2-bdec-be0f0d3bb74b default.py def index(): session.a= session.a + 1 message=' a=

[web2py] "internal error: [Errno 1] Operation not permitted" when attempting Pack All

2015-03-17 Thread Tom Campbell
Attempting to do a Manage > Pack All on a project but I get this message: messageinternal error: [Errno 1] Operation not permitted: I am attempting to save to the Dropbox directory in which web2py lives. What should to do to get it to pack correctly? -- Resources: - http://web2py.com - ht

Re: [web2py] Internal error - after setting up the existing application on new web2py system

2014-05-27 Thread Johann Spies
On 24 May 2014 08:36, Nishmita Singhla wrote: Hey Fellow programmers, > > *Ticket ID* > > 127.0.0.1.2014-05-24.11-24-31.e7ecce1d-a357-4b8f-b912-1eb609468d81 'exceptions.RuntimeError'> Failure to connect, tried 5 times: Traceback (most > recent call last): File "/home/mdipierro/make_web2py/web2py

[web2py] Internal error - after setting up the existing application on new web2py system

2014-05-26 Thread Nishmita Singhla
Hey Fellow programmers, My friend shared a web2py application with me and I am new to it. I recently downloaded web2py and installed on my system. However he was working on this project since few months now. I just wanted to learn from the application on howto use web2py and want to understan

Re: [web2py] Internal error Ticket issued: unrecoverable

2014-03-11 Thread Richard Vézina
Did you just update web2py? You should check for file persmission : sudo chown www-data.www-data -R * Richard On Tue, Mar 11, 2014 at 10:20 AM, TYRANISTAR wrote: > Hello everyone, I have a simple application that returns a MySQL table > using a SQLFORM.grid and requires a username-password au

[web2py] Internal error Ticket issued: unrecoverable

2014-03-11 Thread TYRANISTAR
Hello everyone, I have a simple application that returns a MySQL table using a SQLFORM.grid and requires a username-password authentication. My web2py application runs on Debian server via an Apache webserver. Up to this time it worked perfectly but after some point (for no good reason) it's ju

[web2py] Internal Error session._try_store_in_cookie_or_file(request, response)

2013-12-01 Thread Krishna Bavandlapally
If I login using(https://x.x.x.x/myapp https without port its working fine, same time I tried to login using(http://x.x.x.x:9090/myapp http with port 9090 its showing internal error. Please help. Krsihna -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://git

Re: [web2py] Internal Error - Ticket unknown - only over HTTPS?!

2013-10-31 Thread Michele Comitini
1. try to activate logging using logging.conf (see the included example). 2. look in your app errors directory, and see if you find any error file, then go to web2py root dir and launch the shell: python web2py.py -S app2 -M >>> import pickle >>> with open('applications/app/errors/127.0.0.1.2013

[web2py] Internal Error - Ticket unknown - only over HTTPS?!

2013-10-30 Thread AbrahamLinksys
Hi all, I'm running a little older version of web2py in production (1.99.7). I have two apps configured to different subdomains -- app1.domain.edu -> app1 app2.domain.edu -> app2 This works fine. Great in fact -- I'm using routers to make the apps default based on the domain, so appnames aren'

[web2py] Internal error Ticket issued: unrecoverable when starting web2py

2012-10-07 Thread GoFrendi Gunawan
I've just download the newest version of web2py since the one included in ubuntu repository is outdated (1.9.9) https://github.com/web2py/web2py/tree/e1bb2b4556352612a8f0386373d23e49f3e138c4 As instructed, I execute web2py.py But I get Internal error Ticket issued: unrecoverable I've try to click

[web2py] internal error crash with newest 2.0.6 and old 1.99.2

2012-09-03 Thread lucas
i have been having a problem with users logging in or registering. web2py seems to crash on some level and returns an internal error after the user hits submit upon registering or logging in. i was initially getting the error on my web2py version installed of 1.99.2, so i updated to the latest

[web2py] Internal Error clicking on the "mailing list" link on the official support page

2012-08-30 Thread Nico Zanferrari
Hello, I've found that on the official support web page ( http://web2py.com/examples/default/support) if you click on the first link (= *mailing list* , that points to http://web2py.com/examples/default/usergroups ) you always get a Internal Error. Nico --

[web2py] Internal Error if args are not passed

2012-08-29 Thread SeamusSeamus
Hi, I am passing args from my SQLForm to a page (details.html) which pretty much shows 'details' about a product. www.mydomain.com/details/item-name If I just go to www.mydomain.com/details I get 'NoneType' object has no attribute 'title' I am guessing this is because it is loading a pa

[web2py] "Internal error" on every page, can't even access admin

2012-07-25 Thread Alec Taylor
I'm getting an annoying "Internal error" message on every page, with a link to the ticket it issued. Unfortunately following that link presents me with another "Internal error" page. Could this be a web-server issue, e.g.: out of memory? Would it be possible to open the ticket over SSH? Thanks

Re: [web2py] Internal Error on EC2/Ubuntu

2012-07-19 Thread Jonathan Lundell
On 19 Jul 2012, at 2:42 PM, lyn2py wrote: > That's right, it works for now. Which file do I need to change? It can be tricky playing with this stuff, so no guarantees... Here's what I'd try. In /etc/apache2/sites-available/default (which was set up by setup-web2py-ubuntu.sh), find this line:

Re: [web2py] Internal Error on EC2/Ubuntu

2012-07-19 Thread lyn2py
That's right, it works for now. Which file do I need to change? Thanks Jonathan! On Thursday, July 19, 2012 11:20:49 PM UTC+8, Jonathan Lundell wrote: > > On 19 Jul 2012, at 12:24 AM, lyn2py wrote: > > Example: > /home/www-data/web2py/applications > By tree's owner do you mean the owner of web2p

Re: [web2py] Internal Error on EC2/Ubuntu

2012-07-19 Thread Jonathan Lundell
On 19 Jul 2012, at 12:24 AM, lyn2py wrote: > Example: > /home/www-data/web2py/applications > By tree's owner do you mean the owner of web2py folder or owner of www-data > folder? I mean the web2py folder and its contents. > > From what I see, www-data folder is root:root > web2py folder is www-

[web2py] Internal Error on EC2/Ubuntu

2012-07-18 Thread lyn2py
I discovered that after I changed permissions on the web2py folder (chown), web2py registers this internal error. I did this because adding user to the www-data group doesn't give it permissions at all (weird!) Changing the permissions back to www-data:www-data didn't iron things out. Can an e

[web2py] Internal error

2011-10-12 Thread Johann Spies
I am running a script to update data and on some records I get the error: *** InternalError: current transaction is aborted, commands ignored until end of transaction block Turning on pdb.set_trace() enabled me to find the actual problem line: skr = db.akb_authors[i] where i = 176530 in this c

Re: [web2py] Re: Getting a reproducible web2py internal error

2011-07-17 Thread ron_m
You should probably check permissions and ACLs all the way up the directory tree to the root of the drive. It is possible to apply an ACL in an upper level directory and with a check box option cause that permission to apply recursively to the whole file tree below.

Re: [web2py] Re: Getting a reproducible web2py internal error

2011-07-16 Thread Kenneth Lundström
On 17.7.2011 6:08, pbreit wrote: What sort of server are you on? Is it shared hosting or do you control your own server? Linux or Unix? In Garys first mail and last sentence Gary wrote: "The system I'm running on is a Microsoft Windows Server 2003 R2 On both a Linux/Ubuntu and a Windows XP mac

Re: [web2py] Re: Getting a reproducible web2py internal error

2011-07-16 Thread pbreit
What sort of server are you on? Is it shared hosting or do you control your own server? Linux or Unix?

Re: [web2py] Re: Getting a reproducible web2py internal error

2011-07-16 Thread howesc
i'm not a sqlite junkie, so i don't know the exact syntax, but ssh in to the box and launch the sqlite interactive console, connect it to the database file created by web2py and see if you can view/update/delete records by writing raw SQL statements. perhaps the errors in the console will be mo

Re: [web2py] Re: Getting a reproducible web2py internal error

2011-07-15 Thread Gary Herron
Yes, I am using sqlite. And I'm using web2py straight out of the box (so to speak) -- just a straight download and unzip. And the problem is more pervasive then originally mentioned:Any attempt to insert a record into any table that has a reference Field results in the error.I've che

[web2py] Re: Getting a reproducible web2py internal error

2011-07-15 Thread Massimo Di Pierro
OperationalErrors originate from database, not web2py. Are you using sqlite? It could be a file permission issue. On Jul 15, 12:23 pm, Gary Herron wrote: > Has anyone seen this error, or know what it means?  Any advice, > workaround or solution would be greatly appreciated. > > On a machine (some

[web2py] Getting a reproducible web2py internal error

2011-07-15 Thread Gary Herron
Has anyone seen this error, or know what it means? Any advice, workaround or solution would be greatly appreciated. On a machine (somewhere in the cloud), I'm trying to get a small web2py site working and I'm running into a persistent reproducible bug that's killing me. The error I get is:

[web2py] Internal error Ticket issued: unrecoverable

2011-01-23 Thread devGS
I'm getting "Internal error Ticket issued: unrecoverable" after running the sample app few times and deleting some entities from my local datastore. I don't know what stack trace I can look into since my log console doesn't show any errors. The error happens when running web2py from GAE Launch

[web2py] internal error trying to connect to a mssql db

2010-11-12 Thread Crim
so this is all the code i really have for this right now db = DAL('mssql//s...@localhost/master') just trying to connect to my localhost ms sql db that i set up using the newest version of ms sql server im just trying to use the default account sa to connect ... which doesnt require a passw

[web2py] Internal error

2010-06-11 Thread Cory Coager
Getting this on an initial setup of web2py trying to load the welcome application. Not much in the logs... [Fri Jun 11 12:45:39 2010] [notice] mod_python (pid=3793, interpreter='example.com'): Importing module '/path/to/ modpythonhandler.py' [Fri Jun 11 12:45:39 2010] [notice] mod_python (pid=379

[web2py] internal error in pyamf module when trying to invoke amfrpc service

2010-03-09 Thread iggass
Hello! I'm trying to deploy basic connectivity between Flex AS3 application and web2py server-side. In order to achieve this noble cause I studied the official tutorial (http://www.web2py.com/AlterEgo/default/show/22) and the official documentation (http://web2py.com/book/default/section/ 9/2). So

[web2py:36773] Re: web2py internal error

2009-12-08 Thread mdipierro
On google appengine you cannot use SQLite DAL('sqlite://...') should be replaced by DAL('gae') You can have to use their db, they do not provide sqlite. Massimo On Dec 8, 7:49 am, zubair assad wrote: > i am getting this error:http://pastebin.com/m248282b > > i have python 2.5, google app eng

[web2py:36770] web2py internal error

2009-12-08 Thread zubair assad
i am getting this error: http://pastebin.com/m248282b i have python 2.5, google app engine, sqlite3. How can i rectify this error ? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. T