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 243081

Summary: Disabling "Start registered derby server" option in Glassfish properties isn't persisted across IDE restart.
Product: serverplugins Reporter: ravshansbox
Component: GlassFishAssignee: TomasKraus
Status: RESOLVED DUPLICATE    
Severity: normal CC: dj-youyou
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description ravshansbox 2014-03-20 11:16:57 UTC
Disabling "Start registered derby server" option in Glassfish properties isn't persisted across IDE restart.
Comment 1 zlob.jc 2014-03-28 03:43:40 UTC
any workaround?
found this in NetBeans/8.0/config/GlassFishEE6/Instances/.nbattrs
<attr name="nb73ImportFixed" stringvalue="true"/>

how to edit properly?
Comment 2 palman 2014-05-13 07:02:52 UTC
workaround: set the attribute "derbyStartOn" to "false"
<attr name="derbyStartOn" stringvalue="false"/>

navigate to config directory:

cd /Users/username/Library/Application Support/NetBeans/8.0/config/GlassFishEE6/Instances


$ cat .nbattrs
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd">
<attributes version="1.0">
    <fileobject name="instance_1">
        <attr name="adminPort" stringvalue="4848"/>
        <attr name="debugPort" stringvalue="0"/>
        <attr name="derbyStartOn" stringvalue="false"/>
.
.


greetz palman
Comment 3 ravshansbox 2014-05-13 09:55:10 UTC
i already know this workaround, just wanted to inform developers to fix the issue.
Comment 4 dj-youyou 2014-05-23 19:26:55 UTC
The same apply to other configs : "Enable JDBC Driver Deployment" and "Preserve Sessions Across Redeployment"
Comment 5 dj-youyou 2014-07-08 15:05:32 UTC
The workaround doesn't work for me !
Comment 6 sgreenslade70 2014-07-10 11:22:20 UTC
The workaround worked for me!
Many thanks.
Comment 7 Stepan Zebra 2014-08-11 06:01:45 UTC

*** This bug has been marked as a duplicate of bug 239836 ***