4 Replies Latest reply on Sep 6, 2010 9:48 PM by dhaval0129

    [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.

    dhaval0129

      Hi

       

       

      When I start Jboss 5.1.0, Below are first few lines of logs.

      I want to know what this line means : INFO  [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.

       

      I am trying to implement Jboss Remoting which not yet completely successfull. Is this line affecting my Jboss Remoting ?

      How should I fix this issue ?

       

      2010-09-02 14:51:54,690 INFO  [org.jboss.web.WebService] (main) Using RMI server codebase: http://DDX88LH1:8083/
      2010-09-02 14:51:59,612 INFO  [org.jboss.wsf.stack.jbws.NativeServerConfig] (main) JBoss Web Services - Stack Native Core
      2010-09-02 14:51:59,612 INFO  [org.jboss.wsf.stack.jbws.NativeServerConfig] (main) 3.1.2.GA
      2010-09-02 14:52:00,112 INFO  [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.
      2010-09-02 14:52:00,972 INFO  [org.jboss.logbridge.LogNotificationListener] (main) Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@a2a38[ defaultDomain='jboss' ]
      2010-09-02 14:52:09,143 INFO  [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@21782897{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
      2010-09-02 14:52:09,143 INFO  [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@21782897{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
      2010-09-02 14:52:09,143 INFO  [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@21782897{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
      2010-09-02 14:52:09,143 INFO  [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@21782897{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
      2010-09-02 14:52:11,862 INFO  [org.jboss.mx.remoting.service.JMXConnectorServerService] (main) JMX Connector server: service:jmx:rmi://DDX88LH1/jndi/rmi://DDX88LH1:1090/jmxconnector
      2010-09-02 14:52:11,972 INFO  [org.jboss.mail.MailService] (main) Mail Service bound to java:/Mail

        • 1. Re: [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.
          jaikiran

          You can safely ignore that log message

          • 2. Re: [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.
            dhaval0129

            Can you tell me what this message is all about coz i am getting this exception below while using jboss remoting

            and i think it might be because of this. I also posted it on jboss forums but there was reply

            https://community.jboss.org/message/560303#560303

             

            2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) org.jboss.remoting.callback.HandleCallbackException: Error handling callback
            2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:866)
            2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:694)
            2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at com.icrco.remoting.Tail.newLogFileLine(Tail.java:70)
            2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at com.icrco.remoting.LogFileTailer.fireNewLogFileLine(LogFileTailer.java:82)
            2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at com.icrco.remoting.LogFileTailer.run(LogFileTailer.java:138)
            2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) Caused by: org.jboss.remoting.callback.HandleCallbackException: Unable to persist callback and will not be able to deliver.
            2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:779)
            2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     ... 4 more

            • 3. Re: [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.
              jaikiran

              Just because the log message and the exception stacktrace has the word "callback" doesn't mean they are related

               

              dhaval joshi wrote:

               

              2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) org.jboss.remoting.callback.HandleCallbackException: Error handling callback
              2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:866)
              2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:694)
              2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at com.icrco.remoting.Tail.newLogFileLine(Tail.java:70)
              2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at com.icrco.remoting.LogFileTailer.fireNewLogFileLine(LogFileTailer.java:82)
              2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at com.icrco.remoting.LogFileTailer.run(LogFileTailer.java:138)
              2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) Caused by: org.jboss.remoting.callback.HandleCallbackException: Unable to persist callback and will not be able to deliver.
              2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:779)
              2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20)     ... 4 more

              Please post the entire exception stacktrace. That one looks like just a part of the stacktrace (or maybe the exception is not being logged?). Also the error seems to originate from a non-JBoss file which probably is your application's class:


              at com.icrco.remoting.LogFileTailer.run(LogFileTailer.java:138)

               

              You'll have to check what's going on in that code. Also a bit more details about your application will help in understanding the context of this exception.

              • 4. Re: [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.
                dhaval0129

                I Resolved this issue by increasing JVM Heap size in run.bat by adding  -Xms256m -Xmx512m to -server line