You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Dmitry Diskin <dd...@ic.ru> on 2004/01/22 13:03:53 UTC

Problem with xindice on win32

Hi,

I have the following in sitemap:

<map:generate src="xmldb:xindice://host:8080/db/web/news-arch/#{1}"/>

And I'm getting the following error:

org.apache.cocoon.ProcessingException: Failed to execute pipeline.: 
org.apache.cocoon.ResourceNotFoundException: Resource not found.: 
org.apache.excalibur.source.SourceNotFoundException: 
xmldb:/D:/WINNT/system32/xindice:/host:8080/db/web/news-arch/#/news[not(@align='top') 
and not(@hidden='true')]#block(6)=1 doesn't exist.

I think that the problem is in "/D:/WINNT/system32/" part :). Where it 
comes from? I can operate with xindice from the windows command prompt 
(via xindice.bat)..

-- 
Thank you,
Dmitry.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Problem with xindice on win32

Posted by Nicolas Toper <nt...@jouve.fr>.
It's your cocoon.xconf: you didn'"t declare the xindice driver... I think 
there is something on that in the wiki
Le Jeudi 22 Janvier 2004 13:03, Dmitry Diskin a écrit :
> Hi,
>
> I have the following in sitemap:
>
> <map:generate src="xmldb:xindice://host:8080/db/web/news-arch/#{1}"/>
>
> And I'm getting the following error:
>
> org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
> org.apache.cocoon.ResourceNotFoundException: Resource not found.:
> org.apache.excalibur.source.SourceNotFoundException:
> xmldb:/D:/WINNT/system32/xindice:/host:8080/db/web/news-arch/#/news[not(@al
>ign='top') and not(@hidden='true')]#block(6)=1 doesn't exist.
>
> I think that the problem is in "/D:/WINNT/system32/" part :). Where it
> comes from? I can operate with xindice from the windows command prompt
> (via xindice.bat)..


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Problem with xindice on win32

Posted by Joerg Heinicke <jo...@gmx.de>.
On 22.01.2004 13:55, Upayavira wrote:

>>> Hi,
>>>
>>> I have the following in sitemap:
>>>
>>> <map:generate src="xmldb:xindice://host:8080/db/web/news-arch/#{1}"/>
>>>
>>> And I'm getting the following error:
>>>
>>> org.apache.cocoon.ProcessingException: Failed to execute pipeline.: 
>>> org.apache.cocoon.ResourceNotFoundException: Resource not found.: 
>>> org.apache.excalibur.source.SourceNotFoundException: 
>>> xmldb:/D:/WINNT/system32/xindice:/host:8080/db/web/news-arch/#/news[not(@align='top') 
>>> and not(@hidden='true')]#block(6)=1 doesn't exist.
>>>
>>> I think that the problem is in "/D:/WINNT/system32/" part :). Where 
>>> it comes from? I can operate with xindice from the windows command 
>>> prompt (via xindice.bat)..
>>
>> The source resolving does not work. While xmldb: seems to work 
>> xindice: does not. Nicolas mentioned a wiki page, here it is:
>> http://wiki.cocoondev.org/Wiki.jsp?page=XMLIndiceCocoon2.1.
> 
> 
> Doesn't work? I'm currently using xmldb:xindice-embed/// quite happily. 
> There was a bug with serialisers, but that was only when working from 
> flow, I think.
> 
> I haven't used xmldb:xindice:/localhost:8080, but I don't see why it 
> shouldn't work?

I guess that was a misunderstanding, Upayavira. My comment was only 
about his error message. "xmldb:/D:/WINNT/system32/xindice:/host:8080" 
points to a problem with the source resolving. I know that it works in 
general :)

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Problem with xindice on win32

Posted by Upayavira <uv...@upaya.co.uk>.
Joerg Heinicke wrote:

> On 22.01.2004 13:03, Dmitry Diskin wrote:
>
>> Hi,
>>
>> I have the following in sitemap:
>>
>> <map:generate src="xmldb:xindice://host:8080/db/web/news-arch/#{1}"/>
>>
>> And I'm getting the following error:
>>
>> org.apache.cocoon.ProcessingException: Failed to execute pipeline.: 
>> org.apache.cocoon.ResourceNotFoundException: Resource not found.: 
>> org.apache.excalibur.source.SourceNotFoundException: 
>> xmldb:/D:/WINNT/system32/xindice:/host:8080/db/web/news-arch/#/news[not(@align='top') 
>> and not(@hidden='true')]#block(6)=1 doesn't exist.
>>
>> I think that the problem is in "/D:/WINNT/system32/" part :). Where 
>> it comes from? I can operate with xindice from the windows command 
>> prompt (via xindice.bat)..
>
>
> The source resolving does not work. While xmldb: seems to work 
> xindice: does not. Nicolas mentioned a wiki page, here it is:
> http://wiki.cocoondev.org/Wiki.jsp?page=XMLIndiceCocoon2.1.

Doesn't work? I'm currently using xmldb:xindice-embed/// quite happily. 
There was a bug with serialisers, but that was only when working from 
flow, I think.

I haven't used xmldb:xindice:/localhost:8080, but I don't see why it 
shouldn't work?

Regards, Upayavira


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Problem with xindice on win32

Posted by Joerg Heinicke <jo...@gmx.de>.
On 22.01.2004 13:03, Dmitry Diskin wrote:
> Hi,
> 
> I have the following in sitemap:
> 
> <map:generate src="xmldb:xindice://host:8080/db/web/news-arch/#{1}"/>
> 
> And I'm getting the following error:
> 
> org.apache.cocoon.ProcessingException: Failed to execute pipeline.: 
> org.apache.cocoon.ResourceNotFoundException: Resource not found.: 
> org.apache.excalibur.source.SourceNotFoundException: 
> xmldb:/D:/WINNT/system32/xindice:/host:8080/db/web/news-arch/#/news[not(@align='top') 
> and not(@hidden='true')]#block(6)=1 doesn't exist.
> 
> I think that the problem is in "/D:/WINNT/system32/" part :). Where it 
> comes from? I can operate with xindice from the windows command prompt 
> (via xindice.bat)..

The source resolving does not work. While xmldb: seems to work xindice: 
does not. Nicolas mentioned a wiki page, here it is:
http://wiki.cocoondev.org/Wiki.jsp?page=XMLIndiceCocoon2.1.

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org