Upgrade to 8.1.7.3 Breaks XSU

We just upgraded our database from 8.1.7.0 to 8.1.7.3 and are now getting the following error:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.SecurityException: relative pathnames are not
allowed(http:/wwwcfdev/dcms_dev/work_medline.xsl)
ORA-06512: at "XMLSQL.DBMS_XMLQUERY", line 90
ORA-06512: at "XMLSQL.DBMS_XMLQUERY", line 98
ORA-06512: at "DCMS.WORK_CITATION_XML", line 55
Line 55 in dcms.work_citation_xml is:
dbms_xmlquery.setXSLT(MedlineCitationQC,MedlineCitationXSL);
where:
MedlineCitationQC dbms_xmlquery.ctxType;
MedlineCitationXSL clob;
This code worked prior to the upgrade. What is the cause of the problem?
Thanks!
John Butler
[email protected]
National Library of Medicine

Thanks John,
I will try to run the scripts and see if i get
end of file error.
It is still not resolved, although we're now getting a different error:
ORA-03113: end-of-file on communication channel
But for a simple query, it seems to work now. The commands run last night are:
-- Step 10 of 8.1.7.3 upgrade
create or replace java system
@$ORACLE_HOME/oracore/admin/initxml.sql
@$ORACLE_HOME/rdbms/admin/catxsu.sql
-- verify java objects
select count (*) from all_objects where object_type like 'JAVA%';
-- Step 11 of 8.1.7.3 upgrade
@$ORACLE_HOME/javavm/install/load_jis.sql
@$ORACLE_HOME/javavm/install/jisja.sql
@$ORACLE_HOME/javavm/install/initjsp.sql
@$ORACLE_HOME/javavm/install/jspja.sql

Similar Messages

  • VS 2010 Silverlight project upgraded to VS 2013 - not hitting break point.

    dear Readers,
    thank you for taking the time to read this posting.
    we had developed a SL project using VS 2010 and it was successfully upgraded to vs 2013.  after a couple of hiccups, the application compiled and ran successfully.  the SL app is still in .net framework 4.0.
    due to some changes, we wanted to debug the application.  Even after marking a couple of break points, we found that vs 2013 did not hit the breakpoints when we ran the app with F5.
    We tried the following and it still would not hit the breakpoint:
    1. deleted the /bin and /obj directories in SL and .Web projects.
    2. deleted .xap file and /bin /obj directories.
    We tried attaching/detaching the sl process in Firefox. IE, and chrome - no luck.
    any suggestions will be appreciated.
    regards
    ravi.
    Sr GIS App Developer Dallas Fort Worth area, TX

    Hi,
    Please check the upgrade report details.
    Besides, below articles will help you when you upgarde your silverlight application.
    https://msdn.microsoft.com/en-us/library/hh397894(v=VS.95).aspx
    https://social.msdn.microsoft.com/Forums/silverlight/en-US/475d7dca-eebf-4d50-87f8-957f6415fb63/how-to-upgrade-a-silverlight-4-application-to-silverlight-5?forum=silverlightgen
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [SOLVED] Upgrade from twisted to python-twisted breaks deluge-gtk.

    So I just performed the following upgrades (I had to remove twisted before updating, because it would not upgrade from twisted to python-twisted directly. See the bottom of this post):
    [2014-05-21 20:21] [PACMAN] Running 'pacman -R twisted'
    [2014-05-21 20:21] [PACMAN] Running 'pacman -Rdd twisted'
    [2014-05-21 20:21] [PACMAN] removed twisted (13.2.0-1)
    [2014-05-21 20:21] [PACMAN] Running 'pacman -S python-twisted'
    [2014-05-21 20:21] [PACMAN] installed python-crypto (2.6.1-2)
    [2014-05-21 20:21] [PACMAN] installed python-zope-interface (4.1.1-1)
    [2014-05-21 20:21] [PACMAN] installed python-twisted (14.0.0-1)
    [2014-05-21 20:22] [PACMAN] Running 'pacman -Su
    [2014-05-21 20:22] [PACMAN] starting full system upgrade
    [2014-05-21 20:22] [PACMAN] upgraded ffmpeg (1:2.2.2-2 -> 1:2.2.2-3)
    [2014-05-21 20:22] [PACMAN] upgraded mesa (10.1.3-1 -> 10.1.4-1)
    [2014-05-21 20:22] [PACMAN] upgraded lib32-mesa (10.1.3-1 -> 10.1.4-1)
    [2014-05-21 20:22] [PACMAN] upgraded netctl (1.6-1 -> 1.7-1)
    [2014-05-21 20:22] [PACMAN] upgraded perl-net-ssleay (1.61-1 -> 1.63-1)
    [2014-05-21 20:22] [PACMAN] upgraded python (3.4.0-3 -> 3.4.1-1)
    [2014-05-21 20:22] [ALPM-SCRIPTLET] If you get distorted sound in skype, try adding PULSE_LATENCY_MSEC=60 to your
    [2014-05-21 20:22] [ALPM-SCRIPTLET] env before starting skype. Something like 'export PULSE_LATENCY_MSEC=60' in .bashrc, for example.
    [2014-05-21 20:22] [PACMAN] upgraded skype (4.2.0.13-3 -> 4.2.0.13-4)
    [2014-05-21 20:22] [PACMAN] upgraded xf86-input-evdev (2.8.4-1 -> 2.9.0-1)
    Now when I start deluge-gtk, I get this:
    claire ~ % deluge-gtk
    Traceback (most recent call last):
    File "/usr/bin/deluge-gtk", line 9, in <module>
    load_entry_point('deluge==1.3.6', 'gui_scripts', 'deluge-gtk')()
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 356, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2431, in load_entry_point
    return ep.load()
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2147, in load
    ['__name__'])
    File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
    File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 41, in <module>
    from twisted.internet import gtk2reactor
    ImportError: No module named twisted.internet
    Downgrading back to twisted resolved the problem. Any ideas?
    ======
    In case you're wondering about my problems with twisted to python-twisted upgrade, here's the terminal output:
    claire ~ % sudo pacman -Su --ignore=chromium
    :: Starting full system upgrade...
    :: Replace twisted with extra/python2-twisted? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Packages (2):
    Name Old Version New Version Net Change
    extra/python2-twisted 14.0.0-1 36.56 MiB
    twisted 13.2.0-1 -34.62 MiB
    Total Installed Size: 36.56 MiB
    Net Upgrade Size: 1.95 MiB
    :: Proceed with installation? [Y/n] y
    (1/1) checking keys in keyring [----------------------] 100%
    (1/1) checking package integrity [----------------------] 100%
    (1/1) loading package files [----------------------] 100%
    (1/1) checking for file conflicts [----------------------] 100%
    error: failed to commit transaction (conflicting files)
    python2-twisted: /usr/lib/python2.7/site-packages/twisted/plugins/dropin.cache exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by clfarron4 (2014-05-21 21:12:56)

    olantwin wrote:
    Have you tried (re)moving the conflicting file and then upgrading twisted to python2-twisted? (see this related thread: https://bbs.archlinux.org/viewtopic.php?id=181828 )
    I just upgraded twisted after having the same conflict, and deluge-gtk does not throw any errors and seems to work fine.
    Are you using the daemon+client or just deluge-gtk?
    Hmph... So renaming the .cache file and then upgrading solved everything. As much as I don't like to do that with conflicting files, it worked.
    Marking as [SOLVED].
    Last edited by clfarron4 (2014-05-21 21:13:27)

  • Upgrade log file in MaintenanceLogs library breaks content deployment

    I have two SharePoint 2013 farms: authoring and publishing target.  Content deployment jobs are used to push changes from authoring.  This has been working just fine until I applied the latest updates.  The upgrade process create a log
    files in the _catalog/MaintenanceLogs library.  The Content Deployment process wants to deploy this list now.  Since it already exists on the target, the import fails.
    Has anyone run into this?  Is there any way to tell Content Deployment to not export this?  There's really no reason to publish this library.  Any way to delete it on the target so it just gets re-created?
    Ray Riopel

    Hi,
    Thank you for your question.
    We are currently looking into this issue and will give you an update as soon as possible.
    Thank you for your understanding and support.
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • I want to upgrade... but will it break my computer?

    Should I upgrade to iTunes 7? I'm currently on iTunes 6 and have just had to cope with the 'frozen fiasco' as someone called it.Happily it's fixed, but I still feel that upgrading would be a good idea.
    BUT- I've just been looking at this forum and reading about computers generally getting destroyed into millions of bits of burnt hard drive by installing iTunes 7. Not only that, but some tryed to install itunes 7 and failed, but in the process broke the old version of itunes beyond repair.
    I'm confused (it's not hard) so can anyone guide me in the right direction please?

    hi,
    be realistic, could you beleive an Apple software will actually damage hardware and still be publicly available?
    besides, no one can presume what the outcome of installing a new software on your computer will be. you should proceed to a complete backup of your songs and library files before doing the upgrade if you have doubt.

  • Does upgrading my harddrive to an SSD break the warranty?

    Hi everyone, i recently bought an MBP 15" (Late 2011), its really fast but of course i want it to be even faster and i was considering changing the old HDD to an SSD and was wondering if it ruins the warranty and if there is anyting else i should be aware of?
    My other question is, how do i install the operating system when i dont have a CD, do i have to get ont or does apple have a magic sollution for that too?

    The warranty is good for rest of the MBP. The SSD will be under the manufacturers warranty.
    See the attached link for reinstalling Lion:
    http://docs.info.apple.com/article.html?path=Mac/10.7/en/mchlp1599.html
    Have your data backed up before you do this.
    Ciao.

  • Kernel Upgrade Breaks Network Connection

    My server uses:
    [15:48] (tunix@kulupler ~)$ pacman -Qs kernel
    local/kernel26 2.6.19.1-1
        The Linux Kernel and modules
    local/kernel-headers 2.6.19.1-1
        Kernel headers sanitized for use in userspace
    for kernel. The latest kernel upgrade (2.6.19.2-1) breaks network connection after ~5 minutes from the boot. When the network connections fails, kernel says:
    Jan 12 15:10:44 kulupler ADDRCONF(NETDEV_UP): eth0: link is not ready
    The connection never comes either after a network service restart, nor ifconfig eth0 up/down etc... The only solution is to restart, but after ~5 min. it fails again.
    So, as a solution, I just downgraded the kernel to 2.6.19.1-1 again.

    The AirPort Extreme base station (AEBS) is putting your PowerBook on a separate subnet. To solve the problem, configure the AEBS so that it does not distribute IP addresses.

  • Out of Memory in Upgrade 8.1 SP5 application to WLW 10.3

    In WLW 10.3 on Windows, it uses JRockit to startup by default. As there are many parameters specific to JRockit, i just enlarge the -Xms and -Xmx for the upgrade process. It is JRockit 1.60_05
    Unluckily, i encountered Java Out of Memory issue all the time. By investigating on the GC log, it throws Java OOM after the Full GC. It seems the OOM was caused by memory fragmentation that JRockit cannot compact the free heap for use.
    [INFO ][memory ] 4575.398-4577.887: GC 1310720K->697883K (1310720K), 2488.303 ms
    [INFO ][memory ] 4583.788: nursery GC 1044323K->747812K (1310720K), 311.907 ms
    [INFO ][memory ] Throwing OutOfMemory: JVM@RJNI_java_util_zip_ZipFile_open (src/jvm/native/rni/java/util.zip/rnizipfile.c:70). Java heapsize=1342177280, paged memory=
    1. Please help to provide a way to force JRockit to compact free heap
    2. Please help to provide a way to change JRockit to another JVM e.g. SUN's JVM to start up WLW 10.3
    Any suggestion?

    For problem 1 - I have used -XXcompactRatio to force the compaction ratio to solve it. However, it results in a very slow manner.
    Unfortunately, it still returns Java OOM even i have set -Xmx1536m.
    1. Can we change the JVM for Workshop 10.3 and how?
    2. Is there any experts to tell me how large memory will be needed for Upgrade?
    3. Can i break the migration of an application into several phases so that i can do and commit them one by one?
    Any advice?

  • How to install osx upgrade without internet ?

    I installed a recording set up in the studio , a year back and I have no internet connected to it.....the version that I have been using is OSx 10.8.2 till now.....I had been working on Garageband 11 , but recently when I tried to install Logic 9 it gave me error that I need atleast version 10.8.4 ....
    1) from WHERE to download newer upgrade standalone file,so that I can download it at home and install in the studio....?
    2) while upgrading is there a possibility of breaking or losing existing 10.8 fcpx and garageband 11 projects ?
    3) I just want everything from my desktop saved data to remain intact , what all changes when you upgrade and what all can you lose , or which files or data can you break ?
    4) with all these present versions of softwares do you suggest I should go for Mavericks and not this 10.8.4 update ? will I have to upgrade Garageband 11,Logic 9 and fcpx 10.8 also......?because several plugins and vsts are installed in these and any change in them will means ,installing everything all over......Thank you.

    Subhashsatnam wrote:
     ...1) from WHERE to download newer upgrade standalone file,so that I can download it at home and install in the studio....?
    ...4) with all these present versions of softwares do you suggest I should go for Mavericks and not this 10.8.4 update ? will I have to upgrade Garageband 11,Logic 9 and fcpx 10.8 also......?because several plugins and vsts are installed in these and any change in them will means ,installing everything all over......Thank you.
    You can get the stand-alone 10.8.5 combo updater here. It's the final update for Mountain Lion and shouldn't harm the software which is working with Mountain Lion now (but, as with most things, you never know for sure until you try - make a bootable backup first).
    Unless there is some special feature in Mavericks that you need, I'd suggest staying with an OS you're familiar with and are confident it already does what you need. There are a number of changes in Mavericks which take some getting used to for those of us who've been using the Mac OS for a number of years.

  • Elements 12 to 13 upgrade pricing?

    I have Elements package installed on my windows laptop for a while now and love them both?
    I bought a new iMac and wanted to install them on it, but I can't.
    Apparantly i need to upgrade to Elements 13.
    But it appears like there is no upgrade price, just the full price regardless weather you are a current customer or not.
    I don't have them very long, and it may well be my fault for not checking the most up to date version when buying it (I bought the boxed version in a store)
    Any suggestions?
    Cheers,
    JJ.

    kitesurfjj
    The key to the matter, as I see it, Adobe no longer is selling Premiere Elements 12. So, how can it give you a discount on something that it does no longer sell.
    Also consider that upgrade pricing is an Adobe pricing break that does not extend to authorized resellers.
    If you have a boxed version of Premiere Elements 12, then you have an installation disc for Windows and another installation disc for Mac.
    Typically there is but one purchased serial number that should come with that.  And, you already have it installed and activated on two of your Windows computers. Max allowed by Adobe. So, if you want to get started with Premiere Elements 12 Mac, consider deactivating Premiere Elements 12 on one of the Windows computers.
    Then decide what next. Next looks like you purchasing another license with a new serial number for a 3rd computer. There are some online places that still seem to have 12 in stock.
    Have you shopped around outside of Adobe for 12 boxed? You may be able to find it at a lower price than what you were looking for from any Adobe's upgrade pricing.
    Please review and consider.
    ATR

  • Solaris 10 upgrade with mirrored OS (meta-device) partition

    I will going to upgrade my host from Solaris 10 5/08 (U5) to Solaris 10 10/09 (U8). The installation media is a cdrom.
    On my host, I used Solaris Volume Manager (SVM) to mirror /, /var, and swap.
    My Question is:
    Before the upgrade, should I just need to break one side of mirrors which will be sufficient for the upgrade process, or should I convert them back to physical device?
    How should I proceed?
    Thanks.

    chewr wrote:
    Firstly, Thanks for your answer. I hope that it will work as you said.
    But I am thinking that the OS upgrade process will boot from the cdrom, and it will only look for physical device to do the upgrade. That's the reason I am concerning whether the OS, which booted from cdrom, will able to see the meta-device?Solaris 10 boot media should be able to see and recognize the metadevices. Previous versions could not.
    On the other hand, if I need to remove all meta-device for the upgrade, will data be safe and intact on the physical device when the OS booted from cdrom?Safe? If you do reconfigure the system to not use any SVM devices for the OS, then yes the data is still there. I'm not sure what you're asking, or how the data might be at risk.
    Darren

  • Disk Suite/ Solaris 8 Upgrade Problems

    Hello,
    I am trying to upgrade from Solaris Sparc 7 to 8 and I have Sun Disk Suite mirroring the boot device. When I try to upgrade the installation fails. Is there a way to upgrade from 7 to 8 without breaking the mirror and if not is there a utility that can remove the metadb info and rebuild them after the upgrade.
    Thanks,
    Bill Bradley

    Hello,
    I am trying to upgrade from Solaris Sparc 7 to 8 and I have Sun Disk Suite mirroring the boot device. When I try to upgrade the installation fails. Is there a way to upgrade from 7 to 8 without breaking the mirror and if not is there a utility that can remove the metadb info and rebuild them after the upgrade.
    Thanks,
    Bill Bradley

  • I currently own Elements 10 for PC and want to upgrade to Elements 12 for MAC.  Is there a MAC version?

    I currently own Elements 10 for PC and want to upgrade to Elements 12 for MAC.  Is there a MAC version?

    mommag
    Yes there is a Premiere Elements 12 Mac.
    Premiere Elements versions are standalone programs. So you would be purchasing a new program with its serial number.
    Upgrade typically goes to a price break if you have a prior version of Premiere Elements and you purchase from Adobe Sales direct.
    Years ago, a user could purchase at a local retailer and get "rebate from Adobe" based on having an earlier version. I have not seen that anymore (for years).
    Remember Premiere Elements 10 Windows projects do not work in Premiere Elements Mac (any version) and the other way around also.
    Also Premiere Elements Mac does not have all the attributes that Premiere Elements Windows has. One example, if you work with green screen, know that Premiere Elements Mac does not have the Green Screen Key, Blue Screen Key, or Chroma Key Effects.
    Please let us know if we have targeted your question.
    Thank you.
    ATR

  • Best Path to upgrade Exch 2010 SP1/W2K8 R2 to Exch2010 SP3/W2K8 R2 SP1

    What would be the best path forward to upgrade an existing Exchange 2010 SP1 server (no rollups) on Windows Server 2008 R2 to Exchange 2010 SP3 on Windows Server 2008 R2 SP1? Exchange is on a DAG with a secondary server.

    Hi,
    In addition to Ed Crowley's suggestion, I would like to clarify the following thing about upgrading Exchange server and Windows server:
    In-place upgrade is not supported, it will break Exchange.
    Here is a thread for your reference.
    In-place upgrade exchange 2010-SP3 to Windows Server 2012
    http://social.technet.microsoft.com/Forums/en-US/be9e10c3-c090-449b-bff3-693f52490d8d/inplace-upgrade-exchange-2010sp3-to-windows-server-2012?forum=exchange2010
    In your case, you need to set up a new server, move mailboxes to it at first.
    Secondly, upgrade Windows server.
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Upgrade from Panther Server with Raid1

    Trying to upgrade from Panther Server with software Raid1. Upgrade fails with "Could not prepare disk". I'm guessing it has to do with the RAID1? I need to upgrade and not do a clean install.
    Could I upgrade to tiger server first?

    Wow, Panther server. Ah the memories... Anyway, what you are running into is an issue with the actual Apple RAID software versions. If you run this command:
    diskutil checkRaid
    You should see in the result:
    Apple RAID version: 1
    That is your problem. Tiger and Leopard will only install on Apple RAID version 2 which was introduced in Tiger. But, all is not lost. Apple has provided a method to upgrade the RAID version without a break and a recreation. Again, using diskutil, run this command to see your options:
    diskutil convertRaid
    You will get:
    Convert a 1.x RAID set (Mac OS 10.3 Panther or earlier) to a 2.x RAID set.
    The filesystem must be mounted and resizeable (i.e. Journaled HFS+).
    Ownership of the affected disk is required.
    Example: diskutil convertRAID /Volumes/RAID
    If the name of the volume is Data, then diskutil convertRaid /Volumes/Data should provide the fix you need.
    Boot from your Leopard install media and then before attempting to install, open the Terminal and use the command above. Provided you formated as HFS+ journaled you will be fine.
    *Make sure you have a backup!*
    Oh, and if this fails, then run a diskutil list and hope that you did not install the OS 9 firewire drivers. If you did, then nuking and paving is likely your only option. In that case, I would suggest a clone, then a Raid break, then a creation of a new RAID set, then a restore, then an upgrade.
    Again, make sure you back everything up. Be ready to revert back to your clone. Stop all services before upgrading. Export all users and groups. Just be safe. Panther to Leopard can be a tricky upgrade. If you are using MySQL, do a dump before attempting.
    Hope this helps. Backup first. Backup many places.

Maybe you are looking for