Issues when submitting the form

1
0
-1

Dear all,

i am a new learner to this great software. And i just started to follow the tutorial provided in here.

https://documentation.bonitasoft.com/bonita/7.6/getting-started-tutorial

When i run the process, once i submit the form i get this error.

"Error while starting the case."

From the log, this is the error " 2019-03-15 19:57:04.871 +0300 INFO: org.bonitasoft.console.common.server.page.PageServlet Unable tor retrieve app parameter for resource theme.css. Request referer is missing an an app parameter. Forwarding to the portal theme.
"

I am using Windows 10, Bonita 7.8.3

Thanks for your help.

Comments

Submitted by rtumminelli_1394599 on Fri, 03/15/2019 - 18:44

Are there any issues listed in the Validation status tab in Bonita Studio?

Submitted by edwardgeyh_1398996 on Sun, 04/14/2019 - 17:21

Hi,

I too am a new user, and I too am receiving the same error:

"org.bonitasoft.console.common.server.page.PageServlet Unable tor retrieve app parameter for resource theme.css. Request referer is missing an an app parameter. Forwarding to the portal theme."

Furthermore, and not to confuse matters but perhaps related, the radio button widget does not seem to pick up the "Selected Value" upon initialization of the reviewer's form . When the "reviewer" toggles it with mouse, the button correctly registers selection, and "Refusal reason" window hides/unhides properly. Then when process runs and reviewer makes their disposition and submits form, the result is message saying an error in form submission. Database does not get updated with reviewer's information and status remains "pending". Operations defined for "manager review" task in the process diagram seem to be correctly defined...

Bonita Community 7.8.3
Chrome 73.0.3683.103
Win10 1809

Regards -

Submitted by ebrahim.hammad_... on Fri, 03/15/2019 - 20:39

Only this error:

"UI Designer form type is selected and no target form is defined for overview page mapping. An autogenerated form will be used in the development environment ONLY."

I went through the tutorial again and created everything again but faced the exact same issue. everything was fine, till i created the forms.

Submitted by antoine.mottier on Thu, 05/09/2019 - 17:41

Can you share your process and forms by doing an export from Bonita Studio? It should create a .bos file that you can share using Dropbox, Google Drive...

Thanks.

1 answer

1
0
-1

After all, it appeared to be compatibility issue with Microsoft edge browser. these are all the warnings. seems all related to CSS.

  1. HTML1300: Navigation occurred.

    loginservice (1,1)

  2. CSS3121: The media query -ms-viewport has been deprecated.

  3. HTTP400: BAD REQUEST - The request could not be processed by the server due to invalid syntax.
    GET - http://localhost:30348/bonita/portal/resource/process/travelRequest/1.0/...
  4. CSS3116: @font-face failed cross-origin request. Resource access is restricted.

    glyphicons-halflings-regular.woff2 (1,1)

  5. HTTP400: BAD REQUEST - The request could not be processed by the server due to invalid syntax.
    GET - http://localhost:30348/bonita/portal/resource/process/travelRequest/1.0/...
  6. CSS3116: @font-face failed cross-origin request. Resource access is restricted.

    glyphicons-halflings-regular.woff (1,1)

  7. HTTP400: BAD REQUEST - The request could not be processed by the server due to invalid syntax.
    GET - http://localhost:30348/bonita/portal/resource/process/travelRequest/1.0/...
  8. CSS3116: @font-face failed cross-origin request. Resource access is restricted.

    glyphicons-halflings-regular.ttf (1,1)

  9. CSS3119: No fonts available for @font-face rule

    theme.css (257,7)

  10. 16

    HTTP401: DENIED - The requested resource requires user authentication.
    (XHR)POST - http://localhost:30348/bonita/portal/resource/process/travelRequest/1.0/...

    Thanks

Notifications