This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 219728 - CosmosException when getting data set from CBE data manager
Summary: CosmosException when getting data set from CBE data manager
Status: CLOSED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Hubert Leung CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-20 23:04 EST by Sheldon Lee-Loy CLA
Modified: 2012-01-03 13:48 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sheldon Lee-Loy CLA 2008-02-20 23:04:16 EST
The following exception is thrown when trying to retrieve datasets from the CBE data manager.  This exception can be reproduced when expanding the CBE data manager node in the COSMOSUI

Error retrieving datasets
org.eclipse.cosmos.common.exceptions.CosmosException: Problem sending request
        at org.eclipse.cosmos.dc.logging.datamgr.client.LoggingDataManagerClient
.getLogFileIdentifiers(LoggingDataManagerClient.java:146)
        at org.eclipse.cosmos.dc.logging.datamgr.client.LoggingDataManagerClient
.getDatasets(LoggingDataManagerClient.java:58)
        at org.eclipse.cosmos.examples.dr.drs.service.outputter.CBEDataSourceOut
putter.render(CBEDataSourceOutputter.java:85)
        at org.eclipse.cosmos.internal.dr.drs.service.handler.common.OutputterDe
legator.delegateRequest(OutputterDelegator.java:67)
        at org.eclipse.cosmos.internal.dr.drs.service.handler.common.OutputterDe
legator.doPost(OutputterDelegator.java:53)
        at org.eclipse.cosmos.internal.dr.drs.service.handler.common.URLDelegato
r.doPost(URLDelegator.java:86)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:188)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:174)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:117)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:108)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:151)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:874)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:665)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:528)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:81)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:689)
        at java.lang.Thread.run(Thread.java:595)
Caused by: org.eclipse.cosmos.dc.dataManager.exception.DataManagerException: org
.apache.muse.ws.addressing.soap.SoapFault
        at org.eclipse.cosmos.dc.logging.datamgr.client.LoggingDataManagerClient
.SendRequest(LoggingDataManagerClient.java:167)
        at org.eclipse.cosmos.dc.logging.datamgr.client.LoggingDataManagerClient
.getLogFileIdentifiers(LoggingDataManagerClient.java:144)
        ... 21 more
Caused by: org.apache.muse.ws.addressing.soap.SoapFault
        at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceCl
ient.java:298)
        at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceCl
ient.java:254)
        at org.eclipse.cosmos.dc.logging.datamgr.client.LoggingDataManagerClient
.SendRequest(LoggingDataManagerClient.java:164)
        ... 22 more
Comment 1 Don Ebright CLA 2008-02-21 07:54:57 EST
Hubert, could you investigate this issue?  Joel and I are both traveling today with very limited email access.
Comment 2 Hubert Leung CLA 2008-02-21 11:40:03 EST
This is a configuration issue.  The derby.system.home value need to be set in catalina.properties file.  The demo configuration program to be included in bug 219799 will make setting this value easier.  
Comment 3 Sheldon Lee-Loy CLA 2008-02-27 17:01:06 EST
Verified bug in build COSMOS-1.0.0-200802261616
Comment 4 Don Ebright CLA 2008-04-29 18:49:17 EDT
Closing verified bug