Anybody got an idea what I can do to get rid of all the errors?  All
bundles in the cache produce this error.  The project runs flawlessly on
Linux but when I try to run it on windows (10) I get the following errors.
I'm not a windows user so I have no idea if there some setting that will
make windows work properly with the files.  Thanks for any advice.

ERROR: Error reloading cached bundle, removing it: .\felix-cache\bundle1
java.nio.file.NoSuchFileException:
.\felix-cache\bundle1\version0.0\bundle.jar
        at
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
        at
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
        at
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
        at
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
        at
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
        at
java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:199)
        at java.base/java.nio.file.Files.readAttributes(Files.java:1849)
        at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1279)
        at
java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:710)
        at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:243)
        at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:172)
        at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:186)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.util.SecureAction.openZipFile(SecureAction.java:802)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.util.WeakZipFileFactory$WeakZipFile.<init>(WeakZipFileFactory.java:169)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.util.WeakZipFileFactory$WeakZipFile.<init>(WeakZipFileFactory.java:151)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.util.WeakZipFileFactory.create(WeakZipFileFactory.java:78)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:83)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:819)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:491)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:226)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.cache.BundleCache.getArchives(BundleCache.java:427)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.Felix.init(Felix.java:798)
        at org.apache.felix.framework@7.0.5
/org.apache.felix.framework.Felix.init(Felix.java:648)
        at YRSDealerAgent@1.0
/com.yrs.dealer.client.agent.YRSDealerAgent.start(YRSDealerAgent.java:56)
        at YRSDealerAgent@1.0
/com.yrs.dealer.client.agent.YRSDealerAgent.main(YRSDealerAgent.java:47)

Reply via email to