[seek-dev] [Bug 2422] New: - Changing Logging Options Prevent Metadata Downloads

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Apr 20 11:37:01 PDT 2006


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2422

           Summary: Changing Logging Options Prevent Metadata Downloads
           Product: SEEK
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: ecogrid
        AssignedTo: jones at nceas.ucsb.edu
        ReportedBy: dsledge at lternet.edu
         QAContact: seek-dev at ecoinformatics.org


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)
        ...


More information about the Seek-dev mailing list