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 28253 - IOException when opening a file
Summary: IOException when opening a file
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2002-10-24 16:16 UTC by dmladek
Modified: 2005-03-09 04:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace of IOE and NFE (8.86 KB, text/plain)
2002-10-24 16:18 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2002-10-24 16:16:11 UTC
NbBundle trace: #1 =
org/netbeans/core/Bundle.properties
  Product Version       = NetBeans IDE Dev (Build
200210240100) (1:14)
  IDE Versioning        = IDE/1 spec=3.16
impl=200210240100
  Operating System      = SunOS version 5.8
running on sparc
  Java; VM; Vendor      = 1.4.1; Java HotSpot(TM)
Client VM 1.4.1-b21; Sun Microsystems Inc.
  Java Home             =
/space/java/j2sdk1.4/sun/j2sdk1.4.1/jre
  System Locale; Encod. = cs_CZ; ISO8859-2
-------------------------------------------------------------------------------

I executed ide in NbBundle.DUBUG mode:
>? ./runide.sh
-J-Dorg.openide.util.NbBundle.DEBUG=true
Then Mounted JavaCVF FS and double click on text
file to start editing. But IOE was thrown (finaly
a file was opened too) and 
I'm attaching its stacktace
Comment 1 dmladek 2002-10-24 16:18:12 UTC
Created attachment 7760 [details]
stacktrace of IOE and NFE
Comment 2 Marian Mirilovic 2002-11-04 12:16:10 UTC
It is exception from window system about impossibility to work with
Welcome top component.

Dan we need exact steps to reproduce!
Comment 3 dmladek 2002-11-04 13:23:11 UTC
How it happend o me is quiet obvious. Probably it isn't very
reroductable (at least adding KW:RANDOM).
I can't reproduce itwith today dev build.
Comment 4 Peter Zavadsky 2002-11-06 08:20:01 UTC
It is welcome panel problem, not winsys.
Comment 5 David Simonek 2002-11-06 08:54:00 UTC
Yes, and welcome module is part of ui module, so reassigning to ui.
Please reassign further when it will be finally clear who owns welcome
module...btw, any news on why it takes so long? :-(
Comment 6 Richard Gregor 2003-04-08 08:37:22 UTC
Scheduled for 4.0.
Comment 7 Richard Gregor 2003-06-26 12:40:24 UTC
Fixed.

WelcomeComponent couldn't be created because of exception thrown from
TipPanel - problem with NumberFormatException.

Checking in src/org/netbeans/modules/welcome/TipPanel.java;
/cvs/ui/welcome/src/org/netbeans/modules/welcome/TipPanel.java,v  <--
 TipPanel.java
new revision: 1.22; previous revision: 1.21
done
Comment 8 dmladek 2003-08-01 14:06:31 UTC
I haven't seen it recently in NB351 FCS