You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Bram de Kruijff (JIRA)" <ji...@apache.org> on 2013/11/07 10:17:17 UTC

[jira] [Created] (ACE-426) Client bndrun is missing store config

Bram de Kruijff created ACE-426:
-----------------------------------

             Summary: Client bndrun is missing store config
                 Key: ACE-426
                 URL: https://issues.apache.org/jira/browse/ACE-426
             Project: ACE
          Issue Type: Bug
          Components: Build
            Reporter: Bram de Kruijff
            Assignee: Bram de Kruijff


The run-client definition is missing some config. As a result clients launched with this profile (which is used for the binary release) do not have access to the auditlog.

{code}
g! dm notavail
[35] org.apache.ace.log.server.task
  java.lang.Runnable, org.apache.ace.log.LogSync(taskName=org.apache.ace.log.server.task.LogSyncTask,name=auditlog,description=Syncs log (name=auditlog, mode=PULL) with a server.) unregistered
    org.apache.ace.connectionfactory.ConnectionFactory service required available
    org.apache.ace.log.server.store.LogStore (&(objectClass=org.apache.ace.log.server.store.LogStore)(name=auditlog)) service required unavailable
    org.apache.ace.discovery.Discovery service required available
    org.osgi.service.log.LogService service optional (not tracking)
[37] org.apache.ace.nodelauncher.amazon
  org.apache.ace.nodelauncher.NodeLauncher(osgi.command.function={start,stop,properties},osgi.command.scope=node) unregistered
    org.apache.ace.nodelauncher.amazon configuration required unavailable
[39] org.apache.ace.nodelauncher.ui
  org.apache.ace.webui.UIExtensionFactory(extension_point=target) unregistered
    org.apache.ace.nodelauncher.NodeLauncher service required unavailable
    org.osgi.service.log.LogService service optional (not tracking)
[46] org.apache.ace.log.server.store.file
  org.apache.ace.log.server.store.LogStore(name=auditlog) unregistered
    org.osgi.service.event.EventAdmin service optional (not tracking)
    org.apache.ace.log.server.store.filebased configuration required unavailable
[47] org.apache.ace.log.server.ui
  org.apache.ace.webui.UIExtensionFactory(service.ranking=10,extension_point=target) unregistered
    org.apache.ace.log.server.store.LogStore service required unavailable
    org.osgi.service.log.LogService service optional (not tracking)
[52] org.apache.ace.gogo
  java.lang.Object(osgi.command.function={cleanup},osgi.command.scope=ace-log) unregistered
    org.apache.ace.log.server.store.LogStore service required unavailable
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)