Project

General

Profile

Actions

Bug #2422

open

Changing Logging Options Prevent Metadata Downloads

Added by David Sledge over 18 years ago. Updated over 18 years ago.

Status:
New
Priority:
Low
Assignee:
Category:
ecogrid
Target version:
Start date:
04/20/2006
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2422

Description

In the file log4j.properties in kepler's base directory, changing the line that reads:

log4j.rootLogger=WARN, CONSOLE, R

to:

log4j.rootLogger=DEBUG, CONSOLE, R

prevents Metadata from being downloaded from Metacat. With the ecogrid webapp--which uses the same API that kepler uses to access data on the ecogrid--the lack of a log4j.properties file prevented the metadata from being downloaded.

In both cases, org.ecoinformatics.ecogrid.queryservice.stub.EcoGridQueryLevelOneServiceStub.get() threw a ClassCastException.

Kepler:

java.lang.ClassCastException: java.lang.String
at
org.ecoinformatics.ecogrid.queryservice.stub.EcoGridQueryLevelOneServiceStub.get(EcoGridQueryLevelOneServiceStub.java:310)
at
org.ecoinformatics.ecogrid.queryservice.EcogridGetToStreamClient.get(EcogridGetToStreamClient.java:81)
...

Webapp:

java.lang.ClassCastException: java.lang.String
at org.ecoinformatics.ecogrid.queryservice.stub.EcoGridQueryLevelOneServiceStub.get(Unknown Source)
at org.ecoinformatics.ecogrid.queryservice.EcogridGetToStreamClient.get(Unknown Source)
...

Actions

Also available in: Atom PDF