Bug 51578 - Javaw.exe - Application Error -- The memory could not be "read"
Summary: Javaw.exe - Application Error -- The memory could not be "read"
Status: NEW
Alias: None
Product: Log4j - Now in Jira
Classification: Unclassified
Component: Appender (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 critical
Target Milestone: ---
Assignee: log4j-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-28 17:49 UTC by Rajiv
Modified: 2011-07-28 17:50 UTC (History)
0 users



Attachments
Error Message and code (283.76 KB, image/pjpeg)
2011-07-28 17:50 UTC, Rajiv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rajiv 2011-07-28 17:49:55 UTC
I am creating a java application that helps user to upload attachments to QC.

To do so I have downloaded QCTool4j, Com4j, com.mercury.qualitycenter.otaclient-9.2 and Log4j.

 

The issue I am facing is:

If I try to connect to QC there are couple of warnings thrown by Log4j which you can see in the screen shot, but still with those warning I am able to connect to QC, which I confirmed with system.out.println(map.isconnected());

But during these 2 lines I get an error saying reference memory could not be read.

 

Observation: If I use Com4j, com.mercury.qualitycenter.otaclient-9.2 to connect to QC I am able to connect it without any problem, but if I want to use QCTool4j I need Log4j and this leads the code to this Error

 

Could you please take a look and provide your valuable inputs, so that I can use all the four jars together without any problem.

Also if you feel I might need to check some settings please share the points too.
Comment 1 Rajiv 2011-07-28 17:50:43 UTC
Created attachment 27329 [details]
Error Message and code