Starting NMS - Java cache problem - Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-22-2015 09:50 AM
Some time ago i had problem starting Netsight because of java problem. Console fails loading cache. There was not easy thing to find where the cache was stored. [clearing java cache via java control panel was not effective].
Finally i found all three locations and wrote batch script to clear NMS java cache:
rmdir c:%homepath%\AppData\LocalLow\Sun\Java\Deployment\cache
rmdir c:%homepath%\Application Data\NetSight
rmdir c:%homepath%\AppData\Roaming\NetSight
Finally i found all three locations and wrote batch script to clear NMS java cache:
rmdir c:%homepath%\AppData\LocalLow\Sun\Java\Deployment\cache
rmdir c:%homepath%\Application Data\NetSight
rmdir c:%homepath%\AppData\Roaming\NetSight
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-22-2015 11:20 AM
Thank you sir.
