Questions tagged [opentaps]
26 questions
2
votes
2 answers
opentaps installation-Java returned: 99
I am installing opentaps on my system and error is-
[java] 2016-03-07 11:32:37,428 (main) [ TransactionUtil.java:345:INFO ] [TransactionUtil.rollback] transaction rolled back
[java] 2016-03-07 11:32:37,428 (main) [ …

Ravindra
- 113
- 1
- 11
2
votes
1 answer
Unable to acquire a new connection from the pool while running opentaps
I am trying to install opentaps on Ubuntu 14.04 server with MySQL 5.5.43. I am using putty to RDC from windows to the ubuntu server and doing all the required changes.
I have successfully installed MySQL, created database "opentaps", created user…

arifalam91
- 107
- 1
- 2
- 9
1
vote
2 answers
how to implement Restful Service API in ofbiz
i want to implement RESTfull api for ofbiz with authorization and authentication,
i have found an reference here but it required username and password every time, i need something like token based authentication.
Any help will be appreciate .
thanks

R. S.
- 402
- 5
- 17
1
vote
1 answer
Is Opentaps open source dead?
We have been trying to find information about opentaps recent development but most of the timestaps are years old.
-What is the commit level on this project?
-How many active developers are on this project?
-What is the roadmap of this project?
-Is…

HarriX
- 11
- 1
1
vote
1 answer
Integrate Magento-1.7.0.2 with Opentaps-1.5
Just a quick one, could anyone help me with the details of how to integrate Magento-1.7.0.2 and Opentaps-1.5. The tutorials on this link which is on Opentaps Wiki is outdated. It only detailed the integration with earlier versions of Magento, and it…

ken4ward
- 2,246
- 5
- 49
- 89
0
votes
1 answer
How to install mysql 5.1 on ubuntu 20.04
I have opentaps application that uses mysql 5.1 version.
I installed opentaps on ubuntu and I want to install mysql 5.1 version.
How to install mysql 5.1 on ubuntu 20.04?

Metin Bulak
- 537
- 4
- 8
- 30
0
votes
0 answers
Developing commercial solution on Opentaps
Can a commercial solution be developed on Opentaps?
If yes, what will be the consequence, if Opentaps converted to commercial license?

Solution Spider
- 1
- 2
0
votes
1 answer
How to customize Ofbiz Point Of Sale?
I would like to have dynamic categories and products listing on ofbiz pos instead of static products.
I would like to customize look and feel of current pos.
I have tried changing it from the xmls, but haven't succeeded.
I would really appreciate if…

Texon
- 11
- 4
0
votes
1 answer
Facing issue while installing opentaps
I am trying to install opentaps-1.5.0 on a Windows machine, Java version 1.7.0_45.
Getting an error
C:\opentaps-1.5.0>"\bin\java" -Xms512M - Xms1536M -XX:MaxPermSize=1024M -jar ofbiz.jar 1>runtime\logs\console.cog
Syatem cannot find the path…

sanjay
- 37
- 1
- 5
0
votes
1 answer
Opentaps 1.5M3 not available to download
I have started using opentaps and want to set up this in multi-tenant mode.
In opentaps-1.5, create-tenant target is not available so we can not create tenant dynamically.
After googling a lot, i found latest ofbiz provide this functionality
I want…

Ravindra
- 113
- 1
- 11
0
votes
1 answer
Opentaps Build Missing Java Libraries
I'm having trouble getting Opentaps up and running after ./ant run-install command I get the following
/Opentaps/opentaps-1.5.0/build.xml:510 Java returned: 99
I may be able to fix this using a possible solution online but am unsure how to…

J.Yore
- 1
- 2
0
votes
1 answer
The startofbiz command fails with ArrayIndexOutOfBoundsException
I am a beginner user of ofbiz. I want to use startofbiz.bat to start ofbiz, but it fails with ArrayIndexOutOfBoundsException.
Here is the output of my run, with the error message: (I deleted some common messages for the body is limited to 30000…

Peng Chen
- 23
- 10
0
votes
1 answer
org.enhydra.shark.api.* packages is missing
I want to develop http://www.opentaps.org crm .I've downloaded sources and imported to IDE and ... ,
the problem is that the library which contains org.enhydra.shark.api doesn't exist . I've downloaded jped-2.0.jar library but it contains just…

OmiD
- 231
- 2
- 4
- 14
0
votes
1 answer
Version compatibility issues?
I'm new to opentaps environment. I have some doubt in opentaps. I have opentaps1.5 version. It is contain apache 6.0.26 and ofbiz 10 version. I want to work using jdk1.8. While compile the program using jdk1.6 or 1.7 it is providing expected…
0
votes
1 answer
ExceptionInInitializerError in jdk1.8 not in jdk1.6
5 with jdk1.8 when I run the project. I got an Exception ExceptionInInitializerError. But when I run the same project in jdk1.6. It is running successfully. That error message as
Exception in thread "main" java.lang.ExceptionInInitializerError
…