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

Similar Messages

  • Error Communicating with server

    I've completed 4 projects and all went perfect without a hitch.  On starting a new project, I created 3 new bins, audio, stills, video.  When I clicked on capture, I get "error communicating with server. If this continues, contact adobe tech support."  I can't figure out why I'm getting this message now.  I haven't changed settings, using the same HD camcorder, etc.
    Any suggestions?

    Fast response ~ thanks.  I'm using the same camcorder I used on all previous projects: SonyHandycam, so I know it's not the camcorder  I've had no problem capturing in the past.
    The project settings: General>Action Safe & Title Areas are default settings; 20 and 10:  Video display format: Timecode:  Audio display format: audio samples:  Capture Format: DV. In the Sequence settings, they have to be factory default cause I've never changed any setting there.
    Actually I'm really stumped cause I just finished my Grandson's graduation video on July 10 and Premier and Encore worked beautifully.  Now, trying to do a family reunion video, I started new project, didn't change any settings, and when I clicked on Capture, it said "Capture Device Offline".  I went back and replugged in the camcorder, and still nothing.  Closed program, thought about it for awhile, then when I reopen, I get the "error communicating" in the resource panel.
    I doubt this will help you but I'm hoping......

  • Java.lang.InstantiationException: Error communicating with server:

    Hello everybody, I am an easy Helloworld application, the deploy is fine, but when I execute the client it appears the next error:
    java.lang.InstantiationException: Error communicating with server: Lookup error:
    java.net.ConnectException: Connection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect; nested exception
    is:
    javax.naming.NamingException: Lookup error: java.net.ConnectException: C
    onnection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    at com.evermind.server.ApplicationClientContext.createContext(Applicatio
    nClientContext.java:300)
    at com.evermind.server.ApplicationClientInitialContextFactory.getInitial
    Context(ApplicationClientInitialContextFactory.java:190)
    at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
    at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
    at javax.naming.InitialContext.init(Unknown Source)
    at javax.naming.InitialContext.<init>(Unknown Source)
    at hello.HelloClient.main(HelloClient.java:33)
    NamingException: Error reading application-client descriptor: Error communicatin
    g with server: Lookup error: java.net.ConnectException: Connection refused: conn
    ect; nested exception is:
    java.net.ConnectException: Connection refused: connect; nested exception
    is:
    javax.naming.NamingException: Lookup error: java.net.ConnectException: C
    onnection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    This is my application client:
    // HelloClient.java
    package hello;
    import javax.ejb.*;
    import javax.naming.*;
    import javax.rmi.PortableRemoteObject;
    import java.io.*;
    import java.util.*;
    import java.rmi.RemoteException;
    * A simple client for accessing an EJB.
    public class HelloClient
    public static void main(String[] args)
    System.out.println("client started...");
    try {
    // Initial context properties are set in the jndi.properties file
         Hashtable env = new Hashtable();
         env.put(Context.INITIAL_CONTEXT_FACTORY,"com.evermind.server.ApplicationClientInitialContextFactory");
         env.put(Context.PROVIDER_URL, "ormi://ecd11107.eadscasa.casa.corp:23791/helloworld");
         env.put(Context.SECURITY_PRINCIPAL, "admin");
         env.put(Context.SECURITY_CREDENTIALS, "123");
         Context context = new InitialContext(env);
    // This for use with com.evermind.server.rmi.RMIInitialContextFactory
    //Object homeObject = context.lookup("HelloBean");
    // This is for use with com.evermind.server.ApplicationClientInitialContextFactory
    Object homeObject = context.lookup("java:comp/env/Helloworld");
    // Narrow the reference to HelloHome.
    HelloHome home =
         (HelloHome) PortableRemoteObject.narrow(homeObject, HelloHome.class);
         System.out.println("hello home");
    // Create remote object and narrow the reference to Hello.
    Hello remote =
         (Hello) PortableRemoteObject.narrow(home.create(), Hello.class);
    System.out.println(remote.sayHello("James Earl"));
    } catch(NamingException e) {
    System.err.println("NamingException: " + e.getMessage());
    } catch(RemoteException e) {
    System.err.println("RemoteException: " + e.getMessage());
    } catch(CreateException e) {
    System.err.println("FinderException: " + e.getMessage());
    Can somebody helps me ???

    Thank you, but don�t work well yet. I checked the files orion-application.xml & principals.xml in the directory C:\servOracle\oracle\j2ee\home\application-deployments\helloworld but the result is the same, when I run the client the next error appears:
    NamingException: Lookup error: javax.naming.NoPermissionException: Not allowed to look up HelloBean, check the namespace-access tag setting in orion-application.xml for details; nested exception is:
    javax.naming.NoPermissionException: Not allowed to look up HelloBean, check the namespace-access tag setting in orion-application.xml for details
    This is my orion-application.xml
    <?xml version="1.0"?>
    <!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd">
    <orion-application deployment-version="9.0.4.0.0" default-data-source="jdbc/OracleDS" treat-zero-as-null="true">
         <ejb-module remote="false" path="helloworld-ejb.jar" />
         <web-module id="helloworld-web" path="helloworld-web.war" />
         <client-module path="helloworld-client" deployment-time="fce4439997" auto-start="false" />
         <persistence path="persistence" />
         <principals path="principals.xml" />
         <jazn provider="XML" location="jazn-data.xml" />
         <log>
              <file path="application.log" />
         </log>
         <namespace-access>
              <read-access>
                   <namespace-resource root="">
                        <security-role-mapping name="<jndi-user-role>">
                             <group name="users" />
                        </security-role-mapping>
                   </namespace-resource>
              </read-access>
              <write-access>
                   <namespace-resource root="">
                        <security-role-mapping name="<jndi-user-role>">
                             <group name="users" />
                        </security-role-mapping>
                   </namespace-resource>
              </write-access>
         </namespace-access>
    </orion-application>
    And this is my principals.xml
    <?xml version="1.0"?>
    <!DOCTYPE principals PUBLIC "//ORACLE//DTD OC4J Principals 9.04//EN" "http://xmlns.oracle.com/ias/dtds/principals-9_04.dtd">
    <principals>
         <groups>
              <group name="users">
                   <description>users</description>
                   <permission name="rmi:login" />
              </group>
              <group name="guests">
                   <description>guests</description>
              </group>
              <group name="administrators">
                   <description>administrators</description>
                   <permission name="administration" />
              </group>
         </groups>
         <user username="admin" password="ADMIN">
              <description>The default administrator</description>
              <group-membership group="administrators" />
              <group-membership group="guests" />
              <group-membership group="users" />
         </user>
         <user username="SCOTT" password="TIGER">
              <description>no description</description>
              <group-membership group="users" />
              <group-membership group="administrators" />
         </user>
    </principals>
    Thanks in advance, please help me....

  • TREX error 5500: NameServer error: communication with server failed

    Hello TREX Gurus,
    After applying the latest NW 7.0 SPS18, TREX is no longer working.  We are getting this error message in the TREX Administration.
    "5500: NameServer error: communication with server failed;connection refused,location=sap01:37001"
    Any helps is greatly appreciated,
    Dave

    we have same problem... did you find a solution?
    best regards

  • What does error code 5105 mean when trying to download facebook

    What does error code 5105 mean when trying to download facebook

    Kathleen I would recommend posting your inquiry to the Adobe Digital Editions forum.

  • Can't activate on mac 10.7 Lion-Error communicating with server

    I followed help to remove former install and manually install; tried to sign in and activate get same error as when I also tried "don't authorize andactivate"  which was: Error communicating with  AdobeID server. Try again later. E_AUTH_BAD_DEVICE_KEY"
    I'm getting VERY frustrated with this new LION OS on this mac. I can't use OVERDRIVE media-it won't work, I can't use ADOBE, it won't work. I'm about to take it back to where I bo't couple days ago and go back to iPhone which overdrive ALWAYS works and forget all else!
    If ANYONE knows ANY solution, since it seems one can never talk to a LIVE person at ADOBE to get help, I'd sure appreicate it.

    The way that it is supposed to go, is that when you Launch ADE for the first time, there is a system dialog that supposed to come up and ask you for your login password, so that ADE can get access to the keychain to add the "Digital Editions" password entry. 
    If you cancel out of that dialog, or don't enter in the password, then you will get the "E_AUTH_BAD_DEVICE_KEY" error.
    Make sure that when you launch ADE that this dialog doesn't come up behind ADE  (minimize ADE).

  • Error stopping 'Bonjour Service' when trying to download itunes 9.2

    i recently tried to update itunes to 9.2 on my windows. The automatic download had an error so i ended up having to do it manually. When trying to download itunes, i encountered an error message saying that bojour services could not be stopped. It asked me to verify that I have sufficient privelages to stop system services (??!!). I decided I would try to delete bonjour all together, but i couldn't find it anywhere on my computer. I am so confused and all i really want is to update itunes. Please help!!

    HRESULT: 0x8007054f.
    ... that seems to have been the most popular alphanumeric code in recent days. (Just like katherine's one.)
    In general, these ones tend to be caused by underlying problems on the PC that can prevent Windows Updates from installing. So my main strategy with them is to try to fix the Windows Update issues. If we can get Windows Updates flowing again, that generally clears up the iTunes install errors +en passant.+
    Head into your Windows Update, and check for any new updates. Do any fail? If so, open your Update History and doubleclick on the failure entries to bring up a small box with alphanumeric error message codes. Are you getting 8000FFFFs? (They often seem to be associated with an iTunes-install 0x8007054f.)
    If you're getting 8000FFFFs, try the following Microsoft document:
    [Windows Update Error 8000FFFF|http://windows.microsoft.com/en-US/windows-vista/Windows-Update-Error- 8000FFFF]
    Head back to Windows Update, and see if you can get Updates to install successfully this time. If you can get updates now, stock up on any updates you're behind on. Once you're completely up to date in that regard, try another iTunes install. Does it go through properly this time?

  • HT1689 Error on my ipad when trying to download previously purchased items from iTunes

    I keep getting a error when trying to download music or films that I have previously purchased from iTunes. It looks fine to begin and I select he song or film I want to download and press to start. It appears to be downloading then just before its complete it states ' unable to download'. What should I do?

    You can create an iTune and App Store account without credit card
    1. Sign out of current Apple ID if you are sign-in to one (important)
    2. Go to App Store and select a free app
    3. Tap INSTALL APP
    4. Create New Apple ID
    5. Confirm Your Country
    6. Agree with Terms and Conditions
    7. Fill in your Apple ID and Password (you must create a new Apple ID; don't use your old Apple ID)
    8. Create and answer your secret question
    9. Select NONE for Payment Method
    10. Fill in Billing Address
    11. Submit application for new Apple ID
    12. Wait for verification email
    13. When email arrive, verify your account
    14. Start downloading your free apps

  • 'Cannot obtain error message from server' when trying to use ODBC

    Post Author: Grant C
    CA Forum: Data Connectivity and SQL
    Hi, I'm developing some reports using Crystal XI on my local PC, using an Oracle 10i back end on a separate server.  The SQL for the report is in a method in an oracle package.
    When I set the datasource location, selecting 'Oracle Server' then entering the details works fine, and the report runs.  However, when I try to use an ODBC connection I get the following error:
    Database Connection Error: 'Cannot obtain error message from server.'
    The ODBC link is set up as a System DSN, which works fine when I test it.  I think I need to use ODBC as some of the reports (which I inherited) seem to fail when run on the Crystal Server, and it seeme to be the ones set up with ODBC which work.
    Any thoughts?  Thanks.

    Hi Mars-
    It sounds like your NI-DAQ installation may have become corrupted. I would suggest uninstalling and reinstalling the DAQmx 7.4 driver to correct this problem and ensure that you're up to date. This download is available here: NI-DAQ 7.4
    If the problem persists you may want to uninstall and reinstall LabVIEW and then NI-DAQ in that order. The error message will usually give an indication as to which VI the error occurred in. Please let us know which VI is failing if you're unable to avoid the error with these suggestions.
    Have a good day-
    Tom W
    National Instruments

  • Error message 15:3 when trying to download a pdf form from government site

    getting an error message when attempting to download a form from fincen.gov
    "There is a problem with Adobe Acrobat/Reader (15:3)

    Hi stanleyc93647247,
    Are you able to download other PDF files? What browser are you using to download the file? Have you tried a different browser? If you're using Firefox or Chrome, please see http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html
    If you're unable to download any PDF files, consider reinstalling Reader.
    Best,
    Sara

  • I continually get a error = -19 in itunes when trying to download 2 movies. How do I fix it?

    Whenever i try to download 2 movies I get a error message. The moves have been downloaded but when the computer is processing them I receive the error message each time telling me that the internet connection is the problem while other items download without a problem. Can anyone help?

    I have the same problem with an album which I downloaded. I am using iTunes 11.0.1 and the Download dialogue box shows the album twice and when I try to re-start the error message appears.
    Most annoyingly the album was downloaded successfully and I can listen to all the tracks.
    Mac BookPro OS X 10.8.2
    Regards
    Gordon

  • 8Gb ram,466Gb hd useable, med2010, error message 403 forbidden when trying to download Maverick??

    I can't download Maverick, get error message "403 forbidden"-mid 2010, 8Gb ram, 466Gb useable HD- what is the matter?

    How are you trying to download Mavericks? From a Recovery HD system, drive, boot USB or from the Mac App Store once you are logged into the version of OS X that is presently installed on your Mac?

  • Error message keeps appearing when trying to download itunes

    Hiya,
    Just brought a brand spanking new Ipod Video 30gb. As there is no installation cd I had to go online and download itunes. However, everytime I try to download i keep getting a message as follows -
    "Could not open key:
    HKEYLOCALMACHINES\Software\Classes\QuicktimePlayerLib.QuictimePlayerApp\CLSID. Verify that you have sufficient access to that key, or contact your support personnel."
    My PC recognises the Ipod, its just I am having difficulty downloading the relevant software from the Apple website. I think it had to do with QuickTime Player so I went about deleting all Quicktime player, itunes and ipod software that was already installed (as my brother had a nano already installed on the pc and i thought that may have been causing the download problem).
    Could some plz help!!!!!1

    I installed Windows Install Cleanup. When it opened, I clicked on iTunes and pressed delete. (don't worry about trying to find those buttons, they are right there)Then, I reinstalled iTunes from the internet. It now works beautifully. Hopefully this can help others, too.
    P.S. Thanks for no replies. I figured all of this out myself.

  • Errors -1450 and -10000 when trying to download music.

    Can't contact Apple via Express Lane as the page has errors.  Have tried everything!  Please help!  Error -1450 says it is an unknown error and -10000 says the file is corrupt.  Have tried downloading again, and rebooting PC but nothing.  Have reported a problem through Purchase History but have no way of contacting Apple support due to errors on the Express Lane website.  If anyone has any tips, I would really appreciate it.  Thank you!!

    "The reason why you can't see the burn key is that you can't import songs from the iPod to the computer."
    The reason the burn button is not visible is because you cannot burn cds directly from the iPod as btabz said previously. It has nothing to do with importing songs from the iPod to iTunes (which incidentally, can be achieved in many ways).

  • TS1424 Your request could not be completed. This is the error message I receive when trying to download free games like angry birds. I have a South African user id.

    I am trying to down load free games like angry birds and fruit ninja but I keep getting an error that the request could not be completed.  Please help.

    http://www.apple.com/za/itunes/ - Please note, iTunes Store purchases, iPod (PRODUCT) RED and Apple Online Store are not available in South Africa. Podcasts and iTunes U content are available from the UK iTunes Store.
    I know S. Africa is very restricted in what content may be available, even if it is free elsewhere.  Free doesn't mean it is licensed for use in a country.
    If you have been trying to use the store in another country to download items you cannot. You can only use a store in your country of residence.

Maybe you are looking for

  • Exporting SSL Private Key

    In the midst of an apocalyptic SSL install in 10.4 server. Currently, I am trying to install a wildcard cert via Server Admin, which may have been a mistake. After smashing my head for a week, I tried a new tack and rebuilt the system keychain and at

  • Cluster does not populate in sub-vi unless front panel is opened

    I have a sub-vi that saves my data to a database and the cluster containing the data will not populate unless I open the front panel when it executes.  What could possibly cause this?

  • Adobe Flash plug-in not working in Safari

    I was trying to use s broadcasting stations player, and it asked for installation of a newer version of Flash. I have downloaded and installed the newest V 16 of Flash but it does not work on the broadcaster's player. However I can play back the cont

  • VDI 3.1.1. Configuration with 4 Servers

    Hello guys, i have an easy question? The costumer have 4 VDI Server. 1 primary and 3 secondary. When I start the vda-db-status i don’t see all 4 host. Is this correct? When fail the DB Node 1 going the DB Note to other host? -bash-3.00# /opt/SUNWvda/

  • Sync - change default to everything?

    within ACR how do I change the default Synchronize from "Custom Subset" to "Everything"? It seems that all of the settings can be persistent with the exception of "Local Adjustments", is this because local adjustments would be specific to the size an