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 144932 - Firefox add-ons not installed: zip exception copying Firebug extension
Summary: Firefox add-ons not installed: zip exception copying Firebug extension
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-23 20:56 UTC by _ krystyna
Modified: 2008-10-14 12:27 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 _ krystyna 2008-08-23 20:56:23 UTC
Latest trunk build
NetBeans IDE Dev (Build 20080823142239)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1



Launch debugging and get the following exception in the log. 
As a result, neither Firebug or the bundled extension is installed.
Cannot debug using Firefox 2 or 3 as default browser.


SEVERE [org.netbeans.modules.web.client.tools.firefox]: Could not copy extension: firebug@software.joehewitt.com

java.util.zip.ZipException: error in opening zip file
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:114)
	at java.util.zip.ZipFile.<init>(ZipFile.java:131)
	at org.netbeans.modules.web.client.tools.firefox.FFExtensionManager.extractFiles(FFExtensionManager.java:291)
	at org.netbeans.modules.web.client.tools.firefox.FFExtensionManager.installExtension
(FFExtensionManager.java:254)
	at org.netbeans.modules.web.client.tools.firefox.FFExtensionManager.installFirefoxExtensions
(FFExtensionManager.java:194)
	at org.netbeans.modules.web.client.tools.firefox.FFJSDebuggerFactory.supports(FFJSDebuggerFactory.java:55)
	at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSDebuggerFactoryLookup.getFactory
(JSDebuggerFactoryLookup.java:59)
	at org.netbeans.modules.web.client.javascript.debugger.api.NbJSDebugger.startDebugging(NbJSDebugger.java:294)
	at org.netbeans.modules.web.client.tools.impl.WebClientToolsSessionStarterImpl.startSessionImpl
(WebClientToolsSessionStarterImpl.java:157)
	at org.netbeans.modules.web.client.tools.impl.WebClientToolsSessionStarterImpl.access$000
(WebClientToolsSessionStarterImpl.java:71)
	at org.netbeans.modules.web.client.tools.impl.WebClientToolsSessionStarterImpl$1.run
(WebClientToolsSessionStarterImpl.java:77)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 Quy Nguyen 2008-08-24 10:43:03 UTC
External binary registration was changed recently.

changeset: 4e7e9c810847
Comment 2 Martin Fousek 2008-10-14 12:27:45 UTC
Verified.