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 217183 - [73cat] org.eclipse.core.runtime.AssertionFailedException: null argument:
Summary: [73cat] org.eclipse.core.runtime.AssertionFailedException: null argument:
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 21:36 UTC by misterm
Modified: 2012-10-11 02:00 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190452


Attachments
stacktrace (1.09 KB, text/plain)
2012-08-21 21:36 UTC, misterm
Details
stacktrace (1.09 KB, text/plain)
2012-09-17 09:56 UTC, misterm
Details
stacktrace (1.09 KB, text/plain)
2012-10-07 17:50 UTC, javydreamercsw
Details
stacktrace (1.09 KB, text/plain)
2012-10-09 01:02 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-08-21 21:36:00 UTC
Build: NetBeans IDE Dev (Build 20120819-e6bbc5b6057a)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: Try to send information about bug.




Stacktrace: 
org.eclipse.core.runtime.AssertionFailedException: null argument:
   at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
   at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.postAttachment(BugzillaClient.java:879)
   at org.netbeans.modules.bugzilla.commands.AddAttachmentCommand.execute(AddAttachmentCommand.java:81)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:121)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:101)
Comment 1 misterm 2012-08-21 21:36:04 UTC
Created attachment 123359 [details]
stacktrace
Comment 2 misterm 2012-08-21 21:41:45 UTC
I simply cannot report issues from the IDE anymore due to this exception.
Comment 3 Ondrej Vrabec 2012-08-22 09:59:29 UTC
does not seem to be the reason or not being able to file a bug, probably just result of the previous exception filed as bug #217182
Comment 4 misterm 2012-09-17 09:56:13 UTC
Created attachment 124438 [details]
stacktrace
Comment 5 javydreamercsw 2012-10-07 17:50:14 UTC
Created attachment 125540 [details]
stacktrace

Not sure what triggered it.
Comment 6 misterm 2012-10-09 01:02:14 UTC
Created attachment 125613 [details]
stacktrace
Comment 7 Exceptions Reporter 2012-10-09 01:02:18 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=190452
Comment 8 Tomas Stupka 2012-10-09 16:37:07 UTC
fixed in core-main #1da9a91daf75
Comment 9 Quality Engineering 2012-10-11 02:00:14 UTC
Integrated into 'main-golden', will be available in build *201210110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1da9a91daf75
User: Tomas Stupka <tstupka@netbeans.org>
Log: do not handle attachments in case submit failed
Issue #217183 - [73cat] org.eclipse.core.runtime.AssertionFailedException: null argument: