Skip to Content.
Sympa Menu

idok-users - Re: [idok-users] indexer problem

idok-users AT lists.psi.ch

Subject: iDok user discussion

List archive

Re: [idok-users] indexer problem


Chronological Thread 
  • From: Gyuris Szabolcs <szimszon AT oregpreshaz.eu>
  • To: Florian Hübner <florian.huebner AT psi.ch>
  • Cc: idok-users AT lists.psi.ch
  • Subject: Re: [idok-users] indexer problem
  • Date: Wed, 17 Jun 2009 10:14:13 +0200
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-users/>
  • List-id: iDok user discussion <idok-users.lists.psi.ch>
  • Organization: Oregpres-haz



2009-06-12 08:45 keltezéssel, Florian Hübner írta:
> Just a short notice before the weekend:
> We are currently working on some improvements for the logging in this
> situation. I think this version will be ready early next week. I will
> send you a link.
>

I have disabled the normalizeURI(uri) in SvnRepositoryId.java:

svnUserName = userInfo.substring(0, at);
svnPassword = userInfo.substring(at + 1);
}
// Remove user/pass and normalise URI
//repoURI = URIUtil.normalizeURI(uri);
repoURI = uri;
svnUrl = SVNURL.parseURIEncoded(repoURI.toASCIIString());
//} catch (URISyntaxException e) {
// throw new DmsException(ErrorType.REPO_ID, this, "Malformed
URI",
// "", e);

because normalizeURI changed the svn url from:
file:///srv/www...
to
file:/srv/www...
no matter what I done.

But I got now:

WARNING: Cannot create index for repository
/srv/www/oregpreshaz.eu/ssl/idok.oregpreshaz.eu/projects/gyuris/pecel
ch.idok.common.errorhandling.DmsException: User message: Internal error
detected
Detailed message:



>
>
> Gyuris Szabolcs wrote:
>> 2009-06-08 14:44 keltezéssel, Florian Hübner írta:
>>>> Now I have no openoffice.org jet but if I'm not wrong it's optional...
>>> Yes, in that case all the MS Office and OO files will be treated like
>>> binaries.
>> Okay, I have more scanned pdf than office files :)
>>>> but I have no search and I found this in the log:
>>>>
>>>> INFO: Index for "/project/dir" needs to be fixed - no version file
>>> present
>>>> Jun 5, 2009 7:52:59 PM ch.idok.dmsd.impl.config.svnlucene.Config
>>>> reconfig
>>>> INFO: Adding repository /project/dir
>>>> Jun 5, 2009 7:52:59 PM ch.idok.dmsd.impl.config.svnlucene.Config
>>>> reconfig
>>>> WARNING: Cannot create index for repository /project/dir
>>>> ch.idok.common.errorhandling.DmsException: User message: Invalid
>>>> subversion URL
>>> I attached a new local-server.xml ant file where you can configure the
>>> indexer.svnurl to fit your installation.
>>> Let me know it this works for you.
>>
>> Sorry. No. I still have:
>>
>> WARNING: Cannot create index for repository /project/dir
>> ch.idok.common.errorhandling.DmsException: User message: Invalid
>> subversion URL
>> Detailed message:
>> Jun 8, 2009 4:36:50 PM ch.idok.dmsd.main.Daemon main
>> INFO: Completed initialization, starting daemon...
>> Jun 8, 2009 4:36:50 PM ch.idok.dmsd.impl.controller.SimpleController
>> endCycle
>> INFO:
>> Simple Pipeline Controller:
>> Counter: operation.indexed.documents = 0.0
>> Counter: operation.exceptions = 0.0
>> Timer: operation.time = 0.05034896 (8.391493333333333E-4 min)
>> --- ACCUMULATED VALUES ---
>> C:operation.exceptions = 0.0
>> T:operation.time = 0.05034896
>> C:operation.indexed.documents = 0.0
>> --------------------------
>>
>> But if I change the location to non-svn directory than I get Internal
>> error detected...
>>
>> Indexer is running as root... :(
>>
>>>> I have a lot of:
>>>> # An unexpected error has been detected by Java Runtime Environment:
>>>> # Java VM: Java HotSpot(TM) Server VM (11.2-b01 mixed mode linux-x86)
>>>> # Problematic frame:
>>>> # C [libQtGui.so.4+0x6f5ed4]
>>> Does the GUI crash with this message? Is it a reproducible or rather
>>> random even?
>> Yes, the GUI crash. It seems to be a random event but reproducible...
>
> _______________________________________________
> idok-users mailing list
> idok-users AT lists.psi.ch
> https://lists.web.psi.ch/mailman/listinfo/idok-users

--
\\/// http://linux.oregpreshaz.eu/ Thawte & CACert
O O / http://www.oregpreshaz.eu/
/=uOO(_)OOu==========================================~ WOT WOT
| E-mail: szimszon az oregpreshaz pont eu
| VoIP : szimszon a ekiga.net | pgp key id: 049BFAD8 Hitelesito


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature




Archive powered by MHonArc 2.6.19.

Top of Page