weasis - maven error

370 views
Skip to first unread message

Elena M.

unread,
Sep 9, 2013, 3:58:57 PM9/9/13
to dcm...@googlegroups.com
I am trying to install weasis according http://www.dcm4che.org/confluence/display/WEA/Weasis+Plug-in+Development+Guidelines.

When I run "mvn clean install" I get error about weasis-dicom-codec...

Does anyone has idea how to fix it?

mavenProb.png

Elena M.

unread,
Sep 9, 2013, 4:09:00 PM9/9/13
to dcm...@googlegroups.com
Also, when I run "maven install" in eclipse I get this error:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] weasis-parent
[INFO] Parent of Core Plug-ins [weasis-core-parent]
[INFO] Weasis Core API [weasis-core-api]
[INFO] Weasis UI API (j2se) [weasis-core-ui]
[INFO] Core Plug-ins [weasis-core]
[INFO] Parent of ImageIO Plug-ins [weasis-imageio-parent]
[INFO] ImageIO Codec [weasis-imageio-codec]
[INFO] ImageIO native Windows x86 codec
[INFO] ImageIO native Linux x86 codec
[INFO] ImageIO native Linux amd64 codec
[INFO] ImageIO Plug-ins [weasis-imageio]
[INFO] Parent of Default Plug-ins [weasis-base-parent]
[INFO] Weasis Base UI [weasis-base-ui]
[INFO] Media Explorer [weasis-base-explorer]
[INFO] Image Viewer [weasis-base-viewer2d]
[INFO] Default Plug-ins [weasis-base]
[INFO] Parent of DICOM Plug-ins [weasis-dicom-parent]
[INFO] DICOM Codec [weasis-dicom-codec]
[INFO] DICOM Data Explorer [weasis-dicom-explorer]
[INFO] 2D DICOM Viewer [weasis-dicom-viewer2d]
[INFO] DICOM Plug-ins [weasis-dicom]
[INFO] Weasis Launcher (Felix) [weasis-launcher]
[INFO] weasis-framework
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building weasis-parent 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weasis-parent ---
[INFO] Installing C:\Users\user\Weasis\weasis-parent\pom.xml to C:\Users\user\.m2\repository\org\weasis\weasis-parent\2.0.0-SNAPSHOT\weasis-parent-2.0.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Parent of Core Plug-ins [weasis-core-parent] 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weasis-core-parent ---
[INFO] Installing C:\Users\user\Weasis\weasis-core\weasis-core-parent\pom.xml to C:\Users\user\.m2\repository\org\weasis\core\weasis-core-parent\2.0.0-SNAPSHOT\weasis-core-parent-2.0.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Weasis Core API [weasis-core-api] 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ weasis-core-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 48 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ weasis-core-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 144 source files to C:\Users\user\Weasis\weasis-core\weasis-core-api\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] weasis-parent ..................................... SUCCESS [0.422s]
[INFO] Parent of Core Plug-ins [weasis-core-parent] ...... SUCCESS [0.014s]
[INFO] Weasis Core API [weasis-core-api] ................. FAILURE [1.644s]
[INFO] Weasis UI API (j2se) [weasis-core-ui] ............. SKIPPED
[INFO] Core Plug-ins [weasis-core] ....................... SKIPPED
[INFO] Parent of ImageIO Plug-ins [weasis-imageio-parent]  SKIPPED
[INFO] ImageIO Codec [weasis-imageio-codec] .............. SKIPPED
[INFO] ImageIO native Windows x86 codec .................. SKIPPED
[INFO] ImageIO native Linux x86 codec .................... SKIPPED
[INFO] ImageIO native Linux amd64 codec .................. SKIPPED
[INFO] ImageIO Plug-ins [weasis-imageio] ................. SKIPPED
[INFO] Parent of Default Plug-ins [weasis-base-parent] ... SKIPPED
[INFO] Weasis Base UI [weasis-base-ui] ................... SKIPPED
[INFO] Media Explorer [weasis-base-explorer] ............. SKIPPED
[INFO] Image Viewer [weasis-base-viewer2d] ............... SKIPPED
[INFO] Default Plug-ins [weasis-base] .................... SKIPPED
[INFO] Parent of DICOM Plug-ins [weasis-dicom-parent] .... SKIPPED
[INFO] DICOM Codec [weasis-dicom-codec] .................. SKIPPED
[INFO] DICOM Data Explorer [weasis-dicom-explorer] ....... SKIPPED
[INFO] 2D DICOM Viewer [weasis-dicom-viewer2d] ........... SKIPPED
[INFO] DICOM Plug-ins [weasis-dicom] ..................... SKIPPED
[INFO] Weasis Launcher (Felix) [weasis-launcher] ......... SKIPPED
[INFO] weasis-framework .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.250s
[INFO] Finished at: Mon Sep 09 23:07:06 EEST 2013
[INFO] Final Memory: 10M/167M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project weasis-core-api: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :weasis-core-api

nicolas...@gmail.com

unread,
Sep 9, 2013, 4:22:41 PM9/9/13
to dcm...@googlegroups.com
The master branch on github integrates the dcm4che3 toolkit, which needs to be built. Look at the readme.

Elena M.

unread,
Sep 9, 2013, 4:31:12 PM9/9/13
to dcm...@googlegroups.com
Actuall jre path was missing..! I had to insert the jdk. (Go to Window -> Preferences -> Java -> installed JREs)

Now, I run the projects with maven install... But how can I run the weasis as application?

I installed weasis in eclipse before one month, and I was able to run weasis as application, but now I can't... 

eclipse.PNG

Elena M.

unread,
Sep 9, 2013, 5:01:37 PM9/9/13
to dcm...@googlegroups.com
I run with debug and I get these errors:


***** Starting Configuration *****
Operating system: windows-x86
Preferences directory: C:\Users\user\.weasis\preferences\user\default
weasis.language: en
weasis.country: US
weasis.variant: 
weasis.confirm.closing: false
weasis.export.dicom: true
org.apache.sling.commons.log.level: DEBUG
org.apache.sling.commons.log.file: 
org.apache.sling.commons.log.file.number: 5
org.apache.sling.commons.log.file.size: 10MB
org.apache.sling.commons.log.pattern: {0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}* [{2}] {3} {5}
weasis.look: org.pushingpixels.substance.api.skin.SubstanceTwilightLookAndFeel
Last running version: 2.0.0-alpha
Current version: 2.0.0-alpha
***** End of Configuration *****

Weasis Starting...
========================

Cannot install bundle: weasis-base-explorer-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/base/weasis-base-explorer/2.0.0-SNAPSHOT/weasis-base-explorer-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\base\weasis-base-explorer\2.0.0-SNAPSHOT\weasis-base-explorer-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/base/weasis-base-explorer/2.0.0-SNAPSHOT/weasis-base-explorer-2.0.0-SNAPSHOT.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\base\weasis-base-explorer\2.0.0-SNAPSHOT\weasis-base-explorer-2.0.0-SNAPSHOT.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: weasis-dicom-viewer2d-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/dicom/weasis-dicom-viewer2d/2.0.0-SNAPSHOT/weasis-dicom-viewer2d-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\dicom\weasis-dicom-viewer2d\2.0.0-SNAPSHOT\weasis-dicom-viewer2d-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/dicom/weasis-dicom-viewer2d/2.0.0-SNAPSHOT/weasis-dicom-viewer2d-2.0.0-SNAPSHOT.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\dicom\weasis-dicom-viewer2d\2.0.0-SNAPSHOT\weasis-dicom-viewer2d-2.0.0-SNAPSHOT.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install native bundle: jai-lib-windows-x86-1.1.4-b03
Cannot install bundle: slf4j-api-1.6.4 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar - java.io.FileNotFoundException: \org\slf4j\slf4j-api\1.6.4\slf4j-api-1.6.4.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\slf4j\slf4j-api\1.6.4\slf4j-api-1.6.4.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: weasis-dicom-codec-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/dicom/weasis-dicom-codec/2.0.0-SNAPSHOT/weasis-dicom-codec-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\dicom\weasis-dicom-codec\2.0.0-SNAPSHOT\weasis-dicom-codec-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/dicom/weasis-dicom-codec/2.0.0-SNAPSHOT/weasis-dicom-codec-2.0.0-SNAPSHOT.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\dicom\weasis-dicom-codec\2.0.0-SNAPSHOT\weasis-dicom-codec-2.0.0-SNAPSHOT.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: weasis-base-ui-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/base/weasis-base-ui/2.0.0-SNAPSHOT/weasis-base-ui-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\base\weasis-base-ui\2.0.0-SNAPSHOT\weasis-base-ui-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/base/weasis-base-ui/2.0.0-SNAPSHOT/weasis-base-ui-2.0.0-SNAPSHOT.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\base\weasis-base-ui\2.0.0-SNAPSHOT\weasis-base-ui-2.0.0-SNAPSHOT.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: weasis-dicom-explorer-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/dicom/weasis-dicom-explorer/2.0.0-SNAPSHOT/weasis-dicom-explorer-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\dicom\weasis-dicom-explorer\2.0.0-SNAPSHOT\weasis-dicom-explorer-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/dicom/weasis-dicom-explorer/2.0.0-SNAPSHOT/weasis-dicom-explorer-2.0.0-SNAPSHOT.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\dicom\weasis-dicom-explorer\2.0.0-SNAPSHOT\weasis-dicom-explorer-2.0.0-SNAPSHOT.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: jai-lib-1.1.4-b05 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/thirdparty/com/sun/media/jai-lib/1.1.4-b05/jai-lib-1.1.4-b05.jar - java.io.FileNotFoundException: \org\weasis\thirdparty\com\sun\media\jai-lib\1.1.4-b05\jai-lib-1.1.4-b05.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/thirdparty/com/sun/media/jai-lib/1.1.4-b05/jai-lib-1.1.4-b05.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\thirdparty\com\sun\media\jai-lib\1.1.4-b05\jai-lib-1.1.4-b05.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: org.apache.felix.prefs-1.0.4 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.prefs/1.0.4/org.apache.felix.prefs-1.0.4.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.prefs\1.0.4\org.apache.felix.prefs-1.0.4.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.prefs/1.0.4/org.apache.felix.prefs-1.0.4.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.prefs\1.0.4\org.apache.felix.prefs-1.0.4.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: weasis-core-api-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/core/weasis-core-api/2.0.0-SNAPSHOT/weasis-core-api-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\core\weasis-core-api\2.0.0-SNAPSHOT\weasis-core-api-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/core/weasis-core-api/2.0.0-SNAPSHOT/weasis-core-api-2.0.0-SNAPSHOT.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\core\weasis-core-api\2.0.0-SNAPSHOT\weasis-core-api-2.0.0-SNAPSHOT.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: org.apache.felix.gogo.shell-0.10.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.gogo.shell/0.10.0/org.apache.felix.gogo.shell-0.10.0.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.gogo.shell\0.10.0\org.apache.felix.gogo.shell-0.10.0.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.gogo.shell/0.10.0/org.apache.felix.gogo.shell-0.10.0.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.gogo.shell\0.10.0\org.apache.felix.gogo.shell-0.10.0.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: vecmath-1.5.2 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/thirdparty/com/sun/media/vecmath/1.5.2/vecmath-1.5.2.jar - java.io.FileNotFoundException: \org\weasis\thirdparty\com\sun\media\vecmath\1.5.2\vecmath-1.5.2.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/thirdparty/com/sun/media/vecmath/1.5.2/vecmath-1.5.2.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\thirdparty\com\sun\media\vecmath\1.5.2\vecmath-1.5.2.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: org.apache.felix.scr-1.6.2 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.scr/1.6.2/org.apache.felix.scr-1.6.2.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.scr\1.6.2\org.apache.felix.scr-1.6.2.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.scr/1.6.2/org.apache.felix.scr-1.6.2.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.scr\1.6.2\org.apache.felix.scr-1.6.2.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: weasis-base-viewer2d-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/base/weasis-base-viewer2d/2.0.0-SNAPSHOT/weasis-base-viewer2d-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\base\weasis-base-viewer2d\2.0.0-SNAPSHOT\weasis-base-viewer2d-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/base/weasis-base-viewer2d/2.0.0-SNAPSHOT/weasis-base-viewer2d-2.0.0-SNAPSHOT.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\base\weasis-base-viewer2d\2.0.0-SNAPSHOT\weasis-base-viewer2d-2.0.0-SNAPSHOT.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: org.apache.felix.gogo.command-0.12.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.gogo.command/0.12.0/org.apache.felix.gogo.command-0.12.0.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.gogo.command\0.12.0\org.apache.felix.gogo.command-0.12.0.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.gogo.command/0.12.0/org.apache.felix.gogo.command-0.12.0.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.gogo.command\0.12.0\org.apache.felix.gogo.command-0.12.0.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: org.apache.felix.metatype-1.0.6 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.metatype/1.0.6/org.apache.felix.metatype-1.0.6.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.metatype\1.0.6\org.apache.felix.metatype-1.0.6.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.metatype/1.0.6/org.apache.felix.metatype-1.0.6.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.metatype\1.0.6\org.apache.felix.metatype-1.0.6.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: org.apache.felix.configadmin-1.6.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.configadmin/1.6.0/org.apache.felix.configadmin-1.6.0.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.configadmin\1.6.0\org.apache.felix.configadmin-1.6.0.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.configadmin/1.6.0/org.apache.felix.configadmin-1.6.0.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.configadmin\1.6.0\org.apache.felix.configadmin-1.6.0.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: org.apache.felix.bundlerepository-1.6.6 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.bundlerepository\1.6.6\org.apache.felix.bundlerepository-1.6.6.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.bundlerepository\1.6.6\org.apache.felix.bundlerepository-1.6.6.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: weasis-imageio-codec-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/imageio/weasis-imageio-codec/2.0.0-SNAPSHOT/weasis-imageio-codec-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\imageio\weasis-imageio-codec\2.0.0-SNAPSHOT\weasis-imageio-codec-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/imageio/weasis-imageio-codec/2.0.0-SNAPSHOT/weasis-imageio-codec-2.0.0-SNAPSHOT.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\imageio\weasis-imageio-codec\2.0.0-SNAPSHOT\weasis-imageio-codec-2.0.0-SNAPSHOT.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: docking-frames-1.1.2-p3 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/thirdparty/docking-frames/1.1.2-p3/docking-frames-1.1.2-p3.jar - java.io.FileNotFoundException: \org\weasis\thirdparty\docking-frames\1.1.2-p3\docking-frames-1.1.2-p3.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/thirdparty/docking-frames/1.1.2-p3/docking-frames-1.1.2-p3.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\thirdparty\docking-frames\1.1.2-p3\docking-frames-1.1.2-p3.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: org.apache.felix.gogo.runtime-0.10.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.gogo.runtime/0.10.0/org.apache.felix.gogo.runtime-0.10.0.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.gogo.runtime\0.10.0\org.apache.felix.gogo.runtime-0.10.0.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.gogo.runtime/0.10.0/org.apache.felix.gogo.runtime-0.10.0.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.gogo.runtime\0.10.0\org.apache.felix.gogo.runtime-0.10.0.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install native bundle: weasis-imageio-codec-windows-x86-1.2-b04
Cannot install bundle: weasis-core-ui-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/core/weasis-core-ui/2.0.0-SNAPSHOT/weasis-core-ui-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\core\weasis-core-ui\2.0.0-SNAPSHOT\weasis-core-ui-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/core/weasis-core-ui/2.0.0-SNAPSHOT/weasis-core-ui-2.0.0-SNAPSHOT.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\weasis\core\weasis-core-ui\2.0.0-SNAPSHOT\weasis-core-ui-2.0.0-SNAPSHOT.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot install bundle: org.apache.sling.commons.log-3.0.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/sling/org.apache.sling.commons.log/3.0.0/org.apache.sling.commons.log-3.0.0.jar - java.io.FileNotFoundException: \org\apache\sling\org.apache.sling.commons.log\3.0.0\org.apache.sling.commons.log-3.0.0.jar (The system cannot find the path specified))
org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/sling/org.apache.sling.commons.log/3.0.0/org.apache.sling.commons.log-3.0.0.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2858)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
at org.weasis.launcher.AutoProcessor.installBundle(AutoProcessor.java:551)
at org.weasis.launcher.AutoProcessor.processAutoProperties(AutoProcessor.java:335)
at org.weasis.launcher.AutoProcessor.process(AutoProcessor.java:102)
at org.weasis.launcher.WebStartLoader.setFelix(WebStartLoader.java:208)
at org.weasis.launcher.WeasisLauncher.launch(WeasisLauncher.java:346)
at org.weasis.launcher.WeasisLauncher.main(WeasisLauncher.java:201)
Caused by: java.io.FileNotFoundException: \org\apache\sling\org.apache.sling.commons.log\3.0.0\org.apache.sling.commons.log-3.0.0.jar (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:131)
at java.io.FileInputStream.<init>(FileInputStream.java:87)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:524)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:165)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2854)
... 7 more
Cannot start bundle: weasis-base-explorer-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/base/weasis-base-explorer/2.0.0-SNAPSHOT/weasis-base-explorer-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\base\weasis-base-explorer\2.0.0-SNAPSHOT\weasis-base-explorer-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
Cannot start bundle: weasis-dicom-viewer2d-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/dicom/weasis-dicom-viewer2d/2.0.0-SNAPSHOT/weasis-dicom-viewer2d-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\dicom\weasis-dicom-viewer2d\2.0.0-SNAPSHOT\weasis-dicom-viewer2d-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
Cannot start bundle: slf4j-api-1.6.4 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar - java.io.FileNotFoundException: \org\slf4j\slf4j-api\1.6.4\slf4j-api-1.6.4.jar (The system cannot find the path specified))
Cannot start bundle: weasis-dicom-codec-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/dicom/weasis-dicom-codec/2.0.0-SNAPSHOT/weasis-dicom-codec-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\dicom\weasis-dicom-codec\2.0.0-SNAPSHOT\weasis-dicom-codec-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
Cannot start bundle: weasis-base-ui-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/base/weasis-base-ui/2.0.0-SNAPSHOT/weasis-base-ui-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\base\weasis-base-ui\2.0.0-SNAPSHOT\weasis-base-ui-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
Cannot start bundle: weasis-dicom-explorer-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/dicom/weasis-dicom-explorer/2.0.0-SNAPSHOT/weasis-dicom-explorer-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\dicom\weasis-dicom-explorer\2.0.0-SNAPSHOT\weasis-dicom-explorer-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
Cannot start bundle: jai-lib-1.1.4-b05 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/thirdparty/com/sun/media/jai-lib/1.1.4-b05/jai-lib-1.1.4-b05.jar - java.io.FileNotFoundException: \org\weasis\thirdparty\com\sun\media\jai-lib\1.1.4-b05\jai-lib-1.1.4-b05.jar (The system cannot find the path specified))
Cannot start bundle: org.apache.felix.prefs-1.0.4 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.prefs/1.0.4/org.apache.felix.prefs-1.0.4.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.prefs\1.0.4\org.apache.felix.prefs-1.0.4.jar (The system cannot find the path specified))
Cannot start bundle: weasis-core-api-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/core/weasis-core-api/2.0.0-SNAPSHOT/weasis-core-api-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\core\weasis-core-api\2.0.0-SNAPSHOT\weasis-core-api-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
Cannot start bundle: org.apache.felix.gogo.shell-0.10.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.gogo.shell/0.10.0/org.apache.felix.gogo.shell-0.10.0.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.gogo.shell\0.10.0\org.apache.felix.gogo.shell-0.10.0.jar (The system cannot find the path specified))
Cannot start bundle: vecmath-1.5.2 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/thirdparty/com/sun/media/vecmath/1.5.2/vecmath-1.5.2.jar - java.io.FileNotFoundException: \org\weasis\thirdparty\com\sun\media\vecmath\1.5.2\vecmath-1.5.2.jar (The system cannot find the path specified))
Cannot start bundle: org.apache.felix.scr-1.6.2 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.scr/1.6.2/org.apache.felix.scr-1.6.2.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.scr\1.6.2\org.apache.felix.scr-1.6.2.jar (The system cannot find the path specified))
Cannot start bundle: weasis-base-viewer2d-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/base/weasis-base-viewer2d/2.0.0-SNAPSHOT/weasis-base-viewer2d-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\base\weasis-base-viewer2d\2.0.0-SNAPSHOT\weasis-base-viewer2d-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
Cannot start bundle: org.apache.felix.gogo.command-0.12.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.gogo.command/0.12.0/org.apache.felix.gogo.command-0.12.0.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.gogo.command\0.12.0\org.apache.felix.gogo.command-0.12.0.jar (The system cannot find the path specified))
Cannot start bundle: org.apache.felix.metatype-1.0.6 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.metatype/1.0.6/org.apache.felix.metatype-1.0.6.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.metatype\1.0.6\org.apache.felix.metatype-1.0.6.jar (The system cannot find the path specified))
Cannot start bundle: org.apache.felix.configadmin-1.6.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.configadmin/1.6.0/org.apache.felix.configadmin-1.6.0.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.configadmin\1.6.0\org.apache.felix.configadmin-1.6.0.jar (The system cannot find the path specified))
Cannot start bundle: org.apache.felix.bundlerepository-1.6.6 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.bundlerepository\1.6.6\org.apache.felix.bundlerepository-1.6.6.jar (The system cannot find the path specified))
Cannot start bundle: weasis-imageio-codec-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/imageio/weasis-imageio-codec/2.0.0-SNAPSHOT/weasis-imageio-codec-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\imageio\weasis-imageio-codec\2.0.0-SNAPSHOT\weasis-imageio-codec-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
Cannot start bundle: docking-frames-1.1.2-p3 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/thirdparty/docking-frames/1.1.2-p3/docking-frames-1.1.2-p3.jar - java.io.FileNotFoundException: \org\weasis\thirdparty\docking-frames\1.1.2-p3\docking-frames-1.1.2-p3.jar (The system cannot find the path specified))
Cannot start bundle: org.apache.felix.gogo.runtime-0.10.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/felix/org.apache.felix.gogo.runtime/0.10.0/org.apache.felix.gogo.runtime-0.10.0.jar - java.io.FileNotFoundException: \org\apache\felix\org.apache.felix.gogo.runtime\0.10.0\org.apache.felix.gogo.runtime-0.10.0.jar (The system cannot find the path specified))
Cannot start bundle: weasis-core-ui-2.0.0-SNAPSHOT (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/weasis/core/weasis-core-ui/2.0.0-SNAPSHOT/weasis-core-ui-2.0.0-SNAPSHOT.jar - java.io.FileNotFoundException: \org\weasis\core\weasis-core-ui\2.0.0-SNAPSHOT\weasis-core-ui-2.0.0-SNAPSHOT.jar (The system cannot find the path specified))
Cannot start bundle: org.apache.sling.commons.log-3.0.0 (org.osgi.framework.BundleException: Unable to cache bundle: file:/org/apache/sling/org.apache.sling.commons.log/3.0.0/org.apache.sling.commons.log-3.0.0.jar - java.io.FileNotFoundException: \org\apache\sling\org.apache.sling.commons.log\3.0.0\org.apache.sling.commons.log-3.0.0.jar (The system cannot find the path specified))
Cannot not start framework: java.lang.Exception: Main User Interface bundle cannot be started
Weasis cache will be cleaned at next launch.
State of the framework:
 * org.apache.felix.framework-4.2.0 ACTIVE

nicolas...@gmail.com

unread,
Sep 10, 2013, 12:28:04 PM9/10/13
to dcm...@googlegroups.com
It seems the VM parameter "-Dmaven.localRepository" is missing, see "Debug or Run from Eclipse" in the page.
Reply all
Reply to author
Forward
0 new messages