Avatar

Level 1

Hi,

My lccs application is not running on server even server is supporting ssl.

php version on server is 5.2.14.

i tried to print lccs RTCAccount object on server its giving some fatal error.

i got response like .....

Array
(
    [wrapper_data] => Array
        (
            [headers] => Array
                (
                    [0] => HTTP/1.1 302 Moved Temporarily
                    [1] => Server: Apache-Coyote/1.1
                    [2] => X-Powered-By: Servlet 2.4; JBoss-4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)/Tomcat-5.5
                    [3] => Expires: Fri, 15 Oct 2010 15:23:37 GMT
                    [4] => Cache-Control: max-age=30
                    [5] => Set-Cookie: Whitcomb-Ident=vatrai:na2-sdk-9b17de0a-2188-4f2e-89b2-9453f6eb6be2; Domain=collaboration.adobelivecycle.com; Path=/vatrai
                    [6] => Location: https://na2.collaboration.adobelivecycle.com/vatrai?mode=xml&accountonly=true&;
                    [7] => Content-Language: en-US
                    [8] => Content-Length: 0
                    [9] => Date: Fri, 15 Oct 2010 15:23:06 GMT
                    [10] => HTTP/1.1 200 OK
                    [11] => Server: Apache-Coyote/1.1
                    [12] => Set-Cookie: JSESSIONID=ZubjKocVM3rJinHDTxkN.22; Path=/
                    [13] => Cache-Control: max-age=0
                    [14] => Content-Type: text/xml;charset=UTF-8
                    [15] => Content-Length: 190
                    [16] => Date: Fri, 15 Oct 2010 15:23:08 GMT
                )

            [readbuf] => Resource id #4
        )

    [wrapper_type] => cURL
    [stream_type] => cURL
    [mode] => r
    [unread_bytes] => 0
    [seekable] =>
    [uri] => https://collaboration.adobelivecycle.com/vatrai?mode=xml&accountonly=true&;
    [timed_out] =>
    [blocked] => 1
    [eof] =>
)


Array
(
    [0] =>
)

Fatal error:  Uncaught exception 'RTCError' in /home/myapp/public_html/videos/lccs.php:707 Stack trace: #0 /home/myapp/public_html/videos/lccs.php(587): RTC->http_get('https://collabo...', Array) #1 /home/myapp/public_html/videos/lccs.php(254): RTCAccount->do_initialize() #2 /home/myapp/public_html/videos/a.php(16): RTCAccount->__construct('https://collabo...') #3 {main}   thrown in

/home/myapp/public_html/videos/lccs.php on line

707