dev@glassfish.java.net

Re: Quicklook Issues

From: Dinesh Patil <Dinesh.Patil_at_Sun.COM>
Date: Wed, 07 Mar 2007 10:51:58 -0800

Vijay Ramachandran wrote:

> This happened to me also when I just did maven runtest but goes away
> when I do maven runtest-ee

no this may not be proper solution, runtest runs Quicklook on single
instance domain while runtest-ee does it on single-instance as well as
cluster instance. You can look at more details on:
https://glassfish.dev.java.net/public/GuidelinesandConventions.html#Quicklook_Tests

But main thing to look at is if there are any java processes from
previous runs still running, and start from clean state.

JBI test team is also looking into this issue if anything wrong in tests
parts, but nightly/tinderbox builds are ok so there may be some issue on
machine specific if the hostname, domainname is not able to resolve.. so
pls check that too also.
thanks
Dinesh

> The JBI team has to look into this and fix this ASAP
>
> Vijay
>
> Tom Ware wrote:
>
>> Hi All,
>>
>> I am having trouble running quicklook. I a couple of different
>> failures on a version I obtained today.
>>
>> 1 [java] wsimport-local:
>> [java] [mkdir] Created dir:
>> C:\cvsworkspace\glassfish\appserv-tests\build\module\classes
>> [java] [exec]
>> "http://localhost:${HttpDefaultPort}/TestApp/MiscService/Misc?wsdl"
>> is neither a file name nor an URL
>> [java]
>> [java]
>> [java] [exec] Usage: wsimport [options] <WSDL_URI>
>>
>> 2. Compile failures starting with:
>>
>> [java] compile-common:
>> [java] [javac] Compiling 1 source file to
>> C:\cvsworkspace\glassfish\appserv-tests\build\module\classes
>> [java] [javac]
>> C:\cvsworkspace\glassfish\appserv-tests\sqetests\jbi\helloca\projects\CAClient\src\helloca\client\Client.java:23:
>> package caclient.ejbws does not exist
>> [java] [javac] import caclient.ejbws.Account;
>> [java] [javac] ^
>> [java] [javac]
>> C:\cvsworkspace\glassfish\appserv-tests\sqetests\jbi\helloca\projects\CAClient\src\helloca\client\Client.java:87:
>> package caclient.ejbws does not exist
>> [java] [javac] caclient.ejbws.MiscService service
>> = new caclient.ejbws.MiscService();
>> [java] [javac] ^
>> [java] [javac]
>> C:\cvsworkspace\glassfish\appserv-tests\sqetests\jbi\helloca\projects\CAClient\src\helloca\client\Client.java:87:
>> package caclient.ejbws does not exist
>> [java] [javac] caclient.ejbws.MiscService service
>> = new caclient.ejbws.MiscService();
>> [java] [javac]
>> Attached is my log file.
>>
>> Has anyone seen these issues before?
>>
>> -Tom
>>
>>
>> ---------------------------------------------------------------------
>> 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
>