5 Replies Latest reply on Jun 1, 2009 3:06 AM by pelirr

    No classloader provider, jboss 5.0.0

      Hello, I have a problem with jboss 5.0.0. Server give these problem:

      11:32:02,597 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been dete
      cted that the MessageSucker component which sucks messages from one node to another has not had its
      password changed from the installation default. Please see the JBoss Messaging user guide for instru
      ctions on how to do this.
      11:32:02,643 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.an
      notation.ManagementComponent

      Can you help me? I don't know a lot about jboss and I'm missing. Thanks, and regards

        • 1. Re: No classloader provider, jboss 5.0.0
          gaohoward

          11:32:02,597 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been dete
          cted that the MessageSucker component which sucks messages from one node to another has not had its
          password changed from the installation default. Please see the JBoss Messaging user guide for instru
          ctions on how to do this.

          You need to change the SuckerPassword in messaging-service.xml to get rid of the warning.


          11:32:02,643 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.an
          notation.ManagementComponent

          https://jira.jboss.org/jira/browse/JBMDR-55

          not sure this is exactly the issue, ask the guys there.

          • 2. Re: No classloader provider, jboss 5.0.0

            Hello, there are 3 messaging-service.xml in jboss, I changed "SuckerPassword" by another word "cambiadopassword" but the error continuous. Or should I delete it?
            And about second error, I don't know what I am to do. I see this page https://jira.jboss.org/jira/browse/JBMDR-55 , but how can I ask anyone this problem?

            Thanks very much, and forgive my little knowledge

            Regards

            • 3. Re: No classloader provider, jboss 5.0.0
              gaohoward

              I'm looking at the first issue now.

              For the second issue (JBMDR-55), I think you can put the question to the AS forum.

              Thanks.

              • 4. Re: No classloader provider, jboss 5.0.0
                gaohoward

                Hi,

                In AS 5, jboss messaging is configured to use another security manager. So it doesn't make sense to change it in messaging-service.xml. Rather you need to change the entry in messaging-jboss-beans.xml (suckerPassword property).

                Sorry for the confusion.

                • 5. Re: No classloader provider, jboss 5.0.0

                  Hello, I have changed the entry in messaging-jboss-bean-xml and the error "WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK..." is solved. Thank you very much. I try to see the second error by internet ("WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent ") but I haven't seen anything that help me. So I wait for your help. Thanks again, and regards