Alert warning

Hello everyone,
So I'm having issues handling the commands of an alert of type warning. I want to allow a warining screen whenever DELETE or UNREGISTER is clicked.
Below is a snippet of my code.
Problem is when I click on CANCEL, the program goes on to DELETE/UNREGISTER regardless.
And when I click on OK, it continues with the action (DELETES/UNREGISTERS) but then produces a ClassCastException error immediately after.
public void commandAction(Command c, Displayable d){
                if(c==ok){
                    System.out.println("ok pressed");
//do nothing else return to where you were called from
                if (c== cancel){
//return to original screen
                    display.setCurrent(czUI);
                    System.out.println("cancel pressed");
else if (c != null){
                    try{
                        if (c==unregister){
                            warnDisplay("UNREGISTER will discard service. Do you wish to continue?");//this creates an Alert of type warning with the string parameter
                            warn.setCommandListener(this);
                            display.setCurrent(warn););//set display to warning
//continue if OK is clicked  on warning screen
                            //if OKed GO ON TO UNREGISTER, since OK is a NOP
                            System.out.println("abt to delete in cache");
                            cache.removeElementAt(selectedIndex);
                            System.out.println("deleted from cache");
                        if (c==refresh){
                            warnDisplay("REFRESH will COMPLETELY discard all foreign services. Do you wish to continue?");
                            warn.setCommandListener(this);
                            display.setCurrent(warn);//set display to warning
//continue if OK is clicked  on warning screen
                            //if OKed GO ON TO DELETE SINCE OK is a NOP
                            cache.removeAllElements();
                            refreshCache();
                        //print out what's in cache
                        cacheDisplay(czUI);
                    }catch(RecordStoreException e){
                        errorDisplay("Unable to locate service locally");
public void warnDisplay(String s){
        warn = new Alert("Warning: ", s, null, AlertType.CONFIRMATION);
        warn.addCommand(ok);
        warn.addCommand(cancel);
        warn.setTimeout(Alert.FOREVER);
        Many many thanks in advance,

Hi,
The reason may be because you have not put return statement after checking if c==ok.
after printing "ok pressed" it then checks if(c != null) which is true and hence calls the function cacheDisplay(czUI);
Put all the IF blocks in if..else
Prabhu.

Similar Messages

  • SEND SSL v3.1 ALERT:  warning, description = close_notify

    When trying to establisch a connection to a ssl encrypted smtp-server i get the following DEBUG-output:
    DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
    DEBUG SMTP: useEhlo true, useAuth true
    DEBUG: SMTPTransport trying to connect to host "accesspoint.t-d1-sms.de", port 25
    DummySocketFactory.getDefault()
    DummySocketFactory instantiated
    trigger seeding of SecureRandom
    done seeding SecureRandom
    DummySocketFactory.createSocket()
    %% No cached client session
    *** ClientHello, v3.1
    RandomCookie: GMT: 1002735613 bytes = { 54, 100, 102, 34, 246, 112, 217, 168, 77, 32, 174, 182, 190, 10, 83, 163, 234, 181, 144, 250, 163, 13, 43, 255, 13, 123, 135, 4 }
    Session ID: {}
    Cipher Suites: { 0, 5, 0, 4, 0, 9, 0, 10, 0, 18, 0, 19, 0, 3, 0, 17 }
    Compression Methods: { 0 }
    [write] MD5 and SHA1 hashes: len = 59
    0000: 01 00 00 37 03 01 3C C5 88 FD 36 64 66 22 F6 70 ...7..<...6df".p
    0010: D9 A8 4D 20 AE B6 BE 0A 53 A3 EA B5 90 FA A3 0D ..M ....S.......
    0020: 2B FF 0D 7B 87 5E 00 00 10 00 05 00 04 00 09 00 +....^..........
    0030: 0A 00 12 00 13 00 03 00 11 01 00 ...........
    main, WRITE: SSL v3.1 Handshake, length = 59
    [write] MD5 and SHA1 hashes: len = 77
    0000: 01 03 01 00 24 00 00 00 20 00 00 05 00 00 04 01 ....$... .......
    0010: 00 80 00 00 09 06 00 40 00 00 0A 07 00 C0 00 00 .......@........
    0020: 12 00 00 13 00 00 03 02 00 80 00 00 11 3C C5 88 .............<..
    0030: FD 36 64 66 22 F6 70 D9 A8 4D 20 AE B6 BE 0A 53 .6df".p..M ....S
    0040: A3 EA B5 90 FA A3 0D 2B FF 0D 7B 87 5E .......+....^
    main, WRITE: SSL v2, contentType = 22, translated length = 16310
    DEBUG SMTP RCVD:
    main, SEND SSL v3.1 ALERT: warning, description = close_notify
    main, WRITE: SSL v3.1 Alert, length = 2
    DEBUG: SMTPTransport could not connect to host "accesspoint.t-d1-sms.de", port:
    25
    javax.mail.MessagingException: Could not connect to SMTP host: accesspoint.t-d1-
    sms.de, port: 25
    at java.lang.Throwable.<init>(Throwable.java:96)
    at java.lang.Exception.<init>(Exception.java:44)
    at javax.mail.MessagingException.<init>(MessagingException.java:42)
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:855)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:15
    6)
    at javax.mail.Service.connect(Service.java:234)
    at javax.mail.Service.connect(Service.java:135)
    at mdf1.smsmailer.mail.smtpConnect.send(Unknown Source)
    at mdf1.smsmailer.mail.smtpConnect.main(Unknown Source)
    The Code (SSLSocketFactory, Trustmanager) I used is except for my specific adoptions to connect to a smtp-server, I used from http://www.javaworld.com/javatips/jw-javatip115.html.
    Does anybody have an Idea what went wrong. Is there a problem with Certificates? The supplier of the smtp-server said, that there is no need for a certificate on the client side, although they can�t suppress the server to ask for one.

    I get an error when trying to use the "-keyArg RSA" argument with the keytool. Can you elaborate on how to use this argument? Bellow is the command to import my Certificate.
    keytool -import -alias verisign001 -file verisign001.cer

  • Main, SEND SSL v3.0 ALERT:  warning, description = no_certificate

    Hi all,
    I need to do the client authentication while client is connecting to the server.
    I am using netscape server 4.1 sp 9. & i have turned on the client authentication req. I have installed the server certificate and ca root in the server.
    i have imported client certificate & ca root certificate in keystore using keytool for my client.
    then using the java program, i am trying to access the index page of the server. But i am getting the error like
    "main, SEND SSL v3.0 ALERT: warning, description = no_certificate"
    the detailed debug mode reply is:
    -------------------debug starts here --------------
    Setting uo System Properties.
    Creating the URL Object.
    URL Object=https://MADANK:443/index.html
    keyStore is :
    keyStore type is : jks
    init keystore
    init keymanager of type SunX509
    trustStore is: cacerts
    trustStore type is : jks
    init truststore
    adding as trusted cert: [
    Version: V3
    Subject: CN=Certificate Manager, OU=ebt, O=Citigroup, L=Singapore, ST=Singapore, C=SG
    Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@7fa65e
    Validity: [From: Thu Jun 27 00:00:00 GMT+08:00 2002,
                  To: Sun Jun 27 00:00:00 GMT+08:00 2004]
    Issuer: CN=Certificate Manager, OU=ebt, O=Citigroup, L=Singapore, ST=Singapore, C=SG
    SerialNumber: [    10f3]
    Certificate Extensions: 5
    [1]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    0000: 30 1B FF AA 21 30 68 AB C1 62 2D 27 E7 A3 95 0F 0...!0h..b-'....
    0010: 6E C8 7E 02 n...
    [2]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
    NetscapeCertType [
    SSL CA
    S/MIME CA
    Object Signing CA]
    [3]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    0000: 30 1B FF AA 21 30 68 AB C1 62 2D 27 E7 A3 95 0F 0...!0h..b-'....
    0010: 6E C8 7E 02 n...
    [4]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
    DigitalSignature
    Key_CertSign
    Crl_Sign
    [5]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
    CA:true
    PathLen:2147483647
    Algorithm: [SHA1withRSA]
    Signature:
    0000: 8F A2 18 46 67 DF 45 F4 CB 36 79 9D 03 6B 9F E3 ...Fg.E..6y..k..
    0010: 56 43 0F DD 3D DC 19 40 79 3A EC 04 71 F3 4A CF VC..=..@y:..q.J.
    0020: 37 41 44 22 6A D7 BF 0B 9F 88 EA 6C B5 6D B2 3E 7AD"j......l.m.>
    0030: BF 3C BD 50 C6 42 45 03 CA 3F B1 AC 26 2B 6D 99 .<.P.BE..?..&+m.
    0040: 3E CB 1A 1F 87 93 77 C9 87 65 D8 2D 39 AE 0D 52 >.....w..e.-9..R
    0050: D6 87 C3 D9 BE C4 16 82 9A 27 E1 6B 4F BD 84 C7 .........'.kO...
    0060: C0 7E D8 81 5F 25 F1 A1 A7 37 57 AE 75 BD 36 82 ...._%...7W.u.6.
    0070: 62 BE 36 71 AC E4 FE 39 AC 67 23 77 14 7B 6E B9 b.6q...9.g#w..n.
    adding as trusted cert: [
    Version: V3
    Subject: [email protected], CN=Thawte Personal Freemail CA, OU=Certification Services Division, O=Thawte Consulting, L=Cape Town, ST=Western Cape, C=ZA
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@43c8b3
    Validity: [From: Mon Jan 01 08:00:00 GMT+08:00 1996,
                  To: Fri Jan 01 07:59:59 GMT+08:00 2021]
    Issuer: [email protected], CN=Thawte Personal Freemail CA, OU=Certification Services Division, O=Thawte Consulting, L=Cape Town, ST=Western Cape, C=ZA
    SerialNumber: [  0  ]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
    CA:true
    PathLen:2147483647
    Algorithm: [MD5withRSA]
    Signature:
    0000: C7 EC 92 7E 4E F8 F5 96 A5 67 62 2A A4 F0 4D 11 ....N....gb*..M.
    0010: 60 D0 6F 8D 60 58 61 AC 26 BB 52 35 5C 08 CF 30 `.o.`Xa.&.R5\..0
    0020: FB A8 4A 96 8A 1F 62 42 23 8C 17 0F F4 BA 64 9C ..J...bB#.....d.
    0030: 17 AC 47 29 DF 9D 98 5E D2 6C 60 71 5C A2 AC DC ..G)...^.l`q\...
    0040: 79 E3 E7 6E 00 47 1F B5 0D 28 E8 02 9D E4 9A FD y..n.G...(......
    0050: 13 F4 A6 D9 7C B1 F8 DC 5F 23 26 09 91 80 73 D0 ........_#&...s.
    0060: 14 1B DE 43 A9 83 25 F2 E6 9C 2F 15 CA FE A6 AB ...C..%.../.....
    0070: 8A 07 75 8B 0C DD 51 84 6B E4 F8 D1 CE 77 A2 81 ..u...Q.k....w..
    adding as trusted cert: [
    Version: V3
    Subject: [email protected], CN=Thawte Personal Basic CA, OU=Certification Services Division, O=Thawte Consulting, L=Cape Town, ST=Western Cape, C=ZA
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@feca64
    Validity: [From: Mon Jan 01 08:00:00 GMT+08:00 1996,
                  To: Fri Jan 01 07:59:59 GMT+08:00 2021]
    Issuer: [email protected], CN=Thawte Personal Basic CA, OU=Certification Services Division, O=Thawte Consulting, L=Cape Town, ST=Western Cape, C=ZA
    SerialNumber: [  0  ]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
    CA:true
    PathLen:2147483647
    Algorithm: [MD5withRSA]
    Signature:
    0000: 2D E2 99 6B B0 3D 7A 89 D7 59 A2 94 01 1F 2B DD -..k.=z..Y....+.
    0010: 12 4B 53 C2 AD 7F AA A7 00 5C 91 40 57 25 4A 38 .KS......\.@W%J8
    0020: AA 84 70 B9 D9 80 0F A5 7B 5C FB 73 C6 BD D7 8A ..p......\.s....
    0030: 61 5C 03 E3 2D 27 A8 17 E0 84 85 42 DC 5E 9B C6 a\..-'.....B.^..
    0040: B7 B2 6D BB 74 AF E4 3F CB A7 B7 B0 E0 5D BE 78 ..m.t..?.....].x
    0050: 83 25 94 D2 DB 81 0F 79 07 6D 4F F4 39 15 5A 52 .%.....y.mO.9.ZR
    0060: 01 7B DE 32 D6 4D 38 F6 12 5C 06 50 DF 05 5B BD ...2.M8..\.P..[.
    0070: 14 4B A1 DF 29 BA 3B 41 8D F7 63 56 A1 DF 22 B1 .K..).;A..cV..".
    adding as trusted cert: [
    Version: V1
    Subject: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    Signature Algorithm: MD2withRSA, OID = 1.2.840.113549.1.1.2
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@1cdeff
    Validity: [From: Mon Jan 29 08:00:00 GMT+08:00 1996,
                  To: Thu Jan 08 07:59:59 GMT+08:00 2004]
    Issuer: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    SerialNumber: [    e49efdf3 3ae80ecf a5113e19 a4240232 ]
    Algorithm: [MD2withRSA]
    Signature:
    0000: 61 70 EC 2F 3F 9E FD 2B E6 68 54 21 B0 67 79 08 ap./?..+.hT!.gy.
    0010: 0C 20 96 31 8A 0D 7A BE B6 26 DF 79 2C 22 69 49 . .1..z..&.y,"iI
    0020: 36 E3 97 77 62 61 A2 32 D7 7A 54 21 36 BA 02 C9 6..wba.2.zT!6...
    0030: 34 E7 25 DA 44 35 B0 D2 5C 80 5D B3 94 F8 F9 AC 4.%.D5..\.].....
    0040: EE A4 60 75 2A 1F 95 49 23 B1 4A 7C F4 B3 47 72 ..`u*..I#.J...Gr
    0050: 21 5B 7E 97 AB 54 AC 62 E7 5D EC AE 9B D2 C9 B2 ![...T.b.]......
    0060: 24 FB 82 AD E9 67 15 4B BA AA A6 F0 97 A0 F6 B0 $....g.K........
    0070: 97 57 00 C8 0C 3C 09 A0 82 04 BA 41 DA F7 99 A4 .W...<.....A....
    adding as trusted cert: [
    Version: V3
    Subject: [email protected], CN=Thawte Personal Premium CA, OU=Certification Services Division, O=Thawte Consulting, L=Cape Town, ST=Western Cape, C=ZA
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@7471e0
    Validity: [From: Mon Jan 01 08:00:00 GMT+08:00 1996,
                  To: Fri Jan 01 07:59:59 GMT+08:00 2021]
    Issuer: [email protected], CN=Thawte Personal Premium CA, OU=Certification Services Division, O=Thawte Consulting, L=Cape Town, ST=Western Cape, C=ZA
    SerialNumber: [  0  ]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
    CA:true
    PathLen:2147483647
    Algorithm: [MD5withRSA]
    Signature:
    0000: 69 36 89 F7 34 2A 33 72 2F 6D 3B D4 22 B2 B8 6F i6..4*3r/m;."..o
    0010: 9A C5 36 66 0E 1B 3C A1 B1 75 5A E6 FD 35 D3 F8 ..6f..<..uZ..5..
    0020: A8 F2 07 6F 85 67 8E DE 2B B9 E2 17 B0 3A A0 F0 ...o.g..+....:..
    0030: 0E A2 00 9A DF F3 14 15 6E BB C8 85 5A 98 80 F9 ........n...Z...
    0040: FF BE 74 1D 3D F3 FE 30 25 D1 37 34 67 FA A5 71 ..t.=..0%.74g..q
    0050: 79 30 61 29 72 C0 E0 2C 4C FB 56 E4 3A A8 6F E5 y0a)r..,L.V.:.o.
    0060: 32 59 52 DB 75 28 50 59 0C F8 0B 19 E4 AC D9 AF 2YR.u(PY........
    0070: 96 8D 2F 50 DB 07 C3 EA 1F AB 33 E0 F5 2B 31 89 ../P......3..+1.
    adding as trusted cert: [
    Version: V3
    Subject: [email protected], CN=Thawte Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@66e815
    Validity: [From: Thu Aug 01 08:00:00 GMT+08:00 1996,
                  To: Fri Jan 01 07:59:59 GMT+08:00 2021]
    Issuer: [email protected], CN=Thawte Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA
    SerialNumber: [    01]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
    CA:true
    PathLen:2147483647
    Algorithm: [MD5withRSA]
    Signature:
    0000: 07 FA 4C 69 5C FB 95 CC 46 EE 85 83 4D 21 30 8E ..Li\...F...M!0.
    0010: CA D9 A8 6F 49 1A E6 DA 51 E3 60 70 6C 84 61 11 ...oI...Q.`pl.a.
    0020: A1 1A C8 48 3E 59 43 7D 4F 95 3D A1 8B B7 0B 62 ...H>YC.O.=....b
    0030: 98 7A 75 8A DD 88 4E 4E 9E 40 DB A8 CC 32 74 B9 [email protected].
    0040: 6F 0D C6 E3 B3 44 0B D9 8A 6F 9A 29 9B 99 18 28 o....D...o.)...(
    0050: 3B D1 E3 40 28 9A 5A 3C D5 B5 E7 20 1B 8B CA A4 ;..@(.Z<... ....
    0060: AB 8D E9 51 D9 E2 4C 2C 59 A9 DA B9 B2 75 1B F6 ...Q..L,Y....u..
    0070: 42 F2 EF C7 F2 18 F9 89 BC A3 FF 8A 23 2E 70 47 B...........#.pG
    adding as trusted cert: [
    Version: V1
    Subject: OU=Class 4 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    Signature Algorithm: MD2withRSA, OID = 1.2.840.113549.1.1.2
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@c6f579
    Validity: [From: Mon Jan 29 08:00:00 GMT+08:00 1996,
                  To: Sat Jan 01 07:59:59 GMT+08:00 2000]
    Issuer: OU=Class 4 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    SerialNumber: [    02a60000 01]
    Algorithm: [MD2withRSA]
    Signature:
    0000: 53 DD D3 F0 9C 24 7E 40 AA E2 FC 00 1A D7 DA 0C S....$.@........
    0010: FC 32 61 B8 15 0D 96 F3 FA 57 1B 7F 33 7C AF E9 .2a......W..3...
    0020: 98 9A 61 C8 7A B3 B7 FF B1 DC 99 83 DC AC 12 FC ..a.z...........
    0030: 70 C9 1F 38 42 ED 44 F6 80 2E 5B 6B 33 69 AC 9C p..8B.D...[k3i..
    0040: D3 5C E7 5F 5A 18 C7 B1 2D 79 04 96 41 91 99 41 .\._Z...-y..A..A
    0050: B1 3C 0D BA 84 39 C6 3B 97 F0 26 C9 8E EE BD CC .<...9.;..&.....
    0060: 42 95 FF 1E C7 02 3F 54 0C 78 F5 BC AA 60 7C 02 B.....?T.x...`..
    0070: 69 E8 DC AC E2 02 76 61 C4 3E 03 EA D2 8A 24 D1 i.....va.>....$.
    adding as trusted cert: [
    Version: V1
    Subject: OU=Class 1 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    Signature Algorithm: MD2withRSA, OID = 1.2.840.113549.1.1.2
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@228a02
    Validity: [From: Mon Jan 29 08:00:00 GMT+08:00 1996,
                  To: Wed Jan 08 07:59:59 GMT+08:00 2020]
    Issuer: OU=Class 1 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    SerialNumber: [    325033cf 50d156f3 5c81ad65 5c4fc825 ]
    Algorithm: [MD2withRSA]
    Signature:
    0000: 4B 44 66 60 68 64 E4 98 1B F3 B0 72 E6 95 89 7C KDf`hd.....r....
    0010: DD 7B B3 95 C0 1D 2E D8 D8 19 D0 2D 34 3D C6 50 ...........-4=.P
    0020: 9A 10 86 8C AA 3F 3B A8 04 FC 37 52 95 C3 D9 C9 .....?;...7R....
    0030: DB CD F2 86 06 C4 B1 1B F0 82 88 30 42 8E 17 50 ...........0B..P
    0040: 1C 64 7A B8 3E 99 49 74 97 FC AC 02 43 FB 96 0C .dz.>.It....C...
    0050: 56 04 25 0C 7C 7C 87 9D 24 A7 D8 F0 32 29 B5 A4 V.%.....$...2)..
    0060: DF 5D A2 4C C5 16 32 A8 42 F6 45 A6 B6 36 B9 E0 .].L..2.B.E..6..
    0070: BF 65 36 93 C2 D2 D7 6B DC DE 59 D6 A2 35 F8 45 .e6....k..Y..5.E
    adding private entry as trusted cert: [
    Version: V3
    Subject: CN=nuctest, OU=ebt, O=nucleus software solutions, L=singapore, ST=singapore, C=SG
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: Sun DSA Public Key
    Parameters:DSA
    p: fd7f5381 1d751229 52df4a9c 2eece4e7 f611b752 3cef4400 c31e3f80 b6512669
    455d4022 51fb593d 8d58fabf c5f5ba30 f6cb9b55 6cd7813b 801d346f f26660b7
    6b9950a5 a49f9fe8 047b1022 c24fbba9 d7feb7c6 1bf83b57 e7c6a8a6 150f04fb
    83f6d3c5 1ec30235 54135a16 9132f675 f3ae2b61 d72aeff2 2203199d d14801c7
    q: 9760508f 15230bcc b292b982 a2eb840b f0581cf5
    g: f7e1a085 d69b3dde cbbcab5c 36b857b9 7994afbb fa3aea82 f9574c0b 3d078267
    5159578e bad4594f e6710710 8180b449 167123e8 4c281613 b7cf0932 8cc8a6e1
    3c167a8b 547c8d28 e0a3ae1e 2bb3a675 916ea37f 0bfa2135 62f1fb62 7a01243b
    cca4f1be a8519089 a883dfe1 5ae59f06 928b665e 807b5525 64014c3b fecf492a
    y:
    c9f94d19 2ed1c25d b6954653 9ee10af7 5de4e47b 2be066e8 13c9a470 bba1c817
    f3f15bfd ccf42029 88849627 6b9f8bd4 0120ae12 468c7040 aa2fc988 439a2f13
    0a7f77c9 8517f5cd 8537a7fc 9afdd124 e9b27332 4262f8cb 9ab4ae12 30768293
    e2590628 044d4e1a dd0c4f89 bc7e99ea e38c5028 79ff533d 48de759c 844f6e61
    Validity: [From: Wed Jul 10 12:17:14 GMT+08:00 2002,
                  To: Thu Jul 10 12:17:14 GMT+08:00 2003]
    Issuer: CN=Certificate Manager, OU=ebt, O=Citigroup, L=Singapore, ST=Singapore, C=SG
    SerialNumber: [    10fa]
    Certificate Extensions: 5
    [1]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    0000: E3 29 51 7B B3 BC D8 25 06 43 B5 0F 40 C9 DF D1 .)Q....%.C..@...
    0010: 2C 34 02 83 ,4..
    [2]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
    NetscapeCertType [
    SSL client
    SSL server
    [3]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    0000: 30 1B FF AA 21 30 68 AB C1 62 2D 27 E7 A3 95 0F 0...!0h..b-'....
    0010: 6E C8 7E 02 n...
    [4]: ObjectId: 2.5.29.17 Criticality=false
    SubjectAlternativeName [
    [RFC822Name: [email protected]]]
    [5]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
    DigitalSignature
    Non_repudiation
    Key_Encipherment
    Data_Encipherment
    Algorithm: [MD5withRSA]
    Signature:
    0000: 92 51 EF 16 5E DB 2F D5 E7 85 7D 8E 3B 52 5B D7 .Q..^./.....;R[.
    0010: 3F 01 85 91 F8 2E 96 59 F7 C6 52 07 BF E2 97 99 ?......Y..R.....
    0020: 58 36 66 26 8B C5 03 0C 63 25 A7 51 81 CF AC 0B X6f&....c%.Q....
    0030: 15 82 C3 C6 40 86 BF 75 EC 9F E2 1C 72 BC D6 F6 [email protected]...
    0040: 09 A9 CE 6D D8 EF B9 5D 90 3E CB 71 1B 58 6C D1 ...m...].>.q.Xl.
    0050: 69 A9 AC BF 75 C2 86 7D 25 0C F8 D3 6E B0 D1 2C i...u...%...n..,
    0060: 55 3A 23 0C 16 08 24 E5 A1 58 68 DD 0A A9 E9 BF U:#...$..Xh.....
    0070: 46 ED 7A 35 13 B0 3D 39 41 12 B9 ED 71 DF BF 7B F.z5..=9A...q...
    adding as trusted cert: [
    Version: V1
    Subject: OU=Secure Server Certification Authority, O="RSA Data Security, Inc.", C=US
    Signature Algorithm: MD2withRSA, OID = 1.2.840.113549.1.1.2
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@d63e39
    Validity: [From: Wed Nov 09 08:00:00 GMT+08:00 1994,
                  To: Fri Jan 08 07:59:59 GMT+08:00 2010]
    Issuer: OU=Secure Server Certification Authority, O="RSA Data Security, Inc.", C=US
    SerialNumber: [    02ad667e 4e45fe5e 576f3c98 195eddc0 ]
    Algorithm: [MD2withRSA]
    Signature:
    0000: 65 DD 7E E1 B2 EC B0 E2 3A E0 EC 71 46 9A 19 11 e.......:..qF...
    0010: B8 D3 C7 A0 B4 03 40 26 02 3E 09 9C E1 12 B3 D1 ......@&.>......
    0020: 5A F6 37 A5 B7 61 03 B6 5B 16 69 3B C6 44 08 0C Z.7..a..[.i;.D..
    0030: 88 53 0C 6B 97 49 C7 3E 35 DC 6C B9 BB AA DF 5C .S.k.I.>5.l....\
    0040: BB 3A 2F 93 60 B6 A9 4B 4D F2 20 F7 CD 5F 7F 64 .:/.`..KM. .._.d
    0050: 7B 8E DC 00 5C D7 FA 77 CA 39 16 59 6F 0E EA D3 ....\..w.9.Yo...
    0060: B5 83 7F 4D 4D 42 56 76 B4 C9 5F 04 F8 38 F8 EB ...MMBVv.._..8..
    0070: D2 5F 75 5F CD 7B FC E5 8E 80 7C FC 50 ._u_........P
    adding as trusted cert: [
    Version: V3
    Subject: [email protected], CN=Thawte Premium Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@8f4fb3
    Validity: [From: Thu Aug 01 08:00:00 GMT+08:00 1996,
                  To: Fri Jan 01 07:59:59 GMT+08:00 2021]
    Issuer: [email protected], CN=Thawte Premium Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA
    SerialNumber: [    01]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
    CA:true
    PathLen:2147483647
    Algorithm: [MD5withRSA]
    Signature:
    0000: 26 48 2C 16 C2 58 FA E8 16 74 0C AA AA 5F 54 3F &H,..X...t..._T?
    0010: F2 D7 C9 78 60 5E 5E 6E 37 63 22 77 36 7E B2 17 ...x`^^n7c"w6...
    0020: C4 34 B9 F5 08 85 FC C9 01 38 FF 4D BE F2 16 42 .4.......8.M...B
    0030: 43 E7 BB 5A 46 FB C1 C6 11 1F F1 4A B0 28 46 C9 C..ZF......J.(F.
    0040: C3 C4 42 7D BC FA AB 59 6E D5 B7 51 88 11 E3 A4 ..B....Yn..Q....
    0050: 85 19 6B 82 4C A4 0C 12 AD E9 A4 AE 3F F1 C3 49 ..k.L.......?..I
    0060: 65 9A 8C C5 C8 3E 25 B7 94 99 BB 92 32 71 07 F0 e....>%.....2q..
    0070: 86 5E ED 50 27 A6 0D A6 23 F9 BB CB A6 07 14 42 .^.P'...#......B
    adding as trusted cert: [
    Version: V1
    Subject: OU=Class 2 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    Signature Algorithm: MD2withRSA, OID = 1.2.840.113549.1.1.2
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@ba6c83
    Validity: [From: Mon Jan 29 08:00:00 GMT+08:00 1996,
                  To: Thu Jan 08 07:59:59 GMT+08:00 2004]
    Issuer: OU=Class 2 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    SerialNumber: [    ba5ac94c 053b92d6 a7b6df4e d053920d ]
    Algorithm: [MD2withRSA]
    Signature:
    0000: B6 00 1F 93 57 A4 07 A7 40 CE 65 40 3F 55 5E ED [email protected]@?U^.
    0010: EF FA 54 49 A5 30 D6 21 7C 61 87 EE 83 93 0B BF ..TI.0.!.a......
    0020: B4 33 F2 98 AC 9F 06 BF 4E A8 CE 14 81 4C CB 04 .3......N....L..
    0030: 4E 58 C3 CF 5F EE 7C D7 9A 6F CB 41 8A B7 7F 81 NX.._....o.A....
    0040: B8 FF 84 61 C6 27 43 65 1D 0C EC B1 00 0A DD 1B ...a.'Ce........
    0050: A4 BB C7 78 20 28 B2 A2 DD 36 95 2E E1 54 4F BF ...x (...6...TO.
    0060: 60 B9 77 68 11 99 23 E8 EA 52 E8 AA 00 4E 67 4E `.wh..#..R...NgN
    0070: BB 90 B5 45 9B 46 EB 8E 16 EF C4 33 5B 33 3D D5 ...E.F.....3[3=.
    init context
    trigger seeding of SecureRandom
    done seeding SecureRandom
    URLConnection Object=sun.net.www.protocol.https.DelegateHttpsURLConnection:https://MADANK:443/index.html
    %% No cached client session
    *** ClientHello, v3.1
    RandomCookie: GMT: 1026390547 bytes = { 253, 107, 158, 38, 37, 76, 10, 103, 251, 172, 105, 193, 174, 123, 15, 141, 82, 158, 154, 81, 238, 143, 177, 44, 85, 135, 16, 36 }
    Session ID: {}
    Cipher Suites: { 0, 5, 0, 4, 0, 9, 0, 10, 0, 18, 0, 19, 0, 3, 0, 17 }
    Compression Methods: { 0 }
    [write] MD5 and SHA1 hashes: len = 59
    0000: 01 00 00 37 03 01 3D 2D 7A 13 FD 6B 9E 26 25 4C ...7..=-z..k.&%L
    0010: 0A 67 FB AC 69 C1 AE 7B 0F 8D 52 9E 9A 51 EE 8F .g..i.....R..Q..
    0020: B1 2C 55 87 10 24 00 00 10 00 05 00 04 00 09 00 .,U..$..........
    0030: 0A 00 12 00 13 00 03 00 11 01 00 ...........
    main, WRITE: SSL v3.1 Handshake, length = 59
    [write] MD5 and SHA1 hashes: len = 77
    0000: 01 03 01 00 24 00 00 00 20 00 00 05 00 00 04 01 ....$... .......
    0010: 00 80 00 00 09 06 00 40 00 00 0A 07 00 C0 00 00 .......@........
    0020: 12 00 00 13 00 00 03 02 00 80 00 00 11 3D 2D 7A .............=-z
    0030: 13 FD 6B 9E 26 25 4C 0A 67 FB AC 69 C1 AE 7B 0F ..k.&%L.g..i....
    0040: 8D 52 9E 9A 51 EE 8F B1 2C 55 87 10 24 .R..Q...,U..$
    main, WRITE: SSL v2, contentType = 22, translated length = 16310
    main, READ: SSL v3.0 Handshake, length = 1729
    *** ServerHello, v3.0
    RandomCookie: GMT: -16177 bytes = { 222, 185, 174, 78, 105, 77, 190, 60, 82, 3, 167, 73, 163, 30, 248, 168, 150, 202, 87, 43, 251, 144, 150, 32, 211, 83, 176, 162 }
    Session ID: {0, 0, 126, 98, 196, 138, 142, 250, 233, 50, 165, 24, 12, 140, 40, 125, 210, 80, 228, 235, 220, 93, 69, 59, 223, 243, 48, 3, 171, 75, 243, 63}
    Cipher Suite: { 0, 4 }
    Compression Method: 0
    %% Created: [Session-1, SSL_RSA_WITH_RC4_128_MD5]
    ** SSL_RSA_WITH_RC4_128_MD5
    [read] MD5 and SHA1 hashes: len = 74
    0000: 02 00 00 46 03 00 00 00 C1 CF DE B9 AE 4E 69 4D ...F.........NiM
    0010: BE 3C 52 03 A7 49 A3 1E F8 A8 96 CA 57 2B FB 90 .<R..I......W+..
    0020: 96 20 D3 53 B0 A2 20 00 00 7E 62 C4 8A 8E FA E9 . .S.. ...b.....
    0030: 32 A5 18 0C 8C 28 7D D2 50 E4 EB DC 5D 45 3B DF 2....(..P...]E;.
    0040: F3 30 03 AB 4B F3 3F 00 04 00 .0..K.?...
    *** Certificate chain
    chain [0] = [
    Version: V3
    Subject: CN=madan.nucleussoftware.com.sg, OU=ebt, O=nucleus software solutions, L=singapore, ST=Singapore, C=SG
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@66a22b
    Validity: [From: Fri Jul 05 10:56:02 GMT+08:00 2002,
                  To: Sat Jul 05 10:56:02 GMT+08:00 2003]
    Issuer: CN=Certificate Manager, OU=ebt, O=Citigroup, L=Singapore, ST=Singapore, C=SG
    SerialNumber: [    10f5]
    Certificate Extensions: 5
    [1]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    0000: 09 58 DD 09 3B 97 45 FD 7F 52 C4 4B 7D BD 70 66 .X..;.E..R.K..pf
    0010: 77 B0 1B 2B w..+
    [2]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
    NetscapeCertType [
    SSL client
    SSL server
    [3]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    0000: 30 1B FF AA 21 30 68 AB C1 62 2D 27 E7 A3 95 0F 0...!0h..b-'....
    0010: 6E C8 7E 02 n...
    [4]: ObjectId: 2.5.29.17 Criticality=false
    SubjectAlternativeName [
    [RFC822Name: [email protected]]]
    [5]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
    DigitalSignature
    Non_repudiation
    Key_Encipherment
    Data_Encipherment
    Algorithm: [MD5withRSA]
    Signature:
    0000: 37 DD AE AD 51 97 A0 65 36 8D A7 1F 00 78 C1 FD 7...Q..e6....x..
    0010: 1E 85 1F 41 8B 4B BF 13 FF C3 E3 79 B0 28 2A 4E ...A.K.....y.(*N
    0020: EA FE 08 F5 1B E2 6C A3 56 5F 42 A5 F7 5C A6 E0 ......l.V_B..\..
    0030: E7 6E 49 9C 1C 3B 97 0B A5 4C 48 32 03 96 4F C7 .nI..;...LH2..O.
    0040: ED ED 12 15 F3 0C E7 3B 98 E2 F0 86 0E 97 10 D4 .......;........
    0050: 3F 47 DB 7F A2 C5 48 CD 31 64 88 C5 30 D9 36 57 ?G....H.1d..0.6W
    0060: 28 54 77 C5 A2 C7 6C 25 F3 CF 91 A6 0C DA 0F 92 (Tw...l%........
    0070: 92 2B B8 4F 90 33 00 19 35 0E 7E 1A AA 61 53 09 .+.O.3..5....aS.
    chain [1] = [
    Version: V3
    Subject: CN=Certificate Manager, OU=ebt, O=Citigroup, L=Singapore, ST=Singapore, C=SG
    Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@20cc56
    Validity: [From: Thu Jun 27 00:00:00 GMT+08:00 2002,
                  To: Sun Jun 27 00:00:00 GMT+08:00 2004]
    Issuer: CN=Certificate Manager, OU=ebt, O=Citigroup, L=Singapore, ST=Singapore, C=SG
    SerialNumber: [    10f3]
    Certificate Extensions: 5
    [1]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    0000: 30 1B FF AA 21 30 68 AB C1 62 2D 27 E7 A3 95 0F 0...!0h..b-'....
    0010: 6E C8 7E 02 n...
    [2]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
    NetscapeCertType [
    SSL CA
    S/MIME CA
    Object Signing CA]
    [3]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    0000: 30 1B FF AA 21 30 68 AB C1 62 2D 27 E7 A3 95 0F 0...!0h..b-'....
    0010: 6E C8 7E 02 n...
    [4]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
    DigitalSignature
    Key_CertSign
    Crl_Sign
    [5]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
    CA:true
    PathLen:2147483647
    Algorithm: [SHA1withRSA]
    Signature:
    0000: 8F A2 18 46 67 DF 45 F4 CB 36 79 9D 03 6B 9F E3 ...Fg.E..6y..k..
    0010: 56 43 0F DD 3D DC 19 40 79 3A EC 04 71 F3 4A CF VC..=..@y:..q.J.
    0020: 37 41 44 22 6A D7 BF 0B 9F 88 EA 6C B5 6D B2 3E 7AD"j......l.m.>
    0030: BF 3C BD 50 C6 42 45 03 CA 3F B1 AC 26 2B 6D 99 .<.P.BE..?..&+m.
    0040: 3E CB 1A 1F 87 93 77 C9 87 65 D8 2D 39 AE 0D 52 >.....w..e.-9..R
    0050: D6 87 C3 D9 BE C4 16 82 9A 27 E1 6B 4F BD 84 C7 .........'.kO...
    0060: C0 7E D8 81 5F 25 F1 A1 A7 37 57 AE 75 BD 36 82 ...._%...7W.u.6.
    0070: 62 BE 36 71 AC E4 FE 39 AC 67 23 77 14 7B 6E B9 b.6q...9.g#w..n.
    stop on trusted cert: [
    Version: V3
    Subject: CN=Certificate Manager, OU=ebt, O=Citigroup, L=Singapore, ST=Singapore, C=SG
    Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
    Key: com.sun.net.ssl.internal.ssl.JSA_RSAPublicKey@20cc56
    Validity: [From: Thu Jun 27 00:00:00 GMT+08:00 2002,
                  To: Sun Jun 27 00:00:00 GMT+08:00 2004]
    Issuer: CN=Certificate Manager, OU=ebt, O=Citigroup, L=Singapore, ST=Singapore, C=SG
    SerialNumber: [    10f3]
    Certificate Extensions: 5
    [1]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    0000: 30 1B FF AA 21 30 68 AB C1 62 2D 27 E7 A3 95 0F 0...!0h..b-'....
    0010: 6E C8 7E 02 n...
    [2]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
    NetscapeCertType [
    SSL CA
    S/MIME CA
    Object Signing CA]
    [3]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    0000: 30 1B FF AA 21 30 68 AB C1 62 2D 27 E7 A3 95 0F 0...!0h..b-'....
    0010: 6E C8 7E 02 n...
    [4]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
    DigitalSignature
    Key_CertSign
    Crl_Sign
    [5]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
    CA:true
    PathLen:2147483647
    Algorithm: [SHA1withRSA]
    Signature:
    0000: 8F A2 18 46 67 DF 45 F4 CB 36 79 9D 03 6B 9F E3 ...Fg.E..6y..k..
    0010: 56 43 0F DD 3D DC 19 40 79 3A EC 04 71 F3 4A CF VC..=..@y:..q.J.
    0020: 37 41 44 22 6A D7 BF 0B 9F 88 EA 6C B5 6D B2 3E 7AD"j......l.m.>
    0030: BF 3C BD 50 C6 42 45 03 CA 3F B1 AC 26 2B 6D 99 .<.P.BE..?..&+m.
    0040: 3E CB 1A 1F 87 93 77 C9 87 65 D8 2D 39 AE 0D 52 >.....w..e.-9..R
    0050: D6 87 C3 D9 BE C4 16 82 9A 27 E1 6B 4F BD 84 C7 .........'.kO...
    0060: C0 7E D8 81 5F 25 F1 A1 A7 37 57 AE 75 BD 36 82 ...._%...7W.u.6.
    0070: 62 BE 36 71 AC E4 FE 39 AC 67 23 77 14 7B 6E B9 b.6q...9.g#w..n.
    [read] MD5 and SHA1 hashes: len = 1521
    0000: 0B 00 05 ED 00 05 EA 00 03 09 30 82 03 05 30 82 ..........0...0.
    0010: 02 6E A0 03 02 01 02 02 02 10 F5 30 0D 06 09 2A .n.........0...*
    0020: 86 48 86 F7 0D 01 01 04 05 00 30 75 31 0B 30 09 .H........0u1.0.
    0030: 06 03 55 04 06 13 02 53 47 31 12 30 10 06 03 55 ..U....SG1.0...U
    0040: 04 08 13 09 53 69 6E 67 61 70 6F 72 65 31 12 30 ....Singapore1.0
    0050: 10 06 03 55 04 07 13 09 53 69 6E 67 61 70 6F 72 ...U....Singapor
    0060: 65 31 12 30 10 06 03 55 04 0A 13 09 43 69 74 69 e1.0...U....Citi
    0070: 67 72 6F 75 70 31 0C 30 0A 06 03 55 04 0B 13 03 group1.0...U....
    0080: 65 62 74 31 1C 30 1A 06 03 55 04 03 13 13 43 65 ebt1.0...U....Ce
    0090: 72 74 69 66 69 63 61 74 65 20 4D 61 6E 61 67 65 rtificate Manage
    00A0: 72 30 1E 17 0D 30 32 30 37 30 35 30 32 35 36 30 r0...02070502560
    00B0: 32 5A 17 0D 30 33 30 37 30 35 30 32 35 36 30 32 2Z..030705025602
    00C0: 5A 30 81 8F 31 0B 30 09 06 03 55 04 06 13 02 53 Z0..1.0...U....S
    00D0: 47 31 12 30 10 06 03 55 04 08 13 09 53 69 6E 67 G1.0...U....Sing
    00E0: 61 70 6F 72 65 31 12 30 10 06 03 55 04 07 13 09 apore1.0...U....
    00F0: 73 69 6E 67 61 70 6F 72 65 31 23 30 21 06 03 55 singapore1#0!..U
    0100: 04 0A 13 1A 6E 75 63 6C 65 75 73 20 73 6F 66 74 ....nucleus soft
    0110: 77 61 72 65 20 73 6F 6C 75 74 69 6F 6E 73 31 0C ware solutions1.
    0120: 30 0A 06 03 55 04 0B 13 03 65 62 74 31 25 30 23 0...U....ebt1%0#
    0130: 06 03 55 04 03 13 1C 6D 61 64 61 6E 2E 6E 75 63 ..U....madan.nuc
    0140: 6C 65 75 73 73 6F 66 74 77 61 72 65 2E 63 6F 6D leussoftware.com
    0150: 2E 73 67 30 81 9F 30 0D 06 09 2A 86 48 86 F7 0D .sg0..0...*.H...
    0160: 01 01 01 05 00 03 81 8D 00 30 81 89 02 81 81 00 .........0......
    0170: BF CF B4 F1 E4 67 20 48 94 5D F2 BD 6B 8F C2 63 .....g H.]..k..c
    0180: 67 A4 EC 0E AD 24 B3 F7 97 46 79 DE 1B BB 8B E2 g....$...Fy.....
    0190: 7F 7A 0D FA 8F 1B 54 E9 7E 04 B1 9C 50 A4 7C E6 .z....T.....P...
    01A0: 7A 21 92 92 21 DC 5C 27 48 48 DD 77 1C D6 77 36 z!..!.\'HH.w..w6
    01B0: B6 39 A2 CA 20 86 09 A5 CC 9B F7 58 80 FD 85 AA .9.. ......X....
    01C0: 8D 90 6E 60 05 3F B0 B0 02 D0 18 04 CC 8C 35 B6 ..n`.?........5.
    01D0: FE 43 3D 7E 69 78 FF E4 01 8D BD 6E E7 CE FF 90 .C=.ix.....n....
    01E0: 91 9A 0A ED 0F 31 10 E6 2F 3F 54 67 C9 70 52 49 .....1../?Tg.pRI
    01F0: 02 03 01 00 01 A3 81 88 30 81 85 30 11 06 09 60 ........0..0...`
    0200: 86 48 01 86 F8 42 01 01 04 04 03 02 06 C0 30 0E .H...B........0.
    0210: 06 03 55 1D 0F 01 01 FF 04 04 03 02 04 F0 30 1D ..U...........0.
    0220: 06 03 55 1D 0E 04 16 04 14 09 58 DD 09 3B 97 45 ..U.......X..;.E
    0230: FD 7F 52 C4 4B 7D BD 70 66 77 B0 1B 2B 30 1F 06 ..R.K..pfw..+0..
    0240: 03 55 1D 23 04 18 30 16 80 14 30 1B FF AA 21 30 .U.#..0...0...!0
    0250: 68 AB C1 62 2D 27 E7 A3 95 0F 6E C8 7E 02 30 20 h..b-'....n...0
    0260: 06 03 55 1D 11 04 19 30 17 81 15 74 73 2E 6B 75 ..U....0...ts.ku
    0270: 6D 61 72 40 63 69 74 69 63 6F 72 70 2E 63 6F 6D [email protected]
    0280: 30 0D 06 09 2A 86 48 86 F7 0D 01 01 04 05 00 03 0...*.H.........
    0290: 81 81 00 37 DD AE AD 51 97 A0 65 36 8D A7 1F 00 ...7...Q..e6....
    02A0: 78 C1 FD 1E 85 1F 41 8B 4B BF 13 FF C3 E3 79 B0 x.....A.K.....y.
    02B0: 28 2A 4E EA FE 08 F5 1B E2 6C A3 56 5F 42 A5 F7 (*N......l.V_B..
    02C0: 5C A6 E0 E7 6E 49 9C 1C 3B 97 0B A5 4C 48 32 03 \...nI..;...LH2.
    02D0: 96 4F C7 ED ED 12 15 F3 0C E7 3B 98 E2 F0 86 0E .O........;.....
    02E0: 97 10 D4 3F 47 DB 7F A2 C5 48 CD 31 64 88 C5 30 ...?G....H.1d..0
    02F0: D9 36 57 28 54 77 C5 A2 C7 6C 25 F3 CF 91 A6 0C .6W(Tw...l%.....
    0300: DA 0F 92 92 2B B8 4F 90 33 00 19 35 0E 7E 1A AA ....+.O.3..5....
    0310: 61 53 09 00 02 DB 30 82 02 D7 30 82 02 40 A0 03 aS....0...0..@..

    1) The client certificates need to be included via setting the system properties ( -D<prop>=<value> on the command line )
    javax.net.ssl.keyStore=<path to keystore>
    javax.net.ssl.keyStorePassword=<password of keystore>
    Once this is done you'll see these loaded after the "init keystore" line in your debug.
    2) If you will be using an applet with the plugin, the point is moot, because the default plugin implementation is buggy - it doesn't send the client certificate chain to the server.

  • Oracle BR0973W Database operation alert warning

    Hello experts,
    I hope you can help me with the following:
    In transaction DB13 the checkdb job reports the following errors:
    BR0973W Database operation alert - level: WARNING, operation: sdvgirhz.dbp, time: 2007-05-14 15.46.27, condition: Last 'dbp' operation failed with rc = 4
    BR0973W Database operation alert - level: WARNING, operation: sduxubpz.tse, time: 2007-03-30 08.58.27, condition: Last 'tse' operation failed with rc = 4
    BR0973W Database operation alert - level: WARNING, operation: sduxuaou.dfa, time: 2007-03-30 08.46.40, condition: Last 'dfa' operation failed with rc = 2
    I would like to get rid of these messages in dbcheck but can't figure out how to do it.
    I searched the notes database, google and this forum and still couldn't find an answer.
    Some data regarding oracle and sap versions:
    SAP_ABA     700     0009     SAPKA70009     Cross-Application Component
    SAP_BASIS     700     0009     SAPKB70009     SAP Basis Component
    PI_BASIS     2005_1_700     0006     SAPKIPYJ76     PI_BASIS 2005_1_700
    ST-PI     2005_1_700     0003     SAPKITLQI3     SAP Solution Tools Plug-In
    SAP_BW     700     0006     SAPKW70006     SAP NetWeaver BI 7.0
    SAP_AP     700     0003     SAPKNA7003     SAP Application Platform
    BBPCRM     500     0003     SAPKU50003     BBPCRM
    ST-A/PI     01I_CRM500     0000          -     Application Servicetools for CRM 500
    Database system      ORACLE   
    Release              10.2.0.2.0
    Thanks in advance for helping.
    Regards
    Dirk Visser

    the operations mentioned were not succesfully done...check the corresponding logfiles
    -> dbp = alter database parameter (brspace)
    -> tse = extend tablespace (brspace)
    -> dfa = alter data file (brspace)
    GreetZ, AH

  • EM Alert: Warning:+ASM Disk Group requires rebalance

    Environment:
    O.S Version : HP-UX B.11.31 U ia64
    Oracle DB Version : 11.2.0.3.0 , Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Database files are on : ASM Disk Group
    It is about the ASM Diskgroup low disk space alert by Oracle Enterprise Manager.
    Message=Disk Group DG_FLASH_01 requires rebalance because at least one disk is low on space.
    Metric=Disk Minimum Free (%) without Rebalance
    Metric value=18.961548
    Disk Group Name=DG_FLASH_01
    Severity=Warning
    Target Name=+ASM_dbsrver.siva.com
    Target type=Automatic Storage Management
    There is only 1 LUN assigned to this diskgroup +DG_FLASH_01_.
    We have a Oracle Enterprise Manager Grid Control Job MN_DBSRVR_DEL_ARCHIVELOGS runs every 12 hours by 1 AM and again at 1PM daily. It cleans-up the archivelogs older than 3 days old. The FLASH diskgroup is continuously being written with new files for both archivelogs and flashback logs.
    If there was multiple disks and a vast difference between the files on the different LUNs then a rebalance would be good to run.
    How to address such recurring alert of " *Disk Group DG_FLASH_01 requires rebalance because at least one disk is low on space*. " with _only one LUN on the +ASM Diskgroup_?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    As I stated earlier there is only one disk on this diskgroup
    DISK_NUMBER      OS_MB   TOTAL_MB    FREE_MB NAME                           PATH
              0      65536      65536      12995 DG_FLASH_01_0000        /devasm/gc/ora_asm_gc_b03_a14_d10_08_36
              0      65536      65536      43064 DG_DATA_01_0000         /devasm/gc/ora_asm_gc_b03_a13_d12_08_35So disk REBALANCE not required
    Edited by: Sivaprasad S on Feb 14, 2013 11:46 PM

  • DB13 Check, Oracle BR0973W Database operation alert warning

    Dear all master and Gurus,
    when i run check DB process on DB13 it was completed with following errors. i've serched over googling, SDN, and others but couldnt get any exact answer.
    BR0973W Database operation alert - level: WARNING, operation: aeghclvm.dsv, time: 2011-07-09 13.35.38, condition: Last successful 'dsv' operation older than 10 days
    BR0973W Database operation alert - level: WARNING, operation: beghcgas.afd, time: 2011-07-09 12.30.18, condition: Last successful 'afd' operation older than 10 days
    BR0973W Database operation alert - level: WARNING, operation: beenppkm.aff, time: 2010-11-10 22.35.48, condition: Last successful 'aff' operation older than 10 days
    What is the meaning of dsv, afd , and aff?
    Should I ignore these warning?
    How to resolve ?
    Any advise is needed, Thanks
    Gustria Weka

    Hi
    When a backup of database or archive log is triggered, it writes a log file and the extension is based on the type of backup executed
    Names of the BRBACKUP Detail Logs
    http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/0d/d30ec54a0c11d182b80000e829fbfe/content.htm
    Names of the BRARCHIVE Detail Logs
    http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/0d/d30ec54a0c11d182b80000e829fbfe/frameset.htm
    Hope this helps you.
    Regards,
    SBK

  • Databse alert warning / Error

    Dear All,
    Followig datbase check warning observed in producion server.
    Database profile alert - level: ERROR, parameter: FILESYSTEMIO_OPTIONS, value: DIRECTIO (<> SETALL)              
    Database profile alert - level: WARNING, parameter: LOG_BUFFER, value: 14501888 (>< 4096,512 KB)                 
    Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_COST_ADJ, value: 20 (set in parameter file)  
    Database profile alert - level: WARNING, parameter: TIMED_STATISTICS, value: TRUE (set in parameter file)        
    Please reply me How to correct this Warning  / Error ?
    Regards,
    Santosh

    We are using Oracle 10.2.0.2.0  Version , on SAP ECC 6.0.
    According this Note , If I change the Paramter FILESYSTEMIO_OPTIONS, value: DIRECTIO ( SETALL)
    so , which are the dependable paramerer I have to change ?
    Please reply me the same.
    Regards,
    Santosh

  • Alert/Warning messages from PL/SQL process

    Hi all,
    I have a PL/SQL process that I execute from javascript : doSubmit(MY_PROCESS). I want to output an alert box if some errors occurs in the process, for instance : alert('message'). Does anyone know how to do that ?
    Best regards,
    Othman.

    Thanks Andy for the reply.
    My process executes "after submit", so I cannot call directly the javascript as one mentioned. The call to "html_Get" seems to be quite complicated for a simple alert message which is not really a Application process shared component.
    So I'll go for a solution where users won't see error messages ...
    Best regards,
    Othman.

  • Alert warning - Can't contact spell checker

    Does any one else have this problem when using Pages? The alert notice comes up on the screen repeatedly and then causes Pages to freeze. It is most frustrating. I have reloaded iWorks, downloaded all the update but nothing seems to change. Help any one please.....

    Welcome to Apple Discussions
    This was a frequent topic when iWork '08 was first released. It is related to third-party spell checkers such as SpellCatcher. If they haven't been updated to the newest versions, this error comes up, especially when opening Word documents.
    If you have SpellCatcher or another spell checker installed, I would just try disabling it first & see if the problem goes away. If it doesn't, do a Spotlight search for "spell" & see what comes up. Trash anything that looks like it belongs to a third-party spell checker & restart your Mac.

  • Alert Email notification for Log file alerts

    Hi,
    Scenario: SCOM 2012 R2 UR4.
    There are created unix/linux log file monitoring objects. In SCOM console I can view alerts related to unix/linux log file monitoring. Email notification is: Warning or Critical for severity, and, Medium or High for priority. The alerts for unix/linux log
    file are severity warning and priority medium.
    In my inbox there are emails for alerts (Warning or Critical for severity, and, Medium or High for priority) except for unix/linux monitoring.
    The question is:
    How to enable email notification for unix/linux log file monitoring?
    Thanks in advance!

    Hello,
    If you go into the "Subscription" in the Notifications section of the Operations Console\Administration, you should be able to see the Description of the subscription criteria.  Could you copy paste that in a reply?
    Thanks,
    Kris
    www.operatingquadrant.com

  • How to clear the alerts in Grid

    Hi,
    Grid version : 10.2.0.5
    1)I would like to clear the alerts older than two days in grid.
    We are monitoring more than 500DB's in grid.Is there any procedure to remove the alerts ?
    2)How to clear or reduce the "All Targets Policy Violations" in grid.
    3)How to clear or reduce the "Security Policy Violations" in grid.
    Please need your help on this.
    Thanks.

    Open your Grid Control Console
    Go to Alerts --> Warning
    Select database and press go
    You will see that the Clean button appear and checkbox for each warning alert that its possible manual clean you will see the checkbox to activate
    The Critical Alerts can't clean manualy.
    OR
    1. Make a SELECT * from MGMT_CURRENT_SEVERITY and show for the TARGET_GUID, METRIC_GUID and KEY_VALUE.
    2. Connect to db user SYSMAN and execute:
    exec EM_SEVERITY.delete_current_severity(TARGET_GUID,METRIC_GUID,KEY_VALUE);
    for example:
    exec EM_SEVERITY.delete_current_severity('0DEB8E6980695B7548CF98871084AD10','F95BA0D95585002889E1ABF92B2DA7C3','SYS');
    3. Wait a few minutes.
    The content of the MGMT_CURRENT_SERVERITY table is displayed as ALERTS or ADDITIONAL ALERTS in EM’s main menu. If you delete the ALERTS only in the MGMT_CURRENT_SEVERITY table, the alert messages appears still in some EM submenus.

  • Why did I get an Emergency Alert for the Nemo Blizzard at 4 am?

    This @^%^!*#*!&!@ system just sent a blaring alert to my iPhone at 4 am EST warning me about a blizzard I already knew about, literally scaring me out of bed. Now, after some middle-of-the-night research, I understand it's the FEMA IPAWS system (http://www.fema.gov/integrated-public-alert-warning-system). What bureaucratic knucklehead at FEMA decided that we needed this alert at 4 am?
    I wonder how many thousands of other iPhone users who didn't even know they had the Emergency Alerts feature are wondering why they've been jostled awake this morning... and have turned the feature off as a result. (Settings==>Notifications==>Government Alerts)
    How impossibly stupid can FEMA be? Sending the message at 8 pm last night would have been amusing (there were already 6 inches on the ground, and everyone had been talking about the storm for 2 days). Now I want to rip someone's lungs out...
    Apple, is this the right way for me to find out about some obscure little feature that was included in a recent release - turned on?

    Actually, I also got a FEMA warning via the same system on Thursday night, which was completely appropriate. But sending an alert with a klaxon-like sound effect at 4 am is just ponderously dumb. It's not like it's a flood where I might need to evacuate. I'M AT HOME ASLEEP like the thousands of others who were jolted awake by this ill-timed alert.
    It reminds me of when AT&T used to wake me at 7 am on Saturday mornings because their big overnight mainframe batch program had completed at 6 am and immediately sent out a notice that I was 60% through my hours for the month. Nice message, dumb timing.
    Big organizations like FEMA and AT&T should be capable of assessing the time-criticality of their broadcast messages, and schedule them appropriately. Who at FEMA decided that it was critical to issue a warning in the middle of the night?!?!

  • Alerts in Oracle 10g

    Please refer me any useful like/tut for creating Oracle Server genrated Alerts in 10g.
    Regards,
    Abbasi
    Edited by: Abbasi on Jul 1, 2010 1:51 PM

    if u cant access thru OEM use thi
    SQl>Begiin
    DBMS_SERVER_ALERT.SET_THRESHOLD(
    metric_id    =>DBMS_SERVER_ALERT.TABLESPACE_BYT_FREE,
    warning_operator   =>DBMS_SERVER_ALERT.OPERATOR_LE,
    warning_value    =>'10240',
    critical_operator   =>DBMS_SERVER_ALERT.OPERATOR_LE,
    critical_value    =>'2048',
    observation_period   =>1,
    consecutive_occurence   =>1,
    instance_name = NULL,
    object_type   =>DBMS_SERVER_ALERT.OBJECT_TYPE_TABLESPACE,
    object_name   =>users);
    End;Note:The warning_value attribute set the bytes remaining alert warning threshold at 10 MB and the crtical value attribute sets the crtical threshold at 2 MB
    Edited by: Suhail Faraaz on Jul 1, 2010 4:09 AM

  • OEM12c Configuring alerts for normal condition

    Hi All,
    I want to configure OEM12c so that i should get alerts even for normal condition of the host machines.
    i.e i want OEM to send alerts saying target system is alive and working properly. please let me know how to do it or point me to the document which helps me.
    Thank you

    This is turning the essence of monitoring upside down. In EM you will get an warning/alert if an abnormal situation occurs. Hence, if you do not get an alert/warning everything is normal. Seems to me something like phoning home every half hour to ask if the house has not burned down yet.
    Eric

  • Sending alerts from grid control to tivoli tec

    Hi Guys
    We are working on a requirement where we want to integrate grid control 11g with Tivoli Tec which in turn is connected to our helpdesk ticketing and monitoring system.
    Has anyone done this before? Any note, doc will be helpful.
    Thankyou

    Hi
    First. You must to understatn that each metric had a interval time for each recopilation. Check your database target --> Metrics and Policy issues --> Invalid objects by schema or Total invalid objects count
    These metrics have a interval of 24 hours (this is my situation) Check your situation and change the interval. After these you see that the information change in your OMS.
    For see the clean button
    Open your Grid Control Console
    Go to Alerts --> Warning
    Select database and press go
    You will see that the Clean button appear and checkbox for each warning alert that its possible manual clean you will see the checkbox to activate
    The Critical Alerts can't clean manualy. The GC clean the alert when the situation change.
    You can see the evolution in the metric values it you select the alert

Maybe you are looking for

  • Switching-off the acceptance of changes while synchronize

    Hi Whenever I synchronize my BB with Desktop Software I have to accept every single change I made in my address book or the calendar. Is it possible to switch-off this acceptance? I just want to start the synchronization and then my BB should do the

  • Ajatix Extensions won't install. Please help!

    I just upgraded from CS6 to Adobe CC. I am trying to install my Ajatix extensions but the extention manager isn't taking them. I even downloaded the CC versions from the Ajatix website. When I try to install them with Adobe Extention Manager, I get a

  • Frame for displaying various items?

    I have a web page that displays an image in one layer and it's associated article in another layer below it. There are links to other articles to the right of this. I would like to be able to select the link to another article and have the new image

  • Constant current excitation for strain gauges

    Ideally I would like to log 46 strain gauges using a scxi-1000. At the moment we have two 1102B modules, one 1100 module, and a 1122 module. The 1122 module supports quarter bridge strain gauges but is very limited in scan rates when logging 16 strai

  • Can I download whatsapp on my iPod touch 4

    Hi, can I download whatsapp to my iPod touch 4th gen