Did not understand

Hi all!
First I apologize my poor english.
Developping a web service secured by wssecurity (apache's wss4j) I got this following apache's guide (http://ws.apache.org/wss4j/axis.html):
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand
faultSubcode:
faultString: Did not understand "MustUnderstand" header(s):
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:petra.rpso.usc.es
Did not understand "MustUnderstand" header(s):
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:633)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanEndElement(XMLNSDocumentScannerImpl.java:719)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:796)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
at org.apache.axis.client.Call.invoke(Call.java:2748)
at org.apache.axis.client.Call.invoke(Call.java:2424)
at org.apache.axis.client.Call.invoke(Call.java:2347)
at org.apache.axis.client.Call.invoke(Call.java:1804)
at es.usc.sms.ws.SMSServidorWSSoapBindingStub.enviaSMS(SMSServidorWSSoapBindingStub.java:172)
at Main.doMain(Main.java:42)
at Main.main(Main.java:17)
At client's code I added this:
EngineConfiguration config = new FileProvider("pathtowsdd/desp.wsdd");
and changed SMSSenderServiceLocator sl = new SMSSenderServiceLocator(); by
SMSSenderServiceLocator sl = new SMSSenderServiceLocator(config);
Desp.wsdd (it's on apache's wss4j guide) is:
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"/>
<globalConfiguration >
<requestFlow >
<handler type="java:org.apache.ws.axis.security.WSDoAllSender" >
<parameter name="action" value="UsernameToken"/>
<parameter name="user" value="wss4j"/>
<parameter name="passwordCallbackClass" value="es.usc.sms.ws.PWCallback"/>
<parameter name="passwordType" value="PasswordDigest"/>
</handler>
</requestFlow >
</globalConfiguration >
</deployment>
Can anyone help me? Thanks all

I got the following reply and it clarified my doubt !
AP> Hello,
AP> The beta specification looks very good. There is definitely going to
AP> be a paradigm shift in terms of web application development using Java.
AP> I am reading the specification document of the new Beta release.
AP> I understood the following..
AP> 1. Value Binding using the value attribute.
AP> 2. Method Binding mechanism using action, actionListener, validator or
AP> valueChangeListener.
AP> However, the specification document (Page 27) mentions a new
AP> Component binding mechanism.
AP> The specific example provided is:
AP> <h:command_button binding="#{carstore.buyButton}"
AP> action="#{carStore.carBuyAction}" />
AP> I am quite confused here. When would we use the binding attribute on
AP> command_button ?
These and many other questions will be answered when the JavaServer
Faces tutorial gets updated.
AP> Why is it necessary ? Why was it added ?
However, I'll answer this now.
The binding attribute allows the bean to actually return a UIComponent
instance. Please look at the file CarBean.java. You'll see that it
maintains a Map of UIComponent instances.
I hope this answers your question.
Ed

Similar Messages

  • Axis fault: Did not understand "MustUnderstand"

    Hi,
    I'm invoking an axis service. I have used wss4j to encrypt my message. I have used handlers in my client and server. after sending the request I recieve this fault message.
    do you have any idea about how can I solve this problem?
    *********** here's the falt message: ******************************************
    Exception in thread "main" AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand
    faultSubcode:
    faultString: Did not understand "MustUnderstand" header(s):{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
    faultActor:
    faultNode:
    faultDetail:
         {http://xml.apache.org/axis/}hostname:capella
    Did not understand "MustUnderstand" header(s):{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
         at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
         at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
         at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
         at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
         at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
         at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
         at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at samples.stock.client.StockWss01SoapBindingStub.getQuote(StockWss01SoapBindingStub.java:106)
         at samples.stock.client.StockServiceClient.main(StockServiceClient.java:38)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)

    Hi, It seems that your SOAP library cannot process your SOAP headers. I thinks it should be "mustUnderstand" instead of "MustUnderstand". I don't know if you specified this attribute by yourself or it is just created automatically. If it is created automatically, you can set it to false when you are encrypting your SOAP headers. I am not quite sure about the answer, but hope it works:)
    Best Regards
    @smile@

  • Did not understand "MustUnderstand" header(s)

    Hi
    I trying to call a webservice hosted on weblogic 8.1 sp3 from a axis(1.3) based client. web service implements a oasis 2004 standard. while calling from a axis client i am getting following error
    Did not understand "MustUnderstand" header(s)
    at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:96)
    Can anybody help on this issue.
    whereas when i see the soap response it does not show me any errors

    Yes,
    Actually, the I wrote the following java code and is working perfectly. If I am deploying the same code into java embedding activity i am facing the above issue. As per my knowledge the code is interrupting at m_session and returning null pointer exception.
    This is the original java code and is working perfectly if I run directly.
    public class MyClass implements MyInterface{
    public MyClass() {
    super();
    public String TestAPIMet(String c) {
    IAgileSession m_session=null;
    IAdmin admin=null;
    try {
    HashMap params = new HashMap();
    params.put(AgileSessionFactory.USERNAME, "XXXXX");
    params.put(AgileSessionFactory.PASSWORD, "XXXXXXX");
    AgileSessionFactory instance = AgileSessionFactory.getInstance("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
    m_session = instance.createSession(params);
    System.out.println(m_session);
    admin = m_session.getAdminInstance();
    IAgileClass cls = admin.getAgileClass( "ProblemReport" );
    IServiceRequest psr = (IServiceRequest)m_session.createObject( "ProblemReport", c);
    } catch (APIException e) {
    e.printStackTrace();
    } finally{
    m_session.close();
    return "Problem Report Num" +c;
    }

  • Hello, I'll try to explain my problem (not that you did not understand, but my explanations may be long and difficult). I'm Lion 10.7.3 on iMac and I use Mail as my mail manager. My ISP (access , mails) is "VOO". At mail I am often "over quota" because th

    Hello,
    I'll try to explain my problem (not that you did not understand, but my explanations may be long and difficult).
    I'm Lion 10.7.3 on iMac and I use Mail as my mail manager.
    My ISP (access , mails) is "VOO".
    At mail I am often "over quota" because the server VOO grants only 40M. I would like to address this problem. I contacted VOO but they tell me not to know and do not appear to increase capacity at the moment.
    My idea was:
    - All messages received at the server VOO would be automatically transferred to another address (eg ................. @me.com, my address icloud) whose capacity is much greater.
    - But the problem is that nothing is planned at the server level VOO to perform this maneuver!
    - Therefore, I turn to you to ask yourself the question, one of you has it you an idea, a suggestion, a solution?
    Any suggestion is welcome.
    Thank you in advance for taking the trouble to read and possibly to follow up my request.
    How do I ask to go and read icloud (permanently) my mail to another address, that of my server?
    Philippe (philippe.thiriet @ me.com)

    Thank you for your reply and the clarification it brings me.
    Voo is imap of course and does not provide the possibility of forwarder mails to another address.
    Since I use MAIL and I receive messages without any problems sent to me on my address icloud (............... @me.com) I think to ask all in my address book to send me on my address on icloud. Is it a good idea?
    Could you tell me how much space I have in icloud? 40M is the highest in VOO.
    Thank you for your help and for the time you devote to my problem.
    Philippe

  • HT204135 I update my Mac to version 10.9.2 and now my printer does not work anymore. I did all the software updates and I do not understand why my mac does not recognize the printer anymore?

    I update my Mac to version 10.9.2 and now my printer does not work anymore. I did all the software updates and I do not understand why my mac does not recognize the printer anymore?

    Go to the website of the manufacturer of your printer and check to see if they have released an updated driver for your particular model.

  • Users of imovie experience a lot of problems and crying for help and no one at Apple did not respond I do not understand how a company like Apple puts experts to help users Please note that anonymous experts in Internet offer their help for money

    Users of imovie experience a lot of problems and crying for help and no one at Apple did not respond
    I do not understand how a company like Apple puts experts to help users
    Please note that anonymous experts in Internet offer their help for money

    Users of imovie experience a lot of problems and crying for help and no one at Apple did not respond
    I do not understand how a company like Apple puts experts to help users
    Please note that anonymous experts in Internet offer their help for money

  • Can you please help to understand how the firefox decides on the Expires date for a cached javascript file ( my server did not set any Expire header, but firebox set it down).

    # Question
    Can you please help to understand how the firefox decides on the Expires date for a cached javascript file ( my server did not set any Expire header, but firebox set it down). I tried to understand but different javascript file gets different Expires date value when it is being cached. Please help me as I tried lot and could not get proper answer for this. Thanks in Advance.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Hello, sent me the email canceling my account creative cloud, and I did not cancel the account, I do not understand the reason for the cancellation was because term option than 1 year and not yet completed.

    Hello, sent me the email canceling my account creative cloud, and I did not cancel the account, I do not understand the reason for the cancellation was because term option than 1 year and not yet completed.

    There is payment related issue, I have send you a personal message, please respond as requested.
    I shall raise a request to the digital river store from where it was purchased.
    I am from the Customer care Team.
    Regards
    Rajshree

  • I have been billed for services I did not buy or I did not fully understand that how I would be billed.

    I have been billed some USD 5,000 worth of credit card bill. It was by itune app's. Most are because of my son's games, which I was thought it was $.99 a piece, but before I know it, I have chalked up thousands of dollar in credit card. I cannot believe it.
    I have a very different understanding of what update means. I thought update was free, because I already pay for the original app. It turns out the update is sometimes $10.00, without me knowing. I also found out app that I have already deleted still charge me by the monthly basis.
    This is getting out of hand. I have to make a report but I did not know how. I felt I was sucked into a hole by iPad. iPad is a good device, but this model has been absued. Consumers should not be punished by all these merchants.
    EH

    See Here for
    iTunes Customer Service Contact
    http://www.apple.com/support/itunes/contact.html

  • My question is How to do old 4S to new 5 S to save same into phone but can not do ask someone last night and did not help me as I am deaf and not clear and Please man told me download from computer and I am not understand at all

    Yesterday We went to At and T store and they told me to download from old phone to new phone and I am really upset and I got Icloud and prove but part of still in 4S and has not go in 5S and that is biggest problem and no commuication that woman stay follow what she said but still not working so I do not know what else to do my do not understand and I would like to have someone do for us and AT and T store can not do that part so Told me Apple store and I called last night talk to some one on Apple store but told me that no go back to AT and T store so now total confuse and I am not get anywhere so and why they will not do it so therefore I do not think computer that not clear for us because we have no experince in computer program for this so both are deaf and not clear so over 50 years age and so we need face someone to do for us and told us do our self which is total upset us more so because my twins are in Orlando and can not call them because of problem contiunes in heart so I need someone who we can trust and help us. I do have IPAD mini and almost lost my calls to my twins and today I think get back but not 100 % so I am kind upset and who email us or I will have to go Apple Store and see if they know personal.

    Open this support document http://support.apple.com/kb/HT2109 print it from the computer and follow the steps there. You need to backup your data from the first device and then restore that to the new device.

  • Expecting a cartesian join but did not get 1 (try to understand what is hap

    Hello Oracle XML DB gurus,
    I have successfully registered my schemas and inserted about 10,000 XML documents into the repository. Now I need to start reporting on the data that is in the documents. Following is a simplified form of my set-up.
    I have a table that contain a XML_TYPE column that is schema based.
    I will call the table TEST_REF it has two columns: ID number (PK) and XML_DOC which is of the foo schema.
    foo schema has the following structure (foo is unbounded).
    <DataSet>
    <fooList>
    <foo>
    <val1></val1>
    <val2></val2>
    </foo>
    <foo>
    <val1></val1>
    <val2></val2>
    </foo>
    </fooList>
    </DataSet>
    What I would like to do is select the XML document that I want to extract data from using the ID column. After that I wanted to be able to select all of the data values in /DataSet/fooList/foo from that document (val1 & val2).
    I was able to do just that using the following query. However, I do not understand why the following query does not give me a cartesian product when I try to operate on mulitple documents. I'm actually getting exactly what I want, which are the individual data values from each document. I just need to understand what is going on. Does the table() function when used in this fashion perform a inner join for you? I hope this make sense.
    select doc.id, extractvalue(Column_value,'/foo/val1') as VALUE1,
    extractvalue(Column_value,'/foo/val2') as VALUE2
    from test_ref doc,
    table(XMLSequence(extract(doc.XML_DOC,'/DataSet/fooList/foo'))) foobar
    where doc.id ='1'
    ------------------------ second where causes the I thought would cause a cartesian join--------------------
    where doc.id in (1,2)
    Sample data and results when using second where clause:
    ID=1
    <DataSet>
    <fooList>
    <foo>
    <val1>2</val1>
    <val2>22</val2>
    </foo>
    <foo>
    <val1>4</val1>
    <val2>44</val2>
    </foo>
    </fooList>
    </DataSet>
    ID=2
    <DataSet>
    <fooList>
    <foo>
    <val1>1</val1>
    <val2>11</val2>
    </foo>
    <foo>
    <val1>3</val1>
    <val2>33</val2>
    </foo>
    </fooList>
    </DataSet>
    Results:
    ID Value1 Value2
    1 2 22
    1 4 44
    2 1 11
    2 3 33
    If what I'm asking does not make sense please let me know. I'm a newbe with this Oracle XML DB stuff. However, I really like what I have seen so far!
    Thanks in advance
    Derrick

    It's a correlated join...

  • I am having a data excess usage issue with my Jetpack although I did not use the VZW network at all.

    Background: My home does not have access to landline internet and I am relying on a Verizon Jetpack device rather than satellite cable for internet access.  Within my JetPack wireless network I have several devices connected, iPADs, PC’s, printer, etc. (up to 5 devices can be connected with my system).  Recently, I had one device within my immediate wireless network that I needed to transfer data via FTP to another local device within my immediate network.  The receiving device FTP’d data from device (198.168.1.42) to local IP (address 192.168.1.2).  To understand the data path a Trace rout for this transfer is 198.168.1.42 (source) to 198.168.1.1 (Jetpack) to 192.168.1.2 (receiver).  Note that the VZW network ((cloud)/4G network) was NOT used in this transfer nor was any VZW bandwidth used for this transfer (of course less the typical overhead status/maintenance communications that happen regardless). Use of the VZW bandwidth would be something like downloading a movie from Netflix, (transferring data from a remote site, through the VZW network, into the Jetpack and to the target device).  I also understand if ones devices have auto SW updates that would also go against the usage as well.  I get that.  My understanding of my usage billing is based data transfer across the VZW network.
    Now to the problem: To my surprise I was quite substantially charged for the “internal” direct transfer of this data although I didn’t use the VZW network at all.  This does not seem to be right, and doesn’t make much sense to me.  Usage is should be based on the VZW network not a local Wi-Fi.  In this case, Verizon actually gets free money from me without any use of or impact to the VZW network.  Basically this is a VERY expensive rental for the jetpack device, which I bought anyway.  Considering this, I am also charged each time I print locally.  Dive into this further, I am also interested in knowing what is the overhead (non-data) communications between the jetpack router and devices and how much does that add up to over time?
    Once I realized I was getting socked in bandwidth, as a temp solution I found an old Wi-Fi router, created a separate Wi-Fi network off the Jetpack, but the billing damage was already done.  Switching each device back and forth to FTP and print is a hassle and there should be no reason the existing hardware couldn’t handle this and charges aligned with VSW usage. Is purposely intended by Verizon? Is this charging correct? And can I get some help with this?
    Logically, usage should be based on VZW network usage not internal transfers.  All transfers between IP addresses 192.168 are by default internal.  Any data that needs to leave the internal network are translated in to the dynamic IP addresses established by the VZW network.  That should be very easily detected for usage. In the very least, this fact needs to be clearly identified and clarified to users of the Jetpack.  How would one use a local network and not get socked with usage charges?  Can one set up a Wi-Fi network with another router, hardwire directly from the router to the Jetpack so that only data to and from the VZW network is billed? I might be able to figure out how to have the jetpack powered on but disable the VZW connection, but I don’t want to experiment and find out that the internal transfers are being logged and the log sent after the fact anyway once I connect…. A reasonable solution should be that users be able to use the router functions of the Jetpack (since one has to buy the device anyway) and only be billed for VZW usage.
    Your help in this would be greatly appreciated. Thanks

    i had one mac and spilt water on it, the motherboard fried so i had to buy a used one...being in school and all. it is a MC375lla
    Model Name:
    MacBook Pro
      Model Identifier:
    MacBookPro7,1
      Processor Name:
    Intel Core 2 Duo
      Processor Speed:
    2.66 GHz
      Number of Processors:
    1
      Total Number of Cores:
    2
      L2 Cache:
    3 MB
      Memory:
    8 GB
      Bus Speed:
    1.07 GHz
      Boot ROM Version:
    MBP71.0039.B0E
      SMC Version (system):
    1.62f7
      Hardware UUID:
    A802DE22-1E57-5509-93C5-27CEF01377B7
      Sudden Motion Sensor:
      State:
    Enabled
    i do not have a backup of it, so i am thinking about replacing my old hard drive from the water damaged into this one, not even sure if that would work, but it did not seem to be damaged, as i recovered all the files i wanted off of it to put onto this mbp
    the previous owner didnt have it set to boot, they had all their settings left on it and tried to edit all the names on it, had a bunch of server info and printers etc crap on it.  i do not believe he edited the terminal system though--he doesnt seem to terribly bright(if thats possible)
    tbh i hate lion compared to the old one i had, this one has so many more issues-overheating,fan noise, cd dvd noise
    if you need screenshots or data of anything else as away
    [problem is i do not want to start from scratch if there is a chance of fixing it, this one did not come with disks or anything like my first. so i dont even know if i could, and how it sets now i am basically starting from scratch, because now all my apps are reset but working, i am hoping to get my data back somehow though, i lost all of my bookmarks and editing all my apps and setting again would be a pain

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • I recently tried to burn some photos to a disc.  It did not work, but then I ended up with a .fpbf folder on my desktop.  Can't trash it, and when trying to burn again, I get this "... can't be burned because the original items can't be found". Help???

    I recently tried to burn some photos on a CD. For some reason, It did not work.  Now I have a .fpbf folder on my desktop. I can't seem to get rid of it.  I tried dragging it to the trash, but then I get a box asking my to type my password it, so Finder can make the changes.  Doing so, does nothing at all.  And when I try to burn another CD from the same .fpbf file, I get a the following message: "There are 35 items that can’t be burned because the original items can’t be found. Skip the items and continue burning?".   When I skip and continue burning, nothing shows up on the CD.  In the meantime, the .fpbf folder is still in my desktop.  I tried changing the aliases on each pic, but it still doesn't work.  Any ideas of how I can remove this folder from my desktop?
    Thank you.

    Beavis2084,
    Thank you for your detailed explanation but something is seriously wrong with my computer. Although the method you have described is very similar to the one I tried in step 2 from my second post, I have since "done things" which may have complicated matters—or suggests that my computer has a more serious problem.
    Here's what I did:
    1). Installed Onyx and discovered that I had a .plist file (com.apple.iphotomosaic.plist) that was causing a Syntax error: "Conversion of data failed. The file is not UTF-8, or in the encoding specified in XML header, if XML." After doing some research online, I was given the understanding that downloading the iLife update 9.0.3 (I installed the more recent version, 9.0.4) would solve this problem because it would also fix some system issues. So, I downloaded it...and when it didn't solve the problem, I decided to just deleted that .plist file.
    2). I read your knew post and decided to follow your directions, even though I realized they were basically the same steps I followed in the 2nd method I mentioned earlier. I say "basically" because, for some reason, after inserting a blank disc, my computer does not open the disc in the Finder. Instead, it places the blank disc's image on the Desktop, even though the Finder's Preferences and the System's Preferences are set to have it open in the Finder—nothing should be on my Desktop! (Note: When transferring the items (all folders) I want to burn to the blank disc, I did not use the Option-Click-Drag method as before, I used the Click-Drag method, which created the curved arrow in the lower left corner of each item.)
    Now, for the result of "method 2," the method we basically have in common, the computer goes through the burn stage but, in the verify stage, tells me that it is unable to verify the disk, suggests that my DVD may be unreliable and that I should try another disc, and then tells me about some "fork" (?) error (-43).
    I don't know what to do anymore...

  • How to delete an App I did not install on my machine

    My son's school requires them to use MacBookPro's (three cheers).   His laptop broke so I restored his Time Machine backup to an external drive which is attached to my desktop system.  That way he could keep up with his work until the repairs were complete.  Somehow, during the restore process,  the App Store decided that the apps that he and his school used were now legitimately installed on my system. They show up whenever updates are available.   My son gave me his username and password so I can at least do the updates (I tried deleting the apps from my machine and - as many threads have repeated - the App Store keeps the history so I get notified regardless).  The apps he used were all free ones so other than being an annoyance, there is no serious problem.  The difficulty comes in with apps which the school had licensed for and installed for every student.   That password is a tightly guarded secret which the school will not give out no matter what (nor should they).   I can not expect them to come to my house (several hundred miles away) and log in to the App Store on my machine to do the updates.   I've notified the school of what has happened so when they get their usage logs from the vendor they do not think I intentionally made pirated copies.
    Does anyone have any idea how to get rid of these apps (which I do not use and am not licensed for) ?  This is a fundamentally different question that the old war horse of how to remove something from the App Store purchase history.   As a result of trying to provide a stopgap for my son, I have the appearance of having expensive, unlicensed software on my machine.  Because I do some work for the US government, the auditors periodically have me proove that everything on my machine is fully licensed and legal.   I've explained what happened to them and while they "understand", they say they have zero flexibility to allow me to be out of compliance.   Since the "violation" is associated with me individually, even purchasing a brand new computer will not solve the problem.
    Help !!!!

    Thank you.   I had already done the things you suggested but did not know that my son had made a clone of his drive elsewhere on my machine (he just wanted to be sure that I didn't accidentally delete his "stuff").   Your response got me to search everything and not assume that everything was in the applications folder.   Once I found his clone, I deleted it and the problems all went away.

Maybe you are looking for