Pick Your Web Start App Of The Week

Hi,
I invite you to post your comments about your favorite Web Start app here.
Every week I will profile a different Web Start App at "The Saturn Times" - http://vamphq.com/times - including your quotes.
Post early, post often and help promote all the great Web Start apps out there.
- Gerald

Your jnlp checker Vanessa is quite useful.
Is the source available, because I would like to fix a bug or two I noticed.
Then check out Gentleware's Poseidon.
http://www.gentleware.com/download/Poseidon4umlJWS.jnlp
It is a commercial version of Tigris.org's ArgoUML, a free UML editor,
which is webstartable as well:
http://argouml.tigris.org/files/documents/4/0/0100/ArgoUMLWebStart.jnlp
Interesting about Poseidon was how they implemented key registration for their JWS app, a common task for commercial applications.
However Poseidon unwillingly illustrates limitations of the present JWS implementation - this beast is large (about 10-30 MB).
I loaded it at home via an ISDN link (8KB/s) and it took much time. The download was interrupted for several times, I hadn't start to download again from zero, because the app is splitted into several smaller jars, but still had to reload interrupted jars.
Some days later it turned out that the disk I had the JWS cache on got full. Thus I wanted to move my precious downloads to another partition, which is not possible. You can't move cache contents elsewere, so I had to redownload it again later (ouch).
An interesting bit about ArgoUML is how they speed up their large app by forcing class loading in a background thread. I saw that in their source and want to try out that technique myself soon, perhaps it gives a little speed advantage.
Regards,
Marc

Similar Messages

  • Poll: What is Your Web Start Project of the Year 2003?

    Hi,
    The Saturn Times announced the nominations for the "Web Start Project of the Year 2003" award today.
    The line-up includes:
    * NetX
    * OpenJNLP
    * Xito BootStrap
    * JDistro/Warf
    * Web Application Launcher (WAL)
    * Web Start Services Pack
    * Apollo
    * Rachel
    * Lopica Web Start Tools
    * Vamp Ant Task Suite
    Cast your vote today and help find the winner.
    Full story and pollstation @ http://lopica.sourceforge.net/times/2003/12/poll_what_is_your_web_start_project_of_the_year_2003.html
    - Gerald

    Hi,
    Due to popular demand here are the links to the ten Web Start Project of the Year 2003 contenders for easy reference.
    * NetX online @ http://jnlp.sourceforge.net/netx
    * OpenJNLP online @ http://openjnlp.nanode.org
    * Xito BootStrap online @ http://xito.sourceforge.net/projects/bootstrap
    * JDistro/Wharf @ http://www.jdistro.com
    * Web Application Launcher (WAL) @ http://w-a-l.sourceforge.net
    * Web Start Services Pack @ http://lopica.sourceforge.net/services
    * Apollo @ http://ajax.sourceforge.net/apollo
    * Rachel @ http://rachel.sourceforge.net
    * Lopica Web Start Tools @ http://sourceforge.net/projects/lopica
    * Vamp Ant Task Suite @ http://vamphq.com/ant.html
    - Gerald

  • TS1347 Dear apple, The governments of Saudi Arabia has changed its weekend from THR&FRI to FRI&SAT, Therefore the start day of the week became SUN. unfortunately all Iphone user could not adjust this change on their I phones . So will you  please facilita

    Dear apple,
    The governments of Saudi Arabia has changed its weekend from THR&FRI to FRI&SAT,
    Therefore the start day of the week became SUN. unfortunately all Iphone user could not adjust this change on their I phones .
    So will you  please facilitate us on this matter.
    Regards

    Give apple feedback regarding this.
    For a temporary fix, change your region? Get a 3rd party Calendar app that fits your needs?
    I assume your current region is set in the photo?
    If so, pick a region that has a start day of Sunday. (either historically or known for the present)
    Note, with changing your region, it will change the default phone number prefix/country code for new contacts and addresses. (calling and SMS is not affected)

  • Why does Web Start App ignore Proxy bypass/exception list in Proxy settings

    Hi All,
    I've been pulling my hair out on this one for a while now and finally decided to see if someone can help me out.
    In my office I have a intranet of numerous devices and pcs connected. There is also a proxy server on the network to allow connection through the the internet. I have my proxy settings setup to bypass the proxy for any addresses on my intranet. This is set in the normal way by adding ( http://192.168.1. to proxy settings exception list in IE. This proxy bypass list works fine for all other situation except the following:
    On my Intranet I have an embedded web server device I have been developing that has a java application deployed using web start. This application is a monitoring tool that allows the user to check the various settings and status of the embedded device. The problem is that when the app is launched for some reason web start tries to get the require jar file from the proxy instead of directly from the device, even when the IP address of the device it is trying to get it from is in the bypass list?? I don't think Web start is checking the exception/bypass list in the proxy settings to see if it should be using the proxy or not?? I can see this by using wireshark and inspecting the GET HTTP requests sent from my pc to the proxy server instead of directly to the ip address of the embedded device.
    If I change my proxy settings to use a direct connection/no proxy (untick the "use proxy server for your lan" box in IE settings) then everything works fine. However this is not a workable option for my customers as they don't want to have to continually change these settings when connecting to this device and then to the internet (which is the whole reason of having the exception / bypass list).
    I've tried many things including using the proxy settings in the Java console instead of getting them from the browser but the same thing occurs.
    Any help would much appreciated, as I not sure if it is something I am doing wrong, or a possible bug, or just the way it is meant to work??
    I'm using the following...
    Java version: 1.6 1.6.0_17
    Operating system: ( I've tried XP and Vista)

    I have the same problem, please anyone can help?

  • My web start app doesn't get cached

    Many apologies if this topic has been covered before but I have extensively searched the archive and can't seem to find it.
    I have made my own trivial web start app and it downloads and works fine with my installed web start software. The problem I have is that when I launch the web start application manager and start my app from there the app does not apear in the "downloaded applications" section and hence I can't get to run it unless I have a connection.
    Firstly I though I may be missing the <offline-allowed/> element from the JNLP file but it wasn't that. Then I thought it may be because my jars aren't signed but then the examples from sun worked OK and they weren't signed at all.
    I have checked in the web starts cache directory and it looks to me as if the correct jars are in there but still the application manager won't show my app as one of the downloaded ones.
    Any help would be much appreciated.
    Gareth Walker

    The Java Web Start application Manager will only display applications who's jnlp files are cached.
    In order to cache your jnlp file you need to include an href attribute for the jnlp element in your jnlp
    file. This may not allways be possible if your jnlp file is programatically generated by a servlet,
    but it works for static jnlp files.

  • Java Signing issues when loading web start app

    Hey, not sure if this is the correct place for this - but couldn't think where else to put it...
    I'm a bit stuck at the moment and i wondered if anyone could shed some light on my problem, and where I might go from here.
    We've developed a EJB3 application that has a web start UI for users to start... The application is developed in Eclipse and compiled and deployed with ant build scripts... When we deploy the application from within Eclipse everything runs smoothly and users are able to start the web start app without any problems... However I've recently tried setting up a Continuous Integration server (Hudson) for us to test new deploys on and for this our build scripts need to be run outside of Eclipse...
    This appears to run without a problem, however each time the system is deployed from here the web start application fails to start because web start cannot verify the signing in the client jar
    Could not verify signing in resource: http://10.39.216.5:8080/mist2/lib/mist2-client.jarAs far as I can tell from the output of the build everything goes according to plan and there is little difference between the output if the build had been started in eclipse... The only big difference is that when building in Eclipse the build only packs up the compiled code, because Eclipse auto build the application, whereas in Hudson the code is clean built using the ant scripts (which are created by Eclipse)... and if I turn autobuild off eclipse and build the project from scratch using only the build scripts then the same problem arises...
    I'm not really an expert on jar signing so I can't really guess at what might cause the verification to fail... any hints would be much appreciated. It feels like there is something that the Eclipse compiler does that is missing from the scripts but I can't think what this might be as the scripts are created in Eclipse
    Thanks
    Alex

    Alex,
    I believe your problem might be similar to one I had. According to one forum response (of course I can't find it now), if you have third-party JARs in your application (which in your case would be any eclipse jars), they might already be signed by their originators (as are eclipse jars), which may cause some really strange errors.
    The solution for me was to package my third-party (that is, eclipse) jars into their own feature, separate from my application's feature. So, my main jnlp file has an extension to my application's feature jnlp, and that feature's jnlp file has an extension to yet another jnlp file containing the list of third-party (eclipse) jars. Of course, your jar list will probably be different than mine.
    Here's all three files. Hope this helps!!
    Calvin.jnlp (the main jnlp file):
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp
    spec="1.0+"
    codebase="http://bet/ERS"
    href="calvin.jnlp">
    <information>
    <title>ERS</title>
    <vendor>NIAT</vendor>
    <homepage href="http://niat.net"/>
    <description>Electronic Record System</description>
    <icon href="icon.jpg"/>
    <icon kind="splash" href="splash.jpg"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.6+" max-heap-size="256m"/>
    <jar href="org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar" main="true"/>
    <extension
    name="Calvin Feature"
    href="features/net.niat.calvin.feature.jnlp"/>
    <property
    name="osgi.instance.area"
    value="@user.home/Application Data/calvin"/>
    <property
    name="osgi.configuration.area"
    value="@user.home/Application Data/calvin"/>
    <property
    name="eclipse.product"
    value="net.niat.calvin.product"/>
    </resources>
    <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain">
    <argument>-nosplash</argument>
    </application-desc>
    </jnlp>
    net.niat.calvin.feature.jnlp (the extension's jnlp):
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://bet/ERS">
    <information>
    <title>ERS</title>
    <vendor>NIAT</vendor>
    </information>
    <resources>
    <jar href="../plugins/net.niat.calvin_@[email protected]"/>
    <extension name="RCP" href="org.eclipse.rcp_3.4.1.jnlp"/>
    </resources>
    <component-desc></component-desc>
    </jnlp>
    org.eclipse.rcp_3.4.1.jnlp (the repackaged eclipse files jar feature):
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="$$codebase">
    <information>
    <title>Eclipse</title>
    <vendor>eclipse.org</vendor>
    </information>
    <resources>
    <jar href="../plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar"/>
    <jar href="../plugins/net.niat.calvin_2.6.2.11.jar"/>
    <jar href="../plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar"/>
    <jar href="../plugins/org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar"/>
    <jar href="../plugins/org.eclipse.core.databinding_1.1.1.M20080827-0800b.jar"/>
    <jar href="../plugins/org.eclipse.core.expressions_3.4.0.v20080603-2000.jar"/>
    <jar href="../plugins/org.eclipse.core.jobs_3.4.0.v20080512.jar"/>
    <jar href="../plugins/org.eclipse.core.runtime.compatibility_3.2.0.v20071008.jar"/>
    <jar href="../plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar"/>
    <jar href="../plugins/org.eclipse.equinox.app_1.1.0.v20080421-2006.jar"/>
    <jar href="../plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar"/>
    <jar href="../plugins/org.eclipse.equinox.preferences_3.2.201.R34x_v20080709.jar"/>
    <jar href="../plugins/org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar"/>
    <jar href="../plugins/org.eclipse.help_3.3.101.v20080702_34x.jar"/>
    <jar href="../plugins/org.eclipse.jface.databinding_1.2.1.M20080827-0800a.jar"/>
    <jar href="../plugins/org.eclipse.jface_3.4.1.M20080827-2000.jar"/>
    <jar href="../plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar"/>
    <jar href="../plugins/org.eclipse.swt.win32.win32.x86.source_3.4.1.v3449c.jar"/>
    <jar href="../plugins/org.eclipse.swt_3.4.1.v3449c.jar"/>
    <jar href="../plugins/org.eclipse.ui.forms_3.3.101.v20080708_34x.jar"/>
    <jar href="../plugins/org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar"/>
    <jar href="../plugins/org.eclipse.ui_3.4.1.M20080910-0800.jar"/>
    <jar href="../plugins/runtime_registry_compatibility.jar"/>
    </resources>
    <component-desc></component-desc>
    </jnlp>

  • Web start fires up the installer twice

    All
    We are seeing some issues where java web start is invoking the installer twice for some reason instead of once.
    When we install the application using the installer it installs correctly and everything looks good .But whenever the user clicks on the shortcut icon it tries to install the application again by downloading all the jar files and gets the installer screen again .This happens twice but im not sure why.
    I tried this on two JRE .14 and .15 and both had same problems.
    Im pasting the two JNLP files we are using . The first JNLP is the main jnlp file which refers to the installer jnlp using the extension tag.
    -----------------------------------------------------------Main JNLP-----------------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="$$context/CCA" href="$$context/CCA/AuthoringLaunch.jnlp">
    <information>
         <title>Sample Learning Studio</title>
         <vendor>Sample Corporation</vendor>
         <description>Sample</description>
         <icon href="$$context/CCA/resources/images/desktopIcon.png"/>
         <icon kind="splash" href="$$context/CCA/resources/images/splash-screen.png"/>
         <offline-allowed/>
         <shortcut>
                   <desktop/>
                   <menu submenu="Sample Learning Studio"/>
         </shortcut>
    </information>
    <security>
    <all-permissions/>
    </security>
    <update check="always" policy="prompt-update"/>
    <resources os="Windows" arch="x86">
         <nativelib href="$$context/CCA/lib/swt-3.5M1-win32-win32-x86.jar" download="eager"/>
         </resources>
    <resources>
         <j2se version="1.6+"/>
         <jar href="$$context/CCA/lib/jna_WindowUtils.jar" download="eager"/>
         <jar href="$$context/CCA/lib/jna-3.0.7.jar" download="eager"/>
              <jar href="$$context/CCA/lib/MozillaInterfaces-1.8.1.3.jar" download="eager"/>
              <jar href="$$context/CCA/lib/derby.jar" download="eager"/>
              <jar href="$$context/CCA/lib/ibatis-2.3.0.677.jar" download="eager"/>
              <jar href="$$context/CCA/lib/xml.jar" download="eager"/>
              <jar href="$$context/CCA/lib/activation.jar" download="eager"/>
              <jar href="$$context/CCA/lib/mail.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringBuisnessObjects.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringBrowser.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringCore.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringCourse.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringCommands.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringComponents.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringDataObjects.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringDb.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringExceptions.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringLogger.jar" download="eager"/>
         <jar href="$$context/CCA/lib/AuthoringLicense.jar" download="eager"/>
         <jar href="$$context/CCA/lib/AuthoringMain.jar" main="true" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringRequestBeans.jar" download="eager"/>
         <jar href="$$context/CCA/lib/AuthoringUtils.jar" download="eager"/>
         <jar href="$$context/CCA/lib/resources.jar" download="eager"/>
              <extension name="AuthoringInstaller" href="$$context/CCA/lib/AuthoringInstaller.jnlp"/>
         <property name="application.context" value="$$context"/>
    </resources>
         <application-desc main-class="com.sample.authoring.main.ApplicationMainLaunch"/>
    </jnlp>
    -----------------------------------------------------------Main JNLP-----------------------------------------------------
    Here is the installer JNLP file
    --------------------------------------------------------------Installer JNLP-----------------------------------------------------
    <jnlp codebase="$$context/CCA/lib" href="$$context/CCA/lib/AuthoringInstaller.jnlp">
    <information>
    <title>Sample Learning Studio</title>
    <vendor>Sample Corporation</vendor>
    <description>Installer</description>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
         <j2se version="1.6+"/>
    <jar href="$$context/CCA/lib/resources.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringExceptions.jar" download="eager"/>
              <jar href="$$context/CCA/lib/AuthoringLogger.jar" download="eager"/>
         <jar href="$$context/CCA/lib/AuthoringUtils.jar" download="eager"/>
    <jar href="$$context/CCA/lib/AuthoringInstaller.jar" main="true"/>
    <property name="deployer.context" value="$$context"/>
    <property name="deployer.codeBase" value="CCA"/>
    <property name="deployer.configFile" value="deploy.xml"/>
    <property name="deployer.configDir" value="conf"/>
    </resources>
    <installer-desc main-class="com.sample.authoring.installer.InstallationWizad"/>
    </jnlp>
    --------------------------------------------------------------Installer JNLP-----------------------------------------------------
    I'm not sure why the installer was getting fired twice .
    To solve this problem i tried to update      <shortcut> tag to have a online attribute <shortcut online="false">
    By doing this it prevented the installer from firing up twice but it alerts the user with another alert which tells "The application has requested to go online ".
    Can someone let me know why this would happen.
    Also let me know if there is a way to have java web start application always launch offline and check for updates?
    Thanks
    Chetan

    In this very same forum BenGlacy said he got there (no online launch and check for update) by removing the jnlp href attribute.
    Anyway there's something that doen't make sense in your post
    Chetan_Loves_Java wrote:
    When we install the application using the installer it installs correctly and everything looks good You don't install using an installer, it's meant to execute una-tantum tasks before app's first launch. If your installer does anything different, that could be the reason of your problems. By the way, in Java Web Start you don't install (period), you launch.
    If you, instead, mean the javaws -install option, please check all hrefs in JNLPs and look for 'twin' entries in your cache (javaws -viewer), resources are chached by URL, even the slightest difference can make them appear like 2 different voices.
    Application tries to go online 'cause it has an absolute href (instead of one relative to the codebase), althought, I gotta say, you may find in this forum that absolute href happened sometime to solve some problems. About this, why are you using absolute path (repeating codebase) on every resource (afaik, this never solved any probleam)?
    Bye.

  • I am trying to find out if I can change a setting of the calendar in my iPhone.   When I view calendar, in month, I would like to view it with the starting day of the week being Monday, not Sunday.  Is it possible to make this change? SS

    I am trying to find out if I can change a setting of the calendar in my iPhone. 
    When I view calendar, in month, I would like to view it with the starting day of the week being Monday, not Sunday.  Is it possible to make this change?

    Hello SMEvans32
    You can use iCloud to share the Calendar, that way she will always be up to date on that particular section of your work calendar. If you want to use iCloud, I would recommend backing up so you have a safe copy of your data.
    iCloud: Calendar sharing overview
    http://support.apple.com/kb/PH2689
    iCloud Setup
    http://www.apple.com/icloud/setup/
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Passing a parameter to a Web start app

    Hi, I'm having trouble getting a single integer value into my web start application. I understand how you do this with a JNLP however I need a different value for this integer depending on a PHP script. With applets it was fairly simple but with web start apps it seems a little more complex - the only way I could think of was to recreate the entire JNLP file via the PHP script which seems a bit cumbersome if all that's changing is a single integer.
    I had a look around on the web for information about this but it seems that information on passing parameters to web start applications is few and far between.
    I'd be very grateful for an answer!
    Thanks.

    alex.p wrote:
    So in this case how would I pass the integer as a parameter to the webstart app. Is there no way of simply putting it in the link to the JNLP e.g ?
    You could do that if you liked. Is there some expectation that the user will run the web start application after you do that? Or that the user won't already be running it? Or that the user will ever run it? I think you should back up and try to figure out what the point of this parameter is. Is it supposed to make something happen? Or are you just changing the application for the next time a user gets around to using it? Or what? As I said, this really doesn't make much sense so you need to provide a requirement that does make sense if you want to get anywhere at all.

  • Java Programming - Run Web Start App Through IDE Using Existing JNLP(s)

    I apologize for the cross post. I believe I mis-posted the first time. The thread belongs here.
    http://forums.sun.com/thread.jspa?threadID=5434826

    You might try pointing JaNeLA *(<- link)* at it, and fixing any errors it reports. Ignore any optimisations suggested. The optimisations are not properly debugged and would not cause the kind of errors you report.
    Oh, and a ++++ to that advice to to ensure the console pops open when encountering a web start app. Make sure the code is not [swallowing exceptions|http://pscode.org/javafaq.html#stacktrace] *(<- link)* at any stage.

  • Java Web Start.app, apparent problems.

    I have been experiencing many small problems during web browsing, etc. and have received terrific help from Barry Hemphill but he is unable to help on Java matters.
    When I open Java Web Start app. I get the following message; "You cannot open Java Web Start.app because it it is damaged or incomplete". This is possibly, at least by the app's. name the cause of my troubles, though I am guessing. Can anyone guide me to where I can download and re-install the app. to see if it does overcome my problems. A typical one of them is happening as I type, the screen characters are lagging heavily behind my two-finger typing.
    Brian Hope
    MacMini Mac OS X (10.4.10)

    Hi Brian, Happy Holidays!
    The Java Web Start software is a component of the Java Runtime Environment (JRE) and is installed with the JRE.
    http://java.com/en/download/faq/java_webstart.xml
    See also...
    http://www.digistamp.com/t3runMac.htm

  • Slow InitialContext with Weblogic 6.1 and Web Start App.

    All,
    I have a Swing-based client app that makes EJB calls on a Weblogic 6.1sp2
    server. It works great as a standalone app run from the command line. The
    problem is when I deploy it using Java Web Start. The 'new
    InitialContext(props)' call takes from 5-20 seconds. This is on a single
    user development machine with the server and client running on the same
    machine.
    When I run it from the command line the initial context only takes 1-2
    seconds to create. This is using the exact same .jar file used in the Web
    Start case.
    The Web Start environment is somewhat different than command line clients.
    I think it is similar to the applet sandbox environment (security,etc).
    Other than this, the client/server interaction speed is good (they should
    be since they are on the same machine!). Any ideas?
    System particulars:
    Weblogic 6.1sp2. Native IO.
    Host=127.0.0.1 (Reverse DNS Lookup disabled in server).
    Java 1.3.1
    Java Web Start 1.0.1
    Windows NT 4.0sp5
    Thanks for any help.

    I have some more details. If I sign the .jar file and give the app AllPermissions, then it connects quickly (well, about 1s).
    Any ideas on which specific permissions will be needed to make this connection quickly?

  • Web sudoku app prints the same puzzle every time?

    We got an 8500A plus from Costco recently. My mom was able to print her favoriate game for the first time, thanks to the web sudoku app and the touch interface. Unfortunately, it seems to print the same puzzle every time for the same category (easy, medium, hard, evil).
    Any tips to make it print something different each time? Is it only updated daily?

    Dear hpllu, 
    You should try unistalling and reinstalling the sudoku app from the ePrintCenter website.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP

  • ERROR: The operation could not be performed because the file can't be accessed or doesn't exist. Please contact your web developer to correct the problem.

    Only on one page, the client is receiving this error:
    Error - The operation could not be performed because the
    file cant be accessed or doesnt exist. Please contact your web
    developer to correct the problem.
    I tested it with a couple different usernames and a couple different browsers and it works fine on my end.. but none the less it is happening to him. This is the second time it happened to two different clients.
    ??? Any ideas ??? Anyone else had this happen?

    Here's the setup on the two machines in particular...
    Machine #1:
    XP Pro
    Was IE7, now latest FF
    No antivirus
    Firewall – Windows Firewall, Downloaded AVG free trial ver., but not installed
    Machine #2:
    XP Pro
    IE7
    Again, No AV… had Kaspersky… but uninstalled it
    Windows Firewall
    Maybe that could be of some assistance... not seeing anything that could possibly block or inhibit the ICE. Each machine is independent of the other, separate networks, different locations, JavaScript enabled, no cookie blockers, etc.
    ....STUMPED!!!   

  • How do I change the start date for the week from Monday to Sunday on my iPhone 5?

    How do I change the start date for the week on iCal from Monday to Sunday on my iPhone5?

    Yes. On my new iPhone 5 the iCal week begins on a Monday not a Sunday and does not give me the option to edit in settings on the phone

Maybe you are looking for

  • Do I need compressor installed on both computers to work a cluster?

    I have the new mac mini running lion and a mac pro running snow leopard. Compressor 4 is only installed on the mac pro. when I check 'this computer plus' button before submitting a batch the whole thing stalls. Would it work if compressor was install

  • What are most people using until Aperture kicks in?

    Hi, this is my first posting on the site, i just wondered what was the most popular RAW processing software with people at the moment and is that set to change when Aperture 1.1 pops up? thanks Aidan 1.8 Powermac G5 & Bits   Mac OS X (10.4.5)   Lacie

  • My Pictures Locked Up After Download Attempt

    I downloaded some RAW files from a folder in My Pictures.  Lightroom picked up 399 images from a previous trip at the same time.  I deleted those pictures from that folder in Lightroom. I went back to My Pictures to get those 399 pictures back in Lig

  • Aperture and Places does not work

    Hi, i have the newest Version of OSX Lion and of Aperture 3. The Places function does not work. All Buttons and functions which are assosciated with the function of GPS are grey. I have no possibility to push any Button that has something to do with

  • How much space on hard drive, how much space on hard drive

    How do I search my mac to find out how much hard drive space do I have?