> try this:
> Edit Simias.log4net and change the 2 "INFO" to "DEBUG"
>
> Then watch the log again ...
>
> Best regards
> Jan-Simon
> _______________________________________________
>

Already in debug, so here's the full output of a fresh restart today (only
included a few lines before and after the error):

2008-02-26 07:43:05,341 [-1237501040] INFO
Simias.Storage.Provider.Provider- Created new store /var/lib/simias.
2008-02-26 07:43:08,945 [-1237501040] DEBUG Simias.Storage.ChangeLog - Added
ChangeLogWriter for collection 6e7461ae-c241-4047-8191-4b08c9807c04
2008-02-26 07:43:09,047 [-1237501040] DEBUG Simias.Storage.ChangeLog - Added
ChangeLogWriter for collection e2d914a8-6427-41b9-9902-9ffc0b3e3b95
2008-02-26 07:43:09,186 [-1237501040] ERROR Simias.Storage.Store -
System.ArgumentNullException: Argument cannot be null.
  at System.IO.Directory.GetFileSystemEntries (System.String path,
System.String pattern, FileAttributes mask, FileAttributes attrs) [0x00000]
  at System.IO.Directory.GetFiles (System.String path,
System.Stringpattern) [0x00000]
  at Simias.Storage.Store.GetStore () [0x00000]
2008-02-26 07:43:09,201 [-1237501040] INFO  Simias.Storage.ChangeLog -
Change Log Service started.
2008-02-26 07:43:09,202 [-1237501040] INFO  Simias.Service.Manager - "Simias
Change Log Service" service started.
2008-02-26 07:43:09,204 [-1237501040] DEBUG Simias.DomainProvider -
Registering provider Local Domain Provider.
2008-02-26 07:43:09,204 [-1237501040] INFO  Simias.Service.Manager - "Simias
Local Domain Provider" service started.
2008-02-26 07:43:09,213 [-1237501040] INFO  Simias.Service.Manager - "Simias
Journal" service started.
2008-02-26 07:43:09,216 [-1237501040] DEBUG Simias.Server.Service - Start
called
2008-02-26 07:43:09,270 [-1237501040] DEBUG Simias.Storage.ChangeLog - Added
ChangeLogWriter for collection 30146814-1773-4808-8843-73a78c06bc98
2008-02-26 07:43:09,311 [-1296278640] DEBUG Simias.Storage.Journal -
Updating journal in iFolder
2008-02-26 07:43:09,319 [-1296278640] DEBUG Simias.Storage.Journal -
record =
8257:965c60a8-04f3-46c5-95ce-5f98123836a9:61bf4a48-3925-4cc2-895a-65ca5dee6768:63339608589
2008-02-26 07:43:09,617 [-1237501040] DEBUG Simias.Storage.ChangeLog - Added
ChangeLogWriter for collection 9eef1c67-f621-44bb-b6ed-30525036e55a
2008-02-26 07:43:09,628 [-1237501040] DEBUG Simias.Storage.Collection -
AddSubscription - Member admin was added to collection iFolder-Host1-
Reports.

As you can see, I even let the hostname stay to Host1 (default) to see if
that helped, but the error is still on "Argument cannot be null" on the
System.IO.Directory.GetFiles called from Simias.Storage.Store.GetStore.

Looking at the code tells me that this has to do with the recovery agent. I
cannot understand why it tries to use it, as I configured to NOT use it.
Seeing where the bug is helps actually, because I can now try using the
recovery agent.

What i find strange is that RAPath  must be null when this is called, and
looking at the source, it actually checks if it's emtpy or != "". I'll add a
!= null as well to see if that helps...

(Next resort is to try adding the recovery agent... even though it should
work without...)

best regards,
leif
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to