Work space error

Hello All-
I have installed 11.1.2 & have everything working fine. When i go worksppace URL (http://servername:28080/workspace/index.jsp) & login into the workspace i get the following warning:
Namespace Communication Error.
I hit show details it gives me following:
URI: http://servername:28080/raframework/conf/ToolsConfig.xml
Parse Error, XML Returned:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
<HTML>
<HEAD>
<TITLE>Error 404--Not Found</TITLE>
<META NAME="GENERATOR" CONTENT="WebLogic Server">
</HEAD>
<BODY bgcolor="white">
<FONT FACE=Helvetica><BR CLEAR=all>
<TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
<FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 404--Not Found</H2>
</FONT></TD></TR>
</TABLE>
<TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>
</FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.5 404 Not Found</H4>
</FONT><P><FONT FACE="Courier New">The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.</p><p>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.</FONT></P>
</FONT></TD></TR>
</TABLE>
</BODY>
</HTML>
I am able to login to workspace on 19000 port without any error. I have noticed that when i install 11.1.2 it installs flawless & i am able to get into the system without any errors etc but when i reboot the server & start all the services
at that time when it comes up with this error.....I did a uninstall of the whole sytem last time & installed it again when i came up with this error & everything ran fine till the time i havent stopped services , rebooted the box & started
them again...
Does anybody know how to trouble shoot this?
Thanks in advance

I am facing same issue. Assuming your installing on Windows machine, it is a known bug per Hyperion.
This problem can occur because sometimes Windows cleans out a user's temp directory when the user logs off from a remote session. Therefore, if the user who installed EPM System products and is running the services logs in to a remote session of EPM System and then logs out of the remote session, upon logout, Windows sometimes cleans out the temp files associated with this user. Since these temp files are in use by WebLogic, deleting them causes WebLogic to stop functioning.
There are steps to resolve this issue. Please refer page 5 known issues on epm_1112000_readme.pdf.
Link: http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_1112000_readme.pdf
As far I am concern this did not fix problem.
Please post your results.

Similar Messages

  • Aipref error because of work space / colour swatch library

    hello,
    I just started working with Illustrator CS4. I would like to get always the same GUI when I start it. So I found already work spaces, which works fine. But I also want to get the same color swatches (libraries), e.g. general RGB and general CMYK and two Pantone libraries. I put it all in my work space and choose "same position" (=Gleiche Position in German, sorry I don't know in in EN) in the context menu of the color swatch options.
    I guess these two thing should normally get me in the position that I can open NEW and EXISTING files with always the same work space and swatches?
    Problem: Each time I choose "same position" Illustrator starts with a error message "preferences file is damaged...(in German), is replaced by a new one". I already deleted the whole folder of the illustrator preferences in the AppData, backup my files, restored and so on. It is always when I make the mentioned thing I get the error.
    >>> Can't I do this to get the work space and the swatches? How did you - CS4 users - do it? Is there any hint to get the aipref more "tolerant"?
    Thank you
    Peter

    hello everybody,
    I guess my question is too special and just concerning my special case. But at least I would like to know (see my first posting) if you can save the view (incl. swatches) at all in CS4 without error messages?

  • Error creating new work space

    I logged in as admin and tried to create a new work space for a developer. At the last step, I got error:
    ORA-04063: package body "FLOWS_030100.WWV_FLOW_SAMPLE_APP" has errors ORA-06508: PL/SQL: could not find program unit being called: "FLOWS_030100.WWV_FLOW_SAMPLE_APP"
    Error provisioning XXXXXXX.
    Return to application.
    Please help!
    Edited by: user10255537 on Sep 16, 2008 6:47 AM

    It looks like it is failing on the attempt to load the sample objects into the new workspace. Go to Manage Service / Feature Configuration and toggle Create demonstration objects... to OFF.
    Try creating the workspace after that and see if it works. I don't know why the sample app install might fail but this should get you moving.
    Jason Aughenbaugh (aka. WileECoyote)
    Precision Guesswork Blog: http://citemreh.spaces.live.com

  • 500 Internal Server Error at HFM work space,Urgent;;;;;

    Hi,
    Can any one give me solution for this.
    When I try to open Work space it is giving the error "500 Internal Server Error"
    And I am using Apache Tomcat.\
    Thanks in advance.

    Hi 807662 ,
    Hope this helps...
    Can you post the errors from the BI+ error log?
    You say that you can't log into the client applications? What client apps are you trying to log into?
    If Planning can you post the the errors from Planning? If HFM can you post the errors from HFM?
    Can you post the errors from the Event Viewer log on the server?
    -David
    Web server returns the message "Internal Server Error (HTTP 500)"
    DETAILS:
    This message usually indicates an error on the Web server. This message is too generic to provide the actual cause of the error, but a careful examination of the Web server logs, can provide clues which may point you in the right direction.
    There are a few of things you can infer from an "Internal Server Error" message.
    1. The web server is NOT down, i.e it is responding to an HTTP request, since the error is being generated and returned by the web server. Unlike a "Page cannot be displayed" error which is a default message generated by a browser if it cannot contact the web server. The "Internal server error" message is caused by the web server actually returning an HTTP 500 code.
    2. If all users are getting this error, its might indicate a problem with the web server itself, perhaps a lack of system resource, a system-wide failure, or a configuration or installation issue. If only one user gets the error, its probably just tied to the session of the user, and even may be specific to the current activity
    3. The root cause is the web server, and not the application server or database, even though its possible that an application server or database response might trigger an error on the web server. For example, SQL returning a large result set might cause an OutOfMemory condition on the web server. If the application server errors out, the PIA servlet traps it and returns a generic message saying "An error has occurred on the application server", it does not return an HTTP 500 error.
    The Internal Server Error message is generated by the web server, when the sub-process it called to process the browser's request, did not complete successfully. The sub-process may be a CGI program, ( Verity search in PeopleBooks for example), it may be another web server ( Apache proxying to WebLogic), or it may be a servlet (Weblogic HTTP handing off request to PIA). If the sub-process errors out, or returns an invalid error code, the web server will return an HTTP 500 error code to the browser.
    The key therefore in troubleshooting HTTP 500 errors is to find out what sub-process was invoked, and what was the error encountered by the sub-process. Start by checking the access log on the web server. It will have the URL with the GET or POST request, and the return code. Here
    Note though, that not all java exceptions translate to HTTP 500 errors, and not all HTTP 500 errors caused by servlets correspond to java errors. Sometimes a servlet may recover or ignore an exception and manage to return a valid response to the calling web server, mitigating an HTTP 500 code response to the browser.
    Some of the common causes of servlet failures are:
    - Invalid web server configuration ( these errors should be consistently reproducible)
    - Errors from the Application Server that are not captured and translated into a meaningful message for the user.
    - Network I/O errors while communicating with Application Server, or to a proxy plugin.
    - Out of memory conditions on the web server.
    - Problems with the Java runtime.
    - System errors, like running out of disk space, insufficient permissions, running out of threads, etc.
    - Errors in the servlet code itself. Example: NullPointerException
    - Invalid or corrupted Session information, perhaps caused by Proxies, Load Balancers, Timeouts.
    - Incorrect web server, JRE, OS patches and or versions.
    G'Luck,
    David
    Edited by: David Debish on Feb 4, 2011 3:12 PM
    Edited by: David Debish on Feb 4, 2011 5:09 PM

  • Heap space error while creating XML document from Resultset

    I am getting Heap space error while creating XML document from Resultset.
    It was working fine from small result set object but when the size of resultset was more than 25,000, heap space error
    I am already using -Xms32m -Xmx1024m
    Is there a way to directly write to xml file from resultset instead of creating the whole document first and then writing it to file? Code examples please?
    here is my code:
    stmt = conn.prepareStatement(sql);
    result = stmt.executeQuery();
    result.setFetchSize(999);
    Document doc = JDBCUtil.toDocument(result, Application.BANK_ID, interfaceType, Application.VERSION);
    JDBCUtil.write(doc, fileName);
    public static Document toDocument(ResultSet rs, String bankId, String interfaceFileType, String version)
        throws ParserConfigurationException, SQLException {
            DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
            DocumentBuilder builder = factory.newDocumentBuilder();
            Document doc = builder.newDocument();
            Element results = doc.createElement("sims");
            results.setAttribute("bank", bankId);
            results.setAttribute("record_type", "HEADER");
            results.setAttribute("file_type", interfaceFileType);
            results.setAttribute("version", version);
            doc.appendChild(results);
            ResultSetMetaData rsmd = rs.getMetaData();
            int colCount = rsmd.getColumnCount();
            String columnName="";
            Object value;
            while (rs.next()) {
                Element row = doc.createElement("rec");
                results.appendChild(row);
                for (int i = 1; i <= colCount; i++) {
                    columnName = rsmd.getColumnLabel(i);
                    value = rs.getObject(i);
                    Element node = doc.createElement(columnName);
                    if(value != null)
                        node.appendChild(doc.createTextNode(value.toString()));
                    else
                        node.appendChild(doc.createTextNode(""));
                    row.appendChild(node);
            return doc;
    public static void write(Document document, String filename) {
            //long start = System.currentTimeMillis();
            // lets write to a file
            OutputFormat format = new OutputFormat(document); // Serialize DOM
            format.setIndent(2);
            format.setLineSeparator(System.getProperty("line.separator"));
            format.setLineWidth(80);
            try {
                FileWriter writer = new FileWriter(filename);
                BufferedWriter buf = new BufferedWriter(writer);
                XMLSerializer FileSerial = new XMLSerializer(writer, format);
                FileSerial.asDOMSerializer(); // As a DOM Serializer
                FileSerial.serialize(document);
                writer.close();
            } catch (IOException ioe) {
                ioe.printStackTrace();
            //long end = System.currentTimeMillis();
            //System.err.println("W3C File write time :" + (end - start) + "  " + filename);
        }

    you can increase your heap size..... try setting this as your environment variable.....
    variable: JAVA_OPTS
    value: -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m

  • Java Heap Space Error in BI Publisher

    Hi,
    I have an issue with BIP reports.
    My report is working fine in development instance as it has very less data.
    But the same report is throwing "Java Heap Space" error in another instance which is having huge amount of data.
    I tried to modify the oc4j.cmd file by increasing the values -XX:MaxPermSize=128m -Xmx1024m.
    After restarting the oc4j serivices,my OBIEE and BIP URL's becomes dead slow.
    Is there any solution to improve the performance (or) is there any other way to resolve this issue.
    I am running on
    OBIEE 10.1.3.4.2.
    oc4j Server
    Windows box.
    Thanks in advance.
    Pramod.

    Changing os's may help, or it may not. Java requires contiguous memory addresses for the heap, and that varies with the os, os parameters, what has previously been loaded into memory, and how much physical memory is available. The heap can't be assigned to the os's swap space; the os handles paging in and out of memory. All modern os's provide paging to disk.

  • Clean Install G4 Dual 1 GHz-Not enough Disk Space Error? -SLOW USB copies

    HELP puhleeeeze!
    This seems to be an issue on various sites with no one being able to figure out what is the cause and a solution. One person stated his problem went away with a fullwipe and clean-reinstall of everything. But this is what I did already. 
    What is the reason for the "Not Enough Disk Space" error message when both my hard drives have gigs of space available. If I had hair I'd be pulling it out by now!   When trying to copy a file to my 2 internal hard drives that have a lot of space available, but only by the USB port?!!
    I have a Power Mac G4 Mirrored Door (MDD) Dual 1 GHz with a clean install of 10.5.8 from the Original Mac OS X Leopard DVD. Both internal hard drives are 60GB and 100GB. The hard drives were wiped clean with Disc Utilities and reformatted to Mac OS Extended (Journaled). The Power Mac only has the OS and a few music apps installed. Easily over 30 GB of space left on the the main G4 interal hard drive and about 75 GB on the other internal hard drive.
    The error seems to only happen when I connect a USB flash drive to the USB port. I tried to copy a 50MB update to the desktop-"Not Enough Disk Space" error message happened.
    I know that the G4 MDD Power Macs only have USB 1.0. Is this a USB 2.0 issue? Another issue is that it has very slow USB speed (dramtically slower than normal USB 1.0 copying of files. And this is only when it is successful. Is it a USB format issue? I know I couldn't get an external USB 2.0 drive to mount on the Power Mac at all. Disc Utilities could see it but it still would not mount. I have a friend who has an older G4 single processor Mac that doesn't experience these issues with its USB 1.0 ports.
    Now here's the kicker:
    If I put in a CD disc in the DVD/RW drive, it copies with no problems to either hard drive. If I connect to the Power Mac  via the ethernet network, files can copy with no problems. But any USB connection -  I get a the "Not Enough Disk Space" error message. I know this is an old mac... but it's never been problematic until this latest wipe and update to Leopard 10.5.8.
    Is there a solution to this? Any and all help, feedback, comments, thoughts are greatly appreciated in advance!!!

    Hello everyone,
    Ok, I did the ultimate task. I erased the hard drives, AGAIN. Just to start fresh from scratch. Hard drives were erased. Did a new install of Mac OS 10.5. And all was well. I could copy with no problems. I gave the computer to my friend and all was good for a couple of days and then the issue came back again. He couldn't copy anything to his internal hard drives and we received the "Not enough disk space" error message! I was baffled. A complete hard drive erase 2 times, 2 fresh Mac OS 10.5 installs and it works for a few days and then coping to HD we got the same **** problem again! THEN - I remembered that the PRAM battery was dead on this G4 Mirrored-Door Dual 1GHz PowerMac. I had recommended that he get a new battery, because this computer would always have the incorrect date and time after every restart. So with recalling this, I had him reset the PRAM by holding down the CMD+OPT+P+R keys after a restart (start-up Chime). I had him hold the keys for at least 3 start-up-chimes. Soon as the G4 Power Mac started up everything was fine again. He was able to copy files to his hard drives again with the "Not enough disk space" error message.
    So everyone! Try zapping your PRAM (resetting the PRAM) and see if this solves your problem. I told my friend to get a new PRAM battery to replace the old one that is completely dead. I have not heard back from him.  I will ask him again if the problem has come back.
    If that fails: My only other solution would be to consider that it is possible that Mac OS 10.5 has a conflict or issue with the G4 Processors and maybe it is safer to install Mac OS 10.3 or 10.4. Because this problem only has occured after installing Mac OS 10.5, the highest version of the Mac OS the Dual 1GHz Mirrored-Door G4 can be installed.
    Cheers,
    B

  • LARGE Report | Heap space error | Scalable mode causes XDOIOException

    hi,
    we have a report that returns many records causing a fairly big memory consumption which results in a java heap space error.
    i have read the following post 'Error: Java Heap Space with the scalable mode setting.
    i activated the scalable mode feature for this report, however, after outputting the report again, i get the following exeption:
    oracle.apps.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReport failed: due to oracle.apps.xdo.XDOIOException
    i activated the setting via the xdo.cfg in the according report-folder. the .cfg looks like this:
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
    <properties>
    <property name="xslt-scalable">true</property>
    </properties>
    </config>
    can somebody give me a hint in which direction i should look for the error? the exeption tells me nothing to be honest.
    the report works fine with less records - with activated scalable mode however ill get the exception.
    would be very glad for advice.
    thanks a lot.
    Oracle BI Publisher: 10.1.3.4.1

    - Which Application server are you using: OC4J, Weblogic?
    - Did you increase the app server heap size?
    - Enable the DEBUG mode to troubleshoot this issue: http://bichaos.blogspot.com/2011/04/enabling-log-messages-in-bi-publisher.html
    - Start testing a small rowset and then continue increasing it until you get the error.
    regards
    Jorge

  • Flash Builder 4.5 Java Heap Space Error

    Hello everyone,
    I've downloaded Flash Builder 4.5 trial a few days ago. Let me first tell that I like the new features a lot and they help to speed up the development process noticably. I thank Adobe for that very much.
    However I did not notice any performance boost over the Flash Buidler 4. Even worse, the 4.5 version seems to run much slower and use more memory than Flash Builder 4. I constantly keep getting Java Heap Space errors and needles to say, the tool just crashes and I have to restart it.
    Here how my experience working with the new version looks like. I start the Flash Builder 4.5 which has my current project open (for the record, I still use Flex 4.1, and the project includes roughly 300+ classes and 30000+ lines of code (AS and MXML)). At the beggining everything works fine and pretty fast. UI, code completion, snippets and all other good stuff works pretty fast. However, after each build, FlashBuilder.exe process eats up from 50 to 100 megabytes of memory and does not seem to release it or reuse it. So after a 5 or 10 builds it already appears to be using over 1 GB of RAM. At that point the editor becomes sloppy - it can't keep up with my typing, code completion popups takes a few seconds to show up. And a few more builds - the Flash Builder freezes and after a minute or two I get Java Heap Space error.
    I've tried increased the JRE heap space used by the Flash Builder (flashbuilder.ini, flashbuilderc.ini, eclipse.ini) to -Xms512m -Xmx1024m as well as permanent generation heap space to -XX:MaxPermSize=512m -XX:PermSize=256m and the mxml compiler (jvm.config) to -Xms384m -Xmx768m. However this did not solve the problem. Maybe just postponed it a bit.
    Am I the only one observing such behaviour of Flash Builder 4.5? Does any one have any other ideas how to fix this? (by the way, I work on 64bit machine with Widnows Server 2008R2, 4GB of RAM and 2.66 GHz Intel Core 2 Duo).
    Thanks in advance.
    Michael

    I'm seeing nearly the same thing.  I also have a very large set of projects similar to what you are describing and I do have Java Heap Space errors (The details show an error of "java.lang.OutOfMemoryError: unable to create new native thread" occurring for me)
    I had similar issues, although they are more frequent in the 4.5 builder, in the 4.1 builder.  In 4.1 builder, I didn't get the exact same detailed error regarding threads.
    I did install my flash builder into a clean instance of eclipse 3.6.2 vs using the standalone install.  That shouldn't make a difference though.  In 4.1, I tried he standalone install and saw the same issues I saw in the plugin version.
    I'm also using the 4.1 SDK in Flash Builder 4.5 (It appears that is what you are doing).  I've been attributing the crashes to the following bug in the 4.1 SDK, although I have applied the files in the bug report and still have the problem.  I'm hoping when I'm able to switch to the 4.5 SDK it may help.  (I can't switch yet because from what I can tell, it requires 10.2 Flash Player and my company is currently only on 10.0)
    The Bug Report I'm referring to is: https://bugs.adobe.com/jira/browse/SDK-26366
    I've bumped up all of the memory settings you've referred to and it helps the environment run longer, but it still eventually crashes.  One thing I definately do is make sure that the "Build Automatically" is unchecked.
    The machine I'm running on is an Intel 2600K with 16GB of memory running Windows 7 64-bit, so I don't think hardware is the issue.
    No real answer, but your not alone in having similar issues.
    Jon

  • Authentication Issue with BPM work space

    Hi
    I have created a sample BPM process using JDeveloper and deployed as well
    but when i tried to login to verify created process in workspace it shows the      
    "Invalid ID or password. Please try again" , i tried using weblogic user id and password (weblogic/Welcome1)
    and also tried using existing users in weblogic (ex:cooper/welcome1) but no luck . so could you please let me know what may be issue
    and how to resolve this issue, it will great help if you can help
    Regards
    Noor

    Hi Noor
    By any chance for this SOA/BPM domain, have you configured any other External Authenticator also like LDAP, AD etc. If so, is that the first in the list. And if yes, then your error is valid. You need to do some extra settings. I can give more details, once you confirm above points.
    BUT if you just created a BPM domain and created those test users like jcooper/welcome1 etc, then you should not get these errors. I hope you used the demo community seed war file, deploy and run that servlet. And also, make sure that you are using correct username/passwords. So first try weblogic user on your console, em etc. Then try bpm/workspace. You should be able to login, even though you may not see links on left side to create new taks,
    Thanks
    Hi Ravi Jegga,
    Thanks for your reply, i have not configured to any external authenticator and i have not created any test users while creating domains i hope this test users will created automatically , i am able to login both weblogic console and em as well when i try login for work space it shows the Invalid user name or password
    I am trying very basic sample process model given by Oracle (http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/obpm/11g/r1/firstProcess/firstprocess_obpm11g.htm)
    so could you please let me know if i miss some thing
    Thanks & Regards
    Noor

  • Java.lang.OutOfMemoryError:PermGen space error

    We haven't been able to go live with our help systems on RoboHelp Server 8 yet due to some major memory issues with Tomcat/RoboHelp Server. We've been working with Tulika on this issue, but I just wanted to check in and see if anyone else here has experienced such a thing, and if so....what did you do to fix it?
    After installing the server, having it up and running for a few months, and posting help systems to the server....it suddenly has serious memory issues that are making it crash.
    We were advised to configure the maximum and minimum heap space setings for Initial memory pool and maximum memory pool both to the following: 256, 512, 768 and 1024. 
    We are receiving the java.lang.OutOfMemoryError: PermGen space error when increasing the setting to 512.  When trying to increase the setting to 768 or 1024 Apache Tomcat uses 100% of the CPU and then stops after about a minute.  When trying to start the service back up it spikes to 100% CPU usage and then dies again. This happens continuously and makes it so the services constantly stop! If you try to hit a site that is hosted on the RH 8 Server it causes it to spike and crashes.
    Overview:
    Software being used Adobe Robohelp8 and Apache Tomcat 6.0.
    We have around 11 sites being hosted on Robohelp8.
    Server specs are 2.93GHz processor and 4G RAM.

    Hi jdcyclone1,
    You need to increase PermSpace available to your tomcat. You can do that using <tomcat-install-dir>/bin/tomcat6w.exe
    Just ensure that your “Maximum memory pool” and “XX:MaxPermSize” should not add up to more than actual memory you can make available to tomcat. The setting is as shown in this snapshot:

  • CS2 Version Cue: lost work space. (???)

    Safari was crashing and error was wrong flash player plug in. SO...
    I reinstalled flash player, then doing some things with the software apps and did a hard disk test, I did 'something' wrong. My computer crashed and when I restarted it, I had a totally different screen configuration. It was like starting from scratch. Lost a lot of stuff.
    Safari browser bookmarks and bookmarks bar was gone, all folders in Mac Mail gone, even messages. It's like everything was wiped clean. I do have the information on my hard drive and trying to restore things, BUT... Now...
    Safari crashes and gives me error message about needing Version Cue CS2 work space to run. I don't know what this means.
    I must have thrown something out that had the work space with it? I was being so careful what unneeded excess stuff I tossed.
    Went to Version Cue console.log this morning and this is what it says:
    Mac OS X Version 10.4.11 (Build 8S165)
    2013-11-16 11:01:10 -0800
    Nov 16 11:01:11 Macintosh mDNSResponder: Adding browse domain local.
    2013-11-16 11:01:11.797 SystemUIServer[86] lang is:en
    2013-11-16 11:02:14 : VCStatus can not run without an installed Version Cue CS2 workspace.
    2013-11-16 11:09:37.818 Adobe Installer[236]: DebugAssert: AdobeInstaller: removedLockFile == YES  [:0]
    2013-11-16 11:09:37.823 Adobe Installer[236] bootstrap
    2013-11-16 11:10:03.006 Adobe Installer[236] copyApp status 0
    2013-11-16 11:26:04 : VCStatus can not run without an installed Version Cue CS2 workspace.
    I can't reinstall just Version Cue, but I can uninstall it.
    From what I understand, and that's not much being I'm not computer literate, CS2 needs Version Cue? Even though I had it turned off? (me thinks)
    Can I uninstall Version Cue and still use all my other software?
    I've had CS3 on my bookshelf for years. Never installed it because I wasn't sure how without messing other things up. Not sure what I would need to back up, etc.
    Does CS3 have Version Cue? Would uninstalling CS2 and installing CS3 fix things?
    My Processor is PowerPC, not Intel.
    I am so frustrated and don't know what to do. Can anyone help me out here as to what I can do to make Safari happy?
    Thanks!
    PJ

    No bites yet. Okay.
    Simply put...
    Can the rest of CS2 and Safari run without Version Cue if I uninstall it? Yes or No.
    Does CS3 have Version Cue? Yes or No.
    If I uninstall CS2 and install CS3, will Safari be happy?
    I'm getting myself into a mess here without help cause I'm frustrated. Really need some help.

  • Problem importing application to different work space in different schema

    Hi
    I have developed a application in scheme 'A' in the workspace 'B'. When I tried to export the same application in Scheme 'X' and work space 'Y' it is giving the following error while running the imported application in schema 'X' and workspace 'Y'. Please let me know, how I can resolve this problem.
    ORA-0000: normal, successful completion
    Error Unable to fetch authentication_scheme in application 144.
    OK
    Tnx
    BHS

    What version are you using?
    Can you import the app into your workspace on apex.oracle.com where we can see it fail?
    Scott

  • "out of disk space" error with Quicktime export

    Hi - just trying to export a fairly small (3 minute) video sequence to record via iDVD. When I try to export the sequence as a Quicktime movie, I get an "out of disk space" error. I don't understand why - the video is not that big, and I have over 30 GB of free disk space. I suspect I'd be able to do it if I deselect the "self-contained" option - but I don't understand why 30 GB of disk space isn't enough.
    Other details: FC Express 3.0

    Well, I thought everything had been rendered, but I'd missed a couple of transitions. When I tried to render those, I got another "out of memory" error. Turns out I'd misinterpreted what the "minimum scratch disk size" setting meant - it was set to 32000 MB - I thought that meant that 32 GB would be available for storage, but I guess it means that the 32 GB will NOT be available for storage.
    Anyway, I changed that minimum to 10000 MB, and now everything works....
    Thanks!
    Bob P

  • IDVD reports strange insufficent disk space error message

    I want to create a slide show DVD. When I open the project "Project Information" shows DVD capacitiy 0.6GB of 4.2 GB used. That seems ok, but when I try to save as Image I get an "insufficent disk space" error message (On the disk there are 28 GB free). After trying to save the Image "Project Information" says
    5084435456,8 GB used - what's going on?
    MacBook   Mac OS X (10.4.7)  

    Are you doing the Save as Disk Image... correctly? This seem really odd.
    File/Save as Disc Image...
    http://docs.info.apple.com/article.html?artnum=164927
    This will isolate any encoding/burning issues you may encounter. Once the disc image is created, double-click the .img and burn the virtual disc that should appear on your desktop, using Toast to burn the DVD. Disk Utility to burn the .img file. Usually, you can select a burning speed in Disk Utility.
    There are variations to this process based on which OS X you are using...
    Open Disk Utility (in Utilities folder in Applications folder), click on the virtual disc (maybe the .img) in the left-hand window. Click the Burn icon. A new window should drop down and your SuperDrive tray will open after clicking the Burn icon. Insert a recordable DVD. (Verbatim DVD-R preferred by me.) Click the Close button. Wait. Select a burn speed. If you hold your mouse cursor over the pop-up it says: "Select a slower speed to work around burn failures," so select 4x or slower for best results. Then click the Burn button.
    -->If the virtual disk selection won't allow you to click the Burn icon, use the .img file instead. This may have changed in 10.3.9 and did change in Tiger.
    Also, you can use DVD Player to play the virtual disk to check your iDVD project before burning to DVD. Launch DVD Player. File/Open VIDEO_TS (Open DVD Media... in Player 4.6). Find the VIDEO_TS folder and open that. (The audio folder is for DVD-Audio disks.)
    http://docs.info.apple.com/article.html?artnum=93006

Maybe you are looking for