users@jersey.java.net

WL 10.3/Jersey 1.1.5 issue

From: Trolly Rogers <trolly.s.rogers_at_gmail.com>
Date: Tue, 23 Feb 2010 17:24:08 -0500

Hi All - I'm trying to upgrade my jersey impl from 1.1.4.1 to 1.1.5
(core,json, and server), and am getting the exception below during
deployment. My JVM info is below too. I'm running Weblogic 10.3. 1.1.4.1
worked, but when i introduce the 1.1.5 jars it doesn't.

Anyone come across this and have a solution? I searched on the "unknown
protocol" exception below but haven't found anything to resolve my issue.

Thanks for reading.

java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)

com.sun.jersey.core.spi.scanning.ScannerException: IO error when scanning
jar
zip:C:/bea103/user_projects/domains/rest_domain/servers/AdminServer/tmp/_WL_user/_appsdir_rest-v1_war/h01wh2/war/WEB-INF/lib/_wl_cls_gen.jar!/org/comtradshow/rest/jaxrs
        at
com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner.scan(JarZipSchemeScanner.java:75)
        at
com.sun.jersey.core.spi.scanning.PackageNamesScanner.scan(PackageNamesScanner.java:135)
        at
com.sun.jersey.core.spi.scanning.PackageNamesScanner.scan(PackageNamesScanner.java:121)
        at
com.sun.jersey.api.core.ScanningResourceConfig.init(ScanningResourceConfig.java:69)
        at
com.sun.jersey.api.core.PackagesResourceConfig.init(PackagesResourceConfig.java:110)
        Truncated. see log file for complete stacktrace
java.net.MalformedURLException: unknown protocol: c
        at java.net.URL.<init>(URL.java:574)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at
com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner.scan(JarZipSchemeScanner.java:68)
        at
com.sun.jersey.core.spi.scanning.PackageNamesScanner.scan(PackageNamesScanner.java:135)
        Truncated. see log file for complete stacktrace