Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 65547 Details for
Bug 168855
[Vista] Parser cannot read Windows Security log without extra security controls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
patch ParserWrapper
patch.txt (text/plain), 1.50 KB, created by
Cindy Jin
on 2007-05-01 18:46:41 EDT
(
hide
)
Description:
patch ParserWrapper
Filename:
MIME Type:
Creator:
Cindy Jin
Created:
2007-05-01 18:46:41 EDT
Size:
1.50 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.logging.parsers >Index: src.import/org/eclipse/hyades/logging/parsers/importer/ParserWrapper.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/src.import/org/eclipse/hyades/logging/parsers/importer/ParserWrapper.java,v >retrieving revision 1.20 >diff -u -r1.20 ParserWrapper.java >--- src.import/org/eclipse/hyades/logging/parsers/importer/ParserWrapper.java 23 Apr 2007 20:39:23 -0000 1.20 >+++ src.import/org/eclipse/hyades/logging/parsers/importer/ParserWrapper.java 1 May 2007 22:30:44 -0000 >@@ -801,7 +801,10 @@ > // bugzilla 170263 - added EventLogReader2.exe for Windows Vista support > if(converter.indexOf("EventLogReader2.exe") != -1) > { >- newConverter = "\"".concat(baseFileDirectory).concat(ParserConstants.FILE_SEPARATOR).concat("eventlogreader2.exe\" \"").concat(windowsEventLog).concat("\" \"").concat(tempFile.getAbsolutePath()).concat("\""); >+ //bugzilla 168855, work around for Runtime.exe that returns error 740 while execute a program which needs >+ //elevated privileges. >+ newConverter = "cmd.exe ".concat("/c \"").concat(baseFileDirectory).concat(ParserConstants.FILE_SEPARATOR).concat("eventlogreader2.exe\" \"").concat(windowsEventLog).concat("\" \"").concat(tempFile.getAbsolutePath()).concat("\""); >+ > } > else > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 168855
:
65141
|
65142
| 65547 |
65613
|
65727
|
65800
|
66227
|
66228