[
https://issues.jboss.org/browse/JBOSGI-646?page=com.atlassian.jira.plugin...
]
Thomas Diesler updated JBOSGI-646:
----------------------------------
Component/s: Core Framework
ERROR category log output for failed OSGI-INF resource location
---------------------------------------------------------------
Key: JBOSGI-646
URL:
https://issues.jboss.org/browse/JBOSGI-646
Project: JBoss OSGi
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core Framework
Reporter: Darryl Miles
Assignee: Thomas Diesler
Fix For: JBossOSGi 2.0.0
EAP-6.1 version of JBoss OSGi
This should not be throwing visible exception reports (certainly not a ERROR level which
is for very important operational concerns, even at TRACE level a miss on a resource
lookup should probably be a single log line indicating the location tried and the resource
that was not found).
08:01:11,104 ERROR [org.jboss.osgi.framework] (MSC service thread 1-13) JBOSGI011031:
Cannot get entry 'OSGI-INF/l10n/bundle_en_GB.properties' from:
HostBundleRevision[com.domain.ejb:0.0.1.SNAPSHOT]: java.io.FileNotFoundException:
F:\Devel\deps\jboss-eap-6.1\standalone\deployments\com.domain.ear.ear\com-domain-ejb-0.0.1-SNAPSHOT.jar
(The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method) [rt.jar:1.7.0_17]
at java.io.FileInputStream.<init>(FileInputStream.java:138) [rt.jar:1.7.0_17]
at org.jboss.vfs.spi.RootFileSystem.openInputStream(RootFileSystem.java:57)
[jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VirtualFile.openStream(VirtualFile.java:238)
[jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VFS.mountZip(VFS.java:434) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at
org.jboss.osgi.vfs30.VirtualFileAdaptor30.ensureMounted(VirtualFileAdaptor30.java:321)
[jbosgi-vfs30-1.2.1.Final.jar:1.2.1.Final]
at
org.jboss.osgi.vfs30.VirtualFileAdaptor30.getMountedChild(VirtualFileAdaptor30.java:304)
[jbosgi-vfs30-1.2.1.Final.jar:1.2.1.Final]
at org.jboss.osgi.vfs30.VirtualFileAdaptor30.getChild(VirtualFileAdaptor30.java:201)
[jbosgi-vfs30-1.2.1.Final.jar:1.2.1.Final]
at org.jboss.osgi.framework.internal.RevisionContent.getEntry(RevisionContent.java:116)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleRevision.getEntry(UserBundleRevision.java:128)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.HostBundleRevision.getLocalizationEntry(HostBundleRevision.java:210)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.AbstractBundleState.getLocalizationEntry(AbstractBundleState.java:448)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.AbstractBundleState.getLocalizationEntry(AbstractBundleState.java:417)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.AbstractBundleState.getHeaders(AbstractBundleState.java:355)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleState.getHeaders(UserBundleState.java:137)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:371)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911)
[jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874)
[jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_17]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_17]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
08:01:11,107 ERROR [org.jboss.osgi.framework] (MSC service thread 1-13) JBOSGI011031:
Cannot get entry 'OSGI-INF/l10n/bundle_en.properties' from:
HostBundleRevision[com.domain.ejb:0.0.1.SNAPSHOT]: java.io.FileNotFoundException:
F:\Devel\deps\jboss-eap-6.1\standalone\deployments\com.domain.ear.ear\com-domain-ejb-0.0.1-SNAPSHOT.jar
(The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method) [rt.jar:1.7.0_17]
at java.io.FileInputStream.<init>(FileInputStream.java:138) [rt.jar:1.7.0_17]
at org.jboss.vfs.spi.RootFileSystem.openInputStream(RootFileSystem.java:57)
[jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VirtualFile.openStream(VirtualFile.java:238)
[jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VFS.mountZip(VFS.java:434) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at
org.jboss.osgi.vfs30.VirtualFileAdaptor30.ensureMounted(VirtualFileAdaptor30.java:321)
[jbosgi-vfs30-1.2.1.Final.jar:1.2.1.Final]
at
org.jboss.osgi.vfs30.VirtualFileAdaptor30.getMountedChild(VirtualFileAdaptor30.java:304)
[jbosgi-vfs30-1.2.1.Final.jar:1.2.1.Final]
at org.jboss.osgi.vfs30.VirtualFileAdaptor30.getChild(VirtualFileAdaptor30.java:201)
[jbosgi-vfs30-1.2.1.Final.jar:1.2.1.Final]
at org.jboss.osgi.framework.internal.RevisionContent.getEntry(RevisionContent.java:116)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleRevision.getEntry(UserBundleRevision.java:128)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.HostBundleRevision.getLocalizationEntry(HostBundleRevision.java:210)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.AbstractBundleState.getLocalizationEntry(AbstractBundleState.java:448)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.AbstractBundleState.getLocalizationEntry(AbstractBundleState.java:432)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.AbstractBundleState.getHeaders(AbstractBundleState.java:355)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleState.getHeaders(UserBundleState.java:137)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:371)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911)
[jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874)
[jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_17]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_17]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
08:01:11,110 ERROR [org.jboss.osgi.framework] (MSC service thread 1-13) JBOSGI011031:
Cannot get entry 'OSGI-INF/l10n/bundle.properties' from:
HostBundleRevision[com.domain.ejb:0.0.1.SNAPSHOT]: java.io.FileNotFoundException:
F:\Devel\deps\jboss-eap-6.1\standalone\deployments\com.domain.ear.ear\com-domain-ejb-0.0.1-SNAPSHOT.jar
(The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method) [rt.jar:1.7.0_17]
at java.io.FileInputStream.<init>(FileInputStream.java:138) [rt.jar:1.7.0_17]
at org.jboss.vfs.spi.RootFileSystem.openInputStream(RootFileSystem.java:57)
[jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VirtualFile.openStream(VirtualFile.java:238)
[jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at org.jboss.vfs.VFS.mountZip(VFS.java:434) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
at
org.jboss.osgi.vfs30.VirtualFileAdaptor30.ensureMounted(VirtualFileAdaptor30.java:321)
[jbosgi-vfs30-1.2.1.Final.jar:1.2.1.Final]
at
org.jboss.osgi.vfs30.VirtualFileAdaptor30.getMountedChild(VirtualFileAdaptor30.java:304)
[jbosgi-vfs30-1.2.1.Final.jar:1.2.1.Final]
at org.jboss.osgi.vfs30.VirtualFileAdaptor30.getChild(VirtualFileAdaptor30.java:201)
[jbosgi-vfs30-1.2.1.Final.jar:1.2.1.Final]
at org.jboss.osgi.framework.internal.RevisionContent.getEntry(RevisionContent.java:116)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleRevision.getEntry(UserBundleRevision.java:128)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.HostBundleRevision.getLocalizationEntry(HostBundleRevision.java:210)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.AbstractBundleState.getLocalizationEntry(AbstractBundleState.java:448)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.AbstractBundleState.getLocalizationEntry(AbstractBundleState.java:432)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.AbstractBundleState.getHeaders(AbstractBundleState.java:355)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleState.getHeaders(UserBundleState.java:137)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:371)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
[jbosgi-framework-core-2.1.0.CR12.jar:2.1.0.CR12]
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911)
[jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874)
[jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_17]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_17]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira