2 Replies Latest reply on Oct 15, 2004 10:28 AM by dvir_yar

    problem with the instalation on unix

    dvir_yar

      hi
      i built a project with jsp and java beans and with the programs jboss and mysql. the project was built on windows operating system. the project works great. now i need to transfer the project to unix server. i installed jboss,mysql,connector/j for unix and i made the appropriate settings betwwen the programs. i took the project file (***.war) from the jboss on the windows system and put it on the same place in the jboss on the unix server. now when i open the site ( my project is a site that connected to database ) i can see regular pages from the project but pages that use java beans that i created doesnt work and the jboss show an exception that he doesnt recognize the beans. as i said, on windows system it works great.

      i hope that someone have a solution for me because i need to finish the project as soon as possible

      thanks for advanes

      dvir

        • 1. Re: problem with the instalation on unix
          darranl

           

          jboss show an exception that he doesnt recognize the beans


          Can you provide full information regarding the error i.e. Message and stack trace.

          Also what JBoss version? and what JDK version?

          • 2. Re: problem with the instalation on unix
            dvir_yar

            the jboss version is 3.2.5 and the jdk is 1.50

            i dont have the exact error message because the the server located in someplace else

            however in the beggining i have a problem with the connection to the mysql and when i upload my site the error was about the mysql and since the connection to the mysql is throw the beans it means that they were recognized but now when i dont have errors about mysql the error message said that it cant recognized the bean.

            dvir