White spaces are required between publicId and systemId

Hello,
I'm new to Java/XML and have been searching the XML forums for a viable answer trying to get around this error
"White spaces are required between publicId and systemId"
I'm a little unsure of this, however my understanding of this error is that "whitespace" must exist between my "tag entities". So I have modified my XML document to include white space between entities...below is a snippet of my XML doc
// Begin snippet...
<auth>
<userid>
12345
</userid>
<first>
first value
</first>
<second>
</second>
</auth>
//End snippetBelow is the fragment of code I use to set up and parse the XML parse
      SAXParserFactory spf = SAXParserFactory.newInstance();
      //spf.setNamespaceAware(true);
      SAXParser saxParser = spf.newSAXParser();
      XMLReader parser = saxParser.getXMLReader();
      urlConnection = url.openConnection();
      in = urlConnection.getInputStream();
      ins = new InputSource( in );
      // create a handler
      Handler handler = new Handler();
      handler.setBVSessionData( bvdata );
      // assign the handler to the parser
      parser.setContentHandler(handler);
      parser.parse( ins ); // SAXException is thrown here...what gives??
//...In addition, I'm able to read the XML file fine if I point the URL to the XML file locally on my PC, however when the XML doc is served by a web server over HTTP, then read by my app, the SAXException is thrown. Any insight or examples is greatly appreciated. Thanks in advance.

In case anybody is interested here is what I've been able to find...thanks to a little helpful book "XML and Java 2nd Edition" [Maruyama, Tamra, Uramoto, Murata, Clark]
Since I'm using a SAX parser the example doesn't really help. However the book references a DOM parser and uses a "getIsIgnorableWhitespace()" method which as my luck may have it is not available in SAX...
The book goes on to state there are two ways to tell an XML processor or an application if certain whitespace is significant:
1) "Define the significant whitespace in the content models in the DTD"
2) "Specify the xml:space="preserve" attribute in an XML document in order to indicate the intent that applications preservce all whitespace"
Can anybody elaborate on the above, especially #1 or even provide an example that would work with SAX. Thanks...

Similar Messages

  • JDeveloper Error: White spaces are required between publicId and systemId.

    I'm using JDeveloper 10.1.3.1.0.
    This error is occurring in a BPEL process project.
    With one particular web service I have, adding a Partner Link to the BPEL generates the following compile error:
    Error: White spaces are required between publicId and systemId.
    I can add Partner links from other web services and the BPEL will compile fine. The main difference I can see is that this web service supports WS-Addressing.
    I have found one other reference to a similar (but not exactly the same) problem elsewhere in these forums but the fix is not really applicable. All of the wsdl files pass the "Validate WSDL" operation, and I don't see anything wrong with them.
    When the error occurs and I select "Go To Source" it points back to the first line of the bpel file.
    Can anyone help me out on this?
    This is the wsdl for the web service, wsademo.wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="wsademo"
    targetNamespace="http://localhost:11001/wsademo.wsdl"
    xmlns:tns="http://localhost:11001/wsademo.wsdl"
    xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
    xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:ns="http://localhost:11001/wsademo.wsdl"
    xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
    xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
    xmlns="http://schemas.xmlsoap.org/wsdl/">
    <types>
    <schema targetNamespace="http://localhost:11001/wsademo.wsdl"
    xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
    xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:ns="http://localhost:11001/wsademo.wsdl"
    xmlns="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="unqualified"
    attributeFormDefault="unqualified">
    <import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <import namespace="http://www.w3.org/2003/05/soap-encoding"/>
    <!-- operation request element -->
    <element name="wsademoResult">
    <complexType>
    <sequence>
    <element name="out" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <!-- operation request element -->
    <element name="wsademo">
    <complexType>
    <sequence>
    <element name="in" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <!-- operation response element -->
    <element name="wsademoResult">
    <complexType>
    <sequence>
    <element name="out" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    </types>
    <message name="wsademoResult">
    <part name="parameters" element="ns:wsademoResult"/>
    </message>
    <message name="wsademo">
    <part name="parameters" element="ns:wsademo"/>
    </message>
    <message name="wsademoResult">
    <part name="parameters" element="ns:wsademoResult"/>
    </message>
    <message name="wsademoHeader">
    <part name="MessageID" element="wsa:MessageID"/>
    <part name="RelatesTo" element="wsa:RelatesTo"/>
    <part name="From" element="wsa:From"/>
    <part name="ReplyTo" element="wsa:ReplyTo"/>
    <part name="FaultTo" element="wsa:FaultTo"/>
    <part name="To" element="wsa:To"/>
    <part name="Action" element="wsa:Action"/>
    </message>
    <portType name="wsademoPort">
    <operation name="wsademoResult">
    <documentation>accepts a string value from a relayed response</documentation>
    <input message="tns:wsademoResult"/>
    </operation>
    <operation name="wsademo">
    <documentation>echos a string value and relays the response to the wsa replyTo address (if present)</documentation>
    <input message="tns:wsademo"/>
    <output message="tns:wsademoResult"/>
    </operation>
    </portType>
    <binding name="wsademo" type="tns:wsademoPort">
    <SOAP:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="wsademoResult">
    <SOAP:operation soapAction="urn:wsademo/wsademoPort/wsademoResult"/>
    <input>
    <SOAP:body parts="parameters" use="literal"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="Action"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="To"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="FaultTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="ReplyTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="From"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="RelatesTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="MessageID"/>
    </input>
    </operation>
    <operation name="wsademo">
    <SOAP:operation soapAction="urn:wsademo/wsademoPort/wsademo"/>
    <input>
    <SOAP:body parts="parameters" use="literal"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="Action"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="To"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="FaultTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="ReplyTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="From"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="RelatesTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="MessageID"/>
    </input>
    <output>
    <SOAP:body parts="parameters" use="literal"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="Action"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="To"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="FaultTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="ReplyTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="From"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="RelatesTo"/>
    <SOAP:header use="literal" message="tns:wsademoHeader" part="MessageID"/>
    </output>
    </operation>
    </binding>
    <service name="wsademo">
    <documentation>demonstrates WS-Addressing capabilities</documentation>
    <port name="wsademo" binding="tns:wsademo">
    <SOAP:address location="http://localhost:11001"/>
    </port>
    </service>
    </definitions>
    This is the wsdl that is generated by JDeveloper that contains the PartnerLinks and refernce back to the original wsdl file, wsademoRef.wsdl:
    <definitions
    name="wsademo"
    targetNamespace="http://localhost:11001/wsademo.wsdl"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://localhost:11001/wsademo.wsdl"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    >
    <import namespace="http://localhost:11001/wsademo.wsdl" location="wsademo.wsdl"/>
    <plnk:partnerLinkType name="wsademoPort_PL">
    <plnk:role name="wsademoPort_Role">
    <plnk:portType name="tns:wsademoPort"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    And finally the is the BPEL, WSAtest3.bpel:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Oracle JDeveloper BPEL Designer
    Created: Thu Oct 05 15:27:12 GMT-08:00 2006
    Author: wstielau
    Purpose: Synchronous BPEL Process
    -->
    <process name="WsaTest3" targetNamespace="http://xmlns.oracle.com/WsaTest3"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns1="http://localhost:11001/wsademo.wsdl"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns2="http://localhost:80/Service.wsdl"
    xmlns:client="http://xmlns.oracle.com/WsaTest3"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension/"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:WsaTest3"
    myRole="WsaTest3Provider"/>
    <partnerLink name="wsademo" partnerLinkType="ns1:wsademoPort_PL"
    myRole="wsademoPort_Role" partnerRole="wsademoPort_Role"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable" messageType="client:WsaTest3RequestMessage"/>
    <!-- Reference to the message that will be returned to the requester-->
    <variable name="outputVariable"
    messageType="client:WsaTest3ResponseMessage"/>
    <variable name="Invoke_1_wsademo_InputVariable" messageType="ns1:wsademo"/>
    <variable name="Invoke_1_wsademo_OutputVariable"
    messageType="ns1:wsademoResult"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in WsaTest3.wsdl) -->
    <receive name="receiveInput" partnerLink="client" portType="client:WsaTest3"
    operation="process" variable="inputVariable" createInstance="yes"/>
    <!-- Generate reply to synchronous request -->
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:WsaTest3ProcessRequest/client:input"/>
    <to variable="Invoke_1_wsademo_InputVariable" part="parameters"/>
    </copy>
    </assign>
    <invoke name="Invoke_1" partnerLink="wsademo" portType="ns1:wsademoPort"
    operation="wsademo" inputVariable="Invoke_1_wsademo_InputVariable"
    outputVariable="Invoke_1_wsademo_OutputVariable"/>
    <assign name="Assign_2">
    <copy>
    <from variable="Invoke_1_wsademo_OutputVariable" part="parameters"/>
    <to variable="outputVariable" part="payload"
    query="/client:WsaTest3ProcessResponse/client:result"/>
    </copy>
    </assign>
    <reply name="replyOutput" partnerLink="client" portType="client:WsaTest3"
    operation="process" variable="outputVariable"/>
    </sequence>
    </process>
    -Wayne Stielau
    Open Text Corporation
    Irvine, CA

    I have discovered two issues.
    1. JDeveloper does not seem to like the SOAP 1.2 envelope and encoding namespaces. Is this a known limitation? Changed them to 1.1.
    2. JDeveloper does not like the double definition of wsaDemoResult.
    When these two items are changed, the bpel compiles clean. Now I've got to get the message header to populate correctly. There are no values assigned, only namespace definitions. This is the SOAP packet that is received at the web service.
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header>
    <MessageID xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <From xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <RelatesTo xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <Action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <ReplyTo xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <To xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    <FaultTo xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
    </env:Header>
    <env:Body>
    <wsademo xmlns="http://localhost:11001/wsademo.wsdl">
    <in xmlns="">hello</in>
    </wsademo>
    </env:Body>
    </env:Envelope>

  • Org.xml.sax.SAXParseException: White spaces are required between publicId

    Hi,
    Im migrating an application from weblogic to tomcat 5.5.23 with java 1.5. application involved PDF generation using xalan.jar for transformation. tht pdf generation part is not working in tomcat. Im getting a "org.xml.sax.SAXParseException: White spaces are required between public-Id and system id" error.
    so i replaced the old xalan.jar with latest one ( xalan 2.7.1 ) still no use. I have also explicitly defined the property "javax.xml.transform.TransformerFactory" to "org.apache.xalan.processor.TransformerFactoryImpl" still getting the same exception.
    plz help
    Thanks in Advance.

    I have had good results using JTidy to parse HTML into a DOM.

  • "White spaces between publicId and systemId"

    Hi, I'm trying to export a war file from a sample GoogleSearch portlet I downloaded. When I export, i get the following:
    Loading stylesheet C:\googlesearch\nbproject\j2ee13-jsp.xsl
    : Error! White spaces are required between publicId and systemId.
    : Error! File not found: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: White spaces are required between publicId and systemId.
    : Error! com.sun.org.apache.xalan.internal.xsltc.TransletException: java.io.FileNotFoundException: Readme.html
    Failed to process C:\googlesearch\dist\tmp\Help.jsp.before.j2ee13
    C:\googlesearch\nbproject\build-impl.xml:435: javax.xml.transform.TransformerException: com.sun.org.apache.xalan.internal.xsltc.TransletException: com.sun.org.apache.xalan.internal.xsltc.TransletException: java.io.FileNotFoundException: Readme.html
    BUILD FAILED (total time: 6 seconds)Anyone have any ideas what I can do to fix this?

    The problem is that the build setup tries to include page fragments into the main pages at build time for J2EE 1.3 setups. We found too many 1.3 containers which could not handle our page fragments.
    Now this sample has a directive.include in the Help.jsp which points not to a Creator page fragment but to a normal html page. So the build setup stumbles over that.
    So you have three alternatives;-)
    * Go into the source of the Help.jsp and comment the include of the Readme.html.
    * Make the Readme.html a real XML/XHTML page.
    * Change the j2ee13-jsp.xsl to do the static include only for real page fragments (*.jspf). [I'm not a XSL expert but I could not get that to work in our setup:-(]
    Thanks,
    -- Marco

  • What are differences between Java and C#

    What are differences between Java and C#?
    I was looking at C# and it looks very similar to java, does anyone have any input on what the primary differences are?

    C# has ventricles, being a more modern, hip,and
    stylin language.Yeah, but it can't use them properly unless youbolt
    on an after-market turbo charger and paint some
    go-faster stripes.
    Java doesn't need ventricles, as the language is
    built as a bifurcative scrobbidibbit from theground
    up.
    And here I thought you were smart.The ventricles add power on the backswing and keep
    down the humpty-B count, and those stripes don't
    really do much except to impress the PHBs. A
    ventricle here and there wouldn't do Java anyharm.
    Oh, I see.
    I didn't realize you were concerned with humpty-B. So
    I suppose you put 17 firewalls in front of your VM's
    Jeffries tubes too huh? And measure productivity in
    fleems per wonkle?
    That may have worked back when you carved FORTRAN on
    stone tablets, and then went to look for a nice young
    lady to club and take home. But modern software
    development techniques demand a focus on the
    regressive thromboid paradigm, and ventricles only
    get in the way when you're trying to calibrate that
    against the latest fractal suppository data.At least I have actual experience in carving FORTRAN on stone tablets, so I know what I'm talking about. (The clubbing was the other way around but that's neither here nor there.) As for your regressive thromboid paradigm, regressive is exactly what it is. Progressive paradigms, whether thromboid or rhomboid, require ventriculation to achieve their maximum potential.
    And I suppose if you're still using those Jeffries tubes in your VM, it's not surprising that it's humptied to the max. Try installing Apache Fallopian if you really want to dehumptify it, or Apache Eustachian for 64-bit VMs.

  • New contacts are syncing between Outlook and iPhone but existing contact on iPhone are not showing up in Outlook, how do I get them into Outlook?

    New contacts are syncing between Outlook and iPhone but existing contacts on iPhone are not showing up in Outlook.  How do I get them to sync and into Outlook?

    Allan: This worked for this issue -- Thanks!
    https://discussions.apple.com/message/21353115#21353115

  • What are different between gateway and mangement server in scom ?

    Hi all,
    can anyone let me know What are different between gateway and mangement server in scom ?
    thanks,
    Sengottuvel M

    Hi,
    Hope this can answer you question
    About Gateway Servers in Operations Manager
    http://technet.microsoft.com/en-us/library/hh212823.aspx
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • What type of Fonts are compatible between Mac and PC?

    Hello all:
    I work in InDesign primarily from a Windows based PC. I occasionally do some work on a Mac as well. I have a mixture of font type I use (TTF, OpenType etc) on my PC. I know a lot of font types are not compatible between PC and Mac. My questions is, are OpenType fonts compatible with Mac?
    What suggestions would you give to people working on two platforms as to how to best manage their font library (short of buying two versions of the same fonts)?
    Thanks.

    OpenType and Windows TrueType fonts are usable on both Windows and MacOS X. Windows Type 1 fonts can be used with Adobe applications on both Windows and MacOX X (although on the Macintosh, the Windows Type 1 fonts must be put into the Creative Suite's private font directory).
    Macintosh Type 1 and TrueType fonts cannot be used on Windows systems under any condition.
    Going forward, for cross-platform compatibility, at Adobe we would strongly recommend exclusive use of OpenType fonts, thus avoiding the need for purchasing more than one version of any font.
    - Dov

  • What are differences between clustering and partitioning?

    Thank you for reading my post
    Can some one let me know what is different between clustering and partitioning?
    What i think is as follow:
    In clustering we have one storage (one hard disk for example) and several instances which use that storage to server the applications
    in partitioning, we have multiple instances and each of them has its own storage (hard disk) but all of these instances and hard disks serve one application.

    The word "cluster" has different meanings in Oracle.
    Another kind of cluster is a database object where
    master and detail rows are stored together in the
    same block. Table joins are very efficient, but
    reading data from one table and not another tends to
    take longer. These kinds of clusters are vary rarely
    used.Do not forget single table sorted hash cluster!

  • White space/stripes in between cropped clips

    Hi there,
    I have shot a video of an rotating object in a photo studio (see example below) on which the cardboard sides are visible.
    My goal is to stretch the background on both sides of the rotating object to get rid of the cardboard and create an infinite studio.
    So;
    - I created 2 copies of the original footage
    - I cropped the first copy from the left side of the object to the left screen
    - I cropped the second copy from the right side of the object to the right side of the screen
    - I scaled both copies in width to the point where the cardboard disappeared out of the screen
    - Finally I created a little overlap of both copies with the original so there was no gap between the left and right side
    - Voila, I created a infinite studio
    Here is the problem; reviewing the file in Adobe Premiere everything looks perfect. But the rendered file shows two white stripes in the middle of the screen (on the edges of the cropped clips).
    I have no idea how to fix this.
    Can you help me?
    Smile, Tom

    Thank you for your replies! I am not very experienced when it comes to Adobe Premiere Pro, but thanks to your help I solved the problem!
    @Richard M Knight
    I am completely new to using linear wipe and masks. But due to the tutorials I found (which where based on transitions between clips) I am a bit wiser now.
    Thank you. I have also looked at the waveform monitor, and though I think I've seen the "spikes" you where talking about, I have to admit that it looked like complete abracadabra to me!
    @Ann Bens
    Thank you, your solution makes sense. But the footage I've shot has a flicker in it which makes the background color change from grey to wh
    What I did:
    I kept all the layers and used Featered Crop from Creative Impatience to feather the overlaping parts of the layers. The rendered file had no stripes and looked perfect!
    Again, thank you all for taking the time to help me!
    Smile, Tom

  • Colors are different between Lightroom and Photoshop Elements

    I have a new monitor and I have the SyderPro4 calbration software.  My monitor is the Dell UltraSharp U2713HM.  When calibrated with the Syder my colors are different when I go into different programs.  The same photo looks different in Lightroom than it does in Photoshop Elements. When I export the picture from Lightroom to Elements the picture becomes very orange. I have already talked to Dell and to Datacolor about my issue and they both are telling me this shouldn't be happening. When I uninstall my calibration software my problem goes away, and the colors of the images stay consistant between the two programs. Does anybody have any advice to what maybe wrong?

    I am having this problem too.
    my site www.redsmartie.com looks fine on everyone elses computer but on mine the red background #660000 is not displaying right on the jpg images
    see here http://homepage.mac.com/redsmartie/colourerror.png
    I have rgb colour profiles managed by a Pantone Huey device and haven't previously noted a problem. This was added recently so I recreated the images which corrected things on my screen but made the red around the images too dark for everyone else.
    The images were created in Photoshop so I changed the photoshop profile back to CinemaDisplay that it previously was on and now everyone else is ok but my screen shows the red around the images much to light.
    I really need some help with this as its a disaster waiting to happen on work I do for other people, especially if I'm producing work that looks right on my setup but is wrong for everyone else!
    Dual 2GHz PowerMac G5 (plus 15" G4 PowerBook)   Mac OS X (10.4.6)   2.5 GB DDR SDRAM, 2x160GB SATA, 23" Cinema HD Display

  • Different power requirements between 3G and newer iPods?

    Can anyone inform me as to whether there is any input power
    requirement difference between the 3G and newer "dock connector" iPods? I'm wondering why Griffin Tech sells a PowerPod car power cord for the 3G and earlier dock models and a PowerJolt for the 4G and 5G dock models and Shuffle. If there is no power difference, I'd like to buy the PowerJolt, and use it for both my 3G dock model and my Shuffle, without buying 2 different car power adapters. Any light that can be
    shed on this subject would be greatly appreciated.
    iMac   Mac OS X (10.2.x)   iPod 3G and 1G shuffle

    I answered my own question. I found my 3 year old owner's manual and found the page where it noted that the iPod will NOT charge the battery when connected via USB to dock cable. Concluding that I probably would not damage my iPod, I tried connecting the PowerJolt, and, as suspected, the iPod does NOT charge. The Griffin Tech solution for vehicle power for the 3G iPod REQUIRES PowerPod.
    iMac Mac OS X (10.2.x) iPod 3G and 1Gb shuffle

  • So where are the real photos that are used between iPhoto and iMovie?

    OK....this is getting ridiculous...
    So where the heck does iMovie and iPhoto really store and pull the images from cause this makes no sense...
    I will try and make this is a shorten version of a long story...Here is what I am dealing with...
    G5 with iLife 06 and all updates...
    Powerbook Pro with iLife 06 and all updates...
    Spent five days editing project on my Macbook Pro --> emptied trash and bye bye project...Started over on my G5 since none of my clips are editable now (Thanks Apple! I needed that)
    I had previously spent a week editing over 200 photos in Photoshop on my Macbook...This included color correction and dust and scratches as well as some retouching...So I transferred all Photos onto my G5 from my Macbook Pro and imported into Library...New discovery...Photos look like crap now...Like they were never cleaned up at all...Interesting...
    So I start redoing some of these retouches and save them...Of course the changes are not reflected in iPhoto or iMovie since it doesn't really use the originals again after the initial import...Or does it?
    So now here is another baffling thing to me...I do red eye correction to some photos and it is an immeditate change that can be seen in iMovie when importing...But if I rotate the pictures, no...sorry that only seems to take effect after I rotate the original in Photoshop and then reimport into my iPhoto library and delete the duplicates that have now gotten created in the process...
    Can someone help me understand what is going on...This added work is giving me a headache...Where and how does iPhoto store and use the images? Why if i rotate a photo it doesn't take effect in iPhoto/iMovie unless I completely reimport, but I can remove red eye instantly...And what has happened to all the changes I made to the existing photos to remove the dust and scratches originally?

    All images must be in a project. You can place then in as many albums as you wish- even albums outside the project where they reside- but they will remain in the project.
    Move the images to the album. Then drag them over the project where the album resides and they will be moved to that projects. If you drag them to an album and not the project, they will remain in the original project.
    Kinda hard to wrap your head around at first, but you'll see that it makes perfect sense as you progress with the application.
    DLS

  • Available space estimates different between iPhone and iTunes

    Hi,
    I've just noticed that looking at my iPhone is settings it says I have 708 MB available while in iTunes it says I have 1.66 GB available. They agree in the used amount. I've just synced it to see if that resolved it but it did not. Any ideas?

    I checked again last night, and now iTunes matched the phone settings, saying zero space was available. I had nearly 20 gigs of "Other" data :/
    So I erased all settings/data on the iPhone and restored from an iCloud backup from last week, and now everything seems fine, with over 15 GB of available space.

  • Conflicting available HDD space when switching between Native and Emulation

    I have installed Bootcamp and Windows 7 Home 64-bit. I have found one issue...
    When I am booted into Mac and using VMware Fusion, my Bootcamp partition indicates I have 16Gb free of the 32Gb partition. This is what I expected. This also seems to be the case when using WIndows to check available space.
    However...
    When I natively boot into Windows, Windows indicates I have less than 2Gb free, which seems strange because I don't know where this space seems to have gone...
    Any clues out there?

    Thanks for the reply.
    I do not have a file in that location. I do have one here though...
    Hard Drive/Users/My Account/Library/Application Support/VMware Fusion/Virtual Machines/Boot Camp/Bootcamp.vmwarevm
    Is this the same thing?
    When I have Bootcamp running using Fusion the Bootcamp drive on my desktop disappears. Is this normal?
    When the Drive is available it says I have less than 2Gb free. However when I do a check within Windows running through fusion it says I have 13Gb free.
    I just want to know how much space I have left and if it is really 2gb, where did it all go? Windows 7 Surely does not take up 20Gb of space!

Maybe you are looking for