<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Le 17/09/12 20:47, Westgård Trond a écrit :<br>
    <blockquote
      cite="mid:B18A54096AA5B54CA4E71C0FCE051C8A0B2BB13833@exmbx1.imr.no"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (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;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;}
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;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
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"><span style="color:#1F497D" lang="EN-US">The
          error message when trying to render the file is (so I really
          never get to the point where the time-slider comes into use
          …..):<o:p></o:p></span>
        <p class="MsoNormal"><span style="color:#1F497D" lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D" lang="EN-US">java.lang.AssertionError<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D" lang="EN-US">               
            at
org.geotoolkit.referencing.operation.AbstractCoordinateOperationFactory.concatenate(AbstractCoordinateOperationFactory.java:537)</span></p>
      </div>
    </blockquote>
    <br>
    I had a look in the code, and this assertion contains a comment
    saying "<i>we sometime get this assertion failure if the user
      provided CRS with two different ellipsoids but an identical
      TOWGS84 conversion infos (which is usually wrong, but still
      happen).</i>" (here, "<i>user</i>" can mean "<i>the NetCDF reader</i>",
    not necessarily the human user).<br>
    <br>
    Could you try to run the application with assertions disabled? In
    the JVM runtime parameters in the NetBeans project properties, there
    is probably a "-ea" option. If you could try running the application
    without that option and see if it works or not, it would be a useful
    information.<br>
    <br>
        Martin<br>
    <br>
  </body>
</html>