5 Replies Latest reply on May 12, 2008 4:27 AM by kconner

    Deployment of a group of packages from the quickstart sample

    lafbarbosa

      Hi people,

      Please, is it possible to deploy all these ESB packages in the same time or it must produce some deployment error? These are the packages (from quickstart samples):

      management.esb
      Quickstart_helloworld.esb
      Quickstart_helloworld_action.esb
      Quickstart_helloworld_file_action.esb
      Quickstart_helloworld_hibernate_action.esb
      Quickstart_helloworld_SQL_action.esb
      Quickstart_scheduled_services.esb
      Quickstart_webservice_producer.esb

      Thanks in advance!

      Regards,

      Luiz

        • 1. Re: Deployment of a group of packages from the quickstart sa
          tcunning

          You should be able to deploy all of those. What version are you using and what error are you seeing?

          • 2. Re: Deployment of a group of packages from the quickstart sa
            lafbarbosa

            I asked it because, sometimes, I could see that, when I do a hotdeploy of package Quickstart_helloworld_SQL_action.esb, I've get the following error:

            15:30:12,330 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:13,440 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:16,565 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:19,674 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:22,596 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:25,706 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:27,815 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
            15:30:28,737 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:31,753 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:34,769 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:37,785 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:40,800 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:43,816 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:47,035 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:50,066 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:53,176 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:30:56,192 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:09,161 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:10,177 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:13,193 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:16,208 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:19,224 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:22,240 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:25,256 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:28,475 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:31,694 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:34,913 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.
            15:31:37,944 ERROR [SimpleDataSource] Could not create connection for jdbc:hsqldb:hsql://localhost:1703 - datasource may be unavailable. See server log for details.

            Please, what could be?

            • 3. Re: Deployment of a group of packages from the quickstart sa
              lafbarbosa

              After the above error, I repeated and it didn't return an error.

              • 4. Re: Deployment of a group of packages from the quickstart sa
                kconner

                It looks like there is a missing dependency causing the race, I'll create an issue and get it fixed.

                Apologies for this.

                • 5. Re: Deployment of a group of packages from the quickstart sa
                  kconner

                  The following issue should address this problem, http://jira.jboss.com/jira/browse/JBESB-1714