Title: RE: Help! Help!
Liam Morley wrote:
001701c1471f$d4e4d790$3ae2d782@IMOTIC">

As he s using JRun, not Tomcat, I don t think that applies I assume that 8100 is the default JRun port, or is the port he decided to use. I don’t think that s the problem.

Liam Morley

      -----Original Message-----
      From: Marc J. Driftmeyer [mailto:[EMAIL PROTECTED] ]
      Sent: Thursday, September 27, 2001 2:41 AM
      To: [EMAIL PROTECTED]
      Subject: Re: Help! Help!

      Liam Morley wrote:

      It would be most helpful to see the exception that takes place in the
      log file as well as the few lines immediately preceding it so it's
      easier to tell what Cocoon was trying to do at the time. I'll be trying
      Cocoon out with JRun 3.0 sometime in the near future, so if I don't run
      into this I'll be sure to let you know.

      Best of luck,
      Liam Morley

      -----Original Message-----
      From: JAYAGANESH LAKSHMINARAYANAN [
      mailto:[EMAIL PROTECTED] ]
      Sent: Wednesday, September 26, 2001 7:39 PM
      To:
      [EMAIL PROTECTED]
      Subject: Help! Help!

      Hi,

      I have been trying out Cocoon 2.

      I did the following:

      1. I was able to succesfully do build and create  cocoon.war file.

      2. I deployed the cocoon.war file in JRun3.1. The deployment was
      successfu

      l.

      Issue:

      When tried to access the appllication with the URL
      http://localhost:8100/cocoo2/

      I get the following Internal server error Message. Please help me fixing
      it.


      500 Internal Server Error
      /cocoo2/:

      null
      java.lang.NoSuchMethodError
              at
      org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.<i
      nit>(DefaultConfigurationBuilder.java:38)
              at
      org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:37
      5)
              at
      org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:136)
              at
      allaire.jrun.servlet.JRunServletLoader.loadServletInstance(../servlet/JR
      unServletLoader.java:203)
              at
      allaire.jrun.servlet.JRunServletLoader.loadServletInstance(../servlet/JR
      unServletLoader.java:161)
              at
      allaire.jrun.servlet.JRunServletLoader.loadServlet(../servlet/JRunServle
      tLoader.ja

      va:149)
              at
      allaire.jrun.servlet.JRunSE.getServletReference(../servlet/JRunSE.java:1
      705)
              at
      allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1231)
              at
      allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunReques
      tDispatcher.java:89)
              at
      allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552)
              at
      allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542)
              at
      allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364)
              at
      allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:115)
              at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
              at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)



      Thanks in advance

      Ganesh



      _________________________________________________________________
      Get your FREE download of MSN Explorer at
      http://explorer.msn.com/int

      l.asp


      ---------------------------------------------------------------------
      Please check that your question has not already been answered in the
      FAQ before posting.
      <http://xml.apache.org/cocoon/faqs.html>

      To unsubscribe, e-mail:
      <[EMAIL PROTECTED]>
      For additional commands, e-mail:
      <[EMAIL PROTECTED]>


      ---------------------------------------------------------------------
      Please check that your question has not already been answered in the
      FAQ before posting.
      <http://xml.apache.org/cocoon/faqs.html>

      To unsubscribe, e-mail:
      <[EMAIL PROTECTED]>
      For additional commands, e-mail:
      <[EMAIL PROTECTED]>

      Since Cocoon defaults to Tomcat's config of Port 8080 I think you might want to modify the App Server's port address configuration to 8100 to get it to work.  Not to mention I hope the cocoo2 was a typo and is really http://localhost:8100/cocoon/ in your case.

      Check out Tomcat's server.xml file as follows:

          <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
          <Connector className="org.apache.catalina.connector.http.HttpConnector"
                     port="8080" minProcessors="5" maxProcessors="75"
                     enableLookups="true" redirectPort="8443"
                     acceptCount="10" debug="0" connectionTimeout="60000"/>
          <!-- Note : To disable connection timeouts, set connectionTimeout value
           to -1 -->

      Duplicate and then comment it out and change the port="8100" and see if this fixes your problem.

      Sincerely Yours,

      Marc J. Driftmeyer

      --

      Marc J. Driftmeyer
      [EMAIL PROTECTED]
      uggh! yeah like does this thingy like work and stuff?
      yeahh that'd be like cool and stuff. it ruuuuulez!

Sorry your right.  He could be using WebObjects as well, or one of the 65,000 ports available but if it pukes on the port with a Server 500 Error its a misconfiguration with the Server not Cocoon.

Sincerely Yours,

Marc J. Driftmeyer

--

Marc J. Driftmeyer
[EMAIL PROTECTED]
uggh! yeah like does this thingy like work and stuff?
yeahh that'd be like cool and stuff. it ruuuuulez!


Reply via email to