[jboss-jira] [JBoss JIRA] Commented: (JBVFS-142) NPE in VirtualJarInputStream
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Mar 5 08:17:10 EST 2010
[ https://jira.jboss.org/jira/browse/JBVFS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12518344#action_12518344 ]
Thomas Diesler commented on JBVFS-142:
--------------------------------------
This also happens with Felix
Caused by: java.lang.NullPointerException
at org.jboss.vfs.VirtualJarInputStream.read(VirtualJarInputStream.java:149)
at org.jboss.vfs.VirtualJarInputStream.read(VirtualJarInputStream.java:142)
at org.apache.felix.framework.cache.BundleCache.copyStreamToFile(BundleCache.java:254)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:167)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:80)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:58)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:1020)
at org.apache.felix.framework.cache.BundleArchive.revise(BundleArchive.java:631)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:147)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:176)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2317)
> NPE in VirtualJarInputStream
> ----------------------------
>
> Key: JBVFS-142
> URL: https://jira.jboss.org/jira/browse/JBVFS-142
> Project: JBoss VFS
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.0.0.CR3
> Reporter: Thomas Diesler
> Assignee: John Bailey
> Fix For: 3.0.0.CR4
>
>
> Caused by: java.lang.NullPointerException
> at org.jboss.vfs.VirtualJarInputStream.read(VirtualJarInputStream.java:149)
> at org.eclipse.osgi.internal.baseadaptor.AdaptorUtil.readFile(AdaptorUtil.java:75)
> at org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInstall.java:77)
> at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:922)
> In a Deployer I get a bundle location as String from the configuration.
> I pass the String on to a 3rd party library (i.e. Equinox)
> Equinox does
> URLConnection urlcon = new URL(location).openConnection()
> urlcon.openStream();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list