Expand my Community achievements bar.

The MessagePerformanceUtils:totalTime issue using LCDS running under JDK1.6

Avatar

Level 1

Hi,

We are facing an issue while using LCDS running under JDK1.6 in Sun Solaris v5.10 OS.

Scenario :-

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

As part of our Flex-based client-server application (with Java backend) we have a performance report generation module. Following flex framework class is used to calculate the performance of various layer of a typical server-based request-response cycle.

mx.messaging.messages.MessagePerformanceUtils :totalTime

; (available in rpc.swc library file)

(for example : server time, cairngorm time, UI screen rendering time, UI event generation time etc).

The totalTime was working properly in LCDS running on JDK1.5 ; However it broke after migrating to JDK1.6; The totalTime is now coming as negative junk value.

As we understand that the above Flex framework class method works in conjunction with LCDS running at server side on JDK.

We suspect that the JDK upgrade from version 1.5 to 1.6 caused issue !

System information :

Web Server : Weblogic 11G

Operating System : Sun Solaris v5.10 OS running on Sparc hardware.

Flex : Adobe Flex sdk3.2

Flash player : Adobe Flash Player 10

Browser : Internet Explorer 7

LCDS : Community version

JDK : JDK 1.6.0_14

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

Has anyone faced similar problem before ? Any help or direction would be highly appreciated.

Thanks in advance,

Rabi

2 Replies

Avatar

Former Community Member

JDK 1.6 is supported only for LCDS 3 and later.

Avatar

Level 1

We have recently upgraded to Adobe Flex 4 and it broke again.

--------------------------------------------------------------------

We are facing an issue while using LCDS running under JDK1.6 in Sun Solaris v5.10 OS.

Scenario :-

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

As part of our Flex-based client-server application (with Java backend) we have a performance report generation module. Following flex framework class is used to calculate the performance of various layer of a typical server-based request-response cycle.

; (available in rpc.swc library file)

(for example : server time, cairngorm time, UI screen rendering time, UI event generation time etc).

The totalTime was working properly in LCDS 3.1 running on JDK1.5 in Flex SDK 3.2 ; However it broke after migrating to Flex 4; The totalTime is now coming as negative junk value.

As we understand that the above Flex framework class method works in conjunction with LCDS running at server side on JDK.

We suspect that the Adobe Flex SDK upgrade from version 1.5 to 1.6 caused issue !

System information :

Web Server : Weblogic 11G

Operating System : Sun Solaris v5.10 OS running on Sparc hardware.

Flex : Adobe Flex sdk 4.0

Flash player : Adobe Flash Player 10

Browser : Internet Explorer 8

LCDS : 3.1

JDK : JDK 1.6.0_14

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

Has anyone faced similar problem before ? Any help or direction would be highly appreciated.

Thanks in advance,

Rabi

mx.messaging.messages.MessagePerformanceUtils :totalTime