Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Trying to run the robot

Hi Marcelo,

I tried to run the example, but when i run, only show this two messages on the console:

init(org.eclipse.ecf.internal.presence.bot.ChatRoomBotEntry@a6cbf7)
preContainerConnect(org.eclipse.ecf.internal.provider.irc.container.IRCRootContainer@18f1a31 ,IRCID[irc://slewis2_@xxxxxxxxxxxxxxxx])

and nothing happens, any advices?

On 6/14/07, Marcelo Mayworm <mayworm@xxxxxxxxx> wrote:
Hi Lucas,

org.eclipse.ecf.presence.bot plugin you can use to create a bot easily.

Take a look at this tutorial (http://wiki.eclipse.org/index.php/Bot_Framework ) written by Remy Suen.

Please let me know if it helped you.

- Marcelo Mayworm


On 6/13/07, Lucas Lima < cucalima@xxxxxxxxx > wrote:
Hello Everyone,

I've downloaded the source code from all ecf projects, and i'm trying to run the org.eclipse.ecf.presence.bot plugin. First, when i run the plugin.xml nothing happened. So i've uncommented the part of the plugin.xml file that was commented, refering to Imrobot and chatRoomRobot extensions and extensions points. This time a execution started, but a exception was thrown. The trace is below:

org.eclipse.ecf.core.ContainerC
reateException : ContainerTypeDescription cannot be null
at org.eclipse.ecf.core.ContainerFactory.throwContainerCreateException(ContainerFactory.java:197)
at org.eclipse.ecf.core.ContainerFactory.createContainer(ContainerFactory.java :227)
at org.eclipse.ecf.core.ContainerFactory.createContainer(ContainerFactory.java:264)
at org.eclipse.ecf.presence.bot.impl.IMBot.connect(IMBot.java:73)
at org.eclipse.ecf.presence.bot.application.IMBotApplication.start (IMBotApplication.java:42)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run (Main.java:1169)
at org.eclipse.equinox.launcher.Main.main(Main.java:1144)

So I ask, how to run this example? Or any other example with chat, IM and robots?

[]'s,

Lucas


--
Lucas Albertins de Lima
MSc Candidate in Computer Science
Federal University of Pernambuco - Brazil

"É fácil ter um sistema de computação seguro. Você meramente
tem de desconectar seu sistema de qualquer rede externa, e
permitir somente terminais ligados diretamente a ele. Pôr a
máquina e seus terminais em uma sala fechada, e por um guarda
na porta." F.T. Grampp e R.H. Morris
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev





--
Lucas Albertins de Lima
MSc Candidate in Computer Science
Federal University of Pernambuco - Brazil

"É fácil ter um sistema de computação seguro. Você meramente
tem de desconectar seu sistema de qualquer rede externa, e
permitir somente terminais ligados diretamente a ele. Pôr a
máquina e seus terminais em uma sala fechada, e por um guarda
na porta." F.T. Grampp e R.H. Morris

Back to the top