Export to GitHub

program-ab - issue #8

bots/alice2/aimlif/train.aiml.csv (No such file or directory)


Posted on Sep 18, 2014 by Grumpy Ox

What steps will reproduce the problem? 1. clone source code 2. build 3. run Main

What is the expected output? What do you see instead? java.io.FileNotFoundException: /home/duy/ws/aiml/bots/alice2/aimlif/train.aiml.csv (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:221) at java.io.FileOutputStream.<init>(FileOutputStream.java:110) at java.io.FileWriter.<init>(FileWriter.java:63) at org.alicebot.ab.Bot.writeAIMLIFFiles(Bot.java:419) at org.alicebot.ab.Bot.<init>(Bot.java:160) at Main.mainFunction(Main.java:69) at Main.main(Main.java:37)

What version of the product are you using? On what operating system? ubuntu 12.04 lts the latest souce code

Please provide any additional information below. it looks like the folder /aimlif isn't in the source folder. where can i download it?

Comment #1

Posted on Nov 5, 2014 by Massive Bear

I got the same issue. The aimlif is not included in the package. I don't even know what aimlif can do if that would be included in the package.

The whole system works, except from the exception errors. I hope the developers would say what does it do with the program.

Attachments

Comment #2

Posted on Mar 6, 2015 by Quick Rabbit

I had the same issue. Seems like the program is trying to create/write files to a directory that doesn't exist. I added a new empty directory bots/alice2/aimlf and the issue was resolved.

Status: New

Labels:
Type-Defect Priority-Medium