Re: [Beepcore-java-users] profile unsuported exceptioin
Status: Beta
Brought to you by:
huston
From: William J. M. <wm...@ol...> - 2002-08-07 22:18:40
|
If you telnet to the server code are you getting a greeting with the ECHO profile in it? On Wed, Aug 07, 2002 at 02:50:57PM -0700, Russell Hung wrote: > Hi, > > I have a "org.beepcore.beep.core.BEEPError: all requested profiles are > unsupported" exception returned on the client side. > > On server side: > > startChannelListener = echoProfile.init(echoProfile.ECHO_URI, new > ProfileConfiguratioin()); > profileRegistry.addStartChannelListener(echoProfile.ECHO_URI, > startChannelListener, sessionTuningProperties) > session = AutomatedTCPSessionCreator.listen(listenPort, proReg); > > On client side: > > session = AutomatedTCPSessionCreator.initiate(host, port, new > ProfileRegistry()); > channel = session.startChannel(EchoProfile.ECHO_URI); > // the above exception is threw there. > > Did I do anything wrong? Thanks. > > Russell Hung > rh...@vi... > > |