AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

program-ab: bot not being recognized
 
 

Hi all,

I have created a bot in AIML. I am using program-ab on my computer. My bot is called CISO. The command line that I am using to launch CISO is
java -cp lib/Ab.jar Main bot = CISO action = chat trace = false

My bot however is not launched. the super bot is being launched. I do not get any error messages so I can’t tell where the problem is. I have taken the following steps to build CISO.
1. I have created the following folders.
aiml
aimlif
config
maps
sets
2. I have placed my AIML file called ciso.aiml inside the aiml folder.
3. In the config folder, I have placed the properties.xt, normal.txt and copyright.txt files. I have modified these files to meet my needs.

What else do I need to do?
Pranav

 

 
  [ # 1 ]

Hi all,

I am replying to my own post. I found the problem. My command line should have been
java -cp lib/Ab.jar Main bot=CISO action = chat trace = false
There should not be any space between the bot parameter name and its value.

 

 
  login or register to react