CFCommunity / ramen

Integrated Installer for ColdFusion Servers
25 stars 10 forks source link

ram:/// issue when downloading from BER #11

Open coldfumonkeh opened 12 years ago

coldfumonkeh commented 12 years ago

I've noticed this issue when downloaing Taffy and monkehTweet from the GitHub BER master:

The specified directory ram:///ramen/downloads/taffy/atuttle-Taffy-1a9e80a does not exist.

atuttle commented 12 years ago

Thanks, I'll have a look...

atuttle commented 12 years ago

Was this on CF9? CF8? Seems to work fine for me on CF10. I assume you're seeing this error in the Application log?

coldfumonkeh commented 12 years ago

This was on CF10, built-in dev server (port 8501)

As a side effect, it doesn't rename the directory from the GitHub-generated random file name to the preferred directory name.

atuttle commented 12 years ago

Where are you seeing the error message? On screen? In a log (which one)?

coldfumonkeh commented 12 years ago

In the application.log file and on the screen:

The specified directory ram:///ramen/downloads/taffy/atuttle-Taffy-1a9e80a does not exist. The specific sequence of files included or processed is: /Applications/ColdFusion10/cfusion/wwwroot/CFIDE/administrator/ramen/cfadmin/runner.cfm, line: 20

(from the log file)

atuttle commented 12 years ago

I'm not getting the error message that you are, but I am able to see that the install isn't working in one case for me. If I set the install location for Taffy BER to /users/adam/desktop/taffy, and the /users/adam/desktop/taffy folder doesn't exist, it silently fails (whoops!)... however if I just use /users/adam/desktop/ it works (it creates a taffy folder on the desktop).

I'm having disk issues at the moment (can't empty trash, can't put anything else in it), so I can't/shouldn't work on this until I get that sorted.

atuttle commented 11 years ago

Hey Matt, what are your thoughts on this? Still worth looking into?

coldfumonkeh commented 11 years ago

Hey Adam. I'd still have a look at it if possible. I'll run some more test cases over the next day or so (when I have time) and see if I'm still getting the issues.