Linux Client Won't Start Past Logo

mikes2277
Posts: 8
Member Since:
2006-06-24

I have a fresh install of FC6. I just installed hud-lite 2.0 for Linux from http://www.hudlite.org/uploads/hud-lite-1.0.79-1.i586.rpm
I start it by going to /usr/fonality/hud-lite/start_HUD.sh.

It starts off by showing the logo but then dissapers without any reason that I can see other than an error that I can't figure out how to fix (I'm not a Java programmer). The following is what shows up on my console. Any help would be appreciated. Thanks in advance!

Mike

[root@nx hud-lite]# ./start_HUD.sh
WARNING: error instantiating 'java.util.logging.FileHandler,' referenced by handlers, class not found
java.lang.ClassNotFoundException: java.util.logging.FileHandler,
at java.lang.Class.forName(libgcj.so.7rh)
at java.util.logging.LogManager.locateClass(libgcj.so.7rh)
at java.util.logging.LogManager.createInstance(libgcj.so.7rh)
at java.util.logging.LogManager.readConfiguration(libgcj.so.7rh)
at com.fonality.hud.platform.HUDPlatform.A(Unknown Source)
at com.fonality.hud.platform.HUDPlatform.(Unknown Source)
at java.lang.Class.initializeClass(libgcj.so.7rh)
at com.fonality.eswt.ESWTPlugin.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:995)
at java.security.AccessController.doPrivileged(libgcj.so.7rh)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:989)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:317)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:256)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalClass(EclipseLazyStarter.java:86)
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.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.MultiSourcePackage.loadClass(MultiSourcePackage.java:32)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:388)
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(libgcj.so.7rh)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:276)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:74)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at java.lang.reflect.Method.invoke(libgcj.so.7rh)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
[root@nx hud-lite]#



maxovride
Posts: 3
Member Since:
2006-12-15
also having same issue

i am also having the same issue.
but i am running Debian Etch
as far as i can tell what i looks like is that it cant find the javaVM on the computer. i tried to edit the start_HUD.sh file to point it to the correct place but this does not seem to help. i just get the same thing. i would really like any help that someone has out there.

next im gonna try to reinstall HUDlite and then install my javaVM to the directory that it looks for by default. dont know if this will do anything but we will see.



maxovride
Posts: 3
Member Since:
2006-12-15
more info

ok well i tried the reinstall thing and no dice. but i found some interesting stuff in the log file.
it is saying that the bundles are incorrect ie. com.fonality.hud.edition.lite_1.1.160.1 and so on.

not really sure what it means or how those bundles work, since im not a java programer but i think it might point to part of the issue



bubbapcguy
Posts: 3774
Member Since:
2006-06-02
Java

is java in your path???



pdolphin
Posts: 1
Member Since:
2007-09-27
Linux Client Won't Start Past Logo ##Bump##

after a little more digging I realized that java was not installed on this box. Installed java and now HUD loads
##resolved##



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.