mappView build error - openssl config failed, ContentBuilderfailed

Hello,

I have some problem with mappView build error.

When building a project with mappView from a few days ago, openssl config error is occurring. The error contents are as follows. (I attached the output result as a file.)


Output result list.zip (3.4 KB)

I am currently using four automation studio environments. (There’re using same version)
Among them, only one PC has a problem with the project build that includes mappView.

  • Automation Studio 4.12.7
  • Automation Runtime M4.93
  • mapp 5.24.x

I’ve tried a few things to solve this.

  1. Run Automation Studio as Administrator
  2. Clean Configuration → Rebuild
  3. Reinstall Automation Studio

However, this error still occurs.
Does someone know how to fix this?

Best Regards,

1 Like

Hi,

no idea to be honest, but the path string looks strange. Could you please try to use a different and shorter path for the project like “c:\temp” or “c:\projects” instead of a path out of your user profile?

Bedt regards!

1 Like

Thanks for reply,

Unfortunately, I’ve tried that before as well.

Have a nice weekend. :slight_smile:

Best Regards,

Hi,

okay, thanks for testing it!
I’m really confused about the character in the path. In my opinion there should be a backslash between the directories, but I see a special character I don’t know… and for me it feels that this is the cause why this compile step fails, because if the path is used as we see it for the grunt command call, I’m pretty sure it can’t work.
But I’ve no idea where that character comes from?

Have a nice weekend, too!

It is the path separator(backslash) for Windows, which is encoded at 0x5c across all of the ANSI code pages. And this is marked differently in some countries. I live in Korea, so it appears in the Korean won(Korean currency name) symbol. GCC understands this, so it’s not a problem. :slight_smile:

2 Likes

Hi @seunghwa,

  • The Automation Studio build is working in parallel – so many build processes are launched at the same time, most of them are writing to the output window … you have no possibility to determine if log messages are really related to mappView.
  • Check all your openSSL configuration you have in project, could it be that some config files were accidently deleted?
  • If you can not figure it out, please get in contact with support of your local B&R office.

Jaroslav :sunflower:

Hi,
Did you find a solution for your problem? I appear to be stuck at the same place. Whenever I add a mappView configuration to my project, there are these same ssl errors.
Cordially,
N.

So, after removing the system variable OPENSSL_CONF, like mentioned in a completely different context here:

the error does not occur anymore. I did not find openssl on my system anyway, must have been a leftover from an incomplete uninstall.