Java FX application not loading other machine

Hi all,
I have faced the problem when run the simple jafaFx sample application
The code below :
<html>
<head>
<title>EffectsPlayground</title>
</head>
<body>
<h1>EffectsPlayground tttt</h1>
<script src="http://dl.javafx.com/dtfx.js"></script>
<script>
javafx(
archive: "EffectsPlayground.jar",
draggable: true,
width: 600,
height: 560,
code: "effectsplayground.Main",
name: "EffectsPlayground"
</script>
</body>
</html>
It's Working fine in my machine
Not working in other machine in Network
I deployed in Tomcat
Plz help me
Navaneeth
Edited by: Navaneethakrishnan.Shanmugam on Apr 22, 2009 6:56 AM

Can't say much, based on the (lack of) information you provide. Except: ensure the other browser has JavaScript enabled, and uses the right version of Java.

Similar Messages

  • CD will not load on machine

    Both a movie DVD and a regular CD will not load on machine.
    Upon putting into the slot I hear a bunch of noise, and the machine
    is trying to load it, but then rejects it. ???
    What to do?
    Suzanne

    Try a different brand. Top forum favorites
    CDs
    FUJI
    TDK
    Verbatim
    DVDs
    Maxell
    Make sure the DVDs are not dirty, smudged and/or scratched.
    http://docs.info.apple.com/article.html?artnum=50448 How to Handle and Clean CD and DVD Discs
    Your drive may need cleaning. Cleaning kits can be purchased from any store that sells CD/DVDs.
    !http://i45.tinypic.com/jl0z95.jpg!

  • Mac Pro early 2008 2 x 2.8GHz Quad Core 10.7.5, replaced 4 x 500ghds with 4 x 3Tb and Raid card Raid5 them OK but can not load time machine back up as it does not see any of the 4 drives, neither does disc utilities, any thoughts?

    On my Mac Pro, early 2008 2 x 2.8GHz Quad Core 10.7.5, replaced 4 x 500ghds with 4 x 3Tb. The Raid card Raid 5ed them OK but can not load time machine back up as it does not see any of the 4 drives, neither does disc utilities, any thoughts?

    You don't see drives when using a hardware RAID only the volumes.
    WD Green are not suitable for hardware RAID (or software RAID for that matter).
    USB2 and TimeMachine are a disaster waiting to happen. I've used SATA (internal) and eSATA (using SATA PCIe cards) trouble-free.
    I can't say I begin to understand your use or "choosing the install drive for the backup"
    Install what?
    You don't load TimeMachine. Maybe seems minor but that is not how to describe the behavior of software.
    You read FAQ and How To http://www.apple.com/support/timemachine
    Time Machine’s Gory Details:
    https://www.apple.com/support/timemachine/
    TimeMachine 101
    https://support.apple.com/kb/HT1427
    Lion Recovry & TimeMachine
    http://www.apple.com/support/lion/installrecovery/
    http://www.apple.com/support/lion/
    How To Restore Your System
    http://pondini.org/TM/14.htmlMac OS X v10.7 Lion
    Pondini's Blog: Time Machine - Troubleshooting -- B5.  Would you like to inherit (or re-use) the backup . . . ?

  • Set-up application not loading for Creative Cloud. Can anyone advise?

    Set-up application not loading for Creative Cloud. Can anyone advise?

    Please elaborate the issue and Supply pertinent information for quicker answers:
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.
    ~ Arpit

  • Flex 4 web application not loading (blank white swf)

    We've recently updated our code-base from the Flex 4 Beta 2 SDK to the Flex 4 final SDK.  The release builds using the final SDK do not load on all user's machines (the Beta 2 builds were all ok).  The flash player version varies on our systems, but in all cases the version is higher than 10.0.  All machines (we all use Win XP sp3) with the debug player will load the release version without a problem.  Some machines with the non debug player will load the application, others will not (it loads to a blank white swf and the Flex SDK does not load (the preloader is not visible)).
    In the compiler settings in Flash Builder 4, I've tried to add -debug=false -optimize=true but that had no effect.  I've also done a search for any debug-only code in the application (there are 2 "trace" statements in there) and have commented that code out.  Also no effect.
    Any suggestions as to where I should look next?

    Yup, we tried that, but it didn't fix anything.
    One thing we did do was go to http://kb2.adobe.com/cps/155/tn_15507.html on all of the computer where it didn't work.  After going there, the site loaded fine.  I'm not sure if going to the site had anything to do with it (I don't see how it would), but in all cases, after visiting that site, the application loaded fine.  Very strange.  I guess it could be that one of our load balancing servers wasn't serving the application correctly and it fixed itself in the time that we went to that site.
    Is it posible that the Flash player was not registered on the system correctly and by visiting that site, it registered correctly?

  • Application Not Loading

    Hi,
    I have a J2EE Application developed using JDeveloper and the deployment file (.ear) build using Java J2SDKEE Deploytool.
    I was able to deploy the application succesfully in 9iAS under OC4J_Home. The problem is that the Application status remains Not Loaded and I get HTTP 404 - File not found error, when I try to access the application in the browser using the URL
    http://<ias_hostname>:7777/<application>
    If anybody has faced similar problems and was able to sort it out, please help..
    Thanks in advance,
    Anoop.

    Hi Steve,
    Thanks for the reply,
    I had added 'index.jsp' as the welcome file in
    web.xml(forgot to mention it earlier). So that
    shouldn't be the problem.
    Thanks and Regards,
    Anoop..Hi Anoop - good, that's one thing we don't need to check on then! What was the virtual path mapping you specified during the deployment process?
    Is the HTTP server started correctly? Can you access the default page of the HTTP server, without any reference to the application?
    There are three places to go and check to see that things happened correctly:
    a) $OH/Apache/Apache/conf/mod_oc4j.conf
    This file should contain a line that looks like
    Oc4jMount /employeebenefitmanager/* home
    where the context-path you entered is listed. This is the file that Apache uses to map incoming HTTP requests to OC4J applications.
    To access this application I'd use
    http://host:port/employeebenefitmanager
    and the Apache server will then delegate the request to the OC4J Home instance which will then execute the local application which is bound to the root-context of 'employeebenefitmanager'. See c) below.
    b) If you deployed to the OC4J_Home instance look in the
    $OH/j2ee/home/config/server.xml and make sure there is an entry that corresponds to the file you deployed.
    It should be something like:
    <application name="EmpBft"
    path="../applications/EmpBft.ear"
    auto-start="true" />
    If you deployed to another instance, change the j2ee/home to be j2ee/<instance-name> to find the file.
    c) In the j2ee/home/config/default-web-site.xml file, there should be a line that lists the OC4J URL for your application
    <web-app application="EmpBft" name="empbft-ws_web" root="/employeebenefitmanager"/>
    And the root attribute should map the entry in the mod_oc4j.conf file.
    Have a look through those and see if they can shed any light on it for you.
    -steve-

  • Java Applet is not loading in Fire Fox

    Hi,
    I have a php page with a Java Applet. But that applet is not loading in the browser. I am using Mozilla/5.0 (X11; U; Linux i686; in fedora core 8.
    So give a suggestion to solve this problem.
    Waiting for ur reply.
    Regards
    Aneesh.K

    You might as well keep waiting - I tried to read your brainwaves but I couldn't detect any. So you need to actually post the error messages of the Java console you certainly looked at-

  • Applications not loading and possible malware, please help.

    I got my mom a mac because I knew she would click on anything, and this way her chances of doing anything too deleterious might be reduced.
    Anyhow, I think she downloaded something malicious. Now the screen saver, which originally pulled pictures from a folder in iphoto, now goes through a random set of photos in iphoto and also shows some really pixelated images that are superimposed on the photos. For example, there will be a photo, then the next image is a large, pixelated heart superimposed on the same photo. Then there will be another random picture, and then a different pixelated image on top of that photo.
    Then I noticed that applications were not loading. So far, software update does not work, safari does not work, and itunes does not work. She says she only uses firefox though and now it loads by itself on startup even when I never applied that setting. I saw another post where it was recommended to download clamX, but it would not load. I went to the apple site and downloaded the latest software update, but it would not open. I tried the disk utility, but it only showed green-nothing was wrong.
    I am at a loss of what to do, and even what is going on with the computer. I'm wondering what information has been compromised. I've tried doing a search on previous discussions, but am unsure of what key words to use. My mom does not have administrator privileges. This computer is mainly used for a filemaker pro app (which still works) and the internet/email.
    I appreciate any thoughts you might have and any advice. Also, if you have any ideas on how to make this more "mom-proof". She has a hard time knowing what should be avoided as there is some language barrier.
    Thank you.

    I appreciate your reply. It was never a problem before though. The screensaver was always a folder in iphoto.
    What can I do to find out why none of the applications work? I just tried downloading adobe reader since preview is not working, but even though it installed it won't start up.
    I appreciate any tips!

  • Java through javawebstart not loading the xml file.-- need help

    Dear All,
    I am using jdk1.2.06, tomcat 5.25
    In tomcat- inside webapps--mydirectory-- load.xml, applet1.java is present
    in the browser applet1.java is called through javawebstart,
    load.xml is loaded in applet1.java,where parsing is done in applet1.java,
    but my problem is load.xml is not loaded in applet1.java through java webstart
    Whether i want to do any pplicy file setting.. please clearly mention it..
    thanks in advance

    this is not the 'right' way to do it... but I think it should
    work. I didn;t change the function name although I think its
    supposed to be
    getdetailsfrmXML instead of getetailsfrmXML
    public function getEmpDetailsFrmXML() {
    var xmlFileName:String = "emp.xml";
    var employee_xml:XML = new XML();
    employee_xml['externalScope']=this;
    employee_xml.ignoreWhite = true;
    employee_xml.load(xmlFileName);
    employee_xml.onLoad = function(success) {
    if (success) {
    var xmlData = this;
    this.externalScope.getetailsfrmXML.call(this.externalScope,xmlData);
    } else {
    trace("file not found");
    public function getetailsfrmXML(details) {
    trace(employee_xml.toString()+" mkmop");

  • Flex Application Not loading in case of using RSL.

    If anyone can help, I release my Flex Application using RSL but now this appication is not loading on some system. I upload application.swf and framework_3.0.0.477.swz and also crossdomain.xml but application not uploading and getting error  #2032.

    Search the internet for solutions for that error.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Archiving a java project, then running on other machine

    Hello all. I have created a java project (with main.java as starting point) using the eclipse IDE. I have then exported the project into a jar file (using various settings) and I have sent the jar file to another machine. On the other machine I have java installed, but not eclipse. How do I expand the jar file, and evoke the main method via command line on the other machine?
    Thanks In Advance

    mateobus wrote:
    Hello all. I have created a java project (with main.java as starting point) using the eclipse IDE. I have then exported the project into a jar file (using various settings) and I have sent the jar file to another machine. On the other machine I have java installed, but not eclipse. How do I expand the jar file, and evoke the main method via command line on the other machine?
    Thanks In AdvanceYou may not need to expand it.
    java -jar [myjar.jar] may work (if you have the Main-Class attribute set in the manifest)
    Otherwise, you can run (from the console):
    jar -xf [myjar.jar]

  • Application not Loaded, Internal Server Error

    I am trying to Deploy EAR application in Oracle Application Server 9.0.4. The application is contain WAR and EJB Jar file.
    When it finish to deploy and instance is running but in that page display Internal Server Error. Etc.
    I am seeing in web application WAR the status is not loaded, but the EJB jar file is loaded.
    I have search for logs in my application but not show any error, this is error log from apache/logs/error.xxxxx.
    ==========================================
    [Wed May 12 15:11:36 2010] [error] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0015: recv() returns 0. There has no message available to be received and oc4j has gracefully (orderly) closed the connection.
    [Wed May 12 15:11:36 2010] [error] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0054: Failed to call network routine to receive an ajp13 message from oc4j.
    [Wed May 12 15:11:36 2010] [error] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0033: Failed to receive an ajp13 message from oc4j.
    [Wed May 12 15:11:36 2010] [warn] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0078: Network connection errors happened to host: aegisapp2.acc.co.id and port: 3301 while receiving the first response from oc4j. This request is recoverable.
    Anyone know something about this?
    Thanks,
    Hakim.

    Hi,
    In several days since I deploy that EAR file, the application is loaded.
    I think this cause some wait and running process for that.
    Is someone happening the same?
    Thanks.
    Hakim.

  • Applications not loading

    My applications are not loading. They will bounce a few times and then just do nothing. Also, the upper right corner of the computer is blank when it usually displays the time and other things. If you happen to know what is causing this please let me know. Thank You.

    I am having a similar situation. (No problem with menu bar) My applications function normally for a time, and then stop. When I click on the firefox icon (for example) in the dock when it has been running for some time, it does not bounce. However, when I go to quit; it asks if I want to close multiple tabs, so I know it is running, just not visible. Restarting the computer always gets me back to work for an hour or so and then it happens again. This problem began with Firefox only and now is affecting mail, iphoto, etc. 2 days ago I removed my hard drive (Thinking my operating system was somehow corrupted) and did a clean install. The problem has persisted. After reading this thread; I tried the removal of the rm~/Library/Preferences/com.apple.systemuiserver.plist but did not find it. I still went through the process after opening Terminal and restarted. Still experiencing the problem.

  • Many Applications Not Loading - Very Slow Startup

    Hola!
    I have a MBP 15" bought last September, which I updated to Mac OS X 10.4.10 recently. The first noticeable change in performance came when I saw the fonts in my Dashboard had all changed - on the dictionary/thesaurus and stickies.
    Then came the following:
    1: Grey-screen startup went from hardly noticeable to about 40+ seconds.
    2: Desktop startup went from roughly 0.8 seconds to 30 seconds.
    3: Numerous applications will not open. At all. Activity monitor show them attempt to load, then 'not respond' and shut down. Only some applications won't open (iTunes; Photoshop CS, etc) - others like iPhoto and Firefox open then crash when loading GMail or Google/when accessing photo files/lots of data. Notepad and other smaller applications seem to work fine.
    Only 1/4 of my HD is full at the moment; and there doesn't seem to be any memory problems -- but I have no idea what is wrong, or what I am supposed to do to fix it. The disk has been scanned with Disk Utility for faults in itself and its performance and non have popped up.
    I am a heavy user (work and school!), and this is nothing short of distressing.

    Thank you for welcoming me, and for your reply; its only I carried out those suggestions and they did not improve the performance of my machine.
    However while I was carrying them out I discovered the following; that when I try to search through my Documents & etc (I was attempting to transfer files to USB flashdrive), Finder occasionally crashes and reloads the desktop. In addition, my CD drive refused to acknowledge a CD once inserted, and made a quizzical clicking-whirring noise. It refused to eject the CD until I restarted the machine and pressed eject during grey-screen startup.
    I was advised to boot from CD & load an archive of my HD; but I am afraid that wouldn't effect the problems I am having - even if my CD drive decides to work. Could this be not a software, but a hardware problem?

  • Web logic 10.3  - WLDF Console Extension java applet is not loading

    Weblogic running in Solaris
    Navigating to the weblogic console using – HTTP like , http://host:port/console
    I was trying to enable WDLF console extension , as mentioned in documentation copied diagnostics-console-extension.jar to <domain>/console-ext folder. After this a I could see the “WLDF Console Extension” tab when I log into the admin console. But the java applet is failing to load - showing Error: Click for details , follwing are the details
    Java Plug-in 10.2.0.13
    Using JRE version 1.7.0_02-b13 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\user
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Appreciate your comments

    Do you see any further nested exceptions OR errors in the log file.
    Considering that the same WLS-JDK combination works on one machine and does not work on another machine, it indicates an environmental issue.
    "However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed....
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu."
    I am suspecting if it has to do anything with the native libraries being loaded JAVA_LIB_PATH.
    Please review the server log file again for identifying differences in LIB_PATH or PATH or any messages saying "Unable to load native.. performance pack.."
    Arun

Maybe you are looking for

  • Warehouse instruction text. in PO header

    Hi, Following is the requirment, we are looking for a possibility to store a permanent information in the warehouse instruction text. Where can I maintain this? This is in Purchase Order on header,  Text Tab. Regards, Ajinkya

  • How to copy a folder from one document library to another document library ?

    How to copy a folder from one document library to another document library by programmtically? Samarendra Swain Team Sharepoint www.manuhsolutions.com

  • Nokia Lumia asking for code, when making a call

    my husband bought a Nokia Lumia 920 2 days ago. For some reason when he is not at home, and tries to make a call it askes for his code, how come that. He also have trouble that it wont sent messages first time he want to... Best regards Betina

  • Function module for converting German Data/Time to Indian Date/Time

    Dear All, My requirement is to convert German date and time to Indian date and time. Is there any function module available or any way we can get it? Thanks and regards, Atanu

  • Designer 6i Release 2 : Client

    i downloaded Designer 6i Release 2 from technet. i am now reading the Installation Guide and it seems that for the 'Client and Server on separate machines' configurations they support, the client can only have Windows NT or 2000. i only have Windows