6 Replies Latest reply on Feb 11, 2008 5:18 PM by pmuir

    A lot of

    mail.micke

      Hi,
      I can see a lot of "starting up: org.jboss.seam.security.identity" entries in my logs and wonder when this log entry is created?

      Had a quick browse through FishEye and think I found the place in Context.java where this it is generated. But I don't quite understand why I see some many of these.

      I thought that since the identity component is session scoped I would see one of these per started session, is that correct? (just greped and found thousands).


      Using Seam 1.2.1.GA on JBoss 4.0.3SP1

      Cheers,
      micke

        • 1. Re: A lot of
          nickarls

          One wouldn't there should be that many of them. Can you see them if you try a fresh seam-gen project and add security to it?

          • 2. Re: A lot of
            mail.micke

            When running the application on localhost, I don't see those loggings.

            Could the conversation timeout play a part in this? Currently have it set to 1 minute for testing. (far fetched I know ;) )

            But on our devprod deployment there are a lot of them.

            2008/02/05 12:02:03,657 starting up: org.jboss.seam.security.identity
            2008/02/05 12:02:03,667 starting up: org.jboss.seam.security.identity
            2008/02/05 12:02:03,807 starting up: org.jboss.seam.security.identity
            2008/02/05 12:02:03,827 starting up: org.jboss.seam.security.identity
            2008/02/05 12:02:03,847 starting up: org.jboss.seam.security.identity
            2008/02/05 12:02:03,857 starting up: org.jboss.seam.security.identity
            2008/02/05 12:02:03,867 starting up: org.jboss.seam.security.identity
            2008/02/05 12:02:03,967 starting up: org.jboss.seam.security.identity
            2008/02/05 12:02:03,997 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:03,292 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:03,612 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:03,822 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:03,982 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,042 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,082 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,102 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,132 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,192 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,402 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,502 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,502 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,512 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,582 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,672 starting up: org.jboss.seam.security.identity
            2008/02/05 12:03:04,672 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:03,597 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:03,867 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:03,867 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:03,937 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:03,977 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,077 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,087 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,137 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,137 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,147 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,386 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,426 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,436 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,446 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,456 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,536 starting up: org.jboss.seam.security.identity
            2008/02/05 12:04:04,586 starting up: org.jboss.seam.security.identity
            


            • 3. Re: A lot of
              pmuir

              Conversation timeout shouldn't matter.

              • 4. Re: A lot of
                mail.micke

                Any suggestions on how to try and figure out what is going on?

                After about 24 hours there seems to be 15-20.000 of those log entries.

                Micke

                • 5. Re: A lot of
                  mail.micke

                  This is turing into a bit of a problem for me.

                  Perhaps if someone could explain to me under which circumstances the creation of the identity component occurs?

                  (Unfortunately the problem appears on a devprod machine which means I can't debug it via an IDE.)

                  • 6. Re: A lot of
                    pmuir

                    At the creation of a session