Help - cannot access moved workspace

Hi all, I have just moved my Flex projects from my E: drive to my C: drive, and removed my E drive with Partition Magic. When I start FB3 it tells me the workspace cannot be found - as expected - and prompts me for a new location. I give it the location and it bombs out with an error. The .log file is attached but the main expcetion seems to be "An error occurred while automatically activating bundle com.adobe.flexbuilder.apollo"
Any ideas how to resolve this are really appreciated.

I tried that first - unfortunately that didn't work either. In the end I have had to uninstall and reinstall FB3, then create a new workspace and import my projects into that.

Similar Messages

  • Account deleted cannot access moved folders! HELLLPPP!!!

    hi!
    i had multiple user accounts, and since my mac is running out of memory i decided to delete the ones that i didnt need so i transferred all my folders and pictures to one account and deleted the old account right after. and now i cannot access any of the folders that i moved to the new account they have a red dot with a "-" sign on them.
    the old account is gone so i cannot really go back to it and do some changes to it so that i could access them publicly. pleeaassee HELLLPP!!!!!

    katrinagarcia wrote:
    hi!
    since my mac is running out of memory
    Monolingual is a program for removing unnecessary language resources from Mac OS X,in order to reclaim several hundred megabytes of disk space. It requires at least Mac OS X 10.3.9 (Panther) and also works on Mac OS X 10.4 (Tiger). It worked for me on 10.4
    http://monolingual.sourceforge.net/
    A detailed write-up on how to use Monolingual:
    http://www.jklstudios.com/misc/monolingual.html
    These pages have some hints on freeing up space:
    http://thexlab.com/faqs/freeingspace.html
    http://www.macmaps.com/diskfull.html
    WhatSize is a simple tool that allows the user to quickly measure the size in bytes of a given folder and all subfolders and files within it. You would be surprised at to how many useless files might be laying around on your hard disks. The files and folders are automatically sorted by size, with the biggest sizes first. Note: WhatSize displays only files accessible by the current user. See:
    http://www.macupdate.com/info.php/id/13006/
    Disk Inventory X is a disk usage utility for Mac OS X 10.3 (and later). It shows the sizes of files and folders in a special graphical way called "treemaps".
    http://www.derlien.com/
    Yasu is a “Universal Binary” Macintosh utility that performs maintenance routines and clears the many cache files used by OS X. Yasu was designed to be a simple, first line of attack for a workstation that has started “acting up.” More often than not, a thorough purge of the cache files of a Mac will bring its behavior back into line.
    http://jimmitchell.org/projects/yasu/
    OnyX allows you to run misc tasks of system maintenance, to configure certain hidden parameters of the Finder, Dock, Safari, Dashboard, Expose, Disk Utility... to delete cache, to remove a certain number of files and folders that may become cumbersome, to see the detailed info of your configuration, to preview the different logs and CrashReporter reports, and more.
    http://www.versiontracker.com/dyn/moreinfo/macosx/20070
    You can use the terminal find command enter below to display all files greater then 25meg.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    sudo find -x / -size +51200 -exec ls -lh {} \;
    I assume that you have logged on as an administrator. Enter your logon password.
    The -x / combination says to search all files on the startup partition. The +51200 says to select all files greater than 51200 blocks of 512 length which is 25meg. The -exec indicates which comman to run on a selected file. The {} is the filename of the selected file.

  • TS1702 Help cannot access my AppStore after updating my ipad2 to iOS 6

    I updated my software into iOS 6. After the update I noticed that the you tube apps is gone and I started to open my AppStore but I can't access it... What will I do??? I tried to reset everything but still I cannot access the AppStore . Pls help me. Tnx

    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.
    YouTube is  not now part of iOS 6. However, you can download the YouTube app at http://itunes.apple.com/app/youtube/id544007664.
    See this similar post https://discussions.apple.com/thread/4335468?tstart=30
     Cheers, Tom

  • I cannot access Acrobat Workspace

    I'm trying to distribute a form, but the workspace link(s) that Acrobat is creating are not working. Here is an example: https://workspaces.acrobat.com/?i=JaN824M18tqojx-yDMFe7Q
    Even when I go to Acrobat > Workspaces, I get the IE cannot display the webage error message. Please help. Thanks.

    Workspaces requires the Flash Player browser plugin. The link you mention does work but of course you cannot fill in a PDF form within the browser, it can only be downloaded.

  • Help - cannot access web service outside web proxy

    I'm trying to access a public web service - and web proxy stops me from doing it.
    Here is my code:
    package test;
    import java.rmi.RemoteException;
    import javax.xml.rpc.ServiceException;
    import net.webservicex.www.WeatherForecastLocator;
    import net.webservicex.www.WeatherForecastSoap;
    import net.webservicex.www.WeatherForecastSoapStub;
    import net.webservicex.www.WeatherForecasts;
    import java.net.*;
    import java.io.*;
    public class TestOutput {
    public static void main(String[] args) {
      initialiseConfiguration();
      printForecast();
    public static void initialiseConfiguration() {
      System.setProperty("http.proxySet", "true");
      System.setProperty("http.proxyHost", "proxyserver");
      System.setProperty("http.proxyPort", "8080");
      System.setProperty("http.proxyUser", "userid");
      System.setProperty("http.proxyPassword", "password");
    public static void printForecast() {
      try {
       WeatherForecastLocator wfl = new WeatherForecastLocator();
       WeatherForecastSoap wfs = wfl.getWeatherForecastSoap();
       WeatherForecasts forecasts = wfs.GetWeatherByZipCode("90210");
      } catch (Exception e) {
       e.printStackTrace();
    }Here, I was using the test web service located in www.webservicex.net/WeatherForecast.asmx
    I've created stubs using Eclipse (package net.webservicex.www) in another project, compiled into a jar, and imported into the test project.
    The test is working beautifully from my home. It's failing in the office with the error:
    AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (407)Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. )
    faultActor:
    faultNode:
    faultDetail:
    {}:return code: 407
    It's failing when it's trying to execute
    WeatherForecasts forecasts = wfs.GetWeatherByZipCode("90210");
    The "initialiseConfiguration" function is doing its job OK - it's actually helping me to go through the proxy - if I'm doing simple stuff like accessing internet sites. I've tested it - I can get to any external site and read from it. The moment I disable "initialiseConfiguration", I can't get through the proxy.
    So, probably, the problem lies in the web services client classes generated by Eclipse and based on axis. Maybe, the code gets through the proxy, but then starts to do something without authentication??? (I'm not sure if it's possible at all, but who knows...)
    I've read a lot of postings on this subject and couldn't find a solution that would work for me. I'm very surprised, because my situation is very common - there are more and more public web services, and most organisations have firewalls. Obviously, I'm making some very elementary mistake.
    Please help

    We have the same problem, not with SOAP but with XML-RPC (err 407). We're still stumped, and i agree that the problem should be common, but i don't see the mistake, so it's not that obvious.
    Hypothesis: the proxy is spying on the requests content , and filtering out xml. Can you check that ?
    Message was edited by:
    idiallo

  • Partner cannot access the workspace on Beehiveonline

    Hi Phil,
    I created a workspace for collaboration with an Italian partner, but when Daniele Bianchi tries to login he gets an access denied 403 error.
    Could you please assist?
    The workspace is:
    Collaboration_Beta80_Oracle
    https://beehiveonline.oracle.com/teamcollab/overview/Collaboration_Beta80_Oracle_Workspace
    and Daniele Bianchi from Beta80 gets the abovementioned error message.
    He is using mozilla.
    Thanks
    Anita

    Anita,
    Daniel3e looks OK in the system. If he is getting a 403 access denied then he may be logged in but not in the Workspace correctly.
    Can he log into the simple web client https://beehiveonline.oracle.com/teamcollab?
    Phil

  • BT Help - cannot access health check

    BT Help
    When I access Help I go directly into a broadband connection process which checks my connection which is ok
    I used to be able to access a health check which gave me the option to check the history and fix issues.  Been doing this for two years.  I use McAfee installed on the computer by Dell when I purchased it over a year ago.  Never any problem.
    This no longer appears
    I have removed the "help" and then reinstalled it - still no difference.
    Have BT removed the health check facility   ???

    I would suggest uninstalling Desk top help then reinstalling it although many here recommend not using the programme as it can cause more problems then it solves however that has to be your choice
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Ipod stuck on apple logo, resetting multiple times has not helped, cannot access disk mode or diagnostic mode, and computer will not recognise device. Help?!

    Help! Info as above. Ipod nano 3g, 8GB connecting to Windows XP.
    I've trawled the forums hard and tried the multiple reset method, disk mode, diagnostic mode (neither of which I can access), charging, discharging, plugging it into the computer, and the wall.
    Is there anything else I can do?? Very sad - can't listen to my tunes on the move now...

    Hi,
    Is this what you are Looking for...
    DFU Mode / Unable to Update or Restore
    http://support.apple.com/kb/HT1808
    DFU Mode
    Open iTunes and Connect the iPod to your Mac
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time
    After 10 Seconds release the Sleep/Wake Button until iTunes tells you it has Detected an iPod in Recovery Mode...
    The iPod Screen will remain Black... Now Restore.
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    Cheers,  

  • URGENT HELP : CANNOT ACCESS FILES/FOLDERS in my IPOD :(

    Folks,
    Two days back, i dropped my IPOD Video and since then it has gone nuts. I used to use it as storage device and have around 70 GB of data stored in it. Now when i connect my IPOD video to my PC through USB cable, though i can see the folders i cannot open the files or folders. it says following on the pop up - cannot open and read the file.
    also all my videos and mp4 songs have been deleted from my ipod. god knows how.
    can someone help

    Dropping the iPod might have caused the reason into this problem. For what I do is I keep my set of music & videos into a seperate USB flash and computer. I'm not an iPod expert but you might want to have it fixed at a local store that can fix iPods. Look into the apple website to find further instructions. For the worse, you probably will lose your files.

  • Created new workspace, user created OTN account but cannot access workspace

    hi,
    i recently created GFW_SYSTEMS_TEAM beehiveonline workspace.
    i added 4 external users including myself as an external user using my gmail account: [email protected] so i could verify the process from an external user point of view
    i created my OTN account and verified it but cannot access the workspace using this login.
    when i check the users in beehiveonline-apex i see that all users are verified.
    when i check the users in the workspace, 2x external users are missing but my gmail user is there
    when i check the ~BOLADMIN tool i see that my gmail user is missing - only my oracle account is visible; the other 2x external users are also missing...
    my oracle and gmail email addresses are similar : neil.pritchard@~ oracle.com, gmail.com
    i am accessing from my secondary oracle laptop (OBI); not on vpn
    can you tell me if there are any known conflicts with the above setup?
    more info:
    OS: XP SP2; browser IE8
    when accessing teamcollab or workspaces i get 'Internet Explorer cannot display the webpage' during login authentication
    best regards
    Neil
    Edited by: 972236 on 20-Nov-2012 05:49

    Neil,
    we spotted some provisioning scripts that had failed and are re-running them now - hoefully the extra users will be in the group/workspace soon. The 2 emails for you will not be a clash as they are valid and unique.
    Phil

  • I have my Calendar app syncing with iCloud.  Every time I open it it says, "Moving Calendars to Server Account..."  It runs and runs and does not stop.  As a result, I cannot access my calendars.  Please help.

    I have my Calendar app syncing with iCloud.  Every time I open it it says, "Moving Calendars to Server Account..."  It runs and runs and does not stop.  As a result, I cannot access my calendars.  Please help.

    I have the same problem, I tried the solution of Dr Cox but that didn't work as he said go to system preference then mail, contacts etc. but I don't have that.  Can someone help?
    Elaine

  • Moved iTunes library to an ext hard drive to make space on my int drive... Followed steps from apple.  Now I cannot access my music... It says: "File could not be used because the original file cannot be found.  Would you like to locate it?"

    Moved iTunes library to an ext hard drive to make space on my int drive... Followed steps from apple.  Now I cannot access my music... It says: "File could not be used because the original file cannot be found.  Would you like to locate it?"
    I moved my iTunes library to my external hard drive some time ago and I followed the directions listed here on the apple support page.  It did copy my library and now is on my hard drive... I can open iTunes and use it to sync all of my devices but I would like to play my music... I can see all of my music files but can not play them if I click on an album or song it says the following:  "(file name) could not be used because the original file cannot be found.  Would you like to locate it?"  I click locate but do not know where to go from there?  I need a way to access all files and not to hunt down one at a time on my hard drive... I am pretty sure I deleted the original library to make space on my internal drive which was the reason for moving it.  I have tried and tried to fix it and do not have a lot of time to do so with a one and two year old at my house who do not like it whenI sit down at my computer.  What to do???  Any help is much appreciated!!!

    See Make a split library portable. Move all of the bits of the library together in the the correct shape and it should work. Or undo exactly what you did and then start over.
    If you're a former Windows user don't try merging two folders together that have the same name by dropping one into the same folders as the other, as that goes badly on a Mac.
    tt2

  • Cannot open my workspace anymore!!! HELP

    I cannot open anymore my workspace: when launching Apperture 1.1 I just got the top-menu bar and cannot open/access my workspace or photos ... HELP HELP

    I cannot open anymore my workspace: when launching
    Apperture 1.1 I just got the top-menu bar and cannot
    open/access my workspace or photos ... HELP HELP
    Either try rebuilding the library, or after Aperture launches check to make sure it's pointing at your Aperture library and didn't choose somewhere else... though in that case you would have just an empty workspace, not no workspace at all.
    It could be that reinstalling Aperture would fix this.

  • I copied a lot of photos from an iphone to a DVD using a Windows 7 laptop, now I cannot access those photos on the DVD. HELP!

    I copied a lot of photos from an iphone to a DVD using a Windows 7 laptop, now I cannot access those photos on the DVD. HELP! In Windows Exlporer I can see the data on the disk in the details but when I click on it nothing appears as if there is nothing on it.

    It should. So they aren't shown in the Last Import smart album, right? Try the following:
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - Run Option #4, Rebuild Database, followed by Option #1 if needed.
    OT

  • On MacBook Pro, in iCloud cannot access Apple ID username to change it, from previous user. Can you help?

    On MacBook Pro, in iCloud I cannot access Apple ID username to change it, from previous user. Can anyone help?

    In System Preferences>iCloud: Sign Out, reboot and then Sign In with your ID and password.
    If Find My Mac is switched on you will be unable to sign out without the previous owners password.

Maybe you are looking for

  • Safari crashes after update to OS X 10.4.10

    Hy together, I just updated to OS X 10.4.10. Now safari crashes on different websites. Some are still okay (google.ch for example), but pages like heise.de, golem.de and nzz.ch make safari to quit. The crashreport is quiet long, so I resign to post i

  • Add iTunes wish-list to Reminders (organized by music, movies, TV shows, books, and apps)

    Super Awesome if there was a way to add iTunes wishlist to Reminders. Catorgised lists by music, movies, TV shows, books, and apps and using Siri to add new items and look up songs. Also with a direct link to purchase the item or ask Siri to. Just a

  • How to find  latest updating row in a table

    Hi How to find latest updating row in a table

  • Simple I'm sure but need to know

    Ok so I'm pretty sure this will be simple but need to know. I've got a Final Cut Quicktime Movie file that was exported through FCP version 6.0.2. I'm currently working on FCP version 5.1.4 trying to put some stuff together. I know I cannot import th

  • How to know BPEL process is running

    Hi, I have BPEL process which is triggerred by FileAdapter. File Adapter polls for every 120seconds and if any file exists, it reads and BPEL process is initiated. As BPEL proccess is big and sometimes it executes more than 120seconds and it depends