Re: [WebDNA] An unknown error occured // Deadlock avoided
This WebDNA talk-list message is from 2011
It keeps the original formatting.
numero = 106893
interpreted = N
texte = Ken,yes it would appear I do have my answer, quicker than I was able to=20answer all the emails that came in on my previously submitted emails.I will take the time to just address a few of them though.Ronald,Yes, sorry I've become very frustrated with this whole system. While I=20don't doubt it can be used to build large and complex systems, if you=20know what you are doing. Then I shall happily admit, I havent got a=20clue, when it comes to webDNA; further I inherited this system, I did=20not design it nor implemented it, I have been killing bugs ever since I=20got involved in it 5 years ago. During those 5 years, I've learned=20enough of webDNA to usually solve the problems and develop some minor=20scripts, I am by no means an expert and have never claimed to be. Having=20said that, I do regret simply blurting out that I should simply move the=20entire thing to another language, that wont solve the problem. I believe=20the flaw in the system is the design of it, not so much the language it=20is implemented in. This is an issue that goes back until when the system=20was first purchased by a company that delivered an unfinished product,=20which the employees then began fixing and expanding, resulting in the=20mess it is now. Again, not the fault of the language. Moving it to=20another language is not an option anyway.I don't know what others considers a large system, but last I checked,=20about a year and a half ago. it was 250.000 lines, this is both=20presentation(html) and webdna logic. I find that to be a large site as=20other systems I've worked on that does 10 times more, does not even=20contain 50.000 lines of logic code, and the presentation logic is not=20tied into it. Again this could be the fault of the original implementors=20and the modifications done over the years and not the fault of webdna.Ken, in one of your previous mails you asked about the admin panel.The admin system I am refering to is the admin/index.tpl that I believe=20is included in the webcatalog release. However as this is an inherited=20system, I am not sure. There are options in this for showing the=20triggers, sandbox versions, show databases, commit and flush databases=20and a few others.And I do apologise for not including enough information in my post,=20about the problem.As Stuart mentions,"It does seem to be coming regularly from one template that shares a=20heap of code with other templates." - StuartThis is also the case with my system, the code is shared between other=20templates and the combined code is big, atleast from what I have seen.IN general, if someone has something I could read to get more up to=20speed on general workings of webdna, I would be very much interested, so=20far I've gotten by, by patching things together from the manual and the=20code that is already present in the system, simply continueing the same=20code design (this leeds to problems if the code design is poor - which I=20admittedly already know it is, I simply do not have the competences to=20change it using webdna).I mentioned earlier the system is 250.000 lines of presentation and=20webdna logic, I think this is a large system? It is backed by a few=20remaining flat file db's, and a MSSQL server, which also poses problems,=20as webdna does not appear to close the db connections, and sooner or=20later the sql server has to be restartet or some piece of sql code=20executed to drop the connections. This is a whole other issue, but I=20spoke with Chris earlier that the sql release only works with mysql I=20think he replied.All in all, thanks for the assistance I am sorry I was not able to=20provide more information more speedily for a resolution of this problem.=20Seaching the internet, I have come across others that have had the same=20problem, but I feel there is a lack of forum where these sorts of things=20can be addressed. Somewhere along the line, this issue might appear=20again somewhere else and someone will either have to figure it out=20themselves or post another question to the mailling list. But again,=20that would require active users which are interested in sharing=20solutions and so on./TommyOn 11-07-2011 01:59, Kenneth Grome wrote:>> I reported the same problem last>> week on a system that has been running for 5+ years and>> have NEVER seen the problem in 12+ years of WebDNA>> experience.> Maybe it is caused by a somewhat recent upgrade on Windows> servers?>>> After reading the many rants in this thread I do suspect>> that it MAY be a Windows problem brought about from a>> Windows update.>> In this case, i believe Windows (an update, a specific>> module or extension) is to blame.> It looks like a few of us are coming to a conclusion that> makes sense: WebDNA is fine, Windows is screwing things up.>> Tom, I think you have your answer. Now all someone has to> do is find a way to solve the problem ...>> Sincerely,> Kenneth Grome> ---------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list
.> To unsubscribe, E-mail to:> archives: http://mail.webdna.us/list/talk@webdna.us> Bug Reporting: support@webdna.us>--=20Med Venlig HilsenTommy Dahlb=C3=A6k BellTlf: +45 27 63 00 88E-mail: tbell05@student.aau.dkE-mail: tommy@enkelthed.dk
Associated Messages, from the most recent to the oldest:
Ken,yes it would appear I do have my answer, quicker than I was able to=20answer all the emails that came in on my previously submitted emails.I will take the time to just address a few of them though.Ronald,Yes, sorry I've become very frustrated with this whole system. While I=20don't doubt it can be used to build large and complex systems, if you=20know what you are doing. Then I shall happily admit, I havent got a=20clue, when it comes to webDNA; further I inherited this system, I did=20not design it nor implemented it, I have been killing bugs ever since I=20got involved in it 5 years ago. During those 5 years, I've learned=20enough of webDNA to usually solve the problems and develop some minor=20scripts, I am by no means an expert and have never claimed to be. Having=20said that, I do regret simply blurting out that I should simply move the=20entire thing to another language, that wont solve the problem. I believe=20the flaw in the system is the design of it, not so much the language it=20is implemented in. This is an issue that goes back until when the system=20was first purchased by a company that delivered an unfinished product,=20which the employees then began fixing and expanding, resulting in the=20mess it is now. Again, not the fault of the language. Moving it to=20another language is not an option anyway.I don't know what others considers a large system, but last I checked,=20about a year and a half ago. it was 250.000 lines, this is both=20presentation(html) and webdna logic. I find that to be a large site as=20other systems I've worked on that does 10 times more, does not even=20contain 50.000 lines of logic code, and the presentation logic is not=20tied into it. Again this could be the fault of the original implementors=20and the modifications done over the years and not the fault of webdna.Ken, in one of your previous mails you asked about the admin panel.The admin system I am refering to is the admin/index.tpl that I believe=20is included in the webcatalog release. However as this is an inherited=20system, I am not sure. There are options in this for showing the=20triggers, sandbox versions, show databases, commit and flush databases=20and a few others.And I do apologise for not including enough information in my post,=20about the problem.As Stuart mentions,"It does seem to be coming regularly from one template that shares a=20heap of code with other templates." - StuartThis is also the case with my system, the code is shared between other=20templates and the combined code is big, atleast from what I have seen.IN general, if someone has something I could read to get more up to=20speed on general workings of webdna, I would be very much interested, so=20far I've gotten by, by patching things together from the manual and the=20code that is already present in the system, simply continueing the same=20code design (this leeds to problems if the code design is poor - which I=20admittedly already know it is, I simply do not have the competences to=20change it using webdna).I mentioned earlier the system is 250.000 lines of presentation and=20webdna logic, I think this is a large system? It is backed by a few=20remaining flat file db's, and a MSSQL server, which also poses problems,=20as webdna does not appear to close the db connections, and sooner or=20later the sql server has to be restartet or some piece of sql code=20executed to drop the connections. This is a whole other issue, but I=20spoke with Chris earlier that the sql release only works with mysql I=20think he replied.All in all, thanks for the assistance I am sorry I was not able to=20provide more information more speedily for a resolution of this problem.=20Seaching the internet, I have come across others that have had the same=20problem, but I feel there is a lack of forum where these sorts of things=20can be addressed. Somewhere along the line, this issue might appear=20again somewhere else and someone will either have to figure it out=20themselves or post another question to the mailling list. But again,=20that would require active users which are interested in sharing=20solutions and so on./TommyOn 11-07-2011 01:59, Kenneth Grome wrote:>> I reported the same problem last>> week on a system that has been running for 5+ years and>> have NEVER seen the problem in 12+ years of WebDNA>> experience.> Maybe it is caused by a somewhat recent upgrade on Windows> servers?>>> After reading the many rants in this thread I do suspect>> that it MAY be a Windows problem brought about from a>> Windows update.>> In this case, i believe Windows (an update, a specific>> module or extension) is to blame.> It looks like a few of us are coming to a conclusion that> makes sense: WebDNA is fine, Windows is screwing things up.>> Tom, I think you have your answer. Now all someone has to> do is find a way to solve the problem ...>> Sincerely,> Kenneth Grome> ---------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list.> To unsubscribe, E-mail to:> archives: http://mail.webdna.us/list/talk@webdna.us> Bug Reporting: support@webdna.us>--=20Med Venlig HilsenTommy Dahlb=C3=A6k BellTlf: +45 27 63 00 88E-mail: tbell05@student.aau.dkE-mail: tommy@enkelthed.dk
Tommy Bell
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Postdata expired from cache (2004)
Search in 2 or more catalogs (1997)
Fun with Dates - revisited (1997)
WebMerchant 1.6 and https (1997)
FEA REQ: One .hdr, multiple .db's (2003)
users change an email address (2002)
WebDNA quitting (2008)
docs for WebCatalog2 (1997)
WebDNA - fun to compare (2005)
[WebDNA] Storing time data in a database (2016)
WC2b15 - [HTMLx]...[/HTMLx] problems SOLVED! (1997)
select multiple 2 more cents (1997)
[ShowNext] (1997)
Not seeing cart info on Invoice.tmpl (was PROBLEM) (1997)
Anybody using PayFlow Pro on OSX? (2004)
Looking For WebCatalog Migration Assistance (2003)
Weird Math (2000)
Folder modify times (2003)
Country & Ship-to address & other fields ? (1997)
E-mail Attachments (1997)