[Geoserver-devel] GeoServer 1.3 Beta 4 - coordinate system createFromWKT problem?

Very Strange.

Do you have JAI installed?

What happens if you make the datastore/featuretypes again? What is the
SRS parameter in your info.xml? What SRS is the datastore reporting?

dave

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

From MAILER-DAEMON Mon May 23 18:57:45 2005
From: Mail Delivery Service <postmaster@anonymised.com>
To: geoserver-devel@lists.sourceforge.net
Message-ID: <4269104601777EF7@anonymised.com>
X-CP-Transaction-ID: 4269104601777EF1
X-CP-For: marius.rieder@anonymised.com
MIME-Version: 1.0
Content-Type: Multipart/Report; report-type=delivery-status; boundary="========/4269104601777EF1/mx21.bluewin.ch"
X-Spam-Score: -0.0 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.
  See Apache SpamAssassin: Welcome for more details.
  Report problems to SourceForge.net Legacy Resources download | SourceForge.net
  -0.0 AWL AWL: From: address is in the auto white-list
Subject: [Geoserver-devel] Delivery Status Notification
Sender: geoserver-devel-admin@lists.sourceforge.net
Errors-To: geoserver-devel-admin@lists.sourceforge.net
X-BeenThere: geoserver-devel@lists.sourceforge.net
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/geoserver-devel&gt;,
  <mailto:geoserver-devel-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: Geoserver Developers' List <geoserver-devel.lists.sourceforge.net>
List-Post: <mailto:geoserver-devel@lists.sourceforge.net>
List-Help: <mailto:geoserver-devel-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/geoserver-devel&gt;,
  <mailto:geoserver-devel-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=geoserver-devel&gt;
Date: Mon May 23 18:59:38 2005
X-Original-Date: Tue, 24 May 2005 01:57:37 +0000

This multi-part MIME message contains a Delivery Status Notification.
If you can see this text, your mail client may not be able to understand MIME
formatted messages or DSNs (see RFC 2045 through 2049 for general MIME
information and RFC 1891 through 1894 for DSN specific information).

--========/4269104601777EF1/mx21.bluewin.ch
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

- These recipients of your message have been processed by the mail server:
marius.rieder@anonymised.com; Failed; 5.2.2 (mailbox full)

    Remote MTA mssazhb-int.msg.bluewin.ch: SMTP diagnostic: 552 RCPT TO:<marius.rieder@anonymised.com> Mailbox disk quota exceeded

--========/4269104601777EF1/mx21.bluewin.ch
Content-Type: Message/Delivery-Status

Reporting-MTA: dns; mx21.bluewin.ch
Received-from-MTA: dns; lists.sourceforge.net (61.90.62.193)
Arrival-Date: Tue, 24 May 2005 01:57:35 +0000

Final-Recipient: rfc822; marius.rieder@anonymised.com
Action: Failed
Status: 5.2.2 (mailbox full)
Remote-MTA: dns; mssazhb-int.msg.bluewin.ch
Diagnostic-Code: smtp; 552 RCPT TO:<marius.rieder@anonymised.com> Mailbox disk quota exceeded

--========/4269104601777EF1/mx21.bluewin.ch
Content-Type: Text/RFC822-headers

Return-Path: <geoserver-devel@lists.sourceforge.net>
Received: from lists.sourceforge.net (61.90.62.193) by mx21.bluewin.ch (Bluewin 7.2.059)
        id 4269104601777EF1 for marius.rieder@anonymised.com; Tue, 24 May 2005 01:57:35 +0000
From: geoserver-devel@lists.sourceforge.net
To: marius.rieder@anonymised.com
Subject: Status
Date: Tue, 24 May 2005 08:57:37 +0700
MIME-Version: 1.0
Content-Type: multipart/mixed;
  boundary="----=_NextPart_000_0005_E7012CE7.035F973B"
X-Priority: 3
X-MSMail-Priority: Normal

--========/4269104601777EF1/mx21.bluewin.ch--

Problem solved, although it wasn't very obvious. Thank you for suggesting looking at JAI.

Some time ago I mentioned that I have two separate but almost identical systems on which GeoServer is installed. J2SDK and GeoServer
are installed into identically-named directories.

On one, the GeoServer Admin screen shows "JAI is availailable: true" and on the other "false". Outside of GeoServer,
JAI seems to be working as expected on both systems. No matter what I did, I couldn't get JAI to be recognized by GeoServer
on the one system.

This morning I checked the Windows PATH and noticed that on the working system, the J2SDK was first in the path and on the problem system, J2SDK was in the middle. Further checking in the Windows environment variable settings showed that on the problem system, the J2SDK was defined at the beginning of the user path variable and not the system path variable. Windows concatenates the system and user path variables in that order.

After moving the J2SDK definition from the user path variable to the system path variable, I now get "JAI is available: true" on both systems.

I don't know if the problem was the relative position of the J2SDK in the path or the way it was defined in the Windows environment variables.
The GeoServer Admin windows showed the exact same JVM version in all cases.

The bigger question is: "Is JAI now required for WFS operation?"

David

At 06:08 PM 5/23/2005, dblasby@anonymised.com wrote:

Very Strange.

Do you have JAI installed?

What happens if you make the datastore/featuretypes again? What is the
SRS parameter in your info.xml? What SRS is the datastore reporting?

dave

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

The bigger question is: "Is JAI now required for WFS operation?"

Ugh. It really, really shouldn't be, in my opinion. If the reprojection
stuff depends on jai then I'd say get rid of reprojection in the WFS. But
the better solution would be to have it so only rendernig stuff in
geotools depends on jai. I really don't want to require jai for WFS
operation.

Another option is to do what degree does, and include the jai classpath
files. It's not as fast as doing it natively. Or the best thing would be
to have our installers do the install if jai is not found.

Chris

David

At 06:08 PM 5/23/2005, dblasby@anonymised.com wrote:
>Very Strange.
>
>Do you have JAI installed?
>
>What happens if you make the datastore/featuretypes again? What is the
>SRS parameter in your info.xml? What SRS is the datastore reporting?
>
>dave
>
>
>----------------------------------------------------------
>This mail sent through IMP: https://webmail.limegroup.com/

-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--