This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: integrating jboss-7.1.1 with nagiosmanishdevraj Feb 25, 2013 4:23 AM (in response to jigneshmpatel)There is ClassLoader issues for collector.sar deployed in Jboss that is causing initialization error for $answer. We can bypass warning by adding check to see if it is defined to every location where it has been accessed. if (defined($answer) && #some access to answer # )This should take care of above error 
 
    