This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 82660

Summary: archiveproject: getting failures while verifying .ear files
Product: serverplugins Reporter: sujatha_chintalapati <sujatha_chintalapati>
Component: Sun Appserver 8Assignee: Vince Kraemer <vkraemer>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: logfile
stateless-simple.ear file

Description sujatha_chintalapati 2006-08-14 23:19:29 UTC
When install netbeans 5.5 with jdk1.5.0_07, getting failues while deploying
enterprise application(.ear file) with appserver8.2ee

init:
init:
dist:
init:
dist:
dist:
verify:
running /export/home/sujatha/8.2/ee/b15/bin/verifier -ra -d
/export/home/sujatha/netbeansproject/stateless-simple/dist
/export/home/sujatha/netbeansproject/stateless-simple/dist/stateless-simple.ear 
Aug 14, 2006 2:47:25 PM APIRepository Initialize
INFO: /export/home/sujatha/8.2/ee/b15/lib/verifier/standard-apis.xml
Aug 14, 2006 2:47:33 PM com.sun.enterprise.tools.verifier.BaseVerifier
preVerification
INFO: Verifying: [
/export/home/sujatha/netbeansproject/stateless-simple/dist/stateless-simple.ear ]
Aug 14, 2006 2:47:33 PM com.sun.enterprise.tools.verifier.BaseVerifier
preVerification
INFO: Verifying: [ stateless-simpleEjb.jar ]
Aug 14, 2006 2:47:33 PM
com.sun.enterprise.tools.verifier.apiscan.packaging.Archive listAllExtDirs
INFO: Extension Dir Path 
is
/share/builds/components/jdk/1.5.0_07b03/SunOS/jre/lib/ext:/export/home/sujatha/8.2/ee/b15/domains/domain1/lib/ext
Aug 14, 2006 2:47:33 PM com.sun.enterprise.tools.verifier.ejb.EjbVerifier
getClassPath
INFO: Using
CLASSPATH/var/tmp/exploded20060814024725/stateless-simple/stateless-simpleEjb_jar:
Aug 14, 2006 2:47:37 PM com.sun.enterprise.tools.verifier.BaseVerifier
preVerification
INFO: Verifying: [ stateless-simple.war ]
Aug 14, 2006 2:47:37 PM com.sun.enterprise.tools.verifier.web.WebVerifier
getClassPath
INFO: Using CLASSPATH
/var/tmp/exploded20060814024725/stateless-simple/stateless-simple_war/WEB-INF/classes/:/var/tmp/exploded20060814024725/stateless-simple/stateless-s
imple_war/WEB-INF/lib/stateless-simpleEjb.jar::/var/tmp/.vc0.5789742
Aug 14, 2006 2:47:37 PM
com.sun.enterprise.tools.verifier.tests.web.AllJSPsMustBeCompilable compile
INFO: Starting to compile JSPs with archiveUri
/var/tmp/exploded20060814024725/stateless-simple/stateless-simple_war
Aug 14, 2006 2:47:38 PM
com.sun.enterprise.tools.verifier.tests.web.AllJSPsMustBeCompilable compile
INFO: JSPC classpath /var

/tmp/exploded20060814024725/stateless-simple/stateless-simple_war/WEB-INF/classes/:/var/tmp/exploded20060814024725/stateless-simple
/stateless-simple_war/WEB-INF/lib/stateless-simpleEjb.jar::/var/tmp/.vc0.5789742:/export/home/sujatha/8.2/ee/b15/lib/j2ee.jar:/export/home/sujatha/8.2/ee/b15/lib/jaxrpc-api.jar:/export/home/sujatha/8.2/ee/b15/lib/jaxr-api.jar:/export/home/sujatha/8.2/ee/b1
5/lib/saaj-api.jar:/export/home/sujatha/8.2/ee/b15/lib/mail.jar:
Aug 14, 2006 2:47:46 PM com.sun.enterprise.tools.verifier.ReportHandler
writeToConsole
INFO: 
# of Failures : 1
# of Warnings : 0
# of Errors   : 0
Aug 14, 2006 2:47:46 PM com.sun.enterprise.tools.verifier.ReportHandler
writeToConsole
INFO: Look in file "/
export/home/sujatha/netbeansproject/stateless-simple/dist/stateless-simple.ear.txt"
for detailed results.
BUILD SUCCESSFUL (total time: 33 seconds)


How to reproduce:
1. Install Netbeans 5.5 2006-08-14 daily build with jdk1.5.0_07
2. Install application server 8.2 ee with jdk1.5.0_07
3. Add the application server
4.select new project, enterprise->archive package. Import attached
stateless-simple.ear file.
5.Build and deploy above .ear file
Comment 1 sujatha_chintalapati 2006-08-14 23:21:19 UTC
Created attachment 32906 [details]
logfile
Comment 2 sujatha_chintalapati 2006-08-14 23:24:38 UTC
Created attachment 32908 [details]
stateless-simple.ear file
Comment 3 Vince Kraemer 2006-08-15 01:06:21 UTC
corrected summary.
Comment 4 Vince Kraemer 2006-08-22 01:08:36 UTC
ran attached ear through the command line verifier for 8.2 pe, 8.2 ee and GF V1U1.

Both of the 8.2 verifiers displayed the behavior documented here.  GF verifier
displayed no errors.

Most likely a bug in the 8.2 verifier, which is doing all the really heavy lifting.

The archive project cannot make an unverifiable archive verify.