Why is this type overset on this path?

I'd be grateful if someone would please look at this file and tell me why the type is overset on this path. The type is set to paragraph style "caption" and it becomes overset, but if changed to basic paragraph style the text appears properly without being overset. Also if the leading of style "caption" is changed from 9pt to 12pt the text appears as it should. I'm probably missing something obvious but I've wasted half an hour trying to find what.

The working doc doesn't contain any text-wrapped objects. I just tested (in the working document) going through various stylesheets on that same object, some of them work fine and some produce the problem. It's a real conundrum, but one which I will have to abandon for now because I'm chasing a deadline.

Similar Messages

  • Why this path doesnt work when there is "!DOCTYPE" element?

    Hi, I need to extract contents from an xml file, which looks like
    <hr />
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.0.1//EN//XML" "xyz501.dtd" > <!-- LINE 1 -->
    <article docsubtype="fla">
    <item-info>
    <jid>YANBE</jid>
    <aid>12941</aid>
    </item-info>
    </article>
    <hr />
    And I have tested with this path "//article/item-info/jid/text()", but it doesnt give me anything. But I noticed that when I remove line 1, it does extract the content "YANBE"...
    why the path doesnt work when there is that DOCYTYPE element? How should I get around with this please?
    Many thanks!

    The extract of XML you gave is not valid (Line 1: <hr/>) but besides that ... I think your problem is in the DTD.
    Somewhere in the DTD it probably 'sneakily' defines a default attribute which in reality is a default-namespace for one of the elements. This means that in your XPath handling, you will have to map a prefix to a namespace-uri (NamespaceContext [1]) and use this newly defined prefix in your XPath expression.
    //tst:article/tst:item-info/tst:jid/text()[1] http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/NamespaceContext.html

  • Font is fuzzy no matter what font type I choose, why is this happening?

    Font is fuzzy no matter what font type I choose, why is this happening? Using Photoshop CS6.

    did you try one the varients smooth strong etc?

  • On a few websites for my online courses, my macbook keyboard types two letters at a time. Why is this happening and how can I fix it?

    I'm trying to take some online courses but the keyboard types double letters the entire time. Why is this happening and What can I do to fix it?
    example: "wwhhaattss  wwrroonngg  wwiitthh  tthhiiss"

    Not Charge
    - See:      
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. Some 5G iPods were shipped with Lightning cable that were either initially defective or failed after short use.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar                          

  • Trying to find answers for the question "Why is this file type blocked from being uploaded into SharePoint"

    At least once a month - sometimes much more frequently - I get calls from users asking why the file extension they "need" to upload to SharePoint is blocked.
    Most recently, it was a Microsoft Access database that the user was attempting to upload to a document library. Before that, it was a shortcut link (*.url). And so on.
    Is there a reference document which goes over the reasons why specific file types are blocked?
    Thanks!

    Each blocked file format has it's own reasons for not being allowed to be stored on a SharePoint library.
    Some of them are blocked because they would be processed by SharePoint Servers during the upload/download sequences, thus, possibly corrupting the system ( like dll files ). Others would cause Crawl to break ( url files ).
    The Access database files are blocked for two valid reasons. First, because saving "live" to those files using Windows explorer window ( WebDAV ) doesn't work. Second because SharePoint product managers want us to use SharePoint lists instead.
    And it does makes sense.
    If you're in the middle of a migration from file servers to a SharePoint solution, your people could use these situations to stop and think about it for a little:
    Really ? Now that we have SharePoint, couldn't we do things a little bit differently ?

  • My MacBook Pro (Mountain Lion) seems to be making copies of files in my download folder.  Why is this happening and how do I stop it?

    My MacBookPro with Mountain Lion seems to be making copies of files in my download folder.  Why is this happening and how do I stop it?

    This issue has nothing to do with Time Machine or local snaphsots. No built-in feature of OS X does what you describe.
    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' 
    Copy (command-C) the selected text to the Clipboard. Then click anywhere in the Terminal window and paste (command-V). Post the lines of output (if any) that appear below what you just entered. You can do that by copy-and-paste as well. Omit the final line ending in “$”. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}' 
    This time, you'll be prompted for your login password, which you do have to type. It won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}' 
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Why is this error happening?

    Hello,
    I've noticed that Flash Catalyst CS5.5 is much more bugged than the previous version of the program.
    We have been working for a long time now (more than 6 months) on an interface design for a website. We're a workgroup and a developer uses Builder to complete the project since I have no idea on programming.
    Problem comes when he started working on the library: Catalyst has significantly slowed down and has started crashing without any reports of "Out of Memory error".
    When crashing, it creates a txt called hs_err_pid3444. We think it's a report on the program errors and we are very disappointed with this. I hope you can (in any way) help us. Thanks in advance.
    hs_err_pid3444 contains this:
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x743cb32e, pid=3444, tid=3448
    # JRE version: 6.0_16-b01
    # Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode windows-x86 )
    # Problematic frame:
    # C  [adbeapecore.dll+0xb32e]
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x02529000):  JavaThread "main" [_thread_in_native, id=3448, stack(0x00090000,0x00190000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000048
    Registers:
    EAX=0x00000000, EBX=0x000203b6, ECX=0x75312dd9, EDX=0x00000000
    ESP=0x0018efb4, EBP=0x0018efe0, ESI=0x00000000, EDI=0x01d19038
    EIP=0x743cb32e, EFLAGS=0x00010246
    Top of Stack: (sp=0x0018efb4)
    0x0018efb4:   01d19038 00000201 01640301 512477b0
    0x0018efc4:   0018efd4 778ae67f 512477b0 fffffffe
    0x0018efd4:   0018f028 7560d9e1 0018effc 0018f000
    0x0018efe4:   743c5be7 00000201 00000001 01640346
    0x0018eff4:   00000201 01d19028 01640346 0018f050
    0x0018f004:   743cb651 00000201 00000001 01640346
    0x0018f014:   0018f07c 01d19028 743c7ea3 00000000
    0x0018f024:   00000000 0000c057 00000000 00000000
    Instructions: (pc=0x743cb32e)
    0x743cb31e:   3d 74 eb 09 53 ff 15 20 22 3d 74 33 f6 8b 47 48
    0x743cb32e:   8b 40 48 c1 e8 03 f6 d0 a8 01 74 07 53 ff 15 84
    Stack: [0x00090000,0x00190000],  sp=0x0018efb4,  free space=1019k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [adbeapecore.dll+0xb32e]
    C  [adbeapecore.dll+0x5be7]
    C  [adbeapecore.dll+0xb651]
    C  [adbeapecore.dll+0x7f02]
    C  [USER32.dll+0x16238]
    C  [USER32.dll+0x168ea]
    C  [USER32.dll+0x20ab0]
    C  [USER32.dll+0x27b0f]
    C  [EmbeddedPlayerJNILib.dll+0x24b2]
    C  [USER32.dll+0x16238]
    C  [USER32.dll+0x168ea]
    C  [USER32.dll+0x17d31]
    C  [USER32.dll+0x17dfa]
    C  [swt-win32-3448.dll+0x35be]
    J  org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
    J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
    J  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptio nHandler;Lorg/eclipse/swt/widgets/Display;)V
    j  org.eclipse.ui.internal.Workbench.runUI()I+393
    j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
    j  org.eclipse.ui.internal.Workbench$5.run()V+23
    j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databindin g/observable/Realm;Ljava/lang/Runnable;)V+12
    j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display; Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
    j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/ecl ipse/ui/application/WorkbenchAdvisor;)I+2
    j  com.adobe.thermo.application.ThermoApplication.start(Lorg/eclipse/equinox/app/IApplicatio nContext;)Ljava/lang/Object;+291
    j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Objec t;+135
    j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Ob ject;)Ljava/lang/Object;+103
    j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Lja va/lang/Object;+29
    j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object; +149
    j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnabl e;)Ljava/lang/Object;+183
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0xecf9c]
    V  [jvm.dll+0x1741e1]
    V  [jvm.dll+0xed01d]
    V  [jvm.dll+0x18e66b]
    V  [jvm.dll+0x18ee76]
    V  [jvm.dll+0x117bf3]
    C  [java.dll+0x714f]
    j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/l ang/Object;+87
    j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lja va/lang/Object;+6
    j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+ 161
    j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+21 1
    j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
    j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0xecf9c]
    V  [jvm.dll+0x1741e1]
    V  [jvm.dll+0xed01d]
    V  [jvm.dll+0xf5e2f]
    V  [jvm.dll+0xf7b04]
    C  [eclipse_1114.dll+0x5196]
    C  [eclipse_1114.dll+0x4721]
    C  [eclipse_1114.dll+0x152c]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J  org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
    J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
    J  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptio nHandler;Lorg/eclipse/swt/widgets/Display;)V
    j  org.eclipse.ui.internal.Workbench.runUI()I+393
    j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
    j  org.eclipse.ui.internal.Workbench$5.run()V+23
    j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databindin g/observable/Realm;Ljava/lang/Runnable;)V+12
    j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display; Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
    j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/ecl ipse/ui/application/WorkbenchAdvisor;)I+2
    j  com.adobe.thermo.application.ThermoApplication.start(Lorg/eclipse/equinox/app/IApplicatio nContext;)Ljava/lang/Object;+291
    j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Objec t;+135
    j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Ob ject;)Ljava/lang/Object;+103
    j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Lja va/lang/Object;+29
    j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object; +149
    j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnabl e;)Ljava/lang/Object;+183
    v  ~StubRoutines::call_stub
    j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object; [Ljava/lang/Object;)Ljava/lang/Object;+0
    j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/l ang/Object;+87
    j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lja va/lang/Object;+6
    j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+ 161
    j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+21 1
    j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
    j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x35373c00 JavaThread "Thread-146" [_thread_in_native, id=2864, stack(0x4d2d0000,0x4d3d0000)]
      0x35377400 JavaThread "Worker-2" [_thread_blocked, id=3336, stack(0x3a200000,0x3a300000)]
      0x35377800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2620, stack(0x405f0000,0x406f0000)]
      0x35376c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3928, stack(0x40070000,0x40170000)]
      0x35373400 JavaThread "Thread-7" [_thread_blocked, id=744, stack(0x3a6c0000,0x3a7c0000)]
      0x36a12000 JavaThread "Thread-2" [_thread_blocked, id=2844, stack(0x39310000,0x39410000)]
      0x369b5c00 JavaThread "Worker-1" [_thread_blocked, id=3152, stack(0x38820000,0x38920000)]
      0x369b5400 JavaThread "Thread-1" [_thread_in_native, id=3344, stack(0x38720000,0x38820000)]
      0x352cbc00 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=1888, stack(0x35c30000,0x35d30000)]
      0x352cb400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=1872, stack(0x35b30000,0x35c30000)]
      0x02617800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1788, stack(0x34f70000,0x35070000)]
      0x02603800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=588, stack(0x34e30000,0x34f30000)]
      0x02603400 JavaThread "Attach Listener" daemon [_thread_blocked, id=848, stack(0x34cf0000,0x34df0000)]
      0x02600c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1904, stack(0x34bb0000,0x34cb0000)]
      0x025c6400 JavaThread "Finalizer" daemon [_thread_blocked, id=2008, stack(0x34ab0000,0x34bb0000)]
      0x025c5000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1912, stack(0x349b0000,0x34ab0000)]
    =>0x02529000 JavaThread "main" [_thread_in_native, id=3448, stack(0x00090000,0x00190000)]
    Other Threads:
      0x025c2400 VMThread [stack: 0x348b0000,0x349b0000] [id=3268]
      0x02620c00 WatcherThread [stack: 0x350b0000,0x351b0000] [id=1400]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 36288K, used 14892K [0x04630000, 0x06d90000, 0x06d90000)
      eden space 32256K,  42% used [0x04630000, 0x05375600, 0x065b0000)
      from space 4032K,  32% used [0x069a0000, 0x06ae5cf8, 0x06d90000)
      to   space 4032K,   0% used [0x065b0000, 0x065b0000, 0x069a0000)
    tenured generation   total 483968K, used 258868K [0x06d90000, 0x24630000, 0x24630000)
       the space 483968K,  53% used [0x06d90000, 0x16a5d308, 0x16a5d400, 0x24630000)
    compacting perm gen  total 65536K, used 55049K [0x24630000, 0x28630000, 0x34630000)
       the space 65536K,  83% used [0x24630000, 0x27bf2460, 0x27bf2600, 0x28630000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\Adobe Flash Catalyst.exe
    0x77880000 - 0x77a00000 C:\Windows\SysWOW64\ntdll.dll
    0x755e0000 - 0x756e0000 C:\Windows\syswow64\kernel32.dll
    0x77330000 - 0x77376000 C:\Windows\syswow64\KERNELBASE.dll
    0x75d40000 - 0x75e40000 C:\Windows\syswow64\USER32.dll
    0x76300000 - 0x76390000 C:\Windows\syswow64\GDI32.dll
    0x759b0000 - 0x759ba000 C:\Windows\syswow64\LPK.dll
    0x75e40000 - 0x75edd000 C:\Windows\syswow64\USP10.dll
    0x76080000 - 0x7612c000 C:\Windows\syswow64\msvcrt.dll
    0x75910000 - 0x759b0000 C:\Windows\syswow64\ADVAPI32.dll
    0x76190000 - 0x761a9000 C:\Windows\SysWOW64\sechost.dll
    0x76560000 - 0x76650000 C:\Windows\syswow64\RPCRT4.dll
    0x753f0000 - 0x75450000 C:\Windows\syswow64\SspiCli.dll
    0x753e0000 - 0x753ec000 C:\Windows\syswow64\CRYPTBASE.dll
    0x744f0000 - 0x74574000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_n one_ebfb56996c72aefc\COMCTL32.dll
    0x751a0000 - 0x75243000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc 0e5a\MSVCR90.dll
    0x76130000 - 0x76190000 C:\Windows\system32\IMM32.DLL
    0x75510000 - 0x755dc000 C:\Windows\syswow64\MSCTF.dll
    0x72000000 - 0x72014000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.100.v20080509-1800\eclipse _1114.dll
    0x75190000 - 0x75199000 C:\Windows\system32\VERSION.dll
    0x6d800000 - 0x6da8b000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\jre\bin\client\jvm.dll
    0x74ff0000 - 0x75022000 C:\Windows\system32\WINMM.dll
    0x7c340000 - 0x7c396000 C:\Windows\system32\MSVCR71.dll
    0x73ab0000 - 0x73afb000 C:\Windows\system32\apphelp.dll
    0x6d7b0000 - 0x6d7bc000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\jre\bin\verify.dll
    0x6d330000 - 0x6d34f000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\jre\bin\java.dll
    0x6d290000 - 0x6d298000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\jre\bin\hpi.dll
    0x77320000 - 0x77325000 C:\Windows\syswow64\PSAPI.DLL
    0x6d7f0000 - 0x6d7ff000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\jre\bin\zip.dll
    0x750d0000 - 0x750e6000 C:\Windows\system32\CRYPTSP.dll
    0x75090000 - 0x750cb000 C:\Windows\system32\rsaenh.dll
    0x739e0000 - 0x739f7000 C:\Windows\system32\USERENV.dll
    0x739d0000 - 0x739db000 C:\Windows\system32\profapi.dll
    0x6d610000 - 0x6d623000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\jre\bin\net.dll
    0x76390000 - 0x763c5000 C:\Windows\syswow64\WS2_32.dll
    0x75b70000 - 0x75b76000 C:\Windows\syswow64\NSI.dll
    0x73c50000 - 0x73c8c000 C:\Windows\system32\mswsock.dll
    0x73b60000 - 0x73b66000 C:\Windows\System32\wship6.dll
    0x73c90000 - 0x73ca0000 C:\Windows\system32\NLAapi.dll
    0x73c00000 - 0x73c44000 C:\Windows\system32\DNSAPI.dll
    0x73bf0000 - 0x73bf8000 C:\Windows\System32\winrnr.dll
    0x73be0000 - 0x73bf0000 C:\Windows\system32\napinsp.dll
    0x73bc0000 - 0x73bd2000 C:\Windows\system32\pnrpnsp.dll
    0x74d40000 - 0x74d45000 C:\Windows\System32\wshtcpip.dll
    0x752f0000 - 0x7530c000 C:\Windows\system32\IPHLPAPI.DLL
    0x752e0000 - 0x752e7000 C:\Windows\system32\WINNSI.DLL
    0x73b70000 - 0x73b76000 C:\Windows\system32\rasadhlp.dll
    0x73b80000 - 0x73bb8000 C:\Windows\System32\fwpuclnt.dll
    0x6d630000 - 0x6d639000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\jre\bin\nio.dll
    0x35940000 - 0x35995000 C:\Users\Alvaro\Application Data\Adobe\Flash Catalyst CS5.5\configuration\org.eclipse.osgi\bundles\208\1\.cp\swt-win32-3448.dll
    0x763d0000 - 0x7652c000 C:\Windows\syswow64\ole32.dll
    0x759c0000 - 0x75a4f000 C:\Windows\syswow64\OLEAUT32.dll
    0x772a0000 - 0x7731b000 C:\Windows\syswow64\comdlg32.dll
    0x762a0000 - 0x762f7000 C:\Windows\syswow64\SHLWAPI.dll
    0x73540000 - 0x736de000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_no ne_420fe3fa2b8113bd\COMCTL32.dll
    0x76650000 - 0x77299000 C:\Windows\syswow64\SHELL32.dll
    0x77380000 - 0x77475000 C:\Windows\syswow64\WININET.dll
    0x75c00000 - 0x75d36000 C:\Windows\syswow64\urlmon.dll
    0x75a50000 - 0x75b6c000 C:\Windows\syswow64\CRYPT32.dll
    0x76550000 - 0x7655c000 C:\Windows\syswow64\MSASN1.dll
    0x75710000 - 0x7590a000 C:\Windows\syswow64\iertutil.dll
    0x736e0000 - 0x73760000 C:\Windows\system32\uxtheme.dll
    0x74980000 - 0x74993000 C:\Windows\system32\dwmapi.dll
    0x005a0000 - 0x005a8000 C:\Users\Alvaro\Application Data\Adobe\Flash Catalyst CS5.5\configuration\org.eclipse.osgi\bundles\95\1\.cp\os\win32\x86\localfile_1_0_0.dll
    0x37a00000 - 0x37a41000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.nativelibs_1.5.0.308731\os\win32\x86\BridgeTalk.dll
    0x74300000 - 0x7436a000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.nativelibs_1.5.0.308731\libs\adobe_caps.dll
    0x75ee0000 - 0x7607d000 C:\Windows\syswow64\SETUPAPI.dll
    0x756e0000 - 0x75707000 C:\Windows\syswow64\CFGMGR32.dll
    0x76530000 - 0x76542000 C:\Windows\syswow64\DEVOBJ.dll
    0x761b0000 - 0x76233000 C:\Windows\syswow64\CLBCatQ.DLL
    0x6f4d0000 - 0x6f5c5000 C:\Windows\system32\propsys.dll
    0x74fc0000 - 0x74fe1000 C:\Windows\system32\ntmarta.dll
    0x75bb0000 - 0x75bf5000 C:\Windows\syswow64\WLDAP32.dll
    0x35560000 - 0x3556b000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.amt_1.5.0.308731\os\win32\x86\amt_win_jnilib.dll
    0x75250000 - 0x752de000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc 0e5a\MSVCP90.dll
    0x6ebd0000 - 0x6ecc0000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.amt_1.5.0.308731\os\win32\x86\amtlib.dll
    0x38920000 - 0x389d7000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexbuilder.utils.osnative_1.5.0.308731\os\win32\x86\JNIToNativeB ridge.dll
    0x6eab0000 - 0x6ebc5000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.amt_1.5.0.308731\os\win32\x86\amtservices.dll
    0x6f360000 - 0x6f3b8000 C:\Windows\system32\WINHTTP.dll
    0x6ea40000 - 0x6ea8f000 C:\Windows\system32\webio.dll
    0x37a50000 - 0x37a64000 C:\Users\Alvaro\Application Data\Adobe\Flash Catalyst CS5.5\configuration\org.eclipse.osgi\bundles\208\1\.cp\swt-gdip-win32-3448.dll
    0x749c0000 - 0x74b50000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_72fc7 cbf861225ca\gdiplus.dll
    0x74020000 - 0x7411b000 C:\Windows\system32\WindowsCodecs.dll
    0x723e0000 - 0x7244a000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.amt_1.5.0.308731\os\win32\x86\adobe_caps.dll
    0x38ae0000 - 0x38b08000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.amt_1.5.0.308731\os\win32\x86\asneu.dll
    0x6f3f0000 - 0x6f44c000 C:\Windows\system32\wbemcomn.dll
    0x74f40000 - 0x74f4e000 C:\Windows\system32\RpcRtRemote.dll
    0x399e0000 - 0x39a76000 C:\Windows\system32\wbem\fastprox.dll
    0x74da0000 - 0x74db8000 C:\Windows\system32\NTDSAPI.dll
    0x74f50000 - 0x74f5d000 C:\Windows\system32\dhcpcsvc6.DLL
    0x74d50000 - 0x74d62000 C:\Windows\system32\dhcpcsvc.DLL
    0x73cd0000 - 0x73cd8000 C:\Windows\system32\credssp.dll
    0x6d170000 - 0x6d202000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.amt_1.5.0.308731\os\win32\x86\updaternotifications.dll
    0x73b40000 - 0x73b51000 C:\Windows\system32\NETAPI32.dll
    0x73b30000 - 0x73b39000 C:\Windows\system32\netutils.dll
    0x73b10000 - 0x73b29000 C:\Windows\system32\srvcli.dll
    0x73b00000 - 0x73b0f000 C:\Windows\system32\wkscli.dll
    0x74f00000 - 0x74f05000 C:\Windows\system32\msimg32.dll
    0x74be0000 - 0x74be9000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.embeddedplayer_1.5.0.308731\os\win32\x86\adbeape.dll
    0x392d0000 - 0x392ef000 C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\plugins\com.adobe.flexide.embeddedplayer_1.5.0.308731\os\win32\x86\EmbeddedPlayerJN ILib.dll
    0x743c0000 - 0x743df000 C:\Program Files (x86)\Common Files\Adobe\APE\3.2\adbeapecore.dll
    0x3bd60000 - 0x3bd77000 C:\Users\Alvaro\AppData\Roaming\Dropbox\bin\DropboxExt.14.dll
    0x6d000000 - 0x6d0eb000 C:\Windows\system32\dbghelp.dll
    0x7c3a0000 - 0x7c41b000 C:\Users\Alvaro\AppData\Roaming\Dropbox\bin\MSVCP71.dll
    0x6e430000 - 0x6e461000 C:\Windows\system32\EhStorShell.dll
    0x661c0000 - 0x663dd000 C:\PROGRA~2\MICROS~1\Office12\GR469A~1.DLL
    0x68ef0000 - 0x68fe1000 C:\PROGRA~2\MICROS~1\Office12\GrooveUtil.DLL
    0x6cf60000 - 0x6cffb000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442d b5b5\MSVCR80.dll
    0x68ff0000 - 0x68ff7000 C:\PROGRA~2\MICROS~1\Office12\GrooveNew.DLL
    0x742e0000 - 0x742fb000 C:\Windows\WinSxS\x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_d1c738ec4357 8ea1\ATL80.DLL
    0x6f2e0000 - 0x6f34f000 C:\Windows\system32\ntshrui.dll
    0x74280000 - 0x7428b000 C:\Windows\system32\cscapi.dll
    0x74270000 - 0x7427a000 C:\Windows\system32\slc.dll
    0x6c6a0000 - 0x6cf59000 C:\Program Files (x86)\Common Files\Adobe\APE\3.2\adbeapeengine.dll
    0x74c50000 - 0x74c8c000 C:\Windows\system32\OLEACC.dll
    0x6c460000 - 0x6c6a0000 C:\Windows\system32\msi.dll
    0x6f450000 - 0x6f4c9000 C:\Windows\system32\mscms.dll
    0x6e9c0000 - 0x6ea32000 C:\Windows\system32\DSOUND.dll
    0x6e990000 - 0x6e9b5000 C:\Windows\system32\POWRPROF.dll
    0x74210000 - 0x74261000 C:\Windows\system32\WINSPOOL.DRV
    0x6e960000 - 0x6e98e000 C:\Windows\system32\mlang.dll
    0x6c420000 - 0x6c458000 C:\Windows\system32\icm32.dll
    0x74dc0000 - 0x74dc8000 C:\Windows\system32\Secur32.dll
    0x6e920000 - 0x6e95a000 C:\Windows\SysWOW64\schannel.dll
    0x6e8e0000 - 0x6e919000 C:\Windows\system32\MMDevAPI.DLL
    0x6e810000 - 0x6e840000 C:\Windows\system32\wdmaud.drv
    0x6f350000 - 0x6f354000 C:\Windows\system32\ksuser.dll
    0x6e8d0000 - 0x6e8d7000 C:\Windows\system32\AVRT.dll
    VM Arguments:
    jvm_args: -Xms512m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:/Program Files (x86)/Adobe/Adobe Flash Catalyst CS5.5/jre/bin/client;C:/Program Files (x86)/Adobe/Adobe Flash Catalyst CS5.5/jre/bin;C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Window sPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin
    USERNAME=Alvaro
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 15 Stepping 11, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows 7 Build 7600
    CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 15 stepping 11, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 4111668k(1899496k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Client VM (14.2-b01) for windows-x86 JRE (1.6.0_16-b01), built on Jul 31 2009 11:26:58 by "java_re" with MS VC++ 7.1
    time: Fri Jun 10 09:29:13 2011
    elapsed time: 5086 seconds

    check to see if all your plugins are up to date: http://www.mozilla.com/en-US/plugincheck/
    if this doesn't solve your problem then i think pogo is the problem.

  • Thank you for approving my feed iTunes . The only problem is, there is no art work, even though artwork was submitted correct sizes and formats were used. Why is this and how can the problem be rectified?

    Thank you for approving my feed iTunes . The only problem is, there is no art work, even though artwork was submitted correct sizes and formats were used. Why is this and how can the problem be rectified?

    Thanks for getting back. Hadn't got round to re uploading the amended feed. I just did it now.
    The only thing is, Feed Validator doesn't like it because of the picture size, and a couple of other things, it reeds the following:
    Sorry
    This feed does not validate.
    line 22, column 14: width must be between 1 and 144: 1400 [help] <width>1400</width>
                  ^
    line 23, column 15: height must be between 1 and 400: 1400 [help] <height>1400</height>
                   ^
    line 25, column 21: XML parsing error: <unknown>:25:21: not well-formed (invalid token) [help]
    <itunes:image href=http://www.whiteberg.com/Wdotfontitunes2.png" />
                         ^
    In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
    Your feed appears to be encoded as "utf-8", but your server is reporting "US-ASCII" [help]
    line 4, column 114: Self reference doesn't match document location [help]... dcast.xml" type="application/rss+xml" />
                                                 ^

  • Typing a phrase in the Address Bar of Firefox 3.6 used to lead me to the relevant website, but this doesn't happen in FF4, even though keyword.enabled value is set to true in the config page. Why doesn this happen?

    In the about:config page the keyword.enabled value is set to "true". And the keyword.URL value is set to "default". When I type a phrase in the Address Bar, a page with a Yahoo! search result opens unlike intuitively loading the relevant page using Google. Why is this happening?

    To use the Google's browse by name feature as used in Firefox 3.6, set keyword.URL to this link:
    [http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q= http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=]

  • Everytime I close my laptop, and then re-open it later, it automatically has logged me back into my account. Why is this?

    Hi,
    So, normally when I close my laptop after usage (putting it in sleep mode) it will automatically log it out of the account I am using. Whenever I want to go back into it, I have to type in my password before getting back in. However, every time I now open it, I don't have to type in any password; I am already logged into the account I was using before I had closed my laptop. Why is this happening? And how do I get this to stop?
    Any help would be appreciated!!
    -Thanks

    Some settings may have changed. Open System Preferences > Security & Privacy > General, and make sure that "Require password inmediately after sleep or screen saver begins" is ticked

  • HT1583 it burned in idvd and all seemed ok but when it finished saying the project was finished when I played it on the tv it had not burnt the whold project why would this be thanks

    I was burning a slideshow from iphoto and went to idvd and it burned ok and finished and said it was ok, but when I played it in the tv it did not play the whole project
    why would this be. cheers vic

    Hi
    Strange - But needs lot's of more info to make it possibly to suggest any reason. Me no mind reader at all.
    • What Video Codec was used
    • What Video editor
    • How did You get material into iDVD
    • What did You select in iDVD
    frame rate
    video format
    encoding quality
    burn speed (set down ?)
    • Brand of DVD used
    • Type of DVD used
    And all vital info You can think relevant.
    Yours Bengt W

  • Why is this file locked (man chflags), does it need to be, and is it safe to unlock it?

    Why is this file locked (man chflags), does it need to be, and is it safe to unlock it?
    ~/Library/Application Support/Adobe/Enterprise/Resources/Resource_3_1.db
    Type this into a terminal in OS X, the above file appears to have a flag set to lock.
    x-man-page://chflags

    <the-sound-of-crickets>
    The reason I'm asking, we have a bunch of computers we inherited that have some permissions issues within each user's respective home directory ("~"). The issue effects Acrobat Pro X's ability to launch ("Internal error occurred") since it tries to get access files/folders it doesn't have access to when the user launches. Recursively setting ownership to the respective user fixes the problem (and follows Apple's guidelines). However, that one file appears to have the unix file lock set (man chflags). So we are using a pre-installation script on our push policy to loop through every home directory. It appears the above file is the only one that won't let us change permissions.
    Don

  • Why is this session not connecting to the preferred Instance ?

    Grid Infrastructure/DB Version : 11.2.0.3
    Platform : RHEL 5.8
    We have a 3-node cluster and I've configured the RAC service PKDS_UAT_01 with its preferred instance as JDSCFS3
    $ srvctl config service -s PKDS_UAT_01 -d JDSCFS
    Service name: PKDS_UAT_01
    Service is enabled
    Server pool: JDSCFS_PKDS_UAT_01
    Cardinality: 1
    Disconnect: false
    Service role: PRIMARY
    Management policy: AUTOMATIC
    DTP transaction: false
    AQ HA notifications: false
    Failover type: NONE
    Failover method: NONE
    TAF failover retries: 0
    TAF failover delay: 0
    Connection Load Balancing Goal: LONG
    Runtime Load Balancing Goal: NONE
    TAF policy specification: NONE
    Edition:
    Preferred instances: JDSCFS3
    Available instances: JDSCFS1
    Then I start a remote session through SQL*Plus like
    sqlplus scott/tiger@rtfms-scan:1624/PKDS_UAT_01.acproot.net
    When I check in the DB, it shows that the session is actually connected to instance 1 despite the preferred instance set as Instance3 (JDSCFS3) for the service PKDS_UAT_01
    SQL> select inst_id, sid from gv$session where username='SCOTT';
       INST_ID        SID
             1       3839
    Why is this happening ?

    1. check that all services are running on all nodes. Actually, you service should run only on preffered node
    srvctl status service -d db_name
    2. restart services
    3. try again
    Regards
    Ed

  • HT4059 See no free books on iBooks except old fiction. Why is this so. A matter of all kinds to be free. Please advise on how to use correctly.

    See no free iBooks except old fiction. Why is this so. Please advise on how to find and use correctly.

    What country are you in ? (This page shows what content types are available where.) Some countries currently only have free books, to be able to sell recent/current books in a particular country the publisher's need to grant Apple a license to do so. Have you got access to other ebook apps/stores in your country ?

  • My MacBook Air shuts down when its more than half way charged and won't turn on unless I plug it in to the adapter? Why is this happening and how can I fix it?

    My MacBook Air shuts down when its more than half way charged and won't turn on unless I plug it in to the adapter? Why is this happening and how can I fix it?

    If you really do have a Mid 2013 Mac Air model then it is still in warranty, as the standard Apple warranty is one year from date of purchase. So take it into an Apple store and have it diagnosed and fixed under the warranty. There is some type of hardware problem that only Apple can fix.

Maybe you are looking for

  • FI-CA events to improve performance

    Hello experts, Does anybody use the FI-CA events to improve the extraction performance for datasources 0FC_OP_01 and 0FC_CI_01 (open and cleared items)? It seems that this specific exits associated to BW events have been developped especially to impr

  • Nvidias Faulty GPUs

    After reading this article: http://www.engadget.com/2008/07/31/figuring-out-which-nvidia-gpus-are-defective- its-a-lot/ It appears that 8600m and 8400m gpus appear to be faulty and are having overheating issues. I was considering buying a macbook pro

  • Linking Galleries for upload to website

    I have the demo download of LR1.2 and would like to use the default flash gallery(scroll pane on left with clickable thumbnails; click thumbnail for larger image on right side of page) to upload to my site. If this is possible, how would I link 5 or

  • Wrong time when adding two dates

    Hi I'm trying to add two Date-objects by adding milliseconds they represent, and convert back to a Date-object. More specific, I have a Date representing midnight on a given day, and another Date representing a time offset on this day, and I want to

  • ZOOM will NOT Lock once enlarge webpages to make easier to read. Problem just started yesterday.

    Zoom worked fine and locked fine but something changed yesterday and I can't figure it out. Works and locks fine when I tried IE so don't believe it's my PC settings since another browser works with ZOOM. Thank you