Problems, problems |
Post Reply | Page <1 45678 15> |
Author | |
AEProgman
Forum Senior Member Joined: August 11 2012 Location: Toadstool Status: Offline Points: 1787 |
Post Options
Thanks(0)
|
^I have not had that error....yet.
|
|
|
|
Quinino
Forum Senior Member Joined: June 26 2011 Location: Portugal Status: Offline Points: 3654 |
Post Options
Thanks(0)
|
It keeps happening, now more as a rule than as an exception - again, are you experiencing the same ? It could be widely useful to understand if it's a site problem... |
|
Nogbad_The_Bad
Forum & Site Admin Group RIO/Avant/Zeuhl & Eclectic Team Joined: March 16 2007 Location: Boston Status: Online Points: 20844 |
Post Options
Thanks(0)
|
I get that when I click on the album image but not when I click on the title.
|
|
Ian
Host of the Post-Avant Jazzcore Happy Hour on Progrock.com https://podcasts.progrock.com/post-avant-jazzcore-happy-hour/ |
|
Quinino
Forum Senior Member Joined: June 26 2011 Location: Portugal Status: Offline Points: 3654 |
Post Options
Thanks(0)
|
Really ???? Makes no difference to me, just checked to confirm.
How long do you notice this, for me it's about a week now and seems to be getting worse (another inconvenience to bring us down, it seems...) |
|
Nogbad_The_Bad
Forum & Site Admin Group RIO/Avant/Zeuhl & Eclectic Team Joined: March 16 2007 Location: Boston Status: Online Points: 20844 |
Post Options
Thanks(0)
|
Just checked, doesn't make a difference what I click on but I get the error about 30% of the time. It's been going about a week or so.
Edited by Nogbad_The_Bad - January 20 2018 at 12:03 |
|
Ian
Host of the Post-Avant Jazzcore Happy Hour on Progrock.com https://podcasts.progrock.com/post-avant-jazzcore-happy-hour/ |
|
The Bearded Bard
Special Collaborator Honorary Collaborator Joined: January 24 2012 Location: Behind the Sun Status: Offline Points: 12859 |
Post Options
Thanks(0)
|
I, too, have gotten it from time to time lately. 30% of the time sounds about right.
|
|
|
|
omphaloskepsis
Forum Senior Member Joined: October 19 2011 Location: Texas Status: Offline Points: 6339 |
Post Options
Thanks(0)
|
Edited by omphaloskepsis - January 20 2018 at 13:09 |
|
Quinino
Forum Senior Member Joined: June 26 2011 Location: Portugal Status: Offline Points: 3654 |
Post Options
Thanks(0)
|
I almost wished it was only me, at least there was a chance to be able to repair on my own...
Now, I'm just guessing, but which browser are you guys using - mine is Firefox 56 (with NoScript, Mcafee WebAdvisor, Colorful Tabs and Download StatusBar add-ons), could this somehow be the culprit ? |
|
yam yam
Collaborator Crossover Team Joined: June 16 2011 Location: Kerberos Status: Offline Points: 6347 |
Post Options
Thanks(0)
|
I've been getting it too over the last couple of days when visiting album pages or band/artist entries. I'm using Chrome browser, with McAfee WebAdvisor, but no other add-ons. Again, it only happens with progarchives, and no other sites, so almost certainly not a local problem with my computer.
|
|
Tapfret
Special Collaborator Honorary Collaborator / Retired Admin Joined: August 12 2007 Location: Bryant, Wa Status: Offline Points: 8581 |
Post Options
Thanks(0)
|
Yes, but only the first album I try to access, then it stops for the test of my session.
|
|
The.Crimson.King
Forum Senior Member Joined: March 29 2013 Location: WA Status: Offline Points: 4596 |
Post Options
Thanks(0)
|
Just tested and I'm getting it consistently right now...noticed it a couple days ago as well
|
|
AEProgman
Forum Senior Member Joined: August 11 2012 Location: Toadstool Status: Offline Points: 1787 |
Post Options
Thanks(0)
|
Now I am getting the error, started yesterday, worse today. Occurred on iPhone and on Windows 7 laptop using Google Chrome. First Crapcha, now this.... :(
|
|
|
|
Quinino
Forum Senior Member Joined: June 26 2011 Location: Portugal Status: Offline Points: 3654 |
Post Options
Thanks(0)
|
Good News - for two hours now I'm not getting any error message - let's hope for the best, it was really annoying / time consuming / nerve wrecking (Ufffffff........)
|
|
Quinino
Forum Senior Member Joined: June 26 2011 Location: Portugal Status: Offline Points: 3654 |
Post Options
Thanks(0)
|
Bad News are back
Four more hours have passed with intense use of the DB and now the error made an unexpected comeback Provisional conclusion to be made: all points to the cause being on the site, not a permanent situation but dependent on some condition that varies with time ... volume of user traffic creating some kind of bottleneck ? m@x doing some update / backup / whatever ? |
|
Tapfret
Special Collaborator Honorary Collaborator / Retired Admin Joined: August 12 2007 Location: Bryant, Wa Status: Offline Points: 8581 |
Post Options
Thanks(0)
|
Sounds like the kind of thing that might clear up with a simple server reboot.
|
|
Vompatti
Forum Senior Member VIP Member Joined: October 22 2005 Location: elsewhere Status: Offline Points: 67407 |
Post Options
Thanks(0)
|
From my limited understanding it's a relatively common database error, but there should be an error handler in the SQL code that retries the transaction a certain number of times if it fails.
|
|
Quinino
Forum Senior Member Joined: June 26 2011 Location: Portugal Status: Offline Points: 3654 |
Post Options
Thanks(0)
|
Hummmm, makes sense - which means it's out of our reach
M@@@@@@@x, are you there? |
|
Davesax1965
Forum Senior Member Joined: May 23 2013 Location: UK Status: Offline Points: 2839 |
Post Options
Thanks(0)
|
I just replied to the "deadlock" matter on another thread.
I'm an ex database administrator, on Oracle, not SQL server, which is what this site is hosted on. However, the same principles apply as Oracle and SQL (and most relational databases) operate in much the same way. When a query to a database object fails.... ie, when you try to look something up and the network drops, for example, you end up with a lock. Locks are part of DBA life, the database basically marks data as "not writeable" for a while as it stops multiple data updates to the same location. You get a certain number of locks available to the system. Normally, a background process clears up locked data after a while, but in some cases, if you get lots of locks, the background process has failed or a serious lock occurs. If you get shed loads of locks, the DBA intervenes, overrides the manual process and does it all manually. Except Prog Archives won't have a DBA looking after it, it costs too much. Since lots of locks are occurring, a sensible thing to do is for the ISP to (a) shut the SQL server database down and then (b) re-start it. This should resolve all the locks. Probably. ;-) Longer you leave a locking up database, worse it gets. I'd schedule in an auto shutdown / reboot of the database at least once a fortnight, to be honest. That's easy to do. |
|
|
|
Quinino
Forum Senior Member Joined: June 26 2011 Location: Portugal Status: Offline Points: 3654 |
Post Options
Thanks(0)
|
Thanks a lot for the explanation, Dave - let's hope someone with enough power (?) reads this and acts ...
|
|
Davesax1965
Forum Senior Member Joined: May 23 2013 Location: UK Status: Offline Points: 2839 |
Post Options
Thanks(0)
|
No chance. ;-)
Prog Archives will be hosted on a small(ish) SQL server database in an ISP's server room. There will be a very large number of servers hosting masses of websites and databases. No DBA. DBA's cost big money and are solely for "mission critical" database systems. I used to work for IKEA, Maersk Sealand, Seawheel, the UK NHS Service, and for people who paid thousands per month for an expert to keep an eye on their data. So no one will be looking. Whoever owns the site can request a database reboot, of course. They'll hardly fall over themselves at the ISP unless the site is completely down and they may lose money. This is an almost inevitable progression of databases. As they get older and more bloated with rubbish, and rarely rebooted, internal errors occur, locks start mounting up, performance starts decreasing. So it goes. |
|
|
|
Post Reply | Page <1 45678 15> |
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |