Ok, I am getting closer. Here's the recent error message:
941 [main] INFO org.ofbiz.entity.GenericDelegator - Doing entity definition check... 951 [main] INFO NoModule - [initReservedWords] array length=1023 977 [ofbiz-config-0] INFO org.ofbiz.entity.GenericDelegator - Delegator "default" initializing helper "localderby" for entity group "org.ofbiz". 1024 [ofbiz-config-0] INFO org.ofbiz.entity.GenericDelegator - Doing database check as requested in entityengine.xml with addMissing=true 10494 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - Database Product Name is Apache Derby 10495 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - Database Product Version is 10.8.2.2 - (1181258) 10495 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - Database Driver Name is Apache Derby Embedded JDBC Driver 10495 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - Database Driver Version is 10.8.2.2 - (1181258) 10495 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - Database Driver JDBC Version is 4.0 10495 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - Database Setting/Support Information (those with a * should be true): 10498 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - supports transactions [true]* 10498 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - isolation None [false] 10498 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - isolation ReadCommitted [true] 10498 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - isolation ReadUncommitted [true] 10498 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - isolation RepeatableRead [true] 10499 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - isolation Serializable [true] 10499 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - forward only type [true] 10499 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - scroll sensitive type [false] 10499 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - scroll insensitive type [true] 10500 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - is case sensitive [false] 10500 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - stores LowerCase [false] 10500 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - stores MixedCase [false] 10500 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - stores UpperCase [true] 10501 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - max table name length [128] 10501 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - max column name length [128] 10501 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - concurrent connections [0] 10501 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - concurrent statements [0] 10501 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - ANSI SQL92 Entry [true] 10502 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - ANSI SQL92 Intermediate [false] 10502 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - ANSI SQL92 Full [false] 10502 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - ODBC SQL Grammar Core [false] 10502 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - ODBC SQL Grammar Extended [false] 10503 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - ODBC SQL Grammar Minimum [true] 10503 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - outer joins [true]* 10503 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - limited outer joins [true] 10504 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - full outer joins [false] 10504 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - group by [true]* 10504 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - group by not in select [true] 10504 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - column aliasing [true] 10504 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - order by not in select [false] 10504 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - alter table add column [true]* 10504 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - non-nullable column [true]* 10510 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - default fetchsize [1] 10510 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - - named parameters [ SKIPPED ] 10510 [ofbiz-config-0] INFO org.ofbiz.entity.jdbc.DatabaseUtil - Getting Table Info From Database 10980 [main] ERROR org.ofbiz.entity.GenericDelegator - ---- exception report ---------------------------------------------------------- Failure in findListIteratorByCondition operation for entity [DynamicView]: org.ofbiz.entity.GenericModelException: Could not find definition for entity name EntityKeyStore. Rolling back transaction. Exception: org.ofbiz.entity.GenericModelException Message: Could not find definition for entity name EntityKeyStore ---- stack trace --------------------------------------------------------------- org.ofbiz.entity.GenericModelException: Could not find definition for entity name EntityKeyStore org.ofbiz.entity.model.ModelReader.getModelEntity(ModelReader.java:452) org.ofbiz.entity.GenericDelegator.findCountByCondition(GenericDelegator.java:1840) org.ofbiz.entity.util.EntityCrypto.<init>(EntityCrypto.java:58) I still don't know the solution. Anyone ? On Fri, Jan 27, 2012 at 2:46 PM, Mansour Al Akeel <[email protected]> wrote: > This is issue is still pending. The recent revision from trunk doesn't > work on external tomcat. > And I was not able to trouble shoot the issue. > I commented out all the app context in the generated > TOMCAT_HOME/conf/server.xml and left bi to see the results. > All I get is: > > > INFO: Starting service Catalina > Jan 27, 2012 2:34:36 PM org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/6.0.29 > Jan 27, 2012 2:34:37 PM org.apache.catalina.core.StandardContext start > SEVERE: Error listenerStart > Jan 27, 2012 2:34:37 PM org.apache.catalina.core.StandardContext start > SEVERE: Context [/bi] startup failed due to previous errors > Jan 27, 2012 2:34:37 PM org.apache.catalina.startup.HostConfig > deployDescriptor > INFO: Deploying configuration descriptor manager.xml > Jan 27, 2012 2:34:37 PM org.apache.catalina.startup.HostConfig > deployDescriptor > > I managed to get it running in the past with 10.04, but not from > trunk. The svn doesn't show any significant changes. Any help ? > > > On Sun, Jan 15, 2012 at 7:46 AM, Mansour Al Akeel > <[email protected]> wrote: >> Can you please provide details about how to generating the templates for >> tomcat7 ? >> I can see only tomcat6 and tomcat55. >> >> On Sun Jan 15,2012 09:32 am, Erwan de FERRIERES wrote: >>> Le 14/01/2012 23:54, Mansour Al Akeel a ?crit : >>> > It has been a month, and no answer yet. Is there some missing >>> > information, that may help solving this issue. I remember it worked with >>> > ofbiz-10.04 . If running under tomcat for 11.04 or trunk-SVN, is no >>> > longer supported then please let me know. >>> > >>> > >>> > >>> > >>> > On Thu Dec 15,2011 03:53 pm, Mansour Al Akeel wrote: >>> >> I am trying to running ofbiz under a stanalone tomcat as per >>> >> https://cwiki.apache.org/confluence/display/OFBTECH/Tomcat >>> >> >>> >> I am unable to run it as described. I am using the same version of >>> >> tomcat in the document: 6.0.16 >>> >> >>> >>> Hi Mansour, >>> >>> OFBiz trunk is now using tomcat 7. If you still want to use a tomcat 6, >>> you may take a revision before 1203470 >>> http://svn.apache.org/viewvc?rev=1203470&view=rev (november 18th) from >>> the OFBiz svn. >>> >>> Cheers, >>> >>> -- >>> Erwan de FERRIERES >>> www.nereide.biz
