Just a warning to everybody that the public server is running a
non-stable release (2006/10/31) of Hackystat server.
Hongbing reported that Eclipse hangs after upgrading the sensor. Though
my eclipse seems working as expected, I do have the error message in the
log.
I have created an issue and assigned to myself
http://hackydev.ics.hawaii.edu:8080/browse/HACK-823
I think it will be another one of those hard-to-debug issues.
Cheers,
Cedric
While loading class "org.apache.axis.client.ServiceFactory", thread
"Thread-5" timed out waiting (5000ms) for thread "Worker-3" to finish
starting bundle "org.hackystat.sensor.eclipse". To avoid deadlock,
thread "Thread-5" is proceeding but
"org.apache.axis.client.ServiceFactory" may not be fully initialized.
java.lang.Exception: Generated exception.
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalClass(EclipseLazyStarter.java:75)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:409)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:188)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:339)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:391)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:352)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at
org.eclipse.core.runtime.internal.adaptor.ContextFinder.loadClass(ContextFinder.java:94)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at javax.xml.rpc.FactoryFinder.newInstance(FactoryFinder.java:102)
at javax.xml.rpc.FactoryFinder.find(FactoryFinder.java:222)
at javax.xml.rpc.ServiceFactory.newInstance(ServiceFactory.java:63)
at org.hackystat.core.kernel.soap.Notification.send(Notification.java:133)
at org.hackystat.core.kernel.soap.Notification.send(Notification.java:96)
at org.hackystat.core.kernel.soap.Notification.ping(Notification.java:157)
at
org.hackystat.core.kernel.shell.command.PingShellCommand.send(PingShellCommand.java:47)
at
org.hackystat.core.kernel.shell.SensorShell$PingServerWorkThread.run(SensorShell.java:426)