Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Dependencies for reusing LogNavigator & Log View
Dependencies for reusing LogNavigator & Log View [message #119158] Fri, 07 December 2007 06:36
Prasad Kumbhare is currently offline Prasad KumbhareFriend
Messages: 11
Registered: July 2009
Junior Member
Hi,

What are the jars / packages i need to include in my pluing dependencies
section to reuse the LogNavigator & Log View for following tasks -

Import Log file
Import Symptom DB
View Results in Log View
Analyze Log File against Symptom DB
View Analysis results in Analysis Results View
Correlate Log Files
View Corrleation results in Log Interaction view.

I have currently folloiwng dependencies included in the manifest file-
Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources,
org.eclipse.tptp.platform.common,
org.eclipse.tptp.platform.common.ui,
org.eclipse.tptp.platform.common.ui.trace,
org.eclipse.tptp.platform.log.views,
org.eclipse.tptp.monitoring.logui,
org.eclipse.tptp.platform.log.doc.user,
org.eclipse.hyades.trace.ui,
org.eclipse.hyades.trace.views,
org.eclipse.hyades.sdb

Here is my plgin.xml
<plugin>

<extension
id="application"
point="org.eclipse.core.runtime.applications">
<application>
<run
class="org.eclipse.ui.tutorials.rcp.part1.Application">
</run>
</application>
</extension>
<extension
point="org.eclipse.ui.perspectives">
<perspective
class="org.eclipse.hyades.trace.internal.ui.PDPerspective"
fixed="false"
id="org.eclipse.hyades.trace.internal.ui.tracePerspective"
name="org.eclipse.hyades.trace.internal.ui.tracePerspective "/>
</extension>
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.ui.tutorials.rcp.part1.application "
name="RCP Tutorial 1"/>
</extension>

<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="org.eclipse.hyades.trace.internal.ui.PDPerspective ">
</perspectiveExtension> </extension>
</plugin>

With this i am able to import the log file using import wizard and Symptom
DB. But no results are displayed in the Log View. I am importing Windows
Application log & Security Logs.
If i Use standalone GLA , the logs are displayed correctly in the log view.

Thanks in advance...

Prasad
Previous Topic:HSQLDB for Large Resource Support
Next Topic:'org.eclipse.hyades.logging.commons.FileLoggerFactory' cannot be converted to 'org.apache.commons.lo
Goto Forum:
  


Current Time: Thu Apr 25 07:13:52 GMT 2024

Powered by FUDForum. Page generated in 0.03444 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top