Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 184832

Summary: DBCS3.3: log parser error on WindowsVista
Product: z_Archived Reporter: Masayuki Fuse <fuse>
Component: TPTP.monitoringAssignee: Dave Smith <smith>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P1 CC: apnan, camle, kitlo, steven.wasleski
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:
Bug Depends on: 182970    
Bug Blocks:    

Description Masayuki Fuse CLA 2007-05-01 06:08:32 EDT
Platform: WindowsVista Business Japanese

1-File > Import > Profiling and Logging > Logfile
2-Select Windows System Log and WindowsVista
3-import it

Result
I got followin error stack. I also got the sam eresult on Vista English. On WindowsXP, that's working fine.

eclipse.buildId=I20070424-0930
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows Vista x86-32 j9vmwi3223-20070426 (JIT enabled)
J9VM - 20070420_12448_lHdSMR
JIT  - 20070419_1806_r8
GC   - 200704_19
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -startup C:\I20070427\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070423.jar
Command-line arguments:  -os win32 -ws win32 -arch x86 -startup C:\I20070427\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070423.jar -consolelog

Error
Tue May 01 18:54:18 JST 2007
An error occurred while attempting to import the log file org.eclipse.hyades.logging.parsers.WindowsApplicationLogParser.

org.eclipse.hyades.logging.parsers.LogParserException: IWAT0412E Errors occurred parsing the log file null.
at org.eclipse.hyades.logging.parsers.importer.ParserWrapper.parse(ParserWrapper.java:144)
at org.eclipse.hyades.logging.parsers.internal.importer.LocalLogImportLoader.startParsing(LocalLogImportLoader.java:95)
at org.eclipse.tptp.monitoring.log.internal.core.LocalImportHandler.importLog(LocalImportHandler.java:105)
at org.eclipse.tptp.monitoring.logui.internal.wizards.ImportLogWizard$LocalLogImportJob.run(ImportLogWizard.java:994)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Comment 1 Masayuki Fuse CLA 2007-05-01 06:09:51 EDT
TPTP 4.4 driver is 200704261104
Comment 2 Dave Smith CLA 2007-05-01 10:17:37 EDT
The 200704261104 build is missing the native Windows Vista event log reader program required for parsing the event logs on Windows Vista.  The build for this native program is being integrated into the TPTP build and should be completed for the next build.  See bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=182970 for the status of this work.
Comment 3 Dave Smith CLA 2007-05-07 05:17:53 EDT
This problem is resolved with TPTP 4.4 build TPTP-4.4.0-200705041104
 and later.
Comment 4 Masayuki Fuse CLA 2007-05-09 02:14:24 EDT
verified in 200705080100. closing.