2 Replies Latest reply on Feb 24, 2003 2:51 AM by martyu

    Anybody take a shot, please.

    martyu

      Please refer to my original post:

      http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/ would appreciate everyone's comments on these questions, without regard to the fact that it is on a mainframe. I keep getting a "address already in use" from WebService but I am quite certain nothing else is using the port based on netstat -a.

      The following topic suggests a problem with the version of j2ee jars. Are there versions that Jboss is not "compatible" with?

      http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/ YOU,
      -Marty

        • 1. Re: Anybody take a shot, please.
          dynoweb

          I don't know about runing this on a mainframe but I get that message when it doesn't release a port after I shut down and start it up again. Maybe your not looking at the right port in netstat in which it's complaining about.

          • 2. Re: Anybody take a shot, please.
            martyu

            Thanks for your reply.

            The port issue turned out to be a configuration problem. Now I can get it to start, open the ports, and serve pages, but all the HTTP I/O appears to be in the EBCDIC codepage, thus looks like garbage on the browser and browser requests return 404, presumably due to misinterpretation of the ASCII URLs.

            I have been working with the file.encoding value but have not had any luck in resolving this problem.