cancel
Showing results for 
Search instead for 
Did you mean: 

Process explorer not loading the modeler in chrome

penusila611621
Champ in-the-making
Champ in-the-making
I am able to use modeler launched by process explorer in chrome. But all of sudden chrome is not able to launch the modeler and nothing being logged in the log file. But explorer able to launch modeler in firefox.

Any idea ?
7 REPLIES 7

trademak
Star Contributor
Star Contributor
Which version of Chrome are you using?
Can you look in the Chrome Javascript console to see if any errors are shown?

Best regards,

penusila611621
Champ in-the-making
Champ in-the-making
chrome version:  Version 34.0.1847.116 m.  Attached the error in txt file. It was working perfectly couple of day's back. Have not changed any settings in chrome. All of suddent started not working. Even modeler is not loading in IE V8.0. It's poping a a window while opening modeler.

b_schnarr
Champ in-the-making
Champ in-the-making
Maybe this here is the solution? http://forums.activiti.org/content/activiti-modeler-doesnt-work-chrome-v34

Would it be possible to add this code to the official distro?

Best regards
Ben

penusila611621
Champ in-the-making
Champ in-the-making
Have applied the changes as mentioned the link but issue still occuring. My error is different from the issue mentioned in the link. Also modeler is not working in IE V8.0. While loading modeler, explorer promoting a file to save/open.

trademak
Star Contributor
Star Contributor
This commit should fix the issue with Chrome:

https://github.com/Activiti/Activiti/commit/c981161b992d33ab02ab875cdc08fd4dfd1fb3cc

IE is not supported for the Activiti Modeler.

Best regards,

penusila611621
Champ in-the-making
Champ in-the-making
HI Tijs,

Can see oryx.debug.js file under activiti-explorer.war/editior but no folder structure webapp-explorer2/editor/scripts under explorer war file to update node.js.

Am I looking in wrong path ?

trademak
Star Contributor
Star Contributor
You only need to change oryx.debug.js. The other file is a source file which eventually is combined in oryx.debug.js via a Ant build script.

Best regards,