11-17-2018 04:59 AM
Hi,
I downloaded Alfresco Process Services (APS) and copied the licence file activiti.lic in the folder:
process-services-1.9.0.3 --> tomcat --> Lib.
I changed the name of the activiti.admin.war.undeployed into activiti.admin.war and copied the file into the webapps folder of tomcat (which I have been installing on windows following a youtube video).
So basically I followed the instructions of the read me file to install APS but when I put http://localhost:8080/activiti-app in one of my browsers (firefox/chrome/edge) this text occurs:
Type Status Report
Message /activiti-app
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Can anyone help me please to finish the installation so I can log in to the workflow system?
Best regards,
Tass
11-19-2018 10:38 AM
From the catalina log, looks like you already have something running on port 8080, which is causing a conflict:
19-Nov-2018 11:42:13.754 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-8080"]
java.net.BindException: Address already in use: bind
You can modify the port in the tomcat/conf/server.xml
The DB properties look fine.
11-18-2018 07:31 PM
You may have some errors in the tomcat log, you able to share them?
Also, make sure that you are not using the same database for both activiti-app and activiti-admin in their respective property files.
11-19-2018 07:44 AM
Hello Ciju Joseph,
thank you for your answer. I'm not sure if the new attached text in LogFile_Acitiviti_Admin_App.txt represents the logfiles you are looking for. If not, where can I find them?
I am sorry but I do not understand what you mean by saying:
"not using the same database for both activiti-app and activiti-admin in their respective property files."
How can I control or change that?
Best regards
Tass
11-19-2018 08:05 AM
Tass,
In the tomcat/logs folder there are a couple different logs that you can reference to see how the startup is going. Also, in the tomcat/lib folder there are two properties files, activiti-app.properties and activiti-admin.properties, than you can use to specify which DBs they are using.
11-19-2018 10:33 AM
Hello JT Smith,
I found the folder and decided to upload the whole program in onedrive so we can have a look on it together.
https://1drv.ms/f/s!AjyKOOfK-4Hi7URdQ2_iqGd3fFOk
Now, we can also find the tomcat logfiles, Ciju Joseph.
I think activiti-admin.properties is using datasource.url=jdbc:h2:tcp://localhost:9092/activiti-admin
and activiti-app.properties is using datasource.url=jdbc:h2:tcp://localhost:9092/activiti.
Is this correct?
11-19-2018 10:38 AM
From the catalina log, looks like you already have something running on port 8080, which is causing a conflict:
19-Nov-2018 11:42:13.754 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-8080"]
java.net.BindException: Address already in use: bind
You can modify the port in the tomcat/conf/server.xml
The DB properties look fine.
Explore our Alfresco products with the links below. Use labels to filter content by product module.