quality@glassfish.java.net

Re: QL failure

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Fri, 15 Jun 2007 00:53:09 -0700

Hi Jagadesh,

Yes, I see a deployment failure:
deploy-war-commonee:
     [exec] Option type deprecated.
     [exec] deploy --user adminuser --terse=true --type web --target
sqe-server --echo=true --upload=true --port 4848 --interactive=true
--passwordfile
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/config/adminpassword.txt
--availabilityenabled=false --enabled=true --generatermistubs=false
--host localhost --precompilejsp=true --force=true --verify=false
--contextroot wss-tax-web
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/build/module/archive/wss-tax-web.war
     [exec] CLI171 Command deploy failed : Deploying application in
domain failed; com/sun/mirror/apt/AnnotationProcessorFactory
     [exec]
     [exec] Result: 1

I also see exceptions in runtest.output. See below.

So how can I make QL pass? I don't believe this is related to my bug
fixes.

Jane



/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/build.xml:94:
The following error occurred while executing this line:
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/build.xml:20:
The following error occurred while executing this line:
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/build.xml:25:
The following error occurred while executing this line:
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/build.xml:48:
The following error occurred while executing this line:
/export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/config/common.xml:46:
Compile failed; see the compiler error output for details.
        at
org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
        at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.Main.start(Main.java:150)
        at org.apache.tools.ant.Main.main(Main.java:240)

...




Jagadesh B Munta wrote:

> Hi Jane,
>
> It looks like the actual webservice deployment is was not happened and
> not generated the client side artifacts.
> There by the client side compilation is the issue.
> Can you double check the webservice deployment on the appserver?
> There may be more errors before this compilcation.
>
> Thanks.
> -- Jagadesh
>
> Jane Young wrote:
>
>> Hi,
>>
>> I've been having problem executing QL tests:
>>
>>
>> [java] compile-common:
>> [java] [javac] Compiling 1 source file to
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/build/module/classes
>>
>> [java] [javac]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:18:
>> package com.sun.appserv.sqe.security.taxws does not exist
>> [java] [javac] import com.sun.appserv.sqe.security.taxws.Tax;
>> [java] [javac] ^
>> [java] [javac]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:19:
>> package com.sun.appserv.sqe.security.taxws does not exist
>> [java] [javac] import
>> com.sun.appserv.sqe.security.taxws.TaxService;
>> [java] [javac] ^
>> [java] [javac]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:44:
>> cannot find symbol
>> [java] [javac] symbol : class TaxService
>> [java]
>> [java] BUILD FAILED
>> [java] [javac] location: class
>> com.sun.appserv.sqe.security.wss.annotations.client.TaxCalClient
>> [java] [javac] static TaxService service;
>> [java] [javac] ^
>> [java]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/build.xml:51:
>> The following error occurred while executing this line:
>> [java]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/build.xml:94:
>> The following error occurred while executing this line:
>> [java] [javac]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:77:
>> cannot find symbol
>> [java] [javac] symbol : class Tax
>> [java] [javac] location: class
>> com.sun.appserv.sqe.security.wss.annotations.client.TaxCalClient
>> [java] [javac] Tax port = service.getTaxPort();
>> [java] [javac] ^
>> [java] [javac] 4 errors
>> [java]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/build.xml:20:
>> The following error occurred while executing this line:
>> [java]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/build.xml:25:
>> The following error occurred while executing this line:
>> [java] in flushAll , creating new testSuiteHash
>> [java]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/build.xml:48:
>> The following error occurred while executing this line:
>> [java] in flushAll , creating new testSuiteHash
>> [java]
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/appserv-tests/config/common.xml:46:
>> Compile failed; see the compiler error output for details.
>> [java]
>> [java] Total time: 12 minutes 31 seconds
>> [java] in flushAll , creating new testSuiteHash
>> [java] [ERROR] Java Result: 1
>>
>> BUILD FAILED
>> File......
>> /export/home/janey/GlassFish/glassfish_cl/glassfish/bootstrap/maven.xml
>> Element... fail
>> Line...... 642
>> Column.... 28
>> No message
>> Total time: 12 minutes 36 seconds
>> Finished at: Thu Jun 14 23:33:59 PDT 2007
>>
>>
>> Please help!
>>
>> Jane
>>