how install iDempiere v Development from MacOS

181 views
Skip to first unread message

Natasya Arifah

unread,
Dec 23, 2024, 7:13:27 AM12/23/24
to iDempiere

Hello community,

I’m facing an issue while installing iDempiere v Development on my Mac. I’ve tried installing and uninstalling it multiple times, but I still haven’t been successful. Is there any solution or step-by-step guide to install it?

Currently, I’m encountering the following errors:

  • Required plug-in could not be found: com.jaspersoft.studio.bundles.barbecue
  • Required plug-in could not be found: com.jaspersoft.studio.bundles.itext
  • Required plug-in could not be found: org.apache.cxf.cxf-rt-databinding-xmlbeans
  • Required plug-in could not be found: org.apache.cxf.cxf-rt-rs-extension-providers
  • Required plug-in could not be found: org.apache.poi.ooxml-schemas

Any help would be greatly appreciated!

Thank you.

Screenshot 2024-12-23 at 19.09.56.png

zuhri utama

unread,
Dec 23, 2024, 7:18:30 AM12/23/24
to iDempiere
Hi Tasya,

I think you need to open the org.idempiere.p2.targetplatfom.target instead org.idempiere.p2.repository.target

did you run mvn verify succesfully? sometimes you need to reload the target platform more than one to make sure all dependencies is downloaded.

Regards,
A. Zuhri Utama

Natasya Arifah

unread,
Dec 23, 2024, 7:22:42 AM12/23/24
to iDempiere
When running mvn verify, it was successful, but when trying to import it into Eclipse, many errors occurred.

Regards,
Natasya Arifah

zuhri utama

unread,
Dec 23, 2024, 7:30:03 AM12/23/24
to iDempiere
Hi,

try to start with fresh idempiere folder. do you use master branch or release-11? make sure you follow instruction here Install Development Prerequisites - iDempiere en carefully. sometimes for new developer miss some steps. if you run mvn verify successfully, make sure when you open idempiere folder workspace, you turn off "build project automatically", setup the correct jdk library, set java enviroment. please share the result when you open the targetplatform and click "Set as target platform" and share the result.

hope it help.

Regards,
A. Zuhri Utama.

Natasya Arifah

unread,
Dec 23, 2024, 8:16:39 AM12/23/24
to iDempiere
Hi, Zuhri,

Okay, I’ll try following the guide from the beginning again. Hopefully, I can successfully install and run it in Eclipse.

Thank u 

Natasya Arifah

unread,
Dec 23, 2024, 9:37:02 AM12/23/24
to iDempiere
Hi Zuhri, 

I just followed the guide from the beginning, and the mvn verify step was successful. The next step is to open Eclipse to import the folder. At this point, I usually encounter many errors, and I haven't found a solution yet despite searching for it.

Regards,
Natasya Arifah

On Monday, December 23, 2024 at 7:30:03 PM UTC+7 zuhri...@gmail.com wrote:
Screenshot 2024-12-23 at 21.33.40.png
Message has been deleted

Natasya Arifah

unread,
Dec 23, 2024, 10:53:33 AM12/23/24
to iDempiere
I've tried to import iDempiere into Eclipse, and I am still getting errors. Is there any solution?


Regards,
Natasya Arifah

Screenshot 2024-12-23 at 22.33.33.png

zuhri utama

unread,
Dec 23, 2024, 10:11:27 PM12/23/24
to iDempiere
Hi,

you can try to turn off build project automatically on "projects" menu. click "reload target platform" a few times. try to restart eclipse and clean project. some error could be ignored. just try to run "install.app" to make sure the error not affect the setup

hope it help

regards,
A. Zuhri Utama

Natasya Arifah

unread,
Dec 23, 2024, 11:39:11 PM12/23/24
to iDempiere
Hi Zuhri,

Yay, it’s running now, but it gets stuck at the login window and can’t reach the dashboard page, why is that? I generated the DB, but the DB from iDempiere is giving an error. Where can I get a clean iDempiere v11 DB?
I'm really stuck on this login page.

Regards,
Natasya Arifah
Screenshot 2024-12-24 at 11.35.16.png

Natasya Arifah

unread,
Dec 24, 2024, 2:36:26 AM12/24/24
to iDempiere
I see it as if the file I generated is corrupted, because it can't even be opened. Where can I get the latest iDempiere 11 database?

Regards,
Natasya Arifah
Screenshot 2024-12-24 at 14.31.22.png

Natasya Arifah

unread,
Dec 24, 2024, 2:54:02 AM12/24/24
to iDempiere

14:53:15.795-----------> ZkAtmosphereHandler.getSession: Could not find session: /webui/zkau/comet [360]

14:53:16.307-----------> ZkAtmosphereHandler.getSession: Could not find session: /webui/zkau/comet [363]

14:53:23.169===========> UiEngineImpl.handleError: [363]

java.lang.IllegalArgumentException: Table Name Not Found - AD_TableValRule

at org.compiere.model.Query.<init>(Query.java:154)

at org.compiere.model.MTableValRule.get(MTableValRule.java:184)

at org.compiere.model.MRole.getRecordWhere(MRole.java:2557)

at org.compiere.model.MRole.addAccessSQL(MRole.java:2160)

at org.compiere.util.Login.loadDefault(Login.java:1054)

at org.compiere.util.Login.loadPreferences(Login.java:1009)

at org.adempiere.webui.panel.RolePanel.validateRoles(RolePanel.java:870)

at org.adempiere.webui.window.LoginWindow.onEvent(LoginWindow.java:404)

at org.zkoss.zk.ui.AbstractComponent.onEvent(AbstractComponent.java:3191)

at org.zkoss.zk.ui.AbstractComponent.service(AbstractComponent.java:3161)

at org.zkoss.zk.ui.AbstractComponent.service(AbstractComponent.java:3103)

at org.zkoss.zk.ui.impl.EventProcessor.process(EventProcessor.java:138)

at org.zkoss.zk.ui.impl.UiEngineImpl.processEvent(UiEngineImpl.java:1884)

at org.zkoss.zk.ui.impl.UiEngineImpl.process(UiEngineImpl.java:1656)

at org.zkoss.zk.ui.impl.UiEngineImpl.execUpdate(UiEngineImpl.java:1323)

at org.zkoss.zk.au.http.DHtmlUpdateServlet.process(DHtmlUpdateServlet.java:571)

at org.zkoss.zk.au.http.DHtmlUpdateServlet.doGet(DHtmlUpdateServlet.java:451)

at org.zkoss.zk.au.http.DHtmlUpdateServlet.doPost(DHtmlUpdateServlet.java:459)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:523)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:590)

at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1410)

Carlos Antonio Ruiz Gomez

unread,
Dec 24, 2024, 5:36:21 AM12/24/24
to idem...@googlegroups.com

Kanat Mergenbayev

unread,
4:56 AM (16 hours ago) 4:56 AM
to iDempiere
Experiencing same stuck on login issues on my mac with release-12. Seems that every December on major upgrades this happens. 

вторник, 24 декабря 2024 г. в 15:36:21 UTC+5, car...@gmail.com:

Kanat Mergenbayev

unread,
8:52 AM (12 hours ago) 8:52 AM
to iDempiere
https://groups.google.com/g/idempiere/c/dhVTpRmmKO0/m/pcK2LMRAAwAJ

среда, 31 декабря 2025 г. в 14:56:32 UTC+5, Kanat Mergenbayev:
Reply all
Reply to author
Forward
0 new messages