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 26676

Summary: No class has line number information for stacktrace
Product: www Reporter: pzajac <pzajac>
Component: Builds & RepositoriesAssignee: nbbuild-issues@ide <nbbuild-issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 29331    
Bug Blocks: 26691    

Description pzajac 2002-08-21 10:59:05 UTC
200208210100, jdk 1.4.1rc-b18. 

Example of stacktrace :

java.io.IOException: Cannot parse configuration of
mode Form.
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.readProperties(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.updateProperties(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.updateAll(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.loadDataSection(Unknown
Source)
        at
org.netbeans.core.windows.ModeImpl.ensureSectionLoaded(Unknown
Source)
        at
org.netbeans.core.windows.ModeImpl.getDisplayNameXML(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$PropertyHandler.appendName(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$PropertyHandler.fillBuffer(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$PropertyHandler.writeData(Unknown
Source)
        at
org.netbeans.core.windows.layers.ModeData$CookiesImpl.save(Unknown
Source)
        at
org.netbeans.core.windows.layers.WorkspaceData$InstanceCookieImpl.save(Unknown
Source)
        at
org.netbeans.core.windows.layers.WindowManagerData$InstanceCookieImpl.save(Unknown
Source)
        at
org.netbeans.core.windows.PersistenceManager.writeXML(Unknown
Source)
        at
org.netbeans.modules.projects.PSupport.projectSave(Unknown
Source)
        at
org.netbeans.core.NbProjectOperation.storeLastProject(Unknown
Source)
        at
org.netbeans.core.NbTopManager.exit(Unknown Source)
        at
org.netbeans.core.actions.SystemExit.run(Unknown
Source)
        at org.openide.util.Task.run(Unknown Source)
Comment 1 pzajac 2002-08-21 10:59:53 UTC
changed correct version
Comment 2 Michal Zlamal 2002-08-21 14:13:23 UTC
I set option build.compiler.debug=on in build.properties 
file. So it should work now.
Comment 3 Jesse Glick 2002-08-21 16:53:48 UTC
As asked on nbdev, did you check the effect this might have on JAR
file size of the build?
Comment 4 pzajac 2002-10-11 13:43:06 UTC
verified