Forum Discussion

puneet102's avatar
puneet102
Level 4
7 years ago

What are “System32\config\systemprofile\javaXX.log” files in Windows Opscenter Server?

I have Opscenter server Installed on Windows server 2008 R2. NetBackup Software Installation path is D:\ c:\ drive is almost full. Only 2 GB is free instead of 60 GB, on which size of folder C:\Windows\System32\config\systemprofile is 24.1 GB. Folder is showing me two kind of files, javaxx.log and javaxx.log.lck. where xx is two digit number.

My questions are:

  • Is path "C:\Windows\System32\config\systemprofile" is used by Opscenter?
  • If Yes, What data is contained by this folder?
  • Can we delete data from the path?

 

  • Yes OpsCenter uses C:\Windows\System32\Config\systemprofile for logging purposes. It's mainly kept for records, these would never be used for troubleshooting from my experience. They contain records like this...

    <record>
    <date>2017-03-09T13:14:06</date>
    <millis>1489083246352</millis>
    <sequence>854655</sequence>
    <logger>com.sun.xml.internal.bind.v2.runtime.unmarshaller.SAXConnector</logger>
    <level>FINEST</level>
    <class>com.sun.xml.internal.bind.v2.runtime.unmarshaller.SAXConnector</class>
    <method>characters</method>
    <thread>1</thread>
    <message>SAXConnector.characters: [C@75881071</message>
    </record>
    <record>

    You could delete the javaxx files that are old but I would not remove the most current ones.

2 Replies

  • Yes OpsCenter uses C:\Windows\System32\Config\systemprofile for logging purposes. It's mainly kept for records, these would never be used for troubleshooting from my experience. They contain records like this...

    <record>
    <date>2017-03-09T13:14:06</date>
    <millis>1489083246352</millis>
    <sequence>854655</sequence>
    <logger>com.sun.xml.internal.bind.v2.runtime.unmarshaller.SAXConnector</logger>
    <level>FINEST</level>
    <class>com.sun.xml.internal.bind.v2.runtime.unmarshaller.SAXConnector</class>
    <method>characters</method>
    <thread>1</thread>
    <message>SAXConnector.characters: [C@75881071</message>
    </record>
    <record>

    You could delete the javaxx files that are old but I would not remove the most current ones.