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 209728 - Can´t start NetBeans after first Installation after changing
Summary: Can´t start NetBeans after first Installation after changing
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Launchers&CLI (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-19 11:38 UTC by stefan79
Modified: 2012-05-29 05:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log-File. (7.80 KB, application/octet-stream)
2012-03-19 11:39 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2012-03-19 11:38:36 UTC
[ BUILD # : 201203180400 ]
[ JDK VERSION : 1.7.3 ]

I´ve installed the current nightly build and changed the following parameter
(because E:/ is a SSD):
netbeans_default_userdir="E:/.netbeans/dev"
netbeans_default_cachedir="E:/.netbeans/dev"

"dev" - folder doesn´t exists at this time.

Warning - could not install some modules:
org.eclipse.mylyn.tasks.core - org.netbeans.InvalidException: Netigso:
C:\Program Files\NetBeans Dev
201203180400\ide\modules\org-eclipse-mylyn-tasks-core.jar: Not found
bundle:org.eclipse.mylyn.tasks.core
org.eclipse.mylyn.commons.net - org.netbeans.InvalidException: Netigso:
C:\Program Files\NetBeans Dev
201203180400\ide\modules\org-eclipse-mylyn-commons-net.jar: Not found
bundle:org.eclipse.mylyn.commons.net
org.apache.commons.io - org.netbeans.InvalidException: Netigso: C:\Program
Files\NetBeans Dev 201203180400\ide\modules\org-apache-commons-io.jar: Not
found bundle:org.apache.commons.io
org.eclipse.mylyn.bugzilla.core - org.netbeans.InvalidException: Netigso:
C:\Program Files\NetBeans Dev
201203180400\ide\modules\org-eclipse-mylyn-bugzilla-core.jar: Not found
bundle:org.eclipse.mylyn.bugzilla.core
com.jcraft.jsch - org.netbeans.InvalidException: Netigso: C:\Program
Files\NetBeans Dev 201203180400\ide\modules\com-jcraft-jsch.jar: Not found
bundle:com.jcraft.jsch
org.apache.commons.httpclient - org.netbeans.InvalidException: Netigso:
C:\Program Files\NetBeans Dev
201203180400\ide\modules\org-apache-commons-httpclient.jar: Not found
bundle:org.apache.commons.httpclient
org.eclipse.core.runtime - org.netbeans.InvalidException: Netigso: C:\Program
Files\NetBeans Dev 201203180400\ide\modules\org-eclipse-core-runtime.jar: Not
found bundle:org.eclipse.core.runtime
org.eclipse.equinox.common - org.netbeans.InvalidException: Netigso: C:\Program
Files\NetBeans Dev 201203180400\ide\modules\org-eclipse-equinox-common.jar: Not
found bundle:org.eclipse.equinox.common
org.eclipse.jgit - org.netbeans.InvalidException: Netigso: C:\Program
Files\NetBeans Dev 201203180400\ide\modules\org-eclipse-jgit.jar: Not found
bundle:org.eclipse.jgit
Comment 1 stefan79 2012-03-19 11:39:10 UTC
Created attachment 116857 [details]
Log-File.
Comment 2 stefan79 2012-03-20 13:38:17 UTC
At current build, the same problem: When I change the netbeans_default_userdir to "E:/.netbeans/dev", I get the "info"-message, that "some" modules couldn´t installed.
Only changing the cachedir works.
Comment 3 Jaroslav Tulach 2012-04-04 15:21:15 UTC
Does it make sense for userdir and cache to have the same value!? Imho it should be

netbeans_default_userdir="E:/.netbeans/dev"
netbeans_default_cachedir="E:/.netbeans/dev/var/cache"

Possibly launcher should detect this and prevent you from launching the IDE with such misconfiguration. Am I right?
Comment 4 Jiri Rechtacek 2012-04-11 07:15:24 UTC
I'm going to try to reproduce this one.
Comment 5 Libor Fischmeistr 2012-05-28 14:31:32 UTC
Resolved in changeset: core-main/rev/6ac7b578de12

Not fixed, but user is warned that same userdir and cachedir can cause problems.
Comment 6 Quality Engineering 2012-05-29 05:39:39 UTC
Integrated into 'main-golden', will be available in build *201205290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6ac7b578de12
User: Libor Fischmeistr <lfischmeistr@netbeans.org>
Log: #209728: Can