Can't load mwp file with new (10.1.4) workbench

does anyone have an idea about why i am getting this error?
all mwp files open fine in 10.1.3.
i can't open any mwp file with this new version and it seems unlikely that they are all corrupt.
all i have done is change the oracle and jaav home env variables in the set env file.
the workbench opens fine, can open sessions.xml files but cannot open mwp files.
thanks a lot in advance for any suggestions or help
paul
oracle.toplink.workbench.framework.OpenException: Exception [TOPLINK-43] (Oracle TopLink - 10g release 2 (10.1.3.0.0DP4) (Build 050715)): oracle.toplink.exceptions.DescriptorException
Exception Description: Missing class for indicator field value [relational] of type [class java.lang.String].
Descriptor: XMLDescriptor(oracle.toplink.workbench.mappingsmodel.query.MWAbstractQuery --> [])
     at oracle.toplink.workbench.mappingsplugin.MappingsPlugin.open(MappingsPlugin.java:297)
     at oracle.toplink.workbench.framework.internal.FrameworkApplication.open(FrameworkApplication.java:653)
     at oracle.toplink.workbench.framework.internal.FrameworkNodeManager.openCallback(FrameworkNodeManager.java:339)
     at oracle.toplink.workbench.framework.internal.RunnableProjectLoader.run2(RunnableProjectLoader.java:75)
     at oracle.toplink.workbench.framework.internal.RunnableProjectLoader.run(RunnableProjectLoader.java:62)
     at java.lang.Thread.run(Thread.java:534)
Caused by: Exception [TOPLINK-43] (Oracle TopLink - 10g release 2 (10.1.3.0.0DP4) (Build 050715)): oracle.toplink.exceptions.DescriptorException
Exception Description: Missing class for indicator field value [relational] of type [class java.lang.String].
Descriptor: XMLDescriptor(oracle.toplink.workbench.mappingsmodel.query.MWAbstractQuery --> [])
     at oracle.toplink.exceptions.DescriptorException.missingClassForIndicatorFieldValue(DescriptorException.java:878)
     at oracle.toplink.internal.ox.QNameInheritancePolicy.classFromRow(QNameInheritancePolicy.java:107)
     at oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping.valueFromRow(AbstractCompositeCollectionMapping.java:731)
     at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:996)
     at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)
     at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)
     at oracle.toplink.ox.mappings.XMLCompositeObjectMapping.buildCompositeObject(XMLCompositeObjectMapping.java:195)
     at oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping.valueFromRow(AbstractCompositeObjectMapping.java:155)
     at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:996)
     at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)
     at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)
     at oracle.toplink.ox.mappings.XMLCompositeObjectMapping.buildCompositeObject(XMLCompositeObjectMapping.java:195)
     at oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping.valueFromRow(AbstractCompositeObjectMapping.java:155)
     at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:996)
     at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)
     at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)
     at oracle.toplink.ox.XMLUnmarshaller.xmlToObject(XMLUnmarshaller.java:229)
     at oracle.toplink.ox.XMLUnmarshaller.xmlToObject(XMLUnmarshaller.java:211)
     at oracle.toplink.ox.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:286)
     at oracle.toplink.workbench.mappingsio.ProjectReader.readObject(ProjectReader.java:193)
     at oracle.toplink.workbench.mappingsio.ProjectReader$SubComponentReader.readObject(ProjectReader.java:320)
     at oracle.toplink.workbench.mappingsio.ProjectReader$SubComponentReader.read(ProjectReader.java:300)
     at oracle.toplink.workbench.mappingsio.ProjectReader.readProject(ProjectReader.java:162)
     at oracle.toplink.workbench.mappingsio.ProjectReader.read(ProjectReader.java:89)
     at oracle.toplink.workbench.mappingsio.ProjectIOManager.read(ProjectIOManager.java:53)
     at oracle.toplink.workbench.mappingsio.ProjectIOManager.read(ProjectIOManager.java:49)
     at oracle.toplink.workbench.mappingsplugin.MappingsPlugin.open(MappingsPlugin.java:295)
     ... 5 more

Paul,
I assume you are referring to 10.1.3 DP4. The previews are not reverse compatible with previous previews. Unfortunately this means that you will need to re-map any project created in 10.1.3 DP3 or earlier.
We believe we have finalized the file formats for the release and our intention is to have the DP4 projects be completely compatible with the final release.
Sorry for the inconvenience,
Doug

Similar Messages

  • Can't open RAW files with new camera ?

    Hi
    I've bought a new camera, a Canon EOS 550D. I use Photoshop Elements 8 and suddenly cannot open RAW files as I did with my EOS 400D
    Help please?
    Thanks
    Eiona

    Hi
    Many thanks. I'd kind of sussed it was a plug-in issue so downloaded what appeared to be the relevant one from the links - unfortuntely still can't open them.
    Eiona
    PS I'm using a brand new Dell Inspiron 64bit  laptop with Windows 7
    Message was edited by: Eiona55 (for typos)

  • ITunes was on a drive destroyed by virus; how can i sync my iPod with new iTunes on new computer without losing my old library? There is no backup iTunes/iPod files available.

    how can i sync my iPod with new iTunes on new computer without losing my old library? There is no backup iTunes/iPod files available.

    If you connect your ipod to your computer then look in the hidden folder labeled "iPod_Control" . (This is on a Mac version, but i think it's the same for Windows) and in "Music" is all your music mixed up in different folders. Just drag the MUSIC folder onto itunes then BAM! It's done ;D
    Source:... This is what I did when this EXACT thing happened to me ;D

  • Can I load xml file from SWC without using @embed

    I'm developing a mobile application in which I need to load xml files from File.applicationDirectory. This works great if the xml files are part of the main application swf. But I would like to move these xml files into a SWC so they could be shared across multiple applications.
    Using FlashBuilder 4.5, when a SWC is built, I can specify files to embed in the library that are not assets (Assets Tab of Flex Library Build Path). For various design reasons, I do NOT want to embed the xml files via @embed.
    When the swc is built and I open it up using a zip utility, I see the xml files in there just fine. So they are being bundled with the SWC. But how can I load these files in my main application that does not involve using @embed? When the main application is built, the swc setting for link type is "merged into code".
    I wouldn't expect the application to automatically pull out the xml files from the swc and place them in the File.applicationDirectory on the mobile device. I've tried loading from there just in case but file.exists is false (as expected).
    I've searched the web (and continue to do so) and all the answers seem to be to use @embed. Is there another way?
    Randy

    It's actually a lot easier than you think.
    Just reference the file like any'ol URL using a path relative to the SWC's src directory.
    So if you include the file "assets/xml/some.xml", just use that same string like you would any remote resource.
    For example:
    var loader:URLLoader = new URLLoader( new URLRequest("assets/xml/some.xml"));
    I believe it would also work like this "/assets/xml/some.xml", but I prefer relative paths so the link doesnt break if moved out of the SWC...

  • How can I print a file with mixed page orientation in windows 8.1?

    I have a win 7 and a win 8.1 computer.  I have a file which contains both landscape and portrait pages.  The file prints correctly with the mixed orientation from the win 7 pc, but will only print with either landscape or portrait on the win 8.1 pc. 
    I am using Adobe reader XI on the win 7 pc and adobe touch on the win 8.1 pc

    ส่งจาก จดหมายของ Windows
    จาก: Pat Willener
    ส่งเมื่อ: จ. 5 มกราคม 2558 6:15
    ถึง: thang dinhvan
    How can I print a file with mixed page orientation in windows 8.1?
    reply from Pat Willener in Adobe Reader Touch for Windows 8 - View the full discussion 
    I have a win 7 and a win 8.1 computer.  I have a file which contains both landscape and portrait pages.  The file prints correctly with the mixed orientation from the win 7 pc, but will only print with either landscape or portrait on the win 8.1 pc. 
    I am using Adobe reader XI on the win 7 pc and adobe touch on the win 8.1 pc
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7064031#7064031 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7064031#7064031
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Adobe Reader Touch for Windows 8 by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Firefox cannot be closed; the following message appears: "Can't load resource file, can not run". How to solve this problem; I am using Windows XP SP3

    Whwn I want to close Firefox 9.x , a pop-up appears with the message: "Can't load resource file ......" . First I have to close this pop-up, then Firefox is closed. Also with other versions of Firefox I had this problem.

    i deleted the rdf and now the first window only (and any tabs in it) are maximised. i found this in the rdf
    <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
    screenX="4"
    screenY="4"
    width="1008"
    height="461"
    sizemode="Normal" />
    i tried changing normal to maximised; no effect. either i need also to change the numbers (to match a maximised window) or ff ignores this. i want to be able to open different sites in different windows, and not have to maximise them manually. ff never used to be broken, why break this? what possible security flaw was fixed by screwing up ff to never open maximised unless u hack it or delete certain config files?

  • I can't open pps files with FF4. I have Powerpoint Viewer installedAny suggestions?

    I can open Powerpoint (pps) files with Google Chrome but not Firefox 4. How do I get FF4 to associate pps files with the Powerpoint Viewer that is installed on my computer?

    Many thanks!!!  This works and is probably the best fix for now.  Thank you!!!
    Date: Wed, 30 Jan 2013 10:58:01 -0800
    From: [email protected]
    To: [email protected]
    Subject: I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates
        Re: I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates
        created by 99jon in Photoshop Elements - View the full discussion
    For the D600 NEF's you have two alternatives: (1) Upgrade to PSE 11. (2) Download and install the free Adobe DNG converter to convert your raw files to the Adobe universal Raw format and the files will open in all versions of PSE (keep your originals as backups and for use in the camera manufactures software)  Windows download click here DNG Converter 7.3  Mac download click here DNG Converter 7.3  You can convert a whole folder of raw images in one click. See this quick video tutorial: You Tube click here for DNG Converter tutorial
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5034913#5034913
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5034913#5034913
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5034913#5034913. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates

    I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates.  What to do?

    Many thanks!!!  This works and is probably the best fix for now.  Thank you!!!
    Date: Wed, 30 Jan 2013 10:58:01 -0800
    From: [email protected]
    To: [email protected]
    Subject: I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates
        Re: I can't open NEF files with PS Elements9 (Mac) and have just performed all avail. updates
        created by 99jon in Photoshop Elements - View the full discussion
    For the D600 NEF's you have two alternatives: (1) Upgrade to PSE 11. (2) Download and install the free Adobe DNG converter to convert your raw files to the Adobe universal Raw format and the files will open in all versions of PSE (keep your originals as backups and for use in the camera manufactures software)  Windows download click here DNG Converter 7.3  Mac download click here DNG Converter 7.3  You can convert a whole folder of raw images in one click. See this quick video tutorial: You Tube click here for DNG Converter tutorial
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5034913#5034913
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5034913#5034913
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5034913#5034913. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Can I load several files in parallel through one file infopackage?

    Can I load several files in parallel through file datasource?

    Hi Alex
    I am sorry but am not able to understand your requirements completely.
    If you are using BSP then how come infopackage comes in picture?
    As through a BSP application you can load the data with the help of fundtion modules. In your case first load the data from file to internal table through function GUI_UPLOAD and then from internal table to ODS through function module RSDRI_ODSO_MODIFY.
    Do not forget to assign points if this helps
    Regards,
    Monika Birdi

  • I can't open RAW files from new Sony Alpha a6000 camera in PSE 11 camera raw editor. Is there an update that will allow me to do this or do I need to always use DNG convertor?

    I can't open RAW files from new Sony Alpha a6000 camera in PSE 11 camera raw editor. Is there an update that will allow me to do this or do I need to always use DNG convertor?

    You would need to update to PSE 12, or just keep using the DNG converter. Your camera requires ACR 8.4, which isn't compatible with PSE 11. It's also not compatible with PSE 12 if you are running Vista or XP.

  • Can't save any file with any name-InDesign CC

    can't save any file with any name-file DBTmp4376-863643269 is damaged (error code:0)
    InDesign CC, OS version 10.9.1
    I explored solutions to failure in background task alert which did not work. Been using adobe products since they came on the scene. Nothing like this. Please help.

    I'm using version 9.2.
    Yes, it started with a new file. Support gave me the solution to save it to my desktop which worked. When I put it back in the original folder and opened/save it would not save to that folder. Created a new folder and was able to open & save to the new folder. That seems to be a workable solution. How a folder can become corrupt is a bit scarey.
    In experimenting with solutions I received another error "failure in background task alert" and discovered CS5 problems with background task.
    However the solutions for CS5 did not work in my incidence.
    I sure would like to prevent this from happening again. If you have any insights please share them. Otherwise I will just accept the experience as another computer workaround and be thankful that I have it.
    Thanks for responding.

  • I can not load RAW files from my nikon d810

    I Have a problem Reading RAW files from my nikon d810

    Thanks,
    Joop
    Op 26 jul. 2014 om 17:40 heeft Rikk Flohr <[email protected]> het volgende geschreven:
    I can not load RAW files from my nikon d810
    created by Rikk Flohr in Photoshop Lightroom - View the full discussion
    https://forums.adobe.com/search.jspa?q=D810
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6585986#6585986
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Lightroom by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • I suddenly can't watch .mov files with the QuickTime Player x?

    I suddenly can't watch .mov files with the QuickTime Player x? There is always the message, i should look after new software! Can you help me?

    Handy-dandy cut and paste to the rescue!
    you need to install some other stuff to get the full file functionality back.
    Here's the list.
    Start with QT 7.6.6. - http://support.apple.com/kb/DL923
    Get Perian, and install it. - http://perian.org
    then VLC, - http://videolan.org
    DivX - http://divx.com - and the
    Flip4Mac package from Telestream - http://www.telestream.net/flip4mac/
    A52/AC3 downloader: https://www.macupdate.com/app/mac/21875/a52codec - In this installer package there is an audio A52Codec.component. DO NOT USE IT! Throw it out and use the one that is linked below.
    This is what I've put into my system and so far I've gotten every file to run fine, even my oldest videos.
    These are codecs you should see.
    In System/Library/QuickTime
         AppleIntermediateCodec.component
         AppleMPEG2Codec.component* (*optional if you've bought it)
         DivX Decoder.component
         Flip4Mac WMV Advanced.component
         Flip4Mac WMV Export.component
         Flip4Mac WMV Import.component
    In your Home/Library/QuickTime/
         AC3MovieImport.component (you may or may not want this component, in some instances it causes conflicts. In my system, it doesn't. Who knows why? I don't.)
         Perian.component
    For AC3 sound that is in most .mkv files, you need the A52Codec.component, this is the one you want, here: https://code.google.com/p/subler/downloads/detail?name=A52Codec.component.zip - unzip the file and put the component into the System/Library/Audio/Plug-ins/Components
    Go back to your Perian settings and in the Audio Output button, set it to 'Multi Channel Sound' - Ignore the message Perian puts up and select it.
    By doing a 'Get Info' on your files and where it says 'Open With' - default them to the QuickTime 7 program. Perian no longer will work with QuickTime Player so you must have QT 7.6.6 and set it so it is the default for all the filetypes you use.
    It works perfectly with QT7. So far I've gotten ALL my old videos to play.
    .avi, .mov (with the AC3 sound), .wmv, .flv, .mp4 and .m4v. all run fine as do all the older formats.
    Good luck!
    Deb.

  • I'm trying to put movies onto my hard  drive but i can't put the files with the same name onto the hard drive , finder won't let me change the name

    I'm trying to put movies onto my hard  drive but i can't put the files with the same name onto the hard drive , finder won't let me change the name. What am i doing wrong?

    Make a new folder and put them in that different folder. Then the names can be the same as others already on your drive.

  • When my hard drive died I lost my itunes library and now I'm being told that I can't synch my ipod with new songs unless I delete all existing because I can only have one library at a time

    when my hard drive died I lost my itunes library and now I'm being told that I can't synch my ipod with new songs unless I delete all existing because I can only have one library at a time

    Copy all the content on your iPod back to your PC and into iTunes. Then go ahead and sync the iPod with your new library.
    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

Maybe you are looking for

  • All my songs got re-arranged, how do i get them in the righ order again?

    i clicked into my itunes, and all my songs were re-arranged...ALL OF THEM! how do i organize 2,000 songs into the way they were before i opened my itunes? IBM ThinkPad T60   Windows XP  

  • Erreur après "Menu du disque"

    Lorsque j'ajoute un "Menu du disque", un message d'erreur s'affiche : "Suite à une erreur grave, Adobe Première Elemnts doit s'arrêter. Le programme va tenter d'enregistrer votre projet actuel". Je suis sous iMac 27 (OSX 10.9.1). J'ai éteinds et redé

  • Wifi and future use of itouch

    I know nothing about wireless communication. With that said, since itouch has wifi capabilities, will this enable it (sometime in the future) to be able to connect to the internet "all the time"? For example, in the future (or maybe its avail. now) w

  • Issues wih J2EE installation on Win XP

    I am having some problems installing The J2EE Application server on my Desktop(WIN XP home, have also tried it on A Win XP pro machine). When I run the installation wizard the installation progress goes to 83% then fails. The log reads as follows: IN

  • Video capture - SnapzPro best option?

    I have been using SnapzProX to capture video from my desktop. It works pretty much as advertised but I notice a loss of quality from the original and it slows my machine to a crawl. Does anyone know of a better option for grabbing video from a portio