Problem running through web-start
---------------------------------
Key: HIVEMIND-106
URL: http://issues.apache.org/jira/browse/HIVEMIND-106
Project: HiveMind
Type: Bug
Components: framework
Versions: 1.0
Environment: Windows XP Service Pack 2 with Java 1.5_02
Reporter: Nicholas Stuart
Trying to deploy a Hivemind enabled app through webstart doesn't appear to work
out so well. When you go to run the app and it trys to get the register for the
first time you get the following stacktrace:
org.apache.hivemind.ApplicationRuntimeException: Unable to construct
configuration hivemind.Startup: No translator named 'object' has been
registered in configuration point hivemind.Translators.
at
org.apache.hivemind.impl.ConfigurationPointImpl.processContributionElements(ConfigurationPointImpl.java:273)
at
org.apache.hivemind.impl.ConfigurationPointImpl.constructElements(ConfigurationPointImpl.java:189)
at
org.apache.hivemind.impl.ElementsInnerProxyList.inner(ElementsInnerProxyList.java:46)
at
org.apache.hivemind.impl.ElementsInnerProxyList.size(ElementsInnerProxyList.java:62)
at
org.apache.hivemind.impl.ElementsProxyList.size(ElementsProxyList.java:60)
at java.util.AbstractList$Itr.hasNext(Unknown Source)
at org.apache.hivemind.impl.StartupImpl.run(StartupImpl.java:34)
at $Runnable_10332d56fe7.run($Runnable_10332d56fe7.java)
at $Runnable_10332d56fe6.run($Runnable_10332d56fe6.java)
at
org.apache.hivemind.impl.RegistryInfrastructureImpl.startup(RegistryInfrastructureImpl.java:378)
at
org.apache.hivemind.impl.RegistryBuilder.constructRegistry(RegistryBuilder.java:154)
at
org.apache.hivemind.impl.RegistryBuilder.constructDefaultRegistry(RegistryBuilder.java:194)
at hivemindtest.HiveMindTest.main(HiveMindTest.java:19)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.hivemind.ApplicationRuntimeException: No translator named
'object' has been registered in configuration point hivemind.Translators.
at
org.apache.hivemind.impl.TranslatorManager.findTranslatorClass(TranslatorManager.java:146)
at
org.apache.hivemind.impl.TranslatorManager.constructTranslator(TranslatorManager.java:112)
at
org.apache.hivemind.impl.TranslatorManager.getTranslator(TranslatorManager.java:92)
at
org.apache.hivemind.impl.RegistryInfrastructureImpl.getTranslator(RegistryInfrastructureImpl.java:477)
at org.apache.hivemind.impl.ModuleImpl.getTranslator(ModuleImpl.java:171)
at
org.apache.hivemind.impl.SchemaProcessorImpl.getTranslator(SchemaProcessorImpl.java:293)
at
org.apache.hivemind.impl.SchemaElement.getTranslator(SchemaElement.java:255)
at
org.apache.hivemind.impl.SchemaElement.getAttributeTranslator(SchemaElement.java:262)
at
org.apache.hivemind.impl.SchemaProcessorImpl.getAttributeTranslator(SchemaProcessorImpl.java:288)
at
org.apache.hivemind.schema.rules.PushAttributeRule.begin(PushAttributeRule.java:37)
at org.apache.hivemind.impl.SchemaElement.fireBegin(SchemaElement.java:219)
at
org.apache.hivemind.impl.SchemaProcessorImpl.processElement(SchemaProcessorImpl.java:255)
at
org.apache.hivemind.impl.SchemaProcessorImpl.processRootElement(SchemaProcessorImpl.java:235)
at
org.apache.hivemind.impl.SchemaProcessorImpl.process(SchemaProcessorImpl.java:223)
at
org.apache.hivemind.impl.ConfigurationPointImpl.processContributionElements(ConfigurationPointImpl.java:268)
... 23 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]