8 Replies Latest reply on Jul 9, 2004 8:48 PM by milesparker

    Something wrong with manage HTML page in rc2?

    ikant

      When I'm on the list pages page and I click any of the pages there is no content in the middle and the right side block move towards the middle. Don't remember this happening in 1.0.[/img]

        • 1. Re: Something wrong with manage HTML page in rc2?
          jae77

          Yes sir! I got the following in my server.log file. It appears that I am missing a table but how was that table supposed to be created?
          2004-06-30 19:57:27,531 ERROR [STDERR] javax.ejb.FinderException: Find failed: java.sql.SQLException: General error, message from server: "Table 'nukes.nuke_filestat' doesn't exist"
          2004-06-30 19:57:27,562 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand.execute(JDBCAbstractQueryCommand.java:238)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand.execute(JDBCAbstractQueryCommand.java:111)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.jdbc.JDBCDynamicQLQuery.execute(JDBCDynamicQLQuery.java:129)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCSelectorBridge.execute(JDBCSelectorBridge.java:64)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.bridge.EntityBridgeInvocationHandler.invoke(EntityBridgeInvocationHandler.java:91)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.proxy.compiler.Runtime.invoke(Runtime.java:59)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.nukes.core.ejb.FileStatEJB$Proxy.ejbSelectGeneric()
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.nukes.core.ejb.BaseEJB.ejbHomeSelectGeneric(BaseEJB.java:86)
          2004-06-30 19:57:27,578 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          2004-06-30 19:57:27,578 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          2004-06-30 19:57:27,578 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          2004-06-30 19:57:27,578 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1054)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:197)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:214)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:89)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:88)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:98)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:92)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:120)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:483)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.Container.invoke(Container.java:720)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:293)
          2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
          2004-06-30 19:57:27,578 ERROR [STDERR] at $Proxy47.selectGeneric(Unknown Source)

          • 2. Re: Something wrong with manage HTML page in rc2?
            ikant

            Yes sir! I got the following in my server.log file. It appears that I am missing a table but how was that table supposed to be created?
            2004-06-30 19:57:27,531 ERROR [STDERR] javax.ejb.FinderException: Find failed: java.sql.SQLException: General error, message from server: "Table 'nukes.nuke_filestat' doesn't exist"
            2004-06-30 19:57:27,562 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand.execute(JDBCAbstractQueryCommand.java:238)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractQueryCommand.execute(JDBCAbstractQueryCommand.java:111)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.jdbc.JDBCDynamicQLQuery.execute(JDBCDynamicQLQuery.java:129)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCSelectorBridge.execute(JDBCSelectorBridge.java:64)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.bridge.EntityBridgeInvocationHandler.invoke(EntityBridgeInvocationHandler.java:91)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.proxy.compiler.Runtime.invoke(Runtime.java:59)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.nukes.core.ejb.FileStatEJB$Proxy.ejbSelectGeneric()
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.nukes.core.ejb.BaseEJB.ejbHomeSelectGeneric(BaseEJB.java:86)
            2004-06-30 19:57:27,578 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            2004-06-30 19:57:27,578 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            2004-06-30 19:57:27,578 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            2004-06-30 19:57:27,578 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1054)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:197)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:214)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:89)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:88)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:98)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:92)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:120)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:483)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.Container.invoke(Container.java:720)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:293)
            2004-06-30 19:57:27,578 ERROR [STDERR] at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
            2004-06-30 19:57:27,578 ERROR [STDERR] at $Proxy47.selectGeneric(Unknown Source)

            • 3. Re: Something wrong with manage HTML page in rc2?
              jae77

              did you run the ddl against the database to create the table?

              the core is not pure cmp yet (there are some issues preventing this that have been discussed elsewhere), so you have to manually create the tables by running the ddl.

              • 4. Re: Something wrong with manage HTML page in rc2?
                ikant

                Yes but the table: nukes.nuke_filestat is not one that is created by the ddl is it?

                • 5. Re: Something wrong with manage HTML page in rc2?
                  pergolesi

                  The same problem for me too, but when I compiled the snapshot, and ran the installer, the tables missing were created. It seems like the tablename is wrong. When the outputerror refers to nukes.file_stat, the table created is nukes_file_stat.

                  When is final released?

                  • 6. Re: Something wrong with manage HTML page in rc2?

                     

                    "pergolesi" wrote:
                    The same problem for me too, but when I compiled the snapshot, and ran the installer, the tables missing were created.


                    Which installer do you mean? The .ddls? I'm having the same issue. Don't mind building but if there is a quicker fix..

                    • 7. Re: Something wrong with manage HTML page in rc2?

                      I have just looked at the generated file : nukes/nukes/output/resources/mysql/setup.ddl and the created table name is "nuke_filestat". Did you try that file ?

                      • 8. Re: Something wrong with manage HTML page in rc2?

                        The new setup.ddl does solve this issue.