First CFC question

Ok, I'm working on my first CFC, and having some problems.
The code I have
so far is:
<cfcomponent displayname="duplicate" hint="Duplicates
local club
tournaments">
<!--- This function retrieves all customers from the
database --->
<cffunction name="getinfo"
hint="Gets all tournament info from the database">
<cfquery name="DuplicateTournamentList"
datasource="SalleBoise">
select * from clubtournaments
where TournID=#session.tid#
</cfquery>
<cfset NewEventName=DuplicateTournamentList.TournName>
<cfset NewEventDesc=DuplicateTournamentList.TournDesc>
<cfset
NewDateTime=dateadd("m",2,dateformat(TournDateTime,"mm/dd/yyyy"))>
<cfset
NewTournFoil=DuplicateTournamentList.TournFoilEvent>
<cfset
NewTournEpee=DuplicateTournamentList.TournEpeeEvent>
<cfset NewType=DuplicateTournamentList.EventType>
<cfset
NewDuplicate=DuplicateTournamentList.TournDuplicated>
<cfquery name="NewTourn" datasource="SalleBoise">
insert into clubtournaments
(TournName,TournDesc,TournFoilEvent,TournEpeeEvent,EventType,TournDateTime,TournDuplicate d)
values
(#NewEventName#,#NewEventDesc#,#NewTournFoil#,#NewTournEpee#,#NewType#,#NewDateTime#,#NewD uplicate#)
</cfquery>
<cfquery name="UpdateOldTourn" datasource="SalleBoise">
update clubtournaments
set TournDuplicated=1
where TournID=#session.tid#
</cfquery>
</cffunction>
</cfcomponent>
And I'm calling it with:
<cfinvoke component="duplicate.cfc" method="getinfo">
And I'm getting:
Error Occurred While Processing Request
Could not find the ColdFusion Component or Interface
duplicate.cfc.
Ensure that the name is correct and that the component or
interface exists.

The 1 question I have with your code that is different than
mine is the
query. Mine, I had hoped would take the info from the
previous event,
and add a number of months to it before adding it into the
table.
It looks like yours simple duplicates the event without
changing that
date, correct?
Azadi wrote:
> first, rtfm about <cfinvoke> tag. the component
attribute needs a
> dot-delimited path to your cfc, i.e. if your cfc is
stored in a
> components folder under web root and your calling
template is also in
> the webroot: component="components.duplicate"
>
> then, it is not a good practice to access outside
variables from within
> the cfc - in your case you are accessing session vars.
you better pass
> them in to your cfc as arguments when you invoke it and
have
> <cfargument> tags in your function that accept
them (see code at the bottom)
>
> <cfinvoke component="components.duplicate"
method="getinfo"
> tid="#session.tid">
>
> or
>
> <cfinvoke component="components.duplicate"
method="getinfo">
> <cfinvokeargument name="tid"
value="#session.tid#">
> </cfinvoke>
>
> then, variable scoping - always scope any cfc vars with
var: <cfset var
> somevar = something>. this will help you avoid
variables confusion when
> your calling page has vars with same names.
>
> then, even inside cfc, you should always use
<cfqueryparam> tags in your
> queries.
>
> as for your queries - the 3 of them can be combined
easily into one.
>
> so your function in the end can look something like:
> [note: query syntax is db-specific; check your db for
correct syntax to use]
>
> <cffunction name="getinfo"
> hint="Gets all tournament info from the database"
returntype="boolean"
> output="no">
> <cfargument name="tid" required="yes"
type="numeric">
> <cfset var DuplicateTournamentList = "">
> <cfset var result = true>
> <cftry>
> <cfquery name="DuplicateTournamentList"
datasource="SalleBoise">
> INSERT INTO clubtournaments
> (TournName, TournDesc, TournFoilEvent, TournEpeeEvent,
EventType,
> TournDateTime, TournDuplicated)
> SELECT TournName, TournDesc, TournFoilEvent,
TournEpeeEvent, EventType,
> TournDateTime, 1 AS TournDuplicated
> FROM clubtournaments
> WHERE TournID = <cfqueryparam
cfsqltype="cf_sql_integer"
> value="#arguments.tid#">
> </cfquery>
> <cfcatch type="any">
> <cfset result = false>
> </cfcatch>
> </cftry>
> <cfreturn result />
> </cffunction>
>
> and your cfinvoke something like the examples above.
>
> hth
>
>
> Azadi Saryev
> Sabai-dee.com
>
http://www.sabai-dee.com/

Similar Messages

  • Issue with First Quiz Question

    When I try to go back BEFORE answering the first quiz
    question, when I move forward again to the first question, it tells
    me that "You did not answer the question completely"and it will not
    allow me to answer this question or any additional questions. (I
    have set the option to use the BACK button in a quiz.) If I answer
    the FIRST question, it allows me to go backwards on any additional
    questions. Why can't I move backwards before I answer the first
    question? Is there something I am missing?

    As Mzedella said, my understanding is that backing out of the
    quiz (going backwards past the first question) costs the user an
    attempt, so if you've only allowed one attempt, the questions are
    considered not answered....
    We have a mix of content and questions (not a single block of
    quiz questions), and wanted to allow backward movement. We solved
    this problem by making the first slide a question. That way, the
    user is always in the quiz and they can move backward as much as
    they like.
    If you can't think of a good question for the first slide
    (often a question about their background knowledge is good), you
    can always make it 'are you ready to begin?'. A little clumsy, but
    you get the functionality you want.
    We further required all questions to be answered, so users
    can't skip ahead past unanswered questions. By removing the nav
    bar, but including a menu (via skin), users can easily review the
    material, but are still required to at least click through all the
    slides. This works for our application, but you many want something
    different.

  • Review Quiz button does not navigate to the first quiz question..

    Hi,
    so I have created an interactive software simulation guide for users of my organisation. At the end of this guide there is a quiz (multiple choice, true or false questions) with 15 slides. At the end of the quiz the results screen is displayed with the "Review Quiz" button. Clicking this navigates the user to slide 72/245 rather than the beginning of the quiz, the first question.
    How can this be fixed?!
    Many thanks,
    Achello

    You have an interactive object somewhere on that slide that is scored to be added to the quiz.
    Open the Advanced Interaction dialog (F9) and look for the object there.  Remove the score.

  • First mac, questions on managing external drives

    Have been using iphones, ipods, apple tv's, ipads for a long time.  Finally got my first mac (macbook air).  Hoping some people can help with a few questions on external drives, I have two nas drives on my network:
    - In finder each drive shows up with its official name, is there any way to give it an alias type name (in windows I would map it to a letter).
    - On the NAS there is a 'share' folder with all of my content.  I added this to my devices section for easy access, but again, is there a way to give this an alias?  Both NAS's have 'share' folders and I can't tell the difference between them.  I see an option to create an 'alias' for folders within share, but can I create an alias name that apps can recognize for the 'share' itself?
    - I added the 'share' to my login list for my account to mount it on startup, is that the best way to do it?  I checked the box to hide it but the finder still pops up with it on startup.
    - General question on finder.  When I download and install software it usually shows up on the desktop and in finder with an 'eject' button next to it.  Aren't these just folders with files in them or are they something different that causes them to have an eject button?  Just trying to understand how things work behind the scenes and it is confusing to see downloaded software behave like an external device that you would eject.
    Thanks in advance for any help you can provide.  Really like the mac in general, but just need to adjust to all the new concepts.
    Thanks,
    Peter

    plampione wrote:
    - I added the 'share' to my login list for my account to mount it on startup, is that the best way to do it?  I checked the box to hide it but the finder still pops up with it on startup.
    i may have an alternative:
    if you are comfortable with AppleScript, you could edit this script to suit your situation:
    try
    mount volume "afp://<AirPort Extreme Name>.local/<Share Volume Name>"as user name "<Share Username>" with password "<Share password>"
    end try
    this script just places the drive's icon on the desktop. save it as an application and add that to your login items. 
    credit for the script goes to Tesserax.
    When I download and install software it usually shows up on the desktop and in finder with an 'eject' button next to it.  Aren't these just folders with files in them or are they something different that causes them to have an eject button?
    those are .dmg's (disk images).

  • Newbie cfc question

    I have an index.cfm with a login form which uses the
    security.cfc below
    There are two cffunctions.
    The first one "authenticate" works fine which checks the
    passed username and password from the login form
    and returns the result to the index.cfm page
    The next one is "authorize" which finds the corresponding
    groupID(s) -the access level- from the db based on the username in
    the login. There are three levels of groupIDs 1, 2 or 3.
    What I don´t understand is how to "combine the two
    functions" so they are both invoked when a user logins in so I can
    control what happens to a user after they have logged in based on
    their groupID.
    At the moment only the authentication function is invoked.
    Should I have just one function? How can I make the authorize
    function work? Thanks a lot for any help greatly appreciated so I
    can understand this
    security.cfc
    <cfcomponent>
    <cffunction access="public" name="authenticate"
    output="0">
    <!--- security authentication function --->
    <!--- username and password required --->
    <cfargument name="cfcUsername" type="string"
    required="1"/>
    <cfargument name="cfcPassword" type="string"
    required="1"/>
    <!--- query the SecurityDB for the passed username and
    password --->
    <cfquery name="checkAuthentication"
    datasource="SecurityDB" username="root" password="riveravon">
    SELECT username, userID
    FROM Security
    WHERE username = '#arguments.cfcUsername#'
    AND password = '#arguments.cfcPassword#'
    </cfquery>
    <!--- return the appropriate result --->
    <cfif checkAuthentication.recordCount>
    <!--- check the users security groups so we can see what
    groupID and therefore access level they have --->
    <cfquery name="getUserGroups" datasource="SecurityDB"
    username="root" password="riveravon">
    SELECT security_groups.groupID, groups.groupID
    FROM groups, security_groups
    WHERE groups.groupID = security_groups.groupID
    AND security_groups.username = '#arguments.cfcUsername#'
    </cfquery>
    <cfreturn checkAuthentication.username/>
    <cfelse>
    <cfreturn 0/>
    </cfif>
    </cffunction>
    <cffunction access="public" name="authorize"
    output="0">
    <!--- security function finding what groupID and therefore
    access level--->
    <!--- username from login form used to check group IDs
    --->
    <cfargument name="cfcUsername" type="string"
    required="1"/>
    <!--- query the SecurityDB and get all group id for the
    passed username --->
    <cfquery name="getUserGroups" datasource="SecurityDB"
    username="root" password="riveravon">
    SELECT groupID
    FROM Security_Groups
    WHERE username = '#arguments.cfcUsername#'
    </cfquery>
    <!--- return the appropriate groupID(s) --->
    <cfif getUserGroups.recordCount>
    <cfreturn getUserGroups.groupID/>
    <cfelse>
    <cfreturn 0/>
    </cfif>
    </cffunction>
    </cfcomponent>
    index.cfm
    <cfparam name="form.username" default="">
    <cfparam name="form.groupID" default="0">
    <!--- Check for form submission --->
    <cfif structKeyExists(form,"checkAuth")>
    <!--- The user pressed the authenticate button --->
    <cfinvoke
    component="security"
    method="authenticate"
    returnVariable="authenticated"
    cfcUsername="#form.username#"
    cfcPassword="#form.password#">
    </cfif>
    <body>
    <div id=navbar2>
    <cfif isDefined("variables.authenticated")>
    <cfif variables.authenticated NEQ 0>
    <b>Username and Password Authenticated
    Successfully!</b>
    <cfelse>
    <b>Username and/or Password was incorrect!</b>
    </cfif>
    </cfif>
    <form name="checkAuth" method="post"
    action="index.cfm">
    <br> <b>Email:</b>
    <input name="username" type="Text"
    class="ftforminputsmall" tabindex="1" maxlength="50">
    <b>Password:</b>
    <input name="password" type="password"
    class="ftforminputsmall" maxlength="50" tabindex="2">
    <input tabindex="3" type="Submit" name="checkAuth"
    class="ftforminputsmall">
    </form>
    </div>
    </body>

    You could indeed simplify further. Here is an example.

  • CFC question - dynamically changing more than just an argument

    Hopefully this is really simple and obvious but I cna't find anything at the moment.
    I have the following query
         <cfquery name="dept" datasource="#dbdsnd#" username="#dbuname#" password="#dbpass#">
                SELECT * from dept
                WHERE deptCurrent = "Y"
                 AND deptID <> "0"
                ORDER BY deptName
          </cfquery>
    which is currently in my cfm file but I'm trying to move into a cfc. This I can do!
    The next stage of this would be to include arguments for the deptID. Again this I can do!
    Where I'm struggling is trying use this for many purposes sticking to the deptID in the where clause I'm currently using the following variants (some in psuedo code sorry)
    <cfif user neq "michael"><cfelse>And deptID <>"#value#"</cfif> (CFC objects to the cfif)
    AND deptID = "#value#" (= rather than <>)
    Is there an easy way? Could my argument be the whole line so I could use
    SELECT * from dept
    WHERE deptCurrent = "Y"
    #ARGUMENT.deptIDcode#
    ORDER BY deptName
    Thanks
    Michael

    Writing this out seems to have answered my question - I can replace the line with #argument.xxx#

  • 24p Advanced on P2/Hard Drive - First Timer Questions

    I'm getting ready to edit a project that is going to be shot on a Panasonic HVX 200- onto 8 gig "P2" cards, downloading them on set to a mini mobile editing system to a Digital Hard drive. The production company is going to send me the hard drive. It will apparently be shot 24p advanced. Normally, everything I've worked on for years has been shot on 35mm or 16mm and transferred to beta or Dbeta for me to edit with. I will not be finishing this project - only offlining, but I have some questions:
    I can edit 24p Advanced HD with FCP, correct?
    Since It's only going to be on a hard drive, should I transfer it to my CalDigit SATA RAID to edit with?
    I use an AJA io SDI box and the new JVC flatpanel HD/SD broadcast monitor. Will I be able to output this on my monitor with this setup?
    Anything special to look for when outputting 24p EDLs?
    Basically, any advice on workflow with this would be greatly appreciated. I'm an old-school, film and Avid convertee and I hope to make a smooth transition to HD.
    MacBook Pro, FCP 5.1, AJA io, Caldigit SVRDuo 1.5TB, Lacie Rugged FW Drive   Mac OS X (10.4.8)   Other Macs/Editing Systems Owned

    The raw P2 files. They're in a folder with the job name. It's listed "Card 1", "Card 2", etc... I'm copying them over as we speak to the RAID.
    No no no. STop...stop now. That is NOT what you are supposed to do. You need to import the footage FROM that drive using the P2 IMPORT (or Log and Import...whatever the FCP 6 term for it is)...LEAVE the raw on the Lacie. Importing them converts them to Quicktime files you can edit.
    You gotta watch this tutorial before you go ANY further:
    http://forums.creativecow.net/cgi-bin/pagewrapper.cgi?forumid=8&page=http://www.creativecow.net/articles/ross_shane/p2workflow/index.html
    When I create a Capture Scratch folder, I tend to get several "Capture Scratch" folders inside of that folder (as opposed to having them all in the OMFI folder in the Avid). How do I keep them all organized into one folder (or do I need to do this?)\
    Stop thinking in Avid terms now. Get that out of your head.
    When you choose the CAPTURE SCRATCH, choose the drive itself. NOT A FOLDER ON THAT DRIVE. This way you'll have all the right folders on the base level of the drive.
    How do I keep them all organized into one folder (or do I need to do this?)
    Click on Underdog to get to my blog...then click on the DVD on the right hand side. This is my tutorial DVD on how to organize yourself in FCP. FCP does things VERY differently from an Avid, and if you take the Avid approach you'll get lost and burried, FAST. Buy this DVD (shameful plug) and watch it. But watch that tutorial first.
    Again, this will be conformed elsewhere, but hopefully, my EDL and ref tape will do the trick.
    Get this figured out now. Talk to who is finishing it because this workflow is VERY different from a tape based one. There is no offline, you are cutting at full resolution. There is no conform, as there will be no recapturing of the footage. It is unnecessary. They need to talk to the finishing house now and get this figured out before you do something you shouldn't.
    Shane

  • Inside Back Cover Fold-out (first-time question)

    Hello,  I have a new project that I will be starting in a couple of weeks in which I will be creating a 150 page booklet.  What they are requesting is that the back cover fold out so that a floor plan can fit.  What's going to happen is that there will be an ad on the inside back cover but attached and able to fold out will be a floor plan. However, the edge of the Inside Back cover will be perferated so that the floor plan can be torn out, if so desired.
    I have created plain, saddle-stich magazines before, but this is my first go at a perfect bound booklet with a fold out like this.  So these are my questions.
    - Again because this my first time doing this, I was wondering if there is formal name for a back-cover fold out...How is usually referred to?
    - They are unsure if the floor plan is going to take up 2 extra folds or 3 folds beyond that back cover...because I am unfamiliar with this process, i don't know if the printer has to set the amount of folds or if I can make it as many as I want depending on how the floor plan fits.
    - (this question is about setting up the indesign file)
    In normal magazines, the pages are setup in 2-page spreads, with the back cover being by itself.  In order to set up this up, (and let's say the floor plan is set to 2 folds beyond the inside back cover), do I just add 2 pages to the right on the second to last page, and 2 pages to the left on the last page (which I know I can do by unchecking "Allow selected spread to shuffle")?
    Thanks a lot for any advice,  I surely appreciate it.
    Kdubbie

    If your cover is the only thing with a flap/foldout, you can save yourself a whole lot of time by creating a seperate file for the cover. And you can set as many folds as you want, as long as budget isn't an option (folds cost money and using a bigger page size usually affects the cost).
    Set up the cover as one sheet with fold lines (setting a slug area is good for this). The folds for your map need to be smaller than the page size. This link might help: http://indesignsecrets.com/amazing-folding-calculator-pdf.php

  • Publishing Site First Time Question

    Hi,
    I just got Dreamweaver 8 and have a domain/hosting service
    with GoDaddy.. I understand that you can FTP the site using
    Dreamweaver by defining the site and moving the folders there with
    the blue arrow in the files menu. Sorry for the basic question, but
    does this happen immediately if I move my index over? I'm not
    exactly sure of the process of it.. This is my first site.. I do
    have Dreamweaver experience, but not publishing experience.. Thank
    you so much for your help..

    > Sorry for the
    > basic question, but does this happen immediately if I
    move my index over
    not sure what you mean-
    Yes- if you select a local file, and click PUT, it FTP's the
    file to the
    remote server. It immediately puts a copy of that file on the
    host.
    http://help.godaddy.com/article.php?article_id=102&topic_id=80&&
    is a link to a pdf file.

  • Adding first server questions

    We are moving and are going to be adding a server (Quad 2.5 G5 w/ 2x500 HDs). We are currently have the internet connection coming in (static IP) to an AEBS running two printers and an AEX on the same network running the other. All the machines use the wireless network for internet access and printing. Email is via a hosted Exchange solution and another company hosts our web site. We have one spare machine that does limited file server work, but most folks have stuff on their hard drives.
    I have read the manuals on OS X server and a couple of after market books and, since much of it is somewhat familiar, I am relatively confident about many of the software setup issues. However, I have gotten some conflicting advice about the physical configuration and hoped you guys could help.
    We want to be able to use the server as a file server, with better access control than the sharing preference, have remote users connect with a VPN, use the wireless network for internet access and printing. We might want to host web sites via an intranet or be able to access them from outside, but don't want them to be associated with the domain name that is the real web site.
    My first question is about the interface between the airport network and the server. I was originally told that the cable to the internet should go into one of the servers ports and the other should connect to an AEBS. I should set up the server to act as a firewall and serve up DCHP addresses. However, some of what I have read says that this is a bad idea--that the AEBS or something else should be the first in line and that the server should be connected to the LAN port of the AEBS. Which is best?
    Other questions:
    Should I use the server print services or just the bonjour through airport?
    I don't need to set up the mail services, correct?
    Anything else I should consider?
    Thanks

    Since no one else has chimed in yet I'll pipe up and suggest you consider another configuration: connect your internet modem to a standalone firewall/router. (You'll either need one with a built in switch, or you'll need to connect a standalone switch to it.) Then connect both your server and Airport to the switch. The Airport will be set to bridge your wireless network to the wired network.
    This way you focus your server resources on real server stuff, while the router takes care of grunt work like NAT and DHCP. You also gain some isolation for your server compared to having it function as your firewall and gateway.
    Just an alternative to think about.

  • Simple CFC question

    So I can finally get around to learning proper usage of
    cffunctions and CFCs, I'm working on a quick test app to get the
    basics down. My question has to do with return types.
    For example, I have a function called "updateUser". A form
    passes the usual info along with a userID into the function.
    If the update is successful, I want to display a message "You
    have updated the user."
    I'm getting hung up on the return types - specifically the
    use of a boolean return. Assuming if the update goes ok, the
    boolean return would be true. How can I test for this back on the
    update page?
    If return type is true - display success message
    else if it's false - display an error message
    I guess I could put some additional cfreturns in the function
    and return a message string, but this just doesn't seem right?

    To expand a bit on what Simon mentioned, here's how you might
    structure the CFC Method/Function to return a boolean:
    <cffunction name="updateUser" access="public"
    returntype="boolean">
    <cfargument name="userId" type="numeric"
    required="true"/>
    <cfargument name="username" type="string"
    required="true"/>
    <cfargument name="email" type="string"
    required="true"/>
    <cfset updateOk = true />
    <cftry>
    <cfquery datasource="dsn" name="qryUpdateUser">
    update user set username='#arguments.username#' where userId
    = #arguments.userId#
    </cfquery>
    <cfcatch type="database">
    <cfset updateOk = false />
    </cfcatch>
    </cftry>
    <cfreturn updateOk/>
    </cffunction>
    If the query above runs without an error, the value of
    updateOk remains true. If there is an error in the DB, the CFCATCH
    block will be run, setting the value of updateOk to false.
    At the end of the function, the value of updateOk is returned
    to the calling page/code block.
    Then, with the code Simon provided, you can use this in your
    calling page:
    <cfif updateUser(userID, name,. email)>
    Success
    <cfelse>
    Failure
    </cfif>
    Wasn't sure if you were just having trouble on the calling
    page (where you want to output the success/failure message or with
    how to return the boolean value from the function as well. Hope
    this helps.

  • Maybe Going Pro, But First A Question Or Two

    Hello All!!
    I have posted this question regarding DVD Menus and Chapters on the iDVD board (http://discussions.apple.com/thread.jspa?threadID=626363&tstart=0), and was advised to pose the same question here (since I have thoughts of purchasing a copy of DVDSP).
    Here's the quote:
    "I would like to try to have the following outline on the DVD, but I need to know if anyone has had success with the same type of mapping of their DVD, made in iDVD.
    Okay, here goes…
    Menu 1: Play Movie --> Plays all 110 (or so) 1-2 minute speeches
    Scene Selection --> Has five (5) choices: Class A, Class B, Class C, Class D, and Class E.
    Menu 2, 3, 4, 5, & 6: Is to have the class alphabetical lists linking the student's name to their own speech."
    I'm not up with all the jargon, but any questions to shed light on the ideas I have, please ask away.
    I have aslo been asked by "mish" to pose this question to see if it is possible in DVDSP:
    "when creating a movie with chapters in iDVD, if you select to play one of the chapters it doesn't get you back to the menu at the end of that chapter, but keeps playing through the remaining chapters."
    Thanks in advance for your assistance..
    Rodger
    iMac G5, 2.0Ghz, 2.0GB RAM   Mac OS X (10.4.7)   iDVD 6.0.2, 120GB La Cie D2 FW400 Hard Drive, 250GB La Cie D2 FW400 Hard Drive

    All do-able in DVDSP... and pretty easy to do as well.
    You can create the menus with links to the chapters in your track (which will play the chapter and then continue), you can set the chapters into stories and point the menu buttons to those instead and you can set each story to go back to the right menu.
    You can then point a play all button at the track itself, which will then play all... which hopefully answers mish's question as well as yours.
    Much of this is in the tutorials that come with DVDSP, and it is well worth your time going through those if you haven't already moved up to DVDSP. There is a lot of help available on this forum as well, mind you!

  • My first two questions about SSL

    When I try to stablish a secure connection (via
    https://localhost:7002/AdminMain) the console gives me this error (please
    see
    below), which is the same when I run . startWebLogic.sh to start it.
    Two questions:
    1.- What is this problem about?
    2.- Even with this error, I can see AdminMain in secure mode. Should I be
    worried about the
    error?
    I'm using Weblogic Server Manager 5.1.0 04/03/2000 17:13:23 #66825 (without
    any service pack) on a Red Hat Linux 6.2 Machine & jdk 1.2.2
    Thanks in advance
    Sergio Rios Mendoza
    Departamento de Sistemas
    Corporativo de Servicios Grupo Comercial Mexicana
    PS: this is the error:
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:529)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Tue Nov 14 15:31:51 CST 2000:<I> <ServletContext-General> AdminMain: init
    Tue Nov 14 15:31:54 CST 2000:<I> <ServletContext-General> servletimages:
    init
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    That error about "no jsafe" occurs if you have not applied any service
    pack at all ( as you have said ). Get the latest SP ( SP6 ) and it
    should go away.
    John
    Sergio Rios Mendoza wrote:
    >
    When I try to stablish a secure connection (via
    https://localhost:7002/AdminMain) the console gives me this error (please
    see
    below), which is the same when I run . startWebLogic.sh to start it.
    Two questions:
    1.- What is this problem about?
    2.- Even with this error, I can see AdminMain in secure mode. Should I be
    worried about the
    error?
    I'm using Weblogic Server Manager 5.1.0 04/03/2000 17:13:23 #66825 (without
    any service pack) on a Red Hat Linux 6.2 Machine & jdk 1.2.2
    Thanks in advance
    Sergio Rios Mendoza
    Departamento de Sistemas
    Corporativo de Servicios Grupo Comercial Mexicana
    PS: this is the error:
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:529)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Tue Nov 14 15:31:51 CST 2000:<I> <ServletContext-General> AdminMain: init
    Tue Nov 14 15:31:54 CST 2000:<I> <ServletContext-General> servletimages:
    init
    java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
    at java.lang.Runtime.loadLibrary0(Runtime.java:469)
    at java.lang.System.loadLibrary(System.java:774)
    at
    COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNati
    ve.java)
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at
    COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java
    at weblogic.security.RSA.performOPJSafe(RSA.java:178)
    at weblogic.security.RSA.performOp(RSA.java:104)
    at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
    at
    weblogic.security.SSL.ClientKeyExchange.input(ClientKeyExchange.java:132)
    at weblogic.security.SSL.Handshake.input(Handshake.java:109)
    at weblogic.security.SSL.SSLSocket.getHandshake(SSLSocket.java:928)
    at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:655)
    at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:546)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
    at
    weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
    at
    weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1001)
    at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
    at
    weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:377)
    at
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:50
    6)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • Disk utilities first aid question, possible issues?

    I was having a OCR issue with my Epson Wf-7520 printer and to support guy had me do run this disk first aid and I came up with a whole long list of things that could be a problem with my computer... do I leave it alone and live with it or do I do something to fix it and this is causing problems with my computer?  Here is the long list for your perusal.
    Thanks for any help with this...
    Verifying permissions for “Macintosh HD”
    Permissions differ on “Applications/Safari.app/Contents/Resources/Japanese.lproj/BookmarkTitleChange. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/Safari.app/Contents/Resources/pt.lproj/BookmarkTitleChange.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Warning: SUID file “System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent” has been modified and will not be repaired.
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ErrorReportDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/HomeSharingServerSettin gs.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogArtworkView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogInfoView.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogLyricsView.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleInfoV iew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleItem. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleOptio nsView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleSorti ngView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleVideo View.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogOptionsView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogSingleItem.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogSortingView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogSummaryView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogVideoView.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/OrganizeLibraryOptions. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialogAdvancedView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialogAppleTVView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialogDevicesView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialogGeneralView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialogMessageView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialogParentalView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialogPlaybackView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialogSharingView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PrefsDialogStoreView.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PromptForLongString.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PromptForPassword.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/PromptForShortString.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/Report.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/SelectStringWide.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/SmartPlaylistEditor.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/AACEncoderConfig.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/AutofillSettings.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/ErrorReportDialog.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/HomeSharingServerSett ings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogArtworkView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogInfoView.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogLyricsView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogMultipleInf oView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogMultipleIte m.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogMultipleOpt ionsView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogMultipleSor tingView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogMultipleVid eoView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogOptionsView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogSingleItem. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogSortingView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogSummaryView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/InfoDialogVideoView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/MP3EncoderConfig.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/OrganizeLibraryOption s.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PCMEncoderConfig.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialogAdvancedVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialogAppleTVVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialogDevicesVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialogGeneralVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialogMessageVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialogParentalVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialogPlaybackVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialogSharingVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PrefsDialogStoreView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PromptForLongString.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PromptForPassword.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/PromptForShortString. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/Report.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/SelectStringWide.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/SmartPlaylistEditor.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/English.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/ErrorReportDialog.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/HomeSharingServerSetti ngs.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogArtworkView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogInfoView.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogLyricsView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogMultipleInfo View.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogMultipleItem .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogMultipleOpti onsView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogMultipleSort ingView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogMultipleVide oView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogOptionsView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogSingleItem.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogSortingView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogSummaryView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/InfoDialogVideoView.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/OrganizeLibraryOptions .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialogAdvancedVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialogAppleTVView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialogDevicesView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialogGeneralView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialogMessageView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialogParentalVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialogPlaybackVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialogSharingView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PrefsDialogStoreView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PromptForLongString.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PromptForPassword.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/PromptForShortString.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/Report.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/SelectStringWide.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/SmartPlaylistEditor.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/French.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/ErrorReportDialog.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/HomeSharingServerSetti ngs.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogArtworkView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogInfoView.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogLyricsView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogMultipleInfo View.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogMultipleItem .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogMultipleOpti onsView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogMultipleSort ingView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogMultipleVide oView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogOptionsView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogSingleItem.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogSortingView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogSummaryView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/InfoDialogVideoView.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/OrganizeLibraryOptions .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialogAdvancedVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialogAppleTVView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialogDevicesView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialogGeneralView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialogMessageView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialogParentalVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialogPlaybackVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialogSharingView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PrefsDialogStoreView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PromptForLongString.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PromptForPassword.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/PromptForShortString.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/Report.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/SelectStringWide.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/SmartPlaylistEditor.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/German.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/AACEncoderConfig.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/AutofillSettings.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/ErrorReportDialog.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/HomeSharingServerSett ings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogArtworkView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogInfoView.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogLyricsView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogMultipleInf oView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogMultipleIte m.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogMultipleOpt ionsView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogMultipleSor tingView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogMultipleVid eoView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogOptionsView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogSingleItem. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogSortingView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogSummaryView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/InfoDialogVideoView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/MP3EncoderConfig.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/OrganizeLibraryOption s.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PCMEncoderConfig.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialogAdvancedVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialogAppleTVVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialogDevicesVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialogGeneralVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialogMessageVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialogParentalVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialogPlaybackVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialogSharingVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PrefsDialogStoreView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PromptForLongString.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PromptForPassword.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/PromptForShortString. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/Report.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/SelectStringWide.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/SmartPlaylistEditor.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Italian.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/AACEncoderConfig.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/AutofillSettings.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/ErrorReportDialog.ni b”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/HomeSharingServerSet tings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogArtworkVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogInfoView.n ib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogLyricsView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogMultipleIn foView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogMultipleIt em.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogMultipleOp tionsView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogMultipleSo rtingView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogMultipleVi deoView.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogOptionsVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogSingleItem .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogSortingVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogSummaryVie w.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/InfoDialogVideoView. nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/MP3EncoderConfig.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/OrganizeLibraryOptio ns.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PCMEncoderConfig.nib ”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PodcastSettings.nib” ; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialogAdvancedV iew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialogAppleTVVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialogDevicesVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialogGeneralVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialogMessageVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialogParentalV iew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialogPlaybackV iew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialogSharingVi ew.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/PrefsDialogStoreView .nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rw-r--r-- .
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Japanese.lpro

    CLICKY CLICK---> http://support.apple.com/kb/TS1448
    Do I need to do what Kappy said? Or just let it go.
    Your printer still not working?  If so, either contact Epson tech support again and/or try the following;
    http://support.apple.com/kb/PH11070 OS X Mountain Lion: Troubleshoot a network printer
    http://support.apple.com/kb/PH11143 OS X Mountain Lion: Reset the printing system
    http://support.apple.com/kb/HT3669 Printer and scanner software available for download
    What to do when you can't print
    Sometimes, installing the GIMP drivers help with printing issues: http://gimp-print.sourceforge.net/MacOSX.php

  • 'First Play' Question

    I'm making a DVD with no mention. I want the first (and only) track to automatically play when the DVD is inserted. Will setting that track to "First Play" do the trci, or do I need to do something else for autoplay?
    Thx!

    No "mention?" I trust you mean menu.
    In any case, if the DVD player is set to launch automatically upon inserting a disc, then a first play set will play the track.

Maybe you are looking for