Exception [TOPLINK-6029] after upgrading from version 9.0.4.5 to 10.1.3.0.0

In our project, we have made an upgrade to TopLink version 10.1.3.0.0. After replacing as much as possible deprecated Classes/methods, we get TopLink Exceptions when accessing attributes which are mapped via indirection. When TopLink tries to retrieve the reference records from the database, a [TOPLINK-6029] exception occurs. We do not execute a query with "readObject" but we only acces the attribute which is mapped via indirection.
Exception-Stack:
Exception [TOPLINK-6029] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.QueryException
Exception-Beschreibung: Eine Referenzklasse muss angegeben werden.
Abfrage: ReadObjectQuery()
     at oracle.toplink.exceptions.QueryException.referenceClassMissing(QueryException.java:858)
     at oracle.toplink.queryframework.ReadObjectQuery.checkDescriptor(ReadObjectQuery.java:198)
     at oracle.toplink.queryframework.ObjectLevelReadQuery.checkPrePrepare(ObjectLevelReadQuery.java:562)
     at oracle.toplink.queryframework.ObjectLevelReadQuery.isLockQuery(ObjectLevelReadQuery.java:1407)
     at oracle.toplink.internal.remote.RemoteValueHolder.isPessimisticLockingValueHolder(RemoteValueHolder.java:192)
     at oracle.toplink.internal.indirection.UnitOfWorkValueHolder.instantiateImpl(UnitOfWorkValueHolder.java:133)
     at oracle.toplink.internal.indirection.UnitOfWorkValueHolder.instantiate(UnitOfWorkValueHolder.java:217)
     at oracle.toplink.internal.indirection.DatabaseValueHolder.getValue(DatabaseValueHolder.java:61)
     at oracle.toplink.indirection.IndirectList.buildDelegate(IndirectList.java:184)
     at oracle.toplink.indirection.IndirectList.getDelegate(IndirectList.java:307)
     at oracle.toplink.indirection.IndirectList.toArray(IndirectList.java:646)
     at java.util.Collections.sort(Collections.java:158)
With TopLink versio 9.0.4.5 everything works correctly.
What could be the cause of this problem and what can we do to correct it.
Regards,
Hans.

Hello James,
Thanks for the quick answer!
I have tested our program with the new TopLink version without making any change in the code, so definitely there a change in the behaviour in both TopLink versions. I have added the code where the descriptor and the onetomany mapping is created. I think the descriptor is ok, but the problem could have to do with the fact that in our program the business object is already registered in a unit of work.
When I debug the situation in Eclipse and expand the IndirectList first on the original and afterwards on the clone, no exception occurs. When I directly expand the IndirectList in the clone the excpetion comes.
// Descriptor creation
private static Descriptor buildRentFunctionDescriptor()
Descriptor desc = DescriptorLib.makeListDescriptor(RentFunction.class, RFU_TAB, RFU_TAB_KEY, RFU_PREFIX);
DescriptorLib.addDirectToFieldMapping(desc, PropM.RentFun.KEY, RFU_TAB_KEY);
DescriptorLib.addDirectToFieldMapping(desc, PropM.RentFun.NAME, RFU_TAB_NAME);
DescriptorLib.addDirectToFieldMapping(desc, PropM.RentFun.ORDER, RFU_TAB_ORDER);
DescriptorLib.addDirectToFieldMapping(desc, PropM.RentFun.RENT, RFU_TAB_RENT);
DescriptorLib.addDirectToFieldMapping(desc, PropM.RentFun.ATYPE, RFU_TAB_ATYPE);
DescriptorLib.addOneToManyMapping(desc, PropM.RentFun.HRENT, HistRent.class, HRE_TAB_LINK, true, true);
DescriptorLib.addOneToOneMapping(desc, PropM.RentFun.PER, Period.class, RFU_TAB_PER, false, false);
DescriptorLib.addOneToOneMapping(desc, PropM.RentFun.LEV, LocationLevel.class, RFU_TAB_LEV, false, false);
DescriptorLib.addOneToOneMapping(desc, PropM.RentFun.ACC, Account.class, RFU_TAB_ACC, false, false);
return desc;
//Mapping creation
public static OneToManyMapping addOneToManyMapping(Descriptor descriptor,
String attributeName,
Class referenceClass,
String targetForeignKey,
boolean useIndirection,
boolean enableCascadingDelete)
OneToManyMapping mapping = new OneToManyMapping();
mapping.setAttributeName(attributeName);
mapping.setReferenceClass(referenceClass);
mapping.setTargetForeignKeyFieldName(targetForeignKey);
if (useIndirection)
mapping.useTransparentCollection();
mapping.useCollectionClass(IndirectList.class);
else
mapping.dontUseIndirection();
if (enableCascadingDelete)
mapping.privateOwnedRelationship();
descriptor.addMapping(mapping);
return mapping;
Maybe you could give some tips about how to deal with registering the business object in the unit of work in combination with attributes that use indirection.
Regards,
Hans
Message was edited by:
lammers1

Similar Messages

  • My ipad will not stay activated after upgrading from version 7 to version 8.

    After upgrading from version 7 to version8 I cannot keep my ipad activated.  I have tried online tech support and visited an Apple store with no one able to tell me what is happening.  Some said it might be had ware problems.  Other say it might be software problems.  With vs 7 I never had the problem.. I have anolder ipad with vs 5 and do not have the problems.  any feed back from anyone.

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Problem deploying VB6 project after upgrade from version 8 to version XI

    Hi,
    I'm upgrading a VB6 application from crystal report 8 to crystal report 11.
    When running on development machine it works fine, but when i deploy the application on the client pc instead of the activex control i get a white background with no error (Setup package is created by adding merge modules to an installshield 11 express project)
    Searching for dll not installed or not properly registered, i've used the "modules" utility and then i've manually registered dll that wasn't loading on the client pc.
    After that i get error 339 : 'crviewer.dll' or one of it's dependency is not registered. File not valid or not found.
    Is there a list of dll that need to be on the client machine or some advice for using the merge modules with installshield 11 express?
    Thanks,
    Carlo

    Download [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] to see what is happening when you runt he project. It will give you more info than Modules.
    Also, ensure that you are distributing the correct version of the runtime. You mention XI, but that still leaves the option of 11.0 or 11.5 (each of which as a different runtime). See [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsReportDesignerComponentRuntimeDistribution-Versionspre8.0.xto12.0] wiki for more info.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Exception in rpdata after upgrade from SP11 to SP18

    Hi All,
    after updating Web AS and ADS from NW04 SP11 to SP18 I get the following error when testing the ADS webservice via http://:/AdobeDocumentServices/Config.
    com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method rpData.
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:148)
         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:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at java.lang.String.<init>(String.java:390)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
         ... 25 more
    java.lang.NullPointerException
         at java.lang.String.<init>(String.java:390)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
         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:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    I´ve updated the ADS regarding to this thread: https://forums.sdn.sap.com/click.jspa?searchID=1034429&messageID=1964510 and SAP Note 727168.
    But I couldn´t remove and register the "ReaderRights" because I´m getting the error:
    Error while loading service Document Services Configuration
    com.sap.engine.services.adminadapter.exception.AdminException: com/adobe/service/sap/configuration/ConfigurationException
    when choosing the "Document Services Configuration" service in Visual Admin
    We don´t want to use interactive forms at the moment (just PrintForms) so we don´t need the ReaderRights, correct?
    Does anyone have an idea what´s wrong?
    Thanks in advance
    Helmut

    Are you using Windows platform?
    If you are using windows platform you can use Visual Administrator for viewing your logs.
    regards,
    Sujesh

  • After upgrading from acrobat 9.5 to XI pro my users have complained on slow typing when filling in form that were created in version 9.5?

    After upgrading from acrobat 9.5 to XI pro my users have complained on slow typing when filling in form that were created in version 9.5?
    The issue is they type but there is 2 second delay when it appears in the field.
    Windows 7 64bit

    I see, I misread your reference to Reader 11 to mean you were using Acrobat 11, but it looks like it worked out anyway.
    The base-14 fonts are special in PDF because they are guaranteed to be available even if they are not embedded. If you select a non-base-14 font for use with a form field, the entire font usually gets embedded, since each glyph it contains has to be available for use with the field. This can take up a lot of space if you do this a lot, and the space isn't reduced if you change back to a base-14 font later because the internal reference to it is not removed. This is caused by the bug I mentioned.
    In your case, however, the entire font doesn't get embedded because fonts like it (e.g., large asian fonts with a lot of glyphs, Arial Unicode) would take up too much space if fully embedded. If it did, a 100KB PDF could bloat to 20MB with that one change. Instead, users are expected to have such fonts installed on their system, which is why you were prompted to install the font pack. This despite the fact that the font was not actually used by anything in your document, it was simply the orphaned reference to it that triggered this. This should get fixed in Acrobat eventually so this type of thing doesn't happen again.

  • I have a big problem with Lion and PGP. After upgrading from snow leopard to lion I cannot access my PGP drive which was generated under snow leopard. PGP does not start but gives a notion that lion cannot work with my PGP version. Solution?

    After upgrading from Snow Leopard to Lion I cannot access a PGP drive which was generated under snow leopard. PGP does not start. When I try to start I just receive a message that Lion cannot work with PGP. How can I now access important and confifential informatio which I have stored in PGP (snow leopard). Do I have to move back to snow leopard. If so, how can I do this? 

    If you have this product,
    http://www.symantec.com/business/support/index?page=content&id=TECH165159
    you have to go back to Snow Leopard.
    To re-install SL, back up your home directory, format and re-install.

  • After upgrade from 10 to 11

    After upgrade from adobereader 10 to 11 I can't open pdf files always windows detect a problem with acrobtrd32.exe and it has to closed. Win Error 3716
    I forgot using Windows XP 32Bit ServicePack 3

    this is the error for "installer":
    Process: Installer [3011]
    Path: /System/Library/CoreServices/Installer.app/Contents/MacOS/Installer
    Identifier: com.apple.installer
    Version: 3.0 (276)
    Build Info: Installer-2760000~1
    Code Type: PPC (Native)
    Parent Process: launchd [103]
    Date/Time: 2009-10-12 10:22:40.713 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000feec
    Crashed Thread: 12
    this is the error for "final cut pro":
    Process: Final Cut Pro [3030]
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier: com.apple.FinalCutPro
    Version: ??? (???)
    Build Info: FCPApp-905291121~12
    Code Type: PPC (Native)
    Parent Process: launchd [103]
    Date/Time: 2009-10-12 10:30:09.469 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000001, 0x000000008fe0105c
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: kPrivateTundraFileWritingOptionsKeyDontValidateTimeCodeWhenWriting
    Referenced from: /Applications/Final Cut Pro.app/Contents/MacOS/../Frameworks/MIO.framework/Versions/A/MIO
    Expected in: /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    this is the error for "software update":
    Process: SoftwareUpdateCheck [498]
    Path: /System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateCheck
    Identifier: SoftwareUpdateCheck
    Version: ??? (???)
    Code Type: PPC (Native)
    Parent Process: launchd [430]
    Date/Time: 2009-10-09 14:24:01.678 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000004
    Crashed Thread: 1

  • Graphics instability and crashing after upgrade from FF 32 to 33

    Soon after upgrading from 32.0.3 to 33 (Windows 7), I was seeing occasional flicker-like split-second black flashes. (I *think* this was mostly when opening new pages, but I don't recall for sure...maybe also when scrolling). Then a few minutes later I was scrolling a page with my laptop touchpad and the screen flashed completely black, stayed that way for about a second, and then came back up with a Windows message that Intel Graphics had recovered from a crash. (Which is doubly interesting given that FF set to use my discrete NVIDIA graphics on this computer.). I haven't seen anything like this happen in the nine months I've had this laptop, with or without FF open. There was also a message that FF had crashed.
    Then I restarted FF, and all was going OK, except that I believe I still saw a few split-second "in the blink of an eye" black screens as I opened new pages. But then I went to Google Maps, and was dragging a map upwards. But instead of the lower portion of the map moving into view, I only got a blank white screen. The further up I dragged the map, the more of the the screen that was blank white, until it was completely white. Then FF crashed again.
    I thought the new FF native H.264 might be causing the issue so I disabled it and restarted FF. But then I went back to Google Maps, tried the same thing and had the same issue (but no associated crash, although I closed FF very soon after I saw the odd graphics behavior recurring so maybe I didn't give it enough "time to crash").
    I re-installed 32.0.3 and all the issues went away. FWIW, I've had occasional crashes and slowdowns with 32 and other recent versions. (I could recover from the slowdowns just by restarting FF.) Most of those issues seemed to be associated with Adobe Flash. That behavior was an occasional annoyance but nothing of the magnitude of what happened when I tried FF 33. I don't know if this latter observation adds anything, but I just thought I'd throw it out there. Fyi, the laptop has 2.4 Ghz CPU (Intel i7) and 16GB memory.
    Any ideas? Thanks.

    Today when I noted that Lenovo still hadn't released an updated driver specifically for the Intel Graphics, I went back and installed a Lenovo NVIDIA Optimus update that I had tried 4 or 5 months ago but had subsequently reversed because it had created problems with Firefox. (Specifically, it was causing Firefox context menus to render slowly and incompletely.) Not only does the NVIDIA update no longer cause the FF context menu problem, it seems to have *solved* the problem I posted about here. It updated the NVIDIA driver ("GPU #2" above) from version 9.18.13.1269 to version 9.18.13.3302.
    This makes some intuitive sense, since -- as I said above -- I have Optimus set to use the NVIDIA graphics with Firefox instead of Intel. (I had thought that, based on what I read in Lenovo support, the NVIDIA Optimus update might install a new Intel Graphics driver as well, but the Intel driver is still shown as the same version listed above (8.15.10.2725). (I don't know whether or not these driver numbers might be Lenovo-specific.)
    Anyway, the NVIDIA Optimus update fixed my problem, so thanks for pointing me in the direction of graphics drivers. (I suppose there's also a small possibility that something had simply gone awry with my first update to FF 33, and that what really solved things was simply reinstallingl...)

  • The synth pad sound Warm Pad has changed after upgrading from Logic Express 7 to Logic Studio

    Hello!
    I have composed a lot of songs over the years using Logic Express 7, and my favourite synth pad sound there was a sound called Warm Pad (from the EXS24 Sampler).
    A half a year ago I upgraded to Logic Studio, mainly because I needed WaveBurner. Happily, all my songs sounded exactly the same after the upgrade, except from 1 sound: The synth pad sound Warm Pad. It still got the same name and location, but the sound was replaced with a very sharp and much more distinct sound (not warm at all, in my ears at least).
    I have tried to replace it with different synth pad sounds from the EXS24 Sampler, and the one I find to come most close to the old Warm Pad from Logic Express, is a synth pad sound called Pad 1. Still, I don’t think it sound exactly the same.
    So, in order to finish all my songs and make an album, I ask you for help:
    1. Do you know how I can get EXACTLY the same sound as the old Warm Pad Logic Express, with my new Logic Studio?
    2. Have you experienced the same with sounds, after upgrading from one Logic version to a newer one? And what have you done to find back to the old sounds?
    I will be VERY thankful for help, because I am not a genius in the mysterious (but yet exiting) world of synthesizer synthesis.
    Best regards,
    Asle
    Composer, guitarist and entrepreneur
    Norway

    I have the boxed version of logic studio.
    When you install, if you pick the "ad hoc" installation you can add the logic7 patches to your existing patches.
    I think running installation again you should be able to install just that.

  • Remote Desktop Connection stop working after upgrade from 10.5.8 to 10.6.1

    I too could not connect to a W2K3 server with RDC 2.0.1 after upgrading from Mac OS X, 10.5.8 to 10.6/10.6.1. I have another Mac which is on 10.5.8 and connect fine with the same version of RDC 2.0.1 as well as other PC with Terminal Service Clients.
    There is no change on the server side. I have uninstalled and reinstalled RDC 2.0.1 several time and it did not resolve the issue. To rule out firewall/network, I tested with another remote desktop application called CoRD (for Mac) on the same laptop running SL 10.6.1 and it connected to the same W2K3 server fine.
    One thing that is worth mentioning (in my case), when it does not connect, RDC totally quit (not running anymore. Not minimize, no cannot connect error message, no little dot on the Dock for RDC, nothing) right after I put in the credential in. When looking at the log entries that are related to RDC in the Console application, I see the following
    machine 10.6.1. with RDC 2.0.1 (non-working)
    9/22/09 1:17:16 PM [0x0-0x3a03a].com.microsoft.rdc[468] objc[468]: Class NLAssertionHandler is implemented in both /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/Netlib.framework/Versions/12/Netlib and /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/RDCPAL.framework/Versions/12/RDCPAL . One of the two will be used. Which one is undefined.
    On the 10.5.8 machine with RDC 2.0.1 (working), I see the following entries
    9/22/09 1:13:23 PM [0x0-0x24f24f].com.microsoft.rdc[5502] objc[5502]: Class NLAssertionHandler is implemented in both /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/Netlib.framework/Versions/12/Netlib and /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/RDCPAL.framework/Versions/12/RDCPAL . Using implementation from /Applications/Remote Desktop Connection.app/Contents/MacOS/../Frameworks/RDCPAL.framework/Versions/12/RDCPAL .
    9/22/09 1:13:39 PM Remote Desktop Connection[5502] * _NSAutoreleaseNoPool(): Object 0x16a25c20 of class NSCFArray autoreleased with no pool in place - just leaking
    Stack: (0x9277af4f 0x92687432 0x93062bf5 0x926ce0fb 0x9723dff5 0x9268d52c 0x92fd447a 0x92fd4753 0x92fd4a48 0x930375da 0x530bac 0x4831a2 0x483750 0x483c0b 0x47a811 0x4796ac 0x485dad 0x47d475 0x5099dc 0x574c70 0x4ade03 0x4ae65d 0x4ae6f7 0x4ac8dd 0x53260c 0x534187 0x4ae76a 0x4ae7d0 0x4ae88e 0x493925 0x4ae13d 0x533b1a 0x53da6c 0x94a48057 0x934b3155 0x934b3012)
    Any help would be appreciated

    Doing some more troubleshooting after my post above as I saw a couple of entries referencing Stop Light keep popping up in the log of the Console. I removed Stoplight and Cocoa Gesture (for good meausre) and RDC 2.0.1 started working. I think it is Stop Light which causes RDC stop working, but I don't have to time right now to put Cocoa Gesture back to confirm that. I might if I have the time or post here if you have Stop Light installed as well and removing it resolved the RDC issue for you.

  • Error after upgrading from SOA 10.1.3.1 to 10.1.4.1 (commons-loging.jar)

    After upgrading from SOA 10.1.3.1 to 10.1.4.1 , I cant run any Struts 1 pages from my web application.
    I used to have "commons-logging-1.0.4.jar" under j2ee\<INSTANCE_NAME>\applib, and it worked fine before the upgrade, but after I upgraded I get this exception in the application log
    11/02/20 18:50:17.31 ClientWeb: Error initializing servlet
    java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2315)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4830)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
    at com.evermind.server.Application.getHttpApplication(Application.java:586)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: No suitable
    Log constructor [Ljava.lang.Class;@1c06a6d for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError
    : org/apache/log4j/Category) (Caused by org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang
    .Class;@1c06a6d for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
    at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:209)
    ... 20 more
    Caused by: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@1c06a6d for org.apache
    .commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category)
    at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:413)
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
    ... 24 more
    Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Category
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
    at java.lang.Class.getConstructor0(Class.java:2640)
    at java.lang.Class.getConstructor(Class.java:1629)
    at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:410)
    ... 25 more
    11/02/20 18:50:17.31 ClientWeb: Error preloading servlet
    javax.servlet.ServletException: Error initializing servlet
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4857)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
    at com.evermind.server.Application.getHttpApplication(Application.java:586)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    at java.lang.Thread.run(Thread.java:595)
    11/02/20 18:50:17.31 ClientWeb: 10.1.3.4.0 Started
    11/02/20 18:51:35.906 ClientWeb: Servlet error
    javax.servlet.ServletException: Error instantiating servlet 'action'. Servlet class org.apache.struts.action.ActionServlet not found
    in web-application ClientWeb
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.servletClassNotFound(HttpApplication
    .java:4886)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4852
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4754
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication
    .java:2978)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:738)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler
    .java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    I tried moving this jar inside my war module, but problem still occures.
    However, if I removed the jar "commons-loging.jar" from "OracleAS_1\webservices\lib", everything works fine!
    Any ideas how to solve this problem??

    It is an old post, but I want to add and ask something anyway:
    I had the same problem and solved it through similar steps (didn't get the same errors and added the log4j to my project also) but don't you have the navigation problem?
    Now that I have deployed the application the first page that appears after launching the application is my Home.jspx which is not the same page that comes up when I use embedded OC4J to run the application. The Home.jspx is blank and when I enter a link manually:
    http://farbod:8888/TestApp/faces/pages/Employees.jspx
    instead of http://farbod:8888/TestApp/faces/pages/Home.jspx
    I get this error:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    I also tried changing the initial address throughout the application:
    <% response.sendRedirect("faces/pages/Home.jspx"); %>
    but I still get the above error.
    Thanks,
    Farbod

  • Issues during technical upgrade from  version 4.6C to ECC 6.0

    Dear All,
    We have done a technical upgrade from version 4.6C to ECC 6.0 and encountered following issues -
    In the t-code ABZE (acquisition with in house production) there is a check-box for reversal posting on screen with version 4.6C. However, this field is missing in ECC 6.0. Why so?
    In the report s_alr_87012327, there is a field "only with creation block" in version 4.6C. However, this field is missing in ECC 6.0. Why so?
    Request to kindly suggest the alternative to carry out the same in ECC 6.0.
    Thanks in advance.
    Regards,
    Dhawal

    Hi Akshya,
    Please find answers below.
    1) 4.6c is NON-UNICODE system, Can I upgrade it into ECC 6.0 UNICODE system?
    Yes you can.
    If you are on a single code page system then you can give a gap between your uprade and unicode conversion. There is no problem with the singlecode upgrade and conversion.
    But if your system is MDMP then you will have to do the CUUC method that is both upgrade and unicode conversion together. Though you can give a gap and sign an disclaimer with SAP it is still not recomended way.
    2) 4.6c does not have any ITS system installed. If we upgrade it to ECC6.0 ABAP only, then Can I activate WAS internal ITS?
    Yes you can activate it.
    3) 4.6c does not have any JAVA stack. When I upgrade it to ECC 6.0, can I upgrade it to dual stack (ABAP+JAVA)? If yes, then how?
    After the upgrade and unicode conversion you can install the java stack.
    Regards,
    Ravi.

  • PDF files won't open after upgrade from 9 to 10 or 11

    After upgrading from Reader 9 to Reader 10, I lost the ability to open PDF files on my Win 7 laptop.  Even the icons became blank white blocks. I reinstalled Reader 9 and it all worked as usual. In trying Reader 11, it happened again.  Any thoughts?

    Thank you for your reply. Allow me to clarify.
    After installing Reader 10 or 11, the icons for PDFs on my desktop changed from the typical PDF icon to a blank white icon like when the extension of a file has been changed or omitted. Double clicking the icon no longer opens the PDF file. Yes, Reader opens but I no longer was able to open any preexisting PDF files using the new version of Reader. I did try changing away from protected mode to no avail.
    I do not have a screen shot as I have downgraded to Reader 9. I have scanned thoroughly for malware and viruses and none have been found.
    Thank you again. I look forward to your further comments.
    Sent from my iPhone.
    Please pardon brevity, misspellings, and autocorrect hijinks.

  • After upgrading from it6 to itunes7 my videos doesn´t work

    After upgrading from itunes6 to itunes7 my videos doesn´t work. Theres no error message, no reaction. all the music play like befor, only my vids (quicktime), all!! the vids doesnt work after updating..i hope, that someone could help me..
    Many thanks
    Cross

    hmmmm. let's try checking to see if they will still play in your current version of QuickTime.
    in itunes, right-click on one of the videos that is causing the grief, and select "Show in Windows Explorer".
    right click the icon of the file in the Explorer window that comes up and select "Open With ...", and try to open it with your QuickTime player. does it play there or do you get funny business with that too?

  • Z10 not able to call oversea after upgrade to version 10.1.0.273

    I live in Thailand and I usually make call to Malaysia using 009 service from CAT. The full number will be 0096057163xxx and I have been using 009 services for more than 10 years. After upgraded to version 10.1.0.273, I'm not able to make oversea call with 009 services. The reply is "The number you are calling is not in service", I try call with other mobile phones and everything work as per normal. I doubt the the latest version are not able to read and dial the first 2 digits "00". Please help to provide a solutions.

    Checked with BB call center Thailand and they have not received similar complain from other customer, no solutions neither. I try making oversea call with 001, 007 and 008 follow by country code, all having the same problem. Especially for 008 follow country code 60 (Malaysia), it ends up calling to China. It seems like the firmware do not recognized the 3rd digit as it read it as 'country code' instead of international call service offer by CAT Thailand. This is really PISS me off and I hope RIM can do something about it!!

Maybe you are looking for

  • Probably a stupid question... here it go...

    How can I change my tc from English to Portuguese Brazil??

  • Function module for reversing documents

    Is there a function module for posting reversal documents like F08 transaction.....

  • Another problem with audio dropouts in PrE 10

    G'day All, Earlier this year I had a problem with Premiere Elements where audio files from AVC HD clips dragged in from my camcorder were dropping out. http://forums.adobe.com/message/4267924#4267924 Bill Hunt was able to help me out at the time by c

  • Sharing External HFS Drives

    I have a MacBook Pro and a Mac Mini. The Mac Mini have external firewire and external USB drives that are HFS formated attached. I can log into my Mac Mini from my Macbook Pro using file sharing. The problem is I can not connect to the HFS formated e

  • Nokia 6085, PC Suite and Windows 2000

    I can't find the PC Suite version that will work with my phone and Windows 2000. Can someone point me to where it is so I can download it please?