JRMC 4.0 Eclipse Update Site?

Is there an Eclipse update site for JRMC 4.0 or is one planned? I've only found the 3.x one.
Thanks, James

Yes, http://www.oracle.com/technology/software/products/jrockit/missioncontrol/updates/base/4.0.0/eclipse/
For instructions see here:
http://www.oracle.com/technology/software/products/jrockit/missioncontrol/updates/base/4.0.0/eclipse/update-site-instructions/index.html]
Erik

Similar Messages

  • Eclipse Update Site Maintenance Tonight

    The Eclipse update site will be down briefly this evening for scheduled maintenance. The failover / load balancing unit in front of the servers are getting rules adjusted so we no longer redirect update site requests from http to https (i.e. http://dev2devclub.bea.com/updates/wlevs-tools/2.0/site.xml to https://dev2devclub.bea.com/updates/wlevs-tools/2.0/site.xml).
    It has scheduled 6p to 8p Pacific for this work, but we expect to be done by 6p. The rules will be adjusted right around 6p and then we'll do the necessary testing to ensure that routes through the unit are working as expected.
    Reference:
    http://forums.bea.com/bea/message.jspa?messageID=300005288&tstart=0

    The Eclipse update site will be down briefly this evening for scheduled maintenance. The failover / load balancing unit in front of the servers are getting rules adjusted so we no longer redirect update site requests from http to https (i.e. http://dev2devclub.bea.com/updates/wlevs-tools/2.0/site.xml to https://dev2devclub.bea.com/updates/wlevs-tools/2.0/site.xml).
    It has scheduled 6p to 8p Pacific for this work, but we expect to be done by 6p. The rules will be adjusted right around 6p and then we'll do the necessary testing to ensure that routes through the unit are working as expected.
    Reference:
    http://forums.bea.com/bea/message.jspa?messageID=300005288&tstart=0

  • Temp outage on Eclipse Update Site 2008-03-01

    At 8a on March 1, the Eclipse Update Site will be offline temporarily while we switch over to new load-balancing hardware. Due to the nature of the system upgrade, the servers simply won't respond during the outage (as opposed to giving a helpful error message).
    - jeremiah

    i was able to download the plugins and then install it (without using update manager for downloading the plugin) in a 30 min.
    i used this link
    http://www.eclipse.org/modeling/emf/
    which is one of the prerequisit for the Widget development tool

  • Eclipse update site for FlexUnit 4.1?

    Is there an update site that I can point Eclipse at to update the FlexUnit plugin to FlexUnit 4.1?
    If not, then how are people updating Eclipse?

    Still not good (sorry).  I tried the flex one alone, and when that didn't work, I add the following.
    fluint-extensions-4.1.0-8-4.1.0.16076.swc
    flexunit-uilistener-4.1.0-8-4.1.0.16076.swc
    To be honest, I'm a bit confused as to how this all fits together.  I'm assuming that when I run "Execute FlexUnit Tests" from the Navigator, that the Adobe plugin will interrogate the code and set up the main test application called FlexUnitApplication.mxml.  Then it just runs that.
    To normalize my results I did this.
    1.  Cleaned Unit Test project.
    2.  Ran Execute Flex Unit Test from navigator.  This time it ran, but the Test method I had using a dataProvider, similar to the example on the website, gave the following error.
         "Error: Method badFormTest should have no parameters.
    Here's a portion of the code.
    public static function badFormTests():Array {
                return [
                    /* Testing comment 17110 */
                    ["-9*r+27*s+63*t","-9*r--27*s--63*t"],
                    ["-9*r+27*s+63*t","-9*r+--27*s+--63*t"],
                    ["x+3","x--3"],
                    ["x+3","x++3"],
                    ["x+3","x+--3"] ,
                    ["x+3","++3+x"],
                    ["x-3","x---3"],
                    ["5x-3","--5x+-3"],
                    ["5x-3","-3--5x"],
                    ["5x+3","5x--3"],
                    ["5x+3","5x++3"],
                    ["5x+3","5x+--3"],
                    ["5x+3","++3+5x"],
                    ["5x-3","5x---3"],
                    ["5x-3","--5x+-3"],
                    ["5x-3","-3--5x"],
                    ["5x-3","--5x+-3"],
                    ["5x-3","-3--x5"],
                    ["5x+3","x5--3"],
                    ["5x+3","x5++3"],
                    ["5x+3","x5+--3"],
                    ["5x+3","++3+x5"],
                    ["5x-3","x5---3"],
                    ["5x-3","--x5+-3"],
                    ["5x-3","-3--x5"],
                    ["x+3","x-(-3)"]
                    /* End comment 17110 */
            [Test(dataProvider="badFormTests")]
            public function badFormTest(correctExpr:String, responseExpr:String ):void
                Assert.assertEquals(
                    TDXEvaluatorStatus.NAMES[TDXEvaluatorStatus.BADFORM],
                    evaluate(TDXAnswerRules.ACCEPTSIMILARFORM,
                        correctExpr,
                        responseExpr
    On top of this, if edit any one of my source files (i.e., add and remove a space and save it) and build the project again, I get many errors.  Here they are.
    Description
    Resource
    Path
    Location
    Type
    1046: Type was not found or was not a compile-time constant: [flash.events]::IEventDispatcher.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: [org.flexunit.async]::IAsyncTestResponder.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: [org.flexunit.internals.runners.statements]::IAsyncHandlingStatement.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: [org.flexunit.internals.runners.statements]::IAsyncStatement.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: AsyncResponseEvent.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: AsyncTestResponder.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: FlexEnvironmentBuilder.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: FlexMXVisualTestEnvironment.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: ISequenceAction.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: ISequencePend.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: ISequenceStep.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: SequenceBindingWaiter.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: SequenceCaller.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: SequenceDelay.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: SequenceEventDispatcher.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: SequenceRunner.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: SequenceSetter.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: SequenceWaiter.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: TextListener.
    UnitTests
    Unknown
    Flex Problem
    1046: Type was not found or was not a compile-time constant: VisualTestEnvironmentBuilder.
    UnitTests
    Unknown
    Flex Problem
    I appologize if I'm doing something bad. I really appreciate your help.

  • Eclipse update site

    Hi all,
    In NWDS CE SP5, DALI JPA plugin is still on version 1.0, while the latest release is 2.1.
    I am trying to update via update site but I always get
    Network connection problems encountered during search.
      Unable to access "http://download.eclipse.org/webtools/updates".
        Error parsing site stream. Premature end of file.
        Premature end of file.
        Error parsing site stream. Premature end of file.
        Premature end of file.
    Can anyone please help?
    Thanks
    regards
    Vincenzo

    hi vincenzo,
    in hel --> software  updates
                 select only the dali2.1 so that only one will loaded to the nwds
    try this option
    or 
    in window prefrences
             go to plugin developement
              add that zip or jar file to the nwds
    thanks and regards
    bvr

  • Installation Fails via Update Site for Eclipse 3.2.1

    <p><img src="http://farm1.static.flickr.com/163/395847965_01aaf8f849.jpg?v=0" alt="Install Failure" width="500" height="220" /></p><p>This is the error I get when I try to install Crystal Reports for Eclipe (1.0.2.v795) using the update site.  http://www.businessobjects.com/products/dev_zone/eclipse/</p><p>Why is it requiring org.eclipse.ui 3.1.0?  I think 1.0.0.v555 worked with Eclipse 3.2.</p><p>Screenshot Image: http://www.flickr.com/photos/ctaggart/395847965/<br /></p><p> Cameron <br /></p>

    <p>Hi Cameron,</p><p>    I believe the error message is indicating that our plugin is requiring a version of org.eclipse.ui 3.1.0 or higher. Does your current version of Eclipse have Crystal Reports for Eclipse already installed? If not, then it is likely you will need additional plugins from the Eclipse.org site which are not installed by default. </p><p>I just tried this on my end and selected the Callisto Discovery Site as well as the Business Objects site. After selecting the latest version of CR4E, I expanded the Callisto Discovery Site and clicked the "Select Required" button. This allowed my download to go through. Can you confirm that you are following these steps? If you like I can upload a doc with a selection of screenshots demonstrating the steps I followed. Let me know and I will post it in a follow-up. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) <br /><strong><br /><a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a></strong>           </p>

  • Updated Web Services and Pageflow design view available via eclipse update

    All,
    An eclipse update to Workshop for WebLogic Platform 9.2 is now available.
    The new features available in this update are listed below
    <b>Web Service Design View:</b> The web service Design View lets you design all of the major features of a web service using a graphical development environment. The following features are included:
    * Creation of web methods, callbacks, and event handlers
    * Direct configuration of conversational and buffering properties
    * Inline method signature editing, with syntax highlighting and code completion
    * Simultaneous editing of separate interface and implementation files
    * Improved error detection and messaging
    <b>Page Flow Overview. </b>The Page Flow Overview gives a graphical overview of an entire page flow, including its JSP pages, actions, and navigational relationships. This high-level view of a page flow gives the developer a total picture of how a page flow is structured. The following features are included:
    * Continuous automatic graph layout
    * Improved layout algorithm
    * Selection is synchronized with the Page Flow Editor
    * Graph Tracing mode makes reading complex graphs easier
    * Print graphs or export them as images
    <b>
    Improved Test Client functionality. </b>The Test Client now supports directly testing services that have callbacks as well as services that have only JMS as a transport. The Test Client is downloaded along with the Workshop for WebLogic 9.2.1 update, but it must be installed manually. For details on installing and using the Test Client to test web services, see Testing Web Services with the Test Client.
    <b>Cheat Sheets. </b>A variety of cheat sheets are now available to get you started with Workshop for WebLogic.
    The following cheat sheets are available:
    * NetUI Web Application: Hello World
    * Web Service Application: Hello World
    * Using XMLBeans
    Additional information is available at http://e-docs.bea.com/workshop/docs92/ws_platform/introduction/conWhatsNew.html
    cheers
    Raj

    Hi Geoff,
    I have placed a zip file which contains the Workshop 9.2.1 update on a ftp server at ftp://support:[email protected]/pub/w4wp/w4wpUpdate.zip
    Make sure you download the file and follow the instructions listed below
    Launch workshop
    Help>Software Updates>Find and Install...
    Select "Search for new features to install" and hit Next
    Click on the New Archived Site button
    Wait for the "Select Local Site Archive" dialog to appear
    Enter, or browse to, the location of the archive file (it can be referenced using either http:// or file path syntax depending on where it was placed by the user or their sys admin) and hit Open
    Hit Finish
    Select BEA Workshop for WebLogic Platform 9.2.1.0 and hit Next
    Select "I accept the terms in the license agreement" and hit Next
    Hit Finish
    Wait for the Feature Verification dialog to appear
    Hit Install All
    Hit Yes when prompted to restart the workbench
    Cheers
    Raj

  • E(fx)clipse update sites

    Hallo,
    I am integrating e(fx)clipse in my development environment to build a JavaFx Applications based on GEF4.
    I would like to understand the difference in the content of different update sites.
    As example i consider the three following update sites:
    http://download.eclipse.org/efxclipse/updates-released/2.0.0/site/
    http://download.eclipse.org/efxclipse/simrel-contrib/mars/m7/tools/site/
    http://download.eclipse.org/efxclipse/updates-nightly/site/
    I see that :
    Update sites 1. and 2. they have the same major version, but different timestamp.
    --> So, question 1 : In this case, for final user development purposes, it is always better to get the plugin from the update site with the latest timestamp ?
    I see that 1. and 2. they both contains the 2.0.0 version, while the 3. contains the 2.1.0.
    --> So, question 2 : For integration purposes (GEF4 will be integrated with the latest e(fx)clipse), it is always better to get the plugins from the site with the highest version ?
    Thank you in advance, for the time you spend in responding to this question, which I think it might be even trivial from your point of view.
    Kind Regards.
    Patrik

    On 15.07.15 20:46, Patrik Suzzi wrote:
    > Hallo,
    > I am integrating e(fx)clipse in my development environment to build a
    > JavaFx Applications based on GEF4.
    > I would like to understand the difference in the content of different
    > update sites.
    > As example i consider the three following update sites:
    > http://download.eclipse.org/efxclipse/updates-released/2.0.0/site/
    This is the release we published as part of the release train.
    > http://download.eclipse.org/efxclipse/simrel-contrib/mars/m7/tools/site/
    This is our m7 contribution. Our SimRel final contribution is at
    http://download.eclipse.org/efxclipse/simrel-contrib/mars/rc4/tools/site/ which
    is identical to
    http://download.eclipse.org/efxclipse/updates-released/2.0.0/site/
    > http://download.eclipse.org/efxclipse/updates-nightly/site/
    >
    This is the nightly build which will result in our next minor release
    scheduled for Mid August
    (https://projects.eclipse.org/projects/technology.efxclipse/releases/2.1.0)
    An update-site you did not mention is our runtime-site - I don't know if
    the app you develop will be based on e4 but this the runtime-site is
    fully self-contained so you can add GEF4 to it and things should work
    quite well.
    Please also note if your application does not need to plug itself in the
    Eclipse IDE NO e(fx)clipse stuff is strictly needed! You only need our
    special classloading hook if you want to embedd GEF4 in SWT!
    >
    > I see that :
    >
    > Update sites 1. and 2. they have the same major version, but different
    > timestamp. --> So, question 1 : In this case, it is always better to
    > get the plugin from the update site with the latest timestamp ?
    > I see that 1. and 2. they both contains the 2.0.0 version, while the 3.
    > contains the 2.1.0.
    > --> So, question 2 : For integration purposes (GEF4 will be
    > integrated with the latest e(fx)clipse), it is always better to get the
    > plugins from the site with the highest version ?
    >
    We try to keep our nightly stable so you should be able to target the
    nightly while developing and if our release schedule which is roughly
    going to 6-8 weeks until next March.
    Tom

  • Where is jrmc 4.1.0 experimental site?

    I installed Oracle® JRockit Mission Control 4.1.0.
    I try to install the Weblogic plugin for JRockit. However, when I go to jrmc Help -> Install Plug-ins ..., it tries to access the following jrmc 4.1.0 experimental site, and fails with the following error:
    Network connection problems encountered during search.
      Unable to access "http://download.oracle.com/technology/products/missioncontrol/updatesites/experimental/4.1.0/rcp/".
        Error parsing site stream. [Premature end of file.]
        Premature end of file.
        Error parsing site stream. [Premature end of file.]
        Premature end of file.
    I can access to this http://download.oracle.com/technology/products/missioncontrol/updatesites/experimental/4.1.0/rcp using my browser though.
    Can this be a firewall issue? I am using VPN?
    Thanks a lot for any help.

    "Please be patient and wait , update for Your phone will be available soon , in the meantime read the change log of .587 firmware version"  this is the compilation of all answers from Sony Support users , forum moderators and super users

  • RRCPT does not add the URL (update sites) when run the AUT.

    Hello,
    I would like to ask two question:
    1 ) Why RRCPT not add the update sites url of my Eclipse when running it through RRCPT.
    I have checked it by running the APP without RRCPT and the urls are ok (by default), but not when running it with RRCPT.
    Is it a bug or am I missing something? I have attached a screenshot of both situations in order to clarify.
    2) Is there a problem when a make a test which restart the AUT? Basically, when I run this kind of test, the AUT does work similar as the first run.
    Regards,
    Agustin Celentano

    Hi Ulyana,
    2) When I restart the AUT through a test, I get this exception.
    Failed to close report node
    java.lang.NullPointerException
    at restart-studio (/studio-q7-sanity/recorder.test:1)
    Connection is not Available
    Stack Trace: Connection is not Available
    java.io.EOFException
    at java.io.DataInputStream.readByte(DataInputStream.java:267)
    at org.eclipse.rcptt.ecl.internal.core.EMFStreamPipe.take(EMFStreamPipe.java:91)
    at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.writeOutput(EclTcpSession.java:199)
    at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.access$6(EclTcpSession.java:196)
    at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession$1.run(EclTcpSession.java:96)
    at java.lang.Thread.run(Thread.java:745)
    It seems to lose the AUT connection
    Regards,
    Agustin Celentano

  • Added Mars update site but 'No updates were found'

    I'm currently using Eclipse Luna Service Release 2 (4.4.2) on Win 7 Professional (64 bit).
    I'm trying to update to Mars and I've added 'http://download.eclipse.org/releases/mars/' as an update site but when hitting 'Check for Updates' I'm just getting 'No updates were found'.
    I've tried closing and re-opening Eclipse, and reloading the update site, but no change.
    Any ideas what the problem is?

    Am 03.07.2015 um 20:28 schrieb Andy Ingham:
    > I'm currently using Eclipse Luna Service Release 2 (4.4.2) on Win 7 Professional (64 bit).
    >
    > I'm trying to update to Mars and I've added 'http://download.eclipse.org/releases/mars/' as an update site but when
    > hitting 'Check for Updates' I'm just getting 'No updates were found'.
    >
    > I've tried closing and re-opening Eclipse, and reloading the update site, but no change.
    > Any ideas what the problem is?
    This can be caused by additional software that you had installed into your Luna IDE. Can you please show us a screenshot
    of your Installed Software dialog?
    I've tried it with a fresh Luna SR2 IDE (for Java Developers, no other software installed) and it properly updates to
    Mars after I added http://download.eclipse.org/releases/mars .
    Cheers
    /Eike
    http://www.esc-net.de
    http://thegordian.blogspot.com
    http://twitter.com/eikestepper

  • CR for Eclipse Update Released

    <p style="margin: 0in 0in 0pt" class="MsoNormal"><font size="2">Hello All!<span>  </span></font></p><font size="2"> </font> <p style="margin: 0in 0in 0pt" class="MsoNormal"><font size="2">A new update for Crystal Reports for Eclipse is now available.<span>  </span>This update contains fixes reported by CR for Eclipse users.<span>  </span>For a list of the fixes available, consult the <a href="http://www.businessobjects.com/products/dev_zone/eclipse/cr4e-updates-readme.pdf" target="_blank">readme.pdf</a></font><font size="2">.</font></p><font size="2"> </font> <p style="margin: 0in 0in 0pt" class="MsoNormal"><font size="2">To get the latest updates, use the Update Manager in Eclipse.<span>  </span>If you don't already have CR for Eclipse installed, follow the steps found </font><font size="2" color="#800080"><a href="/node/432" target="_blank">here</a></font><font size="2"> and you will get the latest version.<span>  </span>If you already have CR for Eclipse installed, then follow the instructions below:</font></p><p style="margin: 0in 0in 0pt" class="MsoNormal"> </p><p style="margin: 0in 0in 0pt" class="MsoNormal"><font size="2">1. From Eclipse, click on the Help menu, and then Software Updates > Find and Install... to open the Install/Update wizard.</font></p><p style="margin: 0in 0in 0pt" class="MsoNormal"> </p><p style="margin: 0in 0in 0pt" class="MsoNormal"><font size="2">2. Select "Search for updates of the currently installed features" and click Next.<span>  </span>If, and when, prompted with the Update Site Mirrors dialog, simply accept the default mirror sites and click on OK to continue.<span>  </span>This may take a few minutes to complete.</font></p><p style="margin: 0in 0in 0pt" class="MsoNormal"> </p><p style="margin: 0in 0in 0pt" class="MsoNormal"><font size="2">3. After the update manager finished searching for available updates, the following dialog appears.<span>  Ensure the </span>Business Objects Update Site is checked.  If you do not wish to install the other updates, uncheck the update(s) that are not required.  Click the Next button to continue.</font></p><p style="margin: 0in 0in 0pt" class="MsoNormal"> </p><p style="margin: 0in 0in 0pt" class="MsoNormal"> </p><font size="2"><span style="font-size: 10pt; font-family: Verdana"><span class="inline left"><img src="/files/images/cr4e_updates_dialog.bmp" alt="Eclipse Update Manager" title="Eclipse Update Manager" width="585" height="487" align="absmiddle" /></span></span></font><p> </p><p> </p><p> </p><p> </p><p> </p><p><br /><br /><br /><br /><font size="2">4. Review and accept the license agreements for each Feature and click the Next button, and then the Finish button.<span>  </span>The update manager will take some time to download all of the Features.</font></p><p><font size="2">5. During the download, you will be prompted with the Verification dialog to accept the (un)signed features.<span>  </span>Click on the Install All button to install all the features.</font></p><p><font size="2">6. After Eclipse verifies and installs the Features, it is recommended that you restart Eclipse.</font></p><p><font size="2">For all your feedback, please use the Crystal Reports for Eclipse </font><font size="2" color="#800080"><a href="/forum/193" target="_blank">forums</a></font><font size="2"> to place your comments.<span>  </span>We will make every effort to respond to your comments.</font><br /><font size="2"> </font><font size="2"> </font> </p><br /><br /><p style="margin: 0in 0in 0pt" class="MsoNormal"> </p><p style="margin: 0in 0in 0pt" class="MsoNormal"><font size="2">Mandeep Jassal<br />Program Manager<br />Business Objects</font></p>

    I don't want to install for:
    1) I would be the only developer on my team with it installed (differing development environments begs for disaster)
    2) There seems to be a real disconnect in how Crystal is begin updated.  For example, can you tell which version of the Crystal jars CR4E is using?
    I was previously using CR XI R2 jar files in my project.  I ran into a snag (JRC failed to honor table alias names) in which the tech rep suggested I "back down" to using the CR4E jar files to fix my problem.  I now have a case logged in which the native pervasive driver has a major disconnect while retrieving the data.  This fix is in FP2.4 for CR XI R2.  See my scenario?  What is being fixed in one release is getting broken in another.
    My only purpose with the JRC is to run the reports.  I do my design work in the CR designer.
    Yes, I am fully aware my key for CR XI works in CR4E as well as CR XI R2.
    Thanks for the feedback and if there is anyway of pushing the separate download along, it gets my vote.
    Victor M. Scott

  • Eclipse updates did not complete successfully

    When I am installing flex I get this message:
    Eclipse updates did not complete successfuly.
    Please reffer to the error log indicated below for details.
    Comand failed. Please chek log file C:\Users\MEGA\Documents\Flex Builder 3\configuration\1322353318233. log for details.
    Here's the log:
    !SESSION 2011-11-26 18:21:57.972 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_MX
    Framework arguments:  -application org.eclipse.update.core.standaloneUpdate -command install -from file:\C:\Program Files\Adobe\Flex Builder 3\com.adobe.flexbuilder.update.site/ -featureId com.adobe.flexbuilder.feature.standalone -version 3.0.194161
    Command-line arguments:  -application org.eclipse.update.core.standaloneUpdate -command install -from file:\C:\Program Files\Adobe\Flex Builder 3\com.adobe.flexbuilder.update.site/ -featureId com.adobe.flexbuilder.feature.standalone -version 3.0.194161
    !ENTRY org.eclipse.update.core 4 42 2011-11-26 18:22:02.926
    !MESSAGE Network connection problems encountered during search.
    !SUBENTRY 1 org.eclipse.update.core 4 0 2011-11-26 18:22:02.926
    !MESSAGE Unable to access "file:/C:/Program Files/Adobe/Flex Builder 3/com.adobe.flexbuilder.update.site/".
    !STACK 1
    org.eclipse.core.runtime.CoreException: Unable to access file "null". [error in opening zip file]
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:223 )
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:254 )
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:405)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    org.eclipse.core.runtime.CoreException[0]: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    !SUBENTRY 2 org.eclipse.update.core 4 0 2011-11-26 18:22:02.927
    !MESSAGE Unable to access file "null". [error in opening zip file]
    !STACK 0
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    !SUBENTRY 2 org.eclipse.update.core 4 0 2011-11-26 18:22:02.928
    !MESSAGE Unable to access file "null". [error in opening zip file]
    !STACK 0
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    Exactly, what is the problem and what can I do?
    Sorry for my english.

    When I am installing flex I get this message:
    Eclipse updates did not complete successfuly.
    Please reffer to the error log indicated below for details.
    Comand failed. Please chek log file C:\Users\MEGA\Documents\Flex Builder 3\configuration\1322353318233. log for details.
    Here's the log:
    !SESSION 2011-11-26 18:21:57.972 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_MX
    Framework arguments:  -application org.eclipse.update.core.standaloneUpdate -command install -from file:\C:\Program Files\Adobe\Flex Builder 3\com.adobe.flexbuilder.update.site/ -featureId com.adobe.flexbuilder.feature.standalone -version 3.0.194161
    Command-line arguments:  -application org.eclipse.update.core.standaloneUpdate -command install -from file:\C:\Program Files\Adobe\Flex Builder 3\com.adobe.flexbuilder.update.site/ -featureId com.adobe.flexbuilder.feature.standalone -version 3.0.194161
    !ENTRY org.eclipse.update.core 4 42 2011-11-26 18:22:02.926
    !MESSAGE Network connection problems encountered during search.
    !SUBENTRY 1 org.eclipse.update.core 4 0 2011-11-26 18:22:02.926
    !MESSAGE Unable to access "file:/C:/Program Files/Adobe/Flex Builder 3/com.adobe.flexbuilder.update.site/".
    !STACK 1
    org.eclipse.core.runtime.CoreException: Unable to access file "null". [error in opening zip file]
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:223 )
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:254 )
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:405)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    org.eclipse.core.runtime.CoreException[0]: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    !SUBENTRY 2 org.eclipse.update.core 4 0 2011-11-26 18:22:02.927
    !MESSAGE Unable to access file "null". [error in opening zip file]
    !STACK 0
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    !SUBENTRY 2 org.eclipse.update.core 4 0 2011-11-26 18:22:02.928
    !MESSAGE Unable to access file "null". [error in opening zip file]
    !STACK 0
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.eclipse.update.core.JarContentReference.asJarFile(JarContentRefer ence.java:144)
    at org.eclipse.update.core.JarContentReference.peek(JarContentReference. java:326)
    at org.eclipse.update.internal.core.SiteFileFactory.parsePackagedPlugins (SiteFileFactory.java:381)
    at org.eclipse.update.internal.core.SiteFileFactory.parseSite(SiteFileFa ctory.java:140)
    at org.eclipse.update.internal.core.SiteFileFactory.createSite(SiteFileF actory.java:95)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:336)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(Inter nalSiteManager.java:302)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSit e(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(Internal SiteManager.java:157)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSea rchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSea rchRequest.java:323)
    at org.eclipse.update.standalone.InstallCommand.run(InstallCommand.java: 144)
    at org.eclipse.update.standalone.ScriptedCommand.run(ScriptedCommand.jav a:64)
    at org.eclipse.update.standalone.StandaloneUpdateApplication.run(Standal oneUpdateApplication.java:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Eclip seAppContainer.java:572)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:171)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    at org.eclipse.core.launcher.Main.main(Main.java:30)
    Exactly, what is the problem and what can I do?
    Sorry for my english.

  • I get, You're not on the latest version of Firefox. Upgrade today to get the best of the Web! When I go to the update site it tells me that I have the latest version.

    I start the Firefox browser.
    When the start page displays I get just below the Google search box:
    You're not on the latest version of Firefox. Upgrade today to get the best of the Web!
    Not unusual but when I go to the update site it searches for a minute and then tells me that I have the current version of the software.

    If you use the www.google.com/firefox site as home page that previous Firefox 3 versions use as the home page then you can ignore the message about not using the latest Firefox version on that page.<br />
    Google no longer seems to maintain that page.<br />
    Current Firefox 4+ versions no longer use that Google website as the home page, but use the build-in about:home page as the home page.<br />
    Google assumes that you use an older Firefox version if you still visit that site and warns you that you use an older Firefox version and suggests to update.<br />
    You can use another page as the home page like about:home or www.google.com or www.google.com/ig (iGoogle).<br />

  • May Release: New partner support, Infrastructure updates, Site templates and bug fixes

    Link: http://www.businesscatalyst.com/_blog/BC_Blog/post/May-release-New-partner-support-Infrast ructure-updates-Site-templates-and_bug-fixes/
    We are announcing a new Business Catalyst release, scheduled to go live on Thursday, May 3rd. With this release, we are continuing our investments in system performance and stability by increasing our web servers capacity, enabling HTTP acceleration to provide faster site loading times, and improving the site creation speed by using pre-generated sites.
    On the product side, we have completely revamped our partner support workflow taking advantage of the Adobe support infrastructure and tools, enhanced the site templates workflow for partners, and included lots of bug fixes and improvements. Read through the following sections to get detailed information about this release:
    Partner support
    Infrastructure updates
    Features and enhancements
    Issues fixed by this release
    What's next
    You can jump to the corresponding section by clicking the above links.
    Partner support
    Updated Help & Support partner experience
    Following Adobe ID support, we have upgraded BC  support tools (cases, chat, documentation) with standard Adobe tools. As a partner, you can now benefit from the same support tools as the rest of Adobe Creative Suite, and can track your support cases with Adobe BC, Dreamweaver, Muse or Photoshop in a single place.
    Partners with more than 100 paid sites will get 2nd level chat support, which includes a higher priority, by default. If you have more than 100 paid sites, but spread across different Partner Portals, please ask support to enable 2nd level chat for you.
    Support experience for your Small Business owner clients can now be owned by partners (see below).
    Custom Help & Support URL for your clients
    As a partner, you are probably already offering various additional services to your clients besides building & maintaining their BC site. Support, tailored specifically to your client needs, is usually one of these value-added services. We are now enabling you to take your Support service to the next level. In  Partner Portal Settings, you have the option to set a custom URL for what will open when your client clicks on Help & Support inside Admin Console:
    If you have multiple partner accounts, for different verticals, you can specify a Support URL for each of these.
    The default Support experience provided by BC for your clients will be updated in a few releases to be similar to the partner support experience. This includes BC-branded support cases and documentation. If you'd like to keep a white-label experience for your customers, please set your own Help & Support URL in Partner Portal.
    For more details please read the Improved support workflow and new forums announcement on our blog.
    Infrastructure updates
    Between our April release and the following infrastructure updates have been enabled
    Limited trial sites for free partners – starting with our May release, the number of trial sites a Free Partner can have will be limited to 100. Once the limit is reached, Free Partners that need to create a new trial site have the options to upgrade to a higher partner plan, upgrade some of the trial sites to paid or delete unused/expired trials.
    Automatic trial expiry extension - with this release, trial site expiry date will be automatically extended with 30 days every time an admin user logs in  the system through the admin interface or through FTP.
    Installed additional hardware - we have installed additional web servers on all our data centers, that translate into an increase of the existing capacity with over 70%.
    Updated DNS infrastructure - we have improved the DNS resolution for email delivery so that we can increase the rate at which we're sending the system operational emails
    HTTP acceleration – all sites static assets are served from a new cache engine (images, CSS and JavaScript files, together with improved headers that should allow the browser to cache them better for a browsing session). This update has been turned on along with our April release, and has made all the BC sites load faster on first and on subsequent loads.   
    Accelerated site/partner creation – we've changed the way new sites are created for faster speed, pre-creating them and reusing pre-created sites when needed, and have also improved the creation process for new partners, minimizing the impact of new CCM customers on the existing datacenters.
    Adobe ID for partners - in order to support an integrating experience between the various Adobe tools a partner may use (Dreamweaver, Muse, Support forums) we have added Adobe ID support for Business Catalyst partner accounts. Starting April 19, partners are asked to merge their current Business Catalyst account with their Adobe ID accounts. For more details about the transition process and FAQ please read the Introducing Adobe ID blog post.
    Updated Terms of Use - Along with several other changes in our processes in the past few months, we also revamped our Terms of Use and the signature process by requesting every admin user to sign a TOU. We have completed the rollout for partners, and we might be pushing an updated partner Terms of Use version within the following weeks. For more details and questions about this change, read the New Terms of Use for Business Catalyst blog post.
    Features and enhancements
    Site templates
    To support the increasing number of partners building, sharing or reusing  templates to create  new sites, we're extending our site templates support from our partner portal with a new template type and improved  management support. The update is going to enable partners to mark sites as templates and   choose between making them available in Online Business Builder and keeping them private in their partner portal. A template site will not expire and has the same limits as any other trial site.
    Based on your partner level, you can create private or public templates using the Site Details screen or the Tools>My Site Template section from your Partner Portal. Standard partners can only create private templates, while Free Partners can only view site templates that have been transferred to their accounts by other partners.
    The number of templates a partner will have will be limited and will vary based on partner level: free partners can store up to 5 templates in their partner portal, standard partners have up to 100 site templates while Premium Partners might have up to 200 templates. Paid sites marked as templates are not counted against these limits.
    Business Catalyst Partner fixes
    While we are really focused on making the Business Catalyst integration into Creative Cloud a smashing success, we are slowly resuming our efforts to deliver fixes that have been requested by our partners. This release includes the following partner fixes:
    Improved product custom fields - we have increased the maximum number of characters for product custom fields to 1024 (previous limit was 256); this gives partners and customers additional space to use when working with products
    Improved Secure Zone subscribers list - we have added the customer email address in the Secure Zone Subscribers list to enable partners better filter and manage customers
    Better experience when exporting data - to prevent customer confusion when exporting data from Mac computers, we have removed the export to excel option and exporting in CSV format by default.
    Social plugins integration updates
    Starting with our May release, we are updating the social plugins support to require users to get the plugin code from the third party provider and saving into his Business Catalyst website. The module tags and configuration will remain unchanged, but will render an empty tag until the partner or site owner will  update the module template to include the corresponding module code snippet from the third party platform provider.
    For more information about how you can enable the Social Plugins on a Business Catalyst websites, read the Social Media: Integrating Facebook and Twitter knowledge base article.
    Other changes
    Updated weekly emails - Starting with our May release, the information in the site weekly emails has been filtered based on the site's plan. For example, webBasics site reports will no longer include the sales report.
    Localization - we improved and increased the coverage of the admin interface translations into German, French and Japanese
    Site Settings -> Ignored IP addresses has been relocated under Reports -> Visitors -> More.
    BC-Dreamweaver integration performance improvements
    Development Dashboard has been removed, as it didn't provide a clear useful, ongoing benefit. The information present in the development dashboard has been integrated into our new Help & Support section.
    Payment gateway settings - for more privacy and data protection, we have updated the Payment Gateway configuration screens to obfuscate the sensitive login information. Fields that have been obfuscated are now requiring confirmation.
    Report abuse badge on trial sites - for compliance reasons, a "Report Abuse" link has been added to the front-end of all trial sites of free partners that don't have any paid sites. When they click the Report Abuse link, site visitors are redirected to a form submission page on businesscatalyst.com site.
    Issues fixed by May release
    Issues 3051303, 3168786 - Workflow notifications - Fixed a problem preventing workflow notifications emails from being sent.(see get satisfaction forum discussion)
    Issue 3164074 - Fixed a bug causing the lightbox gallery created from Muse to be displayed behind page elements
    Issue 3162810 - Fixed a bug in rendering engine to prevent  content placed between body and head tags being incorrectly moved inside the body tag
    Issue 3166610 - Fixed a broken link to Partner Portal in Internet Explorer
    Issue 3175003 - Fixed an issue that caused an incorrect price display for the Year One-Off Setup Fee when upgrading a site from Admin using CB
    Issue 2567278 - Fixed a bug causing site replication to ignore product attributes
    Issue 2947989 - CRM passwords are now case sensitive
    Issue 2723731 - Removed CSS files from the head section of the Layouts files, when downloaded and opened in Dreamweaver, via the BC extension
    Business Catalyst new admin interface updates
    Added "Save and Add New" button in Web App Item Add & Edit screens (see get satisfaction forum discussion)
    Updated Quick Actions menus to add more actions (see get satisfaction forum discussion)
    Fixed an issue causing Recent items menu to display deleted items (see get satisfaction forum discussion)
    Fixed a display issue on File Manager making top buttons unreachable (see get satisfaction forum discussion)
    Fixed the scrollbars in Email Marketing>Campaign>Stats>Bounced Emails reports (see get satisfaction forum discussion)
    Fixed an issue causing Recent items menu to brake after selecting the current page from the Recent Items menu (see get satisfaction forum discussion)
    Replaced the Success notification displayed when selecting Users or Permissions tabs from User Roles with an Warning
    Change the action label displayed in User Roles list from View to Edit to match the list pattern from Admin Users
    Fixed a missing file JavaScript error occurring when trying to open image manager from product details-> Attributes -> options
    Moved System Emails section from Site Setting to Site Manager (see get satisfaction forum discussion)
    Updated Domain Management interfaces to close the modal window and refresh the domain list after successfully adding a domain
    Fixed an issue preventing the Hyperlink Manager to function properly (see get satisfaction forum discussion)
    Updated the confirmation message received after copying a page to match the new workflow and button names
    Fixed an issue causing the current screen or section to not be highlighted in the menu
    Updated styling on the new dashboard, user management and email accounts interfaces
    Updated  dashboard reports filters and chart display; made the chart and the filter use the site time zone
    Fixed an issue preventing users from inviting new admin users or create new email accounts on Internet Explorer 8
    Fixed an issue preventing users from deleting Email Accounts or Admin Users in Internet Explorer 8
    Fixed some issues preventing password recovery email from being sent
    Removed the alert message displayed when the user or email account limit has been reached
    Added localization for the simplified dashboard
    Fixed display issues for site limits, domains and user list in the simplified dashboard
    Added Custom reports for webBasics plan
    Fixed a bug generating a "500:Collection error" on the simplified dashboard when user did not had View users permission
    Added TOU checkbox in the email account setup screen
    Updated Site Preview link in the dashboard to load the default domain
    Fixed an issue in the new File Manager forcing a user to press Undo twice in order to see the change take effect if the code that was previously formatted contained any <"tag" with more than 2 lines
    Fixed an issue causing the File Manager editor toolbar to incorrectly render if page URL path is longer than certain value; starting with this release, the site URL is trimmed
    Fixed an issue causing the invite users to be displayed as [object Object] in dashboard and admin user list
    Fixed a bug in the new admin causing the interface to become unresponsive when using the browser Back button
    Fixed an issue in the new File Manager causing "Save Draft" button to publish the default page template instead of creating a draft version
    Fixed a broken invite link issue in the Email Account invite email
    Updated loading indicators in File Manager and Email Accounts screens
    What's next
    The first item on the what's next list might not be news for many of you, but it's definitely one of the most important milestones this year. The Creative Cloud launch is just around the corner, and Business Catalyst is playing an important role in that, as the publishing platform for Adobe® Muse and Dreamweaver. This launch will capture all our attention within the next weeks as we want it to be our best ever. 
    We'll start our next development cycle on May 15th, while the next Business Catalyst release is going to be pushed live in mid June. That being said, the following items are already on our launch plan for the next release and a few more will join the list. Please expect an update on our 2012 plans around mid May.
    HTTP throttling – all page load and API calls to BC will be protected against attacks, this might trigger problems for API heavy sites. We are looking into enabling this update along with our June release, and will help make sure that a reasonable number of requests will be accepted from the same computer per minute.
    Automatic site deletion - Starting with the June release, we are going to start automatically delete expired trial sites and canceled sites. Customers will be notified twice before we are going to proceed with deleting the sites.
    Thank you,
    Cristinel Anastasoaie
    Adobe Business Catalyst Product Manager

    In reference to this change in the Custom Reports... Better experience when exporting data - to prevent customer confusion when exporting data from Mac computers, we have removed the export to excel option and exporting in CSV format by default.
    What is the customer confusion we are trying to stop here? I've got even more confused customers at the moment because all of a sudden they can't find the export to excel option but know it exists if they log in on a PC?
    Mark

Maybe you are looking for