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 63097 - "Settings saving timeout!" when running in JNLP mode
Summary: "Settings saving timeout!" when running in JNLP mode
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 19:36 UTC by Jesse Glick
Modified: 2006-12-13 15:57 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
My ~/.feedreader/var/log/messages.log (3.06 KB, text/plain)
2005-09-21 05:27 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-08-25 19:36:04 UTC
For some reason, when I run my test app under JNLP, and exit, the log file says

Settings saving timeout!
List of pending locks:
Windows2Local/Modes/properties.wsmode
Windows2Local/Modes/leftSlidingSide.wsmode
loaders.ser
Windows2Local/Components/PROPERTIES.settings
Windows2Local/Modes/explorer.wsmode
Windows2Local/Modes/editor.wsmode
Windows2Local/Modes/bottomSlidingSide.wsmode
Windows2Local/Modes/properties/properties.wstcref
Windows2Local/WindowManager.wswmgr
Windows2Local/Modes/rightSlidingSide.wsmode
Windows2Local/Components/properties.settings

which does not happen under normal running mode.
Comment 1 Jaroslav Tulach 2005-08-26 07:56:24 UTC
I have no idea what is wrong, either something in core/settings or in  
filesystems. E.g. CCing Radek, as this issue will anyway end up assigned to 
him.  
Comment 2 Jaroslav Tulach 2005-09-15 13:44:24 UTC
Which JDK? According to Marek, there is a bug in FileEntityResolver. It does 
not close inputstream and this is causing problems on jdk 1.6. 
Comment 3 mslama 2005-09-15 14:22:02 UTC
I do not have enough info to be sure if it is the same problem as issue #63254.
No exceptions from StreamPool in log? As #63254 was fixed on Sep 13 you can try
now if it still happens or not.
Comment 4 mslama 2005-09-20 14:44:48 UTC
Again there is not enough info to proceed further with this issue. Please either
check if it still happens (is it dupl of issue #63254 which happens only on
latest builds of JDK 1.6.0). If it still happens please provide me with test to
reproduce. Otherwise I will close it.
Comment 5 Jesse Glick 2005-09-21 05:26:19 UTC
Not fixed, still happening. E.g. I just made the FeedReader app from Samples
template and ran in JNLP mode (under JDK 1.5). Will attach log file.
Comment 6 Jesse Glick 2005-09-21 05:27:09 UTC
Created attachment 25012 [details]
My ~/.feedreader/var/log/messages.log
Comment 7 mslama 2005-09-21 07:53:13 UTC
It is not duplicate of #63254.
Comment 8 Jaroslav Tulach 2005-09-23 12:09:57 UTC
Radek, can you please shed a light to the reasons why these locks can be 
pending? Is there any option to enable better logging? 
Comment 9 Jesse Glick 2005-09-23 17:26:19 UTC
Can other people reproduce, or is it just me?
Comment 10 rmatous 2006-01-23 13:56:57 UTC
I ran into this problem once AFAIK but I'm not able to reproduce. Definitely I
have no ide what could be the cause for it.
Comment 11 Jesse Glick 2006-01-23 20:54:05 UTC
Still reproducible for me.
Comment 12 Jesse Glick 2006-12-12 23:32:53 UTC
Lukas says this may be related to a NbURLStreamHandlerFactory problem, recently
worked around in the trunk by jtulach. I have not yet tried to confirm this.
Comment 13 Jesse Glick 2006-12-13 15:57:11 UTC
Well I am unable to reproduce in a recent dev build even before Yarda's patch.