Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3276626
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:16:45+00:00 2026-05-17T19:16:45+00:00

I have a java application running on windows machines. Long story short, we have

  • 0

I have a java application running on windows machines.

Long story short, we have a convention for where we place log files per machine:

\\%COMPUTERNAME%\Logs\<AppNameHere>

So I configured my Java app to startup with -Dmachine.name=”%COMPUTERNAME%”, and then in my log4j.properties file I specify

log4j.appender.R.File = \\${machine.name}\Logs\MyVerySpecialApplicationName\log.log

But I’m not seeing that directory / file show up when I run my application (the first thing the app does is log a startup message).

So my guess is that log4j / java can’t process that windows specific UNC path.

Anyone else run into this issue and figure out a way around it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T19:16:45+00:00Added an answer on May 17, 2026 at 7:16 pm

    I looked at Log4j’s source code. It appears to use java.io.File to hold a reference to the filename you specify.

    Also, the Javadocs for java.io.File state that UNC paths are supported for the constructor of File (which Log4J uses).

    So, on the surface, there’s no reason why your configuration won’t work; but — and that’s the important point to note — Java has a long history of problems with file I/O over SMB (which is pretty much what you’re trying to do).

    My advice:

    1. Start your application by specifying -Dlog4j.debug=true. The system property will make Log4J spit lots of debug information to help you track the problem.
    2. Attempt using the same configuration, except that, instead of referring to the file with a UNC prefix, simply map the drives (I understand that you’re running on Windows). If things work with mapped drives, it means that something in using the UNC prefix is the source of the problem (although I’d doubt it).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a distributed Java application running on 5 application servers. The servers all
We have an issue related to a Java application running under a (rather old)
I have a Java application that monitors a folder for incoming XML files. When
We have a couple of applications running on Java 5 and would like now
I have a Java application that launches another java application. The launcher has a
I have a Java application which I want to shutdown 'nicely' when the user
I have a Java application that's very String-heavy - it takes a feed of
I have a java application that has Web Services published using Axis. With the
I have a Java application set up as a service to do data-mining against
I have a java application that is connected to a view on a remote

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.