You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ace.apache.org by "Denis Koelewijn (Created) (JIRA)" <ji...@apache.org> on 2011/10/31 10:20:32 UTC

[jira] [Created] (ACE-200) Exception on startup: org.osgi.service.cm.ConfigurationException: additionalObrDownloads : key missing

Exception on startup: org.osgi.service.cm.ConfigurationException: additionalObrDownloads : key missing
------------------------------------------------------------------------------------------------------

                 Key: ACE-200
                 URL: https://issues.apache.org/jira/browse/ACE-200
             Project: Ace
          Issue Type: Bug
            Reporter: Denis Koelewijn


On startup of pristine ace-target-devserver the following exception is thrown:
2011.10.31 10:15:52 ERROR - Bundle: org.apache.felix.configadmin - [org.osgi.service.cm.ConfigurationAdmin] - [org.osgi.service.cm.ManagedService, id=45, bundle=30]: Updating configuration property additionalObrDownloads caused a problem: key missing - org.osgi.service.cm.ConfigurationException: additionalObrDownloads : key missing
	at org.apache.ace.nodelauncher.amazon.AmazonNodeLauncher.getConfigProperty(AmazonNodeLauncher.java:303)
	at org.apache.ace.nodelauncher.amazon.AmazonNodeLauncher.getConfigProperty(AmazonNodeLauncher.java:295)
	at org.apache.ace.nodelauncher.amazon.AmazonNodeLauncher.updated(AmazonNodeLauncher.java:272)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.felix.dm.InvocationUtil.invokeMethod(InvocationUtil.java:70)
	at org.apache.felix.dm.impl.dependencies.ConfigurationDependencyImpl.invokeUpdate(ConfigurationDependencyImpl.java:232)
	at org.apache.felix.dm.impl.dependencies.ConfigurationDependencyImpl.updated(ConfigurationDependencyImpl.java:190)
	at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1160)
	at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:104)
	at java.lang.Thread.run(Thread.java:680)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira