dev@glassfish.java.net

Re: JBI erros when running Quicklook

From: Dhiru Pandey <Dhiru.Pandey_at_Sun.COM>
Date: Fri, 30 Mar 2007 07:47:52 -0800

I had the same problem on a windows build. What platform are you running
this on ?

-Dhiru

Cheng Fang wrote:
> 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
>