Questions tagged [axelor]

Axelor Open Suite is a modular and intelligent platform of business management.

Axelor Open Suite Modular and intelligent platform of business management

Resources

https://www.axelor.com

https://github.com/axelor

10 questions
1
vote
0 answers

HTTP Status 500 – Internal Server Error (Axelor-open-suite)

Gradle halts on %88 EXECUTING when I'm try to run my project but it gives me a localhost link. And when I login I get the following error message: HTTP Status 500 – Internal Server Error Type Exception Report Message…
sertkayali
  • 11
  • 3
1
vote
0 answers

How does an xml file that represents a view map to an HTML page in axelor app?

I am a beginner and need some insights on how does a axelor app work? Here is the link to the documentation https://docs.axelor.com/adk/5.2/dev-guide/web-client/index.html The documentation does not explain how the models and the views defined with…
SAF
  • 71
  • 6
0
votes
0 answers

Error 401 for authentication on the axelor REST API

I am currently trying to test the Axelor REST API, the problem is that I have a 401 error, even with their documentation it does not work, I manage to have access to a CSRF-TOKEN that I enter the header but still nothing can someone help me. here is…
0
votes
1 answer

Use custom axelor-config.properties in a docker compose

I have a docker file that uses this base image tomcat:9.0.70-jdk17-temurin , in it I am coping an axelor war that uses axelor-config.properties for its configuration This file is stored in the following…
Pablo Arriola
  • 334
  • 3
  • 15
0
votes
1 answer

Unauthorized status from mobile Xamarin Forms application with Axelor Rest web-services

I want to connect to the Axelor server with a Xamarin forms application, I use this method to test the rest services connectivity : Login login = new() { UserName = Constants.Login, …
0
votes
0 answers

Struggling to install on Debian "Axelor" using source on Github

I'm trying to build "Axelor" I've followed all the steps for installing from source [Install on Linux :: Axelor][1] and have managed to succeed up until this point ./gradlew -x test build But the build has failed and I'm not sure how or where to…
0
votes
0 answers

Could not find method compile() on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler

I'm trying to install Axelor ERP opensource project as indicated in this video, but after trying to build first time with the provided command: gradlew clean classes build -x test cleanEclipse eclipse I got: General error during semantic…
jechaviz
  • 551
  • 1
  • 9
  • 23
0
votes
1 answer

Axelor 6.0.8 and tomcat installation from source?

I tried to install axelor erp from source on windows 10. All is ok except the last operation. Deploy on tomcats. Webapps was successfully created in tomcats but this error occured : Message : ECHEC - L'application pour le chemin de contexte…
R Dufour
  • 11
  • 4
0
votes
1 answer

Exception when starting axelor-erp, web on eclipse

I’m running at the first time axelor-erp (web project) on eclipse. I downloaded code from github, configured PostGreSql and then started the project using gradle. When starting, I got this exception: Exception starting filter…
Riadh
  • 1,088
  • 2
  • 12
  • 25
0
votes
0 answers

Tomcat: One or more listeners failed to start. Full details will be found in the appropriate container log file

I am new to tomcat or programming in general. I have tomcat 8.5 installed on ubuntu 18.04 LTS and I am trying to deploy a WAR file. From the web manager, I got this error message upon trying to start the application: FAIL - Application at context…
marekb
  • 1
  • 1
  • 2