Skip to Content.
Sympa Menu

perfsonar-dev - Re: Work on LS Cleanup

Subject: perfsonar development work

List archive

Re: Work on LS Cleanup


Chronological Thread 
  • From: "Vedrin Jeliazkov" <>
  • To: Maciej Glowiak <>
  • Cc: "Perfsonar Development List" <>
  • Subject: Re: Work on LS Cleanup
  • Date: Mon, 04 Sep 2006 18:56:16 +0300

Hi Maciej,

Maciej Glowiak
<>
wrote:

> Hi Vedrin,
>
> I wanted to answer you that just "ls_storage" component is missing in
> your configuration, but I realized that after my recent changes in
> storage managers for eXist XML Database, some part of LS Cleanup code
> became not-functional.

Yes, you're right - the "ls_storage" component was missing indeed in our
config. However, after adding the following line in components.porperties:

ls_storage=org.perfsonar.service.commons.storage.xmldb.exist.ExistDbXmlStorageManager

we are getting the same error + another one in catalina.out:

- - - - 8< - - - -

AUX ComponentManager create [ls_storage] =
org.perfsonar.service.commons.storage.xmldb.exist.ExistDbXmlStorageManager
[error.common.manager.cant_create_component]: AUXComponentManager: can't
create component [ls_storage]. Encountered ClassNotFound Exception. Message:
org.perfsonar.service.commons.storage.xmldb.exist.ExistDbXmlStorageManager
AUX ComponentManager create [ls_cleanup_loader] =
org.perfsonar.service.lookupService.xmlType.LSCleanupLoader
AUX ComponentManager: init [ls_cleanup_loader]
[error.ls.no_storage]: LSCleanupLoader: no
[component.ls_cleanup_loader.storage_component] parameter.
[error.ls.no_storage]: No such component in AuxiliaryComponentManager

- - - - 8< - - - -

In general, it would be nice to have the required config lines in
[components|service].properties in place by default and perhaps some short
explanation what's their purpose (especially for those that are expected to be
commented in some cases).

> I am working on it now, but I decided to re-write
> a bit more code and make more changes together with fixing the bug you
> found.
>
> I'll let you know when I finish it (I think it'll be this week). I hope
> it doesn't stop your work.

OK - many thanks! Take your time - this is not a blocking issue yet.

Best regards,
Vedrin




  • Work on LS Cleanup, Maciej Glowiak, 09/04/2006
    • Re: Work on LS Cleanup, Vedrin Jeliazkov, 09/04/2006

Archive powered by MHonArc 2.6.16.

Top of Page