Hello all.
During installation I have encountered with the error. The part of installation with error is listed below. I tried to install ofbiz-rel9.04-current on Ubuntu 9.04 with java version "1.5.0". I hoped that this error is fixed in the later versions and download <http://build.ofbiz.org/builds904/ofbiz-rel9.04-2009-10-14-v825068.zip> ofbiz-rel9.04-2009-10-14-v825068.zip , but the result is the same. I'll be glad for any help. Viktor 2009-10-15 12:33:41,136 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: statusDelay of view-entity ExampleStatusDetail 2009-10-15 12:33:42,725 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOrdered of view-entity OrderItemQuantityReportGroupByItem 2009-10-15 12:33:42,726 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOpen of view-entity OrderItemQuantityReportGroupByItem 2009-10-15 12:33:42,731 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOrdered of view-entity OrderItemQuantityReportGroupByProduct 2009-10-15 12:33:42,732 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOpen of view-entity OrderItemQuantityReportGroupByProduct 2009-10-15 12:33:42,950 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOrdered of view-entity OrderItemAndShipGrpInvResAndItemSum 2009-10-15 12:33:42,951 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: totQuantityAvailable of view-entity OrderItemAndShipGrpInvResAndItemSum 2009-10-15 12:33:42,963 (main) [ ModelViewEntity.java:628:INFO ] Throwing out field alias in view entity OrderHeaderAndWorkEffort because one already exists with the alias name [priority] and field name [OH(OrderHeader).priority], existing field name is [WE.priority] 2009-10-15 12:33:43,797 (main) [ ModelReader.java:388:INFO ] FINISHED LOADING ENTITIES - ALL FILES; #Entities=795 #ViewEntities=235 #Fields=8174 #Relationships=2758 #AutoRelationships=2021 2009-10-15 12:33:43,867 (main) [ GenericDelegator.java:253:INFO ] Doing entity definition check... 2009-10-15 12:33:43,871 (main) [ ModelEntityChecker.java:501:INFO ] [initReservedWords] array length=1023 2009-10-15 12:33:45,071 (main) [ GenericDelegator.java:269:INFO ] Delegator "default" initializing helper "localderby" for entity group "org.ofbiz". 2009-10-15 12:33:45,080 (main) [ GenericDelegator.java:286:INFO ] Doing database check as requested in entityengine.xml with addMissing=true Created MBeanServer with ID: 9v8w7y:g0t97ttk.0:new-serv:1 Exception in thread "main" java.lang.InternalError: One of the management beans is not compliant. at java.lang.management.ManagementFactory.getPlatformMBeanServer(libgcj.so.90) at org.apache.derby.impl.services.jmx.JMXManagementService$1.run(Unknown Source) at org.apache.derby.impl.services.jmx.JMXManagementService$1.run(Unknown Source) at java.security.AccessController.doPrivileged(libgcj.so.90) at org.apache.derby.impl.services.jmx.JMXManagementService.findServer(Unknown Source) at org.apache.derby.impl.services.jmx.JMXManagementService.boot(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.startSystemModule(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(Unknown Source) at org.apache.derby.impl.services.monitor.FileMonitor.<init>(Unknown Source) at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Unknown Source) at org.apache.derby.iapi.jdbc.JDBCBoot.boot(Unknown Source) at org.apache.derby.jdbc.EmbeddedDriver.boot(Unknown Source) at org.apache.derby.jdbc.EmbeddedDriver.<clinit>(Unknown Source) at java.lang.Class.initializeClass(libgcj.so.90) at java.lang.Class.forName(libgcj.so.90) at org.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnecti onFactory.java:95) at org.ofbiz.entity.jdbc.ConnectionFactory.getManagedConnection(ConnectionFacto ry.java:128) at org.ofbiz.geronimo.GeronimoTransactionFactory.getConnection(GeronimoTransact ionFactory.java:85) at org.ofbiz.entity.transaction.TransactionFactory.getConnection(TransactionFac tory.java:95) at org.ofbiz.entity.jdbc.ConnectionFactory.getConnection(ConnectionFactory.java :73) at org.ofbiz.entity.jdbc.DatabaseUtil.getConnection(DatabaseUtil.java:98) at org.ofbiz.entity.jdbc.DatabaseUtil.getTableNames(DatabaseUtil.java:1056) at org.ofbiz.entity.jdbc.DatabaseUtil.checkDb(DatabaseUtil.java:136) at org.ofbiz.entity.jdbc.DatabaseUtil.checkDb(DatabaseUtil.java:125) at org.ofbiz.entity.datasource.GenericDAO.checkDb(GenericDAO.java:1090) at org.ofbiz.entity.datasource.GenericHelperDAO.checkDataSource(GenericHelperDA O.java:195) at org.ofbiz.entity.GenericDelegator.<init>(GenericDelegator.java:288) at org.ofbiz.entity.GenericDelegator.getGenericDelegator(GenericDelegator.java: 141) at org.ofbiz.catalina.container.CatalinaContainer.init(CatalinaContainer.java:1 71) at org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java: 190) at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:66) at org.ofbiz.base.start.Start.initStartLoaders(Start.java:250) at org.ofbiz.base.start.Start.init(Start.java:89) at org.ofbiz.base.start.Start.main(Start.java:398) Caused by: javax.management.NotCompliantMBeanException: MBean is not compliant at mx4j.server.MX4JMBeanServer.registerImpl(MX4JMBeanServer.java:818) at mx4j.server.MX4JMBeanServer.registerMBeanImpl(MX4JMBeanServer.java:769) at mx4j.server.MX4JMBeanServer.registerMBean(MX4JMBeanServer.java:753) at java.lang.management.ManagementFactory.getPlatformMBeanServer(libgcj.so.90) ...36 more |
Free forum by Nabble | Edit this page |