Why NumberFormatException thrown at code: DeviceManager.open(7);

I am trying a very basic GPIO pin access program thru Java ME 8.1 (SDK). For this I am creating a custome device thru Custom Device Editor. The configuration of the custom device is as follows (it has only one GPIO pin):
ID: 7, Name: Pin7, H/W Port Number: 0, H/W Pin Number: 7, Direction: Output, Trigger: None, Output: True(checked), Value: Low, Opened: No, Power: On (Group ID: 1)
Here is my MIDLet class to access the GPIO Pin:
package gpio;
import java.io.IOException;
import javax.microedition.midlet.MIDlet;
import javax.microedition.midlet.MIDletStateChangeException;
import jdk.dio.DeviceManager;
import jdk.dio.DeviceNotFoundException;
import jdk.dio.UnavailableDeviceException;
import jdk.dio.gpio.GPIOPin;
public class GPIOController extends MIDlet {
    GPIOPin pin7;
    public GPIOController() {
        // TODO Auto-generated constructor stub
    @Override
    protected void destroyApp(boolean unconditional)
            throws MIDletStateChangeException {
        try {
            pin7.close();
        } catch (IOException e) {
            System.out.println("IOException");
            e.printStackTrace();
    @Override
    protected void startApp() throws MIDletStateChangeException {
        try {
            pin7 = DeviceManager.open(7);
            pin7.setValue(true);
            Thread.sleep(5000);
            pin7.setValue(false);
            Thread.sleep(2500);
        } catch (DeviceNotFoundException e) {
            System.out.println("DeviceNotFound Yaar!");
            e.printStackTrace();
        } catch (UnavailableDeviceException e) {
            System.out.println("Yaar Device is Unavailable");
            e.printStackTrace();
        } catch (IOException e) {
            System.out.println("IOException raised");
            e.printStackTrace();
        } catch (InterruptedException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        } catch (NumberFormatException ne){
            System.out.println("number format exception thrown");
            ne.printStackTrace();
Output Console:
number format exception thrown
java.lang.NumberFormatException:
- java/lang/Integer.parseInt(), bci=45
- java/lang/Integer.parseInt(), bci=3
- jdk/dio/DeviceMgmtPermission.implies(), bci=341
- com/oracle/meep/security/PermissionsHash.implies(), bci=57
- com/oracle/meep/security/Permissions.implies(), bci=24
- com/oracle/meep/security/AccessControllerInternal.checkPermission(), bci=28
- java/security/AccessController.checkPermission(), bci=1
- jdk/dio/DeviceManager.open(), bci=169
- jdk/dio/DeviceManager.open(), bci=3
- jdk/dio/DeviceManager.open(), bci=4
- gpio/GPIOController.startApp(GPIOController.java:34)
- javax/microedition/midlet/MIDletTunnelImpl.callStartApp(), bci=1
- com/sun/midp/midlet/MIDletPeer.startApp(), bci=5
- com/sun/midp/midlet/MIDletStateHandler.startSuite(), bci=246
- com/sun/midp/main/AbstractMIDletSuiteLoader.startSuite(), bci=38
- com/sun/midp/main/CldcMIDletSuiteLoader.startSuite(), bci=5
- com/sun/midp/main/AbstractMIDletSuiteLoader.runMIDletSuite(), bci=130
- com/sun/midp/main/AppIsolateMIDletSuiteLoader.main(), bci=26
Device Log
[18:30:23.784]   INFO - lkit.bootstrap.DeployerManager - Registering custom property editors
[18:30:23.808]   INFO - me.toolkit.bootstrap.Namespace - Starting batch, base module object-server
[18:30:23.827]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
[18:30:23.828]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
[18:30:23.828]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
[18:30:23.829]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
[18:30:23.857]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
[18:30:23.858]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
[18:30:23.858]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
[18:30:23.858]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
[18:30:23.859]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
[18:30:23.867]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
[18:30:23.871]   INFO - me.toolkit.bootstrap.Namespace - Starting batch, base module devices/GPIOPin
[18:30:26.899]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
[18:30:26.900]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
[18:30:26.900]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
[18:30:26.908]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
[18:30:28.097]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
[18:30:28.504]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
[18:30:28.505]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
[18:30:28.505]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
[18:30:28.659]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
[18:30:33.628]   INFO - n.kvem.location.LocationBridge - Location dir contents: [Ljava.io.File;@16612a51
[18:30:33.628]   INFO - n.kvem.location.LocationBridge - LandmarkStore names java.util.Collections$EmptyEnumeration@54e041a4
[18:30:33.628]   INFO - n.kvem.location.LocationBridge - Landmark stores:
[18:30:33.629]   INFO - n.kvem.location.LocationBridge - Get categories from store: null
[18:30:33.635]   INFO - n.kvem.location.LocationBridge - Default LandmarkStore:com.sun.kvem.location.LandmarkDB@18317edc
[18:30:33.635]   INFO - n.kvem.location.LocationBridge - LandmarkStore: com.sun.kvem.location.LandmarkDB@18317edc
[18:30:33.635]   INFO - n.kvem.location.LocationBridge - Concatinated categories:
[18:30:33.816]   INFO - .rmiimpl.RemotingConnectorImpl - Starting JMX connector on service:jmx:rmi:///jndi/rmi://127.0.0.1:60379/device-3
[18:30:53.726]   INFO -                      VM-CORE@0 - javanotify_set_vm_args() >>
[18:30:53.727]   INFO -                      VM-CORE@0 - javanotify_start() >>
[18:30:53.762]   INFO - toolkit.ui.actions.AmsExecImpl - Proxy connected. isNetworkMonitorSupported = false
[18:30:54.135]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
Please let me know what wrong am I doing?
Sincerely,
M. Nawazish. Khan

Hi Nawazish,
you are doing all right. Could you provide example of DeviceMgmtPermission from your application JAD file?
/Sergey

Similar Messages

  • Why does an unwanted html code tab open after my comcast homepage open?

    In addition to the homepage issue, whenever I click a Comcast homepage link, an unwanted html code tab opens in addition to the desired Comcast tab.

    1. Settings>Safari>Clear History, Cookies and Data
    2. Hold the Sleep/Wake and Home button down for about 10 seconds until you see the Apple Logo

  • Why is it that I can open some websites and others won't open at all. It says below that the information is transferring from another site, but it never opens. Very frustrating.

    I open an e-mail, click on a link, and sometimes it will open, other times it won't. If the website is given in the e-mail, I can copy and paste the site into Firefox, and it will usually open, but I want to know why a valid link won't open. Other times, I will enter an address in Firefox and I get "done" at the bottom, but I'm looking at a blank page. I'm not a technician, just an operator, so it may be a setting somewhere in the millions of settings that are default or that I have changed, but I have no clue what is causing this. Another problem that only occurs with Firefox is that if I am filling out an online shopping cart, when I'm done, there is no button to click to finish the transaction. I have to open IE, go to the same site, make the same order, and the "submit" or "order" button is there. Why in IE and not in Firefox? Any help would be most appreciated.

    OK lets engage the brain here. A car is warranted from the maker of the car through the dealer that sells it.
    That warranty is clearly spelled out. 3 years parts and labor, 5 year power train, 10 rust through etc. It tells you how to obtain this warranty service.
    Find the warranty service conditions on Verizon Wireless and READ them.
    Now you go to Best Buy and buy a Television and hook it to cable vision or Fios and it breaks down and you want the company you get TV service from to fix it? Please get real.
    If you bought the device from Walmart or Best Buy or any major retailer they give you 15 days to return a defective unit. Then after that time it spells out your options. One of them is not to bring it back to them. They don't repair devices.
    Now Verizon Wireless is also a retailer, they give you 14 days to return it and after that they will assist in the warranty of the device through the manufacturer. Verizon does not make phones nor repair them.
    There is no customer courtesy outside of issuing a refurbished device if not physically broken and you send the other one back to complete the warranty process if under a year. If you have supplemental insurance then you go through asurian. That is pertinent information.
    Just because you don't like the reply does not make it correct.
    The updates come through Google, then HTC (Or other device makers), then to Verizon to push out to the devices. Verizon has nothing to do with the code of the update, nor anything regarding the devices. They provide a service of which is cellular and data services. If the devices cannot work on their service Verizon Wireless is not to blame.
    Good Luck

  • Why does photoshop cs4 crash when opening a file? (Mac OS 10.6.8)

    Why does photoshop cs4 crash when opening a file? (Mac OS 10.6.8) I've rebuilt pref.'s and reinstalled Photoshop with no positive results. I can create a new file but cannot "place" anything because that crashes as well.

    System and photoshop have most recent updates. The crash report is as follows:
    Process:    
    Adobe Photoshop CS4 [3308]
    Path:       
    /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Identifier: 
    com.adobe.Photoshop
    Version:    
    11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]) (11.0)
    Code Type:  
    PPC (Translated)
    Parent Process:  launchd [134]
    Date/Time:  
    2012-02-07 12:53:14.731 -0500
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    163257 sec
    Crashes Since Last Report:      
    7
    Per-App Interval Since Last Report:  1049 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                 
    8D3D81A8-3583-4ED4-80BA-B248EF483629
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000078
    Crashed Thread:  0
    Thread 0 Crashed:
    0   ???                      
    0x8aeb2bef 0 + 2330668015
    Thread 1:
    0   libSystem.B.dylib        
    0x80142afa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x80143267 mach_msg + 68
    2   com.adobe.Photoshop      
    0xb819440f CallPPCFunctionAtAddressInt + 206231
    3   libSystem.B.dylib        
    0x80170259 _pthread_start + 345
    4   libSystem.B.dylib        
    0x801700de thread_start + 34
    Thread 2:
    0   com.adobe.Photoshop      
    0xb815acc0 spin_lock_wrapper + 90152
    1   com.adobe.Photoshop      
    0xb8179c5b CallPPCFunctionAtAddressInt + 97763
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 3:
    0   com.adobe.Photoshop      
    0xb815ad03 spin_lock_wrapper + 90219
    1   com.adobe.Photoshop      
    0xb81749fb CallPPCFunctionAtAddressInt + 76675
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145c1d spin_lock_wrapper + 3973
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 4:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 5:
    0   com.adobe.Photoshop      
    0xb815a8c8 spin_lock_wrapper + 89136
    1   com.adobe.Photoshop      
    0xb8176d61 CallPPCFunctionAtAddressInt + 85737
    2   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    3   ???                      
    0x8ad06566 0 + 2328913254
    Thread 6:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 7:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    3   ???                      
    0x8baa52ce 0 + 2343195342
    Thread 8:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 9:
    0   com.adobe.Photoshop      
    0xb815aa8b spin_lock_wrapper + 89587
    1   com.adobe.Photoshop      
    0xb818c3eb CallPPCFunctionAtAddressInt + 173427
    2   com.adobe.Photoshop      
    0xb818eeec CallPPCFunctionAtAddressInt + 184436
    3   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    4   ???                      
    0x8aad1186 0 + 2326598022
    Thread 10:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 11:
    0   com.adobe.Photoshop      
    0xb815ad03 spin_lock_wrapper + 90219
    1   com.adobe.Photoshop      
    0xb81749fb CallPPCFunctionAtAddressInt + 76675
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145c1d spin_lock_wrapper + 3973
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 12:
    0   com.adobe.Photoshop      
    0xb815a8c8 spin_lock_wrapper + 89136
    1   com.adobe.Photoshop      
    0xb8177c07 CallPPCFunctionAtAddressInt + 89487
    2   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    3   ???                      
    0x8b7b2aca 0 + 2340104906
    Thread 13:
    0   com.adobe.Photoshop      
    0xb815a93a spin_lock_wrapper + 89250
    1   com.adobe.Photoshop      
    0xb8176f67 CallPPCFunctionAtAddressInt + 86255
    2   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    3   ???                      
    0x8bae895e 0 + 2343471454
    Thread 14:
    0   com.adobe.Photoshop      
    0xb815aa8b spin_lock_wrapper + 89587
    1   com.adobe.Photoshop      
    0xb818c3eb CallPPCFunctionAtAddressInt + 173427
    2   com.adobe.Photoshop      
    0xb818eeec CallPPCFunctionAtAddressInt + 184436
    3   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    4   ???                      
    0x8af75bb6 0 + 2331466678
    Thread 15:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 16:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000078  ebx: 0xb81454d2  ecx: 0x00000078  edx: 0x00000000
      edi: 0xb81f8714  esi: 0xb81f86f0  ebp: 0x8a028d80  esp: 0xb7fffacc
       ss: 0x0000001f  efl: 0x00010206  eip: 0x8aeb2bef   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000078
    Binary Images:
    0xaefb000 -  0xaefcff7  BDL.dylib 38.0.0 (compatibility 1.0.0) <7962366F-BF58-160E-0B73-338F0736B27C> /usr/libexec/oah/Shims/BDL.dylib
    0x1ba48000 - 0x1ba48ff7  libSystem.B.dylib 38.0.0 (compatibility 1.0.0) <63852FDA-04FA-AAA0-67E6-CBB15F6920F1> /usr/libexec/oah/Shims/libSystem.B.dylib
    0x259c2000 - 0x259c4ff7  CoreFoundation 38.0.0 (compatibility 150.0.0) <F267D656-C1AD-07A8-2CCC-9D40323BE626> /usr/libexec/oah/Shims/CoreFoundation.framework/CoreFoundation
    0x259d2000 - 0x259daff7  IOKit 38.0.0 (compatibility 1.0.0) <DCA9B384-0F69-C525-ED46-383C34F025ED> /usr/libexec/oah/Shims/IOKit.framework/IOKit
    0x259e0000 - 0x259e0ff7  ApplicationServices 38.0.0 (compatibility 1.0.0) <3CCC383E-7267-5DBD-BFFF-DF0132FED485> /usr/libexec/oah/Shims/ApplicationServices.framework/ApplicationServices
    0x259e4000 - 0x259e8ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x259f0000 - 0x259f4ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x25c07000 - 0x25c3cff7  GLEngine ??? (???) <12BC305B-67F8-CF69-9403-6B8F8F7AAC45> /usr/libexec/oah/Shims/GLEngine.bundle/GLEngine
    0x25c41000 - 0x25dbaff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x25dec000 - 0x25e1dff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x25e25000 - 0x25f31fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x25f50000 - 0x25f53ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x25f58000 - 0x2636bfef  com.apple.ATIRadeonX2000GLDriver 1.6.36 (6.3.6) <257CAA1D-6573-2932-E344-E96F6C9CDA84> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLD river
    0x2639d000 - 0x263c1fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x80000000 - 0x8005dff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x8007d000 - 0x800e7fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x80142000 - 0x802e9ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x8036b000 - 0x804e6fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x805de000 - 0x805ecfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x805f1000 - 0x805fdff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x80601000 - 0x80647ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x80654000 - 0x807d6fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x80838000 - 0x808e5fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x808f9000 - 0x808fcfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <39AC3185-E633-68AA-7CD6-1230E7F1CEF4> /usr/lib/dyld
    0xb8000000 - 0xb81defff +com.adobe.Photoshop 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]) (11.0) <6437A74D-607F-7339-5F7E-F6B0EF81C25D> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Translated Code Information:
    objc[3308]: garbage collection is ON
    Rosetta Version:  22.27
    Args: 
    /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 -psn_0_1683867
    Exception: EXC_BAD_ACCESS (0x0001)
    Thread 0: (0xb03a6d74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0386dc0
    r02: 0x00000000
    r03: 0x00002403
    r04: 0x00000040
    r05: 0x3b9ab575
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ab575
    r09: 0x00000000
    r10: 0x3b9ab575
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa034470c
    r22: 0xa0344700
    r23: 0xa0344708
    r24: 0x00000658
    r25: 0x039443a5
    r26: 0xa0344398
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d3575
    r30: 0xa03446e0
    r31: 0x91c399b4
    Thread 1: (0xb0428e30, 0xb815a93a)
    0x91b526a4: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 880
    0x93d7f984: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnConditionTimedRelative + 240
    0x93d81a00: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnSemaphoreCommon + 468
    0x93d0f670: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : AsyncFileThread(void*) + 92
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91b526e8
    ctr: 0x91ab5610
    r00: 0xffffffd9
    r01: 0xf068c8b0
    r02: 0x00000001
    r03: 0x00004d03
    r04: 0x00004b03
    r05: 0x0000003c
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00000200
    r09: 0x00000001
    r10: 0xf068ce88
    r11: 0xa033e6a0
    r12: 0x91ab5610
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x93df01cc
    r19: 0x93df01d0
    r20: 0xa03456d0
    r21: 0x93df01d4
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x0000003c
    r25: 0x00000001
    r26: 0xa034571c
    r27: 0xf068ce88
    r28: 0xa07804ac
    r29: 0x00000000
    r30: 0xa07804e0
    r31: 0x91b52340
    Thread 2: (0xb04aa84c, 0xb815aa8b)
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    0x93d7d4bc: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TS_exception_listener_thread + 128
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91ab5cc4
    ctr: 0x91ab5590
    r00: 0xffffffe1
    r01: 0xf0407df0
    r02: 0xa0349090
    r03: 0x1b11aa00
    r04: 0x00000002
    r05: 0x00000000
    r06: 0x00000054
    r07: 0x0000a007
    r08: 0x00000000
    r09: 0x00000000
    r10: 0x1b800000
    r11: 0xa033e194
    r12: 0x91ab5590
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x1b11aa00
    r23: 0x00000000
    r24: 0x00000054
    r25: 0x0000a007
    r26: 0x00000000
    r27: 0x00000000
    r28: 0x00000002
    r29: 0x00000002
    r30: 0x00000000
    r31: 0x93d7d444
    Thread 3: (0xb0630e48, 0xb815a8c8)
    0xf060bd28: No symbol
    0x2985e12c: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport : ScObjects::Thread::sleep(unsigned int) + 144
    0x2985e234: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport : ScObjects::Thread::wait(unsigned int) + 56
    0x2984c818: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport : ScObjects::BridgeTalkThread::run() + 436
    0x2985e5d4: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport : ScObjects::Thread::go(void*) + 316
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91ad74bc
    ctr: 0x91ab5700
    r00: 0xffffffa6
    r01: 0xf060bcb0
    r02: 0x00000653
    r03: 0x00000653
    r04: 0x7ee178d6
    r05: 0x00000000
    r06: 0x00000001
    r07: 0x00000000
    r08: 0x91c4e264
    r09: 0x00000000
    r10: 0x00000000
    r11: 0xa033e048
    r12: 0x91ab5700
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0xa0347348
    r24: 0x00000000
    r25: 0xf060bd70
    r26: 0xa0347348
    r27: 0xa034ae34
    r28: 0x00000653
    r29: 0x00000653
    r30: 0x7ee178d6
    r31: 0x91ad7348
    Thread 4: (0xb0823d74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf080fdc0
    r02: 0x00000000
    r03: 0x00002703
    r04: 0x00000040
    r05: 0x3b9ab1e7
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ab1e7
    r09: 0x00000000
    r10: 0x3b9ab1e7
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa03447cc
    r22: 0xa03447c0
    r23: 0xa03447c8
    r24: 0x00000662
    r25: 0x9b305b23
    r26: 0xa034450c
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d31e7
    r30: 0xa03447a0
    r31: 0x91c399b4
    Thread 5: (0xb019ed74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0182dc0
    r02: 0x00000000
    r03: 0x00002703
    r04: 0x00000040
    r05: 0x3b9aad92
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9aad92
    r09: 0x00000000
    r10: 0x3b9aad92
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa03447cc
    r22: 0xa03447c0
    r23: 0xa03447c8
    r24: 0x00000662
    r25: 0xa07eddef
    r26: 0xa034450c
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d2d92
    r30: 0xa03447a0
    r31: 0x91c399b4
    Thread 6: (0xb0324e34, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0305dc0
    r02: 0x00000000
    r03: 0x00002403
    r04: 0x00000040
    r05: 0x3b9ac01a
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ac01a
    r09: 0x00000000
    r10: 0x3b9ac01a
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa034470c
    r22: 0xa0344700
    r23: 0xa0344708
    r24: 0x0000065b
    r25: 0x658760c9
    r26: 0xa0344398
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d401a
    r30: 0xa03446e0
    r31: 0x91c399b4
    Thread 7: (0xb05aed44, 0xb815ad03)
    0x91b526a4: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 880
    0x93d7f830: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnCondition + 136
    0x93d7f960: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnConditionTimedRelative + 204
    0x93d3c498: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnQueue + 280
    0x02caca8c: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE :  + 187020
    0x02cac410: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE :  + 185360
    0x93d3d988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91b52810
    ctr: 0x91b9fdf4
    r00: 0x0000014e
    r01: 0xf0509b90
    r02: 0xf0509bdc
    r03: 0x00004a03
    r04: 0x00004c03
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00000000
    r09: 0x00000000
    r10: 0x91acd694
    r11: 0xa033e1b0
    r12: 0x91b9fdf4
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0xf0509d38
    r21: 0xf0509d48
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0xa034571c
    r27: 0x00000000
    r28: 0xa077cd0c
    r29: 0x1b2ebe00
    r30: 0x279044e8
    r31: 0x91b52340
    Thread 8: (0xb07a1d74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf078edc0
    r02: 0x00000000
    r03: 0x00002703
    r04: 0x00000040
    r05: 0x3b9aaf91
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9aaf91
    r09: 0x00000000
    r10: 0x3b9aaf91
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa03447cc
    r22: 0xa03447c0
    r23: 0xa03447c8
    r24: 0x00000662
    r25: 0x9d7e10d6
    r26: 0xa034450c
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d2f91
    r30: 0xa03447a0
    r31: 0x91c399b4
    Thread 9: (0xb0220e38, 0xb815a8c8)
    0x91b526a4: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 880
    0x0acf7f58: No symbol
    0x0acf2b70: No symbol
    0x0acf7ffc: No symbol
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91b526fc
    ctr: 0x91ab55f0
    r00: 0xffffffdb
    r01: 0xf0203d20
    r02: 0x00000001
    r03: 0x00004903
    r04: 0x00004703
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00002528
    r09: 0x00000001
    r10: 0xa0353c88
    r11: 0xa033e69c
    r12: 0x91ab55f0
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0xa034571c
    r27: 0x00000000
    r28: 0x05a5e1d0
    r29: 0x00000000
    r30: 0x05a5de80
    r31: 0x91b52340
    Thread 10: (0xb052cd74, 0xb815a8ff)
    0x93d3ca3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40
    0x2672da8c: /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support :  + 215692
    0x93d3d988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x93d3ca80
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0488da0
    r02: 0x1c5ae670
    r03: 0x0000a307
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x000007c0
    r09: 0x4d555458
    r10: 0x00000040
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x2674da30
    r27: 0x2674da30
    r28: 0x2674da30
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x93d3ca20
    Thread 11: (0xb02a2d74, 0xb815a8ff)
    0x91c39aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x91c38190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c39abc
    ctr: 0x91ab5600
    r00: 0xffffffda
    r01: 0xf0284dc0
    r02: 0x00000000
    r03: 0x00002603
    r04: 0x00000040
    r05: 0x3b9ab59e
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ab59e
    r09: 0x00000000
    r10: 0x3b9ab59e
    r11: 0xa033e698
    r12: 0x91ab5600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa034478c
    r22: 0xa0344780
    r23: 0xa0344788
    r24: 0x00000658
    r25: 0x0376bd45
    r26: 0xa0344490
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d359e
    r30: 0xa0344760
    r31: 0x91c399b4
    Thread 12: Crashed (0xb7fffacc, 0x8aeb2bef)
    0x989612f8: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : __NSNavCustomControl + 756
    0x95ab9f18: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices : _NavCustomControl + 80
    0x00085774: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 542580
    0x008470cc: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8675532
    0x00084220: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 537120
    0x0084d6b8: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8701624
    0x000a8410: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 685072
    0x0014ab9c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 1350556
    0x0013b93c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 1288508
    0x0013ba80: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 1288832
    0x0007eef8: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 515832
    0x0007f110: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 516368
    0x008440ac: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8663212
    0x00083b90: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 535440
    0x0084b19c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8692124
    0x00082ab8: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 531128
    0x0007e524: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 513316
    0x00083304: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 533252
    0x000a6a64: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 678500
    0x0007f1d4: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 516564
    0x00081ff4: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 528372
    0x00082278: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 529016
    0x00844050: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8663120
    0x0007f57c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 517500
    0x002c1de8: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 2887144
    0x002c2220: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 2888224
    0x0000349c: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 9372
    0x000031a0: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 : __mh_execute_header + 8608
    0xa8f7ffbf: No symbol
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x98961308
    ctr: 0x901db144
    r00: 0x989612f8
    r01: 0xbfffdd90
    r02: 0x00000000
    r03: 0x00000078
    r04: 0x99552320
    r05: 0xa0eac6b0
    r06: 0x2a400000
    r07: 0x00000000
    r08: 0x2a3a8160
    r09: 0x989612d8
    r10: 0x974c40e0
    r11: 0x66ab2320
    r12: 0x901db144
    r13: 0x00524fe4
    r14: 0x00521eb4
    r15: 0x00000000
    r16: 0xa001cb08
    r17: 0xa001c8a8
    r18: 0x2a396e80
    r19: 0x00520594
    r20: 0xbffff0fc
    r21: 0x00000014
    r22: 0x0af01900
    r23: 0xbfffe8a8
    r24: 0x01e20000
    r25: 0x277d3c10
    r26: 0xbfffe3d8
    r27: 0x00000008
    r28: 0x00000078
    r29: 0x99552320
    r30: 0xbfffe408
    r31: 0x9896100c
    Thread 13: (0xb009ad38, 0xb815acc0)
    0x91c384b8: /usr/lib/libSystem.B.dylib : __dispatch_mgr_invoke + 228
    0x91c37e9c: /usr/lib/libSystem.B.dylib : __dispatch_queue_invoke + 308
    0x91c3802c: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread2 + 372
    0x91c38168: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 76
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91c38480
    ctr: 0x91af92d8
    r00: 0x0000016b
    r01: 0xf0080bb0
    r02: 0x00000000
    r03: 0x00000004
    r04: 0x00000000
    r05: 0x00000000
    r06: 0xf0080d0c
    r07: 0x00000001
    r08: 0xf0080d28
    r09: 0x00000000
    r10: 0x0000000f
    r11: 0xa033d530
    r12: 0x91af92d8
    r13: 0x10624dd3
    r14: 0x91c87b04
    r15: 0xf0080c0c
    r16: 0xf0080c8c
    r17: 0xa03583dc
    r18: 0xf0080d28
    r19: 0xa0352588
    r20: 0xa0353588
    r21: 0xf0080d0c
    r22: 0xa0352508
    r23: 0xa0352488
    r24: 0xa03583dc
    r25: 0x00000000
    r26: 0xa034462c
    r27: 0x00000000
    r28: 0xa0344604
    r29: 0xa034433c
    r30: 0xf0080d28
    r31: 0x91c383dc
    Thread 14: (0xb011cd44, 0xb815ad03)
    0x91ad761c: /usr/lib/libSystem.B.dylib : _nanosleep$UNIX2003 + 80
    0x91abba88: /usr/lib/libSystem.B.dylib : _usleep$UNIX2003 + 72
    0x97c1e7d4: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::WaitToBeSynced(bool) + 204
    0x97c29400: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::StSynchronize::StSynchronize(TNodePtr const&, unsigned long) + 172
    0x97c3b968: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::GetNodeFromPathName(TUString const&, TNodePtr&) + 68
    0x97c31e78: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::FindUserFolder(unsigned long, bool, TNodePtr&) + 216
    0x97c31fe4: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::SetSpecialNodeFromOStype(unsigned long) + 176
    0x97c3221c: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::SetSpecialNode(unsigned long, TNodePtr&) + 340
    0x97c3254c: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::GetSpecialNodeWithStatus(unsigned long, OpaqueNodeRequest* const&, unsigned long, TNodePtr&) + 584
    0x97c3294c: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::GetSpecialNode(unsigned long, OpaqueNodeRequest* const&, unsigned long) + 48
    0x97c42c80: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::IsDesktop() const + 104
    0x97c37dd0: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::ResolveSharedFileListAliasIfNeeded() + 704
    0x97c38c4c: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::SynchronizeChildren(unsigned long, TNodeEventPtrSet&) + 3368
    0x97c39034: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::HandleSync(unsigned long) + 732
    0x97c39194: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 60
    0x97c3f210: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1028
    0x97c78e48: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv : ___PostNodeTaskRequest_block_invoke_2 + 100
    0x91c35ea0: /usr/lib/libSystem.B.dylib : __dispatch_call_block_and_release + 32
    0x91c37b98: /usr/lib/libSystem.B.dylib : __dispatch_queue_drain + 356
    0x91c37dbc: /usr/lib/libSystem.B.dylib : __dispatch_queue_invoke + 84
    0x91c3802c: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread2 + 372
    0x91c38168: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 76
    0x91b55f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91ad7694

  • Why is my country code is incorrect and indeed it is correct in my billing payment info?

    May I know why is my country code is incorrect and indeed it is correct in my billing payment info. I can't purchase anything from the AppStore.

    Hi,
    I had the same problem, it was asking for my security code and never was accepted. What I did is:
    Open iTunes - Go to Store -> View my account -> Enter the password
    Click Edit in the Payment information section
    It will ask for your security code, click on the NONE button and then DONE. It will say that you do not have any credit card on file anymore.
    Click Edit again in the Payment Information secction and enter the correct credit card and click DONE.
    It will store the new information and then you can use the correct security code in your IOS devices.
    I hope this works also for you. Good luck.

  • Why does my html code becomes unreadable overview on the search engine adobe edge code

    Hello
    Why does my html code becomes unreadable overview on the search engine? Everything alligner left, the images no longer appear and the page background template either. I am new in the html code, but I have nothing to change this one and the other one day it became like that.
    Can you please help me??

    Il s'agit d'un modèle
    Le code est le suivant:
    <html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="http://xdioms.com/ShippedListingTemplates/mobileworld/1/layout.css" type="text/css" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="http://xdioms.com/ShippedListingTemplates/mobileworld/1/tabs.css">
    <link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300,300italic" rel="stylesheet" type="text/css">
      <!--[if lt IE 9]>
      <style>
      .content{
      height: auto;
      margin: 0;
      .content div {
      position: relative;
      </style>
      <![endif]-->
    <title>Listing Template</title>
    </head>
    <body>
    <div id="wrap">
    <div style="height: 220px;" id="header">
    <img style="height: 172px;" src="http://drive.google.com/uc?id=0B4DAWy8zc1mhUW56ckY4OFV5NWM>
    <div class="outwrapsocial">
    <a href="#" class="social" id="twitter"></a>
    <a href="#" class="social" id="fbk"></a>
    <form name="search" method="get" action="http://stores.ebay.com.au/#/_i.html?_nkw=lakljsdfsdf&submit.x=36&submit.y=18" target="_parent">
    <input type="text" autocomplete="off" name="_nkw" id="searchId" size="17" maxlength="300">
    <input type="submit" name="submit" value="Search" href="#">
    </form>
    </div>
    </div>
    <div id="innerwrap">
    <div id="cssmenu">
    <ul>
    <li><a href="#"><span>Livraison</span></a></li>
    <li class="last"><a href="#"><span>Paiement</span></a></li>
    <li class="last"><a href="http://feedback.ebay.fr/ws/eBayISAPI.dll?ViewFeedback2&userid=k_aprice&&iid=330507957027&s spagename=VIP:feedback&ftab=FeedbackAsSeller"><span>Nos évaluations</span></a></li>
    <li class="last"><a href="#"><span>Retours</span></a></li>
    <li class="last"><a href="#"><span>Contactez-nous</span></a></li>
    </ul>
    </div>
    <!--Menu top-->
    <div class="slidercontainer">
    <div align="center" style="%%pictures-0-big%%" class="artikelbilder">
    <a href="#thumb" class="thumbnail"><img width="100px" height="75px" border="0" src="%%pictures-0-small%%">
    <span><img width="540px" height="611px" src="%%pictures-0-big%%"></span></a>
    <a href="#thumb" class="thumbnail"><img width="100px" height="75px" border="0" src="%%pictures-1-small%%">
    <span><img width="540px" height="611px" src="%%pictures-1-big%%"></span></a>
    <a href="#thumb" class="thumbnail"><img width="100px" height="75px" border="0" src="%%pictures-2-small%%">
    <span><img width="540px" height="611px" src="%%pictures-2-big%%"></span></a>
    <a href="#thumb" class="thumbnail"><img width="100px" height="75px" border="0" src="%%pictures-3-small%%">
    <span><img width="540px" height="611px" src="%%pictures-3-big%%"></span></a>
    <a href="#thumb" class="thumbnail"><img width="100px" height="75px" border="0" src="%%pictures-4-small%%">
    <span><img width="540px" height="611px" src="%%pictures-5-big%%"></span></a></div>
    </div>
    <!---End Slider-->
    <section class="tabs">
    <div class="productdescription">
    <h6>Description</h6>
    <p>%%description%%</p>
    </div>
                 <input type="radio" id="tab-1" name="radio-set" class="tab-selector-1" checked="checked">
             <label for="tab-1" class="tab-label-1">Livraisons</label>
                 <input type="radio" id="tab-2" name="radio-set" class="tab-selector-2">
             <label for="tab-2" class="tab-label-2">Retours</label>
                 <input type="radio" id="tab-3" name="radio-set" class="tab-selector-3">
             <label for="tab-3" class="tab-label-3">CGV</label>
                 <input type="radio" id="tab-4" name="radio-set" class="tab-selector-4">
             <label for="tab-4" class="tab-label-4">Contactez nous</label>
                   <div class="clear-shadow"></div>
             <div class="content" style="height: 650px;">
             <div class="content-1">
      <h2>Livraison</h2>
                            <p style="border-right-width: 0px; padding-left: 0px; border-left-width: 0px; padding-bottom: 20px;"> Votre commande est expediée le jour même* pour toute commande passée avant 16h du lundi au vendredi etle samedi avant 10h. Toute commande passée le samedi après 10h, le dimanche et les jours fériés sera expédiée* le lundi ou premier jour ouvré suivant. </p>
                            <img src="file:///C:/Users/K%27aprice/Pictures/LOGO/lookmobile/lettre%20prioritaire.png" style="border: 0px solid; width: 623px; height: 100px;">
    <a style="width: 623px;" href="http://www.part.csuivi.courrier.laposte.fr/suivi?chatTpl=laposte-boutique-part&chatSid=823"><img alt="suivi lettre max" src="file:///C:/Users/K%27aprice/Pictures/LOGO/lookmobile/lettre%20max.png" style="border: 0px solid; width: 623px; height: 100px; padding-top: 10px;"></a>
    <a style="width: 623px; padding-top: 10px;" href="http://www.mondialrelay.fr/suivi-de-colis/"><img alt="suivi mondial relay" src="file:///C:/Users/K%27aprice/Pictures/LOGO/lookmobile/mondial%20relay.png" style="border: 0px solid; width: 623px; height: 100px; padding-top: 10px;"></a>
    <a style="width: 623px; padding-top: 10px;" href="http://www.colissimo.fr/portail_colissimo/suivre.do?language=fr_FR"><img alt="colissimo" src="file:///C:/Users/K'aprice/Pictures/LOGO/lookmobile/colissimo1.png" style="border: 0px solid; width: 623px; height: 100px; padding-top: 10px;"></a>
                        </div>
             <div class="content-2">
      <h2>See Shipping Process</h2>
                            <p>Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh.Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh.</p>
         </div>
             <div class="content-3">
      <h2><span class="currency_converter_text">100</span><span class="currency_converter_text">% Success</span></h2>
                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>
      <p>Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh.Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus.</p>
         </div>
         <div class="content-4">
      <h3>Who we are</h3>
      <p>Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh.Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus.</p>
         </div>
             </div>
      </section>
    <div class="sidebar">
    <div class="categoryhead">Categories</div>
    <div class="listingcat">
    <ul>
    <a href="http://stores.ebay.fr/K-apriCee/Housses-et-coques-/_i.html?_fsub=5676135014&_sid=685878474 &_trksid=p4634.c0.m322"><li>Etuis &amp; coques</li></a>
    <a href="#"><li>Film protection écran</li></a>
    <a href="#"><li>Ecrans replacement</li></a>
    <a href="#"><li>Pieces detaches &amp; outils</li></a>
    <a href="#"><li>Batteries</li></a>
    <a href="#"><li>Ecouteurs</li></a>
    <a href="#"><li>Autres accessoires</li></a>
    </ul>
    </div>
    <div class="categoryhead">Boutique</div>
    <div class="listingcat">
    <ul>
    <a href="http://www.stores.ebay.fr/id=685878474"><li>Accueil</li></a>
    <a href="#"><li>Livraison</li></a>
    <a href="#"><li>Paiments</li></a>
    <a href="#"><li>Retours</li></a>
    <a href="#"><li>Nous contacter</li></a>
    </ul>
    </div>
    <div class="categoryhead">Newsletter</div>
    <div class="listingcat">
    <p>Ajoutez notre boutique a vos favoris,pour être informer de nos promotions et nouveautés.</p>
    <a href="http://my.ebay.fr/ws/eBayISAPI.dll?AcceptSavedSeller&amp;sellerid=k_aprice&amp;ssPageName= STRK:MEFS:ADDSTR&amp;rt=nc" class="button">S'inscrire</a>
    </div>
    <div class="categoryhead">Paiements</div>
    <div class="listingcat">
      <div align="center"><img src="http://xdioms.com/ShippedListingTemplates/mobileworld/1/img/cards.png">  </div>
    </div>
    <div class="categoryhead">Livraisons</div>
    <div class="listingcat">
      <div align="center"><img src="http://xdioms.com/ShippedListingTemplates/mobileworld/1/img/widget-dhl.png">  </div>
    </div>
    <div class="categoryhead">Services</div>
    <div class="listingcat">
      <div align="center"><img style="height: 180px; width: 200px; padding-top: 20px;" src="http://www.ds-imprimerie.fr/media/images_dillustration/satisfait_ou_rembourse.png">  </div>
    </div>
    </div>
    <!--inerwrap end-->
    </div>
    <!--outer wrap-->
    <div id="footer">
    </div>
    </div>
    <div id="cacaowebfirefoxextension"></div><script type="text/javascript">var Cacaoweb = { callbackIsRunning: function () { var cacaodiv = document.createElement("div"); cacaodiv.id = "cacaorunning"; document.body.appendChild(cacaodiv); } };</script><script type="text/javascript" src="http://127.0.0.1:4001/isrunning" id="isrunning"></script><div id="cacaorunning"></div></body></html>

  • Why won't some pdf-files open on tablet/phone?

    I simply get the error saying: The document cannot be opened because it's not a valid pdf-document.
    However I have no problems opening the file with my laptop, only my phone and tablet (Jellybean 4.2.2) won't open it.
    My friends also have managed to open the file on their tablets (android/windows).
    Have reinstalled and checked updates and tried other programs but none has worked for me.
    I simply have no clue and would appreciate help.

    Hey,
    Seems like the problem was in the web browser I was using, as the file just
    didn't download correctly.
    Thanks for the help anyway, much appreciated.
    Tuomo
    2014-10-15 1:03 GMT+03:00 Tuomo Stenberg <[email protected]>:
    Hey,
    spent some time discussing this with some friends of mine and found out
    that the document can be opened by downloading it to the computer and
    transferring then to the tablet or phone. The difference is that when
    downloading with tablet/phone I get a .pdf file, which only has some html
    code. So I guess the problem has something to do with the encryption of the
    file. Here are the 2 different files I get as attachments. After all this
    might not have anything to do with adobe, but some other stuff I don't
    really understand.
    Tuomo
    2014-10-14 22:26 GMT+03:00 Romil Mittal <[email protected]>:
    >>     Why won't some pdf-files open on tablet/phone?  created by Romil
    >> Mittal <https://forums.adobe.com/people/Romil+Mittal> in *Adobe Reader
    >> for Android* - View the full discussion
    >> <https://forums.adobe.com/message/6825723#6825723>
    >>

  • Sample C++ code to open terminal window ?

    Friends:
    I'm using the Command Line Utility XCode C++ tool:
    Does anyone have sample C++ code which opens the terminal window to show the products of the run? I want to include this code at the beginning of my C++ code so that the window opens automatically during the run.
    If I can set the terminal window properties that would also be appreciated, though not necessary.
    Thanks amigos,
    Migs

    Hi Migs,
    Just to perhaps explain why folks were confused by your question and maybe also clarify the answers that you've already been given...
    While you're *in the process of writing* a command-line tool within Xcode it's usually easiest to just "Build & Run" your tool totally within Xcode's environment. That's why Xcode provides it's own integrated "Console" window - so you can view the results of your tool's execution without having to leave the Xcode environment. This saves you the trouble of having to switch back and forth between Xcode and Terminal during the development process.
    However, typically, a command-line tool is ultimately intended to be run from the Unix command-line (ie Terminal.app). So *once you're finished writing and debugging your tool* you will then generally want to run your tool from Terminal (and not have to launch Xcode). You can find the final executable in the "build" folder of your Xcode project. And at this point you would typically launch Terminal and execute your tool from Terminal's command prompt. Once your tool is finished there's no need to launch Xcode every time you want to run it.
    In Terminal you would just type:
    /path/to/your/tool
    You might even want to move the final executable to a directory that's in the Terminal's $PATH so the shell could find it using only it's name without requiring the path.
    Steve

  • Why is my license code CS6 Design not longer valid?

    Purchase date 17-12-2013
    Why is my license code CS6 Design not longer valid?

    Do you have an Education version which you purchased through a University, not a separate purchase of your own?
    Education CS6 serial number expire after 2 years https://forums.adobe.com/thread/1564342
    -and https://forums.adobe.com/thread/1570498
    Anyway, Since this is an open forum, not Adobe support... you need to contact Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Why doesnt my claim code print?

    Why doesnt the claim code print on the report so I can use it to add apps to my printer?

    Hi,
    Given your printer has a claim code, please try the following options:
    Option one: If you see an ePrint buttonOn the printer control panel, press the ePrint ( ) button to open the Web Services menu.
    If Web Services is enabled , touch Print Info . An information sheet prints that has your claim code.
    If Web Services is not enabled , touch OK to accept the terms of service, and then touch OK to accept the update. An information sheet prints that has your claim code.
    Option two: If you see a Setup iconOn the printer control panel, touch Setup ( ), and then touch Web Services Settings .
    If Web Services is enabled , touch Print Info . An information sheet prints that has your claim code.
    If Web Services is not enabled , touch Continue , touch Yes to accept the terms of service, touch Yes to accept the update, and then touch Print Info . An information sheet prints that has your claim code.
    Source: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c03550536#N79
    Note: calim code is valid for 24hrs
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Why does one particular website not open on my ipad*,

    Why does one particular website not open on my ipad, when it alwasys did, but the same website is available upstairs on my PC, I'm using the same remote connection but for some reason it doesn't want to open.  I;ve tried refreshing etc... but nothing works.
    When I bring the ipad to work the website in question opens OK.
    Any suggestions??
    Thanks

    Try updating via iTune (computer)

  • Transaction code for Open sales order other than VA05

    Hi all,
    Can any one tell me what is transaction code for open sales order other than VA05.
    Please help me .
    Thanks & Regards ,
    Srikanth P.

    Hi Srikanth,
    You can try below options.
    1- VA05N - This can be run for multiple sold to party & multiple material, etc which was not in VA05. But this doesn't have all columns in VA05 report.
    2 - You can check the sales order tables from transaction SE11 or SE16N
    Try with below tables for your requirement.
    Sales order Header data - VBAK
    Sales order Item data - VBAP
    Schedule Line Data - VBEP
    Business data - VBKD
    Status header - VBUK
    Status items - VBUP
    Best regards,
    Anupa

  • Have messy code when open a xml publisher report in OAF

    Dear all,
    I use xml publisher to generate a pdf report in OAF,but have messy code when open pdf report in my local machine.
    I try to change the pdf to html format,and the report display ok in local machine.
    It's also ok when i run in server.
    So i think may be my project'Character Encoding in Jdeveloper tool is wrong,
    i try to set the character encoding 'UTF-8/UTF8/GBK/GB2312',
    but still have messy code.
    Here is my code:
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModuleImpl am= (OAApplicationModuleImpl)pageContext.getApplicationModule(webBean);
    String event = pageContext.getParameter("event");
    if("GenerateReport".equals(event))
    String auctionHeaderId=(String)pageContext.getParameter("auctionHeaderId");
    Serializable[] Parameters = {auctionHeaderId};
    // Get the HttpServletResponse object from the PageContext. The report output is written to HttpServletResponse.
    DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_SessionParameters");
    HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue(null,"HttpServletResponse");
    try {
    ServletOutputStream os = response.getOutputStream();
    // Set the Output Report File Name and Content Type
    String contentDisposition = "attachment;filename=EmpReport.pdf";
    response.setHeader("Content-Disposition",contentDisposition);
    response.setContentType("application/pdf");
    // Get the Data XML File as the XMLNode
    XMLNode xmlNode = (XMLNode) am.invokeMethod("auctionHeaderById",Parameters);
    ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
    xmlNode.print(outputStream);
    ByteArrayInputStream inputStream = new ByteArrayInputStream(outputStream.toByteArray());
    ByteArrayOutputStream pdfFile = new ByteArrayOutputStream();
    //Generate the PDF Report.
    TemplateHelper.processTemplate(
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getAppsContext(),
    APP_NAME,
    TEMPLATE_CODE,
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getLanguage(),
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getCountry(),
    inputStream,
    TemplateHelper.OUTPUT_TYPE_PDF,
    null,
    pdfFile);
    // Write the PDF Report to the HttpServletResponse object and flush.
    byte[] b = pdfFile.toByteArray();
    response.setContentLength(b.length);
    os.write(b, 0, b.length);
    os.flush();
    os.close();
    catch(Exception e)
    response.setContentType("text/html");
    throw new OAException(e.getMessage(), OAException.ERROR);
    pageContext.setDocumentRendered(false);
    pls help me !
    thanks,
    Tao.

    Can anybody help me?
    Best regards!
    Tao

  • Why is my iPad suddenly not opening the Yahoo home page? I get a message saying Safari can not open the page due to too many redirects. This started yesterday. I shut my iPad down and still no luck.

    Why is my iPad suddenly not opening the Yahoo home page? I get a message saying Safari can not open the page due to too many redirects. This started yesterday, and I have already tried shutting off my iPad.

     

  • T CODE FOR OPEN PERIOD.

    Dear all Guru's
                                    I know that for closing period the T.CODE is MMPV , Pl tell
    me that wat is the code for opening period . & also suggest wat is to enter when using MMPV & ( T CODE for opening period.
    rewarded if helps.
    rc

    Dear RC,
    This T-code for opening period to company.
    it means to plant reports will take every month.so we need to close plant transactions in every month ending.then only we will see the reports of every month of plant.
    in MMPV we have to give company code and opening month name and press execute button.
    this is the main uses and functions or MMPV.
    Hope this will helps you
    Prem.

Maybe you are looking for

  • Execute Unix command on login

    Hello, is it possible to execute a unix command on user login? I want that every time a user login on a mac at my company, a unix command be executed. Is this case, this is the command: defaults write com.apple.mail NSPreferredMailCharset "UTF-8" thk

  • HT6162 iOS 7.1 won't update on my iPhone 5 it keeps coming up with a error message

    iOS 7.1 won't update on my iPhone 5 it keeps coming up with a error message

  • Does ipod touch support video out

    Does the new ipod touch support video out to indash screen in car?

  • Document Splitting Characteristics

    What does the zero balance indicator do when defining document splitting characteristics for GL?  For example if we were splitting by Segment what is the significance of checking of the zero balance indicator?  How is the partner field used on that s

  • Image in header of PDF - Web Template

    Hi guys, My client want's to have the company logo in header of PDF generated of web template how can i achieve the same. If i go through the Export wizard in the web template then i have limited options for header display wherein i can't set image i