# Error In log

**URL:** https://community.cloudogu.com/t/error-in-log/1363
**Category:** SCM-Manager Bug Reports
**Created:** [August 2, 2024, 5:41am UTC](https://community.cloudogu.com/t/error-in-log/1363 "2024-08-02T05:41:12Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![tanh](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/tanh/32/1738_2.png) [@tanh](https://community.cloudogu.com/u/tanh)
#### Post date: [August 2, 2024, 5:41am UTC](https://community.cloudogu.com/t/error-in-log/1363/1 "2024-08-02T05:41:12Z")

</div>

Hello,

We are encountering the following error fairly regularly,

```auto
2024-08-02 05:09:50.359 [CentralWorkQueue-30] [] ERROR sonia.scm.work.UnitOfWork - task sonia.scm.search.LuceneSimpleIndexTask@7d985e87 failed after 33.06 ms
java.lang.IllegalArgumentException: path is required
        at com.google.common.base.Preconditions.checkArgument(Preconditions.java:143)
        at sonia.scm.repository.api.CatCommandBuilder.getStream(CatCommandBuilder.java:105)
        at com.cloudogu.scm.search.FileContentFactory.create(FileContentFactory.java:65)
        at com.cloudogu.scm.search.FileContentFactory.create(FileContentFactory.java:55)
        at com.cloudogu.scm.search.Indexer.store(Indexer.java:64)
        at com.cloudogu.scm.search.IndexSyncWorker.updateIndex(IndexSyncWorker.java:99)
        at com.cloudogu.scm.search.IndexSyncWorker.ensureIndexIsUpToDate(IndexSyncWorker.java:94)
        at com.cloudogu.scm.search.IndexSyncWorker.ensureIndexIsUpToDate(IndexSyncWorker.java:79)
        at com.cloudogu.scm.search.IndexSyncWorker.ensureIndexIsUpToDate(IndexSyncWorker.java:68)
        at com.cloudogu.scm.search.IndexSyncer.ensureIndexIsUpToDate(IndexSyncer.java:98)
        at com.cloudogu.scm.search.IndexSyncer.ensureIndexIsUpToDate(IndexSyncer.java:59)
        at com.cloudogu.scm.search.IndexerTask.update(IndexerTask.java:57)
        at sonia.scm.search.LuceneIndexTask.run(LuceneIndexTask.java:68)
        at sonia.scm.work.UnitOfWork.run(UnitOfWork.java:120)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.base/java.lang.Thread.run(Unknown Source)

```

Will you help us with debugging this issue?

We are using a docker instance of SCM-Manager 3.3.0

Thank you very much for the awesome tool.

Regards,  
Tu

---

<div class="post-metadata">

### Author: ![christoph.loose](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/christoph.loose/32/1400_2.png) [@christoph.loose](https://community.cloudogu.com/u/christoph.loose)
#### Post date: [August 8, 2024, 7:14am UTC](https://community.cloudogu.com/t/error-in-log/1363/2 "2024-08-08T07:14:04Z")

</div>

Hi @tanh

I am guessing that this is occuring with SVN repos? Or other repostory types?

---

<div class="post-metadata">

### Author: ![tanh](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/tanh/32/1738_2.png) [@tanh](https://community.cloudogu.com/u/tanh)
#### Post date: [August 8, 2024, 9:59pm UTC](https://community.cloudogu.com/t/error-in-log/1363/3 "2024-08-08T21:59:38Z")

</div>

We only host SVN repos at the moment.

---

<div class="post-metadata">

### Author: ![christoph.loose](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/christoph.loose/32/1400_2.png) [@christoph.loose](https://community.cloudogu.com/u/christoph.loose)
#### Post date: [August 12, 2024, 7:17am UTC](https://community.cloudogu.com/t/error-in-log/1363/4 "2024-08-12T07:17:13Z")

</div>

@tanh could you please create a trace log with the Support Plugin for SCM-Manager? Just install it and you will find it in your administration area

---

<div class="post-metadata">

### Author: ![tanh](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/tanh/32/1738_2.png) [@tanh](https://community.cloudogu.com/u/tanh)
#### Post date: [August 14, 2024, 10:30pm UTC](https://community.cloudogu.com/t/error-in-log/1363/5 "2024-08-14T22:30:49Z")

</div>

Hi @christoph.loose, sorry for the late reply. I have been a way for the last couple of days.

Is this what you are after?

[AkULT0RSz1ju.zip](https://community.cloudogu.com/uploads/short-url/cQ7OZKQxfztkNE7gU6JlujI7fpw.zip) (23.6 KB)

---

<div class="post-metadata">

### Author: ![till-andre.diegeler](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/till-andre.diegeler/32/1535_2.png) [@till-andre.diegeler](https://community.cloudogu.com/u/till-andre.diegeler)
#### Post date: [February 27, 2025, 3:03pm UTC](https://community.cloudogu.com/t/error-in-log/1363/6 "2025-02-27T15:03:54Z")

</div>

Hi @tanh,

it’s been a while, but now we could take a somewhat closer look at this ticket.

It seems like the internal SVN file reader did not receive a path from the calling instance, likely when a new repository is created. I assume that it is either the Commit or Content plugin, though there may other plugins be at play as well. I could not reproduce this issue with some try-and-error, though.

Could you notice at what point these errors occur?

Sincerely,

Till-André Diegeler

---

<div class="post-metadata">

### Author: ![till-andre.diegeler](https://dub1.discourse-cdn.com/flex013/user_avatar/community.cloudogu.com/till-andre.diegeler/32/1535_2.png) [@till-andre.diegeler](https://community.cloudogu.com/u/till-andre.diegeler)
#### Post date: [August 14, 2025, 6:01am UTC](https://community.cloudogu.com/t/error-in-log/1363/7 "2025-08-14T06:01:02Z")

</div>

Hi @tanh, we’ve closed this ticket on our side since we did not receive an answer.

Sincerely,

Till-André Diegeler
