Plain nodemanager throws BEA-090476 Invalid/unknown SSL header -

I have a default installation of weblogic. I do not want to use SSL for communication to nodemanager. I turned the ssl listen port off on the managed server, and then i set SecureListener to false in my nodemanager.properties.
Here is my nodemanager.properties:
#Tue Feb 12 09:34:54 EST 2008
DomainsFile=/root/bea/wlserver_10.0/common/nodemanager/nodemanager.domains
LogLimit=0
PropertiesVersion=10.0.0.0
javaHome=/root/bea/jrockit90_150_06
AuthenticationEnabled=true
NodeManagerHome=/root/bea/wlserver_10.0/common/nodemanager
JavaHome=/root/bea/jrockit90_150_06/jre
LogLevel=INFO
DomainsFileEnabled=true
StartScriptName=startWebLogic.sh
ListenAddress=127.0.0.1
NativeVersionEnabled=true
ListenPort=5556
LogToStderr=true
SecureListener=true
LogCount=1
StopScriptEnabled=false
QuitEnabled=false
LogAppend=true
StateCheckInterval=500
CrashRecoveryEnabled=false
StartScriptEnabled=false
LogFile=/root/bea/wlserver_10.0/common/nodemanager/nodemanager.log
LogFormatter=weblogic.nodemanager.server.LogFormatter
ListenBacklog=50
Here is the startup output from nodemanager:
<Feb 12, 2008 10:17:39 AM> <INFO> <dizzyworld> <States = {dizzy3=RUNNING, AdminServer=UNKNOWN, dizzy1=UNKNOWN, dizzy2=RUNNING, domain_bak=UNKNOWN}>
<Feb 12, 2008 10:17:42 AM EST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer localhost.localdomain - 127.0.0.1 during SSL handshake.>
Here is the error message that is logged when I issue a start command to the managed server from the admin console:
<Feb 12, 2008 10:17:42 AM> <Warning> <Uncaught exception in server handler: javax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer localhost.localdomain - 127.0.0.1 during SSL handshake.>
javax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer localhost.localdomain - 127.0.0.1 during SSL handshake.
at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Lcom.certicom.tls.interfaceimpl.AlertEvent;)V(Unknown Source)
at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Lcom.certicom.tls.record.alert.Alert;)Lcom.certicom.tls.interfaceimpl.AlertEvent;(Unknown Source)
at com.certicom.tls.record.ReadHandler.fireAlert(Lcom.certicom.tls.record.alert.Alert;)V(Unknown Source)
at com.certicom.tls.record.ReadHandler.getProtocolVersion(III)Lcom.certicom.tls.interfaceimpl.ProtocolVersion;(Unknown Source)
at com.certicom.tls.record.ReadHandler.checkVersion()V(Unknown Source)
at com.certicom.tls.record.ReadHandler.readRecord()I(Unknown Source)
at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete()V(Unknown Source)
at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake()V(Unknown Source)
at com.certicom.tls.record.ReadHandler.read([BII)I(Unknown Source)
        at com.certicom.io.InputSSLIOStreamWrapper.read([BII)I(Unknown Source)
        at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:411)
        at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:453)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:183)
        at java.io.InputStreamReader.read(InputStreamReader.java:167)
        at java.io.BufferedReader.fill(BufferedReader.java:136)
        at java.io.BufferedReader.readLine(BufferedReader.java:299)
        at java.io.BufferedReader.readLine(BufferedReader.java:362)
        at weblogic.nodemanager.server.Handler.run(Handler.java:66)
        at java.lang.Thread.run()V(Unknown Source)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Hi,
I am also facing the same kind of problem...can anyone assist me?
<br>
I am facing a problem while configuring the SSL set up for weblogic cluster. (1 Admin server & 2 Managed servers)
<br>
<br>
I configured the Keystore & SSL information for all 3 servers in cluster. I also disabled their Listen Ports (http) and enabled SSL Listen Ports (https).
<br>
<br>
When I restarted all 3 servers and see the console on admin server (console-->domain-->Servers), I get state="UNKNOWN" for both managed servers. For admin server its "RUNNING".
<br>
<br>
Also I get following log entries in <b>Admin server log</b>.
<br>
<Feb 10, 2006 4:07:32 PM EST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer >Managed_1_name.domain.com - Managed_1 IP during SSL handshake.>
<br>
<Feb 10, 2006 4:08:28 PM EST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer >Managed_2_name.domain.com - Managed_2 IP during SSL handshake.>
<br>
<br>
<b>In Managed_1 log :</b>
<br>
<Feb 10, 2006 4:20:31 PM EST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol T3 was received from peer >Managed_1_name.domain.com - Managed_1 IP instead of an SSL handshake.>
<br>
<br>
<b>In Managed_2 log :</b>
<br>
<Feb 10, 2006 4:24:05 PM EST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol T3 was received from peer >Managed_2_name.domain.com - Managed_2 IP instead of an SSL handshake.>
<br>
<br>
Can anyone please help me here and direct me to resolve this problem? What could be the problem area? Do I need to set up anything else?
<br>
<br>
<b>Thanks in advance.</b>

Similar Messages

  • Error : Invalid/unknown SSL header was received from peer

    Hi,
    I am having Weblogic 8.1 (SP5) Application Server running in US. I have a GUI application which is talking to this application server using SSL protocol. We have same SSL certificates installed machines from where this GUI application is executed.
    When I connect to this app. server from India, I am able to connect and do required operations, without any problem
    Using same GUI application when a user tries to connect from US, he is able to connect and do some basic operation. But after some time suddenly the connection with the server gets broken and he is not able to do any further operation. After that when he closes the application and tries to connect again, he is able to connect. Again after sometime server communication is broken. But I am able to connect and do operation on the same server and at the same time without any connection break up.
    When I checked Weblogic logs (wl-domain.log), I saw the below error printed.
    ####<Aug 30, 2006 7:54:40 AM CDT> <Warning> <Security> <TANGO2> <DevServer> <ExecuteThread: '24' for queue: 'default'> <<WLS Kernel>> <> <BEA-090476> <Invalid/unknown SSL header was received from peer 220.225.40.242 - 220.225.40.242 during SSL handshake.>
    ####<Aug 30, 2006 8:07:37 AM CDT> <Error> <HTTP> <TANGO2> <DevServer> <ExecuteThread: '24' for queue: 'default'> <<WLS Kernel>> <> <BEA-101018> <[ServletContext(id=200305,name=DefaultWebApp,context-path=)] Servlet failed with ServletException
    java.lang.Throwable: Write Channel Closed
    at com.tpt.thresher.servlet.TPTRPCRouterServletSession.doPost(TPTRPCRouterServletSession.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6981)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    But server has not gone down, its up all the time. Only thing is after this error comes up, user is not able to do any operation. He has to close the application and reconnect to the server. This is happening after random operation and there is no particular pattern for this. Server connection gets broken after every 5-10 minutes when connected from US.
    Does anyone have any idea why this error comes?
    Does it have to do anything with Operation System?

    Please clarify. Do you believe that this is a JRockit error? If not, I would recommend one of the WebLogic newsgroups instead.
    Cheers -- Henrik

  • Invalid/unknown SSL header was received from peer nakina-132.nakinasys.loc

    Hello,
    Using 8.1 I am running in a clustered environment. I have 1 question and 1 issue.
    I have an Admin server, a managed server, and a load balancer (as a managed server also). I am trying to enable SSL on the load balancer. My first question is regarding the startup. When I start my managed servers, I noticed them loading the keystores numerous times:
    <Nov 16, 2004 2:18:37 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Nakina\ossFramework\dist\bea\weblogic81\server\lib\DemoTrust.jks.>
    <Nov 16, 2004 2:18:37 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Nakina\ossFramework\dist\j2sdk1.4.2_05\jre\lib\security\cacerts.>
    <Nov 16, 2004 2:18:48 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Nakina\ossFramework\dist\bea\weblogic81\server\lib\DemoTrust.jks.>
    <Nov 16, 2004 2:18:48 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Nakina\ossFramework\dist\j2sdk1.4.2_05\jre\lib\security\cacerts.>
    <Nov 16, 2004 2:19:34 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Nakina\ossFramework\dist\bea\weblogic81\server\lib\DemoTrust.jks.>
    <Nov 16, 2004 2:19:34 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Nakina\ossFramework\dist\j2sdk1.4.2_05\jre\lib\security\cacerts.>
    <Nov 16, 2004 2:19:36 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Nakina\ossFramework\dist\bea\weblogic81\server\lib\DemoTrust.jks.>
    <Nov 16, 2004 2:19:36 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Nakina\ossFramework\dist\j2sdk1.4.2_05\jre\lib\security\cacerts.>
    If I enable SSL debug logs I see this exception:
    <Nov 16, 2004 2:51:40 PM EST> <Debug> <TLS> <000000> <SSLSetup: loading trusted CA certificates>
    <Nov 16, 2004 2:51:40 PM EST> <Debug> <TLS> <000000> <SSLSetup: SSLManager not yet initialized
    weblogic.security.service.NotYetInitializedException: [Security:090392]SecurityServiceManager not yet initialized.
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.getSecurityService(SecurityServiceManagerDelegateImpl.java:156)
         at weblogic.security.service.SecurityServiceManager.getSecurityService(SecurityServiceManager.java:175)
         at weblogic.security.utils.SSLSetup.getTrustedCAs(SSLSetup.java:705)
         at weblogic.security.utils.SSLSetup.getSSLContext(SSLSetup.java:548)
         at weblogic.security.SSL.SSLSocketFactory.<init>(SSLSocketFactory.java:71)
         at weblogic.security.SSL.SSLSocketFactory.getJSSE(SSLSocketFactory.java:101)
         at weblogic.net.http.HttpClient.New(HttpClient.java:209)
         at weblogic.net.http.HttpsURLConnection.getHttpClient(HttpsURLConnection.java:246)
         at weblogic.net.http.HttpsURLConnection.connect(HttpsURLConnection.java:217)
         at weblogic.management.Admin.checkAdminServerIsRunning(Admin.java:1545)
         at weblogic.management.Admin.isAdminServerRunning(Admin.java:1617)
         at weblogic.management.Admin.createInstance(Admin.java:1399)
         at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:770)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
         at weblogic.Server.main(Server.java:32)
    It does not seem to stop the server from running and eventually things quiet down. Any reason/need/way to fix this?
    Second issue. I am using a servlet through the load balancer to forward to my managed app server. Below is a snippet from my web.xml file:
    <servlet>
    <servlet-name>HttpClusterServlet</servlet-name>
    <servlet-class>weblogic.servlet.proxy.HttpClusterServlet</servlet-class>
    <init-param>
    <param-name>WebLogicCluster</param-name>
    <param-value>nakina-132:9002
    <!-- List of cluster members e.g nakina-130:13666|nakina-109:13666 -->
    </param-value>
    </init-param>
    <init-param>
    <param-name>SecureProxy</param-name>
         <param-value>ON</param-value>
    </init-param>
    </servlet>
    As I understand, this should enable the SSL with the SecureProxy parameter. However I get the error on the managed server running port 9002 as it's SSL port:
    <Nov 16, 2004 2:59:22 PM EST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer nakina-132.nakinasys.local - 192.168.0.87 during SSL handshake.>
    If I remove the SecureProxy parameter, I get much more complaining about Plaintext:
    <Nov 16, 2004 2:59:22 PM EST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer nakina-132.nakinasys.local - 192.168.0.87 during SSL handshake.>
    <Nov 16, 2004 2:59:22 PM EST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer nakina-132.nakinasys.local - 192.168.0.87 instead of an SSL handshake.>
    <Nov 16, 2004 2:59:24 PM EST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer nakina-132.nakinasys.local - 192.168.0.87 instead of an SSL handshake.>
    <Nov 16, 2004 2:59:26 PM EST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer nakina-132.nakinasys.local - 192.168.0.87 instead of an SSL handshake.>
    So I believe it is trying to use SSL with the SecureProxy parameter set (at least something changes). But why am I still getting the Invalid/unknown SSL header error. Enabling the SSL debug logs does not really provide much more information, that I can see.
    All servers are being run through the same domain. SSL is enabled on all servers, and listen ports disabled. My webtier has the transport-guarantee set to CONFIDENTIAL.
    Thanks in advance,
    Denis.

    Hi,
    I am also facing the same kind of problem...can anyone assist me?
    <br>
    I am facing a problem while configuring the SSL set up for weblogic cluster. (1 Admin server & 2 Managed servers)
    <br>
    <br>
    I configured the Keystore & SSL information for all 3 servers in cluster. I also disabled their Listen Ports (http) and enabled SSL Listen Ports (https).
    <br>
    <br>
    When I restarted all 3 servers and see the console on admin server (console-->domain-->Servers), I get state="UNKNOWN" for both managed servers. For admin server its "RUNNING".
    <br>
    <br>
    Also I get following log entries in <b>Admin server log</b>.
    <br>
    <Feb 10, 2006 4:07:32 PM EST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer >Managed_1_name.domain.com - Managed_1 IP during SSL handshake.>
    <br>
    <Feb 10, 2006 4:08:28 PM EST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer >Managed_2_name.domain.com - Managed_2 IP during SSL handshake.>
    <br>
    <br>
    <b>In Managed_1 log :</b>
    <br>
    <Feb 10, 2006 4:20:31 PM EST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol T3 was received from peer >Managed_1_name.domain.com - Managed_1 IP instead of an SSL handshake.>
    <br>
    <br>
    <b>In Managed_2 log :</b>
    <br>
    <Feb 10, 2006 4:24:05 PM EST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol T3 was received from peer >Managed_2_name.domain.com - Managed_2 IP instead of an SSL handshake.>
    <br>
    <br>
    Can anyone please help me here and direct me to resolve this problem? What could be the problem area? Do I need to set up anything else?
    <br>
    <br>
    <b>Thanks in advance.</b>

  • Invalid/unknown SSL header was received from peer uma during SSL handshake

    Hello,
    I get the following error when switching from https:// to http:// and clicking on the browser back button and performing the same action again in the https://
    e.g
    In my https://uma:7040/test.jsp
    I perform an action and go to http://uma:7004/index.jsp and now I click on the browsers back button and go to https://uma:7040/test.jsp. I try to perform the same action that I did previously. And I get this error.
    Did I do anything wrong here? Please correct me.
    Uma

    Hello Pavel,
    I got it. I have to modify the startManagedWeblogic.cmd file and I did that. Here is a complete log of the error and infor messages.
    <Oct 18, 2004 11:57:05 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state
    changed to RUNNING>
    <Oct 18, 2004 11:57:05 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Server starte
    d in RUNNING mode>
    SessionListener: sessionCreated(BziC338AGL2b7AKYRgSU57Pv7dQFOf5EpXE8q423a5xWu2y7WPeF!39540
    319!1098080834671) count=2
    <Oct 18, 2004 11:57:18 AM GMT+05:30> <Debug> <TLS> <000000> <Filtering JSSE SSLSocket>
    <Oct 18, 2004 11:57:18 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.addContext(
    ctx): 17837995>
    <Oct 18, 2004 11:57:18 AM GMT+05:30> <Debug> <TLS> <000000> <SSLSocket will be Muxing>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.findContext
    (is): 27897908>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 readRecord()>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 SSL Version 2 with no
    padding>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 received SSL_20_RECOR
    D>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: ClientHello
    V2>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <write HANDSHAKE offset = 0 le
    ngth = 58>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <write HANDSHAKE offset = 0 le
    ngth = 568>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <write HANDSHAKE offset = 0 le
    ngth = 4>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 readRecord()>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 received HANDSHAKE>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: ClientKeyEx
    change>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: ClientKeyEx
    change RSA>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 readRecord()>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 received CHANGE_CIPHE
    R_SPEC>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 readRecord()>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <6199956 received HANDSHAKE>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: Finished>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <write CHANGE_CIPHER_SPEC offs
    et = 0 length = 1>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <write HANDSHAKE offset = 0 le
    ngth = 40>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.findContext
    (sock): 24075031>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <activateNoRegister()>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <avalable(): 6199956 : 0 + 0 =
    0>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.activate(): activat
    ed: 27897908 6199956>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <NEW ALERT: com.certicom.tls.r
    ecord.alert.Alert@c21d01 Severity: 1 Type: 0
    java.lang.Throwable: Stack trace
    at weblogic.security.utils.SSLSetup.debug(SSLSetup.java:265)
    at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.closeWriteHandler(Unknown Sour
    ce)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.close(Unknown Source)
    at javax.net.ssl.impl.SSLSocketImpl.close(Unknown Source)
    at weblogic.socket.SocketMuxer.closeSocket(SocketMuxer.java:231)
    at weblogic.socket.SocketMuxer.cleanupSocket(SocketMuxer.java:566)
    at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:530)
    at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:474)
    at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:89)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    >
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <avalable(): 6199956 : 0 + 0 =
    0>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <write ALERT offset = 0 length
    = 2>
    <Oct 18, 2004 11:57:19 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.removeConte
    xt(ctx): 17837995>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <Filtering JSSE SSLSocket>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.addContext(
    ctx): 32879502>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLSocket will be Muxing>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.findContext
    (is): 31407084>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 readRecord()>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 received HANDSHAKE>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: ClientHello
    >
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <write HANDSHAKE offset = 0 le
    ngth = 58>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <write CHANGE_CIPHER_SPEC offs
    et = 0 length = 1>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <write HANDSHAKE offset = 0 le
    ngth = 40>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 readRecord()>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 received CHANGE_CIPHE
    R_SPEC>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 readRecord()>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 received HANDSHAKE>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: Finished>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.findContext
    (sock): 14091504>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <activateNoRegister()>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <avalable(): 8733610 : 0 + 549
    = 549>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.activate(): activat
    ed: 31407084 8733610>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 read( offset: 0 lengt
    h: 4080 )>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 readRecord()>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 received APPLICATION_
    DATA>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 APPDATA databufferLen
    0>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 APPDATA contentLength
    520>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 read databufferLen 52
    0>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 read A returns 520>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 read( offset: 520 len
    gth: 3560 )>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns false 1>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 Rethrowing Interrupte
    dIOException>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.findContext
    (sock): 14091504>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <activateNoRegister()>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <avalable(): 8733610 : 0 + 0 =
    0>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.activate(): activat
    ed: 31407084 8733610>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 read( offset: 520 len
    gth: 3560 )>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns false 1>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <8733610 Rethrowing Interrupte
    dIOException>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <write APPLICATION_DATA offset
    = 0 length = 253>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <write APPLICATION_DATA offset
    = 6 length = 1526>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <NEW ALERT: com.certicom.tls.r
    ecord.alert.Alert@d26103 Severity: 1 Type: 0
    java.lang.Throwable: Stack trace
    at weblogic.security.utils.SSLSetup.debug(SSLSetup.java:265)
    at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.closeWriteHandler(Unknown Sour
    ce)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.close(Unknown Source)
    at javax.net.ssl.impl.SSLSocketImpl.close(Unknown Source)
    at weblogic.socket.SocketMuxer.closeSocket(SocketMuxer.java:231)
    at weblogic.socket.SocketMuxer.cleanupSocket(SocketMuxer.java:566)
    at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:530)
    at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:474)
    at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:119
    1)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:25
    78)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    >
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <avalable(): 8733610 : 0 + 0 =
    0>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <write ALERT offset = 0 length
    = 2>
    <Oct 18, 2004 11:57:39 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.removeConte
    xt(ctx): 32879502>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <Filtering JSSE SSLSocket>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.addContext(
    ctx): 27147229>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLSocket will be Muxing>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.findContext
    (is): 23879504>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 readRecord()>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 received HANDSHAKE>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: ClientHello
    >
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <write HANDSHAKE offset = 0 le
    ngth = 58>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <write CHANGE_CIPHER_SPEC offs
    et = 0 length = 1>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <write HANDSHAKE offset = 0 le
    ngth = 40>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 readRecord()>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 received CHANGE_CIPH
    ER_SPEC>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 readRecord()>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 received HANDSHAKE>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: Finished>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.findContext
    (sock): 31826123>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <activateNoRegister()>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <avalable(): 10458977 : 0 + 59
    7 = 597>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.activate(): activat
    ed: 23879504 10458977>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read( offset: 0 leng
    th: 4080 )>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 readRecord()>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 received APPLICATION
    _DATA>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 APPDATA databufferLe
    n 0>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 APPDATA contentLengt
    h 571>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read databufferLen 5
    71>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read A returns 571>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read( offset: 571 le
    ngth: 3509 )>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns false 1>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 Rethrowing Interrupt
    edIOException>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.findContext
    (sock): 31826123>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <activateNoRegister()>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <avalable(): 10458977 : 0 + 0
    = 0>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.activate(): activat
    ed: 23879504 10458977>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read( offset: 571 le
    ngth: 3509 )>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns false 1>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 Rethrowing Interrupt
    edIOException>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <write APPLICATION_DATA offset
    = 0 length = 271>
    <Oct 18, 2004 11:57:42 AM GMT+05:30> <Debug> <TLS> <000000> <write APPLICATION_DATA offset
    = 6 length = 454>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read( offset: 0 leng
    th: 4080 )>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns true>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 readRecord()>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 SSL3/TLS MAC>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 received APPLICATION
    _DATA>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 APPDATA databufferLe
    n 0>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 APPDATA contentLengt
    h 448>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read databufferLen 4
    48>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read A returns 448>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read( offset: 448 le
    ngth: 3632 )>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns false 1>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 Rethrowing Interrupt
    edIOException>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <write APPLICATION_DATA offset
    = 0 length = 205>
    <Oct 18, 2004 11:57:53 AM GMT+05:30> <Debug> <TLS> <000000> <write APPLICATION_DATA offset
    = 6 length = 454>
    <Oct 18, 2004 11:57:58 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read( offset: 0 leng
    th: 4080 )>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns true>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 readRecord()>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 SSL3/TLS MAC>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 received APPLICATION
    _DATA>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 APPDATA databufferLe
    n 0>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 APPDATA contentLengt
    h 594>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read databufferLen 5
    94>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read A returns 594>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 read( offset: 594 le
    ngth: 3486 )>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: true>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: true>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord()>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <hasSSLRecord returns false 1>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <10458977 Rethrowing Interrupt
    edIOException>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <write APPLICATION_DATA offset
    = 0 length = 253>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <write APPLICATION_DATA offset
    = 6 length = 1526>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <NEW ALERT: com.certicom.tls.r
    ecord.alert.Alert@d16610 Severity: 1 Type: 0
    java.lang.Throwable: Stack trace
    at weblogic.security.utils.SSLSetup.debug(SSLSetup.java:265)
    at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.closeWriteHandler(Unknown Sour
    ce)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.close(Unknown Source)
    at javax.net.ssl.impl.SSLSocketImpl.close(Unknown Source)
    at weblogic.socket.SocketMuxer.closeSocket(SocketMuxer.java:231)
    at weblogic.socket.SocketMuxer.cleanupSocket(SocketMuxer.java:566)
    at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:530)
    at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:474)
    at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:119
    1)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:25
    78)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    >
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <avalable(): 10458977 : 0 + 0
    = 0>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <write ALERT offset = 0 length
    = 2>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.removeConte
    xt(ctx): 27147229>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <Filtering JSSE SSLSocket>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.addContext(
    ctx): 27306986>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLSocket will be Muxing>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.findContext
    (is): 24548764>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <isMuxerActivated: false>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLFilter.isActivated: false>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <29499826 readRecord()>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <29499826 SSL Version data inv
    alid>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <Connection to SSL port from
    uma - 10.0.22.82 appears to be either unknown SSL version or maybe is plaintext
    >
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <NEW ALERT: com.certicom.tls.r
    ecord.alert.Alert@7db7d Severity: 2 Type: 70
    java.lang.Throwable: Stack trace
    at weblogic.security.utils.SSLSetup.debug(SSLSetup.java:265)
    at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Sour
    ce)
    at com.certicom.net.ssl.CerticomContextWrapper.forceHandshakeOnAcceptedSocket(Unkn
    own Source)
    at weblogic.t3.srvr.SSLListenThread$1.execute(SSLListenThread.java:514)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    >
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <write ALERT offset = 0 length
    = 2>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <close(): 29499826>
    <Oct 18, 2004 11:58:00 AM GMT+05:30> <Debug> <TLS> <000000> <SSLIOContextTable.removeConte
    xt(ctx): 27306986>
    I see the severity level and type has changed when the error is thrown.
    Any ideas on this?
    Uma

  • Regarding SSL warning BEA-090476

    Hi,
    I have configured SSL certicate on both admin and managed servers and when we start the managed server it is giving the following warning on weblogic 10.3.
    <Aug 14, 2009 3:59:29 PM IST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer <Hostname> - <Host IP> during SSL handshake.>
    If we stop Admin server, warning also stopped in managed server logs. It seems there is an issue with communication between admin and managed server. Pls suggest to suppress this warning.
    Thanks.

    Hi,
    This issue may also be due to the host name verification. By default this remains "on" in weblogic. Turn it off using below link and test -
    http://edocs.bea.com/wls/docs103/ConsoleHelp/taskhelp/security/DisableHostNameVerification.html
    Certificate's "CN" field should be same as the host name of the machine on which server is installed to pass this verification.
    Remember, Admin Server acts as a client to it's managed servers and hence performs all these validations while communicating with them (including ssl handshake).
    Regards,
    Anuj

  • I'm trying to create a list using CustomSchemalXml property in ListCreationInformation object in CSOM. But, the code throws an error "Invalid List Schema".

    I'm trying to create a list using CustomSchemalXml  property in ListCreationInformation object in CSOM. But, the code throws an error "Invalid List Schema". Any pointers on how to set the CustomSchemalXml property?
    Sri

    Hi Lakshmanan,
    Thanks for your reply.
    I checked this post and there was no solution to the problem there. I undersand we cannot create a list based on custom template in CSOM, but what I'm looking for is how of form xml and set it to CustomSchemalXml
     property, so that everytime when I want to create a list with similar content types and stuff, I can just set the
    CustomSchemalXml  property. 
    Sri

  • BEA-090156 Invalid identity certificate signature with custom stores

    How does one go about resolving BEA-090156 <Invalid identity certificate signature> when using custom keystores. As I have DoD certificates with a root that isn't in the standard JDK keystore, how does one go about resolving this issue. I created the keystores with the DoD certs, but get this message when trying to use them. Pls advise.
    Thanks.

    The solution is that the certificates in tempcertfile.crt must be in the correct order. The order must be:
    Identity certificate
    Intermediate certificate
    Root certificate
    The identity certificate can be located easily in tempcertfile.crt since there must be header that shows the identity--information such as the name of a person or an organization, their address, and so forth. The intermediate certificate will be the last certificate in the tempcertfile.crt.
    After I changed the order of the certificates it worked fine.
    Regards Steffen

  • [SOLVED] Unknown SSL protocol error in connection

    Hi there. I'm trying to get a website with curl but i'm getting this error:
    [martriay@atila ~]$ curl -v "https://servicios1.afip.gov.ar"
    * Rebuilt URL to: https://servicios1.afip.gov.ar/
    * Hostname was NOT found in DNS cache
    * Adding handle: conn: 0x20412c0
    * Adding handle: send: 0
    * Adding handle: recv: 0
    * Curl_addHandleToPipeline: length: 1
    * - Conn 0 (0x20412c0) send_pipe: 1, recv_pipe: 0
    * Trying 200.1.116.53...
    * Connected to servicios1.afip.gov.ar (200.1.116.53) port 443 (#0)
    * successfully set certificate verify locations:
    * CAfile: /etc/ssl/certs/ca-certificates.crt
    CApath: none
    * SSLv3, TLS handshake, Client hello (1):
    * Unknown SSL protocol error in connection to servicios1.afip.gov.ar:443
    * Closing connection 0
    curl: (35) Unknown SSL protocol error in connection to servicios1.afip.gov.ar:443
    And when i try with SSLv3:
    [martriay@atila ~]$ curl -3 -v "https://servicios1.afip.gov.ar"
    * Rebuilt URL to: https://servicios1.afip.gov.ar/
    * Hostname was NOT found in DNS cache
    * Adding handle: conn: 0x8032c0
    * Adding handle: send: 0
    * Adding handle: recv: 0
    * Curl_addHandleToPipeline: length: 1
    * - Conn 0 (0x8032c0) send_pipe: 1, recv_pipe: 0
    * Trying 200.1.116.53...
    * Connected to servicios1.afip.gov.ar (200.1.116.53) port 443 (#0)
    * Unsupported SSL protocol version
    * Closing connection 0
    curl: (35) Unsupported SSL protocol version
    That's from my archlinux server, while on my desktop's fedora it works just fine. Both computers are within the same network.
    openssl version:
    [martriay@atila ~]$ openssl version
    OpenSSL 1.0.1e 11 Feb 2013
    openssl connection attempt
    [martriay@atila ~]$ openssl s_client -connect servicios1.afip.gov.ar:443
    CONNECTED(00000003)
    write:errno=104
    no peer certificate available
    No client certificate CA names sent
    SSL handshake has read 0 bytes and written 322 bytes
    New, (NONE), Cipher is (NONE)
    Secure Renegotiation IS NOT supported
    Compression: NONE
    Expansion: NONE
    If I add the -ssl3 option:
    [martriay@atila ~]$ openssl s_client -connect servicios1.afip.gov.ar:443 -ssl3
    CONNECTED(00000003)
    depth=1 C = GB, ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = COMODO High-Assurance Secure Server CA
    verify error:num=20:unable to get local issuer certificate
    verify return:0
    Certificate chain
    0 s:/C=AR/postalCode=1086/ST=Ciudad Autonoma de Buenos Aires/L=Capital Federal/street=Hipolito Yirigoyen 370/O=ADMINISTRACION FEDERAL DE INGRESOS PUBLICOS/OU=Issued through ADMINISTRACION FEDERAL DE INGRESOS PUBLICOS E-PKI/OU=InstantSSL/CN=servicios1.afip.gov.ar
    i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO High-Assurance Secure Server CA
    1 s:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO High-Assurance Secure Server CA
    i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
    Server certificate
    -----BEGIN CERTIFICATE-----
    -----END CERTIFICATE-----
    subject=/C=AR/postalCode=1086/ST=Ciudad Autonoma de Buenos Aires/L=Capital Federal/street=Hipolito Yirigoyen 370/O=ADMINISTRACION FEDERAL DE INGRESOS PUBLICOS/OU=Issued through ADMINISTRACION FEDERAL DE INGRESOS PUBLICOS E-PKI/OU=InstantSSL/CN=servicios1.afip.gov.ar
    issuer=/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO High-Assurance Secure Server CA
    No client certificate CA names sent
    SSL handshake has read 3048 bytes and written 485 bytes
    New, TLSv1/SSLv3, Cipher is RC4-MD5
    Server public key is 2048 bit
    Secure Renegotiation IS NOT supported
    Compression: NONE
    Expansion: NONE
    SSL-Session:
    Protocol : SSLv3
    Cipher : RC4-MD5
    Session-ID: F34244E0C2E402103FC9B7216E504E89761FDAF31CC1AC3A7939BE99AD8D0C57
    Session-ID-ctx:
    Master-Key: 146C91E59E259AD38C1E7A0B8E5DBEAE2D768622DE4045CD927D60A40FF8CA527A2694E227FEE30CC0909ADE0B72B0C8
    Key-Arg : None
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1389232087
    Timeout : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Any ideas?
    Last edited by martriay (2014-01-09 14:05:02)

    Downgrade curl to 7.33.0-3. There is a known bug that is now fixed and should be released with the next version. I got bit by this too
    Scott

  • Conversion configuration error Unknown structure Header found in document

    Hi,
    we are having the following target structure according to that we need to generate a file.
    Output file sample format:
    ACODESXXXX0001581012011-03-2209.12.42WARRANTY CAUSE CODES FILE
    ACODESXXXX000158102CCCORROSION INSPECTION
    ACODESXXXX00015810255CAVITY, PINHOLE
    ACODESXXXX00015810256BAD MACHINING
    BCODESXXXX0001581012011-03-2209.12.42WARRANTY COMPLAINTS CODES FILE
    BCODESXXXX000158102NCNO CUSTOMER COMPLAINT
    BCODESXXXX000158102XPCONSIDERATION
    BCODESXXXX00015810299OTHER
    BCODESXXXX000158199000000131
    CCODESXXXX0001581012011-03-2209.12.42WARRANTY CIRCUMSTANCE CODES FILE
    CCODESXXXX000158102 BLANK
    CCODESXXXX000158102AAT ENGINE START
    CCODESXXXX000158102BWHEN WARMING-UP
    Target  Record Structure:
    DT_Codes
              Record
                        ACodes      
                               Header
                               Details
                               Trailer
                         Bcodes
                               Header
                               Details
                               Trailer
                         Ccodes
                               Header
                               Details
                               Trailer
                         TWRNTY
                               Header
                               Details
                               Trailer
    In receiver file adapter we have given following content conversion parameters
    Content conversion Parameters :
    Recordset Structure*: A_Code.Header,A_Code.Detail,A_Code.Trailer,B_Code.Header,B_Code.Detail,B_Code.Trailer,C_Code.Header,C_Code.Detail,C_Code.Trailer,
    Name                                                                                value
    A_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
    A_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,3
    A_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
    B_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
    B_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,10
    B_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
    C_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
    C_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,10
    C_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
    Now we are getting error "Conversion configuration error Unknown structure Header found in document"
    Please suggest solution for the error.
    thank you,
    Praveen.

    your content conversion parameters seem to be wrong.
    Do refer;
    /people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

  • Error ORA-01251: Unknown File Header Version while restoring db from backup

    Hi all,
    SO: Solaris 10 (installed in a zone in Solaris 11)
    DB: 9.2.0.6
    We are facing the error stack below when trying to recover a 9i database from a previous full backup:
    ORA-01110: data file 28: '/u01/app/oracle/9.2/db/oradata/datafile28.dbf'
    ORA-01122: database file 28 failed verification check
    ORA-01110: data file 28: '/u01/app/oracle/9.2/db/oradata/datafile28.dbf'
    ORA-01251: Unknown File Header Version read for file number 28The datafile28 was successfully restored from the full backup to the location specified in the RMAN script. We executed the dbverify utility on the datafile28, but no corruption was detected. We also brought the datafile to the offline state and then re-executed the RMAN script, without success.
    What do you think can be causing this issue?
    Thanks in advance.

    Problem solved.
    The issue was related to the names of the datafiles. We had some datafiles with the same name in different raw devices, and when trying to restore these datafiles to the same mount point, the error was raised. To solve, we restored some datafiles to a different mount point, keeping the original name from the source.

  • Powerbook G4 10.4.11  won't start from hard drive .  Tried repair, " The underlying task reported failure on exit (-9972).Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.

    Powerbook G4 10.4.11  won't start from hard drive .  Tried repair, " Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.Powerbook G4 10.4.11  won't start from hard drive .  Tried repair, " The underlying task reported failure on exit (-9972).Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.
    The underlying task reported failure on exit (-9972).

    kauribill wrote:
    " The underlying task reported failure on exit (-9972).Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.
    The underlying task reported failure on exit (-9972).
    This is a directory issue that Disk Utility cannot fix. Although it manifests itself as a software issue sometimes it may be hardware based. See DiskUtility reports "Underlying task reported failure" when repairing avolume http://support.apple.com/kb/TS1901?viewlocale=en_US". You can try using a utility like TechTool Pro, Drive Genius or Disk Warrior to repair and replace the directory. Another option would be to use the Archive and Install feature to reinstall. If the problem returns after correction you may have a failing or failed HDD.
    cornelius

  • Can I query for WL-Proxy-SSL header?

    I want to be able to enforce certain pages to be loaded via https.
    Is it ok to query for the WL-Proxy-SSL header in order to detect if a request
    was via https, or is there a better way? I cannot find any documentation on this.
    TIA,
    -graham

    You should read the Servlet spec, Graham:
    ServletRequest.isSecure() returns true and ServletRequest.getScheme() returns
    https
    Glad to be of help ;)
    -graham
    "Graham Lyus" <[email protected]> wrote:
    >
    I want to be able to enforce certain pages to be loaded via https.
    Is it ok to query for the WL-Proxy-SSL header in order to detect if a
    request
    was via https, or is there a better way? I cannot find any documentation
    on this.
    TIA,
    -graham

  • ORA-15196: invalid ASM block header

    asm alert shows:
    WARNNING: cache read a corrupted block group=1(CRSDG) dsk=0 blk=2 from disk 0(CRSVOL)
    Errors in file /u01/app/11.2.0/grid/log/diag/asm/+asm/+ASM1/trace/+ASM1_rbal_16585.trc:
    ORA-15196: invalid ASM block header [kfc.c:25578] [endian_kfbh] [2147483648] [2] [0 != 1]
    ORA-15196: invalid ASM block header [kfc.c:25427] [endian_kfbh] [2147483648] [2] [0 != 1]
    Here are my challenges to the answer providers and I am going to number my questions. You are welcome to answer any question listed below, just please quota my question number first. Thanks.
    1) "cache read a corrupted block group" , what exactly is the "cache" here?
    2) "group=1(CRSDG) dsk=0 blk=2 from disk 0(CRSVOL)" we know that ASM is stored in AUs, here only gives dsk=0, blk=2, but without knowing the AU number, how can I use kfed to read the proper block?
    3) "kfc.c:25578" what is kfc.c? I can find explanation about kfbh.<>, kfdhdb.<>, but have no clue about what kfc.c is.
    4) "[endian_kfbh] [2147483648] [2] [0 != 1]" I know endian_kfbh is about the platform's Endian, but what is 2147483648 referring to here?
    5)  "[endian_kfbh] [2147483648] [2] [0 != 1]" I am guessing [2] refers to block number 2, is this correct?
    6) overall, is all it is trying to tell me is "the plaform should be in small endian (1), but now it is marked as big endian(2) at some header place"?
    7) of course, I would appreciate your solutions very much. you solution is ...?
    8) Is there any good article reference about these stuff?
    lisingt every single questions of mine is my favorite seeking help style.  Doing this help learn better. I am expecting your contributions.
    Thanks in advance!

    1) "cache read a corrupted block group" , what exactly is the "cache" here?
    I think I need not ask this question. Cache here simply means reading the block from disk to the cache.
    However, questions 2 ~ 7 are still valid.

  • URL object with https string throws malformed url exception: unknown protocol: https

    In WebLogic I am trying to connect to an HTTPS url by passing that url
    string into the contructor for URL object. This throws a Malformed URL
    Exception : unknown protocol: https.
    When i run this same block of code outside of weblogic (in a stand-alone
    app), it runs perfectly. (not exceptions when creating the URL object).
    why do i get this exception in weblogic?
    could weblogic be loading its own URL class rather than the java.net.URL
    class (which supports ssl)? if so how do i override that classloading?
    is there a weblogic security "feature" that prevents opening an ssl
    connection?
    thanks for any help
    mike
    [email protected]

    You need to modify your weblogic.policy file to allow you to change the
    the property java.protocol.handler.pkgs ... and any other properties
    that you may probably change using JSSE (for example:
    javax.net.ssl.trustStore for storing certificates of servers that you
    want to connect to from WLS )
    Regards,
    John Salvo
    Michael Harrison wrote:
    >
    thanks for the help dennis, but still get the "unknown protocol https".
    the URL object sees that the URLStreamHandler ==null and get the value for
    java.protocol.handler.pkgs (which should be
    com.sun.net.ssl.internal.www.protocol) then it tries to load that class. i
    believe that the GetPropertyAction("java.protocol.handler.pkgs","") is not
    returning com.sun.net.ssl.internal.www.protocol. therefore the class is not
    getting loaded
    i think that my classpath is set up properly for classpath and
    weblogic_classpath so i think that i me calling
    System.setProperty("java.protocol.handler.pkgs",
    "com.sun.net.ssl.internal.www.protocol"); is not effective.
    do you know anyway i can trouble shoot this.
    thanks
    mike
    Dennis O'Neill <[email protected]> wrote in message
    news:39d23c28$[email protected]..
    Https is an add-in so to speak. Try this before you create your url:
    System.setProperty ("java.protocol.handler.pkgs",
    "com.sun.net.ssl.internal.www.protocol");
    // add the default security provider (again, in JSSE1.0.1)
    int iap = java.security.Security.addProvider(new
    com.sun.net.ssl.internal.ssl.Provider() );
    dennis

  • Unknown SSL connection from servers

    We have four Windows 2008 R2 servers hosting Exchange 2010 CAS/HUB Transport roles combined on each, we are having an issue where these hosts are trying to connect to a front-end pool IP address in the DMZ every few seconds using HTTPS.  I would like
    to know if there is a way to trace which application could be generating this SSL traffic from within those hosts, as it is Exchange doesn't seem to be the culprit but not 100% sure.  We run some websites behind this IP address in the DMZ, but
    nothing related to Exchange; therefore perhaps something on the system side, but haven't been able to locate any entries on the logs that could point us to an application.  Any suggestions are appreciated.
    FLaidman

    Hi,
    I think NetMon helps with this situation.
    You can also run “netstat –on” on one of these hosts, notice the connection with foreign port 443. Check task manager
    if there is a process with the same PID. Since the connection status is unknown, if this connection cannot be see in netstat, you will have to capture packets.
    Hope this helps.

Maybe you are looking for

  • Trying to create a Invoice based on Order need help Error -5002

    the dreaded -5002 error is haunting me too! and I could not find a matching solution for this in the forum.... I need help quickly on this. I am trying to create invoices for some orders so the Base - Target relationship is retained. The orders I pic

  • The best audio interface with Mac Mini using new & existing equipment?

    Hi, I got my existing set-up back in 2003. I'm now about to update it. I've talked to Apple Technical Support re which computer is best for me. Some important questions remain in terms of the audio interface or sound bridge I should use. I've detaile

  • Backing up database

    Hi all, My database is runnig on archiving mode. i am trying to schedule a cold backup (offline) every sunday.To copy the whole oracle folder as well as the archive folder. My question is how do i automatically schedule my database to shutdown n do t

  • About  inserting new rows in database table

    Hi to all,   I recently installed SAP 4.7 on my system.Everything is going on smoothly . But, I created a table "zemp"  and created columns for it .And i tried to enter data into the table by se16(data browser) ---> create entries (F5) But system is

  • REMINDER:  WLS Management and Administration Survey

    The WebLogic Server team needs your input. We are working to improve the experience of WebLogic application development and deployment, with an emphasis on configuration management, monitoring, and problem diagnosis of both the server and your deploy