Bug:Unable to initialize the credential store[Version 11.1.1.0.2]

Hi Experts,
Is this Jdeveloper 11gR2 (Studio Edition Version 11.1.1.0.2) Bug!!
I did connect by this JDeveloper IDE and working well for different projects but I have found it when I import project by Subversion from another Repository. After importing this project I am trying to connect (when tried to test connection then it shows success but when do click Ok button then it shows Exception) and failed to getting Exception as "Unable to initialize the credential store"
Please note that there only one file exists in \src\META-INF\ is weblogic-application.xml
Please Help me how to solve this issue. Its quite urgent.
javax.naming.NamingException [Root exception is oracle.adf.share.security.ADFSecurityRuntimeException: Unable to initialize the credential store.   
     at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:390)
     at oracle.adf.share.jndi.ContextImpl.saveDocument(ContextImpl.java:702)
     at oracle.adf.share.jndi.ContextImpl.save(ContextImpl.java:720)
     at oracle.adf.share.jndi.AdfInitialContext.save(AdfInitialContext.java:91)
     at oracle.adfinternal.rc.connection.UncloseableContextWrapper.save(UncloseableContextWrapper.java:89)
     at oracle.jdeveloper.rescat2.util.ConnectionUtil.invokeOldStyleWizard(ConnectionUtil.java:137)
     at oracle.jdeveloper.rescat2.util.ConnectionUtil.showWizard(ConnectionUtil.java:66)
     at oracle.adf.share.dt.AppConnContextMenuListener.onNewConnection(AppConnContextMenuListener.java:600)
     at oracle.adf.share.dt.AppConnContextMenuListener.newReposConnHandled(AppConnContextMenuListener.java:594)
     at oracle.adf.share.dt.AppConnContextMenuListener.handleEvent(AppConnContextMenuListener.java:120)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261)
     at java.awt.Component.processMouseEvent(Component.java:6041)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
     at java.awt.Component.processEvent(Component.java:5806)
     at java.awt.Container.processEvent(Container.java:2058)
     at java.awt.Component.dispatchEventImpl(Component.java:4413)
     at java.awt.Container.dispatchEventImpl(Container.java:2116)
     at java.awt.Component.dispatchEvent(Component.java:4243)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
     at java.awt.Container.dispatchEventImpl(Container.java:2102)
     at java.awt.Window.dispatchEventImpl(Window.java:2440)
     at java.awt.Component.dispatchEvent(Component.java:4243)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Caused by: oracle.adf.share.security.ADFSecurityRuntimeException: Unable to initialize the credential store.   
     at oracle.adf.share.security.credentialstore.CredentialStoreContext.getCredentialStorage(CredentialStoreContext.java:174)
     at oracle.adf.share.security.credentialstore.CredentialStoreContext.getCredentialProvisioner(CredentialStoreContext.java:98)
     at oracle.adf.share.security.credentialstore.CredentialProvisioner.<init>(CredentialProvisioner.java:43)
     at oracle.adf.share.jndi.CredentialStoreHelper.<init>(CredentialStoreHelper.java:52)
     at oracle.adf.share.jndi.ReferenceStoreHelper.saveCredentials(ReferenceStoreHelper.java:436)
     at oracle.adf.share.jndi.ContextImpl.saveDocument(ContextImpl.java:692)
     ... 38 more
Caused by: java.lang.reflect.InvocationTargetException
     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:513)
     at oracle.adf.share.security.credentialstore.CredentialStoreContext.getCredentialStorage(CredentialStoreContext.java:170)
     ... 43 more
Caused by: oracle.adf.share.security.ADFSecurityRuntimeException: Unable to initialize the credential store.   
java.io.FileNotFoundException: F:\BANK\SVNaticps\src\META-INF\jps-config.xml (The system cannot find the file specified)
     at oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore.initialize(CSFDTCredentialStore.java:184)
     at oracle.adf.share.security.providers.jps.CSFCredentialStore.<init>(CSFCredentialStore.java:204)
     at oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore.<init>(CSFDTCredentialStore.java:93)
     ... 48 more
Caused by: oracle.security.jps.JpsException: java.io.FileNotFoundException: F:\BANK\SVNaticps\src\META-INF\jps-config.xml (The system cannot find the file specified)
     at oracle.adf.share.dt.jps.FileBasedJpsConfigStorage$FileBasedReader.parse(FileBasedJpsConfigStorage.java:60)
     at oracle.adf.share.dt.jps.JpsConfigReader.readXML(JpsConfigReader.java:79)
     at oracle.adf.share.dt.jps.JpsConfigUtils.readJpsConfig(JpsConfigUtils.java:123)
     at oracle.adf.share.dt.jps.JpsConfigUtils.getCredentialStore(JpsConfigUtils.java:1275)
     at oracle.adf.share.dt.jps.JpsConfigUtils.getCredentialStore(JpsConfigUtils.java:1301)
     at oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore.initialize(CSFDTCredentialStore.java:159)
     ... 50 more
Caused by: java.io.FileNotFoundException: F:\BANK\SVNaticps\src\META-INF\jps-config.xml (The system cannot find the file specified)
     at java.io.FileInputStream.open(Native Method)
     at java.io.FileInputStream.<init>(FileInputStream.java:106)
     at java.io.FileInputStream.<init>(FileInputStream.java:66)
     at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
     at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
     at java.net.URL.openStream(URL.java:1009)
     at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2590)
     at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:236)
     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:208)
     at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
     at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
     at oracle.adf.share.dt.jps.FileBasedJpsConfigStorage$FileBasedReader.parse(FileBasedJpsConfigStorage.java:55)
     ... 55 moreEdited by: Zakir Hossain on Jun 7, 2009 1:37 PM

Hi,
Now I can work and connecting on it after importing connection files/parameters what created from another site of that Repository. And also can possible to do new connection.*
But my question is why not getting proper message, why need to waste time about this type of error?*
In JDeveloper 11g versions have lots of meaningless exceptions another is NullPointerException. Why not give us prompt with proper and valid information. I am very much tired about finding and identifying this types of BUG :)*
Wish will be resolved by releasing a patch ASAP.*
Regards
Zakir
===

Similar Messages

  • Error while installing exchange2007 : Unable to initialize the Microsoft Exchange Information Store service. Failed to find the

    Hi,
    I am trying fresh install of exchange2007, everything gone well but, finally it thrown a error saying :
    Unable to initialize the Microsoft Exchange Information Store service. Failed to find the working directory parameter from the registry - Error 0x80004005.
    the installation log says
    6/5/2007 3:14:05 PM] [1] Processing component 'Mailbox Service Control (Last)' (Starting mailbox services).
    [6/5/2007 3:14:05 PM] [1] Executing 'start-SetupService -ServiceName MSExchangeIS -MaximumWaitTime "unlimited"', handleError = False
    [6/5/2007 3:14:05 PM] [2] Launching sub-task '$error.Clear(); start-SetupService -ServiceName MSExchangeIS -MaximumWaitTime "unlimited"'.
    [6/5/2007 3:14:05 PM] [2] Beginning processing.
    [6/5/2007 3:14:05 PM] [2] The maximum wait for the operation is set to 'unlimited'.
    [6/5/2007 3:14:05 PM] [2] Service checkpoint has progressed. Previous checkpoint='0' - Current checkpoint='1'.
    [6/5/2007 3:14:05 PM] [2] Will wait '10000' milliseconds for the service 'MSExchangeIS' to reach status 'Running'.
    [6/5/2007 3:14:15 PM] [2] Service 'MSExchangeIS' failed to reach status 'Running' on this server after waiting for '10000' milliseconds.
    [6/5/2007 3:14:15 PM] [2] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [2] [ERROR] Unexpected Error
    [6/5/2007 3:14:15 PM] [2] [ERROR] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [2] Ending processing.
    [6/5/2007 3:14:15 PM] [1] The following 1 error(s) occurred during task execution:
    [6/5/2007 3:14:15 PM] [1] 0.  ErrorRecord: Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] 0.  ErrorRecord: Microsoft.Exchange.Configuration.Tasks.ServiceFailedToStartException: Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] [ERROR] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] Setup is halting task execution because of one or more errors in a critical task.
    [6/5/2007 3:14:15 PM] [1] Finished executing component tasks.
    [6/5/2007 3:14:15 PM] [1] Ending processing.
    [6/5/2007 3:14:18 PM] [0] End of Setup
    [6/5/2007 3:14:18 PM] [0] **********************************************
    this I am trying on my test system please help me out in resolving the issue
    thanks in advance,

    Gary,
    Open Registry Editor.
    In Registry Editor, navigate to the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
    Create the following value (REG_SZ): Working Directory and give it a value that points to the new database folder.
    Make sure you back up the registry before you do any changes on it.
    Raj

  • Unable to initialize the Microsoft Exchange Information Store service because the clocks on the client and on the server machine are skewed

    Each time I restart this exchange server, the Information Store and System Attendant don't start. If It try to manually start the services, I get the follow errors:
    Event ID 5003:
    Unable to initialize the Microsoft Exchange Information Store service because the clocks on the client and on the server machine are skewed. This may be caused by a time change either in the client or the server machine, and may require a reboot of that machine. Other than that, verify that your domain is properly configured and is currently online.
    Event ID 1005:
    Unexpected error The clocks on the client and server machines are skewed. ID no: 80090324 Microsoft Exchange System Attendant  occurred.
    The clocks on the domain controllers and the exchange server are set to the same time zones. As well, all three clocks are in sync down to the second. Any ideas on what's causing this and how to fix it?

    Run this Command from the Exchange Server
    Net time \\ADServerName /Set
    and confirm the action,
    and then you need to restart the service
    Microsoft Exchange Active Directory Topology Service
    and confirm you are not getting the Error 4001 in the event Viewer.
    Thank you, it resolved my issue after being sweating looking for solution.
    How can I prevent this from happening? I cannot restart services on each server reboot nor lose 5 years of my life!!!
    Sokratis Laskaridis MCP, MCTS, MCITP, Small Business Specialist Netapp ASAP, Symantec STS

  • Unable to initialize the Microsoft Exchange Information Store service. - Error 0x96f.

    PLease help, I've rstored from backup three times with no success I'm getting the following error
    "Unable to initialize the Microsoft Exchange Information Store service.   - Error 0x96f. "
    It's LDap related but i have no idea why :-(
    Best Regards Bernhard

    IPv6 had been disabled for months on my SBS 2008 Server running Exchange 2007 SP1.  I ran 40 or so Windows Updates; subsequently, the next morning Exchange was no longer running; topology issues, event ID 2604, 2114 and 2601 were all over my Application
    Log.  After 12 hours of research I found this post; figured it was worth a shot and instantly all my services for Exchange fired up.  Thanks for the tip; I have no idea which update changed what in regards to needing IPv6 enabled, but that silly
    little check mark fixed it.  
    Thank you for sharing your solution! 
    Dan

  • Recently I have been unable to access the Itunes store.  I am currently using Itunes version 11.0.3.42.  Because I am using an older version of Itunes is that the reason I can't access the Itunes store?

    I recently have been unable to access the ITunes store.  I am currently running ITunes version 11.0.3.42.  Do I need to update to the current version of ITunes in order to connect to the ITunes store, or is there another reason I cannot connect?

    Hello stephencadmaster,
    Running the current version of iTunes is recommended. After reviewing your post, I have located an article that can help. It contains a number of troubleshooting steps and helpful advice concerning iTunes Store issues:
    iTunes: Advanced iTunes Store troubleshooting
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • JPS-00080: Credential store schema version 12.1.2.0.0 is less than the latest schema version 12.1.3.0.0, upgrade the Credential store schema to latest version.

    JPS-00080: Credential store schema version 12.1.2.0.0 is less than the latest schema version 12.1.3.0.0, upgrade the Credential store schema to latest version.
    Hi All,
    When trying to extend my domain, it fails with above error.
    any suggestions on fix?
    is this related to Fusion Infrastructure ADF RCU utility?
    thanks

    Hi JCGO,
    The Schema installed on your DB is 12.1.2.0.0 but the Domain Extension requires 12.1.3.0.0.
    One solution is to run the 12.1.3.0.0 RCU,  drop the existing schema on your DB, followed by installation 12.1.3.0.0 schema on the DB, so that the Domain extension gets the 12.1.3.0.0 schema
    One more solution is to open the template on which you are extending the domain. The templates are present in ${MW_HOME}/oracle_common/common/templates/wls , explore to the required configuration inside yourtemplate.jar and comment out the Credential store schema version pre-requisite. This is not a good approach, but still it'll be a good workaround since 12.1.2.0.0 and 12.1.3.0.0 schema wont have much difference.
    Thanks,
    Shiva Shankar  B N

  • I just recently downloaded the newest version of iTunes and am signed into my account, but I am unable to access the iTunes Store. Please help!

    I just recently downloaded the newest version of iTunes and am signed into my iTunes account, but I am unable to access the iTunes Store. I didn't get an error message with a reason why I am unable to connect, I'm just not able to connect to the iTunes Store. Please help!

    https://discussions.apple.com/message/22904334

  • Unable to initialize the server: Server failed to bind to the requested por

    I am facing the error while starting the server. I see the following error.
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <WebLogicServer> <BEA-000350> <Unable to create a server socket on Channel Default for: 162.86.20.87, port: 8101. java.net.BindException: Address already in use Perhaps the address 162.86.20.87 is incorrect or another process is using port 8101.>
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <Security> <BEA-090085> <Server failed to bind to the configured port. The port may already be used by another process.>
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: Server failed to bind to the requested port. See preceeding log message for details.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bind to the requested port. See preceeding log message for details.'
    Reason: Server failed to bind to the requested port. See preceeding log message for details.
    If the port is already in use how to find which server is running on that port, how to find the process and kill it. I am using weblogic 8.1 sp4 in Solaris 8.

    Bruce:
    It sounds like (as you already note) failed to shutdown WLS, that is why the
    .loc file was held and why the port is in use, WLS process was still
    running. To see why it failed to shut down, I would examine the
    weblogic.log, aslo the servers std out and err. Additionally taking a
    thread dump (if possible) on the "it wont shut down" wls java process should
    show (maybe unless the VM is hosed), where/what is hanging on/around. Do
    you happen to have native code running with wls, say a type 2 JDBC driver?
    Otherwise it sounds like a VM bug. But more data is needed to be sure.
    Cheers
    mbg
    "Bruce Bryan" <[email protected]> wrote in message
    news:3ef08499$[email protected]..
    I was shutting down the WLS server using the console shutdown and itfailed to shutdown completely. I then attempted to use the kill command on
    the process which usually works. This time I was unable to kill the process
    without using the kill -9 command. When I attempted to bring the server
    back up I got a failure to get a lock on the embedded ldap. I removed the
    .loc file and came further up but was unable to get further than the
    listener ports which were still locked to the old process. Do you know of
    anything I can do the get the WLS server back up without rebooting my
    Solaris server????
    netstat -an shows the port is in use but the only process that is alloweduse that port is WLS.

  • Not able to Start Hyper-V(2012 R2) VM when placing the VM config file on Samba Share,Its giving error:Unable to initialize the saveset

    ---We are trying to setup Hyper-V on Samba shares samba version 3.6 exported from Ubuntu  M/c. Basically runnig the Public(share) from the Ubuntu and able to access it from Windows 2012 (create/modify everything). I used Hyper-V and placed the disks
    ".vhd" on this , VM succesfull created and started. However when I placed the VM config files on this (samba) shares VM created successfully but its not starting, Its giving error like Unable to initialize the saveset -- Any idea how to place the
    Hyper-V VM config files samba share?

    Hi Rakesh KK,
    Please confirm your share meet the Serve 2012r2 Hyper-V requirement, you can refer the following KB to get more detail require conditions.
    Deploy Hyper-V over SMB
    http://technet.microsoft.com/en-us/library/jj134187.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • My App store doesn´t work under my user. Everything is ok if I start with a guest user. I have a Yosemite MacBook Pro. How can I solve this? Because I'm unable to open the App Store, Mail, Contacts and so on. Please can you help me.

    My App store doesn´t work under my user. Everything is ok if I start with a guest user. I have a Yosemite MacBook Pro. How can I solve this? Because I'm unable to open the App Store, Mail, Contacts and so on. Please can you help me.

    Here it is. Hope that helps. Thank You.
    28/01/15 21:57:12,043 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    28/01/15 21:57:12,043 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d251b0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,044 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d25ec0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,046 App Store[1494]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.appstore/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,051 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c407a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,051 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c41440 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,053 CalendarAgent[1495]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.CalendarAgent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,056 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[1497]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    28/01/15 21:57:12,427 com.apple.xpc.launchd[1]: (com.apple.appstore.18776[1494]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,472 ReportCrash[1497]: Saved crash report for App Store[1494] version 2.0 (376.6.2) to /Users/HV/Library/Logs/DiagnosticReports/App Store_2015-01-28-215712_MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,485 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/App%20Store_2015-01-27-212748_M acBook-Pro-de-HV.crash
    28/01/15 21:57:12,505 AddressBookSourceSync[1498]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    28/01/15 21:57:12,506 AddressBookSourceSync[1498]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    28/01/15 21:57:12,507 AddressBookSourceSync[1498]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
    *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  AddressBook                         0x00007fff8b99d3a1 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 54
      12  AddressBook                         0x00007fff8ba87370 -[PHXSource addressBook] + 146
      13  CardDAVPlugin                       0x00000001096cbfd0 -[PHXCardDAVSource addressBook] + 47
      14  AddressBookSourceSync               0x00000001075ca28e AddressBookSourceSync + 8846
      15  AddressBook                         0x00007fff8b9a4d2e __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
      16  CoreFoundation                      0x00007fff8943b385 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 133
      17  CoreFoundation                      0x00007fff8943aa89 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 313
      18  AddressBook                         0x00007fff8b9a4d04 -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 168
      19  AddressBook                         0x00007fff8b9a4c46 -[NSArray(ABArrayAdditions) _abMap:] + 91
      20  AddressBookSourceSync               0x00000001075ca05e AddressBookSourceSync + 8286
      21  AddressBookSourceSync               0x00000001075ca4fb AddressBookSourceSync + 9467
      22  libdyld.dylib                       0x00007fff933045c9 start + 1
      23  ???                                 0x0000000000000001 0x0 + 1
    28/01/15 21:57:12,606 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f369d0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,607 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f375a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,609 LaterAgent[1500]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.lateragent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,619 Problem Reporter[1499]: Failed to connect (_imageWell) outlet from (ProblemReportWindowController) to (NSImageView): missing setter or instance variable
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent[1495]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    28/01/15 21:57:12,713 ReportCrash[1497]: Saved crash report for CalendarAgent[1495] version 8.0 (316) to /Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215712_MacBoo k-Pro-de-HV.crash
    28/01/15 21:57:12,746 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215343 _MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,043 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    28/01/15 21:57:12,043 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d251b0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,044 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d25ec0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,046 App Store[1494]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.appstore/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,051 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c407a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,051 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c41440 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,053 CalendarAgent[1495]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.CalendarAgent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,056 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[1497]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    28/01/15 21:57:12,427 com.apple.xpc.launchd[1]: (com.apple.appstore.18776[1494]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,472 ReportCrash[1497]: Saved crash report for App Store[1494] version 2.0 (376.6.2) to /Users/HV/Library/Logs/DiagnosticReports/App Store_2015-01-28-215712_MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,485 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/App%20Store_2015-01-27-212748_M acBook-Pro-de-HV.crash
    28/01/15 21:57:12,505 AddressBookSourceSync[1498]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    28/01/15 21:57:12,506 AddressBookSourceSync[1498]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    28/01/15 21:57:12,507 AddressBookSourceSync[1498]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
    *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  AddressBook                         0x00007fff8b99d3a1 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 54
      12  AddressBook                         0x00007fff8ba87370 -[PHXSource addressBook] + 146
      13  CardDAVPlugin                       0x00000001096cbfd0 -[PHXCardDAVSource addressBook] + 47
      14  AddressBookSourceSync               0x00000001075ca28e AddressBookSourceSync + 8846
      15  AddressBook                         0x00007fff8b9a4d2e __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
      16  CoreFoundation                      0x00007fff8943b385 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 133
      17  CoreFoundation                      0x00007fff8943aa89 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 313
      18  AddressBook                         0x00007fff8b9a4d04 -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 168
      19  AddressBook                         0x00007fff8b9a4c46 -[NSArray(ABArrayAdditions) _abMap:] + 91
      20  AddressBookSourceSync               0x00000001075ca05e AddressBookSourceSync + 8286
      21  AddressBookSourceSync               0x00000001075ca4fb AddressBookSourceSync + 9467
      22  libdyld.dylib                       0x00007fff933045c9 start + 1
      23  ???                                 0x0000000000000001 0x0 + 1
    28/01/15 21:57:12,606 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f369d0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,607 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f375a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,609 LaterAgent[1500]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.lateragent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,619 Problem Reporter[1499]: Failed to connect (_imageWell) outlet from (ProblemReportWindowController) to (NSImageView): missing setter or instance variable
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent[1495]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    28/01/15 21:57:12,713 ReportCrash[1497]: Saved crash report for CalendarAgent[1495] version 8.0 (316) to /Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215712_MacBoo k-Pro-de-HV.crash
    28/01/15 21:57:12,746 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215343 _MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,043 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    28/01/15 21:57:12,043 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d251b0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,044 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d25ec0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,046 App Store[1494]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.appstore/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,051 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c407a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,051 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c41440 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,053 CalendarAgent[1495]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.CalendarAgent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,056 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[1497]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    28/01/15 21:57:12,427 com.apple.xpc.launchd[1]: (com.apple.appstore.18776[1494]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,472 ReportCrash[1497]: Saved crash report for App Store[1494] version 2.0 (376.6.2) to /Users/HV/Library/Logs/DiagnosticReports/App Store_2015-01-28-215712_MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,485 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/App%20Store_2015-01-27-212748_M acBook-Pro-de-HV.crash
    28/01/15 21:57:12,505 AddressBookSourceSync[1498]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    28/01/15 21:57:12,506 AddressBookSourceSync[1498]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    28/01/15 21:57:12,507 AddressBookSourceSync[1498]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
    *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  AddressBook                         0x00007fff8b99d3a1 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 54
      12  AddressBook                         0x00007fff8ba87370 -[PHXSource addressBook] + 146
      13  CardDAVPlugin                       0x00000001096cbfd0 -[PHXCardDAVSource addressBook] + 47
      14  AddressBookSourceSync               0x00000001075ca28e AddressBookSourceSync + 8846
      15  AddressBook                         0x00007fff8b9a4d2e __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
      16  CoreFoundation                      0x00007fff8943b385 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 133
      17  CoreFoundation                      0x00007fff8943aa89 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 313
      18  AddressBook                         0x00007fff8b9a4d04 -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 168
      19  AddressBook                         0x00007fff8b9a4c46 -[NSArray(ABArrayAdditions) _abMap:] + 91
      20  AddressBookSourceSync               0x00000001075ca05e AddressBookSourceSync + 8286
      21  AddressBookSourceSync               0x00000001075ca4fb AddressBookSourceSync + 9467
      22  libdyld.dylib                       0x00007fff933045c9 start + 1
      23  ???                                 0x0000000000000001 0x0 + 1
    28/01/15 21:57:12,606 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f369d0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,607 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f375a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,609 LaterAgent[1500]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.lateragent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,619 Problem Reporter[1499]: Failed to connect (_imageWell) outlet from (ProblemReportWindowController) to (NSImageView): missing setter or instance variable
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent[1495]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    28/01/15 21:57:12,713 ReportCrash[1497]: Saved crash report for CalendarAgent[1495] version 8.0 (316) to /Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215712_MacBoo k-Pro-de-HV.crash
    28/01/15 21:57:12,746 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215343 _MacBook-Pro-de-HV.crash
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d251b0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d25ec0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV App Store[1494]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.appstore/ modes[1]=0700: Permission denied
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c407a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c41440 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV CalendarAgent[1495]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.CalendarAgent/ modes[1]=0700: Permission denied
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.ReportCrash[1497]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.appstore.18776[1494]): Service exited due to signal: Illegal instruction: 4
    Jan 28 21:57:12 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for App Store[1494] version 2.0 (376.6.2) to /Users/HV/Library/Logs/DiagnosticReports/App Store_2015-01-28-215712_MacBook-Pro-de-HV.crash
    Jan 28 21:57:12 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/App%20Store_2015-01-27-212748_M acBook-Pro-de-HV.crash
    Jan 28 21:57:12 MBP-de-HV.lan AddressBookSourceSync[1498]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    Jan 28 21:57:12 MBP-de-HV.lan AddressBookSourceSync[1498]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    Jan 28 21:57:12 MBP-de-HV.lan AddressBookSourceSync[1498]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
      *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  AddressBook                         0x00007fff8b99d3a1 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 54
      12  AddressBook                         0x00007fff8ba87370 -[PHXSource addressBook] + 146
      13  CardDAVPlugin                       0x00000001096cbfd0 -[PHXCardDAVSource addressBook] + 47
      14  AddressBookSourceSync               0x00000001075ca28e AddressBookSourceSync + 8846
      15  AddressBook                         0x00007fff8b9a4d2e __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
      16  CoreFoundation                      0x00007fff8943b385 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 133
      17  CoreFoundation                      0x00007fff8943aa89 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 313
      18  AddressBook                         0x00007fff8b9a4d04 -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 168
      19  AddressBook                         0x00007fff8b9a4c46 -[NSArray(ABArrayAdditions) _abMap:] + 91
      20  AddressBookSourceSync               0x00000001075ca05e AddressBookSourceSync + 8286
      21  AddressBookSourceSync               0x00000001075ca4fb AddressBookSourceSync + 9467
      22  libdyld.dylib                       0x00007fff933045c9 start + 1
      23  ???                                 0x0000000000000001 0x0 + 1
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f369d0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f375a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV LaterAgent[1500]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.lateragent/ modes[1]=0700: Permission denied
    Jan 28 21:57:12 MBP-de-HV.lan Problem Reporter[1499]: Failed to connect (_imageWell) outlet from (ProblemReportWindowController) to (NSImageView): missing setter or instance variable
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.CalendarAgent[1495]): Service exited due to signal: Illegal instruction: 4
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.CalendarAgent): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    Jan 28 21:57:12 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for CalendarAgent[1495] version 8.0 (316) to /Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215712_MacBoo k-Pro-de-HV.crash
    Jan 28 21:57:12 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215343 _MacBook-Pro-de-HV.crash
    Jan 28 21:57:13 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.lateragent[1500]): Service exited due to signal: Illegal instruction: 4
    Jan 28 21:57:13 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.lateragent): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    Jan 28 21:57:13 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for LaterAgent[1500] version ??? to /Users/HV/Library/Logs/DiagnosticReports/LaterAgent_2015-01-28-215713_MacBook-P ro-de-HV.crash
    Jan 28 21:57:13 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/LaterAgent_2015-01-28-215345_Ma cBook-Pro-de-HV.crash
    Jan 28 21:57:13 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.AddressBook.SourceSync[1498]): Service exited due to signal: Abort trap: 6
    Jan 28 21:57:13 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.AddressBook.SourceSync): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    Jan 28 21:57:13 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for AddressBookSourceSync[1498] version 9.0 (1563) to /Users/HV/Library/Logs/DiagnosticReports/AddressBookSourceSync_2015-01-28-21571 3_MacBook-Pro-de-HV.crash
    Jan 28 21:57:13 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/AddressBookSourceSync_2015-01-2 8-215344_MacBook-Pro-de-HV.crash
    Jan 28 21:57:14 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Jan 28 21:57:14 MBP-de-HV.lan secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c34510 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:14 MBP-de-HV.lan secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c350c0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:14 MBP-de-HV soagent[1507]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.soagent/ modes[1]=0700: Permission denied
    Jan 28 21:57:14 --- last message repeated 1 time ---
    Jan 28 21:57:14 MBP-de-HV.lan soagent[1507]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    Jan 28 21:57:14 MBP-de-HV.lan soagent[1507]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    Jan 28 21:57:14 MBP-de-HV.lan soagent[1507]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
      *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  IMCore                              0x00007fff9509b80b IMTranscriptChatItemEqual + 176400
      12  libdispatch.dylib                   0x00007fff93103c13 _dispatch_client_callout + 8
      13  libdispatch.dylib                   0x00007fff93103b26 dispatch_once_f + 117
      14  IMCore                              0x00007fff950524eb OBJC_METACLASS_$_IMSPIMessage + 455538043
      15  IMCore                              0x00007fff95087650 IMTranscriptChatItemEqual + 94037
      16  libdispatch.dylib                   0x00007fff93103c13 _dispatch_client_callout + 8
      17  libdispatch.dylib                   0x00007fff93103b26 dispatch_once_f + 117
      18  IMCore                              0x00007fff95086964 IMTranscriptChatItemEqual + 90729
      19  IMCore                              0x00007fff9508827b IMTranscriptChatItemEqual + 97152
      20  IMCore                              0x00007fff95052f76 OBJC_METACLASS_$_IMSPIMessage + 455540742
      21  IMCore                              0x00007fff9508a88f IMTranscriptChatItemEqual + 106900
      22  CoreFoundation                      0x00007fff894648a6 ___forwarding___ + 518
      23  CoreFoundation                      0x00007fff89464618 _CF_forwarding_prep_0 + 120
      24  IMCore                              0x00007fff95088146 IMTranscriptChatItemEqual + 96843
      25  IMCore                              0x00007fff9508843e IMTranscriptChatItemEqual + 97603
      26  IMCore                              0x00007fff950885fc IMTranscriptChatItemEqual + 98049
      27  IMCore                              0x00007fff9508887d IMTranscriptChatItemEqual + 98690
      28  MessagesHelperKit                   0x0000000101661dae MessagesHelperKit + 7598
      29  libdispatch.dylib                   0x00007fff93103c13 _dispatch_client_callout + 8
      30  libdispatch.dylib                   0x00007fff93103b26 dispatch_once_f + 117
      31  libobjc.A.dylib                     0x00007fff8a6f41b5 _class_initialize + 649
      32  libobjc.A.dylib                     0x00007fff8a6f3f7f _class_initialize + 83
      33  libobjc.A.dylib                     0x00007fff8a704777 lookUpImpOrForward + 322
      34  libobjc.A.dylib                     0x00007fff8a6ee1ac objc_msgSend + 236
      35  Foundation                          0x00007fff8de18669 -[NSBundle loadAndReturnError:] + 693
      36  MessagesHelperKit                   0x0000000101664045 MessagesHelperKit + 16453
      37  libdispatch.dylib                   0x00007fff93108323 _dispatch_call_block_and_release + 12
      38  libdispatch.dylib                   0x00007fff93103c13 _dispatch_client_callout + 8
      39  libdispatch.dylib                   0x00007fff9310fcbf _dispatch_main_queue_callback_4CF + 861
      40  CoreFoundation                      0x00007fff8946dc79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
      41  CoreFoundation                      0x00007fff8942a30f __CFRunLoopRun + 2159
      42  CoreFoundation                      0x00007fff89429858 CFRunLoopRunSpecific + 296
      43  Foundation                          0x00007fff8de43849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
      44  Foundation                          0x00007fff8df3f24f -[NSRunLoop(NSRunLoop) run] + 74
      45  soagent                             0x0000000101656be5 soagent + 3045
      46  libdyld.dylib                       0x00007fff933045c9 start + 1
    Jan 28 21:57:14 MBP-de-HV com.apple.xpc.launchd[1] (com.amazon.music[1506]): Service exited with abnormal code: 1
    Jan 28 21:57:14 MBP-de-HV com.apple.xpc.launchd[1] (com.amazon.music): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    Jan 28 21:57:14 MBP-de-HV.lan com.apple.dock.extra[288]: SOHelperCenter main connection interrupted
    Jan 28 21:57:14 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.soagent[1507]): Service exited due to signal: Abort trap: 6
    Jan 28 21:57:14 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for soagent[1507] version ??? to /Users/HV/Library/Logs/DiagnosticReports/soagent_2015-01-28-215714_MacBook-Pro- de-HV.crash
    Jan 28 21:57:14 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/soagent_2015-01-28-215346_MacBo ok-Pro-de-HV.crash

  • Unable to create the Mailbox Store. The database returned an error

    hi we have a new unity connection 10.51 install . trying to create a 2nd mailbax store and get the following error:
    Unable to create the Mailbox Store. The database returned an error.
    creates the store but i can't open it to mount it / enable it.

    Sadly, that did not resolve the problem. The app still terminated and generated an error. Any other suggestions?
    Here is the first portion of the error it generates:
    Process:         App Store [3200]
    Path:            /Applications/App Store.app/Contents/MacOS/App Store
    Identifier:      com.apple.appstore
    Version:         1.0.2 (63.1)
    Build Info:      Firenze-630100~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [239]
    Date/Time:       2011-08-17 21:43:21.942 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          23825 sec
    Crashes Since Last Report:           10
    Per-App Interval Since Last Report:  21 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      4133601A-34FD-472F-98E6-73E4DE9BFC06
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    *** Terminating app due to uncaught exception 'NSImageCacheException', reason: 'Cannot lock focus on image <NSImage 0x10037c3c0 Size={0, 0} Reps=(
    )>, because it is size zero.'

  • Could not initialize the Password Store Database Link value in Preference Store

    I have 9iAS release 2, insfrastructure and midtier installed on the same Windows 2000 box...
    I am trying to install and configure portal on remote machine (solaris) on RDBMS 9.0.1.4...
    - Portal installation was no problem
    - creating a new DAD was no problem
    Now, I am trying to configure portal with MIDTIER mode...It falls over on STEP 1 for INSTALL_ACTION:assocPortalToExistingSSO() module with following error message:
    "SQL> Could not initialize the Password Store Database Link value in Preference Store
    ERROR: User-Defined Exception"
    Database link is been created on my remote database by ptlasst.bat command...
    How do I see whether that DB LINK is working properly ?
    Any comment would be helpful...
    Jagdish

    I found the problem to the iTunes Music Store connectivity. When iTunes version 6 is installed, it places a configuration / preferences file in the following location:
    "C:\Documents and Settings\<user>\Application Data\Apple Computer\iTunes\iTunes.pref"
    This file contains several very large keys:
    Preferences:129= (41,826 characters in length)
    Music Store= (1,722 Characters in length)
    Somewhere in these keys is stored are references to userid's, connections or other TCP/IP / internet connectivity objects that are being used when iTunes is installed. By deleting this file, these old setting appear to be cleared out.
    In my case, one or more of the keys in this file appear to have been storing a property from my old dial-up ISP connection that was no longer valid for my new, Comcast cable modem connection.
    Once I deleted this file, and re-started iTunes, it was as if I had never run the software before. I bypassed the option for searching for and importing .mp4's from My Music, and Itunes opened correctly, with full access to the music store. My library and playlists were intact and all is well.
    Apple should re-write the protion of iTunes codes that stores anything pertaning to an internet connection that may change over time. Alternatively, iTunes should either A) Prompt for this information B) Enable user access to this parameter in a settings dialog C) Access this information dynamically at runtime.
    Paul

  • I am unable to access the app store and certain websites on my ipod touch. I already tried restoring nothing changed. Also it is post ios 6. Can anyone help?

    Not sure what happened but after I downloaded iOS 6 to my iPod touch 4th gen i was unable to use the app store and go on certain websites like yahoo.com, cracked.com and other websites I ussually visit. On top of that the yahoo weather app does not update and always says it fails. I just restored my ipos and nothing changed. Does anyone have an idea of whats going on here?

    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • Manged servers is not getting started (Unable to initialize the server)

    Hi,
    I have weblogic 7.0 is installed in solaris . I configured one of my managed servers on port 80 , while starting the managed server it's giving me the following error:
    <May 27, 2009 12:20:05 PM IST> <Emergency> <WebLogicServer> <000350> <Unable to create a server socket on Channel Default for: 172.16.42.16, port: 80. java.net.BindException: Permission denied Perhaps the address 10.16.39.16 is incorrect or another process is using port 80.>
    <May 27, 2009 12:20:06 PM IST> <Emergency> <Security> <090085> <Server failed to bind to any port such that it is not reachable from the console.>
    <May 27, 2009 12:20:06 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal initialization exception>
    ontext.java:2727)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:2700)
    at weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:563)
    at weblogic.servlet.internal.WebService.preloadResources(WebService.java:476)
    at weblogic.t3.srvr.ServletInitRunner$1.run(ServletInitRunner.java:50)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
    at weblogic.t3.srvr.ServletInitRunner.run(ServletInitRunner.java:46)
    at java.lang.Thread.run(Thread.java:479)
    <May 27, 2009 12:22:38 PM IST> <Emergency> <WebLogicServer> <000350> <Unable to create a server socket on Channel Default for: 172.16.42.16, port: 80. java.net.BindException: Permission denied Perhaps the address 172.16.42.16 is incorrect or another process is using port 80.>
    <May 27, 2009 12:22:39 PM IST> <Emergency> <Security> <090085> <Server failed to bind to any port such that it is not reachable from the console.>
    <May 27, 2009 12:22:39 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal initialization exception>
    Please do needful to reslove the problem.
    Rgds,
    Krikar.

    Hi Krikar,
    Make sure -
    1. IP is correct.
    2. Specified port is not in use
    For getting the ports-in-use list, follow below link -
    http://www.unix.com/sun-solaris/87330-list-tcp-ports-process.html
    Regards,
    Anuj

  • AnyConnect - Posture Assessment Failed: Unable to get the available CSD version....

    Hello all
    I am attempting to get the HostScan posture assessment working so we can check that any device connecting to the ASA is a valid corporate asset.
    I have installed the posture module onto our test client machine (Windows 8.1) using the following software:
    anyconnect-posture-win-4.0.00061-pre-deploy-k9
    Then in ASDM under Remote Access VPN > Host Scan Image I have uploaded the following package:
    disk0:/hostscan_3.1.06073-k9.pkg
    ...and ticked the box 'Enable Host Scan/CSD'.
    Under Remote Access VPN > Secure Desktop Manager I have configured an initial simple Prelogin policy to test it working, this simply just checks that the OS is Windows 8. A success should map this user to a Group Policy I have created that is mapped to a Connection Profile. 
    So, with all that said, when I try to connect I see that the AnyConnect client going through the motions: "Posture Assessment: Checking for updates....", after which I get a pop-up and error message:
    "Posture Assessment Failed: Unable to get the available CSD version from the secure gateway"
    A bit stumped here and haven't quite found much on the web as to how to resolve this.
    Has anyone encountered this before? If so, can you advise on what I can do
    By the way I am connecting using IKEv2 (IPsec) as these are the requirements and the AC version is 4.0.00061, ASA version: 9.2(1).
    Many thanks

    Hello
    Please forgive the shameless bump. Was hoping someone could help?
    Many thanks

Maybe you are looking for

  • Can no longer access a network drive

    After upgrading to OS X Leopard (10.5), I can no longer access my network hard disk. I use a Linksys Network Storage Link that has a 320 GB hard disk attached to it. In Tiger, I could go to the Network icon in the Finder and connect to the disk. Now

  • Problem creating webservice from existing code in sjse8

    I have a java class with three methods in an enterprise app (no ejbs) that I want to expose with webservice. In sudio5 I had no problem with webservice creation but in studio8 when I chose "From scratch, Use existing code", it gives me the opting to

  • I need help on this schematic

    I am having trouble trying to figure out this design that is being used for a simple indication that a weight is being applied to a peice of equipment. the actual pcb that I have to go off of does not give a good view of where or how it is wired.  I

  • Getting error in iTunes 7 when trying to open music store =(((((

    When trying to open the music store in iTunes 7 I get this message: "iTunes could not connect to the Music Store, Make sure your network connection is active and try again" Help would be appreciated.

  • Static factory methods, instead of constructor

    Hi All, why we use static factory methods, instead of constructor. Apart from Singleton class , what is use of static factory methods ? Thanks in Advance, Rishi