Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Payara 5.184 Windows symbolic link support: deploy fails when project path is inside a directory symbolic link #21

@bradvido

Description

@bradvido

I'm using:

  • Netbeans 8.2
  • Payara plugin 1.6
  • Payara Server 5.184
  • Java OpenJDK 1.8.0_201

I have many projects that are inside a symbolic directory link in Windows (e.g. C:\java_projects points to C:\users\username\documents\code) which was created using the windows cmd mklink /d .....

When running any project that is inside the symbolic link, Payara log says it can't find any of the classes that are inside that war and shows 404 for every page.

I confirmed the symbolic directory link is the problem by opening the project directly from its physical path instead of the symbolic link and the deploy worked without issue.

Before this, I was using Payara 4 as a "Glassfish" type server in Netbeans 8.2 (not using Payara plugin), and all the projects inside the symbolic links worked without any issue. This is why I'm reporting this bug, because it used to work.

I'm not sure if this is a plugin issue or an issue with the server itself, but it's definitely related to this: payara/Payara#2591

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions