<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body dir="auto">
This appears to be a java container issue so reverting to Java 8<br>
<div dir="ltr"><br>
On 13 Mar 2019, at 12:56, McLennan, Neil R <<a href="mailto:n.mclennan@imperial.ac.uk">n.mclennan@imperial.ac.uk</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Thanks, I’ve now added to jaxb-api-2.3.1.jar to the classpath and now run into
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">org.eclipse.jetty.util.MultiException: Multiple exceptions<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Suppressed: java.lang.RuntimeException: Error scanning entry com/microsoft/sqlserver/jdbc/AppDTVImpl.class from jar
<a href="file:///C:/Program%20Files%20(x86)/Shibboleth/IdP/jetty-base/tmp/jetty-0.0.0.0-443-idp.war-_idp-any-9619733119329353050.dir/webinf/WEB-INF/lib/mssql-jdbc-7.2.1.jre11.jar">
file:///C:/Program%20Files%20(x86)/Shibboleth/IdP/jetty-base/tmp/jetty-0.0.0.0-443-idp.war-_idp-any-9619733119329353050.dir/webinf/WEB-INF/lib/mssql-jdbc-7.2.1.jre11.jar</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">However com/microsoft/sqlserver/jdbc/AppDTVImpl.class is in
</span>mssql-jdbc-7.2.1.jre11.jar<o:p></o:p></p>
<p class="MsoNormal">Busy reading up on how Jetty works to try and work out why this is happening<span style="mso-fareast-language:EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> users <<a href="mailto:users-bounces@shibboleth.net">users-bounces@shibboleth.net</a>>
<b>On Behalf Of </b>Daniel Fisher<br>
<b>Sent:</b> 13 March 2019 03:44<br>
<b>To:</b> Shib Users <<a href="mailto:users@shibboleth.net">users@shibboleth.net</a>><br>
<b>Subject:</b> Re: JPAStorageService and OpenJDk<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<p class="MsoNormal">On Tue, Mar 12, 2019 at 2:50 PM McLennan, Neil R <<a href="mailto:n.mclennan@imperial.ac.uk">n.mclennan@imperial.ac.uk</a>> wrote:<o:p></o:p></p>
</div>
<div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<p style="margin:0cm;margin-bottom:.0001pt;font-stretch:normal">I’m using OpenJDK11, Microsoft JDBC database drivers (mssql-jdbc-7.2.1.jre11.jar) and the HikariCP-2.2.5.jar connection pooling, but get<o:p></o:p></p>
<p style="margin:0cm;margin-bottom:.0001pt;font-stretch:normal">org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shibboleth.JPAStorageService.EntityManagerFactory' defined in file [C:\Program Files (x86)\Shibboleth\IdP\system\conf\..\..\conf\global.xml]:
 Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter<o:p></o:p></p>
</div>
</blockquote>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Based on Scott's comment seems like that dependency is being pulled in transitively, but maybe that's only happening for tests.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Regardless, that class was removed in Java 9, see <a href="http://openjdk.java.net/jeps/320#Java-EE-modules">http://openjdk.java.net/jeps/320#Java-EE-modules</a><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">You'll need to download the jaxb jar from maven and add it to your classpath.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">--Daniel Fisher<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div dir="ltr"><span>-- </span><br>
<span>For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg">
https://wiki.shibboleth.net/confluence/x/coFAAg</a></span><br>
<span>To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">
users-unsubscribe@shibboleth.net</a></span></div>
</blockquote>
</body>
</html>