Search the web
Sign In
New User? Sign Up
quo-users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Re: New distribution   Message List  
Reply | Forward Message #22 of 35 |
Hi:

I downloaded the new distribution. I was able to compile the quo Core. I
was also able to compile and run the bett-rmi example. I am however
having problems compiling the beet example. I have attached the log
files with the error. I recompiled rss, intrumentation and count
qoskets. I even recompiled quogen. But I still get the errors. Any help
would be appreciated.

Thanks
Yamuna

>I have uploaded a new quoCore.src.tgz distribution file.
>You can get it via anonymous ftp.
>
>Go to:
>
>ftp://openmap.bbn.com/pub/QuO-limited/oomworks/
>
>You will find it there.
>
>The RSS has been updated, and there is a new rss.idl file in that package.
>
>Let me know if you have any problems with this stuff ASAP, since
>I'm soon on holiday.
>



Fri Dec 14, 2001 9:05 pm

yamuna@...
Send Email Send Email

cd idl; make
make[1]: Entering directory `/home/yamuna/New_Quo/quo/examples/bette/idl'
/home/yamuna/JacORB1_3_30/bin/idl -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
SlideShow-common.idl
/home/yamuna/JacORB1_3_30/bin/idl -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
SlideShow.idl
/home/yamuna/JacORB1_3_30/bin/idl -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
SlideShowInstrumented.idl
install -d /home/yamuna/New_Quo/quo/examples/bette/.classes
/home/yamuna/New_Quo/quo/bin/jacoc -d
/home/yamuna/New_Quo/quo/examples/bette/.classes
com/bbn/quo/examples/bette/*.java
com/bbn/quo/examples/bette/SlideShowInstrumentedOperations.java:10: cannot
resolve symbol
symbol : class Trace_recHolder
location: package corba
int getNumberOfGifs(com.bbn.quo.instr.corba.Trace_recHolder record);
^
com/bbn/quo/examples/bette/SlideShowInstrumentedOperations.java:11: cannot
resolve symbol
symbol : class Trace_recHolder
location: package corba
void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record);

^
com/bbn/quo/examples/bette/SlideShowInstrumentedOperations.java:12: cannot
resolve symbol
symbol : class Trace_recHolder
location: package corba
void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record);

^
com/bbn/quo/examples/bette/SlideShowInstrumentedOperations.java:13: cannot
resolve symbol
symbol : class Trace_recHolder
location: package corba
void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record);

^
com/bbn/quo/examples/bette/SlideShowInstrumentedOperations.java:14: cannot
resolve symbol
symbol : class Trace_recHolder
location: package corba
void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record);

^
com/bbn/quo/examples/bette/SlideShowInstrumentedOperations.java:15: cannot
resolve symbol
symbol : class Trace_recHolder
location: package corba
void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record);

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOATie.java:40: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOATie.java:45: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOATie.java:50: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOATie.java:55: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOATie.java:60: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public int getNumberOfGifs(com.bbn.quo.instr.corba.Trace_recHolder record)
^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOATie.java:65: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/_SlideShowInstrumentedStub.java:19: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/_SlideShowInstrumentedStub.java:69: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/_SlideShowInstrumentedStub.java:119: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/_SlideShowInstrumentedStub.java:169: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/_SlideShowInstrumentedStub.java:219: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public int getNumberOfGifs(com.bbn.quo.instr.corba.Trace_recHolder record)
^
com/bbn/quo/examples/bette/_SlideShowInstrumentedStub.java:267: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record)

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:47: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();
^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:47: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:61: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();
^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:61: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:75: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();
^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:75: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:89: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();
^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:89: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:100: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg0= new
com.bbn.quo.instr.corba.Trace_recHolder();
^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:100: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg0= new
com.bbn.quo.instr.corba.Trace_recHolder();

^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:112: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();
^
com/bbn/quo/examples/bette/SlideShowInstrumentedPOA.java:112: cannot resolve
symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder _arg3= new
com.bbn.quo.instr.corba.Trace_recHolder();

^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
30 errors
touch .tag
cd ../qdl; make clean
make[2]: Entering directory `/home/yamuna/New_Quo/quo/examples/bette/qdl'
rm -rf com .tag
make[2]: Leaving directory `/home/yamuna/New_Quo/quo/examples/bette/qdl'
cd ..; make clean
make[2]: Entering directory `/home/yamuna/New_Quo/quo/examples/bette'
rm -f bette.jar
make[2]: Leaving directory `/home/yamuna/New_Quo/quo/examples/bette'
make[1]: Leaving directory `/home/yamuna/New_Quo/quo/examples/bette/idl'
cd qdl; make
make[1]: Entering directory `/home/yamuna/New_Quo/quo/examples/bette/qdl'
/home/yamuna/New_Quo/quo/bin/quogen \
--generate=both \
--target=client \
--cdl=Diagnose.cdl \
--idl=SlideQoskets.idl \
--idl=idl/SlideShowInstrumented.idl \
--idl=idl/SlideShow.idl \
--idl=quo_corba.idl \
--business=slide::SlideShow \
--adapter=SlideShowDiagnoseAdapter \
--qosketimpl=com.bbn.quo.examples.bette.DiagnoseQosketImpl \
--adapterqosket=slide::DiagnoseQosket \
--delegateqosket=slide::DiagnoseDelegateQosket \
--asl=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/InstrumentationTemplat\
e.asl \
--asl=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/CorbaInstrumentationTe\
mplate.asl \
--asl=SlideShowInstrumentation.asl \
--asl=SlideShow.asl \
--asl=Diagnose.asl \
--properties=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/Instrumentation\
DerivedCorba.prop \
--debuglevel=warn --language=java --middleware=corba
--package=com.bbn.quo.examples.bette -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
/home/yamuna/New_Quo/quo/bin/quogen \
--generate=both \
--target=client \
--cdl=UserAdapt.cdl \
--idl=SlideQoskets.idl \
--idl=idl/SlideShowInstrumented.idl \
--idl=idl/SlideShow.idl \
--idl=quo_corba.idl \
--business=slide::SlideShow \
--adapter=SlideShowUserAdaptAdapter \
--qosketimpl=com.bbn.quo.examples.bette.UserAdaptQosketImpl \
--adapterqosket=slide::UserAdaptQosket \
--delegateqosket=slide::UserAdaptDelegateQosket \
--asl=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/InstrumentationTemplat\
e.asl \
--asl=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/CorbaInstrumentationTe\
mplate.asl \
--asl=SlideShowInstrumentation.asl \
--asl=SlideShow.asl \
--asl=UserAdapt.asl \
--properties=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/Instrumentation\
DerivedCorba.prop \
--debuglevel=warn --language=java --middleware=corba
--package=com.bbn.quo.examples.bette -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
/home/yamuna/New_Quo/quo/bin/quogen \
--generate=both \
--target=client \
--cdl=State.cdl \
--idl=SlideQoskets.idl \
--idl=idl/SlideShow.idl \
--qosket=slide::StateQosket \
--business=slide::SlideShow \
--adapter=SlideShowStateAdapter \
--qosketimpl=com.bbn.quo.examples.bette.StateQosketImpl \
--asl=State.asl \
--debuglevel=warn --language=java --middleware=corba
--package=com.bbn.quo.examples.bette -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
/home/yamuna/New_Quo/quo/bin/quogen \
--target=client \
--cdl=/home/yamuna/New_Quo/quo/qosket/count/qdl/Count.cdl \
--idl=idl/SlideShow.idl \
--idl=/home/yamuna/New_Quo/quo/qosket/count/qdl/Count.idl \
--qosket=qosket::count::CountQosket \
--properties=/home/yamuna/New_Quo/quo/qosket/count/qdl/CountCorba.prop \
--business=slide::SlideShow \
--adapter=SlideShowCountAdapter \
--asl=/home/yamuna/New_Quo/quo/qosket/count/qdl/CountTemplate.asl \
--asl=Count.asl \
--debuglevel=warn --language=java --middleware=corba
--package=com.bbn.quo.examples.bette -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
/home/yamuna/New_Quo/quo/bin/quogen \
--target=client \
--cdl=/home/yamuna/New_Quo/quo/qosket/rss/qdl/RSS.cdl \
--idl=/home/yamuna/New_Quo/quo/qosket/rss/qdl/RSS.idl \
--idl=idl/SlideShowInstrumented.idl \
--idl=idl/SlideShow.idl \
--idl=quo_corba.idl \
--adapterqosket=qosket::rss::RSSQosket \
--delegateqosket=qosket::rss::RSSDelegateQosket \
--properties=/home/yamuna/New_Quo/quo/qosket/rss/qdl/RSSCorba.prop \
--business=slide::SlideShow \
--adapter=SlideShowRSSAdapter \
--asl=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/InstrumentationTemplat\
e.asl \
--asl=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/CorbaInstrumentationTe\
mplate.asl \
--asl=SlideShowInstrumentation.asl \
--asl=SlideShow.asl \
--asl=RSS.asl \
--debuglevel=warn --language=java --middleware=corba
--package=com.bbn.quo.examples.bette -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
/home/yamuna/New_Quo/quo/bin/quogen \
--target=server \
--cdl=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/SimpleInstrumentedServ\
er.cdl \
--idl=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/Instrumentation.idl \
--idl=idl/SlideShowInstrumented.idl \
--idl=quo_corba.idl \
--adapterqosket=qosket::instrumentation::ServerInstrumentationQosket \
--delegateqosket=qosket::instrumentation::ServerInstrumentationDelegateQosket \
--properties=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/ServerInstrumen\
tationCorba.prop \
--business=slide::SlideShowInstrumented \
--adapter=SlideShowInstrumentedServerAdapter \
--asl=/home/yamuna/New_Quo/quo/qosket/instrumentation/qdl/SimpleInstrumentedServ\
erTemplate.asl \
--asl=SlideShowInstrumentedServer.asl \
--asl=SlideShowServer.asl \
--debuglevel=warn --language=java --middleware=corba
--package=com.bbn.quo.examples.bette -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
/home/yamuna/New_Quo/quo/bin/quogen \
--generate=both \
--target=server \
--cdl=State.cdl \
--idl=idl/SlideShow.idl \
--idl=SlideQoskets.idl \
--adapterqosket=slide::SerializingQosket \
--delegateqosket=slide::SerializingDelegateQosket \
--business=slide::SlideShow \
--adapter=SlideShowSerializeAdapter \
--asl=Serialize.asl \
--qosketimpl=com.bbn.quo.examples.bette.SerializingQosketImpl \
--debuglevel=warn --language=java --middleware=corba
--package=com.bbn.quo.examples.bette -I/home/yamuna/New_Quo/quo/idl
-I/home/yamuna/New_Quo/quo/examples/bette -I/home/yamuna/New_Quo/quo/qosket
-i2jpackage quo:com.bbn.quo.corba -i2jpackage quo_corba:com.bbn.quo.corba
-i2jpackage quo_sc:com.bbn.quo -i2jpackage quo_data:com.bbn.quo.data -i2jpackage
instr:com.bbn.quo.instr.corba -i2jpackage instr_sc:com.bbn.quo.instr -i2jpackage
slide:com.bbn.quo.examples.bette -i2jpackage qosket:com.bbn.quo.qosket
/home/yamuna/New_Quo/quo/bin/jacoc -d
/home/yamuna/New_Quo/quo/examples/bette/.classes
com/bbn/quo/examples/bette/*.java
com/bbn/quo/examples/bette/DiagnoseQosket.java:18: cannot resolve symbol
symbol : class SlideShow
location: package bette
public void setServer(java.lang.String implementation,
com.bbn.quo.examples.bette.SlideShow server);

^
com/bbn/quo/examples/bette/SerializingDelegateQosket.java:16: cannot resolve
symbol
symbol : class SlideShow
location: package bette
public com.bbn.quo.examples.bette.SlideShow
reserialize(com.bbn.quo.examples.bette.SlideShow server);

^
com/bbn/quo/examples/bette/SerializingDelegateQosket.java:16: cannot resolve
symbol
symbol : class SlideShow
location: package bette
public com.bbn.quo.examples.bette.SlideShow
reserialize(com.bbn.quo.examples.bette.SlideShow server);
^
com/bbn/quo/examples/bette/SlideShowCountDelegate_client.java:17: cannot resolve
symbol
symbol : class _SlideShowStub
location: package bette
public class SlideShowCountDelegate_client extends
com.bbn.quo.examples.bette._SlideShowStub {
^
com/bbn/quo/examples/bette/SlideShowCountAdapter.java:49: cannot resolve symbol
symbol : class SlideShow
location: package bette
public void linkRemoteObject( com.bbn.quo.examples.bette.SlideShow remote_obj)
^
com/bbn/quo/examples/bette/SlideShowCountDelegate_client.java:21: cannot resolve
symbol
symbol : class SlideShow
location: package bette
protected com.bbn.quo.examples.bette.SlideShow quo_remoteObj;
^
com/bbn/quo/examples/bette/SlideShowCountDelegate_client.java:22: cannot resolve
symbol
symbol : class SlideShow
location: package bette
void set_remoteObj(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowCountDelegate_client.java:25: cannot resolve
symbol
symbol : class SlideShow
location: package bette
com.bbn.quo.examples.bette.SlideShow get_remoteObj(){
^
com/bbn/quo/examples/bette/SlideShowCountDelegate_client.java:41: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowCountDelegate_client.java:55: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowCountDelegate_client.java:58: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowCountDelegate_client.java:61: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowCountDelegate_client.java:64: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:17: cannot
resolve symbol
symbol : class _SlideShowStub
location: package bette
public class SlideShowDiagnoseDelegate_client extends
com.bbn.quo.examples.bette._SlideShowStub {

^
com/bbn/quo/examples/bette/SlideShowDiagnoseAdapter.java:50: cannot resolve
symbol
symbol : class SlideShow
location: package bette
public void linkRemoteObject( com.bbn.quo.examples.bette.SlideShow remote_obj)
^
com/bbn/quo/examples/bette/SlideShowDiagnoseAdapter.java:69: cannot resolve
symbol
symbol : class SlideShow
location: package bette
public void setServer(java.lang.String implementation,
com.bbn.quo.examples.bette.SlideShow server)

^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:20: cannot
resolve symbol
symbol : class SlideShow
location: package bette
protected com.bbn.quo.examples.bette.SlideShow remote;
^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:23: cannot
resolve symbol
symbol : class SlideShow
location: package bette
void set_remote(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:29: cannot
resolve symbol
symbol : class SlideShow
location: package bette
void set_remoteObj(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:32: cannot
resolve symbol
symbol : class SlideShow
location: package bette
com.bbn.quo.examples.bette.SlideShow get_remoteObj(){
^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:67: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:143: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:146: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:149: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:152: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
/home/yamuna/New_Quo/quo/examples/bette/com/bbn/quo/examples/bette/DiagnoseQoske\
tImpl.java:33: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
private SlideShow reference;
^
/home/yamuna/New_Quo/quo/examples/bette/com/bbn/quo/examples/bette/DiagnoseQoske\
tImpl.java:139: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
public void setServer(String implementation, SlideShow server) {
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:17: cannot resolve symbol
symbol : class SlideShowInstrumentedPOA
location: package bette
class SlideShowInstrumentedInstrumentedServerDelegate_object extends
com.bbn.quo.examples.bette.SlideShowInstrumentedPOA {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:25: cannot resolve symbol
symbol : class SlideShowInstrumented
location: package bette
protected com.bbn.quo.examples.bette.SlideShowInstrumented quo_remoteObj;
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:26: cannot resolve symbol
symbol : class SlideShowInstrumented
location: package bette
void set_remoteObj(com.bbn.quo.examples.bette.SlideShowInstrumented arg1){
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:29: cannot resolve symbol
symbol : class SlideShowInstrumented
location: package bette
com.bbn.quo.examples.bette.SlideShowInstrumented get_remoteObj(){
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:46: cannot resolve symbol
symbol : class Trace_recHolder
location: package corba
public int getNumberOfGifs(com.bbn.quo.instr.corba.Trace_recHolder record) {
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:63: cannot resolve symbol
symbol : class octetArrayHolder
location: package bette
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:63: cannot resolve symbol
symbol : class Trace_recHolder
location: package corba
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:100: cannot resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:100: cannot resolve symbol
symbol : class Trace_recHolder
location: package corba
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:137: cannot resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:137: cannot resolve symbol
symbol : class Trace_recHolder
location: package corba
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:174: cannot resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:174: cannot resolve symbol
symbol : class Trace_recHolder
location: package corba
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:211: cannot resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:211: cannot resolve symbol
symbol : class Trace_recHolder
location: package corba
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf,
com.bbn.quo.instr.corba.Trace_recHolder record) {

^
com/bbn/quo/examples/bette/SlideShowInstrumentedServerAdapter.java:50: cannot
resolve symbol
symbol : class SlideShowInstrumented
location: package bette
public void linkRemoteObject( com.bbn.quo.examples.bette.SlideShowInstrumented
remote_obj)
^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:17: cannot resolve
symbol
symbol : class _SlideShowStub
location: package bette
public class SlideShowRSSDelegate_client extends
com.bbn.quo.examples.bette._SlideShowStub {
^
com/bbn/quo/examples/bette/SlideShowRSSAdapter.java:50: cannot resolve symbol
symbol : class SlideShow
location: package bette
public void linkRemoteObject( com.bbn.quo.examples.bette.SlideShow remote_obj)
^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:20: cannot resolve
symbol
symbol : class SlideShow
location: package bette
protected com.bbn.quo.examples.bette.SlideShow remote;
^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:23: cannot resolve
symbol
symbol : class SlideShow
location: package bette
void set_remote(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:29: cannot resolve
symbol
symbol : class SlideShow
location: package bette
void set_remoteObj(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:32: cannot resolve
symbol
symbol : class SlideShow
location: package bette
com.bbn.quo.examples.bette.SlideShow get_remoteObj(){
^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:62: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:112: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:115: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:118: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowRSSDelegate_client.java:121: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:17: cannot resolve
symbol
symbol : class SlideShowPOA
location: package bette
class SlideShowStateDelegate_object extends
com.bbn.quo.examples.bette.SlideShowPOA {
^
com/bbn/quo/examples/bette/SlideShowSerializeAdapter.java:50: cannot resolve
symbol
symbol : class SlideShow
location: package bette
public void linkRemoteObject( com.bbn.quo.examples.bette.SlideShow remote_obj)
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:20: cannot resolve
symbol
symbol : class SlideShow
location: package bette
protected com.bbn.quo.examples.bette.SlideShow server;
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:23: cannot resolve
symbol
symbol : class SlideShow
location: package bette
void set_server(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:29: cannot resolve
symbol
symbol : class SlideShow
location: package bette
void set_remoteObj(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:32: cannot resolve
symbol
symbol : class SlideShow
location: package bette
com.bbn.quo.examples.bette.SlideShow get_remoteObj(){
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:62: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:90: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:93: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:96: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowStateDelegate_object.java:99: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
/home/yamuna/New_Quo/quo/examples/bette/com/bbn/quo/examples/bette/SerializingQo\
sketImpl.java:74: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.SerializingQosketImpl
public SlideShow reserialize(SlideShow server) {
^
/home/yamuna/New_Quo/quo/examples/bette/com/bbn/quo/examples/bette/SerializingQo\
sketImpl.java:74: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.SerializingQosketImpl
public SlideShow reserialize(SlideShow server) {
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:17: cannot resolve
symbol
symbol : class _SlideShowStub
location: package bette
public class SlideShowStateDelegate_client extends
com.bbn.quo.examples.bette._SlideShowStub {
^
com/bbn/quo/examples/bette/SlideShowStateAdapter.java:49: cannot resolve symbol
symbol : class SlideShow
location: package bette
public void linkRemoteObject( com.bbn.quo.examples.bette.SlideShow remote_obj)
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:20: cannot resolve
symbol
symbol : class SlideShow
location: package bette
protected com.bbn.quo.examples.bette.SlideShow server;
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:22: cannot resolve
symbol
symbol : class SlideShow
location: package bette
void set_server(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:25: cannot resolve
symbol
symbol : class SlideShow
location: package bette
void set_remoteObj(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:28: cannot resolve
symbol
symbol : class SlideShow
location: package bette
com.bbn.quo.examples.bette.SlideShow get_remoteObj(){
^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:54: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:78: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:81: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:84: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowStateDelegate_client.java:87: cannot resolve
symbol
symbol : class octetArrayHolder
location: package bette
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:17: cannot
resolve symbol
symbol : class _SlideShowStub
location: package bette
public class SlideShowUserAdaptDelegate_client extends
com.bbn.quo.examples.bette._SlideShowStub {

^
com/bbn/quo/examples/bette/SlideShowUserAdaptAdapter.java:50: cannot resolve
symbol
symbol : class SlideShow
location: package bette
public void linkRemoteObject( com.bbn.quo.examples.bette.SlideShow remote_obj)
^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:20: cannot
resolve symbol
symbol : class SlideShow
location: package bette
protected com.bbn.quo.examples.bette.SlideShow remote;
^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:23: cannot
resolve symbol
symbol : class SlideShow
location: package bette
void set_remote(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:29: cannot
resolve symbol
symbol : class SlideShow
location: package bette
void set_remoteObj(com.bbn.quo.examples.bette.SlideShow arg1){
^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:32: cannot
resolve symbol
symbol : class SlideShow
location: package bette
com.bbn.quo.examples.bette.SlideShow get_remoteObj(){
^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:65: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void read(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:145: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readBig(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:148: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readBigProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:151: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readSmall(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowUserAdaptDelegate_client.java:154: cannot
resolve symbol
symbol : class octetArrayHolder
location: package bette
public void readSmallProcessed(int gifNumber, org.omg.CORBA.StringHolder size,
com.bbn.quo.examples.bette.octetArrayHolder buf) {

^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:74: cannot
resolve symbol
symbol : class SlideShowInstrumented
location: package bette
com.bbn.quo.examples.bette.SlideShowInstrumented iServer;
^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:85: cannot
resolve symbol
symbol : class Trace_recHolder
location: package corba
com.bbn.quo.instr.corba.Trace_recHolder holder
^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:86: cannot
resolve symbol
symbol : class Trace_recHolder
location: package corba
= new com.bbn.quo.instr.corba.Trace_recHolder(rec);
^
com/bbn/quo/examples/bette/SlideShowDiagnoseDelegate_client.java:97: cannot
resolve symbol
symbol : class SlideShowInstrumented
location: class com.bbn.quo.examples.bette.SlideShowDiagnoseDelegate_client
iServer = ((SlideShowInstrumented) qk.getInstrumentedServer());
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:58: cannot resolve symbol
symbol : class SlideShowOperations
location: class
com.bbn.quo.examples.bette.SlideShowInstrumentedInstrumentedServerDelegate_objec\
t
retval = ((SlideShowOperations) qk.getServer()).getNumberOfGifs();
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:83: cannot resolve symbol
symbol : class SlideShowOperations
location: class
com.bbn.quo.examples.bette.SlideShowInstrumentedInstrumentedServerDelegate_objec\
t
SlideShowOperations server = ((SlideShowOperations) qk.getServer());
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:83: cannot resolve symbol
symbol : class SlideShowOperations
location: class
com.bbn.quo.examples.bette.SlideShowInstrumentedInstrumentedServerDelegate_objec\
t
SlideShowOperations server = ((SlideShowOperations) qk.getServer());
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:120: cannot resolve symbol
symbol : class SlideShowOperations
location: class
com.bbn.quo.examples.bette.SlideShowInstrumentedInstrumentedServerDelegate_objec\
t
SlideShowOperations server = ((SlideShowOperations) qk.getServer());
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:120: cannot resolve symbol
symbol : class SlideShowOperations
location: class
com.bbn.quo.examples.bette.SlideShowInstrumentedInstrumentedServerDelegate_objec\
t
SlideShowOperations server = ((SlideShowOperations) qk.getServer());
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:157: cannot resolve symbol
symbol : class SlideShowOperations
location: class
com.bbn.quo.examples.bette.SlideShowInstrumentedInstrumentedServerDelegate_objec\
t
SlideShowOperations server = ((SlideShowOperations) qk.getServer());
^
com/bbn/quo/examples/bette/SlideShowInstrumentedInstrumentedServerDelegate_objec\
t.java:157: cannot resolve symbol
symbol : class SlideShowOperations
location: class
com.bbn.quo.examples.bette.SlideShowInstrumentedInstrumentedServerDelegate_objec\
t
SlideShowOperations server = ((SlideShowOperations) qk.getServer());
^
100 errors
touch .tag
cd ..; make clean
make[2]: Entering directory `/home/yamuna/New_Quo/quo/examples/bette'
rm -f bette.jar
make[2]: Leaving directory `/home/yamuna/New_Quo/quo/examples/bette'
make[1]: Leaving directory `/home/yamuna/New_Quo/quo/examples/bette/qdl'
/home/yamuna/New_Quo/quo/bin/jacoc -d
/home/yamuna/New_Quo/quo/examples/bette/.classes
com/bbn/quo/examples/bette/*.java
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:27: cannot resolve symbol
symbol : class DiagnoseQosketSkel
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
extends DiagnoseQosketSkel
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:28: cannot resolve symbol
symbol : class DiagnoseDelegateQosket
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
implements DiagnoseDelegateQosket
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:33: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
private SlideShow reference;
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:139: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
public void setServer(String implementation, SlideShow server) {
^
com/bbn/quo/examples/bette/SerializingQosketImpl.java:18: cannot resolve symbol
symbol : class SerializingQosketSkel
location: class com.bbn.quo.examples.bette.SerializingQosketImpl
extends SerializingQosketSkel
^
com/bbn/quo/examples/bette/SerializingQosketImpl.java:19: cannot resolve symbol
symbol : class SerializingDelegateQosket
location: class com.bbn.quo.examples.bette.SerializingQosketImpl
implements SerializingDelegateQosket
^
com/bbn/quo/examples/bette/SerializingQosketImpl.java:74: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.SerializingQosketImpl
public SlideShow reserialize(SlideShow server) {
^
com/bbn/quo/examples/bette/SerializingQosketImpl.java:74: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.SerializingQosketImpl
public SlideShow reserialize(SlideShow server) {
^
com/bbn/quo/examples/bette/SlideClient.java:36: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.SlideClient
protected SlideShow slideShow;
^
com/bbn/quo/examples/bette/SlideService.java:31: cannot resolve symbol
symbol : class SlideShowPOA
location: class com.bbn.quo.examples.bette.SlideService
extends SlideShowPOA
^
com/bbn/quo/examples/bette/SlideService.java:32: cannot resolve symbol
symbol : class SlideShowOperations
location: class com.bbn.quo.examples.bette.SlideService
implements Serializable, SlideShowOperations
^
com/bbn/quo/examples/bette/SlideService.java:80: cannot resolve symbol
symbol : class octetArrayHolder
location: class com.bbn.quo.examples.bette.SlideService
octetArrayHolder pixelsHolder)
^
com/bbn/quo/examples/bette/SlideService.java:88: cannot resolve symbol
symbol : class octetArrayHolder
location: class com.bbn.quo.examples.bette.SlideService
octetArrayHolder pixelsHolder)
^
com/bbn/quo/examples/bette/SlideService.java:96: cannot resolve symbol
symbol : class octetArrayHolder
location: class com.bbn.quo.examples.bette.SlideService
octetArrayHolder pixelsHolder)
^
com/bbn/quo/examples/bette/SlideService.java:104: cannot resolve symbol
symbol : class octetArrayHolder
location: class com.bbn.quo.examples.bette.SlideService
octetArrayHolder pixelsHolder)
^
com/bbn/quo/examples/bette/SlideService.java:113: cannot resolve symbol
symbol : class octetArrayHolder
location: class com.bbn.quo.examples.bette.SlideService
octetArrayHolder pixelsHolder)
^
com/bbn/quo/examples/bette/SlideService.java:134: cannot resolve symbol
symbol : class octetArrayHolder
location: class com.bbn.quo.examples.bette.SlideService
octetArrayHolder pixelsHolder,
^
com/bbn/quo/examples/bette/SlideShowAbstractWrapper.java:10: cannot resolve
symbol
symbol : class SlideShow
location: interface com.bbn.quo.examples.bette.SlideShowAbstractWrapper
extends SlideShow
^
com/bbn/quo/examples/bette/SlideShowCountWrapper.java:10: cannot resolve symbol
symbol : class SlideShowCountAdapter
location: class com.bbn.quo.examples.bette.SlideShowCountWrapper
extends SlideShowCountAdapter
^
com/bbn/quo/examples/bette/WrapperHelper.java:18: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.WrapperHelper
public SlideShow server;
^
com/bbn/quo/examples/bette/SlideShowDiagnoseWrapper.java:12: cannot resolve
symbol
symbol : class SlideShowDiagnoseAdapter
location: class com.bbn.quo.examples.bette.SlideShowDiagnoseWrapper
extends SlideShowDiagnoseAdapter
^
com/bbn/quo/examples/bette/SlideShowInstrumentedServerWrapper.java:18: cannot
resolve symbol
symbol : class SlideShowInstrumentedServerAdapter
location: class com.bbn.quo.examples.bette.SlideShowInstrumentedServerWrapper
extends SlideShowInstrumentedServerAdapter
^
com/bbn/quo/examples/bette/SlideShowRSSWrapper.java:10: cannot resolve symbol
symbol : class SlideShowRSSAdapter
location: class com.bbn.quo.examples.bette.SlideShowRSSWrapper
extends SlideShowRSSAdapter
^
com/bbn/quo/examples/bette/SlideShowSerializingServerWrapper.java:18: cannot
resolve symbol
symbol : class SlideShowSerializeAdapter
location: class com.bbn.quo.examples.bette.SlideShowSerializingServerWrapper
extends SlideShowSerializeAdapter
^
com/bbn/quo/examples/bette/SlideShowState.java:10: cannot resolve symbol
symbol : class SlideShow
location: interface com.bbn.quo.examples.bette.SlideShowState
public interface SlideShowState extends SlideShow, StateQosket
^
com/bbn/quo/examples/bette/SlideShowState.java:10: cannot resolve symbol
symbol : class StateQosket
location: interface com.bbn.quo.examples.bette.SlideShowState
public interface SlideShowState extends SlideShow, StateQosket
^
com/bbn/quo/examples/bette/SlideShowStateWrapper.java:11: cannot resolve symbol
symbol : class SlideShowStateAdapter
location: class com.bbn.quo.examples.bette.SlideShowStateWrapper
extends SlideShowStateAdapter
^
com/bbn/quo/examples/bette/SlideShowUserAdaptWrapper.java:12: cannot resolve
symbol
symbol : class SlideShowUserAdaptAdapter
location: class com.bbn.quo.examples.bette.SlideShowUserAdaptWrapper
extends SlideShowUserAdaptAdapter
^
com/bbn/quo/examples/bette/StateQosketImpl.java:10: cannot resolve symbol
symbol : class StateQosketSkel
location: class com.bbn.quo.examples.bette.StateQosketImpl
public class StateQosketImpl extends StateQosketSkel
^
com/bbn/quo/examples/bette/UserAdaptQosketImpl.java:15: cannot resolve symbol
symbol : class UserAdaptQosketSkel
location: class com.bbn.quo.examples.bette.UserAdaptQosketImpl
extends UserAdaptQosketSkel
^
com/bbn/quo/examples/bette/UserAdaptQosketImpl.java:16: cannot resolve symbol
symbol : class UserAdaptDelegateQosket
location: class com.bbn.quo.examples.bette.UserAdaptQosketImpl
implements UserAdaptDelegateQosket
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:74: cannot resolve symbol
symbol : variable useInstrumentation
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
useInstrumentation = makeValueSC("Use Instrumentation");
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:75: cannot resolve symbol
symbol : variable userLatencyThreshold
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
userLatencyThreshold = makeValueSC("User Latency Threshold");
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:76: cannot resolve symbol
symbol : variable userLatencyThreshold
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
userLatencyThreshold.longValue(3000);
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:77: cannot resolve symbol
symbol : variable useInstrumentation
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
useInstrumentation.booleanValue(false);
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:79: cannot resolve symbol
symbol : variable expectedNetworkCapacity
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
expectedNetworkCapacity =
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:95: cannot resolve symbol
symbol : variable expectedReplySize
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
expectedReplySize = makeDataSC ("Expected Reply Size");
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:96: cannot resolve symbol
symbol : variable expectedReplySize
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
kernel.bindDataFormula(expectedReplySize,
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:99: cannot resolve symbol
symbol : variable expectedServerJips
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
expectedServerJips = makeDataSC("Expected Server Jips");
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:100: cannot resolve symbol
symbol : variable expectedServerJips
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
kernel.bindDataFormula(expectedServerJips,
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:104: cannot resolve symbol
symbol : variable expectedInstPerByte
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
expectedInstPerByte = makeDataSC("Expectec Inst/Byte");
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:105: cannot resolve symbol
symbol : variable expectedInstPerByte
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
kernel.bindDataFormula(expectedInstPerByte,
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:109: cannot resolve symbol
symbol : variable expectedServerLoadAverage
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
expectedServerLoadAverage =
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:111: cannot resolve symbol
symbol : variable expectedServerLoadAverage
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
kernel.bindDataFormula(expectedServerLoadAverage,
^
com/bbn/quo/examples/bette/DiagnoseQosketImpl.java:127: cannot resolve symbol
symbol : variable useInstrumentation
location: class com.bbn.quo.examples.bette.DiagnoseQosketImpl
return useInstrumentation;
^
com/bbn/quo/examples/bette/SerializingQosketImpl.java:77: inconvertible types
found : java.lang.Object
required: com.bbn.quo.examples.bette.SlideService
SlideService reconstituted_server = (SlideService) deserialize(bytes);
^
com/bbn/quo/examples/bette/SerializingQosketImpl.java:78:
activate_object(org.omg.PortableServer.Servant) in
org.omg.PortableServer.POAOperations cannot be applied to
(com.bbn.quo.examples.bette.SlideService)
poa.activate_object(reconstituted_server);
^
com/bbn/quo/examples/bette/SerializingQosketImpl.java:79: cannot resolve symbol
symbol : class SlideShow
location: class com.bbn.quo.examples.bette.SerializingQosketImpl
return ((SlideShow) reconstituted_server._this());
^
com/bbn/quo/examples/bette/SerializingQosketImpl.java:79: cannot resolve symbol
symbol : method _this ()
location: class com.bbn.quo.examples.bette.SlideService
return ((SlideShow) reconstituted_server._this());
^
com/bbn/quo/examples/bette/SlideClient.java:110: cannot resolve symbol
symbol : variable SlideShowHelper
location: class com.bbn.quo.examples.bette.SlideClient
slideShow = SlideShowHelper.narrow(raw);
^
com/bbn/quo/examples/bette/SlideClient.java:134: cannot resolve symbol
symbol : class octetArrayHolder
location: class com.bbn.quo.examples.bette.SlideClient
final octetArrayHolder pixelsHolder = new octetArrayHolder();
^
com/bbn/quo/examples/bette/SlideClient.java:134: cannot resolve symbol
symbol : class octetArrayHolder
location: class com.bbn.quo.examples.bette.SlideClient
final octetArrayHolder pixelsHolder = new octetArrayHolder();
^
com/bbn/quo/examples/bette/SlideService.java:260: cannot resolve symbol
symbol : method _this (org.omg.CORBA.ORB)
location: class com.bbn.quo.examples.bette.SlideService
server._this (orb);
^
com/bbn/quo/examples/bette/SlideService.java:265:
publish(com.bbn.quo.examples.bette.Naming,org.omg.PortableServer.POA,org.omg.Por\
tableServer.Servant,java.lang.String) in com.bbn.quo.examples.bette.SlideService
cannot be applied to
(com.bbn.quo.examples.bette.Naming,org.omg.PortableServer.POA,com.bbn.quo.exampl\
es.bette.SlideService,java.lang.String)
server.publish(nameHelper, poa, server, "SlideServer");
^
com/bbn/quo/examples/bette/SlideService.java:274:
publish(com.bbn.quo.examples.bette.Naming,org.omg.PortableServer.POA,org.omg.Por\
tableServer.Servant,java.lang.String) in com.bbn.quo.examples.bette.SlideService
cannot be applied to
(com.bbn.quo.examples.bette.Naming,org.omg.PortableServer.POA,com.bbn.quo.exampl\
es.bette.SlideService,java.lang.String)
server.publish(nameHelper, poa, server, "SlideServer");
^
com/bbn/quo/examples/bette/SlideShowCountWrapper.java:24: cannot resolve symbol
symbol : method initSysconds (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowCountWrapper
initSysconds(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/SlideShowCountWrapper.java:25: cannot resolve symbol
symbol : method initCallbacks ()
location: class com.bbn.quo.examples.bette.SlideShowCountWrapper
initCallbacks();
^
com/bbn/quo/examples/bette/SlideShowCountWrapper.java:26: cannot resolve symbol
symbol : method linkContract (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowCountWrapper
linkContract(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/WrapperHelper.java:43: cannot resolve symbol
symbol : variable SlideShowHelper
location: class com.bbn.quo.examples.bette.WrapperHelper
server = SlideShowHelper.narrow(raw);
^
com/bbn/quo/examples/bette/SlideShowDiagnoseWrapper.java:95: cannot resolve
symbol
symbol : class SlideShowInstrumented
location: class com.bbn.quo.examples.bette.SlideShowDiagnoseWrapper
SlideShowInstrumented iserver =
^
com/bbn/quo/examples/bette/SlideShowDiagnoseWrapper.java:96: cannot resolve
symbol
symbol : variable SlideShowInstrumentedHelper
location: class com.bbn.quo.examples.bette.SlideShowDiagnoseWrapper
SlideShowInstrumentedHelper.narrow(iraw);
^
com/bbn/quo/examples/bette/SlideShowDiagnoseWrapper.java:99: cannot resolve
symbol
symbol : method setOrb (org.omg.CORBA.ORB)
location: class com.bbn.quo.examples.bette.SlideShowDiagnoseWrapper
setOrb(orb);
^
com/bbn/quo/examples/bette/SlideShowDiagnoseWrapper.java:103: cannot resolve
symbol
symbol : method initSysconds (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowDiagnoseWrapper
initSysconds(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/SlideShowDiagnoseWrapper.java:104: cannot resolve
symbol
symbol : method initCallbacks ()
location: class com.bbn.quo.examples.bette.SlideShowDiagnoseWrapper
initCallbacks();
^
com/bbn/quo/examples/bette/SlideShowDiagnoseWrapper.java:105: cannot resolve
symbol
symbol : method linkContract (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowDiagnoseWrapper
linkContract(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/SlideShowDiagnoseWrapper.java:109: cannot resolve
symbol
symbol : method getUseInstrumentationSC ()
location: class com.bbn.quo.examples.bette.SlideShowDiagnoseWrapper
useInstrumentation = getUseInstrumentationSC();
^
com/bbn/quo/examples/bette/SlideShowInstrumentedServerWrapper.java:58: cannot
resolve symbol
symbol : method initSysconds (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowInstrumentedServerWrapper
initSysconds(kernel);
^
com/bbn/quo/examples/bette/SlideShowInstrumentedServerWrapper.java:59: cannot
resolve symbol
symbol : method initCallbacks ()
location: class com.bbn.quo.examples.bette.SlideShowInstrumentedServerWrapper
initCallbacks();
^
com/bbn/quo/examples/bette/SlideShowInstrumentedServerWrapper.java:60: cannot
resolve symbol
symbol : method linkContract (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowInstrumentedServerWrapper
linkContract(kernel);
^
com/bbn/quo/examples/bette/SlideShowInstrumentedServerWrapper.java:61: cannot
resolve symbol
symbol : method setServer (com.bbn.quo.examples.bette.SlideService)
location: class com.bbn.quo.examples.bette.SlideShowInstrumentedServerWrapper
setServer(server);
^
com/bbn/quo/examples/bette/SlideShowRSSWrapper.java:27: cannot resolve symbol
symbol : class SlideShowInstrumented
location: class com.bbn.quo.examples.bette.SlideShowRSSWrapper
SlideShowInstrumented iserver =
^
com/bbn/quo/examples/bette/SlideShowRSSWrapper.java:28: cannot resolve symbol
symbol : variable SlideShowInstrumentedHelper
location: class com.bbn.quo.examples.bette.SlideShowRSSWrapper
SlideShowInstrumentedHelper.narrow(iraw);
^
com/bbn/quo/examples/bette/SlideShowRSSWrapper.java:35: cannot resolve symbol
symbol : method initSysconds (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowRSSWrapper
initSysconds(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/SlideShowRSSWrapper.java:36: cannot resolve symbol
symbol : method initCallbacks ()
location: class com.bbn.quo.examples.bette.SlideShowRSSWrapper
initCallbacks();
^
com/bbn/quo/examples/bette/SlideShowRSSWrapper.java:37: cannot resolve symbol
symbol : method linkContract (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowRSSWrapper
linkContract(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/SlideShowSerializingServerWrapper.java:58: cannot
resolve symbol
symbol : method setPOA (org.omg.PortableServer.POA)
location: class com.bbn.quo.examples.bette.SlideShowSerializingServerWrapper
setPOA(poa);
^
com/bbn/quo/examples/bette/SlideShowSerializingServerWrapper.java:59: cannot
resolve symbol
symbol : method initSysconds (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowSerializingServerWrapper
initSysconds(kernel);
^
com/bbn/quo/examples/bette/SlideShowSerializingServerWrapper.java:60: cannot
resolve symbol
symbol : method initCallbacks ()
location: class com.bbn.quo.examples.bette.SlideShowSerializingServerWrapper
initCallbacks();
^
com/bbn/quo/examples/bette/SlideShowSerializingServerWrapper.java:61: cannot
resolve symbol
symbol : method linkContract (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowSerializingServerWrapper
linkContract(kernel);
^
com/bbn/quo/examples/bette/SlideShowSerializingServerWrapper.java:62: cannot
resolve symbol
symbol : method _this ()
location: class com.bbn.quo.examples.bette.SlideService
linkRemoteObject(server._this());
^
com/bbn/quo/examples/bette/SlideShowStateWrapper.java:25: cannot resolve symbol
symbol : method initSysconds (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowStateWrapper
initSysconds(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/SlideShowStateWrapper.java:26: cannot resolve symbol
symbol : method initCallbacks ()
location: class com.bbn.quo.examples.bette.SlideShowStateWrapper
initCallbacks();
^
com/bbn/quo/examples/bette/SlideShowStateWrapper.java:27: cannot resolve symbol
symbol : method linkContract (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowStateWrapper
linkContract(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/SlideShowUserAdaptWrapper.java:108: cannot resolve
symbol
symbol : method initSysconds (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowUserAdaptWrapper
initSysconds(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/SlideShowUserAdaptWrapper.java:109: cannot resolve
symbol
symbol : method initCallbacks ()
location: class com.bbn.quo.examples.bette.SlideShowUserAdaptWrapper
initCallbacks();
^
com/bbn/quo/examples/bette/SlideShowUserAdaptWrapper.java:110: cannot resolve
symbol
symbol : method linkContract (com.bbn.quo.corba.QuoKernel)
location: class com.bbn.quo.examples.bette.SlideShowUserAdaptWrapper
linkContract(wrapperHelper.kernel);
^
com/bbn/quo/examples/bette/SlideShowUserAdaptWrapper.java:114: cannot resolve
symbol
symbol : method getUserEnableSmallSC ()
location: class com.bbn.quo.examples.bette.SlideShowUserAdaptWrapper
userEnableSmall = getUserEnableSmallSC();
^
com/bbn/quo/examples/bette/SlideShowUserAdaptWrapper.java:115: cannot resolve
symbol
symbol : method getUserEnableUnprocessedSC ()
location: class com.bbn.quo.examples.bette.SlideShowUserAdaptWrapper
userEnableUnprocessed = getUserEnableUnprocessedSC();
^
com/bbn/quo/examples/bette/SlideShowUserAdaptWrapper.java:118: cannot resolve
symbol
symbol : class SlideShowInstrumented
location: class com.bbn.quo.examples.bette.SlideShowUserAdaptWrapper
SlideShowInstrumented iserver =
^
com/bbn/quo/examples/bette/SlideShowUserAdaptWrapper.java:119: cannot resolve
symbol
symbol : variable SlideShowInstrumentedHelper
location: class com.bbn.quo.examples.bette.SlideShowUserAdaptWrapper
SlideShowInstrumentedHelper.narrow(iraw);
^
com/bbn/quo/examples/bette/UserAdaptQosketImpl.java:40: cannot resolve symbol
symbol : variable userEnableSmall
location: class com.bbn.quo.examples.bette.UserAdaptQosketImpl
userEnableSmall = makeValueSC(kernel, "User Enable Small");
^
com/bbn/quo/examples/bette/UserAdaptQosketImpl.java:41: cannot resolve symbol
symbol : variable userEnableUnprocessed
location: class com.bbn.quo.examples.bette.UserAdaptQosketImpl
userEnableUnprocessed = makeValueSC(kernel, "User Enable Unprocessed");
^
com/bbn/quo/examples/bette/UserAdaptQosketImpl.java:42: cannot resolve symbol
symbol : variable userEnableSmall
location: class com.bbn.quo.examples.bette.UserAdaptQosketImpl
userEnableSmall.booleanValue(false);
^
com/bbn/quo/examples/bette/UserAdaptQosketImpl.java:43: cannot resolve symbol
symbol : variable userEnableUnprocessed
location: class com.bbn.quo.examples.bette.UserAdaptQosketImpl
userEnableUnprocessed.booleanValue(false);
^
com/bbn/quo/examples/bette/UserAdaptQosketImpl.java:50: cannot resolve symbol
symbol : variable userEnableSmall
location: class com.bbn.quo.examples.bette.UserAdaptQosketImpl
return userEnableSmall;
^
com/bbn/quo/examples/bette/UserAdaptQosketImpl.java:54: cannot resolve symbol
symbol : variable userEnableUnprocessed
location: class com.bbn.quo.examples.bette.UserAdaptQosketImpl
return userEnableUnprocessed;
^
96 errors
jar cf bette.jar -C /home/yamuna/New_Quo/quo/examples/bette/.classes .
ln -sf wrapper SlideClient
ln -sf wrapper SlideService
ln -sf wrapper TickleSC
ln -sf wrapper RunKernel
ln -sf wrapper KernelGui


Forward
Message #22 of 35 |
Expand Messages Author Sort by Date

Hi: I downloaded the new distribution. I was able to compile the quo Core. I was also able to compile and run the bett-rmi example. I am however having...
Yamuna Krishnamurthy
yamuna@...
Send Email
Dec 14, 2001
10:06 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help