Sun AVK

Problem with most recent JavaTM Application Verification Kit (AVK) for the Enterprise 1.4

I want to verify a rather simple .ear File using the ant-task

<ArchiveTest appName="/mypath/myapp.ear" reportingOpts="a" />

but it does't work at all, error message

[delete] Deleting directory /avk/reporttool/static

[java] 30.04.2004 10:02:29 com.sun.enterprise.tools.verifier.Verifier validate

[java] INFO: About to ValidateParse META-INF/application.xml file.

[java] 30.04.2004 10:02:31 com.sun.enterprise.tools.verifier.Verifier loadAppJar

[java] FATAL: Error: ** Error trying to process file: myapp.ear

[java] Exception : java.io.IOException: The archive null does not contain deployment descriptor file META-INF/application-client.xml

the app doesn't need a client, but this error occurs independent of the existence of a file META-INF/application-client.xml

any suggestions?

[960 byte] By [antonrechenauer] at [2007-12-7]
# 1
Can you please submit something to avk-support@sun.com so we can get more info?Thanks
mott.c at 2007-7-2 > top of java,Enterprise & Remote Computing,AVK Portability...
# 2

One possibility is that application.xml has a reference to a client jar file and that jar file does not have an META-INF/application-client.xml file in it. To verify this, please see all the modules listed in the application.xml file of myapp.ear and check if there is any accidental reference to any unnecessary client jar file.

Sahoo

sahoo_s_k at 2007-7-2 > top of java,Enterprise & Remote Computing,AVK Portability...