dev@glassfish.java.net

Re: QuirkLook failing

From: Shing Wai Chan <Shing-Wai.Chan_at_Sun.COM>
Date: Fri, 01 Dec 2006 10:43:40 -0800

Lloyd L Chambers wrote:
> I don't understand...it doesn't *compile* as far as I can see.
It does not compile because some classes are missing.
This is due to failure in wsimport. The wsimport failure is most
probably due to server not responding.
>
>
> On Dec 1, 2006, at 8:58 AM, Shing Wai Chan wrote:
>
>> The failure indicated that the server may not respond to request and
>> hence those are not generated.
>>
>> Lloyd L Chambers wrote:
>>> Earlier today I ran Quicklook ("QuirkLook") successfully on two
>>> machines (Mac OS X, PowerPC and Intel).
>>>
>>> Tonight both machines fail--one with the same (unmodified) source
>>> and another with barely-modified source. But its QuickLook itself
>>> that's the problem. I did "rm -rf appserv-tests" and checked it out
>>> fresh, just in case. I made a new domain. No luck. I lose.
>>> QuirkLook wins--again.
>>>
>>> HOW CAN WE HAVE A DEVELOPMENT PROCESS WHERE WE CANT EVEN RELY ON THE
>>> TEST SUITE to work from one day to the next? I'm not
>>> exaggerating...this has gone on for *years*.
>>>
>>> The cruel irony is that our process *requires* me to run QuickLook
>>> before committing.
>>>
>>> ---
>>>
>>>
>>> [java]
>>> [java] init-common:
>>> [java]
>>> [java] compile-common:
>>> [java] [javac] Compiling 1 source file to
>>> /gf/build/glassfish/appserv-tests/build/module/classes
>>> [java] [javac]
>>> /Volumes/Spare/build/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]
>>> /Volumes/Spare/build/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]
>>> /Volumes/Spare/build/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:44:
>>> cannot find symbol
>>> [java] [javac] symbol : class TaxService
>>> [java] [javac] location: class
>>> com.sun.appserv.sqe.security.wss.annotations.client.TaxCalClient
>>> [java]
>>> [java] BUILD FAILED
>>> [java] [javac] static TaxService service;
>>> [java] [javac] ^
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/build.xml:38: The
>>> following error occurred while executing this line:
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/build.xml:118: The
>>> following error occurred while executing this line:
>>> [java] [javac]
>>> /Volumes/Spare/build/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/client/TaxCalClient.java:77:
>>> cannot find symbol
>>> [java] [javac] symbol : class Tax
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/sqetests/build.xml:22:
>>> The following error occurred while executing this line:
>>> [java] [javac] location: class
>>> com.sun.appserv.sqe.security.wss.annotations.client.TaxCalClient
>>> [java] [javac] Tax port = service.getTaxPort();
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/sqetests/build.xml:83:
>>> The following error occurred while executing this line:
>>> [java] [javac] ^
>>> [java] [javac] 4 errors
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/sqetests/build.xml:107:
>>> The following error occurred while executing this line:
>>> [java] in flushAll , creating new testSuiteHash
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/sqetests/build.xml:170:
>>> The following error occurred while executing this line:
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/sqetests/security/build.xml:30:
>>> The following error occurred while executing this line:
>>> [java] in flushAll , creating new testSuiteHash
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/sqetests/security/wss/build.xml:37:
>>> The following error occurred while executing this line:
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/sqetests/security/wss/servletjaxws/build.xml:48:
>>> The following error occurred while executing this line:
>>> [java]
>>> /Volumes/Spare/build/glassfish/appserv-tests/config/common.xml:46:
>>> Compile failed; see the compiler error output for details.
>>> [java]
>>> [java] Total time: 3 minutes 24 seconds
>>> [java] in flushAll , creating new testSuiteHash
>>> [java] in flushAll , creating new testSuiteHash
>>> [java] in flushAll , creating new testSuiteHash
>>> [java] in flushAll , creating new testSuiteHash
>>> [java] in flushAll , creating new testSuiteHash
>>> [java] in flushAll , creating new testSuiteHash
>>> [java] in flushAll , creating new testSuiteHash
>>> [java] in flushAll , creating new testSuiteHash
>>> [java] in flushAll , creating new testSuiteHash
>>> [java] [ERROR] Java Result: 1
>>>
>>> BUILD FAILED
>>> File...... /Volumes/Spare/build/glassfish/bootstrap/maven.xml
>>> Element... fail
>>> Line...... 547
>>> Column.... 28
>>> No message
>>> Total time: 3 minutes 29 seconds
>>> Finished at: Fri Dec 01 00:12:27 PST 2006
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>