http://jira.hyperic.com/browse/HHQ-4256
Steps to reproduce
Upgrade from 4.30 to 4.5.0-EE-86
Start HQ server
Tail server log
Actual Results:
NOTE:DUMP file doesn't have any vSphere related data
2010-08-27 20:18:42,612 ERROR [main] [org.hyperic.hq.product.server.session.ProductPluginDeployer@245] Unable to deploy plugin 'vsphere'
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'eventsBossImpl' defined in URL [jar:file:/opt/hyperic/HQ-4.5.0-EE-86-42upgr/server-4.5.0.BUILD-SNAPSHOT-EE/hq-engine/hq-server/webapps/ROOT/WEB-INF/lib/hq-server-4.5.0.BUILD-SNAPSHOT.jar!/org/hyperic/hq/bizapp/server/session/EventsBossImpl.class]: Unsatisfied dependency expressed through constructor argument with index 4 of type [org.hyperic.hq.bizapp.shared.AppdefBoss]: : Error creating bean with name 'appdefBossImpl': Requested bean is currently in creation: Is there an unresolvable circular reference?; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'appdefBossImpl': Requested bean is currently in creation: Is there an unresolvable circular reference?
Anonymous