Login  Register

Re: Install errors with Tomcat 6 on Linux

Posted by Boss Advisor on Jun 06, 2010; 7:31pm
URL: http://ofbiz.116.s1.nabble.com/Install-errors-with-Tomcat-6-on-Linux-tp2244665p2245220.html

Hello, Mr. Freeman.

Thank you for the clarification on using embedded Tomcat.

Upon taking your advice to use the embedded Tomcat, it has different errors with succeeding in getting ofbiz up.

Here is what I've done.

1. Checked out the ofbiz trunk and checked out release svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04  ofbiz
2. Changed data source to use mysql (framework/entity/config/entityengine.xml
3. Copied mysql jdbc driver to framework/entity/lib/jdbc/mysql-connector-java-5.1.10-bin.jar
4. Ran ant run-install
5. No tables created. I could log in the mysql database using the credentials set in the entityengine.xml
6. This same jdbc driver is used for the opentaps distro. It works just fine.

=======ant run-install.log from terminal===========
Threads: 1  Questions: 53334  Slow queries: 0  Opens: 1630  Flush tables: 1  Open tables: 64  Queries per second avg: 0.912
[root@cerp ofbiz]# ./ant run-installBuildfile: build.xml
Trying to override old definition of datatype javacc
Trying to override old definition of datatype jjtree

ofbiz-init:
    [mkdir] Created dir: /opt/ofbiz/tools/build/classes
    [javac] Compiling 1 source file to /opt/ofbiz/tools/build/classes
    [mkdir] Created dir: /opt/ofbiz/tools/build/lib
      [jar] Building jar: /opt/ofbiz/tools/build/lib/ofbiz-tools.jar

build:
     [echo] [build] ========== Start Building (Compile) ==========

ofbiz-init:

dir-init:
    [mkdir] Created dir: /opt/ofbiz/runtime/logs/test-results
    [mkdir] Created dir: /opt/ofbiz/runtime/data/derby
    [mkdir] Created dir: /opt/ofbiz/runtime/data/hsql

copy-derby-props:

build:
     [echo] [build] ========== Start Building Framework (Compile) ==========

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/start/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/start/build/lib

classes:
  [javac16] Compiling 6 source files to /opt/ofbiz/framework/start/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/start/build/lib/ofbiz.jar
     [copy] Copying 1 file to /opt/ofbiz

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/base/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/base/build/lib

gen-src:
    [mkdir] Created dir: /opt/ofbiz/framework/base/build/gen-src/javacc/org/ofbiz/base/json
   [javacc] Java Compiler Compiler Version 4.1 (Parser Generator)
   [javacc] (type "javacc" with no arguments for help)
   [javacc] Reading from file /opt/ofbiz/framework/base/src/org/ofbiz/base/json/JSON.jj . . .
   [javacc] File "TokenMgrError.java" does not exist.  Will create one.
   [javacc] File "ParseException.java" does not exist.  Will create one.
   [javacc] File "Token.java" does not exist.  Will create one.
   [javacc] File "SimpleCharStream.java" does not exist.  Will create one.
   [javacc] Parser generated successfully.

classes:
  [javac16] Compiling 167 source files to /opt/ofbiz/framework/base/build/classes
  [javac16] /opt/ofbiz/framework/base/src/org/ofbiz/base/util/UtilXml.java:59: warning: [deprecation] org.apache.xml.serialize.OutputFormat in org.apache.xml.serialize has been deprecated
  [javac16] import org.apache.xml.serialize.OutputFormat;
  [javac16]                                ^
  [javac16] Note: Some input files use unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.
  [javac16] 1 warning

jar:
      [jar] Building jar: /opt/ofbiz/framework/base/build/lib/ofbiz-base.jar
      [jar] Building jar: /opt/ofbiz/framework/base/build/lib/ofbiz-base-test.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/sql/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/sql/build/lib

gen-src:
    [mkdir] Created dir: /opt/ofbiz/framework/sql/build/gen-src/javacc/org/ofbiz/sql
   [javacc] Java Compiler Compiler Version 4.1 (Parser Generator)
   [javacc] (type "javacc" with no arguments for help)
   [javacc] Reading from file /opt/ofbiz/framework/sql/src/org/ofbiz/sql/Parser.jj . . .
   [javacc] File "TokenMgrError.java" does not exist.  Will create one.
   [javacc] File "ParseException.java" does not exist.  Will create one.
   [javacc] File "Token.java" does not exist.  Will create one.
   [javacc] File "SimpleCharStream.java" does not exist.  Will create one.
   [javacc] Parser generated successfully.

classes:
  [javac16] Compiling 48 source files to /opt/ofbiz/framework/sql/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/sql/build/lib/ofbiz-sql.jar
      [jar] Building jar: /opt/ofbiz/framework/sql/build/lib/ofbiz-sql-test.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/entity/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/entity/build/lib

classes:
  [javac16] Compiling 138 source files to /opt/ofbiz/framework/entity/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/entity/build/lib/ofbiz-entity.jar
      [jar] Building jar: /opt/ofbiz/framework/entity/build/lib/ofbiz-entity-test.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/geronimo/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/geronimo/build/lib

classes:
  [javac16] Compiling 2 source files to /opt/ofbiz/framework/geronimo/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/geronimo/build/lib/ofbiz-geronimo.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/catalina/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/catalina/build/lib

classes:
  [javac16] Compiling 5 source files to /opt/ofbiz/framework/catalina/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/catalina/build/lib/ofbiz-catalina.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/jetty/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/jetty/build/lib

classes:
  [javac16] Compiling 1 source file to /opt/ofbiz/framework/jetty/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/jetty/build/lib/ofbiz-jetty.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/security/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/security/build/lib

classes:
  [javac16] Compiling 13 source files to /opt/ofbiz/framework/security/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/security/build/lib/ofbiz-security.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/service/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/service/build/lib

classes:
  [javac16] Compiling 94 source files to /opt/ofbiz/framework/service/build/classes
  [javac16] /opt/ofbiz/framework/service/src/org/ofbiz/service/calendar/TemporalExpressionVisitor.java:36: warning: [deprecation] org.ofbiz.service.calendar.TemporalExpressions.TimeOfDayRange in org.ofbiz.service.calendar.TemporalExpressions has been deprecated
  [javac16]     void visit(TemporalExpressions.TimeOfDayRange expr);
  [javac16]                                   ^
  [javac16] /opt/ofbiz/framework/service/src/org/ofbiz/service/calendar/TemporalExpressionPrinter.java:33: warning: [deprecation] org.ofbiz.service.calendar.TemporalExpressions.TimeOfDayRange in org.ofbiz.service.calendar.TemporalExpressions has been deprecated
  [javac16] import org.ofbiz.service.calendar.TemporalExpressions.TimeOfDayRange;
  [javac16]                                                      ^
  [javac16] /opt/ofbiz/framework/service/src/org/ofbiz/service/calendar/TemporalExpressionPrinter.java:185: warning: [deprecation] org.ofbiz.service.calendar.TemporalExpressions.TimeOfDayRange in org.ofbiz.service.calendar.TemporalExpressions has been deprecated
  [javac16]     public void visit(TimeOfDayRange expr) {
  [javac16]                       ^
  [javac16] 3 warnings

stubs:
     [rmic] RMI Compiling 1 class to /opt/ofbiz/framework/service/build/classes

main-jar:
      [jar] Building jar: /opt/ofbiz/framework/service/build/lib/ofbiz-service.jar
      [jar] Building jar: /opt/ofbiz/framework/service/build/lib/ofbiz-service-test.jar

rmi-jar:
      [jar] Building jar: /opt/ofbiz/framework/service/build/lib/ofbiz-service-rmi.raj

jar:

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/entityext/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/entityext/build/lib

classes:
  [javac16] Compiling 16 source files to /opt/ofbiz/framework/entityext/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/entityext/build/lib/ofbiz-entityext.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/webslinger/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/webslinger/build/lib

classes:
  [javac16] Compiling 11 source files to /opt/ofbiz/framework/webslinger/build/classes
  [javac16] Note: /opt/ofbiz/framework/webslinger/src/org/ofbiz/webslinger/WebslingerContainer.java uses unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.

jar:
      [jar] Building jar: /opt/ofbiz/framework/webslinger/build/lib/ofbiz-webslinger.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/bi/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/bi/build/lib

classes:
  [javac16] Compiling 1 source file to /opt/ofbiz/framework/bi/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/bi/build/lib/ofbiz-bi.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/minilang/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/minilang/build/lib

classes:
  [javac16] Compiling 130 source files to /opt/ofbiz/framework/minilang/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/minilang/build/lib/ofbiz-minilang.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/webapp/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/webapp/build/lib

classes:
  [javac16] Compiling 98 source files to /opt/ofbiz/framework/webapp/build/classes
  [javac16] /opt/ofbiz/framework/webapp/src/org/ofbiz/webapp/event/JSONSimpleEventHandler.java:26: warning: [deprecation] org.ofbiz.webapp.event.AbstractJSONEventHandler in org.ofbiz.webapp.event has been deprecated
  [javac16] public class JSONSimpleEventHandler extends AbstractJSONEventHandler{
  [javac16]                                             ^
  [javac16] 1 warning

jar:
      [jar] Building jar: /opt/ofbiz/framework/webapp/build/lib/ofbiz-webapp.jar
      [jar] Building jar: /opt/ofbiz/framework/webapp/build/lib/ofbiz-webapp-test.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/guiapp/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/guiapp/build/lib

classes:
  [javac16] Compiling 2 source files to /opt/ofbiz/framework/guiapp/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/guiapp/build/lib/ofbiz-guiapp.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/widget/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/widget/build/lib

classes:
  [javac16] Compiling 60 source files to /opt/ofbiz/framework/widget/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/widget/build/lib/ofbiz-widget.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/common/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/common/build/lib

classes:
  [javac16] Compiling 28 source files to /opt/ofbiz/framework/common/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/common/build/lib/ofbiz-common.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/datafile/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/datafile/build/lib

classes:
  [javac16] Compiling 9 source files to /opt/ofbiz/framework/datafile/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/datafile/build/lib/ofbiz-datafile.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/birt/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/birt/build/lib

classes:
  [javac16] Compiling 10 source files to /opt/ofbiz/framework/birt/build/classes
  [javac16] /opt/ofbiz/framework/birt/src/org/ofbiz/birt/report/service/OFBizBirtViewerReportService.java:44: warning: [deprecation] org.eclipse.birt.report.service.ReportEngineService.DummyRemoteException in org.eclipse.birt.report.service.ReportEngineService has been deprecated
  [javac16] import org.eclipse.birt.report.service.ReportEngineService.DummyRemoteException;
  [javac16]                                                           ^
  [javac16] /opt/ofbiz/framework/birt/src/org/ofbiz/birt/report/service/OFBizBirtViewerReportService.java:263: warning: [deprecation] org.eclipse.birt.report.service.ReportEngineService.DummyRemoteException in org.eclipse.birt.report.service.ReportEngineService has been deprecated
  [javac16]     private void throwDummyException(Exception e) throws DummyRemoteException {
  [javac16]                                                          ^
  [javac16] /opt/ofbiz/framework/birt/src/org/ofbiz/birt/report/service/OFBizBirtViewerReportService.java:265: warning: [deprecation] org.eclipse.birt.report.service.ReportEngineService.DummyRemoteException in org.eclipse.birt.report.service.ReportEngineService has been deprecated
  [javac16]             throw new DummyRemoteException(e);
  [javac16]                       ^
  [javac16] /opt/ofbiz/framework/birt/src/org/ofbiz/birt/report/service/OFBizBirtViewerReportService.java:267: warning: [deprecation] org.eclipse.birt.report.service.ReportEngineService.DummyRemoteException in org.eclipse.birt.report.service.ReportEngineService has been deprecated
  [javac16]             throw new DummyRemoteException(new ReportServiceException(e.getLocalizedMessage(), e));
  [javac16]                       ^
  [javac16] /opt/ofbiz/framework/birt/src/org/ofbiz/birt/report/service/OFBizBirtViewerReportService.java:277: warning: [deprecation] org.eclipse.birt.report.service.ReportEngineService.DummyRemoteException in org.eclipse.birt.report.service.ReportEngineService has been deprecated
  [javac16]         if (e instanceof ReportEngineService.DummyRemoteException) {
  [javac16]                                             ^
  [javac16] Note: /opt/ofbiz/framework/birt/src/org/ofbiz/birt/report/service/OFBizBirtViewerReportService.java uses unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.
  [javac16] 5 warnings

jar:
      [jar] Building jar: /opt/ofbiz/framework/birt/build/lib/ofbiz-birt.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/testtools/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/testtools/build/lib

classes:
  [javac16] Compiling 19 source files to /opt/ofbiz/framework/testtools/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/testtools/build/lib/ofbiz-testtools.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/appserver/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/appserver/build/lib

classes:
  [javac16] Compiling 2 source files to /opt/ofbiz/framework/appserver/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/appserver/build/lib/ofbiz-appsvrs.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/webtools/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/webtools/build/lib

classes:
  [javac16] Compiling 19 source files to /opt/ofbiz/framework/webtools/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/webtools/build/lib/ofbiz-webtools.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/framework/example/build/classes
    [mkdir] Created dir: /opt/ofbiz/framework/example/build/lib

classes:
  [javac16] Compiling 1 source file to /opt/ofbiz/framework/example/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/framework/example/build/lib/ofbiz-example.jar
     [echo] [build] ========== Done Building Framework (Compile) ==========

build:
     [echo] [build] ========== Start Building Applications (Compile) ==========

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/content/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/content/build/lib

classes:
  [javac16] Compiling 48 source files to /opt/ofbiz/applications/content/build/classes
  [javac16] Note: Some input files use unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.

jar:
      [jar] Building jar: /opt/ofbiz/applications/content/build/lib/ofbiz-content.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/party/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/party/build/lib

classes:
  [javac16] Compiling 11 source files to /opt/ofbiz/applications/party/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/applications/party/build/lib/ofbiz-party.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/workeffort/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/workeffort/build/lib

classes:
  [javac16] Compiling 12 source files to /opt/ofbiz/applications/workeffort/build/classes
  [javac16] /opt/ofbiz/applications/workeffort/src/org/ofbiz/workeffort/workeffort/ICalRecurConverter.java:291: warning: [deprecation] org.ofbiz.service.calendar.TemporalExpressions.TimeOfDayRange in org.ofbiz.service.calendar.TemporalExpressions has been deprecated
  [javac16]     public void visit(TimeOfDayRange expr) {
  [javac16]                       ^
  [javac16] 1 warning

jar:
      [jar] Building jar: /opt/ofbiz/applications/workeffort/build/lib/ofbiz-workeffort.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/product/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/product/build/lib

classes:
  [javac16] Compiling 55 source files to /opt/ofbiz/applications/product/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/applications/product/build/lib/ofbiz-product.jar
      [jar] Building jar: /opt/ofbiz/applications/product/build/lib/ofbiz-product-test.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/marketing/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/marketing/build/lib

classes:
  [javac16] Compiling 4 source files to /opt/ofbiz/applications/marketing/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/applications/marketing/build/lib/ofbiz-marketing.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/order/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/order/build/lib

classes:
  [javac16] Compiling 37 source files to /opt/ofbiz/applications/order/build/classes
  [javac16] Note: Some input files use unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.

jar:
      [jar] Building jar: /opt/ofbiz/applications/order/build/lib/ofbiz-order.jar
      [jar] Building jar: /opt/ofbiz/applications/order/build/lib/ofbiz-order-test.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/manufacturing/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/manufacturing/build/lib

classes:
  [javac16] Compiling 13 source files to /opt/ofbiz/applications/manufacturing/build/classes
  [javac16] Note: Some input files use unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.

jar:
      [jar] Building jar: /opt/ofbiz/applications/manufacturing/build/lib/ofbiz-manufacturing.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/accounting/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/accounting/build/lib

classes:
  [javac16] Compiling 33 source files to /opt/ofbiz/applications/accounting/build/classes
  [javac16] Note: Some input files use unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.

jar:
      [jar] Building jar: /opt/ofbiz/applications/accounting/build/lib/ofbiz-accounting.jar
      [jar] Building jar: /opt/ofbiz/applications/accounting/build/lib/ofbiz-accounting-test.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/securityext/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/securityext/build/lib

classes:
  [javac16] Compiling 4 source files to /opt/ofbiz/applications/securityext/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/applications/securityext/build/lib/ofbiz-securityext.jar
      [jar] Building jar: /opt/ofbiz/applications/securityext/build/lib/ofbiz-securityext-test.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/applications/humanres/build/classes
    [mkdir] Created dir: /opt/ofbiz/applications/humanres/build/lib

classes:

jar:
      [jar] Building jar: /opt/ofbiz/applications/humanres/build/lib/ofbiz-humanres.jar
     [echo] [build] ========== Done Building Applications (Compile) ==========

build:
     [echo] [build] ========== Start Building Special Purpose (Compile) ==========

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/ecommerce/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/ecommerce/build/lib

classes:
  [javac16] Compiling 1 source file to /opt/ofbiz/specialpurpose/ecommerce/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/ecommerce/build/lib/ofbiz-ecommerce.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/pos/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/pos/build/lib

classes:
  [javac16] Compiling 59 source files to /opt/ofbiz/specialpurpose/pos/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/pos/build/lib/ofbiz-pos.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/hhfacility/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/hhfacility/build/lib

classes:
  [javac16] Compiling 2 source files to /opt/ofbiz/specialpurpose/hhfacility/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/hhfacility/build/lib/ofbiz-hhfacility.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/assetmaint/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/assetmaint/build/lib

classes:
  [javac16] Compiling 1 source file to /opt/ofbiz/specialpurpose/assetmaint/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/assetmaint/build/lib/ofbiz-assetmaint.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/oagis/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/oagis/build/lib

classes:
  [javac16] Compiling 3 source files to /opt/ofbiz/specialpurpose/oagis/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/oagis/build/lib/ofbiz-oagis.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/googlebase/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/googlebase/build/lib

classes:
  [javac16] Compiling 2 source files to /opt/ofbiz/specialpurpose/googlebase/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/googlebase/build/lib/ofbiz-googlebase.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/ebay/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/ebay/build/lib

classes:
  [javac16] Compiling 4 source files to /opt/ofbiz/specialpurpose/ebay/build/classes
  [javac16] Note: Some input files use unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/ebay/build/lib/ofbiz-ebay.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/ebaystore/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/ebaystore/build/lib

classes:
  [javac16] Compiling 10 source files to /opt/ofbiz/specialpurpose/ebaystore/build/classes
  [javac16] /opt/ofbiz/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStoreHelper.java:99: warning: sun.net.www.content.text.Generic is Sun proprietary API and may be removed in a future release
  [javac16] import sun.net.www.content.text.Generic;
  [javac16]                                ^
  [javac16] Note: Some input files use unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.
  [javac16] 1 warning

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/ebaystore/build/lib/ofbiz-ebaystore.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/projectmgr/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/projectmgr/build/lib

classes:
  [javac16] Compiling 1 source file to /opt/ofbiz/specialpurpose/projectmgr/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/projectmgr/build/lib/ofbiz-projectmgr.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/ldap/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/ldap/build/lib

classes:
  [javac16] Compiling 6 source files to /opt/ofbiz/specialpurpose/ldap/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/ldap/build/lib/ofbiz-ldap.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/crowd/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/crowd/build/lib

classes:
  [javac16] Compiling 32 source files to /opt/ofbiz/specialpurpose/crowd/build/classes
  [javac16] Note: Some input files use unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/crowd/build/lib/ofbiz-crowd.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/googlecheckout/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/googlecheckout/build/lib

classes:
  [javac16] Compiling 3 source files to /opt/ofbiz/specialpurpose/googlecheckout/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/googlecheckout/build/lib/ofbiz-googlecheckout.jar

init:

prepare:
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/webpos/build/classes
    [mkdir] Created dir: /opt/ofbiz/specialpurpose/webpos/build/lib

classes:
  [javac16] Compiling 3 source files to /opt/ofbiz/specialpurpose/webpos/build/classes

jar:
      [jar] Building jar: /opt/ofbiz/specialpurpose/webpos/build/lib/ofbiz-webpos.jar
     [echo] [build] ========== Done Building Special Purpose (Compile) ==========
   [subant] No sub-builds to iterate on

clean-svninfo:
     [echo] Resetting svninfo...
     [echo] Done!
     [echo] [build] ========== Done Building (Compile) ==========

run-install:
     [java] Set OFBIZ_HOME to - /opt/ofbiz
     [java] Admin socket not configured; set to port 0

=============ofbiz.log=========================

     [java] 2010-06-06 15:11:50,697 (main) [    ContainerLoader.java:50 :INFO ] [Startup] Loading containers...
     [java] 2010-06-06 15:11:51,021 (main) [ ComponentContainer.java:176:INFO ] Auto-Loading component directory : [/opt/ofbiz/framework]
     [java] 2010-06-06 15:11:51,052 (main) [ ComponentContainer.java:235:INFO ] Loading component : [geronimo]
     [java] 2010-06-06 15:11:51,068 (main) [ ComponentContainer.java:235:INFO ] Loading component : [sql]
     [java] 2010-06-06 15:11:51,086 (main) [ ComponentContainer.java:235:INFO ] Loading component : [entity]
     [java] 2010-06-06 15:11:51,102 (main) [ ComponentContainer.java:235:INFO ] Loading component : [catalina]
     [java] 2010-06-06 15:11:51,118 (main) [ ComponentContainer.java:235:INFO ] Loading component : [security]
     [java] 2010-06-06 15:11:51,132 (main) [ ComponentContainer.java:235:INFO ] Loading component : [datafile]
     [java] 2010-06-06 15:11:51,145 (main) [ ComponentContainer.java:235:INFO ] Loading component : [minilang]
     [java] 2010-06-06 15:11:51,163 (main) [ ComponentContainer.java:235:INFO ] Loading component : [common]
     [java] 2010-06-06 15:11:51,182 (main) [ ComponentContainer.java:235:INFO ] Loading component : [service]
     [java] 2010-06-06 15:11:51,196 (main) [ ComponentContainer.java:235:INFO ] Loading component : [entityext]
     [java] 2010-06-06 15:11:51,209 (main) [ ComponentContainer.java:235:INFO ] Loading component : [bi]
     [java] 2010-06-06 15:11:51,222 (main) [ ComponentContainer.java:235:INFO ] Loading component : [birt]
     [java] 2010-06-06 15:11:51,238 (main) [ ComponentContainer.java:235:INFO ] Loading component : [webapp]
     [java] 2010-06-06 15:11:51,250 (main) [ ComponentContainer.java:235:INFO ] Loading component : [guiapp]
     [java] 2010-06-06 15:11:51,262 (main) [ ComponentContainer.java:235:INFO ] Loading component : [widget]
     [java] 2010-06-06 15:11:51,274 (main) [ ComponentContainer.java:235:INFO ] Loading component : [appservers]
     [java] 2010-06-06 15:11:51,287 (main) [ ComponentContainer.java:235:INFO ] Loading component : [testtools]
     [java] 2010-06-06 15:11:51,299 (main) [ ComponentContainer.java:235:INFO ] Loading component : [webtools]
     [java] 2010-06-06 15:11:51,312 (main) [ ComponentContainer.java:235:INFO ] Loading component : [webslinger]
     [java] 2010-06-06 15:11:51,327 (main) [ ComponentContainer.java:235:INFO ] Loading component : [images]
     [java] 2010-06-06 15:11:51,341 (main) [ ComponentContainer.java:235:INFO ] Loading component : [example]
     [java] 2010-06-06 15:11:51,352 (main) [ ComponentContainer.java:235:INFO ] Loading component : [exampleext]
     [java] 2010-06-06 15:11:51,353 (main) [ ComponentContainer.java:176:INFO ] Auto-Loading component directory : [/opt/ofbiz/themes]
     [java] 2010-06-06 15:11:51,364 (main) [ ComponentContainer.java:235:INFO ] Loading component : [bluelight]
     [java] 2010-06-06 15:11:51,375 (main) [ ComponentContainer.java:235:INFO ] Loading component : [tomahawk]
     [java] 2010-06-06 15:11:51,387 (main) [ ComponentContainer.java:235:INFO ] Loading component : [bizznesstime]
     [java] 2010-06-06 15:11:51,398 (main) [ ComponentContainer.java:235:INFO ] Loading component : [droppingcrumbs]
     [java] 2010-06-06 15:11:51,409 (main) [ ComponentContainer.java:235:INFO ] Loading component : [flatgrey]
     [java] 2010-06-06 15:11:51,419 (main) [ ComponentContainer.java:235:INFO ] Loading component : [multiflex]
     [java] 2010-06-06 15:11:51,420 (main) [ ComponentContainer.java:176:INFO ] Auto-Loading component directory : [/opt/ofbiz/applications]
     [java] 2010-06-06 15:11:51,438 (main) [ ComponentContainer.java:235:INFO ] Loading component : [party]
     [java] 2010-06-06 15:11:51,449 (main) [ ComponentContainer.java:235:INFO ] Loading component : [securityext]
     [java] 2010-06-06 15:11:51,466 (main) [ ComponentContainer.java:235:INFO ] Loading component : [content]
     [java] 2010-06-06 15:11:51,480 (main) [ ComponentContainer.java:235:INFO ] Loading component : [workeffort]
     [java] 2010-06-06 15:11:51,504 (main) [ ComponentContainer.java:235:INFO ] Loading component : [product]
     [java] 2010-06-06 15:11:51,517 (main) [ ComponentContainer.java:235:INFO ] Loading component : [manufacturing]
     [java] 2010-06-06 15:11:51,537 (main) [ ComponentContainer.java:235:INFO ] Loading component : [accounting]
     [java] 2010-06-06 15:11:51,538 (main) [ ComponentContainer.java:273:WARN ] Location '/opt/ofbiz/applications/accounting/lib/cybersource' does not exist
     [java] 2010-06-06 15:11:51,538 (main) [ ComponentContainer.java:273:WARN ] Location '/opt/ofbiz/applications/accounting/lib/worldpay' does not exist
     [java] 2010-06-06 15:11:51,549 (main) [ ComponentContainer.java:235:INFO ] Loading component : [humanres]
     [java] 2010-06-06 15:11:51,563 (main) [ ComponentContainer.java:235:INFO ] Loading component : [order]
     [java] 2010-06-06 15:11:51,575 (main) [ ComponentContainer.java:235:INFO ] Loading component : [marketing]
     [java] 2010-06-06 15:11:51,587 (main) [ ComponentContainer.java:235:INFO ] Loading component : [commonext]
     [java] 2010-06-06 15:11:51,588 (main) [ ComponentContainer.java:176:INFO ] Auto-Loading component directory : [/opt/ofbiz/specialpurpose]
     [java] 2010-06-06 15:11:51,608 (main) [ ComponentContainer.java:235:INFO ] Loading component : [ecommerce]
     [java] 2010-06-06 15:11:51,618 (main) [ ComponentContainer.java:235:INFO ] Loading component : [pos]
     [java] 2010-06-06 15:11:51,629 (main) [ ComponentContainer.java:235:INFO ] Loading component : [hhfacility]
     [java] 2010-06-06 15:11:51,640 (main) [ ComponentContainer.java:235:INFO ] Loading component : [assetmaint]
     [java] 2010-06-06 15:11:51,650 (main) [ ComponentContainer.java:235:INFO ] Loading component : [cmssite]
     [java] 2010-06-06 15:11:51,660 (main) [ ComponentContainer.java:235:INFO ] Loading component : [ofbiz]
     [java] 2010-06-06 15:11:51,671 (main) [ ComponentContainer.java:235:INFO ] Loading component : [projectmgr]
     [java] 2010-06-06 15:11:51,682 (main) [ ComponentContainer.java:235:INFO ] Loading component : [oagis]
     [java] 2010-06-06 15:11:51,694 (main) [ ComponentContainer.java:235:INFO ] Loading component : [googlebase]
     [java] 2010-06-06 15:11:51,705 (main) [ ComponentContainer.java:235:INFO ] Loading component : [googlecheckout]
     [java] 2010-06-06 15:11:51,716 (main) [ ComponentContainer.java:235:INFO ] Loading component : [ebay]
     [java] 2010-06-06 15:11:51,727 (main) [ ComponentContainer.java:235:INFO ] Loading component : [ebaystore]
     [java] 2010-06-06 15:11:51,737 (main) [ ComponentContainer.java:235:INFO ] Loading component : [myportal]
     [java] 2010-06-06 15:11:51,746 (main) [ ComponentContainer.java:235:INFO ] Loading component : [webpos]
     [java] 2010-06-06 15:11:51,754 (main) [ ComponentContainer.java:235:INFO ] Loading component : [crowd]
     [java] 2010-06-06 15:11:51,755 (main) [ ComponentContainer.java:176:INFO ] Auto-Loading component directory : [/opt/ofbiz/hot-deploy]
     [java] 2010-06-06 15:11:51,777 (main) [ ComponentContainer.java:145:INFO ] All components loaded
     [java] 2010-06-06 15:11:52,025 (main) [ClassLoaderContainer.java:50 :INFO ] CachedClassLoader created
     [java] 2010-06-06 15:11:52,046 (main) [    ContainerLoader.java:95 :INFO ] [Startup] Starting containers...
     [java] 2010-06-06 15:11:52,051 (main) [DelegatorFactoryImpl.java:30 :INFO ] Creating new delegator [default] (main)
     [java] Loaded ESAPI properties from classpath
     [java]   ========Master Configuration========
     [java]   |   LogEncodingRequired=false
     [java]   |   LogLevel=ALL
     [java]   |   MaxUploadFileBytes=500000000
     [java]   |   ResponseContentType=text/html; charset=UTF-8
     [java]   |   ValidExtensions=.zip,.pdf,.doc,.docx,.ppt,.pptx,.tar,.gz,.tgz,.rar,.war,.jar,.ear,.xls,.rtf,.properties,.java,.class,.txt,.xml,.jsp,.jsf,.exe,.dll
     [java]   |   Validator.AccountName=^[a-zA-Z0-9]{3,20}$
     [java]   |   Validator.CreditCard=^(\d{4}[- ]?){3}\d{4}$
     [java]   |   Validator.DirectoryName=^[a-zA-Z0-9.-\_ ]{0,255}$
     [java]   |   Validator.Email=^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[a-zA-Z]{2,4}$
     [java]   |   Validator.FileName=^[a-zA-Z0-9.\-_ ]{0,255}$
     [java]   |   Validator.HTTPCookieName=^[a-zA-Z0-9\-_]{0,32}$
     [java]   |   Validator.HTTPCookieValue=^[a-zA-Z0-9\-\/+=_ ]*$
     [java]   |   Validator.HTTPHeaderName=^[a-zA-Z0-9\-_]{0,32}$
     [java]   |   Validator.HTTPHeaderValue=^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_ ]*$
     [java]   |   Validator.HTTPParameterName=^[a-zA-Z0-9_]{0,32}$
     [java]   |   Validator.HTTPParameterValue=^[a-zA-Z0-9.\-\/+=_ ]*$
     [java]   |   Validator.IPAddress=^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
     [java]   |   Validator.Redirect=^\/test.*$
     [java]   |   Validator.RoleName=^[a-z]{1,20}$
     [java]   |   Validator.SSN=^(?!000)([0-6]\d{2}|7([0-6]\d|7[012]))([ -]?)(?!00)\d\d\3(?!0000)\d{4}$
     [java]   |   Validator.SafeString=^[p{L}p{N}.]{0,1024}$
     [java]   |   Validator.SystemCommand=^[a-zA-Z\-\/]{0,64}$
     [java]   |   Validator.URL=^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\:\'\/\\\+=&%\$#_]*)?$
     [java]   |   event.test.actions=disable,log
     [java]   |   event.test.count=2
     [java]   |   event.test.interval=10
     [java]   |   org.owasp.esapi.errors.IntegrityException.actions=log,disable,logout
     [java]   |   org.owasp.esapi.errors.IntegrityException.count=10
     [java]   |   org.owasp.esapi.errors.IntegrityException.interval=5
     [java]   |   org.owasp.esapi.errors.IntrusionException.actions=log,disable,logout
     [java]   |   org.owasp.esapi.errors.IntrusionException.count=1
     [java]   |   org.owasp.esapi.errors.IntrusionException.interval=1
     [java] 2010-06-06 15:11:54,376 (main) [    ModelViewEntity.java:532: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
     [java] 2010-06-06 15:11:54,442 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortAssocFromView because one already exists with the alias name [sequenceNum] and field name [WEFROM(WorkEffort).sequenceNum], existing field name is [WEA.sequenceNum]
     [java] 2010-06-06 15:11:54,444 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortAssocToView because one already exists with the alias name [sequenceNum] and field name [WETO(WorkEffort).sequenceNum], existing field name is [WEA.sequenceNum]
     [java] 2010-06-06 15:11:54,451 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [facilityId] and field name [PROD(Product).facilityId], existing field name is [WE.facilityId]
     [java] 2010-06-06 15:11:54,451 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [description] and field name [PROD(Product).description], existing field name is [WE.description]
     [java] 2010-06-06 15:11:54,452 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [reserv2ndPPPerc] and field name [PROD(Product).reserv2ndPPPerc], existing field name is [WE.reserv2ndPPPerc]
     [java] 2010-06-06 15:11:54,452 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [reservNthPPPerc] and field name [PROD(Product).reservNthPPPerc], existing field name is [WE.reservNthPPPerc]
     [java] 2010-06-06 15:11:54,453 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [createdDate] and field name [PROD(Product).createdDate], existing field name is [WE.createdDate]
     [java] 2010-06-06 15:11:54,453 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [createdByUserLogin] and field name [PROD(Product).createdByUserLogin], existing field name is [WE.createdByUserLogin]
     [java] 2010-06-06 15:11:54,454 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [lastModifiedDate] and field name [PROD(Product).lastModifiedDate], existing field name is [WE.lastModifiedDate]
     [java] 2010-06-06 15:11:54,454 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [lastModifiedByUserLogin] and field name [PROD(Product).lastModifiedByUserLogin], existing field name is [WE.lastModifiedByUserLogin]
     [java] 2010-06-06 15:11:54,763 (main) [    ModelViewEntity.java:532: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
     [java] 2010-06-06 15:11:54,764 (main) [    ModelViewEntity.java:532: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
     [java] 2010-06-06 15:11:54,767 (main) [    ModelViewEntity.java:532: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
     [java] 2010-06-06 15:11:54,767 (main) [    ModelViewEntity.java:532: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
     [java] 2010-06-06 15:11:54,883 (main) [    ModelViewEntity.java:532: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
     [java] 2010-06-06 15:11:54,883 (main) [    ModelViewEntity.java:532: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
     [java] 2010-06-06 15:11:54,944 (main) [        ModelReader.java:389:INFO ] FINISHED LOADING ENTITIES - ALL FILES; #Entities=848 #ViewEntities=267 #Fields=8857 #Relationships=2925 #AutoRelationships=2157
     [java] 2010-06-06 15:11:54,960 (main) [   GenericDelegator.java:244:INFO ] Doing entity definition check...
     [java] 2010-06-06 15:11:54,964 (main) [ ModelEntityChecker.java:502:INFO ] [initReservedWords] array length=1023
     [java] Exception in thread "main" java.lang.NullPointerException
     [java] at org.ofbiz.entity.GenericDelegator.getEntityFieldType(GenericDelegator.java:555)
     [java] at org.ofbiz.entity.model.ModelEntityChecker.checkEntities(ModelEntityChecker.java:101)
     [java] at org.ofbiz.entity.GenericDelegator.<init>(GenericDelegator.java:245)
     [java] at org.ofbiz.entity.DelegatorFactoryImpl.getInstance(DelegatorFactoryImpl.java:33)
     [java] at org.ofbiz.entity.DelegatorFactoryImpl.getInstance(DelegatorFactoryImpl.java:25)
     [java] at org.ofbiz.base.util.UtilObject.getObjectFromFactory(UtilObject.java:202)
     [java] at org.ofbiz.entity.DelegatorFactory.getDelegator(DelegatorFactory.java:47)
     [java] at org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:230)
     [java] at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100)
     [java] at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
     [java] at org.ofbiz.base.start.Start.startServer(Start.java:322)
     [java] 2010-06-06 15:11:55,035 (OFBiz_Shutdown_Hook) [    ContainerLoader.java:113:INFO ] Shutting down containers
     [java] at org.ofbiz.base.start.Start.start(Start.java:326)
     [java] at org.ofbiz.base.start.Start.main(Start.java:411)
     [java] Java Result: 1

BUILD SUCCESSFUL
Total time: 36 seconds
[root@cerp ofbiz]# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 29
Server version: 5.0.77 Source distribution
2010-06-06 15:11:51,777 (main) [ ComponentContainer.java:145:INFO ] All components loaded
2010-06-06 15:11:52,025 (main) [ClassLoaderContainer.java:50 :INFO ] CachedClassLoader created
2010-06-06 15:11:52,046 (main) [    ContainerLoader.java:95 :INFO ] [Startup] Starting containers...
2010-06-06 15:11:52,051 (main) [DelegatorFactoryImpl.java:30 :INFO ] Creating new delegator [default] (main)
2010-06-06 15:11:54,376 (main) [    ModelViewEntity.java:532: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
2010-06-06 15:11:54,442 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortAssocFromView because one already exists with the alias name [sequenceNum] and field name [WEFROM(WorkEffort).sequenceNum], existing field name is [WEA.sequenceNum]
2010-06-06 15:11:54,444 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortAssocToView because one already exists with the alias name [sequenceNum] and field name [WETO(WorkEffort).sequenceNum], existing field name is [WEA.sequenceNum]
2010-06-06 15:11:54,451 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [facilityId] and field name [PROD(Product).facilityId], existing field name is [WE.facilityId]
2010-06-06 15:11:54,451 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [description] and field name [PROD(Product).description], existing field name is [WE.description]
2010-06-06 15:11:54,452 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [reserv2ndPPPerc] and field name [PROD(Product).reserv2ndPPPerc], existing field name is [WE.reserv2ndPPPerc]
2010-06-06 15:11:54,452 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [reservNthPPPerc] and field name [PROD(Product).reservNthPPPerc], existing field name is [WE.reservNthPPPerc]
2010-06-06 15:11:54,453 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [createdDate] and field name [PROD(Product).createdDate], existing field name is [WE.createdDate]
2010-06-06 15:11:54,453 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [createdByUserLogin] and field name [PROD(Product).createdByUserLogin], existing field name is [WE.createdByUserLogin]
2010-06-06 15:11:54,454 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [lastModifiedDate] and field name [PROD(Product).lastModifiedDate], existing field name is [WE.lastModifiedDate]
2010-06-06 15:11:54,454 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [lastModifiedByUserLogin] and field name [PROD(Product).lastModifiedByUserLogin], existing field name is [WE.lastModifiedByUserLogin]
2010-06-06 15:11:54,763 (main) [    ModelViewEntity.java:532: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
2010-06-06 15:11:54,764 (main) [    ModelViewEntity.java:532: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
2010-06-06 15:11:54,767 (main) [    ModelViewEntity.java:532: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
2010-06-06 15:11:54,767 (main) [    ModelViewEntity.java:532: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
2010-06-06 15:11:54,883 (main) [    ModelViewEntity.java:532: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
2010-06-06 15:11:54,883 (main) [    ModelViewEntity.java:532: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
2010-06-06 15:11:54,944 (main) [        ModelReader.java:389:INFO ] FINISHED LOADING ENTITIES - ALL FILES; #Entities=848 #ViewEntities=267 #Fields=8857 #Relationships=2925 #AutoRelationships=2157
2010-06-06 15:11:54,960 (main) [   GenericDelegator.java:244:INFO ] Doing entity definition check...
2010-06-06 15:11:54,964 (main) [ ModelEntityChecker.java:502:INFO ] [initReservedWords] array length=1023
2010-06-06 15:11:55,035 (OFBiz_Shutdown_Hook) [    ContainerLoader.java:113:INFO ] Shutting down containers
(END)

=========debug.log============
2010-06-06 15:11:51,755 (main) [ ComponentContainer.java:176:INFO ] Auto-Loading component directory : [/opt/ofbiz/hot-deploy]
2010-06-06 15:11:51,777 (main) [ ComponentContainer.java:145:INFO ] All components loaded
2010-06-06 15:11:52,025 (main) [ClassLoaderContainer.java:50 :INFO ] CachedClassLoader created
2010-06-06 15:11:52,046 (main) [    ContainerLoader.java:95 :INFO ] [Startup] Starting containers...
2010-06-06 15:11:52,051 (main) [DelegatorFactoryImpl.java:30 :INFO ] Creating new delegator [default] (main)
2010-06-06 15:11:54,442 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortAssocFromView because one already exists with the alias name [sequenceNum] and field name [WEFROM(WorkEffort).sequenceNum], existing field name is [WEA.sequenceNum]
2010-06-06 15:11:54,444 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortAssocToView because one already exists with the alias name [sequenceNum] and field name [WETO(WorkEffort).sequenceNum], existing field name is [WEA.sequenceNum]
2010-06-06 15:11:54,451 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [facilityId] and field name [PROD(Product).facilityId], existing field name is [WE.facilityId]
2010-06-06 15:11:54,451 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [description] and field name [PROD(Product).description], existing field name is [WE.description]
2010-06-06 15:11:54,452 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [reserv2ndPPPerc] and field name [PROD(Product).reserv2ndPPPerc], existing field name is [WE.reserv2ndPPPerc]
2010-06-06 15:11:54,452 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [reservNthPPPerc] and field name [PROD(Product).reservNthPPPerc], existing field name is [WE.reservNthPPPerc]
2010-06-06 15:11:54,453 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [createdDate] and field name [PROD(Product).createdDate], existing field name is [WE.createdDate]
2010-06-06 15:11:54,453 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [createdByUserLogin] and field name [PROD(Product).createdByUserLogin], existing field name is [WE.createdByUserLogin]
2010-06-06 15:11:54,454 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [lastModifiedDate] and field name [PROD(Product).lastModifiedDate], existing field name is [WE.lastModifiedDate]
2010-06-06 15:11:54,454 (main) [    ModelViewEntity.java:690:INFO ] Throwing out field alias in view entity WorkEffortProductGoods because one already exists with the alias name [lastModifiedByUserLogin] and field name [PROD(Product).lastModifiedByUserLogin], existing field name is [WE.lastModifiedByUserLogin]
2010-06-06 15:11:54,944 (main) [        ModelReader.java:389:INFO ] FINISHED LOADING ENTITIES - ALL FILES; #Entities=848 #ViewEntities=267 #Fields=8857 #Relationships=2925 #AutoRelationships=2157
2010-06-06 15:11:54,960 (main) [   GenericDelegator.java:244:INFO ] Doing entity definition check...
2010-06-06 15:11:54,964 (main) [ ModelEntityChecker.java:502:INFO ] [initReservedWords] array length=1023
2010-06-06 15:11:55,035 (OFBiz_Shutdown_Hook) [    ContainerLoader.java:113:INFO ] Shutting down containers
(END)