4 Replies Latest reply on Jun 9, 2011 3:20 PM by dsteigne

    JBOSS EDS

    mathangi

      Hi,

       

      I am now setting up jboss EDS services in my linux server. As per the JBoss_Enterprise_Data_Services-5-EDS_Getting_Started_Guide-en-US.pdf guide, I installed Apache ANT in the linux server and tried to start the jboss services. Some how Apache ant would not start. I have all the required components, but still it wont start-

       

      bash-3.2$ export JAVA_HOME=/hosting/solr/jdk1.6.0_20

      bash-3.2$ export PATH=/hosting/solr/jdk1.6.0_20/bin:$PATH

      bash-3.2$ export ANT_HOME=/hosting/apache-ant-1.8.2-bin/apache-ant-1.8.2/bin

      bash-3.2$ export PATH=$PATH:$ANT_HOME/bin

      bash-3.2$ export ANT_OPTS="-Xmx256M"

      bash-3.2$ cd /hosting/apache-ant-1.8.2-bin/apache-ant-1.8.2/bin

      bash-3.2$ ant -version

      bash: ant: command not found

       

      I am not sure if this is the correct place wher I need to post this. Any pointers would be appreciated.


      Thanks,

      Mathangi

        • 1. Re: JBOSS EDS
          rareddy

          Mathangi,

           

          If you are a customer, or doing a supported evalution then you can contact Redhat support through http://access.redhat.com

           

          You should have received the access to this site to ask questions. In this forum is for community development activities only.

           

          Thanks.

           

          Ramesh..

          • 2. Re: JBOSS EDS
            rareddy

            By the way you have this wrong in your settings

             

            bash-3.2$ export ANT_HOME=/hosting/apache-ant-1.8.2-bin/apache-ant-1.8.2/bin

            bash-3.2$ export PATH=$PATH:$ANT_HOME/bin

             

            remove the text in bold

             

            Ramesh..

            • 3. Re: JBOSS EDS
              mathangi

              Hi Ramesh,

               

              Thx for your response. I did get access to this site. I was previosuly posting my questions under teiid, I think i naviagted wrongly and posted under Teiid Development.

               

              I will try the option you have suggested.

               

              Thanks,

              Mathangi

              • 4. Re: JBOSS EDS
                dsteigne

                Mathangi,

                 

                Since you changed directory to the bin, your path doesn't matter (you should still correct it) but my guess is you need to run it with ./

                 

                So

                 

                ./ant -version

                 

                Regards,

                Debbie