You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Craig Dunn <cd...@betweenmarkets.com> on 2002/08/29 16:39:51 UTC

Exception running svgBrowser

When attempting to run squiggle, I get this exception (below) during startup.  OS is winXP and JDK is 1.3.  Any ideas? Thanks!
 
-craig dunn
cdunn@betweenmarkets.com
=======================================================================
D:\batik-1.5>java -jar batik-squiggle.jar
java.lang.ExceptionInInitializerError: java.lang.IllegalArgumentException: Invalid ICC Profile Data
        at java.awt.color.ICC_Profile.getInstance(ICC_Profile.java:846)
        at java.awt.color.ICC_Profile.getInstance(ICC_Profile.java:823)
        at java.awt.color.ICC_Profile.getInstance(ICC_Profile.java:784)
        at java.awt.color.ColorSpace.getInstance(ColorSpace.java:302)
        at org.apache.batik.ext.awt.image.GraphicsUtil.<clinit>(Unknown Source)
        at org.apache.batik.gvt.filter.GraphicsNodeRed8Bit.<init>(Unknown Source)
        at org.apache.batik.gvt.filter.GraphicsNodeRable8Bit.createRendering(Unknown Source)
        at org.apache.batik.gvt.renderer.StaticRenderer.renderGNR(Unknown Source)
        at org.apache.batik.gvt.renderer.StaticRenderer.updateWorkingBuffers(Unknown Source)
        at org.apache.batik.gvt.renderer.StaticRenderer.repaint(Unknown Source)
        at org.apache.batik.gvt.renderer.StaticRenderer.repaint(Unknown Source)
        at org.apache.batik.swing.gvt.GVTTreeRenderer.run(Unknown Source)

[RE] Exception running svgBrowser

Posted by Thomas E Deweese <th...@kodak.com>.
>>>>> "CD" == Craig Dunn <cd...@betweenmarkets.com> writes:

CD> When attempting to run squiggle, I get this exception (below)
CD> during startup.  OS is winXP and JDK is 1.3.  Any ideas? 

    Looks to me like your JDK install is messed up.  It's trying to
read one of the icc profile out of JRE/lib/cmm.  Here are the sizes
of the profiles in my JRE/lib (1.3.1):

 51236 CIEXYZ.pf
   632 GRAY.pf
  1044 LINEAR_RGB.pf
274474 PYCC.pf
150368 sRGB.pf

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org