Questions tagged [ofbiz]

Apache OFBiz® is an open source product for the automation of enterprise processes that includes framework components and business applications for ERP (Enterprise Resource Planning), CRM (Customer Relationship Management), E-Business / E-Commerce, SCM (Supply Chain Management), MRP (Manufacturing Resource Planning), MMS/EAM (Maintenance Management System/Enterprise Asset Management). Apache OFBiz is a project of The Apache Software Foundation.

Apache OFBiz (The Apache Open For Business Project) is an open source enterprise automation software. By open source enterprise automation we mean: Open Source ERP, Open Source CRM, Open Source E-Commerce, Open Source SCM, Open Source MRP, Open Source CMMS/EAM, and so on.

Reference:

312 questions
0
votes
1 answer

Installing OfBiz on PostgreSQL

I attempted to setup OFBiz on PostgreSQL, but when I run the server, I get this error when I visit http://server_address:8080/ecommerce/: org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen…
Tim Pogue
  • 293
  • 2
  • 14
0
votes
2 answers

Ofbiz POS(Point of Sale) cannot be started

I'm trying run Ofbiz POS and getting the following error. I'm using Ofbiz 13.xx.xx Caused by: java.io.IOException: Cannot load configuration properties : org/ofbiz /base/start/-pos.properties When I run java -jar ofbiz.jar pos The server was…
zawhtut
  • 8,335
  • 5
  • 52
  • 76
0
votes
1 answer

how to define and use composite primary key in Apache OFBiz

I have created an entity with composite primary key.
Vamsi Krishna
  • 140
  • 1
  • 1
  • 6
0
votes
2 answers

BIRT report modification

I am a student who is new with OFBIZ and BIRT , I am trying to modify the existing report "Payments Report" , but i cant get any data . and i think because of that i am getting error , The following items have errors: ReportDesign (id = 1): + An…
Archangle
  • 312
  • 1
  • 4
  • 23
0
votes
1 answer

error-page tag not rendering appropriate error page when request comes as forward

I have an application and so web.xml. In web.xml I configured error page as below 404 /error/err404.jsp The above thing works perfectly for a uri that is not exists…
venky
  • 400
  • 1
  • 6
  • 19
0
votes
1 answer

org.ofbiz.base.util.UtilMisc "error"

I got a problem with a function of ofbiz, which I can't explain: The following code is marked with an error (in eclipse): UtilMisc = org.ofbiz.base.util.UtilMisc The method toList(T, T, T, T, T, T) in the type UtilMisc is not applicable for the…
LStrike
  • 1,598
  • 4
  • 26
  • 58
0
votes
2 answers

Migrating Apache OFBiz data from one system to another (system have similar configurations)

I have setup an E-Commerce on apache-ofbiz-12.04.02 which is running on Windows 7. Now I want to do same setup on my Friend's system. So is it possible to export the data from this OFBiz to another OFBiz on different system? Well, there is a export…
Vikramjit
  • 65
  • 5
0
votes
1 answer

JVM PermGen heap not getting cleared after program termination

I am running a Web Based Java Application on JBoss and Ofbiz. When I did memory profiling of the JVM using VisualVM I found that a huge amount of classes and their objects are getting uploaded to the heap, but not getting cleared/unloaded after the…
kajarigd
  • 1,299
  • 3
  • 28
  • 46
0
votes
1 answer

How does Ofbiz handle sessions?

Sorry for any silly question but I am just about to learn about the web. I have an application (called OFBench) that uses the Selenium library to simulate user browsing behavior of website. The web site is built on the Ofbiz template (nothing more…
CrazyGreenHand
  • 193
  • 1
  • 9
  • 19
0
votes
1 answer

ofbiz product relationship

I purchase from a manufacturer gift cards (not virtual ones, but real plastic ones), and keep it in my warehouse as serialized inventory, this base product is not salable. i sell them as another products, that has additional virtual…
0
votes
2 answers

How to solve Admin socket not configured in ofbiz

I am new in Apache ofbiz.i have downloaded and configured it with ant.Its running locally now in my machine. "https://localhost:8443/catalog/control/main" its my local URL. Now i am trying to configure with eclipse.But after importing this to…
lucifer
  • 2,297
  • 18
  • 58
  • 100
0
votes
1 answer

How to get distinct record from OFBiz entity model?

I want the view entity for query select distinct p.product_id, p.internal_name from product p inner join supplier_product sp on p.product_id=sp.product_id I tried
ms74
  • 77
  • 1
  • 14
0
votes
2 answers

Can't we delete a record which has a auto generated sequence id field

I am working on ofbiz. Am just trying to delete a record from a table, in which there is a field with an auto generated sequence id. Am trying to delete the record by simple method, using tag. But it is showing below error: [java] 2014-03-13…
venky
  • 400
  • 1
  • 6
  • 19
0
votes
3 answers

How to get data in ofbiz data model when just had partyID?

I'm using ofbiz framework and researching data modeling. But I'm confusing with getting data from an entity when just had partyID. When I know a partyID, I can query at party table to get Party_type_id. Then, I use this Party_type_id to query at…
ThangNguyen
  • 197
  • 1
  • 12
0
votes
1 answer

How to write text or log to file in ofbiz framework

I'm trying to write some test messages or some text content to file through java in ofbiz framework. If the file already has content, recent messages has to append at bottom of file. In brief, I want a functionality like Debug.log in ofbiz. As it…
Vamsi Krishna
  • 140
  • 1
  • 1
  • 6