cancel
Showing results for 
Search instead for 
Did you mean: 

Error in deploying the visual composer model

rajesh_akarte2
Active Participant
0 Kudos
74

Hello friends,

I have issue in deploying model in Visual Composer.I am able to compile the model successfully.

While deploying the model I am getting following error:

Error in compiling Flex application: java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.

at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)

at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:175)

at java.lang.J9VMInternals.initializeImpl(Native Method)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)

at java.lang.Class.forNameImpl(Native Method)

at java.lang.Class.forName(Class.java:119)

at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:91)

at macromedia.fonts.JREFontManager.initializeSystemFonts(JREFontManager.java:242)

at macromedia.fonts.JREFontManager.createSetForSystemFont(JREFontManager.java:58)

at macromedia.fonts.CachedFontManager$FontCache.fetch(CachedFontManager.java:109)

at macromedia.util.LRUCache.get(LRUCache.java:114)

at macromedia.fonts.JREFontManager.getEntryFromSystem(JREFontManager.java:186)

at macromedia.swf.builder.tags.FontBuilder.<init>(FontBuilder.java:52)

at macromedia.css.FontFaceRule.initialize(FontFaceRule.java:82)

Kindly help me in resolving this issue.

Regards,

Rajesh Akarte

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Rajesh,

I had the same problem 2 months ago. Apply note 886209 (in the <compiler> element, find the <headless-server> parameter, and change it's value to true.Around line #146) and Deploy in VC must work.

Regards

Dmitriy

Former Member
0 Kudos

we are on NW7.0 sp 16

i believe it might be the problem described in this Note ... 886209

Former Member
0 Kudos

hii

please let me know your EP support pack level.

regrads

johny

Former Member
0 Kudos

any luck? i get same error

Former Member
0 Kudos

That is a typical error you get when trying to execute a graphics based application via ssh but there is no X windows server running or the session does not support X forwarding. How do you access your VC tool?

Dion