[ 
https://issues.apache.org/jira/browse/FOR-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640742#action_12640742
 ] 

Gavin commented on FOR-1108:
----------------------------

I altered those map mounts to read :-

    <map:pipeline>
<!-- businessHelper -->
<map:mount uri-prefix="" 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap"
 check-reload="yes" 
        pass-through="true" />
    </map:pipeline>
<!-- linkmap -->
   <map:pipeline>
           <map:mount uri-prefix="" 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.internal.dispatcher/ls.xmap"
 check-reload="yes" 
        pass-through="true" />
    </map:pipeline>
    <map:pipeline>
            <map:mount uri-prefix="" 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.internal.dispatcher/themes.xmap"
 check-reload="yes" 
        pass-through="true" />
    </map:pipeline>

and we now get a different error message :-

dispatcherError: 500 - Internal server error
The contract "siteinfo-meta-navigation" has thrown thrown an exception by 
resolving raw data from "cocoon://index.navigation.xml".

dispatcherErrorStack:
 org.apache.excalibur.source.SourceNotFoundException: Exception during 
processing of cocoon://index.navigation.xml

> Dispatcher, Cocoon 2.1 and Windows
> ----------------------------------
>
>                 Key: FOR-1108
>                 URL: https://issues.apache.org/jira/browse/FOR-1108
>             Project: Forrest
>          Issue Type: Bug
>          Components: Core operations, Plugin: internal.dispatcher
>    Affects Versions: 0.9-dev
>            Reporter: Ross Gardler
>            Priority: Blocker
>             Fix For: 0.9-dev
>
>         Attachments: core.log, test.log, test_dispatcher_site.zip, 
> testRunWithDebug.log
>
>
> Since the update to Cocoon 2.1 Forrest and Dispatcher have broken on windows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.