cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Error

Former Member
0 Kudos
55

Hi everyone,

I created an example in Visual Composer 7.0 like it is described in the How To Guide of Velu Pillai (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2e254377-0c01-0010-9787-b285e9af529f)

The Compilation works successfully.

When deploying the application I get the error message:

Error in Compiling Flex Application(1). Consult log file for details.

Is this a problem in the model I created or in the Portal System?

Though I don't have access to the WAS, I'm looking for a possibility to read the log files.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please refer to note 974494 to reveal the actual error. also, VC loggin is available in the defaultTrace<x>.trc. you can increase the log sevirty in the visual admin (location com.sap.portal.vc.*).

Former Member
0 Kudos

I too, had the error.

Then I changed the compile type under tools, Options, Compiler, runtime to WebDynpro.

I received an error about missing model properties for NAMESPACE and VENDOR which I quickly set and was able to successfully deploy and then run the model successfully.

Regards,

mark

(POINTS?)

Answers (3)

Answers (3)

Former Member
0 Kudos

Where did you go to set the NAMESPACE and VENDOR properties? Please detail the steps.

Thanks,

Phong

Former Member
0 Kudos

They are set for each model.

After loading a model, the first step is to click the "Configure" elements property.

You should see the model name and comments at the top and in the bottom pane is the list of model properties such as LOGLOCATION.

Click on the + button to add a new property called NAMESPACE and repeat for the VENDOR property.

Regards,

Mark

Former Member
0 Kudos

Hello Olaf,

Are you able to fix the problem. I am also getting the same error when deploying the Visual Composer Model. My Server is on NW2005s SP08 on AIX. I created a test model and deployed and this is the error message I get.

<b>Error in model compilation (Flex)</b>

Any help would be appreciated.

Former Member
0 Kudos

HI,

To view the log file in 2004s[EP 7.0] go to

Java developer -> tools -> portal tools(in DLN) -> portal log viewer.

To view the log file in 2004 EP 6.0

System Administration -> support -> portal runtime -> log viewer

=======================================================

REFER TO THIS LINK

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/48/c4de45d4024cd7a031725bde560406/content.htm">VC ERROR LOGS</a>

Message was edited by: Kirupanand Venkatapathi

Message was edited by: Kirupanand Venkatapathi

Former Member
0 Kudos

Hi Kirupanand,

I found the log viewer in the Portal 7.0:

System Administration -> Support -> SAP WebAS System Information -> SAP WebAS Log Viewer

But there aren't any Visual Composer logs displayed. Is it possible to display the VC logs here? How can I turn this on?

Former Member
0 Kudos

Olaf,

You should always look at the default.trc log, but yes there is a place to turn on additional logging for the visual composer. Within the Log Configurator there is a Visual Composer Node that you can change the status of to increase the amount of logging dumped out. The default is set to "ERROR" however while experiencing issues I generally turn this up to "DEBUG".

Cheers,

Scott