Hello everyone.
Recently, I was trying to configure Tomcat bundle using Postgres 9.3 with Bonita BPM 7.15, I starded up Tomcat with the new configuration with this command “start /AFFINITY 1 startup.bat” and I didn’t have any problem, bonita bpm created bonita_journal and business data into postgres.
If I open Bonita Studio and open the portal option, it work without any problem. The problem is when I want to run a new process ,it send me a error like this:
Failed to create a BarResource for form custompage_formIngresoEscuela
org.bonitasoft.studio.designer.core.bar.CustomPageBarResourceFactory.newBarResource(CustomPageBarResourceFactory.java:52)
org.bonitasoft.studio.designer.core.bar.FormMappingBarResourceProvider.addFormMapping(FormMappingBarResourceProvider.java:87)
org.bonitasoft.studio.designer.core.bar.FormMappingBarResourceProvider.newFormMappingModel(FormMappingBarResourceProvider.java:76)
org.bonitasoft.studio.designer.core.bar.FormMappingBarResourceProvider.addResourcesForConfiguration(FormMappingBarResourceProvider.java:68)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:117)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:91)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:165)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deployProcess(DeployProcessOperation.java:172)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deploy(DeployProcessOperation.java:153)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.run(DeployProcessOperation.java:120)
org.bonitasoft.studio.engine.operation.RunProcessOperation.run(RunProcessOperation.java:87)
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
and when try to open the ui designer, tomcat show me this error.
HTTP 404 - /designer/
If anyone can give some advice about how can I solution this one, I would to appreciate.
Best regards.
Gabriel