Guest User

Untitled

a guest
Jan 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. com.thoughtworks.xstream.converters.reflection.NonExistentFieldException: No such field hudson.plugins.vmware.Root.allocationLock
  2. at com.thoughtworks.xstream.converters.reflection.FieldDictionary.field(FieldDictionary.java:106)
  3. at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.getFieldType(PureJavaReflectionProvider.java:152)
  4. at hudson.util.RobustReflectionConverter.determineType(RobustReflectionConverter.java:356)
  5. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:229)
  6. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:180)
  7. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
  8. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
  9. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
  10. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
  11. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137)
  12. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33)
  13. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:926)
  14. at hudson.util.XStream2.unmarshal(XStream2.java:80)
  15. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:912)
  16. at hudson.XmlFile.unmarshal(XmlFile.java:148)
  17. at hudson.plugins.vmware.Root.load(Root.java:72)
  18. at hudson.plugins.vmware.Root.<init>(Root.java:54)
  19. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  20. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  21. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  22. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  23. at java.lang.Class.newInstance0(Class.java:355)
  24. at java.lang.Class.newInstance(Class.java:308)
  25. at net.java.sezpoz.IndexItem.instance(IndexItem.java:181)
  26. at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:180)
  27. at hudson.ExtensionFinder._find(ExtensionFinder.java:94)
  28. at hudson.ExtensionList.load(ExtensionList.java:261)
  29. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:218)
  30. at hudson.ExtensionList.iterator(ExtensionList.java:115)
  31. at hudson.ExtensionList.get(ExtensionList.java:106)
  32. at hudson.plugins.vmware.Root.get(Root.java:232)
  33. at hudson.plugins.vmware.InitializerOnJobsLoaded.initialize(InitializerOnJobsLoaded.java:22)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  37. at java.lang.reflect.Method.invoke(Method.java:597)
  38. at hudson.init.InitializerFinder.invoke(InitializerFinder.java:110)
  39. at hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:174)
  40. at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
  41. at hudson.model.Hudson$4.runTask(Hudson.java:734)
  42. at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
  43. at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
  44. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  45. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  46. at java.lang.Thread.run(Thread.java:662)
  47. Aug 29, 2011 9:34:05 AM hudson.triggers.SafeTimerTask run
  48. SEVERE: Timer task hudson.plugins.vmware.LoadStatistics$LoadStatisticsUpdater@4dd2822f failed
  49. java.lang.NullPointerException
  50. at hudson.plugins.vmware.staticpool.StaticMachinePool.updateStatistics(StaticMachinePool.java:214)
  51. at hudson.plugins.vmware.MachineCenter.updateStatistics(MachineCenter.java:109)
  52. at hudson.plugins.vmware.Root.updateStatistics(Root.java:218)
  53. at hudson.plugins.vmware.LoadStatistics$LoadStatisticsUpdater.doRun(LoadStatistics.java:80)
  54. at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54)
  55. at java.util.TimerThread.mainLoop(Timer.java:512)
  56. at java.util.TimerThread.run(Timer.java:462)
Add Comment
Please, Sign In to add comment