Error when try to Update JDev 11g (11.1.1.0.0) to (11.1.1.0.1)

Hi,
I installed JDev 11 version 11.1.1.0.0 in a Fedora 10 64bit with Sun JDK 1.6.0.11 64bit.
when i check for updates, and then select to update JDeveloper 11.1.1.0.1 the system downloads the update but the summary appears with a strangre tree, with the contents:
-colors
|______blue
|______violet
|______red
|______yellow
-sports
|______baketball
|______soccer
|______football
|______hockey
-food
|______hot dogs
|______pizza
|______ravioli
|______bananas
and in the linux console appears the Exception:
java.lang.NullPointerException
at oracle.ideimpl.webupdate.wizard.SummaryPage.createNode(SummaryPage.java:100)
at oracle.ideimpl.webupdate.wizard.SummaryPage.pageSelected(SummaryPage.java:164)
at oracle.ideimpl.webupdate.wizard.UpdateWizardPage.onEntry(UpdateWizardPage.java:39)
at oracle.ide.wizard.FSMWizard.gotoPanel(FSMWizard.java:725)
at oracle.ide.wizard.FSMWizard.setSelectedPage(FSMWizard.java:445)
at oracle.bali.ewt.wizard.BaseWizard.selectPage(Unknown Source)
at oracle.ide.wizard.FSMWizard.selectPage(FSMWizard.java:429)
at oracle.ide.wizard.FSMWizard.doNext(FSMWizard.java:304)
at oracle.ide.wizard.FSMWizard$WC.nextPage(FSMWizard.java:1209)
at oracle.ideimpl.webupdate.wizard.DownloadPage$5.run(DownloadPage.java:256)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
at java.awt.Dialog$1.run(Dialog.java:1047)
at java.awt.Dialog$3.run(Dialog.java:1099)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:1097)
at java.awt.Component.show(Component.java:1447)
at java.awt.Component.setVisible(Component.java:1400)
at java.awt.Window.setVisible(Window.java:824)
at java.awt.Dialog.setVisible(Dialog.java:987)
at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:51)
at oracle.ideimpl.webupdate.wizard.UpdateWizard.runWizard(UpdateWizard.java:272)
at oracle.ideimpl.webupdate.WebUpdateController.checkForUpdates(WebUpdateController.java:24)
at oracle.ideimpl.webupdate.WebUpdateController.handleEvent(WebUpdateController.java:31)
at oracle.ideimpl.controller.IdeActionHook$MetaClassController.handleEvent(IdeActionHook.java:407)
at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1266)
at java.awt.Component.processMouseEvent(Component.java:6134)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5899)
at java.awt.Container.processEvent(Container.java:2023)
at java.awt.Component.dispatchEventImpl(Component.java:4501)
at java.awt.Container.dispatchEventImpl(Container.java:2081)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
at java.awt.Container.dispatchEventImpl(Container.java:2067)
at java.awt.Window.dispatchEventImpl(Window.java:2458)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
when i click on Finish, the JDeveloper explain that i must restart JDeveloper to update the system, i do that, and in restart the follow Exception appears in Linux console:
[dvl@dvl04n jdeveloper]$ /opt/oracle/Middleware/jdeveloper/jdev/bin/jdev
Oracle JDeveloper 11g 11.1.1.0.0
Copyright (c) 2008, Oracle. All rights reserved.
Installing updates...
oracle.ideimpl.webupdate.task.TaskFailedException: Unable to read /home/dvl/.jdeveloper/tmp/update/soft11.html.2.
at oracle.ideimpl.webupdate.task.UnzipTask.perform(UnzipTask.java:221)
at oracle.ideimpl.webupdate.task.TaskStack.performTask(TaskStack.java:31)
at oracle.ideimpl.webupdate.task.InstallExtensionTask.perform(InstallExtensionTask.java:55)
at oracle.ideimpl.webupdate.task.TaskStack.performTask(TaskStack.java:31)
at oracle.ideimpl.webupdate.task.TaskList.executeAll(TaskList.java:119)
at oracle.ideimpl.webupdate.DeferredUpdater.install(DeferredUpdater.java:139)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.ide.boot.PCLMain.installUpdates(PCLMain.java:525)
at oracle.ide.boot.PCLMain.checkForDeferredUpdates(PCLMain.java:486)
at oracle.ide.boot.PCLMain.createExtensionManagerLoader(PCLMain.java:77)
at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:190)
at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.ide.boot.Launcher.invokeMain(Launcher.java:721)
at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
at oracle.ide.boot.Launcher.launch(Launcher.java:68)
at oracle.ide.boot.Launcher.main(Launcher.java:57)
and the system never updates.
any idea?

You can't update JDeveloper from 11.1.1.0.0 to 11.1.1.0.1 through the check for updates - you need to download the new version and install it.
The check for update is just used to notify you that there is a new version.

Similar Messages

  • Get server error when try to update contacts

    Everytime I try to add, update, or change a contact on iCloud.com, I get this message:  ERROR MESSAGE: Your changes to this contact could'nt be saved because of a server error.  Please try again.
    Has anyone else seen this?  Any suggestions for what to do?
    -Chip

    Hello,
    I'm facing exact the same problem for the last few days.
    But I'm able to update via Address Book on the iMac and I see the contacts being updated in iCould after a refresh.
    Greetz
    Ben

  • VCAST Apps - PARSE ERROR when try to update

    Hi,
    I tried to access my VCAST apps the other day to download a new app.  When I tried to search, I received a message that indicated I needed to update VCAST apps.  I clicked "update" and received a message "PARSE ERROR:  There is a problem parsing the package."
    My Droid Razr is only two months old.  I have sent two emails to Verizon support with no response even after 48 hours.
    I need some assistance with how to get rid of the parse error. 
    Should delete the VCAST APP and re-download?  If so, where do I get the VCAST app?  I can't see to find a link.
    Thanks to anyone who can help.

    You should be able to find it in the Play Store.  When you open the Play Store, press menu>my apps, then scroll down to the app you want.  If there is an update, it should be at the top of the list, however, sometimes if the developer makes certain changes, or if they have to pull the app and re-upload it, there may be a disconnect from your list.  You can also search for the app and see if you can update it that way.

  • TS3694 got error code when try to update my ipad 2

    keep getting 3194 error massage when try to update to ios 511

    Have you got the latest version of iTunes on your computer : error 3194 ?

  • Error when trying to update or download any app

    I'm getting an Error when trying to update or download any app from Mac App Store
    Every time I try to update xCode to version 6.2 but I get this error :
    The server gave an error during download: 503 Service Unavailable.
    So I tried to download a random app from the App Store but I got the same error message.
    So any advices ?

    Hello HusseinAlBehary,
    Sorry to hear your troubles updating and downloading apps from the Mac App Store. Based on when you were doing that, it looks like the Mac App Store was experiencing difficulties. It is not currently so you should be able to upgrade with out issues now. If you experience this in the future, look at the page below to start you on figuring out if it is something on your end or Apple’s end. 
    Apple Services, Stores, and iCloud
    https://www.apple.com/support/systemstatus/
    Regards,
    -Norm G.  

  • Error when generating the update program

    Hi BW Experts,
    I am facing issue while loading data to cubes:
    0TCT_C01 & 0TCT_C02
    In load monitor (RSMO) -> details> some data pakages are going thru successfully while some are failing with error:
    Error when generating the update program
    Thanks

    Hello,
    Try activating both the cubes using RSDG_CUBE_ACTIVATE. Activate them even thou they seem active.
    Also you can refer to OSS Notes:
    Note 1146851 - BI 7.0 (SP 18): Error RSAU 484 when generating update
    Note 1152453 - Termination generating InfoCube write program
    Regards,
    Shashank

  • Error when generating the update program::::ID RSAU No. 484****

    Helllo,
    While Infopackage loading for DS 2LIS_04_P_COMP following error is coming.. please see if anyone may face such kind of error.
    ***Error when generating the update program::::ID RSAU No. 484***
    Diagnosis
         An error occurred during program generation for InfoSource
         2LIS_04_P_COMP and InfoProvider ZISPP_C01 . This may be extrapolated to
         incorrect update rules.
    Procedure
         Check and correct your update rules and then generate the update program
         again. You can find help on the error in the error log.
    amit shetye

    hi,
    Do a check on the update rules and see if it returns no errors...
    if that is the case, then check the short dump and try to get the program name for the update rules..In se38 putting the program name, you can go inside it and do a check there as well if there are any errors....
    If in the end yo still dont find anything, try to delete and re-create the update rules..
    But i think you will get quite useful info from the dumps if there are any..
    hope this helps you..
    regrds,
    Jadeep

  • Designer Workflow SharePoint 2013 error when try to assign a task forbidden

    designer Workflow SharePoint 2013 error when try to assign a task
    Next attempt scheduled in less than one minute. Details of last request: HTTP Forbidden to http://oursite/_vti_bin/client.svc/web/lists/getbyid(guid'3cd5739e-f243-4b75-a724-fdbee704913f')/ContentTypes
    Correlation Id: 56baaedd-a2d1-4377-9277-89d20cbdf434 
    and then after cancel I get
    RequestorId: da9fe991-f8d5-7f4a-7dc2-fec198a2a115. Details: System.ApplicationException: HTTP 403 {"x-ms-diagnostics":["30000000; reason=SSL is required"],"SPRequestGuid":["000515ef-1d97-4d94-a35e-f0423f2f5eaa"],"request-id":["000515ef-1d97-4d94-a35e-f0423f2f5eaa"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"SPRequestDuration":["151"],"SPIisLatency":["0"],"MicrosoftSharePointTeamServices":["15.0.0.4551"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Date":["Wed, 15 Jan 2014 17:49:27 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-Powered-By":["ASP.NET"]} at
    Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    According to your description, my understanding is that the error occurred when you assigned a task.
    Did you install any CU for SharePoint?
    If yes, after an update has been performed, several Windows PowerShell cmdlets must be run in order to maintain the connection between the SharePoint Server 2013 farm and the Workflow Manager farm.
    $credential = [System.Net.CredentialCache]::DefaultNetworkCredentials
    $site = Get-SPSite(<siteUri>)
    $proxy = Get-SPWorkflowServiceApplicationProxy
    $svcAddress = $proxy.GetWorkflowServiceAddress($site)
    Copy-SPActivitiesToWorkflowService -WorkflowServiceAddress $svcAddress -Credential $credential -Force $true
    After running the command, re-register the workflow service to see if the issue still occurs.
    Register-SPWorkflowService: http://technet.microsoft.com/en-us/library/jj663115.aspx
    More information are provided in the link below:
    http://technet.microsoft.com/en-us/library/dn133867.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Getting error when trying to update apps

    I'm getting this error when trying to update CC apps on my iMac:
    Update Failed
    Unable to write to file/folder. You may exit now, try after disabling your anti-virus, or contact customer support.
    Has anyone experienced/resolved this issue?

    Ggallowaycb it would appear that your current User account's file permissions have become compromised and you are unable to write/modify a specific directory.  Please see Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html for information on how to adjust your file permissions.

  • HT201210 Error when trying to update my ipad

    I got an error when trying to update my ipad saying it could not be updated and gave an error 6.  Has anyone else had this happen and how did you rectify it?

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • Permissions error when trying to update

    permission error when trying to update.

    Hi,
    If you already have Admin Rights and still getting the permission error then please try installing the update manually from following link:
    http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows
    For Acrobat 11 - 11.0.6
    For Acrobat 10 - 10.1.10
    Regards,
    Anoop

  • Trojan horse when try to update flash player !?

    this trojan warning( trojan horse crupt.tbj  and trojan horse Pakes_c.BVTU
    ), from AVG ,occurs when try to update flash player,
    the AVG antivirus deletes.
    Problem  started when cannot access IE, Firefox, or chrome....get same error.....”flash player out of date”,
    then  opens download,
    but then when try to download,AVG blocks it
    Not only on Desktop,but also on my iPad, off the same network router.
    Any solutions ,advice?

    joejazz wrote:
    ”flash player out of date”
    Can you post a screenshot of what you see: https://forums.adobe.com/thread/1070933
    Where does that "error" lead you to download?  Anywhere else than an adobe.com or macromedia.com website is not an Adobe update.

  • Getting error when try to upload xml file into Data Template

    Hi,
    Getting error when try to upload xml file into Data Template.error:"The uploaded file XXSLARPT.xml is invalid. The file should be in XML-DATA-TEMPLATE format."Plz anybody help me.
    Thanks,
    Prasad.

    Hi,
    Anybody Help Plzzzzzz.
    thx,
    Prasad

  • Having a constant error when downloading latest update for Illustrator CC, error message: Adobe Illustrator CC Latest Updates (December 2014) Installation failed. Error Code: U44M1P7

    Having a constant error when downloading latest update for Illustrator CC, error message:
    Adobe Illustrator CC Latest Updates (December 2014) Installation failed. Error Code: U44M1P7

    U44.. update error http://forums.adobe.com/thread/1289956 may help
    -more U44.. discussion http://forums.adobe.com/thread/1275963
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work)

    I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work) since I use iCloud and I tunes match

    YAY!!! Saved it in my Mac's Firefox Bookmarks for easy future access!
    Hope you are having a lovely afternoon today! I'm about ready to go bobo....I have an early meeting, and I don't want to oversleep! The nice part is that I work remotely, so I only have to wake up 15 minutes or so before the meeting.... I don't even use an alarm clock anymore (really, my iPhone alarm, which is much more pleasant), unless I have to get up at 6:30 or something....
    TMI?
    GB

Maybe you are looking for

  • Crosstab report with XML Publisher without aggreate function

    Hi Gurus, I have query that returning the task schedule of the man power as below Source                  Date           Week  Day   Customer   Activity  Service       Pat 16-Oct-14 42 T C1 A1 S1 Pat 17-Oct-14 42 F C1 A1 S1 Pat 18-Oct-14 42 S Pat 19-

  • Need help on last method in this class

    import java.util.*; import java.util.Random; class Homework2 static Scanner keyboard = new Scanner(System.in); public static void main(String args[]) final int beer = 1; final int ale = 2; final int wine = 3; final int bourbon = 4; final int scotch =

  • How to Invoke Oracle report builder installed on a server from a client

    Hi, I am using rwrun60 command to invoke report builder through a shell script. In this case the report builder is installed on the same machine where the shell script exists. But now i have shell script which is on different server (say, Server1) an

  • Sorting reminders?

    Hi out there. My question is following. Is it possible to sort reminders in list view by alert date and not only the end date? The list view is a problem when you create a reminder with a different start and finish date. Thanx Tom

  • ITunes gift card

    Hi I got a £25 iTunes card for Christmas just tried to redeem it and it came up with " ERROR the gift card code you entered has not been properly activated please contact customer support" why won't it work?.