This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229622 - JBoss under symbolic link not recognized
Summary: JBoss under symbolic link not recognized
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-12 15:49 UTC by cheesus
Modified: 2013-05-15 02:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cheesus 2013-05-12 15:49:08 UTC
I finally found the problem I tried to report in
Bug 229057 - JBoss 7.1.1 starting but not recognized as running
but which led to the fix for another problem ;-)

The problem is that a JBoss which is registered in NB through a symlink is never recognized as running. NB acts as if the server had never been started, does not allow stop, etc

Reproduction: Take any running project, define a symlink for your JBoss install
ln -s jboss-as-7.1.1.Final jb
go to Tools/Servers, delete JBoss, define again using "jb" link,
start project.

Verified in netbeans-dev-201305102300 against JBoss 7.1.1 final on Linux
but should work everywhere (I had it initially on MacOS)
Comment 1 Petr Hejl 2013-05-14 08:17:53 UTC
Fixed in web-main 57c441305c44.
Comment 2 Quality Engineering 2013-05-15 02:31:11 UTC
Integrated into 'main-golden', will be available in build *201305142300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/57c441305c44
User: Petr Hejl <phejl@netbeans.org>
Log: #229622 - JBoss under symbolic link not recognized