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 227902 - Java Result:-1073807364
Summary: Java Result:-1073807364
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-25 13:11 UTC by Preethi_K
Modified: 2013-03-26 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file generated when i get java result notification (39.82 KB, text/plain)
2013-03-26 05:36 UTC, Preethi_K
Details
The log file after printing stackTraces for the error producing code (56.33 KB, text/plain)
2013-03-26 09:20 UTC, Preethi_K
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Preethi_K 2013-03-25 13:11:58 UTC
Can somebody explain me what does Java Result: -1073740791 mean. I had a code which used to send data that was saved in my mysql database, through ethernet using UDP protocol, everything worked fine until i sent fewer data(25 rows), when i started sending data in huge amount(more than 25 rows) it used to display Java Result: -1073740791 and would stop the running code. I'm using jpcap, winpcap and netbeans.

I don't know if "Java Result:-1073807364" is a exception or a error. I dont know how to resolve this,
Comment 1 Marian Mirilovic 2013-03-25 14:52:48 UTC
I don't think, it has anything with NetBeans. If so, could you please attach your messages.log file and reopen ? Thanks in advance.
Comment 2 Preethi_K 2013-03-26 05:36:16 UTC
Created attachment 133062 [details]
log file generated when i get java result notification

i have attached the log file, but that seems like there's no error in it. I would be glad if you can tell what does the number in "java result: -1073740791" mean. and why do we get that.
Comment 3 Preethi_K 2013-03-26 09:20:07 UTC
Created attachment 133069 [details]
The log file after printing stackTraces for the error producing code