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

Similar Messages

  • 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

  • Planned Site Maintenance Tonight 1/6/14

    Hey Everyone! We are doing some site maintenance tonight starting at Pm PST and expect messages to be unavailable for a short period.
    We thank you in advance for your patience and support
    Damon and the Tagged Team

      thank you.but i love to play pet.and cash run .i ve'been lose a lots of cash.i wan't to get it back  

  • 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

  • Planned Site Maintenance Tonight 1/13/14

    01/14/14 @ 1:05am CSTCafe....Again....cannot see entire page....stops at bottom of page, dead ends again...can see photo of waiter, and amount made, but cannot see the hour remaining until time to re-hire http://www.tagged.com/apps/cafe.html

     
     Update: 1/14/14 All work completed as scheduled
    Hey Folks,
    We will be performing some maintenance to the site tonight from around 10pm - 12am (pst). This will affect the availability of some images for all people, but shouldn't take very long. Our team will be working to restore full functionality as quickly as possible.
    Thanks for your patience and support!
    Damon and the Tagged Team
     

  • Planned Site Maintenance Tonight

    Hey Folks,
    We will be doing some maintenance on the site tonight starting around 10pm PST. We do not expect it to take more than an hour and plan to restore service as quickly as possible. As always, we thank you for your patience and continued support
    Damon and the Tagged Team

    DOES THAT HAVE ANYTHING TO DO WITH THE CUSTOMERS ARE SLOWLY COMING INTO MY CAFE?  I HAVE ENOUGH ROOM AND ENOUGH DOORS AND FOOD, BUT ONLY 2 OR MAYBE 3 CUSTOMERS COME IN AT A TIME. MY FOOD IS SPOILING

  • Site Maintenance tonight, 10-10:30pm PDT 7/29/14

    Ya Se paso 14 Minutos del Tiempo estipulado solo espero Que no existan Errores en Cuanto al Efectivo y Monedas Que TENEMOS acumulados gracias please restauren pronto la roja

    Indeed you have A LOT to fix! Tagged is driving me crazy! 1. Since yesterday, I've been buying gold for several of my accounts, some that I have never used. ALL THE GOLD I PURCHASED HAD BEEN SUSPENDED! I decide to purchase gold for small accounts to avoid the blockage in my 2 main accounts... This red bar is annoying!2. I spent THREE HOURS calling Tagged. Most of the time, the phone was busy. I got through 5 times... to hear that annoying a  robot... In the end, I heard "there's no agent to take uyour call at the moment, please leave a message or call again later". Why don't you go straight to the point and simply say, there's nobody to help you now", or tell us go to hell? Because that's how I felt! I am making INTERNATIONAL CALLS, do you know that that costs money? I left a message. I doubt Tagged will reply. You want your clients (yes, members that purchase gold become your CLIENTS) to spend money in international calls seeking for the right to use a product that it was paid in advance? This is absurd and ridiculous! 2. I  added new emails for my big accts to secure them. I made gmail.... It's impossible to validate a gmail acct! Not only it takes more than 10 min for you to send the code, when I add the code Tagged says it's wrong! 3. It has been a nightmare to upload a photo! For instance,I have a photo in one of my accts. It has been there long time. I added a name on it and Tagged says it's too big. I try again, it says it's too small!!! This is insane...You block some innocent pictures saying that's against your "terms of service"... NONE of the photos I tried to upload were nude or indecent! Jesus Christ, I am seriously considering leaving your site... Ufff   

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

  • I want to use a mac mini as a server supporting storage. Can I pair my macair to it for when I need to perform updates and maintenance ?

    I want to use a mac mini as a server supporting storage. I have other devices such as an iMac and iPad that will access information from the server. I do not want to purchase a monitor and keyboard as the unit will sit in a cupboard out of sight. Can I pair my macair to it for when I need to perform updates and maintenance ?

    I have a 2010 Mac Mini running Yosemite and Server which I use
    as a headless home server.
    I have is set up to allow screen sharing and can connect to it and
    control it with my iMac, Macbook Pro, iPhone, and a 2011 Mini Server
    that I use as an HTPC.
    You can check this out for all the Yosemite Server capabilities:
    https://help.apple.com/advancedserveradmin/mac/4.0/
    I have iTunes Home Sharing set up on it and have my entire iTunes
    library on it.  I can then use any of my Macs to play Movies or Songs
    from it and only keep locally a select subset of that on my individual
    devices.
    Rather than and update server, I utilize Server's Caching Service.  The caching
    server will duplicate any update download (system or MacApp Store purchases)
    any time a device that is connected to my network down loads one.  The update will
    then be stored locally and all other devices will download the update from it which
    can be faster than from Apple directly.  This has the advantage of only having to download
    once with limited bandwidth internet connections.  There is also an Update Server service
    available, but it is some what more involved in setting up.  However, it will download
    and store all available updates.
    There is another thing as well if you do not care for syncing things like Contacts, Calendar, etc.
    to iCloud, you can set Server up to sync these items across devices locally.

  • 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

  • Crash when updating site cache?  MM_Username1?

    Hi,
    All of a sudden, tonight, DW8.0.2 will no longer open or load
    one of my
    sites, crashing when "Updating Site Cache". The site is ASP
    linked to an SQL
    database.
    Checking the file that the cache gets to, I notice that the
    problem file is
    within a sub-directory of the site, called "/admin". Thing is
    though, it's
    not always the same file, but it IS always a file within the
    /admin
    sub-directory.
    Within this sub-directory I altered, by hand, the Login User
    code and
    Restrict Access to Page code to create and use the session
    variable
    MM_Username1 as opposed to the default MM_Username.
    Could this be the reason for the sudden trouble with the site
    cache? I am
    puzzled because the site was working fine for a few weeks
    now, with this
    sub-directory included, and I didn't create the MM_Username1
    issue today
    either, it has also been working fine for a good few weeks
    now. I've also
    not added anything new to the site, that I am aware of.
    When I remove the sub-directory from the site, the Updating
    Site Cache works
    fine, so I am 100% sure there is a problem with the files
    within this
    sub-directory. How will I know which one though?
    I've tried this, as recommended by Adobe, but I still get a
    freeze-up when
    re-creating the cache:
    1. Try renaming the Dreamweaver user configuration folder, so
    that
    Dreamweaver will automatically generate a new user
    configuration folder the
    next time Dreamweaver launches. The Configuration folder is
    located here:
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration
    2. Recreate your Dreamweaver user settings in the registry as
    follows:
    Launch the Registry Editor by clicking the Start button,
    choose Run, then
    type "regedit". In the Registry Editor, navigate to this
    folder:
    HKEY_CURRENT_USER\Software\Macromedia\Dreamweaver 8
    Rename the "Dreamweaver 8" key to "DreamweaverOLD", so that
    Dreamweaver will
    automatically generate a new user settings key the next time
    you launch it.
    3. Recreate your Dreamweaver site definitions in the registry
    as follows.
    The steps below will delete your site definitions in
    Dreamweaver.
    4. Launch the Registry Editor by clicking the Start button,
    choose Run, then
    type "regedit". In the Registry Editor, navigate to this
    folder:
    HKEY_CURRENT_USER\Software\Macromedia\Common\8\Sites
    Rename the "Sites" key to "SitesOLD", so that Dreamweaver
    will automatically
    generate a new Sites key the next time you launch it.
    Any further advice?
    Regards
    nath.

    Found it! Jeesh.
    I had a querystring value in my UPDATE redirect URL which was
    coded
    incorrectly!!!
    I am frustrated that, rather than just highlighting the error
    or, at the
    very least, producing an error when opening the specific
    file, this type of
    thing crashed the entire DW programme.
    The time I spent in Notepad today changing MM_Username1 back
    to
    MM_Username!! Turns out that was nothing to do with it.
    <groan> Yeah,
    that's right, laugh it up! :o)
    Anyway, solved now. A misplaced ", %, ), (, <, >, &
    etc can cause you no
    end of grief! :o(
    Nath.
    "tradmusic.com" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi,
    > All of a sudden, tonight, DW8.0.2 will no longer open or
    load one of my
    > sites, crashing when "Updating Site Cache". The site is
    ASP linked to an
    > SQL database.
    > Checking the file that the cache gets to, I notice that
    the problem file
    > is within a sub-directory of the site, called "/admin".
    Thing is though,
    > it's not always the same file, but it IS always a file
    within the /admin
    > sub-directory.
    >
    > Within this sub-directory I altered, by hand, the Login
    User code and
    > Restrict Access to Page code to create and use the
    session variable
    > MM_Username1 as opposed to the default MM_Username.
    > Could this be the reason for the sudden trouble with the
    site cache? I
    > am puzzled because the site was working fine for a few
    weeks now, with
    > this sub-directory included, and I didn't create the
    MM_Username1 issue
    > today either, it has also been working fine for a good
    few weeks now.
    > I've also not added anything new to the site, that I am
    aware of.
    >
    > When I remove the sub-directory from the site, the
    Updating Site Cache
    > works fine, so I am 100% sure there is a problem with
    the files within
    > this sub-directory. How will I know which one though?
    >
    > I've tried this, as recommended by Adobe, but I still
    get a freeze-up when
    > re-creating the cache:
    >
    > 1. Try renaming the Dreamweaver user configuration
    folder, so that
    > Dreamweaver will automatically generate a new user
    configuration folder
    > the next time Dreamweaver launches. The Configuration
    folder is located
    > here: C:\Documents and
    Settings\<username>\Application
    > Data\Macromedia\Dreamweaver 8\Configuration
    >
    > 2. Recreate your Dreamweaver user settings in the
    registry as follows:
    >
    > Launch the Registry Editor by clicking the Start button,
    choose Run, then
    > type "regedit". In the Registry Editor, navigate to this
    folder:
    > HKEY_CURRENT_USER\Software\Macromedia\Dreamweaver 8
    > Rename the "Dreamweaver 8" key to "DreamweaverOLD", so
    that Dreamweaver
    > will automatically generate a new user settings key the
    next time you
    > launch it.
    >
    > 3. Recreate your Dreamweaver site definitions in the
    registry as follows.
    > The steps below will delete your site definitions in
    Dreamweaver.
    >
    > 4. Launch the Registry Editor by clicking the Start
    button, choose Run,
    > then type "regedit". In the Registry Editor, navigate to
    this folder:
    >
    > HKEY_CURRENT_USER\Software\Macromedia\Common\8\Sites
    >
    > Rename the "Sites" key to "SitesOLD", so that
    Dreamweaver will
    > automatically generate a new Sites key the next time you
    launch it.
    >
    > Any further advice?
    > Regards
    > nath.
    >

  • 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

Maybe you are looking for

  • HT201253 I cannot sync my 5S with ITunes.  I can sync my iPad with same cord and computer

    I recently sent my 5S through the washing machine and got a replacement 5S.  I am running Windows 7. I was able to "restore" it from iTunes without any issues other than I hadn't back up in a month.  Now when I try to sync with iTunes it gets to step

  • Multiplexer error during Save as Disk Image

    I'm having this problem occasionally. In this particular case, it has happened twice. The second time the DVD was partially encoded so it did not take so long to fail. The first time it failed after over 12 hours of encoding. My question is ... I am

  • Unable to move songs on Ipod shuffle

    Having a problem moving my songs around on my ipod. Not the itunes library but the actual ipod. Please help.

  • Keys not working on laptop

    Certain keys suddenly stopped  working.  No spills  or  trauma.  HP automatic  upgrade occurred around  the same time.   Don't  know  if that caused  it.   Deleted  keyboard and rebooted numerous times.  It temporarily fixes but problem returns.  Sol

  • Want to Upgrade RAM...

    Hello All, I was interested in increasing the amount of RAM in my PowerBook G4 (1.5 GHz). Currently, the only RAM that's installed is the original 512 MB card. I was thinking about buying a 1 GB stick off of Crucial and putting it in the remaining em