2 Replies Latest reply on Nov 26, 2001 12:00 AM by nawrac

    JAAS examples deployment problems

    nawrac

      I have JBoss-2.2.2_Tomcat-3.2.2 installed. I have downloaded JAAS-Howto files, and try to install tutorial examples , but all the time I get errors during deployment of tutorial1.ear archive.

      [J2EE Deployer Default] Starting module tutorial1.war
      [Auto deploy] deploy, ctxPath=/jaas-example1, warUrl=file:/D:/JBoss/jboss/tmp/deploy/Default/tutorial1.ear/web1001/
      2001-10-12 01:55:04 - ContextManager: Adding context Ctx( /jaas-example1 )
      [Auto deploy] java.net.ConnectException: Operation timed out: connect
      [Auto deploy] at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3035)

      ... and much more

      There is always this error when I try to deploy web applications (ear or war), never I had it deploying just EJB archive.

      What is going on? Embeded Tomcat is started succesfully, what else can it be?

        • 1. Re: JAAS examples deployment problems
          jwkaltz

          > [Auto deploy] java.net.ConnectException: Operation
          > timed out: connect
          > [Auto deploy] at
          > org.apache.crimson.parser.Parser2.fatal(Parser2.java:3
          > 35)

          Do you have any idea what service it is trying to connect to but can not ? Just guessing, but could it be something like looking for a DTD for validating some XML configuration, it looks for it on the Internet (because of the URL in the configuration file) but you don't have a connection ?
          (sorry if this is bullshit, but it's my best guess :))

          • 2. Re: JAAS examples deployment problems
            nawrac

            Thanks for your help. You are absolutely right. Parser was looking for a DTD file (referenced from web.xml), but it could not go through a proxy.