Append Extra Slash for Application Request through OHS

Hello All,
I am writing to request your help on the following blocking issue :
In my attempt to configure End-End SSL between Browser->OHS Plugin->SSL Weblogic Managed Server ,
Weblogic is giving me an incorrect response while constructing the absolute redirect.
What i mean is :
I am trying to excess an application deployed on an SSL Weblogic as :
https://adc2110491.us.oracle.com:12004/Calendar
But when i configure this through OHS, and then try to access the same application via URL :
https://adc2110491.us.oracle.com:4443/test/Calendar - This doesnt work !
Instead if i append an extra "Slash" in the URL, the application is accessible(This is a workaround and not an expected behavior) :
https://adc2110491.us.oracle.com:4443/test/Calendar/ - This works !
For such kind of configuration from OHS side, I enabled a property called "*WebLogic Plug-In Enabled*" from "WLS Managed Server -> General settings"
Please note that, in case When above mentioned Weblogic-Server is NOT SSL, this works fine.
This error is only in SSL case.
Also, Pasting the log file below for one such failed request :
+Tue Apr  9 11:47:12 2013 <1009513655332321> ================New Request: [GET /test/Calendar HTTP/1.1] =================+
Tue Apr  9 11:47:12 2013 <1009513655332321> INFO: SSL is configured
Tue Apr  9 11:47:12 2013 <1009513655332321> Using Uri /test/Calendar
Tue Apr  9 11:47:12 2013 <1009513655332321> After trimming path: '/Calendar'
Tue Apr  9 11:47:12 2013 <1009513655332321> The final request string is '/Calendar'
Tue Apr  9 11:47:12 2013 <1009513655332321> parseServerList: Socket Address hostnames  'adc2110491.us.oracle.com:12004'
+Tue Apr  9 11:47:12 2013 <1009513655332321> Host extracted from serverlist is [adc2110491.us.oracle.com]+
Tue Apr  9 11:47:12 2013 <1009513655332321> parseServerList:  IP from socket Address [10.232.130.87]
Tue Apr  9 11:47:12 2013 <1009513655332321> Initializing lastIndex=0 for a list of length=1
Tue Apr  9 11:47:12 2013 <1009513655332321> getListNode: created a new server node: id='adc2110491.us.oracle.com:12004' server_name='adc2110491.us.oracle.com', port='4443'
+Tue Apr  9 11:47:12 2013 <1009513655332321> getPreferred: availcookie=[s_nr=1365505876368; ADMINCONSOLESESSION=FGY9RkfPy7xrvwn4zYR0LqfTV0vGkBjPxhjxQbQGlkhjXJ22LHXJ!1111363896; _WL_AUTHCOOKIE_ADMINCONSOLESESSION=mSkOg.X9HBLf9jgkR.PJ; JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397]+
Tue Apr  9 11:47:12 2013 <1009513655332321> Found cookie from cookie header: JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397
Tue Apr  9 11:47:12 2013 <1009513655332321> Parsing cookie JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397
+Tue Apr  9 11:47:12 2013 <1009513655332321> getpreferredServersFromCookie: [-1304266397]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> primaryJVMID: [-1304266397], secondaryJVMID: []+
Tue Apr  9 11:47:12 2013 <1009513655332321> No of JVMIDs found in cookie: 1
Tue Apr  9 11:47:12 2013 <1009513655332321> Number of nodes in the list: 1
Tue Apr  9 11:47:12 2013 <1009513655332321> SrvrInfo 0 with JVMID:
Tue Apr  9 11:47:12 2013 <1009513655332321> getPreferredFromCookie: Start Position is 0, listLen is 1
Tue Apr  9 11:47:12 2013 <1009513655332321> getPreferredFromCookie: Either JVMIDs not set or they are stale. Will try to get JVMIDs from WLS
Tue Apr  9 11:47:12 2013 <1009513655332321> initJVMID: Iterating SrvrList from position 0
Tue Apr  9 11:47:12 2013 <1009513655332321> ======internal request /bea_wls_internal/WLDummyInitJVMIDs======
initJVMID: Trying Host[10.232.130.87] Port[12004] SecurePort[12004] useSSL [1] ioTimeout [30] socketTimeout [2]
Tue Apr  9 11:47:12 2013 <1009513655332321> Local Port of the socket is 22159
Tue Apr  9 11:47:12 2013 <1009513655332321> Remote Host 10.232.130.87 Remote Port 12004
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::sendHeaders(): meth='HEAD' file='/bea_wls_internal/WLDummyInitJVMIDs' protocol='HTTP/1.0'
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Connection]=[Close]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-Request-ClusterInfo]=[true]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-Force-JVMID]=[unset]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-KeepAliveSecs]=[30]+
Tue Apr  9 11:47:12 2013 <1009513655332321> Need to send 167
Tue Apr  9 11:47:12 2013 <1009513655332321> SSLWrite sent 167, Error = 0
Tue Apr  9 11:47:12 2013 <1009513655332321> SSLWrite completed, sent 167
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: Value of parsedHeaders = [0]
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
+Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 404 Not Found]+
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: StatusLine set to [404 Not Found]
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Connection]=[close]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Date]=[Tue, 09 Apr 2013 18:47:12 GMT]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Content-Length]=[1214]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Content-Type]=[text/html; charset=UTF-8]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[X-WebLogic-Cluster-Hash]=[yo3Df7lxCy0/YU7vJMjHoUNLu9I]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[X-Powered-By]=[Servlet/2.5 JSP/2.1]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[X-WebLogic-Cluster-List]=[-1304266397!183009879!12003!12004]+
Tue Apr  9 11:47:12 2013 <1009513655332321> parsed all headers OK
Tue Apr  9 11:47:12 2013 <1009513655332321> Parsing cluster list: -1304266397!183009879!12003!12004
Tue Apr  9 11:47:12 2013 <1009513655332321> parseJVMID: Parsing JVMID '-1304266397!183009879!12003!12004'
Tue Apr  9 11:47:12 2013 <1009513655332321> parseJVMID: Actually parsing '-1304266397!183009879!12003!12004'
Tue Apr  9 11:47:12 2013 <1009513655332321> ServerInfo struct for JVMID '-1304266397' populated, Server Details are: OrigHostInfo [10.232.130.87], isOrigHostInfoDNS [0], Host [10.232.130.87], Port [12003], SecurePort [12004]
Tue Apr  9 11:47:12 2013 <1009513655332321> Initializing lastIndex=0 for a list of length=1
+Tue Apr  9 11:47:12 2013 <1009513655332321> initJVMID: Trying to locate Primary or Secondary using SrvrInfo with JVMID [-1304266397]+
Tue Apr  9 11:47:12 2013 <1009513655332321> initJVMID: Found Primary 10.232.130.87:12003:12004
Tue Apr  9 11:47:12 2013 <1009513655332321> .....internal request /bea_wls_internal/WLDummyInitJVMIDs.....processed
Tue Apr  9 11:47:12 2013 <1009513655332321> getPreferredFromCookie: Found 1 servers
Tue Apr  9 11:47:12 2013 <1009513655332321> attempt #0 out of a max of 5
Tue Apr  9 11:47:12 2013 <1009513655332321> trying connect to PRIMARY '10.232.130.87'/12003/12004
Tue Apr  9 11:47:12 2013 <1009513655332321> getPooledConn: found a host and port/securePort match
Tue Apr  9 11:47:12 2013 <1009513655332321> getPooledConn: No more connections in the pool for Host[10.232.130.87] Port[12003] SecurePort[12004]
Tue Apr  9 11:47:12 2013 <1009513655332321> getConnection: Obtained a URL object from factory
Tue Apr  9 11:47:12 2013 <1009513655332321> getConnection: Setting SSL properties on URL object
Tue Apr  9 11:47:12 2013 <1009513655332321> Local Port of the socket is 22160
Tue Apr  9 11:47:12 2013 <1009513655332321> Remote Host 10.232.130.87 Remote Port 12004
Tue Apr  9 11:47:12 2013 <1009513655332321> created a new connection to preferred server '10.232.130.87/12004' for '/Calendar', Local port:0
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Host]=[adc2110491.us.oracle.com:4443]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[User-Agent]=[Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.4) Gecko/20100101 Firefox/10.0.4]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Accept-Language]=[en-us,en;q=0.5]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Accept-Encoding]=[gzip, deflate]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Connection]=[keep-alive]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Cookie]=[s_nr=1365505876368; ADMINCONSOLESESSION=FGY9RkfPy7xrvwn4zYR0LqfTV0vGkBjPxhjxQbQGlkhjXJ22LHXJ!1111363896; _WL_AUTHCOOKIE_ADMINCONSOLESESSION=mSkOg.X9HBLf9jgkR.PJ; JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[ECID-Context]=[1.004qV7vEojhDsXY5HrG7yf0006Jj0000SH;kXjE1ZDLIPHHj4TPnKVB3HOR_UOPXIS]+
Tue Apr  9 11:47:12 2013 <1009513655332321> parse_header is done
Tue Apr  9 11:47:12 2013 <1009513655332321> Method is GET
Tue Apr  9 11:47:12 2013 <1009513655332321> About to call parseHeaders
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: Value of parsedHeaders = [0]
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::sendHeaders(): meth='GET' file='/Calendar' protocol='HTTP/1.1'
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Host]=[adc2110491.us.oracle.com:4443]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [User-Agent]=[Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.4) Gecko/20100101 Firefox/10.0.4]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Accept-Language]=[en-us,en;q=0.5]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Accept-Encoding]=[gzip, deflate]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Cookie]=[s_nr=1365505876368; ADMINCONSOLESESSION=FGY9RkfPy7xrvwn4zYR0LqfTV0vGkBjPxhjxQbQGlkhjXJ22LHXJ!1111363896; _WL_AUTHCOOKIE_ADMINCONSOLESESSION=mSkOg.X9HBLf9jgkR.PJ; JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [ECID-Context]=[1.004qV7vEojhDsXY5HrG7yf0006Jj0000SH;kXjE1ZDLIPHHj4TPnKVB3HOR_UOPXIS]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Connection]=[Keep-Alive]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [WL-Proxy-SSL]=[true]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [WL-PATH-TRIM]=[test]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [WL-Proxy-Client-IP]=[148.87.19.36]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Proxy-Client-IP]=[148.87.19.36]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-Forwarded-For]=[148.87.19.36]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-KeepAliveSecs]=[30]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-Request-ClusterInfo]=[true]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [x-weblogic-cluster-hash]=[yo3Df7lxCy0/YU7vJMjHoUNLu9I]+
Tue Apr  9 11:47:12 2013 <1009513655332321> Need to send 889
Tue Apr  9 11:47:12 2013 <1009513655332321> SSLWrite sent 889, Error = 0
Tue Apr  9 11:47:12 2013 <1009513655332321> SSLWrite completed, sent 889
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
+Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 302 Moved Temporarily]+
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: StatusLine set to [302 Moved Temporarily]
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Date]=[Tue, 09 Apr 2013 18:47:12 GMT]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Transfer-Encoding]=[chunked]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Location]=[http://adc2110491.us.oracle.com:4443/test/Calendar/]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[X-Powered-By]=[Servlet/2.5 JSP/2.1]+
Tue Apr  9 11:47:12 2013 <1009513655332321> parsed all headers OK
Tue Apr  9 11:47:12 2013 <1009513655332321> done with sendRequest
Tue Apr  9 11:47:12 2013 <1009513655332321> sendResponse() : r->status = '302'
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to client (add):[Date]=[Tue, 09 Apr 2013 18:47:12 GMT]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to client (add):[Location]=[http://adc2110491.us.oracle.com:4443/test/Calendar/]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to client (add):[X-Powered-By]=[Servlet/2.5 JSP/2.1]+
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 3 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=3 toRead=4093
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 2 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=5 toRead=4091
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 1 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 297 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 2 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 3 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=3 toRead=4093
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 2 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=5 toRead=4091
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 1 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 2 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> calling closeConn() with non-null URL* at 3882
Tue Apr  9 11:47:12 2013 <1009513655332321> canRecycle: conn=1 status=302 isKA=1 clen=-1 isCTE=1
Tue Apr  9 11:47:12 2013 <1009513655332321> closeConn: pooling for '10.232.130.87/12004'
Tue Apr  9 11:47:12 2013 <1009513655332321> closeConn: pooling '0'
+Tue Apr  9 11:47:12 2013 <1009513655332321> request [Calendar] processed successfully..................+

Hello All,
I am writing to request your help on the following blocking issue :
In my attempt to configure End-End SSL between Browser->OHS Plugin->SSL Weblogic Managed Server ,
Weblogic is giving me an incorrect response while constructing the absolute redirect.
What i mean is :
I am trying to excess an application deployed on an SSL Weblogic as :
https://adc2110491.us.oracle.com:12004/Calendar
But when i configure this through OHS, and then try to access the same application via URL :
https://adc2110491.us.oracle.com:4443/test/Calendar - This doesnt work !
Instead if i append an extra "Slash" in the URL, the application is accessible(This is a workaround and not an expected behavior) :
https://adc2110491.us.oracle.com:4443/test/Calendar/ - This works !
For such kind of configuration from OHS side, I enabled a property called "*WebLogic Plug-In Enabled*" from "WLS Managed Server -> General settings"
Please note that, in case When above mentioned Weblogic-Server is NOT SSL, this works fine.
This error is only in SSL case.
Also, Pasting the log file below for one such failed request :
+Tue Apr  9 11:47:12 2013 <1009513655332321> ================New Request: [GET /test/Calendar HTTP/1.1] =================+
Tue Apr  9 11:47:12 2013 <1009513655332321> INFO: SSL is configured
Tue Apr  9 11:47:12 2013 <1009513655332321> Using Uri /test/Calendar
Tue Apr  9 11:47:12 2013 <1009513655332321> After trimming path: '/Calendar'
Tue Apr  9 11:47:12 2013 <1009513655332321> The final request string is '/Calendar'
Tue Apr  9 11:47:12 2013 <1009513655332321> parseServerList: Socket Address hostnames  'adc2110491.us.oracle.com:12004'
+Tue Apr  9 11:47:12 2013 <1009513655332321> Host extracted from serverlist is [adc2110491.us.oracle.com]+
Tue Apr  9 11:47:12 2013 <1009513655332321> parseServerList:  IP from socket Address [10.232.130.87]
Tue Apr  9 11:47:12 2013 <1009513655332321> Initializing lastIndex=0 for a list of length=1
Tue Apr  9 11:47:12 2013 <1009513655332321> getListNode: created a new server node: id='adc2110491.us.oracle.com:12004' server_name='adc2110491.us.oracle.com', port='4443'
+Tue Apr  9 11:47:12 2013 <1009513655332321> getPreferred: availcookie=[s_nr=1365505876368; ADMINCONSOLESESSION=FGY9RkfPy7xrvwn4zYR0LqfTV0vGkBjPxhjxQbQGlkhjXJ22LHXJ!1111363896; _WL_AUTHCOOKIE_ADMINCONSOLESESSION=mSkOg.X9HBLf9jgkR.PJ; JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397]+
Tue Apr  9 11:47:12 2013 <1009513655332321> Found cookie from cookie header: JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397
Tue Apr  9 11:47:12 2013 <1009513655332321> Parsing cookie JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397
+Tue Apr  9 11:47:12 2013 <1009513655332321> getpreferredServersFromCookie: [-1304266397]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> primaryJVMID: [-1304266397], secondaryJVMID: []+
Tue Apr  9 11:47:12 2013 <1009513655332321> No of JVMIDs found in cookie: 1
Tue Apr  9 11:47:12 2013 <1009513655332321> Number of nodes in the list: 1
Tue Apr  9 11:47:12 2013 <1009513655332321> SrvrInfo 0 with JVMID:
Tue Apr  9 11:47:12 2013 <1009513655332321> getPreferredFromCookie: Start Position is 0, listLen is 1
Tue Apr  9 11:47:12 2013 <1009513655332321> getPreferredFromCookie: Either JVMIDs not set or they are stale. Will try to get JVMIDs from WLS
Tue Apr  9 11:47:12 2013 <1009513655332321> initJVMID: Iterating SrvrList from position 0
Tue Apr  9 11:47:12 2013 <1009513655332321> ======internal request /bea_wls_internal/WLDummyInitJVMIDs======
initJVMID: Trying Host[10.232.130.87] Port[12004] SecurePort[12004] useSSL [1] ioTimeout [30] socketTimeout [2]
Tue Apr  9 11:47:12 2013 <1009513655332321> Local Port of the socket is 22159
Tue Apr  9 11:47:12 2013 <1009513655332321> Remote Host 10.232.130.87 Remote Port 12004
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::sendHeaders(): meth='HEAD' file='/bea_wls_internal/WLDummyInitJVMIDs' protocol='HTTP/1.0'
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Connection]=[Close]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-Request-ClusterInfo]=[true]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-Force-JVMID]=[unset]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-KeepAliveSecs]=[30]+
Tue Apr  9 11:47:12 2013 <1009513655332321> Need to send 167
Tue Apr  9 11:47:12 2013 <1009513655332321> SSLWrite sent 167, Error = 0
Tue Apr  9 11:47:12 2013 <1009513655332321> SSLWrite completed, sent 167
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: Value of parsedHeaders = [0]
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
+Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 404 Not Found]+
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: StatusLine set to [404 Not Found]
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Connection]=[close]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Date]=[Tue, 09 Apr 2013 18:47:12 GMT]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Content-Length]=[1214]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Content-Type]=[text/html; charset=UTF-8]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[X-WebLogic-Cluster-Hash]=[yo3Df7lxCy0/YU7vJMjHoUNLu9I]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[X-Powered-By]=[Servlet/2.5 JSP/2.1]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[X-WebLogic-Cluster-List]=[-1304266397!183009879!12003!12004]+
Tue Apr  9 11:47:12 2013 <1009513655332321> parsed all headers OK
Tue Apr  9 11:47:12 2013 <1009513655332321> Parsing cluster list: -1304266397!183009879!12003!12004
Tue Apr  9 11:47:12 2013 <1009513655332321> parseJVMID: Parsing JVMID '-1304266397!183009879!12003!12004'
Tue Apr  9 11:47:12 2013 <1009513655332321> parseJVMID: Actually parsing '-1304266397!183009879!12003!12004'
Tue Apr  9 11:47:12 2013 <1009513655332321> ServerInfo struct for JVMID '-1304266397' populated, Server Details are: OrigHostInfo [10.232.130.87], isOrigHostInfoDNS [0], Host [10.232.130.87], Port [12003], SecurePort [12004]
Tue Apr  9 11:47:12 2013 <1009513655332321> Initializing lastIndex=0 for a list of length=1
+Tue Apr  9 11:47:12 2013 <1009513655332321> initJVMID: Trying to locate Primary or Secondary using SrvrInfo with JVMID [-1304266397]+
Tue Apr  9 11:47:12 2013 <1009513655332321> initJVMID: Found Primary 10.232.130.87:12003:12004
Tue Apr  9 11:47:12 2013 <1009513655332321> .....internal request /bea_wls_internal/WLDummyInitJVMIDs.....processed
Tue Apr  9 11:47:12 2013 <1009513655332321> getPreferredFromCookie: Found 1 servers
Tue Apr  9 11:47:12 2013 <1009513655332321> attempt #0 out of a max of 5
Tue Apr  9 11:47:12 2013 <1009513655332321> trying connect to PRIMARY '10.232.130.87'/12003/12004
Tue Apr  9 11:47:12 2013 <1009513655332321> getPooledConn: found a host and port/securePort match
Tue Apr  9 11:47:12 2013 <1009513655332321> getPooledConn: No more connections in the pool for Host[10.232.130.87] Port[12003] SecurePort[12004]
Tue Apr  9 11:47:12 2013 <1009513655332321> getConnection: Obtained a URL object from factory
Tue Apr  9 11:47:12 2013 <1009513655332321> getConnection: Setting SSL properties on URL object
Tue Apr  9 11:47:12 2013 <1009513655332321> Local Port of the socket is 22160
Tue Apr  9 11:47:12 2013 <1009513655332321> Remote Host 10.232.130.87 Remote Port 12004
Tue Apr  9 11:47:12 2013 <1009513655332321> created a new connection to preferred server '10.232.130.87/12004' for '/Calendar', Local port:0
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Host]=[adc2110491.us.oracle.com:4443]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[User-Agent]=[Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.4) Gecko/20100101 Firefox/10.0.4]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Accept-Language]=[en-us,en;q=0.5]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Accept-Encoding]=[gzip, deflate]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Connection]=[keep-alive]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[Cookie]=[s_nr=1365505876368; ADMINCONSOLESESSION=FGY9RkfPy7xrvwn4zYR0LqfTV0vGkBjPxhjxQbQGlkhjXJ22LHXJ!1111363896; _WL_AUTHCOOKIE_ADMINCONSOLESESSION=mSkOg.X9HBLf9jgkR.PJ; JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from clnt:[ECID-Context]=[1.004qV7vEojhDsXY5HrG7yf0006Jj0000SH;kXjE1ZDLIPHHj4TPnKVB3HOR_UOPXIS]+
Tue Apr  9 11:47:12 2013 <1009513655332321> parse_header is done
Tue Apr  9 11:47:12 2013 <1009513655332321> Method is GET
Tue Apr  9 11:47:12 2013 <1009513655332321> About to call parseHeaders
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: Value of parsedHeaders = [0]
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::sendHeaders(): meth='GET' file='/Calendar' protocol='HTTP/1.1'
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Host]=[adc2110491.us.oracle.com:4443]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [User-Agent]=[Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.4) Gecko/20100101 Firefox/10.0.4]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Accept-Language]=[en-us,en;q=0.5]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Accept-Encoding]=[gzip, deflate]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Cookie]=[s_nr=1365505876368; ADMINCONSOLESESSION=FGY9RkfPy7xrvwn4zYR0LqfTV0vGkBjPxhjxQbQGlkhjXJ22LHXJ!1111363896; _WL_AUTHCOOKIE_ADMINCONSOLESESSION=mSkOg.X9HBLf9jgkR.PJ; JSESSIONID=l2GkRkgJczv7vjf9p2dh892WhDTvHglTHdFMppJLLCxQL1pmyJJN!-1304266397]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [ECID-Context]=[1.004qV7vEojhDsXY5HrG7yf0006Jj0000SH;kXjE1ZDLIPHHj4TPnKVB3HOR_UOPXIS]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Connection]=[Keep-Alive]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [WL-Proxy-SSL]=[true]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [WL-PATH-TRIM]=[test]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [WL-Proxy-Client-IP]=[148.87.19.36]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [Proxy-Client-IP]=[148.87.19.36]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-Forwarded-For]=[148.87.19.36]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-KeepAliveSecs]=[30]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [X-WebLogic-Request-ClusterInfo]=[true]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to WLS: [x-weblogic-cluster-hash]=[yo3Df7lxCy0/YU7vJMjHoUNLu9I]+
Tue Apr  9 11:47:12 2013 <1009513655332321> Need to send 889
Tue Apr  9 11:47:12 2013 <1009513655332321> SSLWrite sent 889, Error = 0
Tue Apr  9 11:47:12 2013 <1009513655332321> SSLWrite completed, sent 889
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
+Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 302 Moved Temporarily]+
Tue Apr  9 11:47:12 2013 <1009513655332321> URL::parseHeaders: StatusLine set to [302 Moved Temporarily]
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Date]=[Tue, 09 Apr 2013 18:47:12 GMT]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Transfer-Encoding]=[chunked]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[Location]=[http://adc2110491.us.oracle.com:4443/test/Calendar/]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs from WLS:[X-Powered-By]=[Servlet/2.5 JSP/2.1]+
Tue Apr  9 11:47:12 2013 <1009513655332321> parsed all headers OK
Tue Apr  9 11:47:12 2013 <1009513655332321> done with sendRequest
Tue Apr  9 11:47:12 2013 <1009513655332321> sendResponse() : r->status = '302'
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to client (add):[Date]=[Tue, 09 Apr 2013 18:47:12 GMT]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to client (add):[Location]=[http://adc2110491.us.oracle.com:4443/test/Calendar/]+
+Tue Apr  9 11:47:12 2013 <1009513655332321> Hdrs to client (add):[X-Powered-By]=[Servlet/2.5 JSP/2.1]+
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 3 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=3 toRead=4093
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 2 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=5 toRead=4091
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 1 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 297 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 2 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 3 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=3 toRead=4093
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 2 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=5 toRead=4091
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 1 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill(): first=0 last=0 toRead=4096
Tue Apr  9 11:47:12 2013 <1009513655332321> Reader::fill() Remaining data length 2 is less than buffer size
Tue Apr  9 11:47:12 2013 <1009513655332321> calling closeConn() with non-null URL* at 3882
Tue Apr  9 11:47:12 2013 <1009513655332321> canRecycle: conn=1 status=302 isKA=1 clen=-1 isCTE=1
Tue Apr  9 11:47:12 2013 <1009513655332321> closeConn: pooling for '10.232.130.87/12004'
Tue Apr  9 11:47:12 2013 <1009513655332321> closeConn: pooling '0'
+Tue Apr  9 11:47:12 2013 <1009513655332321> request [Calendar] processed successfully..................+

Similar Messages

  • Work flow for leave request through email

    Hi guru,
    my issue is, when employee requesting for leave through Net viewer (ESS). it must be trigger to
    out-look email id of authorized person. plz suggest me how i have to do configuration for this.
    Thanks,
    Rajesh

    Either you can make use of the report RPTARQEMAIL or you have a BADI PT_GEN_REQ implement this BADI, in this badi you can find a  method to determine the EMAIL list. IMplement the logic to send mails.
    Before doing this ask the basis guys to make appropriate SCOT settings inorder to send External Mails

  • All Active Application Requests is empty

    I have setup the Application Approval Workflow.  I use 3 different servers one for SCOR one for SCSM and one for SM Datawarehouse.  Everything appears to be set up correctly according to the AAW documentation.
    Under All Applications in Configuration Items the applications are listed.  Under Applications Associated with Application Requests there are No items found.  Is this an association I need to create or should it list the Applications I have already
    marked for requiring Approval in SCCM (2012 R2 CU3)  ?
    Also in SCSM under Work Items - All Active Application Requests there are No Items Found.
    In SCOR if I run the Runbook Tester for Application Request Synchronization it goes from Monitor - Get Counter Value - Check init Start - Check Max - Increment Counter.
    I suspect the items listed above are empty because this Runbook is not completing fully.
    If I disable CheckMax and Increment Counter to force it to route to the Get IsActive counter it doesn't run past Check init Start.
    So the Sychronize Application Requests counter is not getting run.
    Hope this makes sense and any feedback appreciated.
    Stephen

    Hi,
    Please try to manually sync the application requests under Work Items by clicking
    Sync Now.
    Please also check out the CM -> SM Synchronization Runbook and run through it once via Runbook Tester. This way you can get additional information for what particular application this activity failed. Then check what might be wrong with the application
    on SCCM side.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Create credit request through E-commerce B2B application

    Hello Experts,
    My client has a requirement to allow the customers to create a Credit Memo request through E-Commerce B2B application.
    As I understand Credit request is of type Sales Transaction, which is normally created with reference to a billing document. However in our current scenario, credit request has to be created with out any reference to the Billing document moreover there wont be any reference to the Sales order as well.
    Can you suggest me any possible solution for my current requirement. If it is not possible by standard SAP, how can I achieve by custom development.
    I appreciate any helpful suggestion.
    Many Thanks,
    Srinivasu

    Any update on this?

  • Popup for transport request in WebDynpro ABAP application

    Hi there,
    which function module can I use to prompt the user for the transport request in an WebDynpro ABAP application.
    In SAPGUI I found 'TR_ORDER_CHOICE_CORRECTION' to do this but I get a short dump when I call this one from a WebDynpro ABAP application ...
    Many thanks in advance!
    Regards,
    Steffen

    Thanks for your replay!
    The reason I get the short dump is the function modules I found call a dynpro screen inside for prompting for the request. I am not surprised this does not work for WebDynpro applications ....
    So I thought there is a generic function module for WebDynpro applications available or a WebDynpro component I can use for this ... Sure I could build it by myself but this does not seem to be the right way for me since this requirement seems to be of a generic nature.
    @Gaurav: I am interested to bring up a generic popup for prompting for the request. So I cannot use the flags to suppress the screen ...
    Best regards,
    Steffen

  • Since converting my mobileme account into an icloud account, my free 5GB of storage has become a paid for extra 20GB without my requesting it. How can this happen, and has anyone else had this happen to them?

    Since converting my mobileme account into an icloud account, my free 5GB of storage has become a paid for extra 20GB without my requesting it. How can this happen, and has anyone else had this happen to them?

    To clarify: you are not being charged for the extra storage - it's complimentary to reflect the fact that you had storage in MobileMe. At the end of June it will disappear unless you care to pay to renew it.

  • Getting a 502 Bad Gateway when trying to run a POST request for application on Lync UCWA on VPN

    I am getting a 502 Bad Gateway when trying to run a POST request for application info on Lync UCWA ("Policy prevents request from being proxied."). When I do a request without SSL, I get a 403 - Forbidden: Access is denied. 
    Is this becouse I am on VPN and not on the internal network? There are some policy on VPN or the IIS internal that denies me access?
    I have not tried it internal yet. Anyone else with this experience?

    Did you figure out your issue? I'm having a similar issue. Even thought I'm able to successfully sign-in to the Lync Server and obtain a Bearer token, I'm not getting any response from the server when sending a POST request to the application URI (https://<pool_fqdn>/ucwa/oauth/v1/applications).
    Wondering if it's a policy issue and if so, why user policy affects this access?
    thanks.

  • TS1702 I cannot get an unlocked version of drivesafe.ly to operate on any accounts on my iphone 4S and have had no help when I asked them for support.  I am now trying to figure out how to refund the product.  Anyone know how to make that request through

    I cannot get an unlocked version of drivesafe.ly to operate on any accounts on my iphone 4S and have had no help when I asked them for support.  I am now trying to figure out how to refund the product.  Anyone know how to make that request through itunes?

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • Using command tab for application switcher no long cycles through all apps

    Using command tab for application switcher use to work as it always has before Lion, and did in Lion for a few days. Now it stops at the last app. It always use to keep cycling through through all the apps. I figure I did something, but cannot figure out what. I have tried old tricks like force quitting dock using Activity Monitor, but that didnt work. Tried restarting, repairing permissions, and a new user account. I will great appreciate anyones help with this.
    Thanks,
    Mark C.

    I was going to post my experience about application switcher as well, but i have the opposite problem: in SL it never worked, but now in Lion it does. Since I upgraded by installing over Lion, I'm assuming there must be a setting somewhere for this behavior. There is a place for setting keyboard keystrokes, looking there may help.

  • APEX SSO and Load balancing: Could not determine workspace for application

    We had a single HTTP Server serving APEX in a 10.2.0.2 database configured with SSO to be used by the developers. APEX has been registered as a partner application and the login url has been CA Siteminder protected so that the SM_USER details are forwarded in the header for the application to use for authorization. Everything is fine so far.
    Now we have added a HTTP Server on another host and have it all set up for APEX and its pointing to the same database. APEX_ADMIN access works as normal, but applications previously using SSO now get the following error after entering the URL.
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7620 Could not determine workspace for application ().
    Using HTTP Watch I find that the application is not even trying to redirect to the login page.
    What is wrong here?

    APEX has been registered as a partner application as described in
    http://www.oracle.com/technology/products/database/application_express/howtos/sso_partner_app.html
    In the meantime I found metalink document 368746.1 which describes the cause of this problem. Please read carefully what I wrote, it all works when the the new APEX web server is turned off in the server farm on the load balancer and directed through the original web server. When running regapp.sql the hostname in the listener token was using the virtual hostname. This works fine if the request comes from the original APEX server which proofs that there is nothing wrong with the installation and set up of SSO. When directing the request to the new APEX web server the APEX_ADMIN page still works only existing work spaces using SSO don't seems to work anymore resulting in a error as described in the subject.
    As for metalink document 368746.1 naming the causes of this error:
    - there are no duplicate entries in WWSEC_ENABLER_CONFIG_INFO$
    -LISTENER_TOKEN clearly works for requests coming from the first web server
    -theoretically the web server listener port could be changed from 7777, but port 80 needs to be maintained here as production is mimiced as far down as possible.
    Is there some cache table which can be cleared? How is it that the flows schema (apex engine) can not find the work space when the request comes from a new web server which can however access the APEX_ADMIN pages.
    anyone?

  • Error: 1056603 Unable to spawn process for application [AppName]

    Hi,
    After a fresh installation of Essbase Server (11.1.1.4), I'm experiencing the following error when attempting to perform basically any action on any Application (Start, Stop, Delete) through EAS:
    *Error: 1056603 Unable to spawn process for application [Demo]. Please ensure that adequate memory is available.*
    System memory seems abundant at around 5% usage with all relevant services started, but I even doubled it (since it's a VM) to 16Gb just to make sure, the issue persists.
    Having a look at the Essbase server log, I didn't find any additional info that could be helpful:
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///2412/Info(1051160)
    Received Validate Login Session request
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///2380/Info(1051001)
    Received client request: Get App and Database Status (from user [admin])
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Error(1056603)
    Unable to spawn process for application [Demo]. Please ensure that adequate memory is available.
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Error(1054001)
    Cannot load application Demo with error number [1056603] - see server log file
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Warning(1051003)
    Error 1054001 processing request [MaxL: Execute] - disconnecting
    And when the Essbase service is started, essbase.log also seems to be pretty normal:
    [Thu Oct 11 15:18:13 2012]Local/ESSBASE0///2376/Info(1051001)
    Received client request: Logout (from user [admin])
    [Thu Oct 11 15:18:13 2012]Local/ESSBASE0///2376/Info(1051037)
    Logging out user [admin], active for 29 minutes
    [Thu Oct 11 15:18:19 2012]Local/ESSBASE0///1236/Info(1051243)
    Exclusive operation security file compaction started. This may take a while
    [Thu Oct 11 15:18:19 2012]Local/ESSBASE0///1236/Info(1051244)
    Security file compaction completed
    [Thu Oct 11 15:18:19 2012]Local/ESSBASE0///1236/Info(1051052)
    Essbase Server - finished
    [Thu Oct 11 15:18:23 2012]Local/ESSBASE0///2620/Info(1051283)
    Retrieving License Information Please Wait...
    [Thu Oct 11 15:18:23 2012]Local/ESSBASE0///2620/Info(1051286)
    License information retrieved.
    [Thu Oct 11 15:18:29 2012]Local/ESSBASE0///2620/Info(1051199)
    Single Sign-On Initialization Succeeded !
    [Thu Oct 11 15:18:29 2012]Local/ESSBASE0///2620/Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051134)
    External Authentication Module: [Single Sign-On] enabled
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051051)
    Essbase Server - started
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051243)
    Exclusive operation security file compaction started. This may take a while
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051244)
    Security file compaction completed
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051052)
    Essbase Server - finished
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2120/Info(1051283)
    Retrieving License Information Please Wait...
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2120/Info(1051286)
    License information retrieved.
    [Thu Oct 11 15:18:37 2012]Local/ESSBASE0///2120/Info(1051199)
    Single Sign-On Initialization Succeeded !
    [Thu Oct 11 15:18:37 2012]Local/ESSBASE0///2120/Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    Any ideas on what may be causing this?
    Thanks in advance!
    n

    Hi Nelson,
    Did you try increasing the Heap size for EAS ? Try the following and check if you still get the error -
    increase the Java heap settings in the EAS script on a Unix platform that was configured using the automatic deployment method, do the following:
    1. Navigate to the $HYPERION_HOME/deployments/{appserver}/bin directory.
    2. Edit the setCustomParamseas.sh(.bat) script.
    3. Modify or add the -Xms and -Xmx settings to the JAVA_OPTIONS variable. For example:
    +JAVA_OPTIONS="-Xms256m -Xmx1024m -DComponentName=eas -DcomponentId=1e3bf92b2d9bb0493bcd3380127b0ca49ee7f50 -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/usr/local/oracle/hyperion -Dhyperion.home=/usr/local/oracle/hyperion -DEAS_HOME=/usr/local/oracle/hyperion/products/Essbase/eas -DESS_ES_HOME=/usr/local/oracle/hyperion/products/Essbase/eas/server -DEAS_LOG_LEVEL=5000 -DEAS_LOG_LOCATION=/usr/local/oracle/hyperion/logs/eas/easserver.log -DCLIENT_SERVER_DIFF_MC=true -Dweblogic.j2ee.application.tmpDir=/usr/local/oracle/hyperion/deployments/temp -Djava.io.tmpdir=/usr/local/oracle/hyperion/tmp ${JAVA_OPTIONS} "+
    +*Note: For Tomcat deployments, the setting to modify is JAVA_OPTS:*+
    +*JAVA_OPTS="-Xms256m -Xmx1024m*+
    4. Stop and restart EAS for the setting to take effect.
    Hope it helps....
    KosuruS

  • Incorrect data after activating the request through Process chain.

    Dear SDN chaps.
    Today morning. I encountered a strange issue in DSO..
    I have DSO which is updating from the AL11(application server) flat file.
    While i am loading it to PSA there were no issues and after loading it to the DSO there is no issue and its passing through the routine and the data is populating properly in NEW data Table .But after successful activation of  the request through process i am getting the wrong records in active data table.
    Then i deleted the request and reran it manually i mean triggered the DTP and ran the manual activation surprisingly accurate records are coming through manual process..
    I am just wondering why it is not working through process chain and why it is showing incorrect records through process chain execution and how it is showing accurate records through manual uploading process..'
    Could some one please help to come out from this..By the way mine is SAP BI 7 SP20 &SP05 for BW 7.01
    Thanks
    K M R
      

    Hi Pra
    Thanks for your response..
    We are doing PSA deletion and then we are uploading the data to PSA as well as DSO.
    Now the issue is not in the part of loading we are facing the issue in Actiation of request if i am executing the activation through process chain it is sucess but the values are incorrect. If i am doing the manual activation it sucess with correct data.
    Even i tried with a new chain but still i am facing the issue.
    Surprise thing is in new data table the data is perfect in both the ways like manual upate and Process chain update only during activation i am getting incorrect record in the active data table..
    Appreciate your help on this....
    Thanks
    K M R
    Edited by: K M R on Jul 9, 2010 11:09 AM

  • Sending Outlook Meeting Requests through Outlook using JSP?

    Hi all,
    I'm trying to develop a web application that's able to invoke the Create New Meeting Request dialog from the client's Outlook (they are using Outlook 2002/2003), and populate some data from server-side into the Meeting Request, so that users can customize the Request if necessary and send it out.
    Have looked at a few solutions as follows:
    1) HTML's mailto
    This is not good, coz the body can only accept plain text, whereas I need to be able to send HTML text (which Outlook can accept).
    2) Outlook View Control
    This was more hopeful, as I was able to invoke the new Meeting Request dialog. However still no way to send my data to the Meeting Request :-(
    Basically, what I need is to be able to send a customized Meeting Request through some means, like for example getting Outlook to do it like the above, or sending out via some Java APIs (do they exist?)
    Any ideas if the above is possible at all? Or if there are other ways to do this, other than relying on Outlook?
    I'm open to any suggestions, even commercial solutions, since I'm quite urgently in need of options.
    Note that I can't connect direct to Exchange (there are some solutions for doing that), because of some security issues which doesn't allow me to connect to the Exchange Server.
    Thanks in advance for any advice!

    Hi whartung,
    Thanks for the reply! Appreciate it.
    I think what you are suggesting is exactly what Outlook View Control is. Unfortunately, as I've mentioned, it seems that Microsoft did not give it sufficient controls to be able to pre-populate a new Meeting Request. You can only invoke the Outlook UI to create the Meeting Request, but there's no APIs to populate the new Meeting Request.
    Have however found a possible alternative in the meantime:
    Outlook supports iCalendar files which is a standard for calendaring information storage, and it is able to process a Meeting Request from an iCalendar file which contains details of the Meeting Request.
    So what I'm looking to do is this:
    1) Create the iCalendar file in the backend with Java.
    2) Send an email to the user(s) who is intended to receive the Meeting Request, with the iCalendar file attached.
    3) User clicks on the iCalendar file, which prompts them to process the Meeting Request.
    Somewhat indirect, but gets the Meeting Request across, and all the 3 steps are actually possible.
    Furthur to this, it opens up the possibility of sending Outllook Contacts (which supports iCard format) through similar mechanisms as well!

  • Composite Studio - How to get Active Server Requests through Email

    Currently in my application, we have an issue with number of Active connections. When we view Composite Studio -> Manager -> Requests -> Active Server Requests, it shows the number of active requests at that particular moment.
    Is it possible to set a trigger or receive an email for the above if the number of Active Requests goes > some limit to alert us. Due to the issues with downstream applications, Composite was not able to close the connections and it is creating issues for future requests. 

    You need to load the Module before you start using it .....in PowerShell v2 (v3 auto loads it for you).
    I assume you are just starting with the AD Administration with PowerShell.
    Go through the Scripting Guy's post and search for getting started content:
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/02/02/hey-scripting-guy-february-2-2010.aspx
    http://blogs.technet.com/b/heyscriptingguy/archive/2013/04/23/use-the-ad-ds-module-to-find-computers-with-powershell.aspx
    Below is another comprehensive  link:
    http://technet.microsoft.com/en-us/library/dd378937(v=ws.10).aspx
    Knowledge is Power{Shell}
    DexterPOSH
    My Blog

  • Sync application request expired

    Delivering the message to the application using connection ZENGIN_http://cresco-es.co.jp/sap/xi/adapter/zengin failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Sync application request expired.. Setting message to status failed.
    getting the above error.
    using zengin we are getting the data into sap through PI.

    Hi,
    Even then if you want , you can increase in production it will just ask for one RFC adapter service to restart and takes only 10-20 sec to restart.
    Thanks!

Maybe you are looking for

  • Run Script action not working when verifying bundle

    I have a critical "Run Script" action in a bundle. When verifying the bundle, the script doesn't seem to run and the verify action hangs indefinitely. I see the following lines in the ZCM Log: Code: [DEBUG] [07/21/2011 19:05:48.670] [5880] [runscript

  • Asset write off in the current fiscal year.

    Hi Experts, I want to write off an asset in next 4 periods of the current fiscal year 2007. For example: Asset 11000 APC value: 10000 APC Date: 01.01.2005 The useful life will end in fiscal year 2008. The book value left at the begining of the curren

  • HT201343 i lost AirPlay Mirroring how can i get back

    i lost airplay mirroring and how can i get it back

  • Cannot change employee subgroup in IT 0000

    Dear experts, The HR person used a wrong position to hire an employee. I was able to change the position in IT 0000 replacing the record with a new one with the same date, however, the employee group and subgroup was kept from the old positions. I've

  • Ichat cam is broke...quicktime cam works...same internal camera!! help!

    My internal isight camera just stopped working with ichat. i fired up quicktime recording, and it's working fine. nothing is out of order in system profiler...but ichat still won't work. photobooth just shows black as well....same as ichat. any sugge