Exception in Usage of Preferences

Hi All,
While Iam using preferences i got an Warning please try to solv this
My Code:
Preferences dbPreferences=Preferences.userRoot().node("com/sum/properties");
String[] connectionNames=dbPreferences.childrenNames();
Gives Warning as
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

chk it
http://help.sap.com/saphelp_nw04s/helpdata/en/1f/464941db42f423e10000000a155106/frameset.htm
Navigation between two dynpro components views
Navigation between 2 Views - Concept of View Set
In Webdynpro Application Navigation is nothing but switching over from one view
to another view say view1 to View2. This can be done by plugs.
There are two types of plug:
1)Inbound Plug
2)OutBound Plug
In every first view has its default inboung plug. At the time when you call
your webdynpro application , interface will call this default inbound plug.
So only we can see our first page in the web browser.
Navigation between two views defined by Outbound and inbound plugs. Which can be connected by Navigation Links. Assume that you are in View1. When you trigger the outbound plugs the corresponding action will be carried out and the navigation will takeplace to a inpound plug which is linked with the corresponding outbound plug.
For more information please gothrough this link,
http://help.sap.com/saphelp_nw2004s/helpdata/en/5f/45093f7c392e5ae10000000a114084/content.htm
I dont think we can do Navigations without plugs.

Similar Messages

  • Exception by usage of f:param

    Hello,
    i'm a newbie in jsf and have a strengly problem. I want to send a parameter to a target jsp page.
    <ui:hyperlink action="#{Test.hyperlink1_action}" binding="#{Test.hyperlink1}" id="hyperlink1" text="ShowUser">
        <f:param name="testingParam1" value="#{Test.myInteger}"/>
    </ui:hyperlink>While page Test.jsp is loaded, a Exception has been throwed.
    Description:  An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: org.apache.jasper.JasperException
      java.lang.Integer
    Possible Source of Error:
       Class Name: org.apache.jasper.servlet.JspServletWrapper
       File Name: JspServletWrapper.java
       Method Name: handleJspException
       Line Number: 510
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below. I don't know why. aber
    <f:param name="testingParam1" value="#{Test.myString}"/>is ok.
    can anybody help me? thanks!

    but accord this article, f:param can send Integer value.
    http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2update1/ui_elements/palette/jsfstd/formatted_output.html
    The following example assumes that you have created an integer property in the session bean named count that picks up the number of items in the user's shopping cart (see the session bean description in About the Outline Window for more information). The Formatted Output component displays the number of items in the shopping cart.
       <h:outputFormat binding="#{Page1.formattedOutput1}"
                       id="formattedOutput1"
                       style="left: 216px; top: 360px; position: absolute"
                       value="You have {0} items in your shopping cart.">
          <f:param value="#{SessionBean1.count}"/>
       </h:outputFormat>has anybody idea?

  • How do reset my mac? I have a mac that is nulled and cannot open anything except finder and system preferences. I don't have any cd's. How can I completely reset it like it just came out of the box?

    Hey, can someone please help me my mac is nulled.

    If you are running 10.6.8 as shown in your profile, there is no recovery option as that did not become available until 10.7. So you would need your install disks or a bootable clone to boot from. You can usually get replacement disks from Apple; however, you would need to give them your serial number so they send the correct disks.

  • JDEV 11G TP3: exception when setting preferences for java code style

    I got this exception when calling the panel in the preferences settings for java code style.
    How to restore it ?
    java.lang.NullPointerException
         at oracle.jdevimpl.style.profile.ProfileModel$ProfileComparator.compare(ProfileModel.java:409)
         at java.util.Arrays.mergeSort(Arrays.java:1284)
         at java.util.Arrays.sort(Arrays.java:1223)
         at java.util.Collections.sort(Collections.java:159)
         at oracle.jdevimpl.style.profile.ProfileModel.<init>(ProfileModel.java:72)
         at oracle.jdevimpl.style.preferences.CodingStylePreferencesPanel.<init>(CodingStylePreferencesPanel.java:144)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:315)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:219)
         at oracle.ide.panels.MDDPanel.getTraversable(MDDPanel.java:1243)
         at oracle.ide.panels.MDDPanel.mav$getTraversable(MDDPanel.java:116)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1506)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1414)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1408)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:531)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:784)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:481)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    I got this exception for menu tools\preference\extensions.
    I erased folder C:\JDeveloper\myDirectory\system11.1.1.0.22.49.49 and the error appeared.
    Jun 12, 2008 11:20:55 PM oracle.ide.panels.MDDPanel exitTraversable
    SEVERE: Exception exiting traversable oracle.ideimpl.extension.preference.ExtensionOptionsPanel[,0,0,485x391,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    java.lang.NullPointerException
         at oracle.ideimpl.extension.preference.ExtensionOptionsPanel.disabledIdsHaveChanged(ExtensionOptionsPanel.java:191)
         at oracle.ideimpl.extension.preference.ExtensionOptionsPanel.onExit(ExtensionOptionsPanel.java:182)
         at oracle.ide.panels.MDDPanel.exitTraversable(MDDPanel.java:1160)
         at oracle.ide.panels.MDDPanel.mav$exitTraversable(MDDPanel.java:116)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1470)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1414)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1408)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:536)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:843)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:486)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Message was edited by:
    ericardezp

  • IPhoto freezes when Preferences/Accounts selected

    I am using iPhoto '11, ver. 9.2 (626) with OSX 10.7.4.  I used iPhoto Library Manager to rebuild my Library and everything seems to be working just great except when I select Preferences - Accounts.  When the screen displays, it highlights MobileMe and shows "iDisk Usage" and the twirling rainbow wheel starts.  I have to force quit to get out.  I know MobileMe is no longer available but how do I get into Preferences to remove the account?
    Attached is screen shot:

    Try this:  launch iPhoto with the Option key held down and create a new, test library.  Import some photos and check to see if the same problem persists. If it doesn't then it's your current library that's the culprit. 
    If that's the case  make a temporary, backup copy (select the library and type Command+D) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #1, followed by #3 and then #4 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • Preferences crash -- what does this mean?

    I have a log for a preferences crash.  It starts with
    Preferences [1295]
    Path:  /Applications/Preferences app/Preferences
    Identifier:  Preferences
    Anyone know what this refers to?  Preferences for e-mail or what?  Anyone have a fix to prevent this crash?
    I updated to IOS5, on the iphone 4s.

    I'm getting this issue too. If I go to Preferences->Usage the Preferences app crashes after a few seconds.
    I have a 64GB iPhone 4S on the Three network in the UK. The issue occurred with iOS 5 and still occurrs with 5.0.1. The log says:
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Dodes: 0x00000000, 0x00000000
    Crashed Thread: 9
    Thread 9 name: Dispatch queue:
    com.apple.MusicLibrary.background
    Thread 9 Crashed:
    I'm not playing any music in the background at the time. I have sending of reports to Apple turned on, so they have the full diagnostic information.
    Are your crashes for com.apple.MusicLibrary.background too?

  • In August installed PE12  on Windows Vista with incorrect Sharing Preference for Email Client. Shows default Adobe Email Service How do I change it to Windows Mail?

    Had PE6 previously to installing PE12 on Windows Vista.  PE 12 installation went OK except for the Sharing Preference for the Email Client. Existing  PE12 client is the default Adobe email service not the correct Windows Mail for Vista. How do I make this change..

    Hi,
    I think that for PSE 12, you may need to switch to Windows Live Mail
    http://www.microsoft.com/en-gb/download/details.aspx?id=29224
    You may find that you then also need the following fix.
    Freeze or error “There is no email program” | Share via email | Elements Organizer | Windows 7
    I think that the problem is that the new versions of PSE do not know where to look for the mail client.
    Brian

  • BAPI_CATIMESHEETMGR_DELETE exception? no deletion?

    Hi,
    i am witting an generic sync MI application to transfer the working time of an employee to the SAP Backend(CATS).
    All works fine, excepting the usage of BAPI_CATIMESHEETMGR_DELETE.
    The problem looks a little bit crazy for me, because i can test the parameters with the written code in the backend and all works fine, but if i started the function from the MI i get the following failure, with the same data as it works in the backend:
    E | LR | 906 | Meldungstext in Detailansicht fehlt! ...
    Has anybody some advice or may have an idea?
    Thanx
    Tony

    Marking this question as answered.  We found another alternative..did not use the SHORTETEXT field.

  • Can't open internet accounts preference pane in system preferences

    When i clicking internet accounts in the system preferences, Preferences error, could not open internet accounts preference pane

    I am having the same issue and GoddyJ suggestion does not work for me. Like Roy, my console also points to Calendar as being the issue. Below is the All Messages feed from it when I try to open the Internet Accounts Preference pane. This is driving me spare...
    25/11/2014 3:29:04.817 am com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    25/11/2014 3:29:04.986 am com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    25/11/2014 3:29:05.302 am com.apple.internetaccounts[448]: Additional Logging , array retured in signedInAccounts is (
    25/11/2014 3:29:05.334 am com.apple.NotesMigratorService[286]: Joined Aqua audit session
    25/11/2014 3:29:05.339 am com.apple.internetaccounts[448]: Returning accountUIDs: (
    25/11/2014 3:29:05.339 am com.apple.internetaccounts[448]: Adding listener
    25/11/2014 3:29:05.407 am com.apple.internetaccounts[448]: [com.apple.calendar.agentLink.xpc] [Creating a remote proxy object for com.apple.CalendarAgent.proxy resulted in an invalid connection. The connection will be removed. Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CalendarAgent.proxy was invalidated.) UserInfo=0x60800047bdc0 {NSDebugDescription=The connection to service named com.apple.CalendarAgent.proxy was invalidated.} (
      0   CalendarAgentLink                   0x00007fff8c2b23c5 -[CalAgentLink _remoteObjectWithErrorBlock:] + 47
      1   CalendarPersistence                 0x00007fff90d9fde2 +[CalPersistence _startCoreDataXPCServer:] + 198
      2   CalendarPersistence                 0x00007fff90da0835 __87+[CalPersistence asyncConnectToPersistenceWithClientXPCWaitingOnGroup:completionBlock:]_block_in voke344 + 130
      3   libdispatch.dylib                   0x00007fff90e2d323 _dispatch_call_block_and_release + 12
      4   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      5   libdispatch.dylib                   0x00007fff90e2f99e _dispatch_async_redirect_invoke + 650
      6   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      7   libdispatch.dylib                   0x00007fff90e2b88f _dispatch_root_queue_drain + 935
      8   libdispatch.dylib                   0x00007fff90e39fe4 _dispatch_worker_thread3 + 91
      9   libsystem_pthread.dylib             0x00007fff938d96cb _pthread_wqthread + 729
      10  libsystem_pthread.dylib             0x00007fff938d74a1 start_wqthread + 13
    25/11/2014 3:29:05.408 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Tried to connect to XPC persistence, but connection was invalidated, retrying...]
    25/11/2014 3:29:05.408 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Retry Attempt 1]
    25/11/2014 3:29:05.410 am com.apple.internetaccounts[448]: [com.apple.calendar.agentLink.xpc] [Creating a remote proxy object for com.apple.CalendarAgent.proxy resulted in an invalid connection. The connection will be removed. Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CalendarAgent.proxy was invalidated.) UserInfo=0x60800047d5c0 {NSDebugDescription=The connection to service named com.apple.CalendarAgent.proxy was invalidated.} (
      0   CalendarAgentLink                   0x00007fff8c2b23c5 -[CalAgentLink _remoteObjectWithErrorBlock:] + 47
      1   CalendarPersistence                 0x00007fff90d9fde2 +[CalPersistence _startCoreDataXPCServer:] + 198
      2   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      3   CalendarPersistence                 0x00007fff90da0835 __87+[CalPersistence asyncConnectToPersistenceWithClientXPCWaitingOnGroup:completionBlock:]_block_in voke344 + 130
      4   libdispatch.dylib                   0x00007fff90e2d323 _dispatch_call_block_and_release + 12
      5   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      6   libdispatch.dylib                   0x00007fff90e2f99e _dispatch_async_redirect_invoke + 650
      7   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      8   libdispatch.dylib                   0x00007fff90e2b88f _dispatch_root_queue_drain + 935
      9   libdispatch.dylib                   0x00007fff90e39fe4 _dispatch_worker_thread3 + 91
      10  libsystem_pthread.dylib             0x00007fff938d96cb _pthread_wqthread + 729
      11  libsystem_pthread.dylib             0x00007fff938d74a1 start_wqthread + 13
    25/11/2014 3:29:05.411 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Tried to connect to XPC persistence, but connection was invalidated, retrying...]
    25/11/2014 3:29:05.411 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Retry Attempt 2]
    25/11/2014 3:29:05.463 am com.apple.internetaccounts[448]: [com.apple.calendar.agentLink.xpc] [Creating a remote proxy object for com.apple.CalendarAgent.proxy resulted in an invalid connection. The connection will be removed. Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CalendarAgent.proxy was invalidated.) UserInfo=0x60800047e780 {NSDebugDescription=The connection to service named com.apple.CalendarAgent.proxy was invalidated.} (
      0   CalendarAgentLink                   0x00007fff8c2b23c5 -[CalAgentLink _remoteObjectWithErrorBlock:] + 47
      1   CalendarPersistence                 0x00007fff90d9fde2 +[CalPersistence _startCoreDataXPCServer:] + 198
      2   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      3   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      4   CalendarPersistence                 0x00007fff90da0835 __87+[CalPersistence asyncConnectToPersistenceWithClientXPCWaitingOnGroup:completionBlock:]_block_in voke344 + 130
      5   libdispatch.dylib                   0x00007fff90e2d323 _dispatch_call_block_and_release + 12
      6   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      7   libdispatch.dylib                   0x00007fff90e2f99e _dispatch_async_redirect_invoke + 650
      8   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      9   libdispatch.dylib                   0x00007fff90e2b88f _dispatch_root_queue_drain + 935
      10  libdispatch.dylib                   0x00007fff90e39fe4 _dispatch_worker_thread3 + 91
      11  libsystem_pthread.dylib             0x00007fff938d96cb _pthread_wqthread + 729
      12  libsystem_pthread.dylib             0x00007fff938d74a1 start_wqthread + 13
    25/11/2014 3:29:05.463 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Tried to connect to XPC persistence, but connection was invalidated, retrying...]
    25/11/2014 3:29:05.464 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Retried Attempt 3]
    25/11/2014 3:29:05.967 am com.apple.internetaccounts[448]: [com.apple.calendar.agentLink.xpc] [Creating a remote proxy object for com.apple.CalendarAgent.proxy resulted in an invalid connection. The connection will be removed. Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CalendarAgent.proxy was invalidated.) UserInfo=0x608000460ec0 {NSDebugDescription=The connection to service named com.apple.CalendarAgent.proxy was invalidated.} (
      0   CalendarAgentLink                   0x00007fff8c2b23c5 -[CalAgentLink _remoteObjectWithErrorBlock:] + 47
      1   CalendarPersistence                 0x00007fff90d9fde2 +[CalPersistence _startCoreDataXPCServer:] + 198
      2   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      3   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      4   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      5   CalendarPersistence                 0x00007fff90da0835 __87+[CalPersistence asyncConnectToPersistenceWithClientXPCWaitingOnGroup:completionBlock:]_block_in voke344 + 130
      6   libdispatch.dylib                   0x00007fff90e2d323 _dispatch_call_block_and_release + 12
      7   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      8   libdispatch.dylib                   0x00007fff90e2f99e _dispatch_async_redirect_invoke + 650
      9   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      10  libdispatch.dylib                   0x00007fff90e2b88f _dispatch_root_queue_drain + 935
      11  libdispatch.dylib                   0x00007fff90e39fe4 _dispatch_worker_thread3 + 91
      12  libsystem_pthread.dylib             0x00007fff938d96cb _pthread_wqthread + 729
      13  libsystem_pthread.dylib             0x00007fff938d74a1 start_wqthread + 13
    25/11/2014 3:29:05.968 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Tried to connect to XPC persistence, but connection was invalidated, retrying...]
    25/11/2014 3:29:05.969 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Retried Attempt 4]
    25/11/2014 3:29:07.471 am com.apple.internetaccounts[448]: [com.apple.calendar.agentLink.xpc] [Creating a remote proxy object for com.apple.CalendarAgent.proxy resulted in an invalid connection. The connection will be removed. Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CalendarAgent.proxy was invalidated.) UserInfo=0x60000027aa00 {NSDebugDescription=The connection to service named com.apple.CalendarAgent.proxy was invalidated.} (
      0   CalendarAgentLink                   0x00007fff8c2b23c5 -[CalAgentLink _remoteObjectWithErrorBlock:] + 47
      1   CalendarPersistence                 0x00007fff90d9fde2 +[CalPersistence _startCoreDataXPCServer:] + 198
      2   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      3   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      4   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      5   CalendarPersistence                 0x00007fff90da0275 +[CalPersistence _startCoreDataXPCServer:] + 1369
      6   CalendarPersistence                 0x00007fff90da0835 __87+[CalPersistence asyncConnectToPersistenceWithClientXPCWaitingOnGroup:completionBlock:]_block_in voke344 + 130
      7   libdispatch.dylib                   0x00007fff90e2d323 _dispatch_call_block_and_release + 12
      8   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      9   libdispatch.dylib                   0x00007fff90e2f99e _dispatch_async_redirect_invoke + 650
      10  libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      11  libdispatch.dylib                   0x00007fff90e2b88f _dispatch_root_queue_drain + 935
      12  libdispatch.dylib                   0x00007fff90e39fe4 _dispatch_worker_thread3 + 91
      13  libsystem_pthread.dylib             0x00007fff938d96cb _pthread_wqthread + 729
      14  libsystem_pthread.dylib             0x00007fff938d74a1 start_wqthread + 13
    25/11/2014 3:29:07.472 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Tried to connect to XPC persistence, but connection was invalidated, retrying...]
    25/11/2014 3:29:07.472 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Retried too many times, giving up.]
    25/11/2014 3:29:07.473 am com.apple.internetaccounts[448]: [com.apple.calendar.store.log] [Couldn't start the XPC store server. Error Domain=CalPersistenceCreationDomain Code=3 "Could not create XPC connection to the CalendarAgent, connection interrupted or invalidated more than 5 times" UserInfo=0x60000027a900 {NSLocalizedDescription=Could not create XPC connection to the CalendarAgent, connection interrupted or invalidated more than 5 times}]
    25/11/2014 3:29:07.477 am com.apple.internetaccounts[448]: [com.apple.calendar.agentLink.xpc] [Creating a remote proxy object for com.apple.CalendarAgent.store resulted in an invalid connection. The connection will be removed. Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CalendarAgent.store was invalidated.) UserInfo=0x60800027cb00 {NSDebugDescription=The connection to service named com.apple.CalendarAgent.store was invalidated.} (
      0   CalendarAgentLink                   0x00007fff8c2b23c5 -[CalAgentLink _remoteObjectWithErrorBlock:] + 47
      1   CalendarStore                       0x00007fff88b31673 +[CalCalendarStore defaultCalendarStore] + 256
      2   Calendar                            0x000000010b6fd13c Calendar + 12604
      3   com.apple.internetaccounts          0x000000010639ef63 main + 18536
      4   InternetAccounts                    0x00007fff90b71eff __58-[IADataPluginController plugin:performBlock:withTimeOut:]_block_invoke + 401
      5   libdispatch.dylib                   0x00007fff90e2d323 _dispatch_call_block_and_release + 12
      6   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      7   libdispatch.dylib                   0x00007fff90e2c365 _dispatch_queue_drain + 1100
      8   libdispatch.dylib                   0x00007fff90e2decc _dispatch_queue_invoke + 202
      9   libdispatch.dylib                   0x00007fff90e2b6b7 _dispatch_root_queue_drain + 463
      10  libdispatch.dylib                   0x00007fff90e39fe4 _dispatch_worker_thread3 + 91
      11  libsystem_pthread.dylib             0x00007fff938d96cb _pthread_wqthread + 729
      12  libsystem_pthread.dylib             0x00007fff938d74a1 start_wqthread + 13
    25/11/2014 3:29:07.478 am com.apple.internetaccounts[448]: [com.apple.calendar.agentLink.xpc] [Creating a remote proxy object for com.apple.CalendarAgent.store resulted in an invalid connection. The connection will be removed. Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CalendarAgent.store was invalidated.) UserInfo=0x60800027d300 {NSDebugDescription=The connection to service named com.apple.CalendarAgent.store was invalidated.} (
      0   CalendarAgentLink                   0x00007fff8c2b23c5 -[CalAgentLink _remoteObjectWithErrorBlock:] + 47
      1   CalendarStore                       0x00007fff88b36c4f -[CalCalendarStore(CalCalendarStore_Private) groups] + 156
      2   Calendar                            0x000000010b6fd168 Calendar + 12648
      3   com.apple.internetaccounts          0x000000010639ef63 main + 18536
      4   InternetAccounts                    0x00007fff90b71eff __58-[IADataPluginController plugin:performBlock:withTimeOut:]_block_invoke + 401
      5   libdispatch.dylib                   0x00007fff90e2d323 _dispatch_call_block_and_release + 12
      6   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      7   libdispatch.dylib                   0x00007fff90e2c365 _dispatch_queue_drain + 1100
      8   libdispatch.dylib                   0x00007fff90e2decc _dispatch_queue_invoke + 202
      9   libdispatch.dylib                   0x00007fff90e2b6b7 _dispatch_root_queue_drain + 463
      10  libdispatch.dylib                   0x00007fff90e39fe4 _dispatch_worker_thread3 + 91
      11  libsystem_pthread.dylib             0x00007fff938d96cb _pthread_wqthread + 729
      12  libsystem_pthread.dylib             0x00007fff938d74a1 start_wqthread + 13
    25/11/2014 3:29:07.479 am com.apple.internetaccounts[448]: [com.apple.calendar.agentLink.xpc] [Creating a remote proxy object for com.apple.CalendarAgent.store resulted in an invalid connection. The connection will be removed. Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CalendarAgent.store was invalidated.) UserInfo=0x60800027ae80 {NSDebugDescription=The connection to service named com.apple.CalendarAgent.store was invalidated.} (
      0   CalendarAgentLink                   0x00007fff8c2b23c5 -[CalAgentLink _remoteObjectWithErrorBlock:] + 47
      1   CalendarStore                       0x00007fff88b36c4f -[CalCalendarStore(CalCalendarStore_Private) groups] + 156
      2   Reminders                           0x000000010b715208 Reminders + 12808
      3   com.apple.internetaccounts          0x000000010639ef63 main + 18536
      4   InternetAccounts                    0x00007fff90b71eff __58-[IADataPluginController plugin:performBlock:withTimeOut:]_block_invoke + 401
      5   libdispatch.dylib                   0x00007fff90e2d323 _dispatch_call_block_and_release + 12
      6   libdispatch.dylib                   0x00007fff90e28c13 _dispatch_client_callout + 8
      7   libdispatch.dylib                   0x00007fff90e2c365 _dispatch_queue_drain + 1100
      8   libdispatch.dylib                   0x00007fff90e2decc _dispatch_queue_invoke + 202
      9   libdispatch.dylib                   0x00007fff90e2b6b7 _dispatch_root_queue_drain + 463
      10  libdispatch.dylib                   0x00007fff90e39fe4 _dispatch_worker_thread3 + 91
      11  libsystem_pthread.dylib             0x00007fff938d96cb _pthread_wqthread + 729
      12  libsystem_pthread.dylib             0x00007fff938d74a1 start_wqthread + 13
    25/11/2014 3:29:25.272 am System Preferences[274]: view service marshal failed to init due to Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection from pid 0 was invalidated from this process.) UserInfo=0x600000868b40 {NSDebugDescription=The connection from pid 0 was invalidated from this process.}
    timestamp: 03:29:25.272 Tuesday 25 November 2014
    process/thread/queue: System Preferences (274) / 0x10a7f6000 / com.apple.NSXPCConnection.user.endpoint
    code: line 2872 of /SourceCache/ViewBridge/ViewBridge-99/NSRemoteView.m in __62-[NSRemoteViewBase advanceToConfigPhase:awaitingWindowRights:]_block_invoke
    #communications_failure
    25/11/2014 3:29:25.273 am System Preferences[274]: ### com.apple.preferences.internetaccounts instantiatePrefPaneObject exception:service com.apple.preferences.internetaccounts.remoteservice failed to init an instance of InternetAccountsRemoteViewService on behalf of <NSRemoteView: 0x7f80e0c7fa40> due to proxy-communications-error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection from pid 0 was invalidated from this process.) UserInfo=0x600000868b40 {NSDebugDescription=The connection from pid 0 was invalidated from this process.}
    25/11/2014 3:29:35.308 am CoreServicesUIAgent[284]: unexpected message <OS_xpc_error: <error: 0x7fff75f89c60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff75f89f70> { length = 18, contents = "Connection invalid" }
    }>

  • Could not load Notifications preference pane

    When I open System Preferences and then click on Notifications I get the error..."Could not load Notifications preference pane".
    Here is what I see on the Console when trying to take this action....
    3/17/14 8:55:04.894 PM com.apple.preference.notifications.remoteservice[18517]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    3/17/14 8:55:04.904 PM com.apple.preference.notifications.remoteservice[18517]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    3/17/14 8:55:04.996 PM com.apple.preference.notifications.remoteservice[18517]: An uncaught exception was raised
    3/17/14 8:55:04.996 PM com.apple.preference.notifications.remoteservice[18517]: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
    3/17/14 8:55:04.996 PM com.apple.preference.notifications.remoteservice[18517]: (
              0   CoreFoundation                      0x00007fff8d6f325c __exceptionPreprocess + 172
              1   libobjc.A.dylib                     0x00007fff87d55e75 objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff8d5b46c7 -[__NSArrayM insertObject:atIndex:] + 951
              3   Notifications                       0x000000011062d147 NCAppleSigningRequirment + 16288
              4   libdispatch.dylib                   0x00007fff8c2581d7 _dispatch_call_block_and_release + 12
              5   libdispatch.dylib                   0x00007fff8c2552ad _dispatch_client_callout + 8
              6   libdispatch.dylib                   0x00007fff8c25709e _dispatch_root_queue_drain + 326
              7   libdispatch.dylib                   0x00007fff8c258193 _dispatch_worker_thread2 + 40
              8   libsystem_pthread.dylib             0x00007fff864f9ef8 _pthread_wqthread + 314
              9   libsystem_pthread.dylib             0x00007fff864fcfb9 start_wqthread + 13
    3/17/14 8:55:04.997 PM com.apple.preference.notifications.remoteservice[18517]: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
    *** First throw call stack:
              0   CoreFoundation                      0x00007fff8d6f325c __exceptionPreprocess + 172
              1   libobjc.A.dylib                     0x00007fff87d55e75 objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff8d5b46c7 -[__NSArrayM insertObject:atIndex:] + 951
              3   Notifications                       0x000000011062d147 NCAppleSigningRequirment + 16288
              4   libdispatch.dylib                   0x00007fff8c2581d7 _dispatch_call_block_and_release + 12
              5   libdispatch.dylib                   0x00007fff8c2552ad _dispatch_client_callout + 8
              6   libdispatch.dylib                   0x00007fff8c25709e _dispatch_root_queue_drain + 326
              7   libdispatch.dylib                   0x00007fff8c258193 _dispatch_worker_thread2 + 40
              8   libsystem_pthread.dylib             0x00007fff864f9ef8 _pthread_wqthread + 314
              9   libsystem_pthread.dylib             0x00007fff864fcfb9 start_wqthread + 13
    3/17/14 8:55:05.326 PM System Preferences[18044]: view service marshal failed to init due to Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application."
    timestamp: 20:55:05.326 Monday 17 March 2014
    process/thread/queue: System Preferences (18044) / 0x10f492000 / com.apple.NSXPCConnection.user.endpoint
    code: line 2837 of /SourceCache/ViewBridge/ViewBridge-46.2/NSRemoteView.m in __36-[NSRemoteView advanceToConfigPhase]_block_invoke1226
    domain: communications-failure
    3/17/14 8:55:05.326 PM System Preferences[18044]: ### com.apple.preference.notifications instantiatePrefPaneObject exception:service com.apple.preference.notifications.remoteservice failed to init an instance of NotificationCenterPrefRemoteViewService on behalf of <NSRemoteView: 0x7fb6f3e10680> due to {
        "proxy-communications-error" = "Error Domain=NSCocoaErrorDomain Code=4097 \"Couldn\U2019t communicate with a helper application.\"";
    3/17/14 8:55:05.327 PM com.apple.launchd[1]: (com.apple.preference.notifications.remoteservice[18517]) Job appears to have crashed: Abort trap: 6
    3/17/14 8:55:05.515 PM ReportCrash[18518]: Saved crash report for com.apple.preference.notifications.remoteservice[18517] version 1.0 (1) to /Users/my_name/Library/Logs/DiagnosticReports/com.apple.preference.notification s.remoteservice_2014-03-17-205505_SymMacToolkit-C02LJUATFD57.crash
    3/17/14 8:55:05.521 PM ReportCrash[18518]: Removing excessive log: file:///Users/my_name/Library/Logs/DiagnosticReports/com.apple.preference.notif ications.remoteservice_2014-03-17-063202_SymMacToolkit-C02LJUATFD57.crash
    3/17/14 8:55:05.522 PM Finder[17732]: CreateWithFileInfo failed to create URL with FSRef, falling back to blank icon.

    same issue here....

  • NotSerializableException and Preferences

    Hi all,
    I've met a weird problem. I have a RMI program, it works fine. But after I add some Preferences codes into the program, it breaks. The exception says that some Preferences are not serializable, but in fact, I don't send Preference as parameter or return value. Any hint? Thank you for your time.
    the following is exception dump :
    java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
         java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: java.util.prefs.WindowsPreferences
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:164)
         at suncertify.dbserver.RemoteConnectionManager_Stub.connect(Unknown Source)
         at suncertify.client.FlightInfoClient.run(FlightInfoClient.java:142)
         at suncertify.client.FlightInfoClient.main(FlightInfoClient.java:55)
    code of FlightInfoClient.java:142, this is RMI client
    remoteSession = (IRemoteSession) connectionManager.connect();
    code of connectionManager.connect(), this is RMI server
    public IRemoteSession connect() throws RemoteException {
    return new RemoteSession();
    code of RemoteSession, this is RMI server
    public class RemoteSession extends UnicastRemoteObject
    implements IRemoteSession, Unreferenced {
    private static RMIClientSocketFactory clientSocketFactory = new DataClientSocketFactory();
    private IRemoteData dataService;
    * remote session's logger
    private final Logger logger = Logger.getLogger(getClass().getName());
    public RemoteSession() throws RemoteException {
    super(0, clientSocketFactory, RMISocketFactory.getDefaultSocketFactory());

    i'm having a similar problem. I'm running a simple RMI program, but the object i'm trying to retrieve (fr.dyade.aaa.joram.TextMessage) is a proprietary one, that does not implement Serializable Interface. I think our problem is similar in a way, and we might want to find a way of MAKING OBJECTS SERIALIZABLE (or writable). Its not really an RMI problem, more one of changing an objects characteristics.
    java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
    java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: fr.dyade.aaa.joram.TextMessage
    java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
    java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: fr.dyade.aaa.joram.TextMessage
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:164)
    at PL_ServerImpl_Stub.getMessageVector(PL_ServerImpl_Stub.java:51)
    at PL_Client_screen.jButton2_actionPerformed(PL_Client_screen.java:211)

  • Panther System Preferences now in Application ƒ after power glizh

    G'day-10.3.9 on a G4 Sawtooth and had a recent power failure (Sydney) that affected my Time/Date + OSX warning to fix it pronto. Did so & ran DskWarrior as well. Next day noticed an apple icon file in my Applications ƒ labelled _System Preferences_.
    My preference pane is still functional in the Dock but crickey, Iv'e got this problem.
    The System/Library has got 1) System Configuration....finishing in .bundles
    2) Preferences Panes & System Profiler as likey repositories of Panther Sys. Prefs with own extns.
    Can someone please tell me if I can rename & relocate these preferences without crashing my System. I'm in the process of backing up to Carbob Copy Cloner and wondering if I want this to get cloned to the wrtong file in the interim.
    Here's a case that DskWarrior didn't pick up such a glitch as far as files go ey?
    Appreciate your help. Thanks
    Graeme Nicholas known as <gdnic>

    Ran 10.3.9 Combo updater & everything seems kosher except for the <System preferences>Folder remains in my Application Folder. Its dated April 05 (modified) & is 460kb.
    Wonder now if I can safely delete it ??
    Re Combo update, some of the /Library/Prefs were modified as well as some System/Library files, so assuming that exercise to be effective -thanks.
    Q....Can anyone identify for me the name of the Panther Sys.Preference file please, so I can delete the rogue one in my Apps File!
    Thanks from Down Under
    Graeme

  • BAPI_CATIMESHEETMGR_DELETE exception?

    Hi,
    i am witting an MI application to transfer the working time of an employee to the SAP Backend.
    All works fine, excepting the usage of BAPI_CATIMESHEETMGR_DELETE.
    The problem looks a little bit crazy for me, because i can test the written code in the backend and all works fine, but if i started the function from the MI i get the following failure, with the same data as it works in the backend:
    E | LR | 906 | Meldungstext in Detailansicht fehlt! ...
    Has anybody some advice or may have an idea?
    Thanx
    Tony

    >>Or is there an easy way to disable this validation?
    Iguess not.. this check is inside the standarda function pool SAPLCATS for the Time sheet. You don't have any parameters in the BAPI to disable this check.
    >>>Should I try to temporarily change PA0000-stat2 from status 0 to 1, then run the BAPI and change it back to original stat2?
    Why not ? as you are only playing with an terminated employee
    Regards,
    Suresh Datti

  • Cannot use iPhoto '11 preferences without crashing

    Anyone else have this problem with running with Lion. Iphoto runs fine except when I open preferences. It does not allow me edit preferences and then crashes. I tried repairing preferences, deleting the plist file and using with a new account. Even crashes without any files loaded.

    I am using  iPhoto 9.1.5

  • Java Preferences Repeatedly Crashes

    Hi, I have installed Java 6 on my MacBook Pro and made the mistake of setting Java Preferences app to use Java 6 for applets and such. Now, Safari won't run any applets, and Java Preferences itself crashes. When I run Java Preferences from the command line I see the following exception:
    $ /Applications/Utilities/Java\ Preferences.app/Contents/MacOS/Java\ Preferences
    [LaunchRunner Error] The main class "com.sun.deploy.panel.ControlPanel" could not be found.
    [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
    Exception in thread "main" java.lang.NullPointerException
    at apple.launcher.LaunchRunner.run(LaunchRunner.java:112)
    at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
    at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
    I tried to remove Java 6 to see if that would make Java Preferences automatically revert...I was wishing too hard. Any help on how to make Java Preferences work again would be much appreciated, I love my Safari and use a lot of applets through it for work.
    Thanks in advance!

    I am having the same problem. I am unable to launch Java preferences, and thus unable to change the Java settings, and therefore also unable to run any application that requires Java.
    I am not sure which version of Java I have, but I suppose it is the newest available. I am running the Mac OS X (10.5.8) so I should be able to run the new version of Java. Nevertheless, I am unable to launch Java Preferences.
    I have not been able to test whether I can run the application from the Terminal as suggested, since my setup appears to be different. I only have Java Preferences.app in the Utilities-folder.
    Any suggestions are highly appreciated.
    Thanks/

Maybe you are looking for

  • What's the solution to a frozen iTunes movie rental on a current Macbook Pro with current software? I think perhaps no one knows.

    I rented Harry Potter and the Sorcerer's Stone (Extended Version) tonight, because I'm taking my family to Universal's Wizarding World of Harry Potter tomorrow. This is the kind of event that can't happen just any ol' day; it's expensive, a big deal

  • Blank adobe form displayed in  web dynpro application

    Hi,              I have created an Interactive Adobe form using web dynpro Java. When I run the form (in IE), a blank page is displayed. If I keep the Adobe reader open and run the form on IE, the form is opened in reader and it's working. When I acc

  • Multiple Ipods connected to the same computer

    Is it possible to have two Ipds connected to the same computer, synchronizing with two separate Itunes libraries ?

  • GOOGLE RANKINGS

    Hi, does anyone have any experience in getting websites ranked in google/yahoo etc. I have built a website for my daughters skating club using url of: www.nlfsc.com but this does not get ranked in google. The site is held on the mobile me server. I h

  • R12.2.2 installation

    Hi i would like to install latest R12.2.2 release for in house practice with vision database(not for production environment. can anybody let me know which files i need to download out of 121 media files.