visarya / program-ab

Automatically exported from code.google.com/p/program-ab
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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?

Original issue reported on code.google.com by duy.huyn...@gmail.com on 18 Sep 2014 at 7:30

GoogleCodeExporter commented 8 years ago
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.

Original comment by ghab...@gmail.com on 5 Nov 2014 at 12:21

Attachments:

GoogleCodeExporter commented 8 years ago
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. 

Original comment by step...@lairdslanding.com on 6 Mar 2015 at 1:57