Hi R.S

Did you try to run the run-install (ant task), This does the default data
setup required for starting the application properly. The following are not
errors, it is creating the required tables in the database, which is fine

main) [       DatabaseUtil.java:343:WARN ] Entity [OagisMessageErrorInfo]
has
no table in the database
(main) [       DatabaseUtil.java:356:INFO ] Created table
[OFBIZ.OAGIS_MESSAGE_ERROR_INFO]
 (main) [       DatabaseUtil.java:2961:INFO ] Created 1 foreign key indices
for
entity [OagisMessageErrorInfo]
(main) [       DatabaseUtil.java:2310:INFO ] Created 1 foreign keys for
entity
[OagisMessageErrorInfo]
(main) [       DatabaseUtil.java:2754:INFO ] Created 2 declared indices for
entity [OagisMessageErrorInfo]
)


- YOKEPOWER

On Thu, Sep 24, 2009 at 11:14 AM, R. S. <[email protected]> wrote:

> Hello everybody,
> I'm new in handling with ofbiz and I try to teach it by my self. Please
> excuse
> my bad English.
> Some days ago I checked out OFBIZ with Eclipse
> (http://svn.apache.org/repos/asf/ofbiz/branches/release09.04). I started
> the
> build-file by ant and after it the ofbiz-server, it worked fine.
> In firefox at localhost and port 8080 tallied the side/shop without any
> errors.
>
> Yesterday after the update of ofbiz in Eclipse I started the server and I
> saw
> errors like this: (in the log file:
>
>  (main) [       DatabaseUtil.java:343:WARN ] Entity [OagisMessageErrorInfo]
> has
> no table in the database
> (main) [       DatabaseUtil.java:356:INFO ] Created table
> [OFBIZ.OAGIS_MESSAGE_ERROR_INFO]
>  (main) [       DatabaseUtil.java:2961:INFO ] Created 1 foreign key indices
> for
> entity [OagisMessageErrorInfo]
> (main) [       DatabaseUtil.java:2310:INFO ] Created 1 foreign keys for
> entity
> [OagisMessageErrorInfo]
> (main) [       DatabaseUtil.java:2754:INFO ] Created 2 declared indices for
> entity [OagisMessageErrorInfo]
> )
> and after it this error message in firefox:
>
>
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
> [component://ecommerce/widget/CommonScreens.xml#leftbar]:
> org.ofbiz.entity.transaction.GenericTransactionException: The current
> transaction is marked for rollback, not beginning a new transaction and
> aborting
> current operation; the rollbackOnly was caused by: Error in simple-method
> [Get
> visual theme resources
> [file:/home/name/workspace/ofbiz%209.4/framework/common/script/org/ofbiz/common/CommonServices.xml#getVisualThemeResources]]:
>
> ; [Visual Theme resources not found.] (The current transaction is marked
> for
> rollback, not beginning a new transaction and aborting current operation;
> the
> rollbackOnly was caused by: Error in simple-method [Get visual theme
> resources
> [file:/home/name/workspace/ofbiz%209.4/framework/common/script/org/ofbiz/common/CommonServices.xml#getVisualThemeResources]]:
>
> ; [Visual Theme resources not found.])
>
> Please help me in debugging. I don`t know what I should to do.
> System: Ubuntu 9.04
> SDK 1.5
>
> best regards
> Rudi
>
>

Reply via email to