5 Replies Latest reply on Oct 10, 2018 7:16 AM by rakeshjain1

    JBoss Data Virtualization Installation

    rakeshjain1

      Hi,

       

      So far, I was able to install JDK 1.8 and JBoss Developer Studio 11.3.0.GA. I am facing issues on the installation of Red Hat JBoss Data Virtualization, it says Installation Fail:

       

      Trying to connect to Management Interface...(1/5).

      Connected to Management Interface.

      Oct 03, 2018 2:44:21 PM com.redhat.installer.asconfiguration.ascontroller.ServerCommands handle

      INFO: /core-service=vault:add(vault-options=[("KEYSTORE_URL" => "${jboss.home.dir}/vault.keystore"), ("KEYSTORE_PASSWORD" => "MASK-BKyUaatPphW"), ("KEYSTORE_ALIAS" => "vault"), ("SALT" => "8675309K"), ("ITERATION_COUNT" => "50"), ("ENC_FILE_DIR" => "${jboss.home.dir}/vault/")])

      Oct 03, 2018 2:44:22 PM com.redhat.installer.asconfiguration.ascontroller.ServerCommands closeLogHandlers

      INFO: Finished commands from: com.redhat.installer.asconfiguration.processpanel.postinstallation.DefaultVault

      Advanced configuration command failed: undefined

      {

          "outcome" => "failed",

          "failure-description" => "JBAS014749: Operation handler failed: org.jboss.as.server.services.security.VaultReaderException: org.jboss.security.vault.SecurityVaultException: java.lang.RuntimeException: PBOX000140: Unable to get keystore (C:\\Users\\rakesh.jain\\EAP-6.4.0/vault.keystore)",

          "rolled-back" => true,

          "command" => undefined

      }

      Running on-fail server check.

      Shutting server down.

      Oct 03, 2018 2:44:22 PM com.redhat.installer.asconfiguration.ascontroller.ServerCommands setLogger

      INFO: Running commands from: com.redhat.installer.asconfiguration.ascontroller.ServerManager

      Trying to connect to Management Interface...(1/5).

      Connected to Management Interface.

      Oct 03, 2018 2:44:22 PM com.redhat.installer.asconfiguration.ascontroller.ServerCommands handle

      INFO: :shutdown

      Oct 03, 2018 2:44:22 PM com.redhat.installer.asconfiguration.ascontroller.ServerCommands closeLogHandlers

      INFO: Finished commands from: com.redhat.installer.asconfiguration.ascontroller.ServerManager

      Application Server successfully stopped.

      Successfully moved source: C:\Users\rakesh.jain\EAP-6.4.0\standalone\log\server.log to destination: C:\Users\rakesh.jain\EAP-6.4.0\installation\server-logs

      The configured source file: C:\Users\rakesh.jain\EAP-6.4.0\domain\log\host-controller.log doesn't exist.

      The configured source file: C:\Users\rakesh.jain\EAP-6.4.0\domain\log\process-controller.log doesn't exist.

       

      Also Teiid Designer is not getting installed.

       

      Please adivse.

       

      Thanks

      Rakesh Jain

        • 1. Re: JBoss Data Virtualization Installation
          blafond

          Rakesh,

           

          On Fedora 27, I just installed 11.3.0.GA and then installed the available Red Hat JBoss Data Virtualization without any issues.

           

          What OS/configuration are you installing into?

           

          Barry

          • 2. Re: JBoss Data Virtualization Installation
            rareddy

            What are the instructions you are following for the installation?

            • 3. Re: JBoss Data Virtualization Installation
              rakeshjain1

              Hi,

               

              Following software/tools are now installed on Windows 8.

              JDK 1.8

              jboss-dv-6.3.0-1-installer

              devstudio-11.3.0.GA-installer-standalone

              jbosstools-teiid-designer-11.1.2.Final-updatesite

               

              After installation to test the configuration I have followed the below steps:

              1. Opened Teiid Perspective on the Jboss Developer studio

              2. Created the Teiid Model Project

              3. Imported the sample xml file customerlist as below:

              <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

              <customers>

              <customer>

              <customernumber>103</customernumber>

              <customername>Atelier graphique</customername>

              <contactlastname>Schmitt</contactlastname>

              <contactfirstname>Blaine</contactfirstname>

              <phone>40.32.2555</phone>

              <addressline1>54, rue Royale</addressline1>

              <addressline2 />

              <city>Nantes</city>

              <state />

              <postalcode>44000</postalcode>

              <country>France</country>

              <salesrepemployeenumber>1370</salesrepemployeenumber>

              <creditlimit>21000.0</creditlimit>

              </customer>

              <customer>

              ....

              </customer>

              <customers>

              4. Started JBoss Data Virtualization server:

              (Controller Boot Thread) JBAS015874: JBoss Red Hat JBoss Data Virtualization 6.3.0 (AS 7.5.9.Final-redhat-2) started in 8712ms - Started 206 of 244 services (60 services are lazy, passive or on-demand)

              5. Selected MyFirstProject -> sources -> customerList_View.xmi -> customerListView

               

              After clicking on the Preview Data button, a popup message is getting displayed:  A running server instance is required to preview.

               

              Please advise.

               

              Thanks

              Rakesh

              • 4. Re: JBoss Data Virtualization Installation
                blafond

                Previewing your source requires that a running/valid Default Teiid Server is defined. At the bottom of the Connections view is the Default Server section. Verify if this is defined or not.

                • 5. Re: JBoss Data Virtualization Installation
                  rakeshjain1

                  Hi Barry,

                   

                  I have defined the Default Teiid Server, however on the Teiid Instance Configuration it is saying Not Connected and I got the below message on the Details Tab.

                   

                  The initialization produced an exception, which can occur due to incorrect security credentials. Please review the exception messages by clicking the Details button.

                  * java.io.IOException: java.net.ConnectException: WFLYPRT0053: Could not connect to http-remoting://localhost:9990. The connection failed

                  * java.net.ConnectException: WFLYPRT0053: Could not connect to http-remoting://localhost:9990. The connection failed

                  * WFLYPRT0053: Could not connect to http-remoting://localhost:9990. The connection failed

                  * XNIO000816: Redirect encountered establishing connection

                   

                  Please Advise.

                  Thanks
                  Rakesh Jain