deegree cfg

3 messages Options
Embed this post
Permalink
Balázs Bámer

deegree cfg

Reply Threaded More More options
Print post
Permalink
Hi All,

I would like to try deegree WMS, WFS and WCS and  play with its
configurations. For that, I installed cfg 0.9.1 but I'm unable to use
it. After 1.5 days spent with Tomcat 5.5 configuration I didn't
succeed. Now it's running under Jetty (in fact in the place of
Geoserver) and it does much more as under Tomcat but still too
little...
The service is here: http://att-it.homelinux.net:22880/cfg-0.9.1/ the
result is plain XML:
<ServiceExceptionReport>
<ServiceException>The REQUEST-Parameter was not set.</ServiceException>
</ServiceExceptionReport>

What does this mean? Nothing interesting in log files.

Jetty is up, WMS (others too) is running:
http://att-it.homelinux.net:22880/deegree-wms/

thank you in advance.

Best regards: Balázs

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
deegree-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/deegree-users
Andreas Schmitz

Re: deegree cfg

Reply Threaded More More options
Print post
Permalink
Balázs Bámer wrote:

Hi,

> I would like to try deegree WMS, WFS and WCS and  play with its
> configurations. For that, I installed cfg 0.9.1 but I'm unable to use
> it. After 1.5 days spent with Tomcat 5.5 configuration I didn't
> succeed. Now it's running under Jetty (in fact in the place of
> Geoserver) and it does much more as under Tomcat but still too
> little...
> The service is here: http://att-it.homelinux.net:22880/cfg-0.9.1/ the
> result is plain XML:
> <ServiceExceptionReport>
> <ServiceException>The REQUEST-Parameter was not set.</ServiceException>
> </ServiceExceptionReport>
well, I really don't know where you got the cfg version 0.9.1, it's from
february 2009...

The cfg service is to be used together with the OpenJUMP based
configuration tool (see below), not to request it directly.

Try this page for a fresh start:

https://wiki.deegree.org/deegreeWiki/OpenJumpPackages

> What does this mean? Nothing interesting in log files.

I really recommend you use tomcat, as Jetty is virtually untested from
us. Do you really need the cfg service? It is mostly useful together
with the configuration tool and a PostGIS database.

Documentation for the config tool is only available in German, I'm
afraid, from here:

http://wald.intevation.org/plugins/scmsvn/viewcvs.php/docs/documentation/config_tool/?root=deegree

Best regards, Andreas
--
l a t / l o n  GmbH
Aennchenstrasse 19           53177 Bonn, Germany
phone ++49 +228 18496-0      fax ++49 +228 1849629
http://www.lat-lon.de        http://www.deegree.org


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
deegree-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/deegree-users

signature.asc (204 bytes) Download Attachment
Balázs Bámer

Re: deegree cfg

Reply Threaded More More options
Print post
Permalink
Hi Andreas,

> well, I really don't know where you got the cfg version 0.9.1, it's from
> february 2009...

I found it here:
https://wiki.deegree.org/deegreeWiki/ConfigTool?highlight=(CategoryDeegree2)
there is the .war package, I used it in Jetty.

> us. Do you really need the cfg service? It is mostly useful together
> with the configuration tool and a PostGIS database.

Honestly, I don't know what I need because I've never seen this cfg
service nor OpenJump's deegree configuration working. What I want is
explore capabilities and configuration possibilities of deegree WMS,
WFS, WCS services.

> Documentation for the config tool is only available in German, I'm

Thank you, German is all right.

I've already tried it OpenJump 1.1.6
it writes to console:
Loading de.latlon.deejump.util.OldDeeJUMPExtension
Loading de.latlon.deejump.owsconfig.OWSConfigExtension
Loading de.latlon.deejump.wfs.WFSExtension

it has deegree2.jar in lib and
owsconfig.jar deejump.jar  owsconfig_stable.jar  wfsplugin.jar in lib/ext
I know that two owsconfig* are too much, I've tried both separate.
When I try t manage services or access anything remote in deegree menu
the result is (owsconfig_stable)
java.lang.NoClassDefFoundError: org/deegree/model/crs/CRSException
        at de.latlon.deejump.owsconfig.plugin.ManageServicesWizard.getWizard(ManageServicesWizard.java:85)
        at de.latlon.deejump.owsconfig.plugin.OWSConfigPlugin$ManageServicesPlugin.execute(OWSConfigPlugin.java:316)
        at com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:130)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:374)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1688)
        at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1732)
        at java.awt.Component.processMouseEvent(Component.java:6108)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3276)
        at java.awt.Component.processEvent(Component.java:5873)
        at java.awt.Container.processEvent(Container.java:2105)
        at java.awt.Component.dispatchEventImpl(Component.java:4469)
        at java.awt.Container.dispatchEventImpl(Container.java:2163)
        at java.awt.Component.dispatchEvent(Component.java:4295)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
        at java.awt.Container.dispatchEventImpl(Container.java:2149)
        at java.awt.Window.dispatchEventImpl(Window.java:2478)
        at java.awt.Component.dispatchEvent(Component.java:4295)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Caused by: java.lang.ClassNotFoundException: org.deegree.model.crs.CRSException

with owsconfig (the bleeding edge) for anything remote I get
java.lang.NoClassDefFoundError: de/latlon/deejump/plugin/wfs/WFSLayer
        at de.latlon.deejump.owsconfig.plugin.ManageServicesWizard.getWizard(ManageServicesWizard.java:85)
        at de.latlon.deejump.owsconfig.plugin.OWSConfigPlugin$ManageServicesPlugin.execute(OWSConfigPlugin.java:338)
        at com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:130)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:374)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1688)
        at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1732)
        at java.awt.Component.processMouseEvent(Component.java:6108)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3276)
        at java.awt.Component.processEvent(Component.java:5873)
        at java.awt.Container.processEvent(Container.java:2105)
        at java.awt.Component.dispatchEventImpl(Component.java:4469)
        at java.awt.Container.dispatchEventImpl(Container.java:2163)
        at java.awt.Component.dispatchEvent(Component.java:4295)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
        at java.awt.Container.dispatchEventImpl(Container.java:2149)
        at java.awt.Window.dispatchEventImpl(Window.java:2478)
        at java.awt.Component.dispatchEvent(Component.java:4295)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Caused by: java.lang.ClassNotFoundException:
de.latlon.deejump.plugin.wfs.WFSLayer

thank you, best regards: Balázs

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
deegree-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/deegree-users