[
https://issues.apache.org/jira/browse/KARAF-5329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Berkman updated KARAF-5329:
---------------------------------
Description:
on first startup, everything works great and the bundles look good:
list -t 0 | grep -i log
1 | Active | 8 | 1.10.1 | OPS4J Pax
Logging - API
2 | Active | 8 | 1.10.1 | OPS4J Pax
Logging - Service, Fragments: 10
10 | Resolved | 5 | 10.0.0.SNAPSHOT | NextGate ::
Plugins :: Log Appender (build: 28930), Hosts: 2
60 | Active | 30 | 4.1.2 | Apache Karaf ::
Log :: Core
However, on subsiquent restarts, note that the Pax Logging Service has NO
FRAGMENTS and our fragment only goes to "Installed":
list -t 0 | grep -i log
1 | Active | 8 | 1.10.1 | OPS4J Pax Logging
- API
2 | Active | 8 | 1.10.1 | OPS4J Pax Logging
- Service
10 | Installed | 5 | 10.0.0.SNAPSHOT | NextGate ::
Plugins :: Log Appender (build: 28930)
60 | Active | 30 | 4.1.2 | Apache Karaf ::
Log :: Core
Also note that this was working good on 4.1.1, but after upgrading to 4.1.2
this is now the behavior.
Help!
Our startup.properties file:
mvn\:org.ops4j.pax.logging/pax-logging-api/1.10.1 = 8
mvn\:org.ops4j.pax.logging/pax-logging-service/1.10.1 = 8
mvn\:org.apache.karaf.features/org.apache.karaf.features.extension/4.1.2 = 1
mvn\:org.apache.felix/org.apache.felix.metatype/1.1.2 = 5
mvn\:org.apache.karaf.services/org.apache.karaf.services.eventadmin/4.1.2 = 5
mvn\:org.ops4j.pax.url/pax-url-aether/2.5.2 = 5
mvn\:org.apache.felix/org.apache.felix.configadmin/1.8.14 = 10
mvn\:org.apache.felix/org.apache.felix.fileinstall/3.6.0 = 11
mvn\:org.apache.karaf.features/org.apache.karaf.features.core/4.1.2 = 15
mvn\:com.nextgate.plugins/ngs-log-appender/10.0.0-SNAPSHOT = 8
was:
on first startup, everything works great and the bundles look good:
list -t 0 | grep -i log
1 | Active | 8 | 1.10.1 | OPS4J Pax
Logging - API
2 | Active | 8 | 1.10.1 | OPS4J Pax
Logging - Service, Fragments: 10
10 | Resolved | 5 | 10.0.0.SNAPSHOT | NextGate ::
Plugins :: Log Appender (build: 28930), Hosts: 2
60 | Active | 30 | 4.1.2 | Apache Karaf ::
Log :: Core
However, on subsiquent restarts, note that the Pax Logging Service has NO
FRAGMENTS and our fragment only goes to "Installed":
list -t 0 | grep -i log
1 | Active | 8 | 1.10.1 | OPS4J Pax Logging
- API
2 | Active | 8 | 1.10.1 | OPS4J Pax Logging
- Service
10 | Installed | 5 | 10.0.0.SNAPSHOT | NextGate ::
Plugins :: Log Appender (build: 28930)
60 | Active | 30 | 4.1.2 | Apache Karaf ::
Log :: Core
Also note that this was working good on 4.1.1, but after upgrading to 4.1.2
this is now the behavior.
Help!
Our startup.properties file:
mvn\:org.ops4j.pax.logging/pax-logging-api/1.10.1 = 8
mvn\:org.ops4j.pax.logging/pax-logging-service/1.10.1 = 8
mvn\:org.apache.karaf.features/org.apache.karaf.features.extension/4.1.2 = 1
mvn\:org.apache.felix/org.apache.felix.metatype/1.1.2 = 5
mvn\:org.apache.karaf.services/org.apache.karaf.services.eventadmin/4.1.2 = 5
mvn\:org.ops4j.pax.url/pax-url-aether/2.5.2 = 5
mvn\:org.apache.felix/org.apache.felix.configadmin/1.8.14 = 10
mvn\:org.apache.felix/org.apache.felix.fileinstall/3.6.0 = 11
mvn\:org.apache.karaf.features/org.apache.karaf.features.core/4.1.2 = 15
mvn\:com.nextgate.plugins/ngs-log-appender/10.0.0-SNAPSHOT = 5
> OPS4J Pax Logging Service "loses" its fragment on Karaf restart
> ---------------------------------------------------------------
>
> Key: KARAF-5329
> URL: https://issues.apache.org/jira/browse/KARAF-5329
> Project: Karaf
> Issue Type: Bug
> Affects Versions: 4.1.2
> Environment: windows 10
> Reporter: Peter Berkman
> Labels: Appender, Logging
>
> on first startup, everything works great and the bundles look good:
> list -t 0 | grep -i log
> 1 | Active | 8 | 1.10.1 | OPS4J Pax
> Logging - API
> 2 | Active | 8 | 1.10.1 | OPS4J Pax
> Logging - Service, Fragments: 10
> 10 | Resolved | 5 | 10.0.0.SNAPSHOT | NextGate ::
> Plugins :: Log Appender (build: 28930), Hosts: 2
> 60 | Active | 30 | 4.1.2 | Apache Karaf
> :: Log :: Core
> However, on subsiquent restarts, note that the Pax Logging Service has NO
> FRAGMENTS and our fragment only goes to "Installed":
> list -t 0 | grep -i log
> 1 | Active | 8 | 1.10.1 | OPS4J Pax
> Logging - API
> 2 | Active | 8 | 1.10.1 | OPS4J Pax
> Logging - Service
> 10 | Installed | 5 | 10.0.0.SNAPSHOT | NextGate ::
> Plugins :: Log Appender (build: 28930)
> 60 | Active | 30 | 4.1.2 | Apache Karaf ::
> Log :: Core
> Also note that this was working good on 4.1.1, but after upgrading to 4.1.2
> this is now the behavior.
> Help!
> Our startup.properties file:
> mvn\:org.ops4j.pax.logging/pax-logging-api/1.10.1 = 8
> mvn\:org.ops4j.pax.logging/pax-logging-service/1.10.1 = 8
> mvn\:org.apache.karaf.features/org.apache.karaf.features.extension/4.1.2 = 1
> mvn\:org.apache.felix/org.apache.felix.metatype/1.1.2 = 5
> mvn\:org.apache.karaf.services/org.apache.karaf.services.eventadmin/4.1.2 = 5
> mvn\:org.ops4j.pax.url/pax-url-aether/2.5.2 = 5
> mvn\:org.apache.felix/org.apache.felix.configadmin/1.8.14 = 10
> mvn\:org.apache.felix/org.apache.felix.fileinstall/3.6.0 = 11
> mvn\:org.apache.karaf.features/org.apache.karaf.features.core/4.1.2 = 15
> mvn\:com.nextgate.plugins/ngs-log-appender/10.0.0-SNAPSHOT = 8
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)