9 Replies Latest reply on Aug 9, 2008 7:56 PM by pmuir

    CORRUPTED: Post

      Hi!, I have been trying to post to How to share ejb project across multiple applications?, but this forum has deleted my post 3 times, the 4th, it sent it to the wrong thread, and the 5th finally seems to be right, I hope I don't have to post it again (but I'll do it if necessary)...

        • 1. Re: CORRUPTED: Post
          christian.bauer

          Those were issues with a race condition and resulted in corrupted rows in the database. I had to delete these posts.


          But because nobody sends me any exceptions or steps to reproduce these problems, I can't fix it.


          • 2. Re: CORRUPTED: Post

            Hi!


            Thanks for explaining. I saw no stack trace exception, I didn't do anything special (just logged in, and posted). My post seemed to be all right, logged again a few minutes later, and my post was gone. And again, an so on... 5 times.


            Last week I saw something similar (a corrupted thread composed of messages from several threads, I posted warning about it, but, a few days later, my that post was gone too (guess you fixed it)


            If I ever suspect the reason for this weird behavior, I'll post it.


            For now, the only strange thing I have seen is that, sometimes when I enter this forums it says, with red letters at the top, that I should enable cookies to use this site (they are enabled, and the messages appears randomly, I wonder if it related to the fact that I am behind 2 squid proxies. (When I visit http://c2.com I have to refresh twice to see my posts, and here, sometimes, when I login, if I don't refresh right after I logged in, is as if I didn't login)


            Thanks again,

            • 3. Re: CORRUPTED: Post
              christian.bauer

              The cookie check is completely client-side:


              function checkCookieSupport() {
                  if(!document.cookie) {
                      jQuery("body")
                          .prepend("<div class='cookieJavaScriptWarning'>" +
                                   "Please enable cookie support in your browser, otherwise " +
                                   "some features of this website will not work. Cookies are " +
                                   "used only for temporary client identification and destroyed " +
                                   "when you quit the browser." +
                                   "</div>");
                  }
              }
              




              • 4. Re: CORRUPTED: Post
                christian.bauer

                I'm guessing you are using Internet Explorer? Don't.


                • 5. Re: CORRUPTED: Post

                  Wrong guess ;-), I am using Firefox 3 (I just hate Internet Explorer :-P ).

                  • 6. Re: CORRUPTED: Post
                    christian.bauer

                    Use Firefox 2, apparently Firefox 3 is much like Opera 9.5 breaking a lot of things.


                    • 7. Re: CORRUPTED: Post
                      admin.admin.email.tld

                      I had a recent (quite lengthy) post about a problem I had yesterday with running an integration test that's mysteriously disappeared as far as I can tell...

                      • 8. Re: CORRUPTED: Post
                        christian.bauer

                        No, but I delete it because you did not follow policy: Do not post 20 pages, narrow down your problem first.


                        • 9. Re: CORRUPTED: Post
                          pmuir

                          No, I deleted it because the response was OT, and not related to the OPs problem.