Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS Design 209227"

(Topics to cover in the design doc)
(Topics to cover in the design doc)
Line 8: Line 8:
 
** repository
 
** repository
 
** sml tool
 
** sml tool
 +
 +
 +
Error handling discussion
 +
 +
2 runtime environments:
 +
- eclipse tooling
 +
- runtime outside eclipse (our focus for these 2 bugs)
 +
 +
Components:
 +
- Domain
 +
- Broker
 +
- MDR/Data manager
 +
 +
-> Each component will keep its own log file
 +
-> can use tooling (TPTP) to merge them when doing analysis
 +
 +
Log format
 +
- Java logging
 +
- muse logging (?)
 +
- any transaction ID to inject into log record for correlation
 +
 +
Error code
 +
 +
Translation
 +
 +
Exception Handling
 +
- between client and server (SOAP Faults)
 +
- between UI and DC client
 +
-
 +
  
 
----
 
----
 
[[Category:COSMOS_Bugzilla_Designs]]
 
[[Category:COSMOS_Bugzilla_Designs]]

Revision as of 14:06, 12 November 2007

Topics to cover in the design doc

  • logfile registry & viewer
  • error/warning event pub/sub
  • cbe v. wef
  • msg formats & IDs (valentina to help here)
  • resource modeling
    • repository
    • sml tool


Error handling discussion

2 runtime environments: - eclipse tooling - runtime outside eclipse (our focus for these 2 bugs)

Components: - Domain - Broker - MDR/Data manager

-> Each component will keep its own log file -> can use tooling (TPTP) to merge them when doing analysis

Log format - Java logging - muse logging (?) - any transaction ID to inject into log record for correlation

Error code

Translation

Exception Handling - between client and server (SOAP Faults) - between UI and DC client -



Back to the top