quality@glassfish.java.net

Re: Error while deploying WAR using admin console

From: Judy Tang <Judy.J.Tang_at_Sun.COM>
Date: Sat, 13 Sep 2008 08:12:55 -0700

Hi Jose,

It is a good test. Did the test worked before ? Give some wait, then
may be check on the existing bug query, and file a bug.
This is open V3 bug query
<https://glassfish.dev.java.net/issues/reports.cgi?state=Open+issues&issue_type=DEFECT&containing=gfv3-prelude-include&type=natural+language+search&x=Subcomponent&y=Priority>

Thanks,
Judy
Jose Noheda wrote:

> Hi,
>
> I tried this ant task:
>
> <target name="dojo" description="--> Downloads and packages dojo">
> <get
> src="http://download.dojotoolkit.org/release-1.2.0b1/dojo-release-1.2.0b1-src.tar.gz"
> dest="dojo-1.2.tar.gz" verbose="true" usetimestamp="true" />
> <untar src="dojo-1.2.tar.gz" dest="dojo" compression="gzip" />
> <war destfile="dojo/dojo-1.2.war" needxmlfile="false"
> basedir="dojo/dojo-release-1.2.0b1-src/" level="9" />
> </target>
>
> which should build a valid WAR file without a web.xml. I tried to
> deploy the generated WAR using the admin console and it fails with:
>
> GRAVE: Module type not recognized
>
> Can someone confirm this is a bug? Or the WAR is not well formed?
>
> Regards