Hi,
I have the following problems with our jenkins setup for about a week now:
From time to time the Jenkins becomes very slow and seconds after this i only get blank pages, running jobs quit and the CPU usage of its Java process stays at ~80%.
All I can do is restarting the service.
Jenkins runs on a Windows machine, its version and all plugins are up-to-date and the Java VM is allowed to use 1 GB of RAM.
Taking a look into Jenkins' log after a crash gives me lots of these errors:
Failed to load com.cloudbees.hudson.plugins.folder.properties.AuthorizationMatrixProperty$DescriptorImpl
java.lang.InstantiationException: java.lang.NoClassDefFoundError: com/cloudbees/hudson/plugins/folder/AbstractFolderPropertyDescriptor
Maybe this is the reason for the crashes or is there another option? But the plugin is used by many other plugins so I can't just remove or disable it.
Please tell me if you need more information.
Thanks a lot!