[JIRA] (JENKINS-60503) What plugin causes the error

2020-01-29 Thread m.win...@sap.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Markus Winter commented on  JENKINS-60503  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: What plugin causes the error   
 

  
 
 
 
 

 
 the stacktrace includes net.bull.javamelody so I would guess it is the monitoring plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203594.1576504952000.8630.1580343300151%40Atlassian.JIRA.


[JIRA] (JENKINS-60503) What plugin causes the error

2019-12-16 Thread david.rog...@intel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dave Rogers created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60503  
 
 
  What plugin causes the error   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2019-12-16 14:02  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Dave Rogers  
 

  
 
 
 
 

 
 One of my 400 Jenkins plugins is frequently throwing this error in my Jenkins log. But which plugin ???    rejecting javax.management.RuntimeErrorException according to standard blacklist; see https://jenkins.io/redirect/class-filter/ java.lang.SecurityException: Class rejected by the class filter: javax.management.RuntimeErrorException at jenkins.security.ClassFilterImpl.notifyRejected(ClassFilterImpl.java:335) at jenkins.security.ClassFilterImpl.isBlacklisted(ClassFilterImpl.java:323) at hudson.remoting.ClassFilter$1.isBlacklisted(ClassFilter.java:125) at hudson.remoting.ClassFilter.check(ClassFilter.java:64) at hudson.remoting.MultiClassLoaderSerializer$Input.resolveClass(MultiClassLoaderSerializer.java:130) at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1819) at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1713) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1986) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1535) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:422) at hudson.remoting.UserRequest.deserialize(UserRequest.java:291) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:349) at hudson.remoting.Channel$2.adapt(Channel.java:992) at hudson.remoting.Channel$2.adapt(Channel.java:988) at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) at net.bull.javamelody.RemoteCallHelper.collectDataByNodeName(RemoteCallHelper.java:201) at net.bull.javamelody.RemoteCallHelper.collectJavaInformationsListByName(RemoteCallHelper.java:213) at net.bull.javamelody.NodesCollector.collectWithoutErrorsNow(NodesCollector.java:159) at net.bull.javamelody.NodesCollector.collectWithoutErrors(NodesCollector.java:147) at