cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment error

Former Member
0 Kudos

Hello friends

I am getting an error whenevr I am trying to deploy any model. The error says <b>"Error in compiling Flex application (1). Consult log file for details."</b>. Please help me to resolve it.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

Please check this pdf and search by "Flex"

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92d80512-0a01-0010-32a3-cd3735bd9275">How To…Resolve Visual Composer Issues</a>

https://wiki.sdn.sap.com/wiki/display/VC/Enable+Log

Regards

Navneet

Former Member
0 Kudos

Hi,

If you are running on unix machine you can try this:

Open the flex-config.xml file from the flex compiler configuration

folder in the following location:

j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps\co

m.sap.vc.mmcompiler\res\root\WEB-INF\flex\flex-config.xml

in the <compiler> element, find the <headless-server> parameter, and

change it's value to true.

Around line #146, change <headless-server>false</headless-server> to

<headless-server>true</headless-server>

Thanks,

Anat

Former Member
0 Kudos

This is described in SAP Note 886209. We implemented this note yesterday and it solved our problem which was exactly the same. Good luck.

Message was edited by:

Jan Laros

Answers (1)

Answers (1)

Former Member
0 Kudos