Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - how to rename/remove log file used by process

Reply
 
Old 12-26-2008   #1 (permalink)
Ajay Kumar


 
 

how to rename/remove log file used by process

Hello-

I have one log file server.log which is beeing generated by Java
application. since the log file grows every minutes, I want to roll over
this file every day at mid night si that I can debug the issues using old
logs which whould have entries for 24 hrs only.

I have .cmd script to copy the file with server.log.yyyy-mm-dd formate every
day at 11.59 pm.00 but I can't roll over the main file becouse it is in used
by the java application. I tried rename/delete command but whenever I run the
command it gives me error '' file can't rename/delete becouse it is used by
another process' and server.log file becoming huge in size also it is
defficult to debug entire log for days or weeks.

please let me now if it is possible to archive the log and create a new log
file every day.

Thanks, Ajay
--
system administrator

My System SpecsSystem Spec
Old 12-26-2008   #2 (permalink)
Luuk


 
 

Re: how to rename/remove log file used by process

Ajay Kumar schreef:
Quote:

> Hello-
>
> I have one log file server.log which is beeing generated by Java
> application. since the log file grows every minutes, I want to roll over
> this file every day at mid night si that I can debug the issues using old
> logs which whould have entries for 24 hrs only.
>
> I have .cmd script to copy the file with server.log.yyyy-mm-dd formate every
> day at 11.59 pm.00 but I can't roll over the main file becouse it is in used
> by the java application. I tried rename/delete command but whenever I run the
> command it gives me error '' file can't rename/delete becouse it is used by
> another process' and server.log file becoming huge in size also it is
> defficult to debug entire log for days or weeks.
>
> please let me now if it is possible to archive the log and create a new log
> file every day.
>
> Thanks, Ajay
is it possible to restart you application?

it will create a new server.log when it restarts....

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Failover Guest Cluster -- 'The process cannot access the file becauseit is being used by another process.' Virtual Server
how to delete/rename log file use by process VB Script
rename file Vista General
Rename errorin Vista - multiple file rename Vista file management
rename file Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46