Ciao Amy,
you need to dowload and install JAI and ImageIO tools.

Here you have the links to the latest builds (the ones  I personally use):

https://jai.dev.java.net/binary-builds.html#Daily_builds
https://jai-imageio.dev.java.net/binary-builds.html#Daily_builds_1.1

<How to install>
The two libraries have a commons structure. Each of them as a native
distribution (dll or so files) contained in the bin dir and a pure
java distribution (jar files) contained in the lib/ext dir.

Simply drop the native files in a location that is in the path while
put the jar in the jre/lib/ext.

I usually put the dll in the bin dir of jdk and jre and also I put the
jars in jdk_home/jre/lib/ext and jre_home/lib/ext because in case you
might want to rebuild geotools from source you need to have JAI
installed on both locations.


Hope this helps,
Simone.


On 10/12/06, Amy Johnson <[EMAIL PROTECTED]> wrote:
> Sorry for my questions that probably have easy answers. Has anyone seen
> this error message?
>
> FactoryRegistry scanForPlugins
> WARNING: Can't load a service for category MathTransformProvider.
> java.lang.NoClassDefFoundError: javax/media/jai/WarpAffine
>    at java.lang.Class.forName0(Native Method)
>    at java.lang.Class.forName(Unknown Source)
>    at sun.misc.Service$LazyIterator.next(Unknown Source)
>    at
> org.geotools.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:421)
>
> I thought maybe I hadn't loaded a necessary library, but I can find no
> reference to javax/media/jai/WarpAffine. I know I'm probably missing
> some useful but easy piece of information, and I hope someone will tell
> me what it is.
>
> Best regards,
>
> Amy
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Geotools-gt2-users mailing list
> Geotools-gt2-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>


-- 
-------------------------------------------------------
Eng. Simone Giannecchini
President /CEO GeoSolutions

http://www.geo-solutions.it

-------------------------------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-gt2-users mailing list
Geotools-gt2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to