Mainstage 2 not loading mainstage 1 files properly

Hi there, running a 2008 macbook pro 15", 4gb ram. Had no problems installing the logic studio 2009 upgrade, logic's working fine. But Mainstage 2 won't load my old Mainstage files, keeps saying the files are corrupt. If the file does load, it is all fouled up. I just had to revert back to mainstage 1 with my backup drive. Any thoughts?

I have the same problem.
a) MS2 reports that MS1 files are corrupted or in a wrong format. Still I can open those files in MS1
b) Where in MS2 is the menu command "Import Layout". In my MS2 in File-menu is no option for importing???
I can post an Apple-template Concert (Keyboards/Assortment) that was immediately saved under MS1 (and still can be opened there) but crashes MS2! This bug is repeatable (you can open it in MS1 as many times as you like but still it crashes MS2).
I think I have to wait for the MS2 to be corrected...

Similar Messages

  • ClassLoader in JAR file not loading config file properly

    Hi all,
    I have an application that I am going to deploy using JavaWS, and everything works fine except for one little hitch. I have a configuration file, nvacconfig, located at NVAC.jar/config/nvacconfig. I'm trying to load this file into my application using a ClassLoader, but it does not seem to be working.
    I have a method from a certain class that loads the configuration file. The class is not important, as it is part of an API that I cannot alter. This class has a load(String file) method, that loads the specified configuration file with a String argument. This works fine when I run my application from the command line and when the configuration file is not located in the JAR, but I need to include this configuration file in my JAR, so I can run my app in the JWS sandbox.
    To load the file when it is NOT inside a JAR, and is simply located at config/nvacconfig, I just use:
    id.properties.load("config/nvacconfig");and it loads the configuration file, nvacconfig.
    When I include the file in my JAR and try to load it using a ClassLoader, it does not seem to work, and the load method cannot find the file. This is how I am trying to accomplish this:
    ClassLoader cl = this.getClass().getClassLoader();
    URL url = cl.getResource("config/nvacconfig");
    String file = url.toString(); //I have also tried String file = url.getFile();
    id.properties.load(file);This does not work, and I'm not sure why.
    Is there something I am doing wrong? Is this the wrong way to go about this?
    Any advice would be greatly appreciated.
    Thanks,
    Dan
    Message was edited by:
    Djaunl

    try this:
    import java.io.*;
    import java.util.jar.*;
    import java.util.zip.*;
    public class ExtractFromJAR {
         public void extractFileFromJAR(String dest, String fileName) {
              try {
                   String home = getClass().getProtectionDomain().getCodeSource().getLocation().getPath().replaceAll("%20",
                   JarFile jar = new JarFile(home);
                   ZipEntry entry = jar.getEntry(fileName);
                   File efile = new File(dest, entry.getName());
                   InputStream in = new BufferedInputStream(jar.getInputStream(entry));
                   OutputStream out = new BufferedOutputStream(new FileOutputStream(efile));
                   byte[] buffer = new byte[2048];
                   for (;;) {
                        int nBytes = in.read(buffer);
                        if (nBytes <= 0)
                             break;
                        out.write(buffer, 0, nBytes);
                   out.flush();
                   out.close();
                   in.close();
              } catch (Exception e) {
                   e.printStackTrace();
         public static void main(String args[]) {
              new ExtractFromJAR().extractFileFromJAR(".", "file.txt");
    }

  • SQL Server 2012 Express - Could not load the file or assembly 'Microsoft.VisualStudio.OLE.Interop

    Windows 7 Home Premium, SP1
    64-bit
    I just installed SQL Server 2012 express - Express with Advanced Services (contains the database engine, Express Tools, Reporting Services, and Full Text Search),
    file name -  SQLEXPRADV_x64_ENU.
    Opening SQL Server Management Studio causes the error -
    "Could not load the file or assembly 'Microsoft.VisualStudio.OLE.Interop,
    Version=7.1.40304.0, Culture=neutral,
    PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The
    system cannot find the file specified."
    Do I need to install another file? Did I download the wrong version?
    Any suggestions? Thanks for any help.

    Hello,
    The issue may occure when the installation of your SQL Server is not a complete or a successful one. Did you try to repair or reinstall the SQL Server Express?  You can also try to install
    Service Pack 1 for SQL Server 2012
    to check if the issue presists.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • I can not load RAW files from my nikon d810

    I Have a problem Reading RAW files from my nikon d810

    Thanks,
    Joop
    Op 26 jul. 2014 om 17:40 heeft Rikk Flohr <[email protected]> het volgende geschreven:
    I can not load RAW files from my nikon d810
    created by Rikk Flohr in Photoshop Lightroom - View the full discussion
    https://forums.adobe.com/search.jspa?q=D810
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6585986#6585986
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Lightroom by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Newbie: could not load keystore file (password may be incorrect)

    I'm getting the error in the subject.
    Here's the command I used to sign it:
    adt -certificate -cn mycertificate 1024-RSA mycertificatefile.p12 ps
    Here's what I do next:
    adt -package -storetype pkcs12 -keystore mycertificatefile.p12 myTest.air myTest.xml myTest.html
    I then use the password "ps" when it asks for the password.  This is what it spits back to me.
    password: ps
    could not load keystore file (password may be incorrect)
    usage:
      adt -checkstore SIGNING_OPTIONS
      adt -certificate -cn <name> ( -ou <org-unit> )? ( -o <org-name> )? ( -c <country> )? <key-type> <pfx-file> <password>
      adt -help
      adt -migrate SIGNING_OTIONS <air-file-in> <air-file-out>
      adt -package SIGNING_OPTIONS <air-file> <app-desc> FILE_ARGS
      adt -prepare <airi-file> <app-desc> FILE_ARGS
      adt -sign SIGNING_OPTIONS <airi-file> <air-file>
      adt -version
    SIGNING_OPTIONS: -storetype <type> ( -keystore <store> )? ( -storepass <pass> )? ( -keypass <pass> )? ( -providerName <name> )? ( -tsa <url> )?
    FILE_ARGS: <fileOrDir>* (( -C <dir> <fileOrDir>+ ) | ( -e <file> <path> ))*
    I do indeed have myTest.xml and myTest.html files in the folder I'm running this in.
    Any suggestions as to how I might be able to fix this and proceed, would be highly appreciated. Thanks.
    Jason

    I had the same problems but when I executed the adt commands from bin-debug folder it works....

  • Reader will not load pdf files

    my adobe reader will not load pdf files. I tried un-installing and re-downloading the reader. same thing it won't work. It works on my other computer

    The operating system is Windows 7. I get error message "there is no email program to perform the requested action". I get same error for local C: drive, jump drive, online firefox or microsoft browser. same problem.
    I fixed the problem by un-installing adobe xi and re-downloading adobe x. Its working great. adobe xi may work OK on windows 8. I have a laptop with Windows 8. I will be trying that tomorrow. I will send you a message.
    Lightman6770

  • JDEV 10.1.3  XML Editor does not load XML file

    I am trying to edit a large (300MB+) xml file with JDEV 10.1.3 running on a Windows XP Pro workstation with a 2.8 ghz processor and 1GB of memory. The XML file has application data in it. The file loads just fine into the Oracle database using the XML Developer's toolkit so I don't thing there is anything wrong with the XML.
    I'm finding that the XML editor does not load the file. Many minutes elapse, then JDEV appears to simply give up - JDEV is no longer busy. There's no XML data to edit - that window is empty. There are no error messages displayed.
    I'm new to JDEV so I need to know if there is an error log file I should examine.
    BTW, other XML editors (XML Spy, Stylus Studio, etc) simply run out of memory and lock up the machine - it appears they are tryign to convert the XML file contents into 32-bit unicode in memory, build a list of pointers to impose a DOM-like structure, and then load their editor.

    Do you really want to manually edit the 300MB file? how much scrolling will you need to do to get to the last row?
    In any case it is likely that JDeveloper also runs out of memory - you can try running the [jdev-root]\jdev\bin\jdev.exe file and see if you get any error message in the log window.

  • Could not load plugins: File not found. Any solution to that?

    I am using a macbook-pro 2009 which, recently upgraded to Mavericks. Since the upgrading I have been unable to open "video clips" from several sites, with the message : "Could not load plugins: File not found". I have made sure of getting the latest Adobe flashplayer and Java, but the problem is still there. Does anyone experience the same? Any solution, please .....

    If you use extensions (Firefox/Tools > Add-ons > Extensions) that can block content (e.g. Adblock Plus, NoScript, Flash Block, Ghostery) then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Error: Could not load login file

    Since upgrading from Panther to Tiger (10.4.4) I have these error messages and windows that come up when I boot up my computer. They appear in the following order:
    Error: Could not load login file
    Looking up 192.168.0.2
    The application diagnostics quit unexpectedly
    Connection failed - The server may not exist...etc
    Internet still works OK, btw. but the IP address of my connection is 192.168.0.4, not the address it's trying to look up.
    Do I have a setting somewhere which is programmed to look up an old IP address? - ie 192.168.0.2

    Problem solved
    I ran the uninstaller for the old Speedtouch USB modem's drivers. (Now use a Netgear wireless router).
    The uninstaller was in Applications/Speedtouch etc

  • WinCE Projector does not display flash file properly

    Hi,
    I built a projector application for loading flash files on a
    Windows CE 5.0 based embedded device. I am using Flash player 7 for
    WinCE5.0. The projector was built using embedded VC++ for an ARM
    processor.
    The basic idea of this flash application is content delivery.
    So, this projector loads a container flash file stored locally on
    the device. This container flash file communicates with a remote
    server(webserver or FMS) to retrieve content (flash files, audio,
    video, images, text etc.). Right now, I am trying to load a series
    of flash files from the remote server - one by one - like a series
    of ads.
    The problem is that, the series of flash files loaded does
    not display properly inside the main container file. I am using a
    loader component in the main container flash file. All the flash
    files loaded must play full screen. But some files do not play
    fullscreen. It automatically shrinks to a smaller random size. This
    behaviour does not repeat. It occurs randomly for any of the series
    of files I am trying to load in the container flash.
    When i tested the application on the desktop, it works fine.
    But on the device, the loaded flash files shrink automatically. Can
    someone explain why this is happening? Is this problem usually
    associated with flash player on embedded devices?
    I am stuck with this problem for a long time. I tired
    different methods to get around it, but could not succeed. So I
    would really appreciate it, if anyone can throw some light on this
    issue and preferably provide a solution?
    Thank you,
    Jothishankar

    I am using Flash Professional CS6.
    It lets me edit all the symbols and bitmaps, and key frames.
    However, it just publishes as a SWF a bit incorrectly.

  • Dreamweaver suddenly not loading jquery files

    I've been working on customizing a website and everything was working absolutely perfectly. All the jquery files were being loaded and all the effects were working as they should. I purchased a template that already had all the jquery.js files properly scripted, as I've never written javascript or anything like that. I can edit html and css, but other types of code are very unfamiliar to me.
    Anyway, a few weeks back, I closed up dreamweaver for the night with every element of my web page functional. The next morning, I installed an update to the Dreamweaver software, and that's where the problems began. I changed absolutely nothing about my previously functional files, but when I went to edit my site after the update, my drop-down navigation bar, my automated roundabout, prettyPhoto effects and nivo-slider were no longer working. All I get is a string of images with no css applied and no functionality for the roundabout and nivo-slider, only the titles for the drop-down nav, and the prettyPhoto simply opens the image in a new window with no formatting or functionality.
    I wrote regular Adobe support first, but they said they couldn't help me because it's a scripting/coding issue, and I've tried reinstalling Dreamweaver from my original install disk, but the problem persists.
    I really need some assistance addressing this issue and will gladly provide the code or anything else anyone needs to look over in order to diagnose the issue.
    Thanks!

    You need to make sure ALL the relevant files (css and js) are uploaded to the correct places on your remote web server:
    This one (jquery.cycle.css) is not where the link says it is:
    http://birkeloart.com/_include/css/jquery.cycle.css
    Whilst this one (jquery.roundabout.css) IS where the link says it is:
    http://birkeloart.com/_include/css/jquery.roundabout.css
    There's a lot of scripts and css files so you'll have to go through them one by one.

  • Safari not loading .css files / hanging page load

    A bit of an odd one this...
    I'm having a few issues a couple of websites in that the page takes an age to load - and when (if) it does, the CSS file hasn't loaded, so the page is unstyled.
    One page is http://www.liverpoolfc.tv - the main page and the advert page before it both have the same issue.
    From the activity report, this is because the browser is not completing the download of the file http://www.liverpoolfc.tv/lfc.css - although this will download fine if I download the file not as a part of the site.
    The (Safari) activity report shows that the page's .css file is stalling, in this case at 8.0KB out of 8.6KB - this is consistent each time I try to load the page.
    The problem occurrs in both Safari (3.2.1) and Firefox (3.0.6) on Mac OS X 10.5.6. It also happens with the current version of WebKit and Camino. The computer is up to date on all other relevant patches, including the recent Security Update, Java Update 3 and Flash.
    I'm experiencing this problem with another website, again with the .css file not loading.
    Similarly, I have two computers (both the same versions of software) and the problem is consistent between them.
    What I've tried so far...
    - resetting Safari
    - deleting the cookies manually
    - using a proxy server
    - starting Safari in Rosetta
    - using a copy of Safari without any user preferences (via the System Admin login)
    None of these have made a difference. However, given that this is a problem across Safari, Firefox etc., I suspect this must be an issue in a shared component.
    Any thoughts?

    1. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    2. From the menu bar, select
               ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Delete All. Close the preference pane. Test.
    3. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Configuration Failed - Could not load the file or assembly Microsoft.IdentityModel

    I have followed the link "Setting up Sharepoint 2010 Development Environment on Windows 7" and while
    following the steps, I was not able to install one of the pre-requisite "Windows Identity Foundation (Windows6.1-KB974405-x64.msu)" which was downloaded from Microsoft website at URL:
    http://www.microsoft.com/en-us/download/details.aspx?id=17331, however, I was able to complete the SharePoint Server 2010 Installation Successfully. And to my surprise, when I run the
    SharePoint Products Configuration Wizard, in the very 2nd Step of configuration, I faced the below issue.
    Configuration Failed
    One or more configuration settings failed. Completed configuration settings will not be rolled back. Resolve the problem and run this configuration wizard again. The following contains detailed information about the failure:
    Failed to create the configuration database.
    An exception of type System.IO.FileNotFoundException was thrown. Additional exception information: Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its
    dependencies. The system cannot find the file specified.
    To diagnose the problem, review the application event log and the configuration log file located at: C:\Program Files\Common Files\Microsoft Shared\ Web Server Extensions\14\LOGS\PSCDiagnostics 12_13_2013_8_30_44_220_403724746.log
    I am pretty sure that I have followed each and every step and understood and the only place that I have missed is installing the pre-requisites as mentioned above. How can I fix this issue.
    Let me know if you need more information such as log file content which got generated. Your help in fixing this issue will be really helpfull for me.
    Thanks
    Mahesh

    Hi  Mahesh,
    Thank you for your posting!
    Your issue is caused by that  your windows 7 is not installed Windows Identity Foundation.
    As you say that you were not able to install the Windows Identity Foundation, could you provide more detail about what  you are facing ? Which version of Windows 7 you have? 32bit or
    64bit? Also make sure your computer has installed Internet Information Services (IIS) 7.0  and  .NET Framework 3.5.
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • MacBook Pro will not load start up properly

    My MacBook Pro 2012 will not load properly after I took it to the apple store and they ran test on it. When I boot it up I get the gray screen with the loading bar. I can get into disk utility. However I don't believe they messed with anything and it was wirking fine in the store

    Try:
    Mac OS X: Gray screen appears during startup
    BTW, this is the Mac Pro desktop forum

  • Firefox not loading some pages properly?

    So I have recently bought a new laptop with Windows 8, and I installed Firefox. For the most part it works fine but I have noticed, for some reason, some webpages do not load properly. It looks as if only the HTML of the site has loaded.
    Now I can easily fix this by clearing the cache, but only for the same problem to occur a few hours later and this is really annoying me. The problem still happens in safe mode, and other browsers seem to work fine. I have also tried reinstalling but not a full reset.
    Here is a link to what Facebook looks like when this happens: http://oi40.tinypic.com/2gwcbxk.jpg
    Please could you help me solve this?

    This just started happening to me, on my desktop (Samsung software is not an issue), on '''most''' pages. Only a few, incl. Gmail and Mozilla Start page, load as normal pages, with graphics. One site I visited, from a link in an email, loaded All pages normally, but it's the only one so far.

  • Tomcat6 does not load class files from WEB-INF/lib/myjarfile.jar  WHY???

    I have placed my jar file in c:\tomcat6\webapps\my-application\WEB-INF\lib\myjarfile.jar
    But, after restarting tomcat6, when i try to import the class file contained in the myjarfile.jar in a servlet, it says
    ProcessFileUpload.java:4: package test.test1 does not exist
    import test.test1.*;
    ^It clearly tomcat's class loading problem.
    As i unzipped my jar and placed the packagefolder structure to
    c:\tomcat6\webapps\my-application\WEB-INF\classes\testand it works perfectly.
    Anyone knows its workaround? please suggest if any configuration changes is required in tomcat or so.
    Thanks.
    ---Sujoy

    Thank you gimbal2 . There was error in creating the jar file myjarfile.jar.
    But, now I have created it again and placed it in place
    c:\tomcat6\webapps\my-application\WEB-INF\lib\myjarfile.jarand tried to use one on the Class file included within the jar to compile my servlet. But, still I am getting error at servlet compilation time. I want to place executable jar files in
    c:\tomcat6\webapps\my-application\WEB-INF\lib\myjarfile.jar and compile my servlet and execute the servlet.
    I DO NOT WANT TO unzip the jar, placing all unzipped files to
    c:\tomcat6\webapps\my-application\WEB-INF\classes\ folder and comiple my servlet and execute the servlet. But, I am failing to user WEB-INF\lib\ folder facility....please help me why i am not getting class files from WEB-INF\lib\ folder.
    If you please see the small code bit and tell me any possible error that would be very helpful.
    Step 1: my library java file MyClass.java
    package test.test1;
    public class MyClass {
         String myName = "Default return string value";
         public void setMyName(String varName) {
              this.myName = varName;
         public String getMyName() {
              return this.myName;
    }Step2 : Creating jar file of my library class files
    C:\jdk1.6\bin>jar cvf myjarfile.jar test
    added manifest
    adding: test/(in = 0) (out= 0)(stored 0%)
    adding: test/test1/(in = 0) (out= 0)(stored 0%)
    adding: test/test1/MyClass.class(in = 452) (out= 296)(deflated 34%)
    adding: test/test1/MyClass.java(in = 230) (out= 140)(deflated 39%)
    C:\jdk1.6\bin>Step3 : Double checking the created jar file content by listing its content
    C:\jdk1.6\bin>jar tf myjarfile.jar
    META-INF/
    META-INF/MANIFEST.MF
    test/
    test/test1/
    test/test1/MyClass.class
    test/test1/MyClass.java
    C:\jdk1.6\bin>Step4 : Placed myjarfile.jar to
    c:\tomcat6\webapps\my-application\WEB-INF\lib\Step5 : Restarted standalone Tomcat6 in my Windows XP SP2.
    Step6 : Created a simple servlet LibFolderTest.java within my-application\WEB-INF\classes\ folder with code
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import test.test1.*;
    public class LibFolderTest extends HttpServlet {
         public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
              response.setContentType("text/html");
              PrintWriter out = response.getWriter();
              MyClass mc = new MyClass();
              out.println(mc.getMyName());
    }Step7 : Tried to compile my servlet LibFolderTest.java and got the following error
    LibFolderTest.java:4: package test.test1 does not exist
    import test.test1.*;
    ^
    LibFolderTest.java:11: cannot find symbol
    symbol  : class MyClass
    location: class LibFolderTest
                    MyClass mc = new MyClass();
                    ^
    LibFolderTest.java:11: cannot find symbol
    symbol  : class MyClass
    location: class LibFolderTest
                    MyClass mc = new MyClass();
                                     ^
    3 errorsThe above servlet compilation error on Step7 is telling me that myjarfile.jar is not loaded by Tomcat6 or not available for use when compiling servlet. I want to use myjarfile.jar from within WEB-INF\lib\ folder but I can not. please help.
    ---Sujoy

Maybe you are looking for

  • Every time I try to run a java program: Java.lang.ClassNotFoundException?

    I downloaded the JDK version 6 successfully for my laptop which runs windows 7 (64bit). I'm trying to run programs that I have successfully run at school on my computer put it doesn't work. I pull up the command prompt and enter javac "program name".

  • Problem exporting Web providers [Urgent]

    Hi, I am trying to export a page group transport set. However, when i check and view the Transport Set Export Log shows this warning on all my web providers. Below shows one set of a web provider warning that i received. [17-FEB-06 11:52:26][Warning:

  • OPEN AN EXISTING WORD DOCUMENT

    Hi all, is possible, with ole object, to open an existing MS-Word document from an abap report and put in it some new information. Really my intention is to have a model of document and fill its data with sap information. do anyone know if it is poss

  • My cursor turns into a revolving rainbow disk. How do I repair this problem?

    My cursor turns into a revolving rainbow disk and remains frozen in that state. The only way I can "unfreeze" the disk is to turn off the computer and reboot. What is causing the problem and how do I fix it without rebooting?

  • Uploading data thru BDC into APPCREATE transaction

    Hi,   I have used BDC to upload data in the tcode APPCREATE. When I see the uploading using the call transaction method, I am able to see that all the screens are getting populated correctly. But, When I check the result of the upload in APPSEARCH tc