According to the POM, the jaxrs dependency is defined as:
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>2.2.10</version>
<scope>provided</scope>
</dependency>
Can you try with that version?
> Jeff Ramin <mailto:jeff.ramin_at_singlewire.com>
> March 14, 2017 at 14:10
>
>
> I didn't use maven to build the project, so this is a distinct
> possibility. However, I have a large piece of software that I would
> want to incorporate grizzly into, and updating/downgrading jar
> versions to make grizzly happy is probably not an option. That tends
> to lead to whack-a-mole versionitis with other parts of the application.
>
> If it helps at all, I'm running java 1.8.0_51, and here are the jar
> files I compiled/ran with:
>
> grizzly-framework-2.3.30.jar jaxb-xjc-2.2.11.jar
> grizzly-http-2.3.30.jar jaxws-rt-2.1.4.jar
> grizzly-http-server-2.3.30.jar stax2-api-3.1.4.jar
> grizzly-http-server-jaxws-2.3.30.jar stax-api-1.0.jar
> jaxb-api-2.1.jar stax-ex-1.2.jar
> jaxb-core-2.2.11.jar streambuffer-1.5.4.jar
> jaxb-impl-2.2.11.jar
>
> If the answer to my problem is "grizzly needs to dictate the versions
> of jaxb/jaxws/stax", then I will stop investigating.
>
> Thanks.
>
>
> On 03/14/2017 04:04 PM, Zack Manning wrote:
>
> --
> Jeff Ramin
> Software Engineer
> Singlewire Software
> 2601 W Beltline Hwy #510
> Madison, WI 53713
>
> Phone Direct - 608.661.1172
> www.singlewire.com
> Zack Manning <mailto:zack.manning_at_vevo.com>
> March 14, 2017 at 14:04
>
> Jeff,
>
> This sort of exception (probably with a root of ClassNotFound) usually
> occurs because of version mismatches. Can you run a ‘mvn
> dependency:tree –Dverbose’ or ‘gradle dependencies’ to verify no
> Grizzly-specific versions are being managed upwards/downwards?
>
> Zack
>
> *From: *Jeff Ramin <jeff.ramin_at_singlewire.com>
> *Reply-To: *"users_at_grizzly.java.net" <users_at_grizzly.java.net>
> *Date: *Tuesday, March 14, 2017 at 2:01 PM
> *To: *"users_at_grizzly.java.net" <users_at_grizzly.java.net>
> *Subject: *Re: is anybody here?
>
> Last blog entry was on 2/10/14.
>
> Anyway, I'm running the jaxws example on this page:
> https://grizzly.java.net/jaxws.html
>
> When I request the wsdl from my browser, I see this stack trace:
>
> org.glassfish.grizzly.jaxws.JaxwsConnection.parse(Ljava/lang/Class;)Lcom/oracle/webservices/api/message/BasePropertySet$PropertyMap;
> 1:
> org.glassfish.grizzly.jaxws.JaxwsConnection.(JaxwsConnection.java:320)
> 2:
> org.glassfish.grizzly.jaxws.JaxwsHandler.service(JaxwsHandler.java:207)
> 3:
> org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:224)
> 4:
> org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:593)
> 5:
> org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:573)
> 6: java.lang.Thread.run(Thread.java:745)
>
>
> Thanks for any help you can provide.
>
> On 03/14/2017 03:54 PM, Ryan Lubke wrote:
>
>
>
> --
> Jeff Ramin
> Software Engineer
> Singlewire Software
> 2601 W Beltline Hwy #510
> Madison, WI 53713
> Phone Direct - 608.661.1172
> www.singlewire.com <http://www.singlewire.com>
> Jeff Ramin <mailto:jeff.ramin_at_singlewire.com>
> March 14, 2017 at 14:01
>
>
> Last blog entry was on 2/10/14.
>
> Anyway, I'm running the jaxws example on this page:
> https://grizzly.java.net/jaxws.html
>
> When I request the wsdl from my browser, I see this stack trace:
>
> org.glassfish.grizzly.jaxws.JaxwsConnection.parse(Ljava/lang/Class;)Lcom/oracle/webservices/api/message/BasePropertySet$PropertyMap;
> 1:
> org.glassfish.grizzly.jaxws.JaxwsConnection.(JaxwsConnection.java:320)
> 2:
> org.glassfish.grizzly.jaxws.JaxwsHandler.service(JaxwsHandler.java:207)
> 3:
> org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:224)
> 4:
> org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:593)
> 5:
> org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:573)
> 6: java.lang.Thread.run(Thread.java:745)
>
>
> Thanks for any help you can provide.
>
>
> On 03/14/2017 03:54 PM, Ryan Lubke wrote:
>
> --
> Jeff Ramin
> Software Engineer
> Singlewire Software
> 2601 W Beltline Hwy #510
> Madison, WI 53713
>
> Phone Direct - 608.661.1172
> www.singlewire.com
> Ryan Lubke <mailto:ryan.lubke_at_oracle.com>
> March 14, 2017 at 13:54
> Yes, the project is still active. Can you point out specifically what
> you're looking at that led you to believe there was no activity for
> that period of time?
>
>
>
>
> Jeff Ramin <mailto:jeff.ramin_at_singlewire.com>
> March 14, 2017 at 13:45
>
> Just wondering if anybody is around to answer questions, as the web
> site indicates there hasn't been any activity on this project for
> about 3 years.
>
> Thanks.
>