Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Feb 3, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 18 Sep 2014 at 7:30

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 5 Nov 2014 at 12:21

Attachments:

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 6 Mar 2015 at 1:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant