Connect to BPM Platform from BPM Studio

Hello,

I have installed the BPM Platform on a server with this IP and port http://10.10.0.71:8080/ and I have installed on my PC the Bonita Studio.

I've changed the the server settings on preferences to see this server, but I cannot conect with it in order to test my processes.

What am I doing wrong?

Regards,

Fernando

1 Like

I have found out that if I need to test a process, I can only test on my machine and that's ok. Now if I want to deploy a process to the server, how can I do it?

 

Hello,

After installing a platform (one of our bundles) on a server, you have first to connect with Install / Install as a technical user. Then, you can create your first admin user. Once done, logout, connect with the admin user you created, and go to the Application management section of the Bonita Portal Administration.

From here, you can add applications (processes), create users, set users rights on processes, etc.

You can read more documentation about administration of Bonita Portal here:
http://documentation.bonitasoft.com/product-bos-sp/bonita-bpm-portal-administration

OK. I have created my process in my PC and exported, but it was exported as a .BOS file. How can I import this as an app, since I can only import a .BAR file?

After a battle with Ubuntu and Tomcat6, I've made the tomcat6 work with Bonita! At least, to the main portal login... when I login I get this error:

org.ow2.bonita.util.BonitaRuntimeException: Bonita Error: bp_Pa_1
errors during parsing of environment:
  error : couldn't interpret the dom model : org.hibernate.HibernateException: Could not find datasource

    org.ow2.bonita.util.Misc.showProblems(Misc.java:1975)
    org.ow2.bonita.env.BonitaEnvironmentParser.parseEnvironmentFactoryFromXmlString(BonitaEnvironmentParser.java:88)
    org.ow2.bonita.env.GlobalEnvironmentFactory.getEnvironmentFactory(GlobalEnvironmentFactory.java:112)
    org.ow2.bonita.facade.APIInterceptor.invoke(APIInterceptor.java:186)
    sun.proxy.$Proxy0.generateTemporaryToken(Unknown Source)
    org.bonitasoft.console.security.server.api.impl.CredentialsEncryptionAPIImpl.generateTemporaryToken(CredentialsEncryptionAPIImpl.java:157)
    org.bonitasoft.console.security.server.CredentialsEncryptionServlet.doPost(CredentialsEncryptionServlet.java:127)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    org.bonitasoft.forms.server.filter.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:122)

Hi,

I think the documentation page "Build a process for deployment" would be helpful.

In Bonita v6, .bos file extension is to share process accross various Studio. .bar is the file extensions for process deployment. To get that you need to "build" the process (see documentation page for details).

Regards.

Antoine Mottier, Bonitasoft consultant