reset password
Author Message
behdinian
Posts: 9
Posted 19:40 Apr 09, 2011 |

I can not see my log file I got this message

WARNING: resource C:\workspace\csns\csns.log (temporarily) not available ...

cysun
Posts: 2935
Posted 21:08 Apr 09, 2011 |

Don't use the project folder for file.base.dir or log.dir.

behdinian
Posts: 9
Posted 21:28 Apr 09, 2011 |

I changed it and still get the same message

WARNING: resource C:\develop\csns\csns.log (temporarily) not available ...

cysun
Posts: 2935
Posted 21:36 Apr 09, 2011 |

Post a screenshot of the error message.

behdinian
Posts: 9
Posted 23:56 Apr 09, 2011 |

I attached my screenshot.

thankyou

Attachments:
cysun
Posts: 2935
Posted 09:55 Apr 10, 2011 |
behdinian wrote:

I attached my screenshot.

thankyou

It basically means the file does not exist. You have to run the project at least once for the log file to be created.

If you have modified build.properties (e.g. changing the value of log.dir), you need to do the following:

  • Delete csns-*.xml and web.xml under web/WEB-INF
  • Refresh the project

After that, run the project, and try open the log file again.

behdinian
Posts: 9
Posted 10:59 Apr 10, 2011 |

I did the instruction that you sent it and still I have problem.screenshot is attached

I want to know if I can work on homework without considering this error?

Attachments:
cysun
Posts: 2935
Posted 12:05 Apr 10, 2011 |
behdinian wrote:

I did the instruction that you sent it and still I have problem.screenshot is attached

I want to know if I can work on homework without considering this error?

If it's on a laptop, you can bring it to my office hours and I'll have a look. And yes, you can do this homework without using the log, but in the future debugging will be more difficult without the log.