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 160468 - Trying to access file: simplelog.properties from default package
Summary: Trying to access file: simplelog.properties from default package
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 14:36 UTC by Jaromir Uhrik
Modified: 2010-05-07 14:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Attaching messages.log... (22.18 KB, text/plain)
2009-03-17 14:37 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-03-17 14:36:19 UTC
Product Version: NetBeans IDE Dev (Build cdev-385-on-090317)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.6 running on i386; MacRoman; en_US (nb)

When I log in to testkenai and expand the Issues node of my project the following exception appears in console. Since it
appears after Issues node expansion and since there is mylyn in the stacktrace I am assigning to bugtracking - feel free
to reassign:

======================================%<=============================================================
java.lang.IllegalStateException: You are trying to access file: simplelog.properties from the default package. Please
see
http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#default_package
	at org.netbeans.ProxyClassLoader.printDefaultPackageWarning(ProxyClassLoader.java:570)
	at org.netbeans.ProxyClassLoader.getResource(ProxyClassLoader.java:338)
	at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1214)
	at org.netbeans.ModuleManager$SystemClassLoader.getResourceAsStream(ModuleManager.java:465)
	at org.apache.commons.logging.impl.SimpleLog$1.run(SimpleLog.java:700)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.commons.logging.impl.SimpleLog.getResourceAsStream(SimpleLog.java:694)
	at org.apache.commons.logging.impl.SimpleLog.<clinit>(SimpleLog.java:154)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:242)
	at org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1005)
	at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:782)
	at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
	at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
	at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:307)
	at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
	at org.apache.commons.httpclient.params.DefaultHttpParams.<clinit>(DefaultHttpParams.java:54)
	at org.eclipse.mylyn.commons.net.WebUtil.<clinit>(WebUtil.java:123)
	at org.netbeans.libs.bugtracking.BugtrackingRuntime.init(BugtrackingRuntime.java:76)
	at org.netbeans.modules.bugtracking.BugtrackingManager.init(BugtrackingManager.java:140)
	...
======================================%<=============================================================
Comment 1 Jaromir Uhrik 2009-03-17 14:37:13 UTC
Created attachment 78307 [details]
Attaching messages.log...
Comment 2 Quality Engineering 2009-04-11 06:55:19 UTC
Integrated into 'main-golden', will be available in build *200904110201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1b156d3a8f64
User: Radek Matous <rmatous@netbeans.org>
Log: #160468 NullPointerException: The directory parameter cannot be null
Comment 3 Tomas Stupka 2010-05-07 14:02:06 UTC
could not reproduce. feel free to reopen in case it should happen again.