Urgent problem, somwthing disappear when publish to html

Dears, i published my application to html file, the big problem, but somethings disappear from html, and the .swf file and .exe are working correctly.
and my device has flash player 10, flash cs3, IE7, googlechrome, firefox and finally i founded that it works on some devices and others no.
so if that in flash publishing settings, or something un my device/browser settings ?
thank you very much in advance,

Here's my screenshot, preloader is at the 1st frame, when reached 100 it must run on to the next frame,
when published in html it doesnt automatically run the preloader, i need to play it first..
tnx

Similar Messages

  • EMERGENCY! All site content disappearing when publishing to HTML

    When publishing to HTML, ALL content on the site (inclusive of header nav and footer content) is disappearing. Only the browswer image is visable. http://www.brainstormsuccess.com
    I quite Muse. Dumped cache. Rebooted. Have tried creating new layers and copy and pasting content. Nada.
    Some are seeing: MuseJSAssert: Error calling selector function: TypeError: Object [object Object] has no method 'toBrowswerWidth'
    ISSUE RESOLVED: Truncated line of Java script in the header.

    Hi,
    The site seems to be working fine on my end. Please refer to the following screenshot :
    Please try in a different browser.
    Regards,
    Aish

  • Problem in preloader when published to HTML.. help..

    i have this application which has a preloader, when i try to publish it in html the preloader automatically sets to 100%, i need play the application first before i can see it load,
    is there a setting in here which i can set the preloader to run automatically?
    tnx..

    Here's my screenshot, preloader is at the 1st frame, when reached 100 it must run on to the next frame,
    when published in html it doesnt automatically run the preloader, i need to play it first..
    tnx

  • ComboBox prompt disappears when published to HTML

    I am creating a form which contains four ComboBox components. I have defined the "prompt" property for each of these ComboBox components using the Component Inspector. The only real difference between these four ComboBox components is how their dataProvider property is defined.
    Two of these components use DataProvider objects which I have defined using Actionscript. I defined the dataProvider property for the other two ComboBox components using the Component Inspector.
    My problem is that when I publish the Flash movie to HTML, the prompts disappears for the two ComboBoxes whose dataProviders I defined using Actionscript. The prompt remains visible for the two ComboBoxes whose dataProvider property I defined in the Component Inspector. I should also mention that prompts for all four ComboBoxes appears just fine when I just publish to Flash.
    I have tried correcting this by setting the "prompt" property using Actionscript but the result is the same.
    Thanks in advance for any suggestions on how this may be corrected

    I finally found a solution to my problem, however, I am not entirely sure I understand why the problem is there in the first place.
    One of the things I did not mention in my original post, is that the DataProvider objects for the ComboBoxes are populated with XML from an external file which I am loading via a URLLoader object.
    I originally had set the style of the ComboBox components within the same function that I am using to load the XML (I have called this function "init"). When the XML is loaded, I call another function to populate the DataProvider object for the ComboBoxes with XML. For some reason, I have to set the style of the ComboBox components again within that function otherwise it is as if there were no styles applied. The following code demonstrates my problem. I added in the timer function just to help demonstrate the issue, namely that the style set in the init function only applies until the DataProvider object is created and assigned to the ComboBox.
    import fl.data.DataProvider;
    var cbTextFormat:TextFormat;
    var xmlStatesLoader:URLLoader;
    var xmlStates:XML;
    var dpStates:DataProvider;
    function init():void {
    //load data for states selection list
    xmlStatesLoader = new URLLoader();
    xmlStatesLoader.load(new URLRequest("states.xml"));
    xmlStatesLoader.addEventListener(Event.COMPLETE, onComplete);
    xmlStatesLoader.addEventListener(IOErrorEvent.IO_ERROR, errorHandler);
    //set the text format for ComboBox text fields
    cbTextFormat = new TextFormat();
    cbTextFormat.color = 0x0000FF;
    cbTextFormat.font = "Arial";
    //set style for cbOne ComboBox
    cbOne.textField.setStyle("textFormat", cbTextFormat);
    cbOne.textField.setStyle("embedFonts", true);
    function onComplete(e:Event):void {
    //notice that the prompt is displayed until the timer runs out and the onTimerComplete function is called
    var myTimer:Timer = new Timer(1000, 3);
    myTimer.addEventListener(TimerEvent.TIMER_COMPLETE, onTimerComplete);
    myTimer.start();
    function onTimerComplete(e:TimerEvent):void {
    xmlStates = new XML(xmlStatesLoader.data);
    dpStates = new DataProvider(xmlStates);
    cbOne.dataProvider = dpStates;
    cbOne.prompt = "Loaded";
    //uncomment the following lines to fix error
    //cbOne.textField.setStyle("textFormat", cbTextFormat);
    //cbOne.textField.setStyle("embedFonts", true);
    function errorHandler(e:IOErrorEvent):void {
    trace("XML Loading Error: " + e);
    init();

  • Shadow on slideshow box disappearing when published or in preview

    Hi.  I have a shadow on slideshow box and it disappears when I preview it.  Does anyone know why this happens?  You can preview my site that's under construction here:http://engagingfans.businesscatalyst.com/index.html
    thanks!

    After exchanges with Liz in the Typekit support team that suggested the text was displaying correctly according to the CSS defined in the published site, I think this problem relates to Muse CC 2014 Paragraph Styles.   Either I inadvertently used a style definition that BC overrode (I don't think this is possible) or there might be a bug in Muse.
    Basically, the affected text used a Muse Paragraph Style called "Content Headline" which was defined using Open Sans Regular.  For this particular instance I changed the paragraph text formatting to use Open Sans Light instead.  So in Muse terminology, the Paragraph Style for the paragraph appeared as "Content Headline+" with the changed font listed as the modification.  It appears that for whatever reason this modification is not picked-up when the site was published on BC and the CSS entries created.
    I then created a new Muse Paragraph Style called "Headline - Page Intro" using the Light version of the font; so this was part of the default style definition  Applied it to the paragraph and re-published.  Problem solved as far as I can tell.
    It will be interesting to see if this is confirmed by Adobe support.

  • No audio when published to HTML 5

    Hello,
    Im using Captivate 7.  I have a project with a video that has audio in the video, and also a couple small audio clips that are all on different pages, these are activated through an click button.  The problem is when I publish to HTML 5 I lose all audio.  The audio in the video is gone and the audio on the buttons is gone.  If I publish to SWF all the audio is available and working correctly.   It does not matter if I play the HTML on a mac, pc, ipad, etc etc there is no sound.   The thing that is really stumping me is when I play the project through captivate the audio is correct, it is just when I publish all audio is gone.
    Any ideas?
    Thanks,

    MMDENT,
    I did not have audio attached to an image.  The audio was 3 slides in and was a youtube streamed video an advanced action for when correct they got a clapping sound.
    The corrupt image came from the preloader image.  File>project info>start and end.
    The way I found this was by going through each property one by one until issue was found.

  • Problems with margins when publishing to a site

    Hello,
    I have been working on a company manual for our customers using RoboHelp. Everything has been created and has gone smoothly with one small exception. What we have is a website created from RoboHelp and we have links elsewhere to specific HTML pages from this site. The pages appear fine without setting margins on the site however when the file itself is accessed through a link there are no margins. When margins are set on the HTML to lets say 1 inch and you access the file through a link the page appears perfect and just the way I want it however when you access that same page thru the RoboHelp created site the text is distorted since it is trying to fit within a specified pane.
    My question is how can I create margins on the page so that they appear when accessing the HTML file directly and in printed documentation and still have the text fill the entire frame on the site. Is this done by editing the frameset or am I missing something simple here?
    Thank you!

    Hi there
    Please insert some screen captures depicting the desired and undesired looks you are seeing. Is this related to just online viewing or is it printed output you are asking about? You seem to be using the two interchangably and it's a bit confusing.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Urgent : Problem with Client when OC4J has been setup in 2 way SSL mode

    This is the output that is generated in the JDeveloper console on running the example from b14429.pdf. Examle :
    ====================================================
    import HTTPClient.HTTPConnection;
    import HTTPClient.HTTPResponse;
    import javax.security.cert.X509Certificate;
    import oracle.security.ssl.OracleSSLCredential;
    import java.io.IOException;
    import javax.net.ssl.SSLPeerUnverifiedException;
    public class SSLSocketClientWithClientAuth {
    public static void main(String[] args) {
    if (args.length < 4) {
    System.out.println("Usage: java HTTPSConnectionTest [host] [port] " +
    "[wallet] [password]");
    System.exit(-1);
    String hostname = args[0].toLowerCase();
    int port = Integer.decode(args[1]).intValue();
    String walletPath = args[2];
    String password = args[3];
    HTTPConnection httpsConnection = null;
    OracleSSLCredential credential = null;
    try {
    httpsConnection = new HTTPConnection("https", hostname, port);
    } catch (IOException e) {
    System.out.println("HTTPS Protocol not supported");
    System.exit(-1);
    try {
    credential = new OracleSSLCredential();
    credential.setWallet(walletPath, password);
    } catch (IOException e) {
    System.out.println("Could not open wallet");
    System.exit(-1);
    httpsConnection.setSSLEnabledCipherSuites(new String[]{"SSL_RSA_WITH_3DES_EDE_CBC_SHA"});
    httpsConnection.setSSLCredential(credential);
    try {
    httpsConnection.connect();
    } catch (IOException e) {
    System.out.println("Could not establish connection");
    e.printStackTrace();
    System.exit(-1);
    // X509Certificate x509 = new X509Certificate();
    //javax.servlet.request.
    X509Certificate[] peerCerts = null;
    try {
    peerCerts =
    (httpsConnection.getSSLSession()).getPeerCertificateChain();
    } catch (javax.net.ssl.SSLPeerUnverifiedException e) {
    System.err.println("Unable to obtain peer credentials");
    e.printStackTrace();
    System.exit(-1);
    String peerCertDN =
    peerCerts[peerCerts.length - 1].getSubjectDN().getName();
    peerCertDN = peerCertDN.toLowerCase();
    if (peerCertDN.lastIndexOf("cn=" + hostname) == -1) {
    System.out.println("Certificate for " + hostname +
    " is issued to " + peerCertDN);
    System.out.println("Aborting connection");
    System.exit(-1);
    try {
    HTTPResponse rsp = httpsConnection.Get("/");
    System.out.println("Server Response: ");
    System.out.println(rsp);
    } catch (Exception e) {
    System.out.println("Exception occured during Get");
    e.printStackTrace();
    System.exit(-1);
    ================================================================
    C:\j2sdk1.4.2_09\bin\javaw.exe -client -classpath "D:\eclipse\workspace\OC4JClient\OC4JClient\classes;D:\eclipse\workspace\jdev\extensions\.jar;C:\Documents and Settings\nilesh_bafna\Desktop\Nitin\lib\jssl-1_1.jar;E:\product\10.1.3.1\OracleAS_1\j2ee\home\lib\http_client.jar;E:\product\10.1.3.1\OracleAS_1\jlib\javax-ssl-1_1.jar" -Djava.protocol.handler.pkgs=HTTPClient -Djavax.net.debug=ssl -Djavax.net.ssl.keyStore=F:/oc4jcert/client.keystore -Djavax.net.ssl.keyStorePassword=welcome1 -Djavax.net.ssl.trustStore=F:/oc4jcert/client.keystore -Djavax.net.ssl.trustStorePassword=welcome1 -DOracle.ssl.defaultCipherSuites=SSL_RSA_WITH_RC4_128_MD5 SSLSocketClientWithClientAuth ps4372.persistent.co.in 443 F:/oc4jcert/client.keystore welcome1
    keyStore is : F:/oc4jcert/client.keystore
    keyStore type is : jks
    init keystore
    init keymanager of type SunX509
    found key for : oracle-client
    chain [0] = [
    Version: V3
    Subject: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: SunJSSE RSA public key:
    public exponent:
    010001
    modulus:
    87fcc8e9 0ffcef8e 61f3be10 be7c9715 2792849b 3bbdeb1c cc76b337 4b82bbab
    86972c63 9af3adfd 35b5df99 9078a0d1 6dc760d8 0549a95a bfa7648a 9eadd326
    a6bc4b61 d8f8b42f 44e0b178 ff1dee20 db8406cd d800c26a 9c5a6ed9 4d6f2aef
    bc919814 3b46be39 e129280c e83afe12 c9d4e3d7 fb5787b1 d98bed4a 4f0833d5
    Validity: [From: Thu Jan 18 21:18:14 GMT+05:30 2007,
                   To: Wed Apr 18 21:18:14 GMT+05:30 2007]
    Issuer: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    SerialNumber: [    45af96be]
    Algorithm: [MD5withRSA]
    Signature:
    0000: 41 47 35 41 90 10 E3 77 A7 F3 F5 81 37 49 4F 57 AG5A...w....7IOW
    0010: 01 11 82 A2 FB 69 46 E8 18 6C EE 11 23 A6 67 2E .....iF..l..#.g.
    0020: 68 4D D6 A6 E7 09 45 24 58 18 9A E5 44 49 10 9B hM....E$X...DI..
    0030: F1 EC 99 4A 45 5F A4 4F 71 3F 05 3D 45 29 42 CD ...JE_.Oq?.=E)B.
    0040: 11 87 DA 0C AA DC 55 4E CF 22 4A 94 85 CB E5 EB ......UN."J.....
    0050: BA E1 10 D2 C8 80 2C 6B 65 94 13 01 1F 6E 18 C3 ......,ke....n..
    0060: 87 33 8C 65 C7 03 16 03 24 FB 0D B0 6D D8 E7 AA .3.e....$...m...
    0070: A1 A5 48 90 0D D6 8C 47 50 2A AA 7C 7B 14 E5 B7 ..H....GP*......
    trustStore is: F:\oc4jcert\client.keystore
    trustStore type is : jks
    init truststore
    adding as trusted cert:
    Subject: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    Issuer: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    Algorithm: RSA; Serial number: 0x45af96be
    Valid from Thu Jan 18 21:18:14 GMT+05:30 2007 until Wed Apr 18 21:18:14 GMT+05:30 2007
    adding as trusted cert:
    Subject: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    Issuer: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    Algorithm: RSA; Serial number: 0x45af95dc
    Valid from Thu Jan 18 21:14:28 GMT+05:30 2007 until Wed Apr 18 21:14:28 GMT+05:30 2007
    init context
    trigger seeding of SecureRandom
    done seeding SecureRandom
    %% No cached client session
    *** ClientHello, TLSv1
    RandomCookie: GMT: 1152299454 bytes = { 41, 212, 166, 48, 109, 77, 185, 232, 204, 95, 158, 141, 60, 96, 196, 172, 49, 19, 49, 22, 222, 234, 47, 76, 27, 130, 5, 176 }
    Session ID: {}
    Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA]
    Compression Methods: { 0 }
    main, WRITE: TLSv1 Handshake, length = 73
    main, WRITE: SSLv2 client hello message, length = 98
    main, READ: TLSv1 Handshake, length = 839
    *** ServerHello, TLSv1
    RandomCookie: GMT: 1152299454 bytes = { 206, 186, 162, 116, 179, 72, 44, 198, 189, 25, 70, 227, 170, 235, 83, 186, 152, 49, 194, 222, 248, 3, 191, 170, 248, 95, 134, 35 }
    Session ID: {69, 175, 178, 190, 47, 141, 131, 115, 241, 226, 39, 29, 241, 65, 235, 165, 57, 40, 52, 85, 68, 85, 68, 84, 108, 141, 1, 125, 193, 191, 158, 208}
    Cipher Suite: SSL_RSA_WITH_RC4_128_MD5
    Compression Method: 0
    %% Created: [Session-1, SSL_RSA_WITH_RC4_128_MD5]
    ** SSL_RSA_WITH_RC4_128_MD5
    *** Certificate chain
    chain [0] = [
    Version: V3
    Subject: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: SunJSSE RSA public key:
    public exponent:
    010001
    modulus:
    6f24d75b 96919725 ad6ea93a cab0bd96 a49d2f3c e14f5c09 0e228e36 de64e0f2
    f2b82740 1653bdb4 5024d281 21ed8c4c 89bc322b 4dc9ffb2 0e97cd95 16e6fe1e
    380340c9 f3c67e2c 18d06461 f4f30eaf 4394716e 7bc66d80 810a9cb5 9c168b36
    cdd99919 67074ebc edebf02e ebf0accb 2193bc38 7ae1cdda af5ff300 ed0e7763
    Validity: [From: Thu Jan 18 21:14:28 GMT+05:30 2007,
                   To: Wed Apr 18 21:14:28 GMT+05:30 2007]
    Issuer: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    SerialNumber: [    45af95dc]
    Algorithm: [MD5withRSA]
    Signature:
    0000: 05 4E EE 12 5B DD 7F 26 92 37 67 C9 D0 73 46 4D .N..[..&.7g..sFM
    0010: 7E A5 1E 67 38 06 D9 5F 9F B7 2F E8 F6 9E BF 88 ...g8.._../.....
    0020: 01 31 7D EA 42 5E 4F 9E D7 8F DA 9F 94 A5 EF 47 .1..B^O........G
    0030: E3 E9 BA DE 94 15 C6 03 DE C9 C0 7D CE 58 C0 27 .............X.'
    0040: 0F 1A 66 EC 73 53 5D 1D DE 7E FA 35 15 E0 2A CC ..f.sS]....5..*.
    0050: C9 74 CC 58 E9 B6 2F 68 A0 89 2B F3 E6 61 7D E1 .t.X../h..+..a..
    0060: 21 AF BE E8 83 49 B1 BD 36 C5 2D 1B 0D A1 0E 63 !....I..6.-....c
    0070: 02 4A 82 71 B0 E1 9C AD 55 67 F9 17 A5 96 18 EB .J.q....Ug......
    Found trusted certificate:
    Version: V3
    Subject: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: SunJSSE RSA public key:
    public exponent:
    010001
    modulus:
    6f24d75b 96919725 ad6ea93a cab0bd96 a49d2f3c e14f5c09 0e228e36 de64e0f2
    f2b82740 1653bdb4 5024d281 21ed8c4c 89bc322b 4dc9ffb2 0e97cd95 16e6fe1e
    380340c9 f3c67e2c 18d06461 f4f30eaf 4394716e 7bc66d80 810a9cb5 9c168b36
    cdd99919 67074ebc edebf02e ebf0accb 2193bc38 7ae1cdda af5ff300 ed0e7763
    Validity: [From: Thu Jan 18 21:14:28 GMT+05:30 2007,
                   To: Wed Apr 18 21:14:28 GMT+05:30 2007]
    Issuer: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    SerialNumber: [    45af95dc]
    Algorithm: [MD5withRSA]
    Signature:
    0000: 05 4E EE 12 5B DD 7F 26 92 37 67 C9 D0 73 46 4D .N..[..&.7g..sFM
    0010: 7E A5 1E 67 38 06 D9 5F 9F B7 2F E8 F6 9E BF 88 ...g8.._../.....
    0020: 01 31 7D EA 42 5E 4F 9E D7 8F DA 9F 94 A5 EF 47 .1..B^O........G
    0030: E3 E9 BA DE 94 15 C6 03 DE C9 C0 7D CE 58 C0 27 .............X.'
    0040: 0F 1A 66 EC 73 53 5D 1D DE 7E FA 35 15 E0 2A CC ..f.sS]....5..*.
    0050: C9 74 CC 58 E9 B6 2F 68 A0 89 2B F3 E6 61 7D E1 .t.X../h..+..a..
    0060: 21 AF BE E8 83 49 B1 BD 36 C5 2D 1B 0D A1 0E 63 !....I..6.-....c
    0070: 02 4A 82 71 B0 E1 9C AD 55 67 F9 17 A5 96 18 EB .J.q....Ug......
    *** CertificateRequest
    Cert Types: RSA, DSS,
    Cert Authorities:
    <CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US>
    *** ServerHelloDone
    matching alias: oracle-client
    *** Certificate chain
    chain [0] = [
    Version: V3
    Subject: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: SunJSSE RSA public key:
    public exponent:
    010001
    modulus:
    87fcc8e9 0ffcef8e 61f3be10 be7c9715 2792849b 3bbdeb1c cc76b337 4b82bbab
    86972c63 9af3adfd 35b5df99 9078a0d1 6dc760d8 0549a95a bfa7648a 9eadd326
    a6bc4b61 d8f8b42f 44e0b178 ff1dee20 db8406cd d800c26a 9c5a6ed9 4d6f2aef
    bc919814 3b46be39 e129280c e83afe12 c9d4e3d7 fb5787b1 d98bed4a 4f0833d5
    Validity: [From: Thu Jan 18 21:18:14 GMT+05:30 2007,
                   To: Wed Apr 18 21:18:14 GMT+05:30 2007]
    Issuer: CN=ps4372.persistent.co.in, OU=Marketing, O=Oracle, L=Atlanta, ST=Georgia, C=US
    SerialNumber: [    45af96be]
    Algorithm: [MD5withRSA]
    Signature:
    0000: 41 47 35 41 90 10 E3 77 A7 F3 F5 81 37 49 4F 57 AG5A...w....7IOW
    0010: 01 11 82 A2 FB 69 46 E8 18 6C EE 11 23 A6 67 2E .....iF..l..#.g.
    0020: 68 4D D6 A6 E7 09 45 24 58 18 9A E5 44 49 10 9B hM....E$X...DI..
    0030: F1 EC 99 4A 45 5F A4 4F 71 3F 05 3D 45 29 42 CD ...JE_.Oq?.=E)B.
    0040: 11 87 DA 0C AA DC 55 4E CF 22 4A 94 85 CB E5 EB ......UN."J.....
    0050: BA E1 10 D2 C8 80 2C 6B 65 94 13 01 1F 6E 18 C3 ......,ke....n..
    0060: 87 33 8C 65 C7 03 16 03 24 FB 0D B0 6D D8 E7 AA .3.e....$...m...
    0070: A1 A5 48 90 0D D6 8C 47 50 2A AA 7C 7B 14 E5 B7 ..H....GP*......
    JsseJCE: Using JSSE internal implementation for cipher RSA/ECB/PKCS1Padding
    *** ClientKeyExchange, RSA PreMasterSecret, TLSv1
    Random Secret: { 3, 1, 236, 206, 185, 158, 75, 201, 230, 16, 170, 40, 193, 70, 188, 134, 36, 134, 14, 20, 191, 121, 246, 8, 7, 2, 137, 66, 166, 10, 185, 246, 104, 154, 27, 82, 161, 133, 11, 130, 11, 130, 71, 84, 155, 165, 239, 227 }
    main, WRITE: TLSv1 Handshake, length = 763
    SESSION KEYGEN:
    PreMaster Secret:
    0000: 03 01 EC CE B9 9E 4B C9 E6 10 AA 28 C1 46 BC 86 ......K....(.F..
    0010: 24 86 0E 14 BF 79 F6 08 07 02 89 42 A6 0A B9 F6 $....y.....B....
    0020: 68 9A 1B 52 A1 85 0B 82 0B 82 47 54 9B A5 EF E3 h..R......GT....
    CONNECTION KEYGEN:
    Client Nonce:
    0000: 45 AF B2 BE 29 D4 A6 30 6D 4D B9 E8 CC 5F 9E 8D E...)..0mM..._..
    0010: 3C 60 C4 AC 31 13 31 16 DE EA 2F 4C 1B 82 05 B0 <`..1.1.../L....
    Server Nonce:
    0000: 45 AF B2 BE CE BA A2 74 B3 48 2C C6 BD 19 46 E3 E......t.H,...F.
    0010: AA EB 53 BA 98 31 C2 DE F8 03 BF AA F8 5F 86 23 ..S..1......._.#
    Master Secret:
    0000: CA 5C BA B3 D0 C9 26 A9 3A 06 08 8F 27 2E CE 17 .\....&.:...'...
    0010: 93 98 BC DF EF 78 2A 99 DB 3E 50 3B 01 D1 84 5F .....x*..>P;..._
    0020: 28 80 CE 7C 7C C1 12 A4 11 F6 33 9B 2E D9 6F BE (.........3...o.
    Client MAC write Secret:
    0000: 80 FF CE 99 7C 45 4C D8 60 FA 40 79 A2 A4 36 7C .....EL.`[email protected].
    Server MAC write Secret:
    0000: 2D F1 A0 A8 ED A1 7B DD 89 A5 01 90 43 BF F1 19 -...........C...
    Client write key:
    0000: E1 3F 33 54 D3 C5 3A 26 4A 41 65 DA AC 44 3B 28 .?3T..:&JAe..D;(
    Server write key:
    0000: C5 08 52 AE A9 0A 4F D0 AD 54 49 C6 4E 2F 9C 4E ..R...O..TI.N/.N
    ... no IV for cipher
    JsseJCE: Using JSSE internal implementation for cipher RSA/ECB/PKCS1Padding
    *** CertificateVerify
    main, WRITE: TLSv1 Handshake, length = 134
    main, WRITE: TLSv1 Change Cipher Spec, length = 1
    main, handling exception: java.net.SocketException: Software caused connection abort: socket write error
    main, SEND TLSv1 ALERT: fatal, description = unexpected_message
    main, WRITE: TLSv1 Alert, length = 2
    Exception sending alert: java.net.SocketException: Software caused connection abort: socket write error
    main, called closeSocket()
    IOException in getSession(): java.net.SocketException: Software caused connection abort: socket write error
    Unable to obtain peer credentials
    javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
         at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificateChain(DashoA12275)
         at SSLSocketClientWithClientAuth.main(SSLSocketClientWithClientAuth.java:56)
    Process exited with exit code -1.
    =====================================================
    I think this is the problem with ciphers. So can anybody please help me with this!!!. This is very urgent!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Thanks in advance
    Nilesh

    Thanks for your prompt reply I was able to make it run. Actually I am using the same keystore and truststore at both the client and the server end. I added those properties in opmn.xml as startup parameters.
    I have another query I am using JDev to create a client proxy for my webservice that is deployed in OC4J. I have setup OC4J in 2 way SSL (mutual authentication)
    When I invoke my client proxy with these system properties set
    System.setProperty("javax.net.ssl.keyStore",keyStore);
    System.setProperty("javax.net.ssl.keyStorePassword", keyStorePassword);
    System.setProperty("javax.net.ssl.trustStore", trustStore);
    System.setProperty("javax.net.ssl.trustStorePassword",trustStorePassword);
    System.setProperty("javax.net.ssl.keyStoreType","JKS");
    System.setProperty("javax.net.ssl.trustStoreType","JKS");
    I get an exception in the log.xml which is
    <MSG_TEXT>IOException in ServerSocketAcceptHandler$AcceptHandlerHorse:run</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[javax.net.ssl.SSLProtocolException: handshake alert: no_certificate
                at com.sun.net.ssl.internal.ssl.ServerHandshaker.handshakeAlert(ServerHandshaker.java:1031)
                at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1535)
                at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:863)
                at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1025)
                at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1038)
                at oracle.oc4j.network.ServerSocketAcceptHandler.doSSLHandShaking(ServerSocketAcceptHandler.java:250)
                at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:868)
                at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
                at java.lang.Thread.run(Thread.java:595)
    ]]></SUPPL_DETAIL>
    Isn't setting these properties enough for sending a client certificate. Please help!!!!
    Thanks,
    Nilesh.

  • Photo Albums & Photos Disappear when publishing using ftp

    Hi,
    I am having trouble with both my iweb sites photos. There is two main problems:
    1. An album that appears normally in iweb is not visable on the published site
    2. An album will have random photos that are missing and replaced with a blank on the published site
    Some things I have tried:
    - I publish via ftp, so I tried publishing to a local folder - The albums and photos work normally
    - I tried republishing with a 3rd party cyperduck - same problem
    - I thought maybe it was therefore a ftp problem. So I logged in to my hostings file manager and check if the files are actually on the server -  but they are..
    - I tried republishing the entire site - same problem
    An example can be seen on the following - the third album is completely missing and if you go into the other albums, there will be random gaps where other photos are missing.
    http://www.gippmed.com/My_Albums/My_Albums.html
    Similar problem on this site, on the USA album, there is two photos missing towards the bottom:
    http://www.lukecainshooting.com/Luke_Cain/Photo_Gallery/Pages/USA.html
    Any help or suggestions would be greatly appreciated.
    Thank you

    Hi Cyclosaurus,
    Thank you for your reply. Sorry to bug you again but can I ask some further questions? Pls excuse my lack of knowledge on these things.
    In relation to your points:
    1) In the ftp publishing settings, public_html is acutal in where it says "site name", where it says "URL" I have http://www.gippmed.com. I was advised to put public_html in "site name" from my hosting. If I put anything else it publishes the entire site to a folder with that name on the server and is not viewable online?
    2) I have removed the spaces in the album page name and will reupload soon. In relation to the image file names, am I correct in saying that iweb is naming them from the captions? Do you really have to use one word captions or use underscores, it looks a little odd? I have read troubleshooting articles about iweb and spaces and it also recommends similar as you are, suggesting that all page names should have underscore instead of spaces. Problem is, if for example I change the page name "About Me" to "About_Me" iweb automatically changes it in the navigation menu and this looks silly to have undescores in the Nav Menu. Is there a way around this?
    Lastly, a new problem that I have never had before:
    Previously, iweb would remember what I had published and only publish new site changes. Now, every time I turn my computer off and on, I open iweb and it doesn't recognise any of the previous publishing, ie it republishes the entire site.
    Thank you again for your help

  • Getting a black screen when publishing in html or preview in browser

    Hi,
    Can anyone help. I am trying to publish a file that I converted from a captivate 4 file. It si a basic file with click boxes, captions and failure boxes. i also have 2 introductory slides with a slide BG, and animated text. (I need to go back and read that post about that). Can anyone help solve this problem? I cannot even preview via browser from withing c5.
    Thanks for looking!

    Try updating your Flash Player to the latest version.
    This black screen issue was first discovered several months ago after the first Flash Player 10 release.  It was caused by a conflict between the new Flash Player and Text Animations in Captivate.  Adobe issued a patch for Captivate 5 that required republishing content to fix the conflict.
    http://www.adobe.com/support/captivate/downloads.html
    Newer versions of Flash Player do not result in the same conflict, but you should still patch Captivate 5 and republish to be safest.

  • Widget (interaction) size and font issues when published in HTML 5

    I'm using Captivate 7 and when I create and preview widget interactions (accordian, tab, etc.) the sizing and font look correct. However, when I publish it to HTML 5, it is not the right size, is left justified rather than centered, and does not have the custom font (defaults to Arial).
    Is there anything I can do to fix this? Please help!

    Adobe writes inline css for the font on that widget, in the CPM.js file. You's have to create a new class and and write your own rules using @font-face to ensure end-users can use the font. SWF files can embed fonts, but html does not.
    If the user doesn't have to font you use it will default.
    This is an example of how the Header title and instruction of the widget is written:
    <headerTitle><font face="Arial" style="Arial" size="23" align="LEFT"/>
              <textDecoration bold="true" underline="false" italic="false"/>
              <color textColor="0xffffff" highlightRequired="false" highlightColor="0xffff99" highlightState="false"/>
            </headerTitle>
    <headerInst><font face="Georgia" style="Georgia" size="14" align="LEFT"/>
              <textDecoration bold="false" underline="false" italic="true"/>
              <color textColor="0xb9dff6" highlightRequired="false" highlightColor="0xffff99" highlightState="false"/>
    </headerInst>

  • Stroke/Border Disappears When Viewing on HTML File

    Hello -
    I am using Flash CS5.5. 
    I am working on Flash banners and I want to place a 1 pixel stroke/border around each banner.
    I did the usual, created a new layer, used the rectangle tool, put in the correct stroke number (1 pixel), matched the size to the banner and aligned it correctly, etc.  The stroke is the exact dimensions of the banner/movie and the stroke is on the top layer.
    When I Preview/Test the banners within Flash the stroke/border looks fine.  However, after I publish and I view the published SWF and also separately on a HTML page, the border/stroke does not show up on the right side and on the bottom.
    If I change the stroke to 2 pixels (from 1 pixel), then the right side shows up but the bottom still does not.
    Any ideas why this is happening? 
    Thanks!!!

    Well I found the answer here:  http://furizu.net/blog/2009/08/the-myth-about-flash-border/#more-312
    Not sure why it has to be done this way but it works.  If anyone else has other solutions I am still interested.
    Thanks

  • IMovie '11 problem with audio when publishing to youtube or exporting, help

    I recently got iMovie '11 and its kinda buggy. One problem is when you try to publish a long (above 1 min.) the audio periodically skips forward in the video, but when you play it directly from imovie there is no problem. is there a way to fix this or get around it, because it is super annoying.

    I have been having the same problem. I have been using a PC for the past 5 years and using Pinnacle Studios, I had a Mac before using the PC but never owned one , I finally bought one during Thanks giving and started working on my next video on iMovie. Everything runs great but when you play back the video on imovie without moving the mouse or pausing it , some areas of the video itself, NOT THE SONG, will be cut off but when i put the mouse over the clip that has sound its there!!! What i finally did was import the video to my pc find every clip that had missing sound and put the sound in one by one. and all videos are the same file! if you want to see the that had missing audio here it is:
    http://www.youtube.com/watch?v=gpoiLjcpl00
    heres the video after i fixed everything:
    http://vimeo.com/17393739
    let me know what u guys think! please!

  • Graphics disappearing when publishing to Presenter

    Help! In Powerpoint the graphics show up fine but when I
    publish some of them end up not showing up at all. I have no idea
    why this is happening. I'm not creating the presentations, I get
    them from my clients. I'm using Powerpoint 2007, and presenter plug
    in 6.

    Hi,
    The site seems to be working fine on my end. Please refer to the following screenshot :
    Please try in a different browser.
    Regards,
    Aish

  • Problems with soundtrack when publishing from imovie to idvd

    When I publish to file or idvd the sound track that is turned off in imovie will play on the published version. It doesn't play on imovie, but plays in background of any format that I publish the project in. How do I get rid of this background sound?

    Thank you for the information.
    The thing is that he sends me an iMessage, while I send out an SMS!
    What I've done is: I have disabled his iMessage and mine too. Had them both enabled and then it was all fine!
    Very strange but somehow it worked for me...
    I hate the developers of IOS, at least they are better than the Android ones

Maybe you are looking for

  • Need ideas for plug-in re-design

    My DAQ app uses "Plugins".   A Plugin is a VI which conforms to a particular terminal configuration. Here is the complete diagram of a simple one: The idea is that a plugin is another channel: This one takes the value of TORQUE (in N-m) and the value

  • How to fetch columns in cursor using FETCH?

    create or replace PROCEDURE newprocedur(outname OUT VARCHAR2,outroll OUT NUMBER) AS CURSOR c1 IS select Name,Rollno,Section from emp; BEGIN Open c1; fetch c1 into outname,outroll; Here out of 3 columns in cursor is it possible to fetch only two colum

  • Can I install snow leopard on an external hard drive so I can run quicken 2006, and put snow leopard on my imac harddrive

    Can I install snow leopard on an external hard drive in order to run my quicken 2006, and install lion on the hard drive of my imac?

  • Cant touch screen...

    When ever I use my ipod touch, a certain part of the screen is outlined white. I have to tap the section of the screen I want and then double tap it again and it will delay. I can't scroll down in my settings to reset it. I truned it off and back on

  • Re-read in values in measurement file when file is updated

    Hi, I'm trying to control a power supply with labview and set the voltage. I've currently got it working reading in a measurement file and setting it to the value within the file. I'm now having the issue that I would like to update this value when t