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 42946 - the whole IDE is totally messed, wrong menubar, a lot of exceptions thrown during startup
Summary: the whole IDE is totally messed, wrong menubar, a lot of exceptions thrown du...
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-05-07 16:38 UTC by _ ttran
Modified: 2004-08-13 12:11 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log (23.83 KB, text/plain)
2004-05-07 16:41 UTC, _ ttran
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ ttran 2004-05-07 16:38:45 UTC
probably problem in Debugger.  Will attach log file
Comment 1 _ ttran 2004-05-07 16:41:05 UTC
Created attachment 14765 [details]
message.log
Comment 2 _ ttran 2004-05-07 16:45:10 UTC
jdk 1.5.0, ide built from today's cvs

It seems the xml layer is messed up, I see no projects tab in the
explorer. It's not even in the windows menu
Comment 3 Jan Jancura 2004-05-07 16:51:06 UTC
I can not reproduce this problem.
- can you check it on some normal version of JDK?
- are you sure that its caused by debugger - I see some exceptions
from web module & projects
Comment 4 _ ttran 2004-05-07 17:07:58 UTC
easily reproducible w/ on Linux, clean userdir, both jdk 1.5.0 b50 and
1.4.2_04.

No I am not sure that this problem is caused by the debugger
Comment 5 Jan Jancura 2004-05-07 17:09:52 UTC
I have downloaded latest build from NB continuous build:
http://nbbuilder.czech.sun.com:8080/nbcbfiles/dev/builds/NetBeans-dev-20040507-1418.zip
works without any problems!
Comment 6 _ ttran 2004-05-07 17:21:36 UTC
I must be mad, happens to me every time
Comment 7 Martin Grebac 2004-05-07 17:22:34 UTC
I've seen one of my classes in the trace, so I tried to reproduce -
got IDE built from today's sources, have Linux and can't reproduce
(tried 1.4.2_04 and 1.5b32c) either. Strange.
Comment 8 _ ttran 2004-05-07 21:54:46 UTC
the problem seems to be related to my Linux machine, it works if I
boot into windows.  The projects/libraries module fails to install
which causes all sort of trouble

Reassigning to projects.  Tomas Z may know more
Comment 9 _ rkubacki 2004-05-07 22:04:30 UTC
I have the same experience as Trung. We need firststart to be part of
build as a sanity check together with commit-validation!

IMO it is related to latest change in nbbuild/cluster/properties where
a lot of modules is removed from nb.pkg.ide. If you go to
Tools|Options it is visible that Deprecated API is disabled as it
can't find module providing CompilationEngige (core/compiler). All the
stuff depending on deprecated API is disabled then.

Minor bug is that LibraryTypeRegistry accesses folder in SFS but does
not define it and relies on some other module that will define it
(java/j2seplatform perhaps).

Working file: nbbuild/cluster.properties
head: 1.28
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 77;    selected revisions: 1
description:
----------------------------
revision 1.28
date: 2004/05/07 10:21:56;  author: mzlamal;  state: Exp;  lines: +18 -41
#41451 and separate build of platform, ide and feature packs
Comment 10 Jesse Glick 2004-05-07 22:19:13 UTC
It's Michal's bug. I have a working patch. His last commit made
ide/features/basic an autoload which broke all sorts of things. Also I
have better diagnostics for the problems Radim mentions with
projects/libraries (poor robustness in that module).
Comment 11 Jesse Glick 2004-05-07 22:23:34 UTC
Re. deprecated API - it was mistakenly in the build but not used by
anything. I will fix that too; lack of maintenance by either RE or
WebApps caused that.

BTW I have no idea why this would work for anyone. My
nb4.0/config/Modules/org-netbeans-features-basic.xml said it was an
autoload which clearly would break the build completely. Maybe some
other bug causes it *not* to be marked as an autoload sometimes? :-)
Comment 12 _ ttran 2004-05-07 22:29:13 UTC
Jesse, thanks.  I've already lost at least 4 hours try to find the bug
on my machine, including rebooting the machine :-(

Eagerly awaiting your patch
Comment 13 Jesse Glick 2004-05-07 23:10:29 UTC
committed     Up-To-Date  1.4         ide/features/basic/build.xml

should do it, I hope. Again, no idea how this could have worked for
anybody to begin with. Maybe depends on random aspects of the build
order or something.