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 121931 - [DBG] exception on debug project
Summary: [DBG] exception on debug project
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-14 18:31 UTC by Ivan Sidorkin
Modified: 2008-02-22 13:11 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 Ivan Sidorkin 2007-11-14 18:31:29 UTC
can't provide exactly steps to reproduce
reproduced time to time on Debug project

Annotation: Offending classloader: org.netbeans.StandardModule$OneModuleClassLoader@3eec1a[org.netbeans.modules.php.dbgp]
Annotation: Offending classloader: org.netbeans.StandardModule$OneModuleClassLoader@3eec1a[org.netbeans.modules.php.dbgp]
Offending classloader: org.netbeans.StandardModule$OneModuleClassLoader@3eec1a[org.netbeans.modules.php.dbgp]
Offending classloader: org.netbeans.StandardModule$OneModuleClassLoader@3eec1a[org.netbeans.modules.php.dbgp]
Caused: java.util.MissingResourceException: No such bundle org.netbeans.modules.php.dbgp.Bundle
	at org.openide.util.NbBundle.getBundle(NbBundle.java:438)
	at org.openide.util.NbBundle.getBundle(NbBundle.java:386)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
	at org.netbeans.modules.php.dbgp.StartActionProviderImpl$ServerThread.createServer(StartActionProviderImpl.java:346)
	at org.netbeans.modules.php.dbgp.StartActionProviderImpl$ServerThread.run(StartActionProviderImpl.java:299)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Denis Anisimov 2007-11-15 08:48:56 UTC
There was a missing resource.
The message in resource bundle says that port ( 9000 ) is already occupied
and it is not possible to start debugging.
Comment 2 Ivan Sidorkin 2007-11-16 07:20:47 UTC
verified