I did search google and other user group for this "UnsatisfiedLinkError", I could get more clue that this is either of the following problems (link given below).
A) The X server is not running. B) The X server is running but the user does not have the permission to access it. http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=ddc0 284c.0303222225.58be58db%40posting.google.com&rnum=4&prev=/groups%3Fq%3D exception%2Boccurred%2Bin%2B%2BJNI_OnLoad%26hl%3Den%26lr%3D%26ie%3DUTF-8 %26oe%3DUTF-8%26selm%3Dddc0284c.0303222225.58be58db%2540posting.google.c om%26rnum%3D4 As suggested I would get in touch with the solaris administrator, and see if there is any issue with JRE installation, or if I can install xvfb/similar softwares so that I can get around this problem. I understand that the following code ... " java.awt.Toolkit.<clinit>(Toolkit.java:1058)" Should be called in FOP case also, but the error I get is a parse DOMException "(The current node (type: 2, name: contentStyleType) is read-only)", which probably happens much earlier !? I couldn't imagine that this parse error happens because of the x server issue. Any comments? Ganesh -----Original Message----- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 1:45 AM To: [EMAIL PROTECTED] Subject: Re: Issue with SVG in Batik with FOP in SunOS (UNIX) Ganesh wrote: > that I am using JRE version "1.3.0_04" (Java HotSpot(TM) Client VM > (build 1.3.0_04, mixed mode). Due to project constraints I am unable > to change/upgrade this JVM. Is this version a problem? It's rather old. I'd try to install the most recent version side-by-side or another machine with the same environment and soo what happens. > Exception in thread "main" java.lang.UnsatisfiedLinkError: exception A kind of misconfiguration. Either a library is completely missing, installed in the wrong place or inaccessible to the JVM. Ask your local Solaris guru to fix the installation. It is weird though that this didn't happen from FOP, because > at java.awt.Toolkit.<clinit>(Toolkit.java:1058) this should be called there too. > Now, does this mean that I don't have the Xserver running? I'd think it should be rather obvious to you whether an X server is running. In any case, none of the exceptions you've shown so far are typical for a failure to connect an X server, usually you'd get "cannot connect to X server" or something similar in this case. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
