14 Replies Latest reply on Jan 10, 2004 10:56 AM by 5amyan

    Cannot connect to database

    5amyan

      I am new to Jboss and Java in general.
      I am trying to install Nukes for JBoss on FreeBSD 4.8p10
      with MySQL 4.0.16

      The nukes user exists and I can log in with
      #mysql -u nukes -p
      password *****
      >

      The data base strucure has also been imported.

      THe following is a script of what I did following the instructions on the jboss site. Alas When I connect to the url I get >>Cannot connect to database.

      Any ideas? I do something wrong? Oh yes this is the down load version not the CVS.
      I have snipped some of the following to shorten it. If you need more let me know. THanks for any help and your patience in advance.

      Script started on Fri Dec 19 19:00:17 2003
      danu# pwd

      /usr/ports/java/jdk14
      danu# cd ../../../local/jboss3.2/server/default/

      danu# ls

      conf data deploy lib log nukes tmp work
      danu# cd nukes/

      danu# ls

      CVS common journal nukes sections
      adminmessages distrib list polls template
      bb faq mp3player quotes thirdparty
      build jmx news script tools
      danu# cp /usr/home/reed/java/mysql-connector-java-3.0.9-stable.tar.gz.tar /usr/local/jboss3.2/server/default/deploy/

      danu# tar -zxf /usr/local/jboss3.2/server/default/deploy/mysql-connector-java-3.0.9-stable.tar.gz.tar

      danu# ls /usr/local/jboss3.2/server/default/deploy

      {snip}
      mysql-connector-java-3.0.9-stable-bin.jar
      mysql-connector-java-3.0.9-stable.tar.gz.tar
      nukes-ds.xml
      {/snip}

      danu# rm /usr/local/jboss3.2/server/default/deploy/mysql-connector-java-3.0.9-stable.tar.gz.tar


      danu# cp /usr/local/jboss3.2/server/default/nukes/src/resources/mysql/nukes-ds.xml /usr/loacl/jboss3.2/server/default/deploy
      danu# cp /usr/local/jboss3.2/server/default/nukes/nukes/build/etc/local.properties-mysql //usr/local/jboss3.2/server/default/nukes/build/local.properties

      danu# setenv JBOSS_HOME /usr/local/jboss3.2/
      danu# setenv JAVA_HOME /usr/local/jdk1.4.2/

      danu# /usr/local/jboss3.2/server/default/nukes/build/build.sh

      build.sh: Executing: /usr/local/jboss3.2/server/default/nukes/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger
      Buildfile: build.xml

      _buildmagic:init:
      Trying to override old definition of task property

      configure-project:
      [echo] groups: default
      [echo] modules: common,nukes,adminmessages,bb,faq,jmx,journal,list,mp3player,news,polls,quotes,script,sections,template

      _buildmagic:modules:most:

      {/snip}
      ==
      == Finished 'most' in module 'template'.
      ==
      ==============================================================


      BUILD SUCCESSFUL
      Total time: 39 seconds


      danu# cd nukes/

      danu# ls

      CVS build.log build.xml src
      build.bat build.sh output
      danu# build.sh deploy

      build.sh: Command not found.
      danu# ./build.sh deploy

      build.sh: Executing: /usr/local/jboss3.2/server/default/nukes/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger deploy
      Buildfile: build.xml

      _buildmagic:init:
      Trying to override old definition of task property

      generate-classes:
      [ejbdoclet] Dec 19, 2003 7:16:25 PM xdoclet.XDocletMain start
      [ejbdoclet] INFO: Running
      [ejbdoclet] Dec 19, 2003 7:16:25 PM xdoclet.XDocletMain start
      [ejbdoclet] INFO: Running
      [ejbdoclet] Dec 19, 2003 7:16:25 PM xdoclet.XDocletMain start
      [ejbdoclet] INFO: Running
      [ejbdoclet] Dec 19, 2003 7:16:25 PM xdoclet.XDocletMain start
      [ejbdoclet] INFO: Running

      _default:compile-classes:
      [depend] Deleted 0 out of date files in 1 seconds

      BUILD SUCCESSFUL
      Total time: 7 seconds

      everything seems to have been built. the db and user are there....

      Help
      5

        • 1. Re: Cannot connect to database (log file
          5amyan

          Here is what goes in the log when I try to connect:

          19:24:14,169 FATAL [DatabasePollerFilter] Cannot obtain a database connection
          org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (java.sql.SQLException: Server configuration denies access to data source); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Server configuration denies access to data source))
          at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:106)
          at org.jboss.nukes.servlet.DatabasePollerFilter.doFilter(DatabasePollerFilter.java:69)
          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
          at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
          at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
          at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
          at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
          at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
          at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
          at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
          at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
          at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
          at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
          at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
          at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
          at java.lang.Thread.run(Thread.java:534)
          Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Server configuration denies access to data source)
          at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:160)
          at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:451)
          at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:212)
          at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:496)
          at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:425)
          at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:318)
          at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:477)
          at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:814)
          at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:102)
          ... 40 more
          Caused by: java.sql.SQLException: Server configuration denies access to data source
          at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:522)
          at com.mysql.jdbc.Connection.createNewIO(Connection.java:1734)
          at com.mysql.jdbc.Connection.(Connection.java:562)
          at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:361)
          at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:150)
          ... 48 more
          danu#

          • 2. Re: Cannot connect to database
            ycode

            Did you change the password in the nukes-ds.xml ??

            The file should be in the jboss directory under server/default/deploy/nukes-ds.xml and should contain the correct username and password.

            • 3. Re: Cannot connect to database
              estad

              I have the same problem with Nukes 1.0.0 RC1 and Jboss 3.2.3.

              I have checked the userid and password in nukes-ds.xml $JBOSS_HOME/server/default/deploy

              Any suggestions ?

              • 4. Re: Cannot connect to database
                estad

                Fixed the problem.

                I was because mySQL did not listen correct. I am using the E-Smith SME server and this was the solution (from the SME 6.0 inst.doc) :

                "The mysql database daemon is configured by default to accept only
                local connections (i.e. it is not accessible via the network).
                This is a security precaution. We only use mysql for webmail
                preferences, and only require access from localhost.

                If you wish to enable local network access, you can do so via:

                /sbin/e-smith/config setprop mysqld LocalNetworkingOnly no
                /sbin/e-smith/expand-template /etc/my.cnf
                /etc/rc.d/init.d/mysqld restart"

                • 5. Re: Cannot connect to database
                  5amyan

                  The user and pass are correct in the above file.

                  I tested them using mysql -u nukes -p
                  to be sure I am using the correct syntax and cases

                  I rebuilt all and redeployed and get the same result.

                  MySQL is on the same host

                  • 6. Re: Cannot connect to database
                    5amyan

                    Oh yes and I did reload MySQL too to be sure the name pass were valid with the db ...

                    # Database-specific privileges
                    Database nukes

                    Privileges SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES

                    Grant Yes

                    Table-specific privileges No

                    • 7. Re: Cannot connect to database

                      ok, maybe this is that :

                      the user seen by mysql when jboss connects is from a different host, you should try to let the nukes user from any host to connect to nukes and see if it works.

                      for information on red hat 9 : I need 2 times the nukes user with different host : localhost and localhost.localdomain

                      if I login from the console it use the host localhost and jboss use localhost.localdomain.

                      the host to enable any host is "%"

                      • 8. Re: Cannot connect to database
                        5amyan

                        OK I think I am now connecting. From anyhost didn't help. I did some digging around and saw a similar prob posted in a list archive somewhere. What I did was legnthen the password to 8 characters and I appear to be connecting. NOw I get the following error. I need to rest now though...

                        2004-01-07 00:51:22,299 ERROR [org.jboss.nukes.servlet.NukeServlet] Cannot create Page object exception
                        java.lang.NullPointerException
                        at org.jboss.nukes.html.Page.configure(Page.java:900)
                        at org.jboss.nukes.html.Page.(Page.java:138)
                        at org.jboss.nukes.servlet.NukeServlet.handleRoot(NukeServlet.java:224)
                        at org.jboss.nukes.servlet.NukeServlet.doGet(NukeServlet.java:166)
                        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
                        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
                        at org.jboss.nukes.servlet.TransactionFilter.doFilter(TransactionFilter.java:95)
                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
                        at org.jboss.nukes.servlet.FileUploadFilter.doFilter(FileUploadFilter.java:64)
                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
                        at org.jboss.nukes.servlet.CompressFilter.doFilter(CompressFilter.java:113)
                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
                        at org.jboss.nukes.servlet.DatabasePollerFilter.doFilter(DatabasePollerFilter.java:88)
                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
                        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
                        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
                        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
                        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
                        at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
                        at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
                        at org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
                        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
                        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
                        at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
                        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
                        at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
                        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
                        at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
                        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
                        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
                        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
                        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
                        at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
                        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
                        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
                        at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
                        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
                        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
                        at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
                        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
                        at java.lang.Thread.run(Thread.java:534)

                        So this looks to me like it is connecting but unable to create the Page object... I may delete all and start from scratch. I don't remember how many files I futzed with.

                        THanks to all so far and Happy New Year.
                        5

                        • 9. Re: Cannot connect to database
                          5amyan

                          OK I deleted the .ear and the $NUKE_DIR dir. Then I co the src over cvs and rebuilt/redeployed. It works.

                          I can get to the main page and login.. I login as admin and there are no modules. THere is no bb no faq, none of it. I tryed building them in their own dirs and it makes .ear s but I don't know how to integrate them into the main nukess admin pages...

                          • 10. Re: Cannot connect to database
                            5amyan

                            · Home

                            Modules
                            · Manage groups
                            · Index
                            · Manage html
                            · My Account
                            · Change your info
                            · Select theme
                            · Logout/Exit
                            · Blocks

                            Is this a normal admin menu after building nukes?

                            • 11. Re: Cannot connect to database

                              you have to put them in $JBOSS_HOME/server/default/nukes directory (create it if it does not exist)

                              "5amYan" wrote:
                              OK I deleted the .ear and the $NUKE_DIR dir. Then I co the src over cvs and rebuilt/redeployed. It works.

                              I can get to the main page and login.. I login as admin and there are no modules. THere is no bb no faq, none of it. I tryed building them in their own dirs and it makes .ear s but I don't know how to integrate them into the main nukess admin pages...



                              • 12. Re: Cannot connect to database
                                5amyan

                                I have ears int he nukes dir and the deploy dir. Still don't appear on the admin/user menus. I tried rebuiling the main nukes ear and updating the cvs src, then rebuilding. I know it is simple I just tdon't know what I am missing. THanks cooper

                                /usr/local/jboss3.2/server/default/deploy
                                danu# ll
                                total 3676
                                -rw-r--r-- 1 www www 451962 Dec 19 07:11 EchoTutorial.war
                                -rw-r--r-- 1 www www 2048 Oct 18 22:18 cache-invalidation-service.xml
                                -rw-r--r-- 1 www www 4264 Oct 18 22:18 hsqldb-ds.xml
                                drwxr-xr-x 4 www www 512 Dec 18 17:27 http-invoker.sar
                                -rw-r--r-- 1 www www 103965 Oct 18 22:18 jboss-jca.sar
                                -rw-r--r-- 1 www www 6503 Oct 18 22:18 jboss-local-jdbc.rar
                                -rw-r--r-- 1 www www 12167 Oct 18 22:18 jboss-xa-jdbc.rar
                                drwxr-xr-x 3 www www 1024 Dec 18 17:27 jbossweb-tomcat41.sar
                                drwxr-xr-x 3 www www 512 Dec 18 17:27 jms
                                drwxr-xr-x 6 www www 512 Dec 18 17:27 jmx-console.war
                                drwxr-xr-x 3 www www 512 Dec 18 17:27 jmx-invoker-adaptor-server.sar
                                -rw-r--r-- 1 www www 1580 Oct 18 22:18 mail-service.xml
                                drwxr-xr-x 2 www www 512 Dec 18 17:27 management
                                -rw-r--r-- 1 www www 226061 Jan 7 09:58 mysql-connector-java-3.0.9-stable-
                                bin.jar
                                -rw-r--r-- 1 root www 693895 Jan 10 10:43 nukes-bb.ear
                                -rw-r--r-- 1 www www 349 Jan 7 09:50 nukes-ds.xml
                                -rw-r--r-- 1 root www 23614 Jan 10 10:43 nukes-faq.ear
                                -rw-r--r-- 1 root www 43718 Jan 10 10:43 nukes-journal.ear
                                -rw-r--r-- 1 root www 12587 Jan 10 10:43 nukes-list.ear
                                -rw-r--r-- 1 root www 45966 Jan 10 10:43 nukes-mp3player.ear
                                -rw-r--r-- 1 root www 66072 Jan 10 10:43 nukes-news.ear
                                -rw-r--r-- 1 root www 28808 Jan 10 10:43 nukes-polls.ear
                                -rw-r--r-- 1 root www 14482 Jan 10 10:43 nukes-quotes.ear
                                -rw-r--r-- 1 root www 10435 Jan 10 10:43 nukes-script.ear
                                -rw-r--r-- 1 root www 19716 Jan 10 10:43 nukes-sections.ear
                                -rw-r--r-- 1 www www 3351 Jan 7 11:11 nukes-template.sar
                                -rw-r--r-- 1 root www 1837404 Jan 10 10:47 nukes.ear
                                -rw-r--r-- 1 www www 1830 Oct 18 22:18 properties-service.xml
                                -rw-r--r-- 1 www www 3906 Oct 18 22:18 schedule-manager-service.xml
                                -rw-r--r-- 1 www www 1784 Oct 18 22:18 scheduler-service.xml
                                drwxr-xr-x 3 www www 512 Dec 18 17:27 snmp-adaptor.sar
                                -rw-r--r-- 1 www www 199 Oct 18 22:18 sqlexception-service.xml
                                -rw-r--r-- 1 www www 1348 Oct 18 22:18 transaction-service.xml
                                -rw-r--r-- 1 www www 1103 Oct 18 22:18 user-service.xml
                                -rw-r--r-- 1 www www 5261 Oct 18 22:18 uuid-key-generator.sar
                                danu# ls ../nukes/
                                CVS jmx nukes-faq.ear nukes-script.ear template
                                adminmessages journal nukes-journal.ear nukes-sections.ear thirdparty
                                bb list nukes-list.ear nukes-template.sar tools
                                build mp3player nukes-mp3player.ear polls
                                common news nukes-news.ear quotes
                                distrib nukes nukes-polls.ear script
                                faq nukes-bb.ear nukes-quotes.ear sections


                                • 13. Re: Cannot connect to database

                                  move all the nukes-xxx.ear to ../nukes/

                                  • 14. Re: Cannot connect to database
                                    5amyan

                                     

                                    "5amYan" wrote:

                                    danu# ls ../nukes/
                                    CVS jmx nukes-faq.ear nukes-script.ear template
                                    adminmessages journal nukes-journal.ear nukes-sections.ear thirdparty
                                    bb list nukes-list.ear nukes-template.sar tools
                                    build mp3player nukes-mp3player.ear polls
                                    common news nukes-news.ear quotes
                                    distrib nukes nukes-polls.ear script
                                    faq nukes-bb.ear nukes-quotes.ear sections




                                    They are already in ../nukes. I also copied them to ../nukes/nukes, deleted nukes.ear and rebuilt/deployed. No change. Would you like to see the NUKES_HOME/build/build.sh and NUKES_HOME/nukes/build.sh deploy??