Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling SDX trouble org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: index.html
    primarykey
    data
    text
    <p>I'm trying to install <a href="http://www.nongnu.org/sdx/" rel="nofollow noreferrer">SDX</a> to build the <a href="http://www.cyberdocs.org/en" rel="nofollow noreferrer">cyberdocs platform</a>. </p> <p>I'm trying to install into the linux (Debian 3.9.8-1 x86_64 GNU/Linux) with tomcat7.</p> <p>I'm download the file sdx-2.4.1.3-src.zip from <a href="http://download-mirror.savannah.gnu.org/releases/sdx/" rel="nofollow noreferrer">http://download-mirror.savannah.gnu.org/releases/sdx/</a> </p> <p>When I extract the content I see the following files:</p> <pre><code>├── appendcp.bat ├── bin ├── build ├── build.bat ├── build.sh ├── build.xml ├── create-docs.bat ├── create-docs.sh ├── create-jar.bat ├── create-jar.sh ├── create-war.bat ├── create-war.sh ├── docs ├── INSTALL ├── legal ├── lib ├── LICENSE ├── README ├── run.bat ├── run.sh ├── sdx.bat ├── sdx.sh ├── src └── tools </code></pre> <p>So, I building the war file then I run the following command to do it:</p> <pre><code>sh build.sh webpp </code></pre> <p>Then I copy the file genereted by the command in this case: <strong>sdx-2.4.1.3-vm1.4.war</strong> in the directory build, I copy this file to <strong>/usr/share/tomcat7/webapps/</strong> </p> <p>So I go to the admin panel in tomcat (<strong>localhost:8080/manager/html</strong>) and choose the war file and deploy : sdx-2.4.1.3-vm1.4.war I restart tomcat and next I go to the URL <strong>localhost:8080/sdx-2.4.1.3-vm1.4/</strong></p> <p>And see the next Trouble: </p> <p><img src="https://i.stack.imgur.com/D3jyG.png" alt="enter image description here"></p> <pre><code>SDX message Source org.apache.cocoon.components.treeprocessor.sitemap.ErrorHandlerHelper Exception org.apache.cocoon.ResourceNotFoundException Message No pipeline matched request: index.html Details org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: index.html extra info org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: index.html </code></pre> <p>And the deep mistake:</p> <pre class="lang-java prettyprint-override"><code>rg.apache.cocoon.ResourceNotFoundException: No pipeline matched request: index.html at org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:149) at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:69) at org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:93) at org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:235) at org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:177) at org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:253) at org.apache.cocoon.Cocoon.process(Cocoon.java:699) at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1154) at javax.servlet.http.HttpServlet.service(HttpServlet.java:728) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) </code></pre> <p><strong>UPDATE :</strong></p> <p>I've run coocon server in the port 8888 an I can see</p> <p><img src="https://i.stack.imgur.com/oxwNO.png" alt="enter image description here"> </p> <p>So , I try to copy the libraries (*.jar's) genereted in the compilation of coconn to libs directory in tomcat7 so:</p> <pre><code>root@demian:/home/cristian/src/cocoon-2.1.12/lib# cp core/*.jar /usr/share/tomcat7/lib/ root@demian:/home/cristian/src/cocoon-2.1.12/lib# cp optional/*.jar /usr/share/tomcat7/lib/ </code></pre> <p>But not found SDX server the libraries of coocon.</p> <p>Some helpme?</p> <p>How to fix its trouble?</p> <p>what do I'm doing wrong? </p> <p>Thanks for your time and knowledge</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload