Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNC path as log destination gets a breaking prefix #9

Open
1 task done
mlsomers opened this issue Jan 22, 2025 · 1 comment
Open
1 task done

UNC path as log destination gets a breaking prefix #9

mlsomers opened this issue Jan 22, 2025 · 1 comment

Comments

@mlsomers
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I'm trying to configure a UNC path for the Stdout log.

<httpPlatform
		stdoutLogEnabled="true"
		stdoutLogFile="\\SERVER\path\stdout.log"
		startupTimeLimit="20"
		processPath="C:\Program Files\nodejs\node.exe"
		arguments=".\serv.cjs"
>

No log appears, but a warning in the eventlog with a strange prefix before the path (see below at exceptions).

Expected Behavior

A file named (or starting with the name) "stdout.log" should be created in the specified directory when the server starts.

Steps To Reproduce

Put a UNC path as value of the stdoutLogFile attribute of the httpPlatform tag in the web.config file.

Exceptions (if any)

In the Eventlog I find a warning

Could not create stdoutLogFile \?\UNC\SERVER\path\stdout.log_20250122131757_2184.log, ErrorCode = '0x800700a1'.

HttpPlatformHandler Version

v2.0 RC3 (httpplatformhandlermodule_x64_en_v2_8.0.3.msi)

Anything else?

node-v20.18.0-x64

@lextudio-support
Copy link

New issues are marked as low priority by default. Becoming our commercial customers, and then your reports are handled with higher priority after triage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants