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 129141 - Installer fails to install CSS/Web Services components
Summary: Installer fails to install CSS/Web Services components
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-04 14:16 UTC by kvgeorge1
Modified: 2008-04-28 13:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of Error (13.43 KB, text/plain)
2008-03-04 14:35 UTC, kvgeorge1
Details
Screenshot of Error (13.43 KB, image/gif)
2008-03-04 14:35 UTC, kvgeorge1
Details
Messages log (4.06 KB, text/plain)
2008-03-04 14:44 UTC, kvgeorge1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kvgeorge1 2008-03-04 14:16:14 UTC
I just downloaded the recent install of NBeans (200803021202) and after the install, got a WARNING message upon startup 
that Web Services and CSS Visual Editor modules could not be located.
Comment 1 dlipin 2008-03-04 14:26:06 UTC
could you please attach the screenshot of the error and messages log?
Comment 2 kvgeorge1 2008-03-04 14:35:38 UTC
Created attachment 57734 [details]
Screenshot of Error
Comment 3 kvgeorge1 2008-03-04 14:35:47 UTC
Created attachment 57735 [details]
Screenshot of Error
Comment 4 kvgeorge1 2008-03-04 14:40:22 UTC
I have attached the screenshot, but I cannot locate the messages logs file.  Where is it located?
Comment 5 dlipin 2008-03-04 14:43:56 UTC
thanks for the screenshot.
The messages.log file is located at %USERPROFILE%/.netbeans/dev/var/log/

Thanks,
Dmitry
Comment 6 kvgeorge1 2008-03-04 14:44:32 UTC
Created attachment 57736 [details]
Messages log
Comment 7 dlipin 2008-03-04 14:58:35 UTC
I see the problem with CSS:


INFO [org.netbeans.core.startup.NbEvents]: Warning: the module C:\java\netbeans-6.1\200803021202\modules\org-netbeans-
modules-css2.jar could not be found, ignoring...
WARNING [org.netbeans.core.startup.ModuleList]: Error encountered while reading org.netbeans.modules.css2
java.lang.NullPointerException
[catch] at org.netbeans.core.startup.ModuleList$1.run(ModuleList.java:248)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:499)
	at org.netbeans.core.startup.ModuleList.readInitial(ModuleList.java:166)
	at org.netbeans.core.startup.ModuleSystem.readList(ModuleSystem.java:262)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:173)
	at org.netbeans.core.startup.Main.start(Main.java:325)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
	at java.lang.Thread.run(Thread.java:619)

Seems that the cluster name is missing in css2 path (who knows why...)
C:\java\netbeans-6.1\200803021202\modules\org-netbeans-modules-css2.jar
Comment 8 kvgeorge1 2008-03-04 15:01:25 UTC
Thanks for looking into this so quickly.
Comment 9 Petr Jiricka 2008-03-26 15:45:33 UTC
Can you please try with a clean NB settings directory (C:\Documents and Settings\yourname\.netbeans\dev)? There have
been changes in the list of modules, so this may be the problem.
Comment 10 kvgeorge1 2008-03-26 15:49:51 UTC
I have not had this problem with any of the later releases, only this one.