[Geoserver-devel] 1.4.x WCS

hey

i have downloaded gt_trunk and 1.4.x wcs merge. then i built the
geoserver.war. till this point everything went ok. but now when i try to
deploy geoserver.war in Tomcat (any version) Tomcat says it can't deploy
application. what could be wrong?

this is the Tomcat output

INFO: Deploying web application archive geoserver.war
28.7.2006 14:00:33 org.apache.catalina.startup.HostConfig deployWAR
SEVERE: Error deploying web application archive geoserver.war
java.lang.IllegalArgumentException:
log4j,openmap,postgis,jts,junitperf,junit,postgresql-Extension-Name
  at java.util.jar.Attributes$Name.<init>(Unknown Source)
  at java.util.jar.Attributes.getValue(Unknown Source)
  at
org.apache.catalina.util.ManifestResource.getRequiredExtensions(ManifestResource.java:185)
  at
org.apache.catalina.util.ManifestResource.processManifest(ManifestResource.java:154)
  at
org.apache.catalina.util.ManifestResource.<init>(ManifestResource.java:51)
  at
org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:185)
  at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4035)
  at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
  at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809)
  at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698)
  at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
  at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
  at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
  at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
  at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
  at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
  at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
  at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
  at org.apache.catalina.core.StandardService.start(StandardService.java:450)
  at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
  at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
  at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
28.7.2006 14:00:33 org.apache.catalina.startup.HostConfig deployWAR
--
View this message in context: http://www.nabble.com/1.4.x-WCS-tf2015051.html#a5538328
Sent from the GeoServer - Dev forum at Nabble.com.

Remove the wkb4j.jar from /webapps/geoserver/lib directory … actually it does not allow Tomcat to deploy GeoServer war due to a problem in the METAINFO.MF descriptor.

On 7/28/06, GeoUser <blazrepnik@anonymised.com> wrote:

hey

i have downloaded gt_trunk and 1.4.x wcs merge. then i built the
geoserver.war. till this point everything went ok. but now when i try to
deploy geoserver.war in Tomcat (any version) Tomcat says it can’t deploy
application. what could be wrong?

this is the Tomcat output

INFO: Deploying web application archive geoserver.war
28.7.2006 14:00:33 org.apache.catalina.startup.HostConfig deployWAR
SEVERE: Error deploying web application archive geoserver.war
java.lang.IllegalArgumentException:
log4j,openmap,postgis,jts,junitperf,junit,postgresql-Extension-Name
at java.util.jar.Attributes$Name.(Unknown Source)
at java.util.jar.Attributes.getValue(Unknown Source)
at
org.apache.catalina.util.ManifestResource.getRequiredExtensions(ManifestResource.java :185)
at
org.apache.catalina.util.ManifestResource.processManifest(ManifestResource.java:154)
at
org.apache.catalina.util.ManifestResource.(ManifestResource.java:51)
at
org.apache.catalina.util.ExtensionValidator.validateApplication (ExtensionValidator.java:185)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4035)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java :809)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
at org.apache.catalina.startup.HostConfig.start (HostConfig.java:1122)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java :1013)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at org.apache.catalina.core.StandardService.start(StandardService.java:450)
at org.apache.catalina.core.StandardServer.start (StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java :294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
28.7.2006 14:00:33 org.apache.catalina.startup.HostConfig deployWAR

View this message in context: http://www.nabble.com/1.4.x-WCS-tf2015051.html#a5538328
Sent from the GeoServer - Dev forum at Nabble.com.


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Alessio Fabiani
Software Engineer

http://afabiani.wordpress.com


This does beg a question of if we're even using wkb4j any more, as I feel like Blasby might have rewritten the binary code or used stuff from JTS. Probably worth looking in to. Though he might have just done it for PostGIS, and MySQL may need the update.

C

Alessio Fabiani wrote:

Remove the wkb4j.jar from <tomcat>/webapps/geoserver/lib directory ... actually it does not allow Tomcat to deploy GeoServer war due to a problem in the METAINFO.MF descriptor.

On 7/28/06, *GeoUser* <blazrepnik@anonymised.com <mailto:blazrepnik@anonymised.com>> wrote:

    hey

    i have downloaded gt_trunk and 1.4.x wcs merge. then i built the
    geoserver.war. till this point everything went ok. but now when i
    try to
    deploy geoserver.war in Tomcat (any version) Tomcat says it can't deploy
    application. what could be wrong?

    this is the Tomcat output

    INFO: Deploying web application archive geoserver.war
    28.7.2006 14:00:33 org.apache.catalina.startup.HostConfig deployWAR
    SEVERE: Error deploying web application archive geoserver.war
    java.lang.IllegalArgumentException:
    log4j,openmap,postgis,jts,junitperf,junit,postgresql-Extension-Name
           at java.util.jar.Attributes$Name.<init>(Unknown Source)
           at java.util.jar.Attributes.getValue(Unknown Source)
           at
    org.apache.catalina.util.ManifestResource.getRequiredExtensions(ManifestResource.java
    :185)
           at
    org.apache.catalina.util.ManifestResource.processManifest(ManifestResource.java:154)
           at
    org.apache.catalina.util.ManifestResource.<init>(ManifestResource.java:51)
           at
    org.apache.catalina.util.ExtensionValidator.validateApplication
    (ExtensionValidator.java:185)
           at
    org.apache.catalina.core.StandardContext.start(StandardContext.java:4035)
           at
    org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
           at
    org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
           at
    org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
           at
    org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java :809)
           at
    org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698)
           at
    org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
           at org.apache.catalina.startup.HostConfig.start
    (HostConfig.java:1122)
           at
    org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
           at
    org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
           at
    org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
           at
    org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
           at
    org.apache.catalina.core.ContainerBase.start(ContainerBase.java :1013)
           at
    org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
           at
    org.apache.catalina.core.StandardService.start(StandardService.java:450)
           at org.apache.catalina.core.StandardServer.start
    (StandardServer.java:709)
           at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke (Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
           at java.lang.reflect.Method.invoke(Unknown Source)
           at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java
    :294)
           at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    28.7.2006 14:00:33 org.apache.catalina.startup.HostConfig deployWAR
    --
    View this message in context:
    http://www.nabble.com/1.4.x-WCS-tf2015051.html#a5538328
    Sent from the GeoServer - Dev forum at Nabble.com <http://Nabble.com>.

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

    Take Surveys. Earn Cash. Influence the Future of IT
    Join SourceForge.net's Techsay panel and you'll get the chance to
    share your
    opinions on IT & business topics through brief surveys -- and earn cash
    http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
    <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV&gt;
    _______________________________________________
    Geoserver-devel mailing list
    Geoserver-devel@lists.sourceforge.net
    <mailto:Geoserver-devel@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
---------------------------------------------------------
Alessio Fabiani
Software Engineer

http://afabiani.wordpress.com

--------------------------------------------------------- !DSPAM:1003,44ca043b128716309890654!

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

!DSPAM:1003,44ca043b128716309890654!

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

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

!DSPAM:1003,44ca043b128716309890654!

--
Chris Holmes
The Open Planning Project
http://topp.openplans.org

thanks a lot !! it works now
--
View this message in context: http://www.nabble.com/1.4.x-WCS-tf2015051.html#a5543694
Sent from the GeoServer - Dev forum at Nabble.com.