Not Signed Applets can connect to another machine?

hi, guys,
I developed a java applet, which will connect to different machine.so the local machine will grant the applet some permissions.
I did not use signed applet and want to make thing easier.
In the policy file: I add
grand {permission java.security.AllPermission };
It works.
but when I want to change to:
grand codebase "http://www.xxx.com" {permission java.security.AllPermission};
It does not work.
Can anybody help me to solve this problme?
Great thanks

grant,not grand
Also include the ipaddress, like 234.56.78.89 of www.xx.com

Similar Messages

  • I baught Seagate Backup plus 2T hard drive to use as my Backup time machine. But its not working when i connect to time machine its not coping files, it keep saying preparing files. Can someone help me please...

    i baught Seagate Backup plus 2T hard drive to use as my Backup time machine. But its not working. when i connect to time machine its not coping files, it keep saying preparing files. Can someone help me please...

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • I am not being able to connect to another Apple device using the Face time what settings do i need to check.The device being used is an iPad mini

    I am not being able to connect to another Apple device using the Face time.The device being used is an iPad mini.
    The internet connectivity is perfect the wifi is even working.

    '''plafstudiesdotc'''
    You are welcome.
    '''''So that other users can find answers that have worked, please take a couple of minutes to return to the forum, sign in and click "Solved" next to my answer. Thanks. '''''

  • Signed applet can't read image file..

    Hello
    My English ability is very poor.. sorry
    I make a signed applet
    and I open Internet Exploere
    I connect to my web page
    when I connect to my web page
    my signed applet upload "c:\blahbalh...\image.gif" automatically
    but It's not work
    java.security.AccessControlException: access denied (java.io.FilePermission C:\DOCUME~1\krict\LOCALS~1\Temp\Hnc\BinData\EMB00000cac2143.jpg read)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkRead(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
         at EchoApplet.onSendData(EchoApplet.java:61)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.plugin.javascript.invoke.JSInvoke.invoke(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
         at sun.plugin.com.MethodDispatcher.invoke(Unknown Source)
         at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
         at sun.plugin.com.DispatchImpl$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.com.DispatchImpl.invoke(Unknown Source)
    signed applet can't not read file..
    how can I solve my problem?

    Trace please.
    http://forum.java.sun.com/thread.jspa?threadID=656028
    Maybe some relevant code
    Signing applets:
    http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
    second post and reply 18 for the java class file using doprivileged

  • The circuit of my macbook is dead yet the hard drive is fine.  I need to access a file from the hard drive, how can i do this? is there a cable i can connect to another mac that will let me transfer the file?

    The circuit of my macbook is dead yet the hard drive is fine.  I need to access a file from the hard drive, how can i do this? The mac turns on the screen freezes as bright blue.  Is there a cable i can connect to another mac that will let me transfer the file?

    There is another option if the Macbook will start up in Target Disk Mode.
    Restart the computer while holding down the T key. If you see the firewire symbol moving around on the screen you can connect this one to another one in TDM. You will need a suitable cable to connect the two Macs.
    http://support.apple.com/kb/ht1661
    Firewire symbol:

  • Cannot download Maverick.  Message I receive is The product distribution file could not be verified.  It may be damaged or was not signed.  Can anyone help?

    Cannot download Maverick.  Get message that production distribution file could not be verified.  It may be damageed or was not signed.  Can anyone help?

    Mavericks installer can’t be verified
    Mavericks Installer can’t be verified (2)

  • How an applet can connect to a data base?

    how an applet can connect to a data base?

    You need to set up a policy, it's a bit convoluted, see http://developer.java.sun.com/developer/onlineTraining/Programming/BasicJava1/dba.html#applet for more.

  • Does anyone know how to set policy file, so applet can connect other host?

    I have an signed applet, it may connect to other host.
    The applet should display a HTML pages, which may contains image tag points to a picture stored anywhere. I use a JTextPane to display this HTML page, but when it is loaded. a error occurs.
    java.lang.SecurityException
    at java.lang.SecurityManager.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkConnect(Unknown Source)
    at sun.awt.image.URLImageSource.checkSecurity(Unknown Source)
    at sun.awt.image.ImageRepresentation.imageComplete(Unknown Source)
    at sun.awt.image.InputStreamImageSource.errorConsumer(Unknown Source)
    at sun.awt.image.InputStreamImageSource.setDecoder(Unknown Source)
    at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
    at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
    at sun.awt.image.ImageFetcher.run(Unknown Source)
    I have those kind of error (connection refused) before I signed my applet and write policy file to granr socketpermission to the codebase of my class files. But this error still occurs. I suppose it is because the sun.awt.image.* is Java standard class, so my policy file has no effect on them. But how can I make it works?

    you need to install the jre, and place the win32.dll at JavaSoft\JRE\1.3.1_06\bin, that properties file place at JavaSoft\JRE\1.3.1_06\lib, comm.jar at JavaSoft\JRE\1.3.1_06\lib\ext\
    and in ur code try to use it to open ur com port
    public String test() {
    String drivername = "com.sun.comm.Win32Driver";
    try
    CommDriver driver = (CommDriver) Class.forName(drivername).newInstance(); driver.initialize();
    catch (Throwable th)
    {* Discard it */}
    drivername = "javax.comm.*";
    try
    CommDriver driver = (CommDriver) Class.forName(drivername).newInstance(); driver.initialize();
    catch (Throwable th)
    {* Discard it */}
    portList = CommPortIdentifier.getPortIdentifiers();
    while (portList.hasMoreElements()) {
    portId = (CommPortIdentifier) portList.nextElement();
    if (portId.getPortType() == CommPortIdentifier.PORT_SERIAL) {
    if (portId.getName().equals("COM2")) {
    //if (portId.getName().equals("/dev/term/a")) {
    try {
    serialPort = (SerialPort)
    portId.open("SimpleWriteApp", 2000);
    } catch (PortInUseException e) {}
    try {
    outputStream = serialPort.getOutputStream();
    } catch (IOException e) {}
    try {
    serialPort.setSerialPortParams(9600,
    SerialPort.DATABITS_8,
    SerialPort.STOPBITS_1,
    SerialPort.PARITY_NONE);
    } catch (UnsupportedCommOperationException e) {}
    int i=0;
    while(true)
    try {
    messageString="hi";
    System.out.println(i++);
    outputStream.write(messageString.getBytes());
    } catch (IOException e)
    System.out.println(e);
    messageString=String.valueOf(e);
    return messageString;
    and yet u need to signed the applet
    1. Compile the applet
    2. Create a JAR file
    3. Generate Keys
    4. Sign the JAR file
    5. Export the Public Key Certificate
    6. Import the Certificate as a Trusted Certificate
    7. Create the policy file
    8. Run the applet
    Susan
    Susan bundles the applet executable in a JAR file, signs the JAR file, and exports the public key certificate.
    1. Compile the Applet
    In her working directory, Susan uses the javac command to compile the SignedAppletDemo.java class. The output from the javac command is the SignedAppletDemo.class.
    javac SignedAppletDemo.java
    2. Make a JAR File
    Susan then makes the compiled SignedAppletDemo.class file into a JAR file. The -cvf option to the jar command creates a new archive (c), using verbose mode (v), and specifies the archive file name (f). The archive file name is SignedApplet.jar.
    jar cvf SignedApplet.jar SignedAppletDemo.class
    3. Generate Keys
    Susan creates a keystore database named susanstore that has an entry for a newly generated public and private key pair with the public key in a certificate. A JAR file is signed with the private key of the creator of the JAR file and the signature is verified by the recipient of the JAR file with the public key in the pair. The certificate is a statement from the owner of the private key that the public key in the pair has a particular value so the person using the public key can be assured the public key is authentic. Public and private keys must already exist in the keystore database before jarsigner can be used to sign or verify the signature on a JAR file.
    In her working directory, Susan creates a keystore database and generates the keys:
    keytool -genkey -alias signFiles -keystore susanstore -keypass kpi135 -dname "cn=jones" -storepass ab987c
    This keytool -genkey command invocation generates a key pair that is identified by the alias signFiles. Subsequent keytool command invocations use this alias and the key password (-keypass kpi135) to access the private key in the generated pair.
    The generated key pair is stored in a keystore database called susanstore (-keystore susanstore) in the current directory, and accessed with the susanstore password (-storepass ab987c).
    The -dname "cn=jones" option specifies an X.500 Distinguished Name with a commonName (cn) value. X.500 Distinguished Names identify entities for X.509 certificates.
    You can view all keytool options and parameters by typing:
    keytool -help
    4. Sign the JAR File
    JAR Signer is a command line tool for signing and verifying the signature on JAR files. In her working directory, Susan uses jarsigner to make a signed copy of the SignedApplet.jar file.
    jarsigner -keystore susanstore -storepass ab987c -keypass kpi135 -signedjar SSignedApplet.jar SignedApplet.jar signFiles
    The -storepass ab987c and -keystore susanstore options specify the keystore database and password where the private key for signing the JAR file is stored. The -keypass kpi135 option is the password to the private key, SSignedApplet.jar is the name of the signed JAR file, and signFiles is the alias to the private key. jarsigner extracts the certificate from the keystore whose entry is signFiles and attaches it to the generated signature of the signed JAR file.
    5. Export the Public Key Certificate
    The public key certificate is sent with the JAR file to the whoever is going to use the applet. That person uses the certificate to authenticate the signature on the JAR file. To send a certificate, you have to first export it.
    The -storepass ab987c and -keystore susanstore options specify the keystore database and password where the private key for signing the JAR file is stored. The -keypass kpi135 option is the password to the private key, SSignedApplet.jar is the name of the signed JAR file, and signFiles is the alias to the private key. jarsigner extracts the certificate from the keystore whose entry is signFiles and attaches it to the generated signature of the signed JAR file.
    5: Export the Public Key Certificate
    The public key certificate is sent with the JAR file to the whoever is going to use the applet. That person uses the certificate to authenticate the signature on the JAR file. To send a certificate, you have to first export it.
    In her working directory, Susan uses keytool to copy the certificate from susanstore to a file named SusanJones.cer as follows:
    keytool -export -keystore susanstore -storepass ab987c -alias signFiles -file SusanJones.cer
    Ray
    Ray receives the JAR file from Susan, imports the certificate, creates a policy file granting the applet access, and runs the applet.
    6. Import Certificate as a Trusted Certificate
    Ray has received SSignedApplet.jar and SusanJones.cer from Susan. He puts them in his home directory. Ray must now create a keystore database (raystore) and import the certificate into it. Ray uses keytool in his home directory /home/ray to import the certificate:
    keytool -import -alias susan -file SusanJones.cer -keystore raystore -storepass abcdefgh
    7. Create the Policy File
    The policy file grants the SSignedApplet.jar file signed by the alias susan permission to create newfile (and no other file) in the user's home directory.
    Ray creates the policy file in his home directory using either policytool or an ASCII editor.
    keystore "/home/ray/raystore";
    // A sample policy file that lets a JavaTM program
    // create newfile in user's home directory
    // Satya N Dodda
    grant SignedBy "susan"
    permission java.security.AllPermission;
    8. Run the Applet in Applet Viewer
    Applet Viewer connects to the HTML documents and resources specified in the call to appletviewer, and displays the applet in its own window. To run the example, Ray copies the signed JAR file and HTML file to /home/aURL/public_html and invokes Applet viewer from his home directory as follows:
    Html code :
    </body>
    </html>
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    width="600" height="400" align="middle"
    codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,1,2">
    <PARAM NAME="code" VALUE="SignedAppletDemo.class">
    <PARAM NAME="archive" VALUE="SSignedApplet.jar">
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
    </OBJECT>
    </body>
    </html>
    appletviewer -J-Djava.security.policy=Write.jp
    http://aURL.com/SignedApplet.html
    Note: Type everything on one line and put a space after Write.jp
    The -J-Djava.security.policy=Write.jp option tells Applet Viewer to run the applet referenced in the SignedApplet.html file with the Write.jp policy file.
    Note: The Policy file can be stored on a server and specified in the appletviewer invocation as a URL.
    9. Run the Applet in Browser
    Download JRE 1.3 from Javasoft
    good luck! [email protected]
    i already give u many tips, i use 2 weeks to try this to success, hopw that u understand that, a result of success is not important, the process of how to get things done is most usefull!

  • No ipod can connect to my machine

    I have searched and searched, and I have not found anyone with this specific problem. At this point, I am fairly confident that the problem is in my computer and not my ipod, as my ipod can connect just fine to any other machine. Additionally, any other ipod connected to my computer experiences the same problems.
    Upon connecting an ipod to my new Mac Pro, one of four things happens:
    1. Absolutely nothing.
    2. My ipod acknowledges that is has been connected, but it does not mount on the desktop or in itunes.
    3. The ipod mounts, but I receive an error from itunes informing me that the the ipod count not be properly identified, and I should reconnect it.
    4. On rare occasions, my ipod begins syncing, but gets "stuck" on a certain song, and will not progress farther even after hours of waiting.
    In all of these instances, I am never able to safely disconnect the ipod, and I'm forced to just pull the plug on it.
    I have tried the following steps to remedy this situation:
    • I have followed the 5Rs.
    • I have tried every USB port on my machine, and with different USB cables.
    • I have reinstalled the "ipod support" files from the Leopard install disk.
    • I have reinstalled itunes, including trashing the itunes preferences from my user Library, trashing my itunes playlist, and rebuilding my entire music library.
    • I have run software update, and I have ensured that itunes and the OS are up to date.
    So far, none of these things has had an effect. The only thing I have not attempted is completely reinstalling the OS, which I would like to avoid if at all possible. If anyone has any ideas, please let me know.

    Welcome to the Forum.
    Sounds most annoying. If the iPod connects to any other machine without issue, as you say, we can assume the problem is with yours. When did this start happening? Did you upgrade to 10.5.4 from 10.5.3 via software update? If so, it might be worth installing the 10.5.4 Combo update over the top. It's a big download, and not for slow internet users, but these combo updates have been known to sort out a number of seemingly unexplained issues, as they will repair any damaged/corrupt code as they contain all previous updates - worth a go.

  • HT201364 I have tried to download OS X Maverick on to my MacBook Pro. Here the error message I received "the product distribution file could not be verified. It must be damaged or was not signed. Can I still used the computer for others projects?

    How can this error be corrected?  "The product distribution file could not be  vverified. It must be damaged or was not signed. So can this error be repaired? I have read good things about this updated software. I really looking forward to enjoying the benefits of using OS X Mavrick softtware in my daily life.
    Another question can I operate laptop with other project while it is downloading?
    Thanks,
    Otis A. Drakeford

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you boot, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • HT201364 On trying to  down this popped up prevent download? The product distribution file could not be verified. It may be damaged or was not signed. what can I do?

    The product distribution file could not be verified. It may be damaged or was not signed. is tge message I recieved trying to download Maverick, can you help?
    Regards
    Andy Dickson

    Several causes for this problem have been reported. Please take each of the following steps that you haven't already tried. Stop when it's resolved.
    Step 1
    Back up all data.
    From the menu bar, select
     ▹ System Preferences... ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If any proxy options are selected, make a note of them and then deselect them. You don’t need to change the bypass or FTP settings. Click OK and then Apply. Test. The result may be that you can't connect to any web server. Restore the previous settings if that happens.
    Step 2
    Rebuild the Spotlight index. If you try to search now from the magnifying-glass icon in the top right corner of the display, there will be an indication that indexing is in progress.
    Step 3
    Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • My iMac wants to connect to another machine on startup

    Hi All,
    I purchased a new iMac a few weeks ago and went through the Migration Assistant to move stuff from my old G5. I did it via the ethernet method since I didn't have a fw800/400 cable to connect the 2 machines.  There was a slight hiccup in that it didn't want to transfer the applications just all of my other data.  I didn't mind and went forward.  Now the problem, during the first few days of usage I kept filesharing on the G5 turned on so I could grab various things from its 2nd internal HD.  At some point I switched off filesharing on the G5.  Now I get error messages (currently during startup) that the machine (the G5) couldn't be found and that I should check my network, etc.  For a while I attributed this to the ftp application Transmit.  I had a long email thread with the developer because it seemed that every time I started Transmit that warning would come up.  He thought it might have been an alias in my Sites folder that Transmit was trying to resolve, but that didn't seem to be the case. As part of the troubleshooting process I set Transmits default folder to be a random folder on an attached USB Drive.  So that seemed to stop that warning from happening when I launched Transmit.  However during the startup process of the iMac I was getting the error. It seemed to be happening when Transmit's menu bar icon was loading.  So I turned off the menu bar feature.  Unfortunately the warning is still coming up.  So now I am trying to figure out what process is looking for the old G5. 
    I looked in my Console to see if anything stood out. (I've pasted a snippet below). I see a line item for rpc.statd that references the ip address of the G5, so that looks like something.  But I also see that it is after the line where iClip loads.  When the machine is booting up I get the error message.  When I click 'OK', then the rest of the startup process continues and iClip loads after that.  So not sure what that means.
    If anyone has any other methods for trying to figure out what is trying to contact the G5 I would greatly appreciate it.  Its really getting annoying now.
    Thank You,
    Chris
    7/20/11 4:03:30 PM          SecurityAgent[148]          Showing Login Window
    7/20/11 4:03:31 PM          kernel          NTFS driver 3.4 [Flags: R/W].
    7/20/11 4:03:31 PM          kernel          NTFS volume name backup, version 3.1.
    7/20/11 4:03:39 PM          SecurityAgent[148]          User info context values set for chriscatalano
    7/20/11 4:03:40 PM          SecurityAgent[148]          Login Window Showing Progress
    7/20/11 4:03:40 PM          SecurityAgent[148]          Login Window done
    7/20/11 4:03:40 PM          loginwindow[46]          Login Window - Returned from Security Agent
    7/20/11 4:03:40 PM          loginwindow[46]          USER_PROCESS: 46 console
    7/20/11 4:03:40 PM          com.apple.launchctl.Aqua[158]          launchctl: Please convert the following to launchd: /etc/mach_init_per_user.d/com.adobe.SwitchBoard.monitor.plist
    7/20/11 4:03:40 PM          com.apple.launchd.peruser.501[156]          (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    7/20/11 4:03:40 PM          loginwindow[46]          Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio, 262): no suitable image found.  Did find:
              /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    7/20/11 4:03:40 PM          com.apple.loginwindow[46]          2011-07-20 16:03:40.241 loginwindow[46:107] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio, 262): no suitable image found.  Did find:
    7/20/11 4:03:40 PM          com.apple.loginwindow[46]                    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    7/20/11 4:03:40 PM          loginwindow[46]          Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x1006066d0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    7/20/11 4:03:40 PM          com.apple.loginwindow[46]          2011-07-20 16:03:40.243 loginwindow[46:107] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x1006066d0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    7/20/11 4:03:41 PM          kernel          NTFS volume name backup, version 3.1.
    7/20/11 4:03:41 PM          SystemUIServer[161]          Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio, 262): no suitable image found.  Did find:
              /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    7/20/11 4:03:41 PM          SystemUIServer[161]          Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x103627700 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    7/20/11 4:03:41 PM          com.apple.launchd.peruser.501[156]          (com.apple.Kerberos.renew.plist[199]) Exited with exit code: 1
    7/20/11 4:03:41 PM          com.apple.launchd.peruser.501[156]          (0x100300610.mach_init.switchboard.sh) Failed to check-in!
    7/20/11 4:03:41 PM          com.apple.usbmuxd[37]          HandleUSBMuxDictionary client 0x100304ce0-iTunesHelper/com.apple.iTunesHelper using library usbmuxd-211 built on Jan 13 2011 at 04:19:31, running usbmuxd-211 built on Feb  8 2011 at 13:49:43
    7/20/11 4:03:41 PM          UserEventAgent[194]          Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio, 262): no suitable image found.  Did find:
              /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    7/20/11 4:03:41 PM          UserEventAgent[194]          Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x10050dd20 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    7/20/11 4:04:22 PM          iClip[229]          NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    7/20/11 4:04:22 PM          [0x0-0x1d01d].com.inventive.iClip[229]          SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x2e25000, p = 0x2e25026, pEnd = 0x2e25027)
    7/20/11 4:04:22 PM          [0x0-0x1d01d].com.inventive.iClip[229]          SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x2e25000, p = 0x2e25026, pEnd = 0x2e25027)
    7/20/11 4:04:22 PM          [0x0-0x1d01d].com.inventive.iClip[229]          SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x2e25000, p = 0x2e25026, pEnd = 0x2e25027)
    7/20/11 4:04:22 PM          [0x0-0x1d01d].com.inventive.iClip[229]          SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x17b51a70, p = 0x17b51a96, pEnd = 0x17b51a97)
    7/20/11 4:04:22 PM          [0x0-0x1d01d].com.inventive.iClip[229]          SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x17b51a70, p = 0x17b51a96, pEnd = 0x17b51a97)
    7/20/11 4:04:22 PM          [0x0-0x1d01d].com.inventive.iClip[229]          SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x17b51a70, p = 0x17b51a96, pEnd = 0x17b51a97)
    7/20/11 4:04:42 PM          kernel          en1: 802.11d country code set to 'US '.
    7/20/11 4:04:42 PM          kernel          en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    7/20/11 4:05:03 PM          rpc.statd[39]          Failed to contact host 192.168.1.3: RPC: Port mapper failure - RPC: Timed out

    Hi Don,
    I thought for a minute I might have found it.  I had a saved search in the "Search For" section that referred to the hard drive on the G5.  But unfortunately, removing it didn't prevent the error from showing during startup.  If it helps I've attached a screenshot of the error message.
    Thanks,
    Chris

  • Not all smartphones can connect to LAPAC1200

    Installed new LAPAC1200, laptops, printers etc all connecting happily.  Sme mobile phones are connecting, but my Motorola MotoG 2nd Gen will not connect.
    I've put the password in several times, correctly, but it just saves it and doesn't connect.
    The only other variable I can see is the security:  phone says WPA2PSK, WAP is set to WPA/WPA2-Personal which I think means it uses AES rather than PSK.
    Is this why the motorola won't connect? If so can anyone advise how to change settings on the phone, or what settings I should use on the WAP without disabling connection by all the existing happy gadgets?

    Someone has answered on this link: http://community.linksys.com/t5/Linksys-Small-Business/not-all-smartphones-will-connect-to-LAPAC1200... Hope it helps.

  • I can not sign in itunes connect

    I have a developer IOS account! But when I sign in in itunes connect, I recived the "Apple ID does not have permission to access iTunes Connect." messenger!

    Hello, Rồng91. 
    ITunes Connect is used for distributing digital content on iTunes, the App Store, the iBookstore and the Mac App Store. 
    http://www.apple.com/itunes/sellcontent/
    If you are receiving this error message then it is possible you have not created an account.
    Please refer to the link above for more information.
    Regards,
    Jason H. 

  • Win 7 pro sends incorrect username when attempting to connect to another machine on lan

    Under 'Network -- when typing name such as \\computer0:
    Cannot successfully login/join/access xp pro machine on lan under win 7 PRO sp1 (\\computer1) but CAN do so under win 7 home premium sp1 (\\computer2).
    Looked at credential manager (on both computer1&2) and entries for \\computer0 are almost identical. Successful machine shows username: \\COMPUTER2-MACHINE\myusername and unsuccessful PRO machines shows username: myusername. Passwords are correct and
    the same.
    When I created a new entry on \\computer1 as 10.0.0.11 for \\computer0 and added the same username and password, it DOES logon/connect/access computer0.
    I am certain the username is being passed incorrectly as the currently logged on user on computer0 rather than the user name defined in credential manager.  I have run Wireshark on computer0 during the failing computer1 attempt to access \\computer0
    AND during the successful access by \\computer2 to access \\computer0 AND when \\computer1 successfully accesses computer0 via using \\10.0.0.11  The username in the security blob | ntlm secure service provider ... is clearly shown to NOT be what is defined
    in credential manager.
    Any thoughts? suggestions?
    tia,
    Steve

    Hello Andy,
    Thanks for your suggestion.  I tried it.  No luck.  Same situation. CAN logon to \\10... but not to \\computer0
    I deleted the entries. Rebooted. Tried access to \\computer0. Failed. Created credential. Tried. Failed. Tried \\10... Failed. Created credential for 10... Tried. Succeeded.
    Can you tell me how I can completely delete the credentials?  (It's a recently purchased used laptop and not much of mine installed on it yet.)
    Are there any 'reserved word' credentials that might conflict with my 'computer0'?  It's real name is \\ma785gm after it's motherboard.
    Thanks,
    Steve

Maybe you are looking for

  • I cannot watch tutorial videos on Apple's website using Safari.

    Does anyone know what's going on with Safari? I've attached two screenshots: one with the video issue and the other one with my Safari version. Ps:.  Using Google Chrome or Firefox the video runs okay.

  • Can't apply some master pages to topics

    Hello, I have already logged a bug report on this, but I am hoping that someone else has encountered it and has a suggested workaround. I have searched the forums, but I didn't see this issue. We recently upgraded to RoboHelp 8, and we have installed

  • IPhoto does not start - spinning beach ball of death

    Hi When I try to start iPhoto I get the spinning beach ball of death and the whole laptop freezes. Cannot force quit, have to restart via power button. I have tried starting iPhoto while holding the Option key - no difference. Jenn

  • No VPN even with a Default Host?

    I've tried this with 7.2, 7.2.1 and 7.3.1 all with no luck. So the only way too get my VPN working is with default hosts, so I enable default hosts. I assign my MAC that IP address and STILL can't connect. My understanding was once I used the default

  • IPlanet 6.0 jasper exception lost

    Hi there I am using iPlanet 6.0 on a win32 box (although the problem also surfaces on Solaris 2.8). I have an web application that requires a servlet filter. I put the servlet filter in place in the web-app.xml as described by the docs, and everythin