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

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

  • 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

  • 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>

  • Configuration and mirroring of local nwds update site

    hi all,
    we just installed SAP NW CE 7.1 sp03 and while trying to launch the above configuration scenario, we get this error:
    "Error: Invoked component sap.com/updatesite_ctc_ear is not found. The reason for this error is either an undeployed library/application or a non-started application.
    Step: Retrieve SourceUpdateSiteUrl from System"
    In detail:
    Error: Invoked component sap.com/updatesite_ctc_ear is not found. The reason for this error is either an undeployed library/application or a non-started application.
    InvokeService:Retrieve SourceUpdateSiteUrl from System
    Library: sap.com/tcupdatesiteconfig~ce
    SourcePath ./UpdateSiteProcess/getSourceUpdateSiteUrl
    Time 2008/03/20 at 00:59:42
    WSDL /services/updatesite/getSourceUpdateSiteUrl.wsdl
    InvokeService- Result: Failed
    Exception Message:Invoked component sap.com/updatesite_ctc_ear is not found. The reason for this error is either an undeployed library/application or a non-started application.
    Exception Class:com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException
    Stacktrace
    com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:171)
    com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:211)
    com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:155)
    java.lang.Thread.run(Thread.java:606)
    ... caused by com.sap.tc.lm.ctc.cul.api.CULServiceException : Invoked component sap.com/updatesite_ctc_ear is not found. The reason for this error is either an undeployed library/application or a non-started application.
    com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:57)
    com.sap.tc.lm.ctc.cul.serviceimpl.executor.CULServiceExecutor.executeService(CULServiceExecutor.java:52)
    com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:146)
    com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:211)
    com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:155)
    java.lang.Thread.run(Thread.java:606)
    ... caused by com.sap.tc.lm.ctc.provider.javaServiceProvider.exceptions.CPIServiceExecutionException : Invoked component sap.com/updatesite_ctc_ear is not found. The reason for this error is either an undeployed library/application or a non-started application.
    com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodDescriptor.startJ2EEApplication(JavaMethodDescriptor.java:380)
    com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodDescriptor.init(JavaMethodDescriptor.java:100)
    com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaMethodDescriptor.(JavaMethodDescriptor.java:66)
    com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceExecuter.executeService(JavaServiceExecuter.java:90)
    com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:55)
    com.sap.tc.lm.ctc.cul.serviceimpl.executor.CULServiceExecutor.executeService(CULServiceExecutor.java:52)
    com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:146)
    com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:211)
    com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:155)
    java.lang.Thread.run(Thread.java:606)
    Messages at cancel time
    Messages at exception time
    error message
    Error: Invoked component sap.com/updatesite_ctc_ear is not found. The reason for this error is either an undeployed library/application or a non-started application.
    Of course I tried to start all service, but nothing happen and the nw update site configuration scenario stop always with the reported error.
    Please help!!!

    Hi jiandong,
    try to go to service.sap.com/patches,
    then choose:
    My Company's Application Components->SAP NETWEAVER CE->SAP NETWEAVER CE 7.1->Entry by Components->NWDS Update Site
    From here you can download NWDS CE UPDATE SITE 7.10 and NWDS CE UPDATE SITE TOOLS 7.10 for  your patch level...
    hope this help
    Regards,
    Paolo

  • 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

  • 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.

  • Fail to download plugin using eclipse update manager

    i have tried many time to install the plugin using eclipse update manager.
    finally i manage to download it, it takes me two days to finish.
    then it gave me error during the installation.
    when i went to the update manager, it has started from the begining. thats mean it ill take another two days
    here is my questions.
    is there a link where i can download the pluging without the update manager, then install it?
    where is the files that already downloaded by hte update manager? so i can just install it again?
    Edited by: Abdulaziz Al-Sharekh on Jun 15, 2008 6:03 PM

    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

  • 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 />

Maybe you are looking for

  • IMac 27" does not show "apple logo" on boot, keeps on restarting.

    Hello there is something wrong with my girlfriend's iMac. She has the iMac 27" 2.8GHz, Quad-Core Intel Core i5, 8GB RAM She bought it two days ago, it gave her problems last night (after less than a day of usage), when she tried to call the call cent

  • Edit in External Editor does not work

    Hi, I added as External Editor Photoshop CS3, but no matter what option I chose as file format, bit depth or color space, Lightroom will always apply the defaul setting in "Edit in Adobe Photoshop CS3" preference tab, rather than the one I select. Do

  • Help with importing footage correctly with Sony Camera

    I have a Sony HDR SR 11 camera that records in AVCHD codec at 1920 X 1080i HD. When I import the m2ts files into Premiere they will get choppy in the time line and the footage breaks up digitally.  No matter what setting I choose it does not import t

  • SQL Loader Control File Recoverable Option in Oracle 9i

    We are migrating from Oracle 8 to Oracle 9i. We are running some of the SQL*Loader scripts. The control file uses "OPTIONS (UNRECOVERABLE)" option, which is working fine with Orace 8 whereas it is not working in Oracle 9i. Are these options "RECOVERA

  • Oracle Database Design Courses?

    Hi, I was searching around the Oracle website looking for some Database Design courses, couldn't find anything. Anyone know if this type of course is available, if not through Oracle then with some other company? TIA, Rick.