An element with id xxx is missing from the page template.

Hi there,

What is the solution with this kind of error message ?
=> An element with id msg is missing from the page template.

In studio the process is working well, but the problem appears when we deploy it on the server…

Any clue ?

1 Like

Don’t you mess with my french ! :wink:
if someone know how to fix encoding on server side rather than make people speaking half a language I would appreciate.

We had this problem too.

You’re using a french version of Bonita Studio. Since you specified French as language during the installation, he modified the string encoding. That’s why you don’t have problem when you execute it with the studio.

You’ve the same error with some widgets containing accents in French :

  • “Sélectionner” for Listbox"
  • “Précédent” for Previous"

To resolve this issue, you need to remove all the accent.

We could add this problem in the bug tracker.

Hi

we ran to this problem after our provider changed HTTP to HTTPS.

Somewhere under the hood Bonita was sending GET request with process name as a parameter. For processes with accents in name the urls also contain accents and must be properly encoded.

Solution, that worked for us, is changing the tomcat/conf/server.xml file, adding URIEncoding=“UTF-8” to correct Connector:

Hope this helps,
Aleksander

Seems to be an accent problem.

If your task’s name contains some accent, it cannot work on server although it works on local Bonita Studio…

Hi,

Can you specify with with version you are working on?

Regards,

+1 same problem here, 6.3.2 Efficiency on an Ubuntu Server 14.04 (Case #14383 )

could you please all of you give information about:

  • operating system + version
  • database vendor + version
  • java vendor + version

So we can better understand the issue ?

Sure,

operating system: Ubuntu VERSION=“14.04, Trusty Tahr” (both for db and tomcat servers)
dbms vendor: PostgreSQL, version 9.3: Release 9.3.4

java version “1.7.0_65” (Oracle installer)
Java™ SE Runtime Environment (build 1.7.0_65-b17)
Java HotSpot™ 64-Bit Server VM (build 24.65-b04, mixed mode)

Hope this helps

This could be the best solution but I didn’t find any solution to fix the encoding.

If you don’t want to have problem with encoding, use the english version of the studio and don’t put any accent in your process.

You can specify the language on the server, if you put the same language than the Studio, it could solve your problems :slight_smile:

Do you mean in the settings menu of the portal ? I really thought that would do the trick but I still get the same error.

Yep, I was talking about language in the settings menu. The best solution is to use an english version of the studio but you still have to modify the name of all the widgets … Something I don’t understand is why Bonita’s developers didn’t encounter this issue, they’re all working with the english version of the studio ?

This worked here, thank you so much !