Interface Builder encountered an error communicating with the iPhone Simula

Hi,
I downloaded the latest iOS SDK and tried simple helloworld program. Once I try to build it in the xcode, it shows the following 2 errors. I tried to re-install the SDK several times, and it doesn't work.
CompileXIB MainWindow.xib
cd /Users/qingzhao/Desktop/ch1/HelloWorld
setenv IBCMINIMUM_COMPATIBILITYVERSION 3.2
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr /bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Users/qingzhao/Desktop/ch1/HelloWorld/build/Debug-iphonesimulator/HelloWorld.a pp/MainWindow.nib /Users/qingzhao/Desktop/ch1/HelloWorld/MainWindow.xib --sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2 .sdk
2010-09-22 13:07:18.333 ibtool[1155:607] Assertion Failure: [toolTask isRunning]
2010-09-22 13:07:18.337 ibtool[1155:607] File: /SourceCache/IBCocoaTouchPlugin/IBCocoaTouchPlugin-123/IBPlugin/Utilities/IBObj ectMarshalling.m
2010-09-22 13:07:18.337 ibtool[1155:607] Line: 140
2010-09-22 13:07:18.519 ibtool[1155:607] Backtrace:
0 IBCocoaTouchPlugin 0x00000001039b7dcc IBAttachToCocoaTouchTool + 1669
1 IBCocoaTouchPlugin 0x00000001039b5e9f IBAskClassInTargetRuntimeForValueForKeyPathUsingRe sultMarshallerWithContext + 147
2 IBCocoaTouchPlugin 0x0000000103a2d963 IBReleaseIsWildcat + 1791
3 IBCocoaTouchPlugin 0x0000000103a2d538 IBReleaseIsWildcat + 724
4 IBCocoaTouchPlugin 0x0000000103a2d57b IBReleaseIsWildcat + 791
5 IBCocoaTouchPlugin 0x00000001039b29f9 IBReplaceClassNamePrefixWith + 1588
6 IBCocoaTouchPlugin 0x00000001039b682e IBBuildMarshalledDescriptionOfDocument + 2093
7 IBCocoaTouchPlugin 0x00000001039b0515 IBBestTargetRuntimeForConversionFromTargetRuntime + 18393
8 IBCocoaTouchPlugin 0x00000001039abcad IBUISegmentConfiguration + 2784
9 ibtool 0x000000010000829f
10 ibtool 0x0000000100006e0c
11 ibtool 0x0000000100003161
12 ibtool 0x0000000100001dbc
2010-09-22 13:07:18.519 ibtool[1155:607] Message: Interface Builder encountered an error communicating with the iPhone Simulator. "Interface Builder Cocoa Touch Tool" (1158) failed to launch and exited with status 11. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
2010-09-22 13:07:18.520 ibtool[1155:607] Assertion Failure: NO
2010-09-22 13:07:18.520 ibtool[1155:607] File: /SourceCache/IBCocoaTouchPlugin/IBCocoaTouchPlugin-123/IBPlugin/Utilities/IBObj ectMarshalling.m
2010-09-22 13:07:18.520 ibtool[1155:607] Line: 351
2010-09-22 13:07:18.521 ibtool[1155:607] Backtrace:
0 IBCocoaTouchPlugin 0x00000001039b5f62 IBAskClassInTargetRuntimeForValueForKeyPathUsingRe sultMarshallerWithContext + 342
1 IBCocoaTouchPlugin 0x0000000103a2d963 IBReleaseIsWildcat + 1791
2 IBCocoaTouchPlugin 0x0000000103a2d538 IBReleaseIsWildcat + 724
3 IBCocoaTouchPlugin 0x0000000103a2d57b IBReleaseIsWildcat + 791
4 IBCocoaTouchPlugin 0x00000001039b29f9 IBReplaceClassNamePrefixWith + 1588
5 IBCocoaTouchPlugin 0x00000001039b682e IBBuildMarshalledDescriptionOfDocument + 2093
6 IBCocoaTouchPlugin 0x00000001039b0515 IBBestTargetRuntimeForConversionFromTargetRuntime + 18393
7 IBCocoaTouchPlugin 0x00000001039abcad IBUISegmentConfiguration + 2784
8 ibtool 0x000000010000829f
9 ibtool 0x0000000100006e0c
10 ibtool 0x0000000100003161
11 ibtool 0x0000000100001dbc
2010-09-22 13:07:18.521 ibtool[1155:607] Message: Interface Builder encountered an error communicating with the iPhone Simulator. If you choose to file a crash report or radar for this issue, please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" and include their content in your crash report.
Failed to determine the value for systemColors of UIColor.
Exception name: IBAssertionFailure
Exception reason: Interface Builder encountered an error communicating with the iPhone Simulator. "Interface Builder Cocoa Touch Tool" (1158) failed to launch and exited with status 11. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
Exception backtrace:
(null)
Exception infonull)
/* com.apple.ibtool.errors */
/Users/qingzhao/Desktop/ch1/HelloWorld/MainWindow.xib: error: ibtool failed with exception: Interface Builder encountered an error communicating with the iPhone Simulator. If you choose to file a crash report or radar for this issue, please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" and include their content in your crash report.
Failed to determine the value for systemColors of UIColor.
Exception name: IBAssertionFailure
Exception reason: Interface Builder encountered an error communicating with the iPhone Simulator. "Interface Builder Cocoa Touch Tool" (1158) failed to launch and exited with status 11. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
Exception backtrace:
(null)
Exception infonull)

I'm using 10.6.4 and having the same issue. Reinstalled the newest SDK a few times (Xcode 3.2.4 with 4.1 of the iOS SDK). I can't build anything to run on the iPhone Simulator, but building regular Mac apps works fine. Here's what it tells me when I try to build and run:
CompileXIB MainWindow.xib
cd /Users/myusername/Development/iTennis
setenv IBCMINIMUM_COMPATIBILITYVERSION 3.2
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr /bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Users/myusername/Development/iTennis/build/Debug-iphonesimulator/iTennis.app/M ainWindow.nib /Users/myusername/Development/iTennis/MainWindow.xib --sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2 .sdk
2010-10-26 17:07:21.838 ibtool[1428:607] Assertion Failure: [toolTask isRunning]
2010-10-26 17:07:21.934 ibtool[1428:607] File: /SourceCache/IBCocoaTouchPlugin/IBCocoaTouchPlugin-123/IBPlugin/Utilities/IBObj ectMarshalling.m
2010-10-26 17:07:21.934 ibtool[1428:607] Line: 140
2010-10-26 17:07:22.016 ibtool[1428:607] Backtrace:
0 IBCocoaTouchPlugin 0x000000010383ddcc IBAttachToCocoaTouchTool + 1669
1 IBCocoaTouchPlugin 0x000000010383be9f IBAskClassInTargetRuntimeForValueForKeyPathUsingResultMarshallerWithContext + 147
2 IBCocoaTouchPlugin 0x00000001038b3963 IBReleaseIsWildcat + 1791
3 IBCocoaTouchPlugin 0x00000001038b3538 IBReleaseIsWildcat + 724
4 IBCocoaTouchPlugin 0x00000001038b357b IBReleaseIsWildcat + 791
5 IBCocoaTouchPlugin 0x00000001038389f9 IBReplaceClassNamePrefixWith + 1588
6 IBCocoaTouchPlugin 0x000000010383c82e IBBuildMarshalledDescriptionOfDocument + 2093
7 IBCocoaTouchPlugin 0x0000000103836515 IBBestTargetRuntimeForConversionFromTargetRuntime + 18393
8 IBCocoaTouchPlugin 0x0000000103831cad IBUISegmentConfiguration + 2784
9 ibtool 0x000000010000829f
10 ibtool 0x0000000100006e0c
11 ibtool 0x0000000100003161
12 ibtool 0x0000000100001dbc
2010-10-26 17:07:22.017 ibtool[1428:607] Message: Interface Builder encountered an error communicating with the iPhone Simulator. "Interface Builder Cocoa Touch Tool" (1431) failed to launch and exited with status 11. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
2010-10-26 17:07:22.018 ibtool[1428:607] Assertion Failure: NO
2010-10-26 17:07:22.018 ibtool[1428:607] File: /SourceCache/IBCocoaTouchPlugin/IBCocoaTouchPlugin-123/IBPlugin/Utilities/IBObj ectMarshalling.m
2010-10-26 17:07:22.018 ibtool[1428:607] Line: 351
2010-10-26 17:07:22.019 ibtool[1428:607] Backtrace:
0 IBCocoaTouchPlugin 0x000000010383bf62 IBAskClassInTargetRuntimeForValueForKeyPathUsingResultMarshallerWithContext + 342
1 IBCocoaTouchPlugin 0x00000001038b3963 IBReleaseIsWildcat + 1791
2 IBCocoaTouchPlugin 0x00000001038b3538 IBReleaseIsWildcat + 724
3 IBCocoaTouchPlugin 0x00000001038b357b IBReleaseIsWildcat + 791
4 IBCocoaTouchPlugin 0x00000001038389f9 IBReplaceClassNamePrefixWith + 1588
5 IBCocoaTouchPlugin 0x000000010383c82e IBBuildMarshalledDescriptionOfDocument + 2093
6 IBCocoaTouchPlugin 0x0000000103836515 IBBestTargetRuntimeForConversionFromTargetRuntime + 18393
7 IBCocoaTouchPlugin 0x0000000103831cad IBUISegmentConfiguration + 2784
8 ibtool 0x000000010000829f
9 ibtool 0x0000000100006e0c
10 ibtool 0x0000000100003161
11 ibtool 0x0000000100001dbc
2010-10-26 17:07:22.020 ibtool[1428:607] Message: Interface Builder encountered an error communicating with the iPhone Simulator. If you choose to file a crash report or radar for this issue, please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" and include their content in your crash report.
Failed to determine the value for systemColors of UIColor.
Exception name: IBAssertionFailure
Exception reason: Interface Builder encountered an error communicating with the iPhone Simulator. "Interface Builder Cocoa Touch Tool" (1431) failed to launch and exited with status 11. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
Exception backtrace:
(null)
Exception info:(null)
/* com.apple.ibtool.errors */
/Users/myusername/Development/iTennis/MainWindow.xib: error: ibtool failed with exception: Interface Builder encountered an error communicating with the iPhone Simulator. If you choose to file a crash report or radar for this issue, please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" and include their content in your crash report.
Failed to determine the value for systemColors of UIColor.
Exception name: IBAssertionFailure
Exception reason: Interface Builder encountered an error communicating with the iPhone Simulator. "Interface Builder Cocoa Touch Tool" (1431) failed to launch and exited with status 11. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
Exception backtrace:
(null)
Exception info:(null)

Similar Messages

  • Interface Builder encountered an error communicating with the iPhone Simulator

    Hi,
    I downloaded the latest iOS SDK and tried simple helloworld program. Once I try to build it in the xcode, it shows the following 2 errors. I tried to re-install the SDK several times, and it doesn't work. 
    CompileXIB MainWindow.xib
    cd /Users/qingzhao/Desktop/ch1/HelloWorld
    setenv IBCMINIMUM_COMPATIBILITYVERSION 3.2
    setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr /bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Users/qingzhao/Desktop/ch1/HelloWorld/build/Debug-iphonesimulator/HelloWorld.a pp/MainWindow.nib /Users/qingzhao/Desktop/ch1/HelloWorld/MainWindow.xib --sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2 .sdk
    2010-09-22 13:07:18.333 ibtool[1155:607] Assertion Failure: [toolTask isRunning]
    2010-09-22 13:07:18.337 ibtool[1155:607] File: /SourceCache/IBCocoaTouchPlugin/IBCocoaTouchPlugin-123/IBPlugin/Utilities/IBObj ectMarshalling.m
    2010-09-22 13:07:18.337 ibtool[1155:607] Line: 140
    2010-09-22 13:07:18.519 ibtool[1155:607] Backtrace:
    0 IBCocoaTouchPlugin 0x00000001039b7dcc IBAttachToCocoaTouchTool + 1669
    1 IBCocoaTouchPlugin 0x00000001039b5e9f IBAskClassInTargetRuntimeForValueForKeyPathUsingRe sultMarshallerWithContext + 147
    2 IBCocoaTouchPlugin 0x0000000103a2d963 IBReleaseIsWildcat + 1791
    3 IBCocoaTouchPlugin 0x0000000103a2d538 IBReleaseIsWildcat + 724
    4 IBCocoaTouchPlugin 0x0000000103a2d57b IBReleaseIsWildcat + 791
    5 IBCocoaTouchPlugin 0x00000001039b29f9 IBReplaceClassNamePrefixWith + 1588
    6 IBCocoaTouchPlugin 0x00000001039b682e IBBuildMarshalledDescriptionOfDocument + 2093
    7 IBCocoaTouchPlugin 0x00000001039b0515 IBBestTargetRuntimeForConversionFromTargetRuntime + 18393
    8 IBCocoaTouchPlugin 0x00000001039abcad IBUISegmentConfiguration + 2784
    9 ibtool 0x000000010000829f
    10 ibtool 0x0000000100006e0c
    11 ibtool 0x0000000100003161
    12 ibtool 0x0000000100001dbc
    2010-09-22 13:07:18.519 ibtool[1155:607] Message: Interface Builder encountered an error communicating with the iPhone Simulator. "Interface Builder Cocoa Touch Tool" (1158) failed to launch and exited with status 11. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
    2010-09-22 13:07:18.520 ibtool[1155:607] Assertion Failure: NO
    2010-09-22 13:07:18.520 ibtool[1155:607] File: /SourceCache/IBCocoaTouchPlugin/IBCocoaTouchPlugin-123/IBPlugin/Utilities/IBObj ectMarshalling.m
    2010-09-22 13:07:18.520 ibtool[1155:607] Line: 351
    2010-09-22 13:07:18.521 ibtool[1155:607] Backtrace:
    0 IBCocoaTouchPlugin 0x00000001039b5f62 IBAskClassInTargetRuntimeForValueForKeyPathUsingRe sultMarshallerWithContext + 342
    1 IBCocoaTouchPlugin 0x0000000103a2d963 IBReleaseIsWildcat + 1791
    2 IBCocoaTouchPlugin 0x0000000103a2d538 IBReleaseIsWildcat + 724
    3 IBCocoaTouchPlugin 0x0000000103a2d57b IBReleaseIsWildcat + 791
    4 IBCocoaTouchPlugin 0x00000001039b29f9 IBReplaceClassNamePrefixWith + 1588
    5 IBCocoaTouchPlugin 0x00000001039b682e IBBuildMarshalledDescriptionOfDocument + 2093
    6 IBCocoaTouchPlugin 0x00000001039b0515 IBBestTargetRuntimeForConversionFromTargetRuntime + 18393
    7 IBCocoaTouchPlugin 0x00000001039abcad IBUISegmentConfiguration + 2784
    8 ibtool 0x000000010000829f
    9 ibtool 0x0000000100006e0c
    10 ibtool 0x0000000100003161
    11 ibtool 0x0000000100001dbc
    2010-09-22 13:07:18.521 ibtool[1155:607] Message: Interface Builder encountered an error communicating with the iPhone Simulator. If you choose to file a crash report or radar for this issue, please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" and include their content in your crash report.
    Failed to determine the value for systemColors of UIColor.
    Exception name: IBAssertionFailure
    Exception reason: Interface Builder encountered an error communicating with the iPhone Simulator. "Interface Builder Cocoa Touch Tool" (1158) failed to launch and exited with status 11. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
    What can I do  ? Thank you very much!!!

    I found this on stack overflow.com and thought it would apply to this article discussion for some users even though I don't understand how to revert the version (through git?)
    I think this is a compatibility issue. I think the .xib has moved to Xcode 4 (as shown by the line setenv IBC_MINIMUM_COMPATIBILITY_VERSION 4.2) which Xcode 3.2's version of ibtooldoes not understand.
    I think you need to revert to a version of the .xib prior to the update to Xcode 4.""

  • When I try to access GameCenter on my Mac it says "The requested operation could not be completed due to an error communicating with the server." How can I fix this?

    When I try to access GameCenter on my Mac it says "The requested operation could not be completed due to an error communicating with the server." How can I fix this?

    This usually caused by a customised hosts file.
    These need to be the only entries in your /etc/hosts file:-
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1       localhost
    255.255.255.255 broadcasthost
    ::1             localhost
    fe80::1%lo0     localhost
    Remove anything below these entries, then try and reconnect with GC. Once GC starts properly you can put the extra entries back in your hosts file, GC should start normally afterwards.
    https://discussions.apple.com/message/19276629#19276629
    Jerry

  • Not all of my photos upload to my website when I publish it. when my site finishes publising I get an error that says, "There was an error communicating with the FTP server. Try again later, or check with your service provider."

    Not all of my photos upload to my website when I publish it. when my site finishes publising I get an error that says, "There was an error communicating with the FTP server. Try again later, or check with your service provider."

    I am publishing directly to an FTP server (option 1).  Is this the optimal method or should I be publishing to a folder and then (how do/would I?) publish to my hosting domain?
    I'm wondering if this has really anything to do with the publishing process, or whether it just has to do with the photos and/or the photo albums.  I've deleted the photo albums with the missing pictures from my site on iweb thinking a file might be corrupt. (I'm getting the albums from iphoto -- drag/drop method into iweb) I then replaced these albums with the same albums as the previous ones from iphoto and then published my site again -- and the EXACT same photos were once again missing in the NEW albums as were missing in the old albums...
    Maybe it is a publishing issue, or it could be a photo/file issue.  However, these albums aren't very large -- the largest containing 135 photos --
    Please! if you have any suggestions or ideas as to what is happening I would be greatly appreciative!
    I'm pulling my hair out here trying to diagnose the problem...

  • Trying to publsh changes to my website. I get a message "There was an error communicating with the FTP server. Try again later, or check with your service provider." I did, and all my settings are correct, but still cannot publish

    Trying to publsh changes to my website. I get a message "There was an error communicating with the FTP server. Try again later, or check with your service provider." I did, and all my settings are correct, but still cannot publish.
    Any other ideas?

    Most likely you are suffering from a bug in iWeb that doesn't let you publish websites if an image you have added to your site begins with space. You can either search for that image and remove it.
    <Link Edited by Host>

  • Publish error There was an error communicating with the FTP server. Try again later, or check with your service provider.

    OK! So I got everything filled out right to publish my iWeb site with iCloud now but after it looks like everything is fine this error pops up REPEATLY!:
    PUBLISH ERROR There was an error communicating with the FTP server. Try again later, or check with your service provider.
    Is this an Apple problem or with my server Netfirms???

    Yeah no sorry not the answer.  I have my own online hosting unlimited space and bandwidth.
    It seems to be linked to teh podcast image.  It's very strange...

  • There was an error communicating with the server. Click on the back button in you browser and try resubmitting the form.

    I've had several users complain of receiving this message after they have filled out and submitted a form.
    There was an error communicating with the server. Click on the back button in you browser and try resubmitting the form.
    However the data is being saved in forms central. I can't duplicate the issue on my end but it seem to be happing frequently with other users.

    Do you mind emailing the URL of your fillable form to me ([email protected]).
    I would like to investigate as to what the issue might be with Internet Explorer.
    Sorry for the inconveniences.
    Gen

  • An error has occurred. There was an error communicating with the server. Please try again later.

    I have a simple form which allows users to submit receipts as attachments.  I have some required identifying information (name, etc.) and then three optional slots for attachments, along with optional text boxes for descriptions.  The form tests fine with attachments on my computer and on a couple other computers we tested with.
    However, I am getting complaints from several users that they see the following message when they hit "Submit": "An error has occurred. There was an error communicating with the server. Please try again later."  Any ideas why this might be or how I can fix it?

    Do you mind emailing the URL of your fillable form to me ([email protected]).
    I would like to investigate as to what the issue might be with Internet Explorer.
    Sorry for the inconveniences.
    Gen

  • Error communicating with the Cluster Manage Web Service

    Hi,
    i connected oracle database with the Endeca Studio but while uploading Departments dataset i m getting this error
    "Error communicating with the Cluster Manage Web Service" so plz can anyone explain me wat is this error about.
    thanks in advance

    I actually ran into this myself- as Pat notes, it's hard to say without seeing log files, but I think that perhaps the default domain profile that the Endeca Server uses for domains created using Provisioning services has not been created.  First see what domain profiles exist.  Navigate to wherever endeca-cmd lives (e.g., user_projects/domains/endeca_server_domain/EndecaServer/bin), and use the list-dd-profile command:
    -bash-3.2$ ./endeca-cmd.sh list-dd-profiles
    The profiles that exist will be returned in your terminal window:
    prov_dd_profile
    default
    If you only see 'default', then you will need to create 'prov_dd_profile'
    ./endeca-cmd.sh put-dd-profile prov_dd_profile
    Then try uploading your file again in Studio.
    Cheers,
    Andrew

  • U2413, X-rite, error communicating with the monitor

    I went to calibrate my U2413 monitor for the first time. Took me a little while to buy a i1Display Pro since that did not come with the monitor. I plugged in the i1Display Pro and ran the  Dell UltraSharp Color Calibration Software. Like many other people in the forum before me. I received the error about 5 seconds into the setup for the software "Could not prepare the display for calibration. Error communicating with the display." At first I thought it might be an issue with the USB cable. 
    However, after reviewing the forum, there is clearly a software glitch that has been going on for some time, appears over a year. It is surprising that they have not done a fix. Additionally, when you go to the check for updates feature on the software to look for updated drivers/software, all you get is a blank screen at Xrite.com. Does that mean there are no newer drivers or just that the software and the Xrite.com site are not integrated. Have found a large number of dead links on the Dell site in general.
    I am not sure here to go for an updated driver of other solution. Has anyone tried moving to the Spyder calibration software to see if it has better results?
    The computer to which the monitor is connected is running Windows 8.1 so it is not a Mac issue.

    Let us review the basics =
    * The monitor USB upstream cable must be connected to the computer USB port
    * In a two or more monitor setup, only ONE monitor should be connected to the computer at a time when calibrating
    * DP 1.2 must be disabled in the monitor OSD (On Screen Display) before calibration
    * The i1Display Pro device should be tested in TWO ways =
    Test it on all of the monitor bottom USB downstream ports
    Test it connected directly to the computer USB port
    The U2413 driver page does not list 8.1, so I chose 8. It list two older versions of the Xrite software 1.0.0.0 and 1.0.1.0. You need to unistall the version installed. Then install the latest version (1.5.7.141118) and re-test. I realize under "Compatible Systems" it does not list your monitor model. But try it anyway. If it does not work, uninstall it and test Version 1.5.3.

  • NWDI Creating Track Error:Communication with the CMS failed

    Hi All,
    We are trying to setup NWDI in our landscape.When we are going to setup an NWDI Track for EP 7.0 SP16 ,getting the message
    Validation Error: Communication with the CMS failed. Ensure that the URL is correct, that the CMS is up an running, and that the given user has administrative access rights for the CMS
    Can any body help us.We are new to NWDI.
    Regards,
    Vijay

    Vijay...
    In your landscape navigate to
    http://<host>:<port>/webdynpro/dispatcher/sap.com/tcSLCMS~WebUI/Cms
    Select "Landscape Configurator"
    Now select "Domain Data"
    There check the CMS credentials.....
    Get it cross checked with basis team...if you are using correct CMS URL....
    Second user that you have given there for login purpose must be replication of NWDI_CMSADM user id...
    Compare your user with this user permissions and roles.

  • That sends me this error: There was an error communicating with the server, try later when I want to create a new Keynote presentation?

    good day !!! I am trying to create a new presentation in keynote,
    when selected sends me the following message: An error occurred while communicating with the server, try again later. I tried for
    several days to make the presentation but I keep sending the same message. I'm trying to make it from the keynote
    beta (from iCloud)

    This is the Mac discussion, post your issue in the iWork iCloud discussion where folks who use iCloud can help you.
    iWork iCloud Discussion

  • I Have this error when i try to access Resource central in Encore CS4:We're sorry, but there was an error communicating with the server.  Please try again and if the problem persists, contact Adobe Technical Support. (200) INVALID_QUERY : [object XMLList]

    Please anyone whit same problem tell me something i need a solution...
    Best regards,
    Luís Vaz de Miranda.

    I do not believe the Resource Central exists anymore. You can download the CS6 full library.
    http://helpx.adobe.com/encore/using/download-library-content.html

  • I have this message to the resource central "error communication with the server encore cs4"

    can somebody help me;

    Resource Central is no longer available. I don't have a link to it regarding Encore in particular.
    Re: Resource Central in CS6 ?
    Was there anything there that was not in the full Encore library?

  • Error communicating with server when trying to download a score in soundbooth cs5

    I recently am getting back to some projects of mine.  I went into Soundbooth CS5, and the Resource Central lists all of the scores and sound effects available to me.  It says that i'm online, but then when I try to preview or download anything it gives me the following error:
    "We're sorry, but there was an error communicating with the server.  Please try again and if the problem persists, contact Adobe Technical Support (0) ioError: -1"    
    How do I get at the scores and sound effects?  Is there a way I can download them so that I don't have to consult with the server anymore? 

    Soundbooth is dead and those servers are offline most likely. I haven't seen any official note on this, but that doesn't mean it couldn't be the case...
    Mylenium

Maybe you are looking for