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 49382 - scaning project classpath on startup
Summary: scaning project classpath on startup
Status: CLOSED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-22 00:18 UTC by pidibi
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pidibi 2004-09-22 00:18:44 UTC
20 minutes :-O
Comment 1 Martin Ryzl 2004-09-22 00:51:17 UTC
could you add more details please? version (beta1, beta2, buildnumber).
Also does it take 20 minutes to parse j2me project's classpath or does
it happen for j2se project?
Usually, scanning of classpath of regular j2me project takes less than
one minute and it is only first time. subsequent scanning takes couple
of seconds on machine.
Comment 2 pidibi 2004-09-22 06:15:44 UTC
It's 4.01 Beta
Build 200408191352
IDE Versioning: IDE/1 spec=4.43 impl=200408191352
Windows XP SP2 En
VM: Java HotSpot(TM) Client VM 1.4.2_01-b06

starting first time IDE - 20 minuts or more
starting last loaded j2me ("hallo wolrd" ) project - 20 minutes
Comment 3 Adam Sotona 2004-09-22 10:55:00 UTC
reassigning
Comment 4 Adam Sotona 2004-09-22 10:56:44 UTC
Could you please add details about messages displayed during this
parsing. What is the most blocker (initialization of parsing, some
bootstrap jar, some project sources folder) ?
How many  and which (j2me or j2se) projects do you have opened during
this startup?
Do you have any special emulator installed in Java Platform Manager or
some special JDK there ?
By the starting first time do you mean with empty user directory ?
Because for the really first time there is nothing to parse, first
parsing should occure when you create or open some project.
Re-parsing during next startups are performed only when some libraries
of the currently open projects are modified.

Please try to start NetBeans with some new empty NetBeans user
directory (argument -userdir <dir>) or restart it with deleted
<userdir>/var/cache directory.

Another information that might helps us to resolve this problem is
thread dump (or more thread dumps) during the parsing.
To get the thread dump please start NetBeans from comamnd prompt using
nb.exe instead of netbeans.exe and press CTRL-BREAK in the command
terminal window.

I need to mark the issue as WORKSFORME until I get more information
how to reproduce it.
Comment 5 Martin Ryzl 2004-09-22 11:04:15 UTC
could you try latest q-build
(http://www.netbeans.info/downloads/download.php?a=n&p=1) build type
q-build. There have been many fixes between beta1 and latest published
build. Also, beta2's gonna be released in two weeks.
Comment 6 pidibi 2004-09-23 07:35:22 UTC
with q-build it seems to be ok
thx
Comment 7 Lukas Hasik 2005-04-22 10:47:30 UTC
closing