dev@glassfish.java.net

Re: JBI erros when running Quicklook

From: Cheng Fang <Cheng.Fang_at_Sun.COM>
Date: Fri, 30 Mar 2007 14:46:38 -0400

Just an update, I recreated domain1 and quicklook tests are now passing
for me. Thanks for the help.

-cheng

=----------------
Yes. I bootstrapped first thing in the morning, built appserv-core and
ran tests. I will try your suggestion.

To reply to Dhiru's question, I am on sparc solaris 10, JDK 5. Thanks.
-cheng

Binod wrote:
> I really dont know whats happening. Still trying to do a wild guess..
>
> Did you do a (just) appserv-core build before running the test?
> If you have, can you doing appserv-core-ee build as well and see if
> it works...
>
> Hopefully someone in JBI team will look at this quickly.
>
> thanks,
> Binod.
>
>> I got these errors when running QL. Has Anyone seen them recently?
>>
>> Related to sqetests/jbi. I couldn't find the referenced class
>> (caclient.ejbws.Account; etc) in my workspace. Maybe they are
>> generated classes? Any help is appreciated.
>>
>> -cheng
>>
>> compile-common:
>> [javac] Compiling 1 source file to
>> /ws/sjsas90/glassfish/appserv-tests/build/module/classes
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:12:
>>
>> package caclient.ejbws does not exist
>> [javac] import caclient.ejbws.Account;
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:44:
>>
>> package caclient.ejbws does not exist
>> [javac] caclient.ejbws.MiscService service = new
>> caclient.ejbws.MiscService();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:44:
>>
>> package caclient.ejbws does not exist
>> [javac] caclient.ejbws.MiscService service = new
>> caclient.ejbws.MiscService();
>>
>> [javac]
>> ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:45:
>>
>> package caclient.ejbws does not exist
>> [javac] caclient.ejbws.Misc port = service.getMiscPort();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:56:
>>
>> cannot find symbol
>> [javac] symbol : class Account
>> [javac] location: class helloca.client.Client
>> [javac] Account acc = new Account();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:56:
>>
>> cannot find symbol
>> [javac] symbol : class Account
>> [javac] location: class helloca.client.Client
>> [javac] Account acc = new Account();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:57:
>>
>> cannot find symbol
>> [javac] symbol : class Account
>> [javac] location: class helloca.client.Client
>> [javac] Holder<Account> holder = new Holder<Account>();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:57:
>>
>> cannot find symbol
>> [javac] symbol : class Account
>> [javac] location: class helloca.client.Client
>> [javac] Holder<Account> holder = new Holder<Account>();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:60:
>>
>> package caclient.ejbws does not exist
>> [javac] caclient.ejbws.MiscService service = new
>> caclient.ejbws.MiscService();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:60:
>>
>> package caclient.ejbws does not exist
>> [javac] caclient.ejbws.MiscService service = new
>> caclient.ejbws.MiscService();
>>
>> [javac]
>> ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:61:
>>
>> package caclient.ejbws does not exist
>> [javac] caclient.ejbws.Misc port = service.getMiscPort();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:78:
>>
>> cannot find symbol
>> [javac] symbol : class Account
>> [javac] location: class helloca.client.Client
>> [javac] Account acc = new Account();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:78:
>>
>> cannot find symbol
>> [javac] symbol : class Account
>> [javac] location: class helloca.client.Client
>> [javac] Account acc = new Account();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:79:
>>
>> cannot find symbol
>> [javac] symbol : class Account
>> [javac] location: class helloca.client.Client
>> [javac] Holder<Account> holder = new Holder<Account>();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:79:
>>
>> cannot find symbol
>> [javac] symbol : class Account
>> [javac] location: class helloca.client.Client
>> [javac] Holder<Account> holder = new Holder<Account>();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:82:
>>
>> package caclient.ejbws does not exist
>> [javac] caclient.ejbws.MiscService service = new
>> caclient.ejbws.MiscService();
>> [javac] ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:82:
>>
>> package caclient.ejbws does not exist
>> [javac] caclient.ejbws.MiscService service = new
>> caclient.ejbws.MiscService();
>>
>> [javac]
>> ^
>> [javac]
>> /ws/sjsas90/glassfish/appserv-tests/sqetests/jbi/helloca/projects/CAClient/src/helloca/client/Client.java:83:
>>
>> package caclient.ejbws does not exist
>> [javac] caclient.ejbws.Misc port = service.getMiscPort();
>> [javac] ^
>> [javac] 18 errors
>>
>> BUILD FAILED
>>
>>
>> ---------------------------------------------------------------------
>> 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