|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
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.
For more options, visit https://groups.google.com/groups/opt_out.
I have been skimming the entire log at startup.
My log is totally overcrowded with the error:
hudson.plugins.collabnet.auth.CNProjectACL hasPermission
SEVERE: Improper Authentication type used with CNAuthorizationStrategy! CNAuthorization strategy cannot be used without CNAuthentication. Please re-configure your Jenkins instance.
I have tried to resolve it without luck yet.
It occurred after upgrading to 1.515 and updating all plugins to most recent state.
There was also an update for the Collabnet plugin.
It MAY be connected somehow but I (or should I say my guts) doubt it
The parts of interest/related are these:
INFO: Started all plugins
23.05.2013 13:34:27 jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
.
.
.
INFO: Loaded all jobs
.
.
.
23.05.2013 13:34:46 hudson.plugins.collabnet.auth.CNProjectACL hasPermission
SEVERE: Improper Authentication type used with CNAuthorizationStrategy! CNAuthorization strategy cannot be used without CNAuthentication. Please re-configure your Jenkins instance.
.
.
.
23.05.2013 13:34:52 hudson.node_monitors.AbstractNodeMonitorDescriptor$Record run
WARNING: Node monitoring B00014_GUIDE_2 for Clock Difference aborted.
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at hudson.remoting.Request.call(Request.java:146)
at hudson.remoting.Channel.call(Channel.java:672)
at hudson.model.Slave.getClockDifference(Slave.java:261)
at hudson.node_monitors.ClockMonitor$1.monitor(ClockMonitor.java:53)
at hudson.node_monitors.ClockMonitor$1.monitor(ClockMonitor.java:49)
at hudson.node_monitors.AbstractNodeMonitorDescriptor$Record.run(AbstractNodeMonitorDescriptor.java:246)
23.05.2013 13:34:52 hudson.node_monitors.AbstractNodeMonitorDescriptor$Record run
WARNING: Node monitoring MIB1_GUIDE for Free Swap Space aborted.
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at hudson.remoting.Request.call(Request.java:146)
at hudson.remoting.Channel.call(Channel.java:672)
at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:83)
at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:81)
at hudson.node_monitors.AbstractNodeMonitorDescriptor$Record.run(AbstractNodeMonitorDescriptor.java:246)
23.05.2013 13:34:52 hudson.node_monitors.AbstractNodeMonitorDescriptor$Record <init>
WARNING: Previous Architecture monitoring activity still in progress. Interrupting
23.05.2013 13:34:52 hudson.node_monitors.AbstractNodeMonitorDescriptor$Record <init>
WARNING: Previous Free Disk Space monitoring activity still in progress. Interrupting
.
.
.
23.05.2013 13:34:52 hudson.node_monitors.AbstractNodeMonitorDescriptor$Record run
WARNING: Failed to monitor MIB1_GUIDE for Free Swap Space
java.io.IOException: Remote call on MIB1_GUIDE failed
at hudson.remoting.Channel.call(Channel.java:681)
at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:83)
at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:81)
at hudson.node_monitors.AbstractNodeMonitorDescriptor$Record.run(AbstractNodeMonitorDescriptor.java:246)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jvnet.hudson.Windows$MEMORYSTATUSEX
at org.jvnet.hudson.Windows.monitor(Windows.java:40)
at hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:109)
at hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:99)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at hudson.remoting.Engine$1$1.run(Engine.java:58)
at java.lang.Thread.run(Unknown Source)
.
.
.
java.io.IOException: Remote call on MIB1_GUIDE failed
at hudson.remoting.Channel.call(Channel.java:681)
at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:83)
at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:81)
at hudson.node_monitors.AbstractNodeMonitorDescriptor$Record.run(AbstractNodeMonitorDescriptor.java:246)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jvnet.hudson.Windows$MEMORYSTATUSEX
at org.jvnet.hudson.Windows.monitor(Windows.java:40)
at hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:109)
at hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:99)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at hudson.remoting.Engine$1$1.run(Engine.java:58)
at java.lang.Thread.run(Unknown Source)