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 269555 - Incomplete applciation configuration file generated
Summary: Incomplete applciation configuration file generated
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Launchers&CLI (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-13 23:22 UTC by javydreamercsw
Modified: 2017-01-17 23:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Installer log (434.48 KB, application/octet-stream)
2017-01-13 23:24 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2017-01-13 23:22:18 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.4.0-59-generic running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

STEPS:
  * Install application (see attachment)
  * Start application

ACTUAL:
  nothing happens

EXPECTED:
  application opens.

If the code is needed I can send privately as it has some sensitive info.
Comment 1 javydreamercsw 2017-01-13 23:24:39 UTC
Created attachment 163396 [details]
Installer log
Comment 2 javydreamercsw 2017-01-13 23:25:16 UTC
Installer can be found here: https://drive.google.com/open?id=0B1oCYY8ny-i1Y3A5a0t2TWlHOEU
Comment 3 javydreamercsw 2017-01-16 17:45:03 UTC
If the following is added to the application's configuration file it opens correclty:

default_userdir="${HOME}/.${APPNAME}/dev"
default_options="--branding qualitytrends -J-Xms24m -J-Xmx64m"

The question is then, why this was not properly generated. It originally had the following:

default_options="-J-Xms24m -J-Xmx64m"
Comment 4 javydreamercsw 2017-01-17 23:03:58 UTC
The issue was a custom configuration file that had missing information. When replaced with a complete one, everything works.

Changed issue to improvement as I believe the IDE should be able to check it has a valid configuration to work with.