Problem in navigating 2 second page

Hi ,
actually the scenario is like this:
1) when i give the partner no as input it will display the output details as guid,header,item,object_type,partner_no.---first page
2) Again if i click on the header in this output it have to go next page and have to display the details of header like service order,process type etc.
here upto first part i done .and the i created next page also
i done the following code in first page oninput processing
CASE event_id.
  WHEN 'clickon'.
    navigation->set_parameter( 'header' ).
    navigation->goto_page('second.htm' ).
ENDCASE.
i done the following code in next page oninitialization
data: header type crmd_orderadm_h-guid.
header = request->get_form_field( name = 'header' ).
select object_id
guid
posting_date
process_type
created_by from crmd_orderadm_h INTO corresponding fields of
table index1
WHERE guid EQ header.
now the problem is i m not able to click on header of first page output .after clicking on that i have to display next page details.
Please solve the problem
Thanks,
Usha

i created 2 pages.
in first page
LAYOUT:
<html>
<head>
<title>
Retrieving service order details
</title>
</head>
<body>
<form>
<form method = "post" action= "first.htm">
    partner_no: <input name= "partner_no" /> <br>
    <input value="submit" type= "submit"/>
    </form>
<% if not index[] is initial.     %>
  <table>
  <tr>
  <td width= "150" align= "left"><b>GUID</b></td>
  <td width= "150" align= "left"><b>HEADER GUID</b></td>
  <td width= "150" align= "left"><b>ITEM GUID</b></td>
  <td width= "150" align= "left"><b>OBJECT_TYPE</b></td>
  <td width= "150" align= "left"><b>PARTNER_NO</b></td>
   </tr>
  <% loop at index into wa  .     %>
   <tr>
   <td width= "150" align= "left"><%= wa-guid    %></td>
<td width= "150" align= "left"><a href= "second.htm"><%=wa-header    %></a></td>
   <td width= "150" align= "left"><%= wa-item    %></td>
   <td width= "150" align= "left"><%= wa-object_type    %></td>
   <td width= "150" align= "left"><%= wa-partner_no  %></td>
    </tr>
    <%Endloop.      %>
<%data:temp(20) type c.
  move wa-header to temp.    %>
  </table>
ONINITIALIZATION:
data: partner_no type crmd_order_index-partner_no.
partner_no = request->get_form_field( name = 'partner_no' ).
select guid
header
item
object_type
partner_no from crmd_order_index INTO corresponding fields of
table index
WHERE object_type eq 'BUS2000140' and partner_no eq partner_no.
ONINPUTPROCESSING
CASE EVENT_ID.
  WHEN 'clickon'.
    navigation->set_parameter( name = 'head'
                                value = 'temp').
    navigation->goto_page( 'second.htm' ).
ENDCASe.
type definitions:
types:it_index type standard table of crmd_order_index,
      wa_index  type crmd_order_index.
PAGE ATTRIBUTES:
index type it_index
wa type wa_index
head type c
temp type c
I_N SECOND page :_
LAYOUT
<html>
<head>
<title> Service order details</title>
</head>
<body>
<table>
<tr>
  <td width= "150" align= "left"><b>GUID</b></td>
  <td width= "150" align= "left"><b>OBJECTID</b></td>_
  <td width= "150" align= "left"><b>POSTINGDATE</b></td>_
  <td width= "150" align= "left"><b>PROCESSTYPE</b></td>_
  <td width= "150" align= "left"><b>CREATEDBY</b></td>_
</tr>
<% loop at index1 into wa1.     %>
<tr>
   <td width= "150" align= "left"><%= wa1-guid   %></td>
   <td width= "150" align= "left"><%= wa1-objectid  %></td>_
   <td width= "150" align= "left"><%= wa1-postingdate %></td>_
   <td width= "150" align= "left"><%= wa1-processtype    %></td>_
   <td width= "150" align= "left"><%= wa1-createdby  %></td>_
    </tr>
   <% endloop.     %>
</table>
</body>
</html>
TYPE DEFINITIONS:
TYPES:itindex1 type standard table of crmd_orderadm_h,_
      waindex1 type crmd_orderadm_h._
PAGE ATTRIBUTES:
index1 type itindex1_
wa1 type waindex1_
temp1 type c
head type c
ONINITIALIZATION
data:temp1(20) type c.
data:head(20) type c.
temp1 = request->getform_field( name ='head' )._
select guid objectid process_type posting_date created_by_
   from crmdorderadm_h into CORRESPONDING FIELDS OF TABLE index1_
  where guid eq temp1.
now the problem is i m not able to displaying second page output..
Plz solve this problem.
THANKS,
Usha
Edited by: Usha Rani Rachamalla on Jan 23, 2008 7:59 AM

Similar Messages

  • Problems in displaying second page

    Hi Experts,
    In my smartform the second page is being displayed in the output but nothing is being displayed on it. Can any body please suggest what the problem might be.
    Regards,
    Abdullah

    hi
    as u r posts the second Page is not getting triggered.. because when you put abreak point in the PAGE2 it shoud stop there.
    Now i have created 2 PAGEs for the PAGE1 next page is PAGE1 only , and  iam printing some data in PAGE1, in the PAGE2 i have created a window to print some static text.
    now i have created a COMMAND node in PAGE1 to call the PAGE2 explicitily(by chcking the GOTo NEW PAGE option -->PAGE2.
    it is working fine.
    u r also doing in this same way or someother?...
    where exactly u r using the COMMAND NODE... i thiknk it is not triggering.
    wht is next page for u r PAGE1,
    in ur command node have u given goto newpage-->PAGE2 ..
    chck onca again.

  • Problems scanning a second page

    Can anyone help?  I can scan one page at a time using an epson RX85 all in one on a mac running OS 10.9.2 and Acrobat Pro 10.  I have tried to scan more than one page either as a continous scan or as separate docs and I come up against an error message, Adobe closes down.  Error shown below.  I've asked Apple to look at issue and they say it is problem with Adobe software.
    Process:         AdobeAcrobat [13618]
    Path:            /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         10.1.9 (10.1.9)
    Code Type:       X86 (Native)
    Parent Process:  launchd [162]
    Responsible:     AdobeAcrobat [13618]
    User ID:         501
    Date/Time:       2014-04-28 10:23:26.854 +0100
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  BF9EFD7F-20E5-81BF-78A2-4B2C09F85D88
    Sleep/Wake UUID: F5618CC7-2D5A-4541-A6B4-C8DCD74A4E4B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000a27e8
    VM Regions Near 0xa27e8:
        __LINKEDIT             0000000000004000-0000000000006000 [    8K] r--/rwx SM=COW  /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    --> __TEXT                 0000000000006000-0000000001d32000 [ 29.2M] r-x/rwx SM=COW  /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
        __DATA                 0000000001d32000-0000000001e3a000 [ 1056K] rw-/rwx SM=COW  /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0x0eee2f83 0 + 250490755
    1   com.apple.CoreServices.CarbonCore          0x926376a9 vCheckLoad + 664
    2   com.apple.CoreServices.CarbonCore          0x925be783 GetResourceCommon + 171
    3   com.apple.CoreServices.CarbonCore          0x9263798b Get1Resource + 41
    4   com.epson.scan.scncl                    0x11d6c60c CESPrefs::Read() + 170
    5   com.epson.scan.scncl                    0x11d6d013 CPrefsBase::CheckPreferenceValid(char**) + 107
    6   com.epson.scan.scncl                    0x11d6c2f8 CESPrefs::GetWorkAreaFSSpec(FSSpec*) + 60
    7   com.epson.scan.scncl                    0x11d30fcd CExtScanner::DeleteTempFolder() + 113
    8   com.epson.scan.scncl                    0x11d1ee68 CScanImg::ISIOpenScanner(HardwareInfo*) + 210
    9   com.epson.scan.twpmg                    0x11cdee5b CTriplet::OpenScanner() + 63
    10  com.epson.scan.twpmg                    0x11cdd216 CCtrlTriplet::OpenDS(TW_IDENTITY*, char*) + 134
    11  com.epson.scan.twpmg                    0x11cd53cd CImgTriplet::OpenDS(TW_IDENTITY*, char*) + 37
    12  com.epson.scan.twpmg                    0x11cd9dba CCtrlTriplet::IdentityMsg(TW_IDENTITY*, unsigned short, char*) + 162
    13  com.epson.scan.twpmg                    0x11cddac3 CCtrlTriplet::EntryPoint(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 267
    14  com.epson.scan.twpmg                    0x11cd58f1 CImgTriplet::EntryPoint(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 81
    15  com.epson.scan.twpmg                    0x11ceae7f CImgTriplet22::EntryPoint(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 87
    16  com.epson.scan.twpmg                    0x11ce0bf6 DS_Entry + 136
    17  com.epson.scan.dscl                     0x0e3ed66a CDSCtl::DoMSGOpenDS(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 524
    18  com.epson.scan.dscl                     0x0e3ed83d CDSCtl::DoDATIdentity(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 153
    19  com.epson.scan.dscl                     0x0e3edcf0 CDSCtl::DoDGControl(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 158
    20  com.epson.scan.dscl                     0x0e3edf2f CDSCtl::DSEntry(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 133
    21  com.epson.scan.dscl                     0x0e3ee0e8 DS_Entry + 116
    22  com.epson.scan.rx585_rx595_rx610          0x0e197670 DS_Control(unsigned short, unsigned short, char*) + 552
    23  com.epson.scan.rx585_rx595_rx610          0x0e198bcf DS_Entry + 193
    24  org.twain.dsm                           0x0c86b2f7 -[DS callDS:dataGroup:dataArgumentType:messageID:dataPtr:] + 388
    25  org.twain.dsm                           0x0c86ac4d -[DS openDS:dsIdentity:] + 92
    26  org.twain.dsm                           0x0c86a844 -[DSM openDS] + 687
    27  org.twain.dsm                           0x0c86a16f -[DSM identity] + 183
    28  org.twain.dsm                           0x0c86954a -[DSM entry:destination:dataGroup:dataArgumentType:messageID:dataPtr:] + 150
    29  org.twain.dsm                           0x0c869372 DSM_Entry + 159
    30  com.adobe.AcrobatPlugin.Scan            0x0eb96b0a AcroPluginMain + 268157
    31  com.adobe.AcrobatPlugin.Scan            0x0eb99a4b AcroPluginMain + 280254
    32  com.adobe.AcrobatPlugin.Scan            0x0eb9b551 AcroPluginMain + 287172
    33  com.adobe.AcrobatPlugin.Scan            0x0eb9b686 AcroPluginMain + 287481
    34  com.adobe.AcrobatPlugin.Scan            0x0eb9b763 AcroPluginMain + 287702
    35  com.adobe.AcrobatPlugin.Scan            0x0eba3de6 AcroPluginMain + 322137
    36  com.adobe.AcrobatPlugin.Scan            0x0eba3eb0 AcroPluginMain + 322339
    37  com.adobe.AcrobatPlugin.Scan            0x0eb9d8ad AcroPluginMain + 296224
    38  com.adobe.AcrobatPlugin.Scan            0x0eb783aa AcroPluginMain + 143389
    39  com.adobe.AcrobatPlugin.Scan            0x0eb78d9e AcroPluginMain + 145937
    40  com.adobe.AcrobatPlugin.Scan            0x0eb7d217 AcroPluginMain + 163466
    41  com.adobe.AcrobatPlugin.Scan            0x0eb7d3be AcroPluginMain + 163889
    42  com.adobe.Acrobat.framework             0x00917775 AcroSecurityBailOutImpl + 5433859
    43  com.adobe.Acrobat.framework             0x00659272 AcroSecurityBailOutImpl + 2557184
    44  com.adobe.Acrobat.framework             0x006593b8 AcroSecurityBailOutImpl + 2557510
    45  com.adobe.Acrobat.framework             0x00bb4434 AcroSecurityBailOutImpl + 8173250
    46  com.adobe.Acrobat.framework             0x00bb4159 AcroSecurityBailOutImpl + 8172519
    47  com.adobe.Acrobat.framework             0x0037b686 RunAcrobat + 3590229
    48  libobjc.A.dylib                         0x9ab0a2af -[NSObject performSelector:withObject:] + 70
    49  com.apple.AppKit                        0x9aef28a5 -[NSApplication sendAction:to:from:] + 438
    50  com.apple.AppKit                        0x9af0ec65 -[NSMenuItem _corePerformAction] + 486
    51  com.apple.AppKit                        0x9af0e96a -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 163
    52  com.apple.AppKit                        0x9af0e021 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    53  com.apple.AppKit                        0x9af61624 -[NSMenu performActionForItemAtIndex:] + 65
    54  com.apple.AppKit                        0x9af615d9 -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    55  com.apple.AppKit                        0x9af615a4 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    56  com.apple.AppKit                        0x9af613f4 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 120
    57  com.apple.AppKit                        0x9af03da6 NSSLMMenuEventHandler + 816
    58  com.apple.HIToolbox                     0x984e3d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    59  com.apple.HIToolbox                     0x9833735f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    60  com.apple.HIToolbox                     0x98336678 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    61  com.apple.HIToolbox                     0x98349821 SendEventToEventTarget + 88
    62  com.apple.HIToolbox                     0x984e3c2e SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 478
    63  com.apple.HIToolbox                     0x983acf17 SendMenuCommandWithContextAndModifiers + 70
    64  com.apple.HIToolbox                     0x983acec4 SendMenuItemSelectedEvent + 199
    65  com.apple.HIToolbox                     0x983acd92 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
    66  com.apple.HIToolbox                     0x9853859d MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 722
    67  com.apple.HIToolbox                     0x983b472e _HandleMenuSelection2 + 488
    68  com.apple.HIToolbox                     0x983b4537 _HandleMenuSelection + 53
    69  com.apple.AppKit                        0x9ae71278 _NSHandleCarbonMenuEvent + 358
    70  com.apple.AppKit                        0x9acc66e2 _DPSNextEvent + 2459
    71  com.apple.AppKit                        0x9acc58b0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    72  com.apple.AppKit                        0x9acb819c -[NSApplication run] + 727
    73  com.adobe.Acrobat.framework             0x00010913 RunAcrobat + 6882
    74  com.adobe.Acrobat.framework             0x0000ef6d RunAcrobat + 316
    75  com.adobe.Acrobat.Pro                   0x00001e92 main + 94
    76  com.adobe.Acrobat.Pro                   0x00001e16 start + 54
    Thread 1:: Dispatch queue: NSOperationQueue 0x2c9e0e0
    0   libsystem_kernel.dylib                  0x95446b76 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9154ffb7 nanosleep$UNIX2003 + 219
    2   com.apple.Foundation                    0x97e51621 +[NSThread sleepForTimeInterval:] + 170
    3   com.adobe.Acrobat.framework             0x00d14e39 AcroSecurityBailOutImpl + 9617607
    4   com.apple.Foundation                    0x97dbf37f -[__NSOperationInternal _start:] + 753
    5   com.apple.Foundation                    0x97dbf081 -[NSOperation start] + 71
    6   com.apple.Foundation                    0x97dbefa8 __NSOQSchedule_f + 50
    7   libdispatch.dylib                       0x99a09e11 _dispatch_async_redirect_invoke + 158
    8   libdispatch.dylib                       0x99a05396 _dispatch_client_callout + 50
    9   libdispatch.dylib                       0x99a07457 _dispatch_root_queue_drain + 257
    10  libdispatch.dylib                       0x99a08722 _dispatch_worker_thread2 + 39
    11  libsystem_pthread.dylib                 0x98329dab _pthread_wqthread + 336
    12  libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x95447992 kevent64 + 10
    1   libdispatch.dylib                       0x99a078ad _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x99a07546 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   AdobeAGM                                0x02110dac AGMInitialize + 33770
    4   AdobeAGM                                0x02110ce6 AGMInitialize + 33572
    5   AdobeAGM                                0x02110841 AGMInitialize + 32383
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   AdobeAGM                                0x02110dac AGMInitialize + 33770
    4   AdobeAGM                                0x02110ce6 AGMInitialize + 33572
    5   AdobeAGM                                0x02110841 AGMInitialize + 32383
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   AdobeAGM                                0x02110dac AGMInitialize + 33770
    4   AdobeAGM                                0x02110ce6 AGMInitialize + 33572
    5   AdobeAGM                                0x02110841 AGMInitialize + 32383
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x95441f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9544116c mach_msg + 68
    2   com.apple.CoreFoundation                0x987f9d29 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x987f9301 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x987f8b1a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x987f897b CFRunLoopRunInMode + 123
    6   com.apple.AppKit                        0x9ae6fb68 _NSEventThread + 283
    7   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    8   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    9   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x95447976 kevent + 10
    1   com.adobe.Acrobat.framework             0x01365dca AcroSecurityBailOutImpl + 16240728
    2   com.adobe.Acrobat.framework             0x012ba3cf AcroSecurityBailOutImpl + 15537757
    3   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    4   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    5   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib                 0x9832cfa3 pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x0e964f2c C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services                  0x0e95de78 C_EULA_SetState + 2166
    5   com.adobe.amt.services                  0x0e964f92 C_AMTUISwitchSuppressUpdates + 16966
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x95441f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9544116c mach_msg + 68
    2   com.apple.CoreFoundation                0x987f9d29 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x987f9301 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x987f8b1a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x987f897b CFRunLoopRunInMode + 123
    6   com.adobe.AcrobatPlugin.EFS             0x1246998f AcroPluginMain + 22457
    7   com.apple.Foundation                    0x97e23f0e -[NSThread main] + 45
    8   com.apple.Foundation                    0x97e23e66 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 17:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x95441f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9544116c mach_msg + 68
    2   com.apple.CoreFoundation                0x987f9d29 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x987f9301 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x987f8b1a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x987f897b CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x97e24095 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation                    0x97e23f0e -[NSThread main] + 45
    8   com.apple.Foundation                    0x97e23e66 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 18:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x95446ace __select + 10
    1   com.apple.CoreFoundation                0x98849b86 __CFSocketManager + 1158
    2   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    3   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    4   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 20:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 21:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 22:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 23:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 24:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 25:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 26:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x95446b76 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9154ffb7 nanosleep$UNIX2003 + 219
    2   libsystem_c.dylib                       0x9154fe62 usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x9af3aa4c -[NSUIHeartBeat _heartBeatThread:] + 2318
    4   com.apple.Foundation                    0x97e23f0e -[NSThread main] + 45
    5   com.apple.Foundation                    0x97e23e66 __NSThread__main__ + 1426
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x000027e8  ebx: 0x72737263  ecx: 0x06222600  edx: 0x00000664
      edi: 0x45535052  esi: 0x00000000  ebp: 0xbfffc818  esp: 0xbfffc7bc
       ss: 0x00000023  efl: 0x00010246  eip: 0x0eee2f83   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x000a27e8
    Logical CPU:     0
    Error Code:      0x00000007
    Trap Number:     14
    Binary Images:
        0x1000 -     0x1fff +com.adobe.Acrobat.Pro (10.1.9 - 10.1.9) <F4B5B9F0-99D4-C8E9-64AB-B388EDBFCE5B> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
        0x6000 -  0x1d31fef +com.adobe.Acrobat.framework (10.1.9 - 10.1.9) <C7E58FAC-8D45-2741-ECAA-9854648A84BE> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    0x1fc1000 -  0x20e2fff +AdobeACE (1) <B885D217-C2F6-8496-12D0-FCA0E620635B> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x2105000 -  0x26cafeb +AdobeAGM (1) <D32ACDB7-2362-47C0-8D55-DBE2F4D82433> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x277d000 -  0x279aff7 +AdobeBIB (1) <7C894693-F5AC-A9BF-E72A-097BDF33C329> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x27a1000 -  0x2ac6ff7 +com.adobe.CoolType (AdobeCoolType 5.08.124.1 - 5.08.124.1) <6426C28B-EF96-2C42-DCBD-20BA715F04EA> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x5740000 -  0x5765ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x577a000 -  0x5785ffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0xad29000 -  0xaf21ff7 +com.adobe.Acrobat.adm (10.1.9 - 10.1.9) <E753ECED-3BB9-B731-B7DC-C91EA73A1FE5> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/SPPlugins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0xc2f1000 -  0xc366ff7 +AcroSQLite (1) <9B46E977-F455-0898-B80D-C41005832930> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/Versions/A/AcroSQLite
    0xc500000 -  0xc70bfeb +com.adobe.AcrobatPlugin.EScript (10.1.9 - 10.1.9) <B3691CED-70BE-7E17-C167-1C3738F94FDE> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/EScript.acroplugin/Contents/MacOS/EScript
    0xc77b000 -  0xc77bffd +cl_kernels (???) <2C4CC0C2-7D7A-4B01-8531-454ED936FB72> cl_kernels
    0xc79d000 -  0xc7d4ff7 +com.adobe.AcrobatPlugin.PaperCapture (10.1.9 - 10.1.9) <ED56E91B-6DC5-1089-3DF6-5D921782E00E> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/PaperCapture.acroplugin/Contents/MacOS/PaperCapture
    0xc7dc000 -  0xc849ffb +com.adobe.amtlib (amtlib 3.5.0.34 - 3.5.0.34) <8C1EBC9E-DDFF-660B-03FB-196CE8A4CED8> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/amtlib.framework/amtlib
    0xc862000 -  0xc862ffb +cl_kernels (???) <52CDBCB9-6D41-43AD-B080-EA3D3AA36E93> cl_kernels
    0xc866000 -  0xc866ff3 +cl_kernels (???) <45D6068B-9FFC-4A68-BFD9-4D75BB8593B7> cl_kernels
    0xc868000 -  0xc86efff  org.twain.dsm (1.9.5 - 1.9.5) <3CE5B8E4-1F2D-3694-890D-B3965F244443> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0xc876000 -  0xc87efff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xc88e000 -  0xc8c7ffb +com.adobe.AcrobatPlugin.Updater (10.1.9 - 10.1.9) <A3E0A9CD-F644-A5EA-ABE0-4B0BA68383B7> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/Updater.acroplugin/Contents/MacOS/Updater
    0xc8d1000 -  0xc92efff +AdobeXMP (0) <E3A59E8C-A514-8A4A-F965-E9C043C7AC96> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0xd731000 -  0xde95fe7 +com.adobe.AcrobatPlugin.Comments (10.1.9 - 10.1.9) <A373B65D-CCB0-44EF-93D0-35F2B6B59601> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/Comments.acroplugin/Contents/MacOS/Comments
    0xe066000 -  0xe08efff +AdobeAXE8SharedExpat (0) <6DE8E2CA-91EC-77D7-E674-D336B7D09AF5> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0xe0b5000 -  0xe0b5fff +cl_kernels (???) <999BAEF2-5079-4021-AE94-38BED5BC1DBF> cl_kernels
    0xe0ba000 -  0xe0bbff1 +cl_kernels (???) <6EBF1E37-FF4C-45C7-8AF0-D2FD3A6456BE> cl_kernels
    0xe196000 -  0xe1a4ff1 +com.epson.scan.rx585_rx595_rx610 (3.2.8 - 3.2.8) /Library/Image Capture/TWAIN Data Sources/*/EPSON RX585_RX595_RX610
    0xe1ac000 -  0xe1b7fff  libGPUSupport.dylib (9.6) <E99B15B5-B173-329B-B8AA-B6BA5EE4D5EE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    0xe3eb000 -  0xe402fe7 +com.epson.scan.dscl (3.2.1 - 3.2.1) /Library/Image Capture/TWAIN Data Sources/*/DS Control.bundle/Contents/MacOS/DS Control
    0xe424000 -  0xe426fff +com.epson.scan.usb (1.1.6) <69BC3AE6-A7D2-E1AA-6C16-016DDC387B04> /Library/Image Capture/TWAIN Data Sources/*/EPSON USB Scanner.bundle/Contents/MacOS/EPSON USB Scanner
    0xe441000 -  0xe445ff9  libgermantok.dylib (14) <F6DEC1E3-5AAA-3BEB-9EF3-92608F4A094D> /usr/lib/libgermantok.dylib
    0xe45f000 -  0xe460ff5 +cl_kernels (???) <BC6378CA-16EF-4913-B4C6-3CA3D061475A> cl_kernels
    0xe462000 -  0xe46efe7 +com.epson.scan.DDC (1.1.0 - 1.1.0) /Library/Image Capture/TWAIN Data Sources/*/EsDDC.bundle/Contents/MacOS/EsDDC
    0xe474000 -  0xe488fe3 +com.epson.scan.ade (3.0.1 - 3.0.1) /Library/Image Capture/TWAIN Data Sources/*/ADE.bundle/Contents/MacOS/ADE
    0xe50a000 -  0xe57afeb +com.adobe.adobe_caps (adobe_caps 3.5.4.0 - 3.5.4.0) <36D53A2C-0DAB-34C6-48C7-49D2ECF52D0D> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xe60e000 -  0xe610ff5 +cl_kernels (???) <0F975414-F745-46C1-9E2C-8F7936504B06> cl_kernels
    0xe652000 -  0xe678ffb +AdobeBIBUtils (1) <B9888BEE-A939-50E3-1CD3-3313AC14A073> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0xe680000 -  0xe684fff  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <017135BD-3E54-30EC-9489-6ACADA56D51F> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xe940000 -  0xe9a7fe7 +com.adobe.amt.services (AMTServices 3.5.0.34 [BuildVersion: 3.5; BuildDate: Tue Sep 14 2010 21:49:00] - 3.5.0.34) <F56D7855-B0F7-4E7E-1997-D4FC2F5ACB2D> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0xe9c3000 -  0xe9cdff7  com.apple.iokit.IOUSBLib (656.4.0 - 656.4.0) <37002B7E-8806-39EA-9CBD-F331F6005DF2> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/Mac OS/IOUSBLib
    0xea38000 -  0xeb23ff7  unorm8_bgra.dylib (2.3.58) <2DC35A3D-E1D6-3378-953F-D5EADE3400D2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
    0xeb4f000 -  0xebc5fef +com.adobe.AcrobatPlugin.Scan (10.1.9 - 10.1.9) <9D4136D1-77BC-B8FB-CD36-ECC4C8E0077E> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/Scan.acroplugin/Contents/MacOS/Scan
    0xed00000 -  0xeda8ff3 +com.adobe.AcrobatPlugin.PDDom (10.1.9 - 10.1.9) <B11DA30C-8D16-107F-5697-1764CBB69518> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/PDDom.acroplugin/Contents/MacOS/PDDom
    0xeff0000 -  0xeff7ff8  com.apple.AppleGVAHW.component (1.2 - 1) <03305334-A3AE-3F51-A076-BBA13E0916F9> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0x11b08000 - 0x11b85ff7 +com.irislink.iDRS14_5 (14.5 - 14.5.4.1) <A30459C2-B559-CF82-60DC-19FE9758BECB> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/PaperCapture.acroplugin/Contents/Frameworks/OCRLibrary.framewor k/Versions/A/Frameworks/iDRS14_5.framework/Versions/A/iDRS14_5
    0x11cbc000 - 0x11cf6013 +com.epson.scan.twpmg (3.2.7 - 3.2.7) /Library/Image Capture/TWAIN Data Sources/*/TWAIN Protocol Manager.bundle/Contents/MacOS/TWAIN Protocol Manager
    0x11d1b000 - 0x11dc6fef +com.epson.scan.scncl (3.2.8 - 3.2.8) /Library/Image Capture/TWAIN Data Sources/*/Scan Control.bundle/Contents/MacOS/Scan Control
    0x11e69000 - 0x11ef3fff +com.epson.scan.dtr (4.2.8 - 4.2.8) /Library/Image Capture/TWAIN Data Sources/*/DTR.bundle/Contents/MacOS/DTR
    0x11f1a000 - 0x11f56ff3 +com.epson.scan.fit (3.8.0 - 3.8.0) /Library/Image Capture/TWAIN Data Sources/*/FIT.bundle/Contents/MacOS/FIT
    0x11f7e000 - 0x11fb6ff7  com.apple.QuickTimeFireWireDV.component (7.7.3 - 2826.17) <CEDCAC9B-679F-36E0-BAB9-6A387857710C> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0x11fc2000 - 0x11fdbff2  com.apple.applepixletvideo (1.2.31 - 1.2d31) <3691A649-1F8F-3C0A-89F4-5C2DD4E38EEC> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
    0x12004000 - 0x120e0fd7  com.apple.AppleProResDecoder (3.0.4 - 6305.11) <50F80B48-00A2-37F0-BE25-CD0258A474BE> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
    0x120eb000 - 0x1212fff7  com.apple.AppleVAH264HW.component (3.0 - 3.0) <593296F6-F8CD-33D4-AE26-88E46A71F14C> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x121f2000 - 0x122a7fff  com.apple.AppleGVAFramework (7.1.10 - 7.1.10) <7F8C0D33-0E54-3A6E-B677-A2A10B5E7D86> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x122b7000 - 0x122e9ff7  com.apple.AppleIntermediateCodec (2.0.2 - 6305.11) <397782CB-2454-37D5-A10C-B992A4E1D439> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
    0x122f1000 - 0x1232bfe7 +com.epson.scan.devcl (3.2.1 - 3.2.1) /Library/Image Capture/TWAIN Data Sources/*/Device Control.bundle/Contents/MacOS/Device Control
    0x12450000 - 0x1247bfe3 +com.adobe.AcrobatPlugin.EFS (10.1.9 - 10.1.9) <04983FD6-DB4C-FE86-A47D-1B1E781B8ECB> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/EFS.acroplugin/Contents/MacOS/EFS
    0x12c65000 - 0x12c8ffff  com.apple.datadetectors (5.0 - 246.0) <E78157B5-C380-3C09-8439-54F5E89209C9> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x12ca7000 - 0x12cc9fe7 +com.epson.scan.devif (3.2.4 - 3.2.4) /Library/Image Capture/TWAIN Data Sources/*/Device Interface.bundle/Contents/MacOS/Device Interface
    0x13942000 - 0x13b31ffd  com.apple.WebKit2 (9537 - 9537.74.9) <532DBB1D-9E22-3715-BD0D-8B0EE91C0CE1> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x16dae000 - 0x16dc9ff5  com.apple.security.csparser (3.0 - 55471.14) <A93E850A-BE26-38F0-AD60-166A879A314A> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/cspa rser
    0x40000000 - 0x400c9fe3 +AdobeJP2K (0) <6DF60871-843B-061C-EBB0-C819A12055E0> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x50000000 - 0x50294fff  com.apple.ATIRadeonX2000GLDriver (8.24.11 - 8.2.4) <DD844D57-413B-3103-994F-45737D659B74> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLD river
    0x8fe36000 - 0x8fe68417  dyld (239.4) <2E655535-479B-3E48-ADD3-6278819CA38A> /usr/lib/dyld
    0x90008000 - 0x9002dff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <FCF52905-85B1-375C-B0AA-B8251B614D2D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9002e000 - 0x900f5ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x900f6000 - 0x900f9ffe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore. framework/Versions/A/LoginUICore
    0x900fa000 - 0x90103fff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x90104000 - 0x90157ff3  com.apple.CoreMediaIO (407.0 - 4561) <A756270D-CA9A-36CB-B698-3D9EEAB9C50E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x90158000 - 0x90158ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x90159000 - 0x9016cfff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9016d000 - 0x90172ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x90173000 - 0x90176ffa  libCGXType.A.dylib (599.20.11) <8824B66A-D235-3163-808D-8B98F69304CD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90177000 - 0x901a6ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdminis tration
    0x901a7000 - 0x90337ff0  GLEngine (9.6) <6A58B9C0-B67E-3FD1-B707-837744D918C2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x90338000 - 0x90339fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9033a000 - 0x90c94fe3  com.apple.QuickTimeComponents.component (7.7.3 - 2826.17) <AEF44853-2A48-3797-91AA-2510B523E052> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x90c95000 - 0x90cb1fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x90cb2000 - 0x90cf4fff  libGLU.dylib (9.6) <6A7E248D-3936-3B0D-9BF2-E4F0D2FE5306> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90cf5000 - 0x90cfdfff  libsystem_dnssd.dylib (522.90.2) <A73663C9-CE65-3FF3-B41B-686728BBFB00> /usr/lib/system/libsystem_dnssd.dylib
    0x90cfe000 - 0x90e7cff8  libGLProgrammability.dylib (9.6) <95E86FA5-8620-38C5-B3CB-885F32569634> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x90e7d000 - 0x90e96fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90e97000 - 0x90ef8ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x90ef9000 - 0x90f2affa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x90f2b000 - 0x90f4fff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x90f50000 - 0x911b4ff7  com.apple.CoreData (107 - 481.01) <85EE4DFF-3A61-3D3B-A818-524F0A427A4D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x911b5000 - 0x911bcff7  com.apple.XPCService (2.0 - 1) <94783930-9E46-394F-B1B2-9CA57CBA2D25> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x911bd000 - 0x91203ff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x91204000 - 0x912affff  libcrypto.0.9.7.dylib (106) <DA3D5F8E-5822-3D41-BC1C-FFE1CC9BB42B> /usr/lib/libcrypto.0.9.7.dylib
    0x912b0000 - 0x912c0ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x912c1000 - 0x91487ffb  libicucore.A.dylib (511.31) <9C25D145-E785-357B-9833-1980A1A738C9> /usr/lib/libicucore.A.dylib
    0x91488000 - 0x914a3ff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x914a4000 - 0x914d3ff1  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2215559E-C517-3122-906F-156FD3CC10AD> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x914d4000 - 0x91566ff9  libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x91567000 - 0x91568fff  com.apple.AddressBook.ContactsData (8.0 - 1369) <F973C097-C9A2-3B8D-A33A-A87E4A41E56B> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x91569000 - 0x91569fff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9156a000 - 0x9157fff3  com.apple.AppContainer (3.0 - 1) <017FED4F-AD6E-3A56-806B-A2D33E69EFF9> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x91580000 - 0x91a27fe7  com.apple.CoreAUC (6.22.08 - 6.22.08) <3F9E2986-8FF9-3339-A0C8-DC1186C4A5EC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x91a28000 - 0x91a31fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x91a32000 - 0x91a6fffb  libGLImage.dylib (9.6) <EAC640A8-CD71-3AB2-9918-21CACCBCCB0D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x91a70000 - 0x91a7eff3  com.apple.opengl (9.6.0 - 9.6.0) <63941A8D-AACC-3C71-BE8C-4DAA913A1439> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91a7f000 - 0x91b87ff7  com.apple.QuickTimeImporters.component (7.7.3 - 2826.17) <9B883A02-F284-3331-B4C0-CB1EF043BB06> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x91b88000 - 0x91b97fff  libGL.dylib (9.6) <58C42A46-27D0-3228-B3C1-EC3923D49BAD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91b98000 - 0x91ba1fff  com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91ba2000 - 0x91c70ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <BE2F37D3-F610-30EE-B106-44B5DAE35603> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91c71000 - 0x91d1dffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x91d1e000 - 0x91d20ffb  libRadiance.dylib (1042) <22E517A8-4725-3175-B5D1-5573FBE780B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d21000 - 0x91d37ff9  com.apple.aps.framework (4.0 - 4.0) <F716BD85-21B6-3D84-BEA2-8BC617E1D08C> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x91d38000 - 0x91e36fff  libJP2.dylib (1042) <795B3209-2382-3F31-AEF7-588E4BCAAF06> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91e37000 - 0x91e61fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x91e62000 - 0x91ef3fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x91ef4000 - 0x91f26ff7  libTrueTypeScaler.dylib (111.1) <A568EE4C-1588-3F8B-8640-F02CEFC5AF09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x91f27000 - 0x91f66ff5  com.apple.ids (10.0 - 1000) <D28CFCBA-F7C4-3456-92E4-0B1ABA86BB87> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x91f67000 - 0x921d0fff  com.apple.AddressBook.framework (8.0 - 1369) <B47D95FD-FCD4-3BB3-B688-5597E67B5247> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x921d1000 - 0x921edff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x921ee000 - 0x92206fff  com.apple.CFOpenDirectory (10.9 - 173.90.1) <13B70F7C-9A4D-3CCA-AEB8-3958F5B6167E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x92207000 - 0x92253ff7  libcups.2.dylib (372.2) <ED7CEA7C-9FD7-34E0-B960-268BD6AFA056> /usr/lib/libcups.2.dylib
    0x92277000 - 0x9227aff7  libdyld.dylib (239.4) <F4604F64-945B-3871-8F26-E9C55488BC27> /usr/lib/system/libdyld.dylib
    0x9227b000 - 0x922cefff  com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x922cf000 - 0x922ffff3  libtidy.A.dylib (15.12) <3DBE95FE-8FA7-3584-9202-E37B54B3B064> /usr/lib/libtidy.A.dylib
    0x92300000 - 0x9235efff  com.apple.ViewBridge (1.0 - 46.2) <64AC1689-5F60-3E16-AE62-A2259E0D57EC> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x9235f000 - 0x9236affb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x9236b000 - 0x923bcffb  com.apple.CoreMedia (1.0 - 1273.49) <26F891C5-DF9F-3A2C-995A-827595F03CF2> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x923bd000 - 0x92454ff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x92455000 - 0x924aaff7  com.apple.framework.internetaccounts (2.1 - 210) <3E555C08-C8FA-3175-8C3F-E49F6F5238A6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x924ab000 - 0x924b7ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <B7440CD7-04F8-3558-B5AA-FD48381B14DE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x924b8000 - 0x924e3ff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x924e4000 - 0x92504fff  com.apple.facetimeservices (10.0 - 1000) <D3A59518-0F74-3B3F-8BFE-447D75E9F3F1> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x92505000 - 0x925a1fff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x925a2000 - 0x928a3ffb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x928a4000 - 0x928ccfff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x928cd000 - 0x929daff7  com.apple.ImageIO.framework (3.3.0 - 1042) <677F8044-E8B4-34A8-B7D9-575D7CEA019E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x929db000 - 0x92a1bff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92a1c000 - 0x92a1dffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x92a1e000 - 0x92a73ff3  com.apple.ImageCaptureCore (5.0 - 5.0) <69A007AE-4654-3C79-9AF6-5EC8F173F225> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x92a74000 - 0x92a7bff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92a7c000 - 0x92a7fffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x92a80000 - 0x92b2bff5  com.apple.imcore (10.0 - 1000) <000D6E8B-1067-3FE1-8524-18A8710C572E> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x92b2c000 - 0x92f51fe3  com.apple.VideoToolbox (1.0 - 1273.49) <A581EEA0-25DF-386C-904D-26E51C3ED640> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x92f52000 - 0x92f7bff5  com.apple.shortcut (2.6 - 2.6) <F9F32E6F-E641-36D0-B648-058D5E146D38> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92f7c000 - 0x92f7dfff  libSystem.B.dylib (1197.1.1) <C58F0CC9-C1FD-3024-9358-D3359A6BBCAD> /usr/lib/libSystem.B.dylib
    0x92f7e000 - 0x92f7efff  com.apple.Carbon (154 - 157) <6E680560-FD53-3C00-BDF7-7AFA28747DC8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f7f000 - 0x92fceff1  com.apple.HIServices (1.22 - 467.2) <F47161AA-E19F-3357-862F-5B4C8DA97975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A

    hi
    as u r posts the second Page is not getting triggered.. because when you put abreak point in the PAGE2 it shoud stop there.
    Now i have created 2 PAGEs for the PAGE1 next page is PAGE1 only , and  iam printing some data in PAGE1, in the PAGE2 i have created a window to print some static text.
    now i have created a COMMAND node in PAGE1 to call the PAGE2 explicitily(by chcking the GOTo NEW PAGE option -->PAGE2.
    it is working fine.
    u r also doing in this same way or someother?...
    where exactly u r using the COMMAND NODE... i thiknk it is not triggering.
    wht is next page for u r PAGE1,
    in ur command node have u given goto newpage-->PAGE2 ..
    chck onca again.

  • Problem getting to second page of an existing form within Design View

    Hello, I am having a problem adjusting data within a preeixsting form.  I can see all the pages of the form in the hierarchy section and within XML.  However, I do not know how to appropriately adjust the coding in XML and want to adjust in the design view.  I just don't know how to get past the first page of the data.
    I figure this is a simple issue; however, I could not find assistance in the help documents.  Additionally, I have called the customer service number and spoken with technical support and have not had any assistance.  When I called on Monday I waited on hold for 8 hours and finally hung up.  I called on Tuesday and got an operator who told me that I would receive a call back within 4 hours.  Again, I waited at my desk for 4 hours and no call back.  At 4 hours and 50 minutes I got a call back, but had to arrange for another time to speak due to meetings.  I was told I would receive a call back during a 4 hour window yesterday and did not receive a call back.
    I called this morning and spoke with an operator who promised me a call back within a 2 hour time slot and again, no call back.
    Very poor customer service!  I also spoke with the technical "help" online and they were not helpful either!

    it could be to do with masterpages and the way the pagination is set up. Have a look at your pages in the heirarchy and if they are masterpages you need to have set the pagination for those pages at minimum 1 page each so they will show up.

  • Problem in displaying second page in smartform

    hi,
    I m trying to display two pages (page 1 and page 2) in the smartform.
    I m using command (of flow logic) in the main window of first page to achieve this.
    While i m able to see the output by running the Smartform FM stand-alone, i cant see the same while i run it through driver program.
    Does it require any special conditions ? any config issues??
    Pl help...

    On the first page have you given the next page in "General Attributes" Tab and in the command also.,
    Check there must be the probelm wiht either of these two.
    assign points if it helps.
    -Gaurang

  • Problem in Printing with Second Page

    Hi Experts,
    I am trying to print a letter which comes in 2-3 pages.I made one smartform for that ,its working fine when i see print preview of output.But when i take printout of that, second page overlaps the first page.This problem is persisting from a very long time but my all efforts went in vein.Kindly suggest where is problem actually lies.
    Regard,
    Ashish

    Hello friend,
    There is already a thread available in SDN. Please check the link below and see whether its because of this situation you are getting the wrong input. If your situation is different let me know i will try and come back to you as soon as possible.
    Smartform Printout overlapping
    Check also this thread
    Print out of Smartforms(first page&second page) is not as in Print Preview.
    Thanks,
    Sri Hari
    Edited by: srihari.kumar on Dec 16, 2011 3:39 PM

  • Problem in printing boxes in second page

    Hi all,
             I have created a form to display item information.i have designed a table with box command in main window of the first page. In this table it has to print the item data.upto this thing its ok. Now suppose if the item data extends to second page main window, then there also it has to print the item data along with the table.But in second page the table is not coming. Anybody pls help me out regarding this....
    Thanks & Regards.
    Laxman.P
    B'lore

    hi laxman,
    plz check that u have copied the main page in to the secound page.
    if u does'nt do this thing then
    place u'r mouse pointer on the first page and copy it and then past it it will create a new poge,
    then u can remove the contents u dont want to print on the next page , or u can also add any thing new on the next page
    i hope this will solve your problem.
    buy
    aashi...

  • Smartform problem how to make second page main window dynamic?

    Hi SAP Community,
    I am facing a problem with designing a smartform. I have taken a table in the main window of the first page, and the main window length varies according to the number of entries in the table. If the records are more than that can be adjusted in the first page then the ramaining records move to the second page main window. After the second page main window i have defined a window which i have marked to get displayed after the main window, but the problem i am facing is that that the second page main window is geting overlapped with the window defined to come after it. Can any one help me with how to control the length of second page main window dynamically.
    Regards,
    Tushar

    Hi,
    Normally, to trigger next page the main window is mandatory.
    However, if the contents of main window are not sufficient enough to move over to next page then the next page would not get trigerred.
    Moreover, please check whether the table of contents in the first page are also existing in the next page otherwise you need to trigger a new page by using a command.
    Also please direct the next page of SECOND page to SECOND itself and check.
    Regards,
    Ram

  • Since downloading firefoz 4, everytime I make a browser search I get a second page with :"Firefox can't find the file at jar:file://how can I solve the problem. Kindly reply to :ramses1@videotron.ca

    Question
    firefox 4, when I make a browser search I get a second page:"Firefox can't find the file at jar:file:///D:/Program Files/Mozilla Firefox/omni.jar!/chrome/browser/content/browser/<url></url>", how can I solve the problem.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Problem with PDF files opening to the second page

    I am dealing with a fairly annoying issue where the PDF's I open to the second page without any rhyme or reason.  I open my PDF's with Internet Explorer by selecting the PDF> right clicking> selecting open with Internet Explorer. Is there anyway to fix this?
    I have tried on a
    Windows 7 32 Bit
    IE 8.0.7600.16385
    Adobe Reader 9.4

    It happens intermittently to all my PDF's. I have made sure to turn off "Restore last view settings when reopening documents" and i have also tried to change the reading order to" left, right, top to bottom". The wierdest aspect is that I can select a PDF and it will direct me to page 2 and then if i open another PDF then open the same one that opened to page 2 it will now open to page 1.

  • Problem in Continuous check printing from second page in F-58

    Hi ,
    I am using T code F-58 to trigger cheques. I have made a Z* of the standard script F110_PRENUM_CHCK as I just require the Payee name, date, amount in digits and amount in words to be printed on the cheque.I am using the continuous stationary for the cheque . I am using EPSONLQ1150II DOT Matrix printer.
    The cheque dimensions are ; width:202 MM and Height 94 MM excluding the dots on either side.
    I have created a z page format with the same dimensions ,
    also created format type with same name and for device type SWIN - Windows printing via SAPlpd
    z format is linked.
    Also in local system , i defined z page dimensions in server properties
    and selected printing preferences as this z page size .
    Issue :
    When i am trying to take print , check is printing properly in first page for spool 1 .
    If again when trying to print 2nd spool , check is not printing properly in second page check.
    It is printing 2mm down , for 3 rd page further printing downwards.
    As this is pre printed stationary data is not lying correctly from 2 nd page onwards.
    kindly give me any suggestions how to rectify this.
    Thanks & regards,
    Hari priya.

    Issue is not resolved.
    kindly give me any suggestions..
    In SWIN - Windows printing via SAPlpd device type , for DINA4
    Printer initialization :  # no action.
    End of page is having \f
    End of line is having \n
    Reset after exit is having # sapwin x_paper
    Cover page is : # no title page 
    all are in green.
    Same thing i included for MY z page format . But still it is printing same as mentioned above.
    Kindly suggest how to write initialization for z page format for SWIN device type. 
    thanks & regards,
    Hari priya
    Edited by: Hari  Priya on Apr 25, 2011 9:16 AM
    Edited by: Hari  Priya on Apr 25, 2011 11:57 AM

  • Problem with navigation and masthead by changing languages with Anonymous

    Hi All,
    i have a problem with navigation and masthead by changin the language when accessing as anonymous user.
    Ive created two additional users anon_de  (with language german )and anon_en (for english).
    I've created also two links in the in masthead:
    /irj/portal/anonymous?guest_user=anon_en and /irj/portal/anonymous?guest_user=anon_de
    When i choose "de" for the first time it works fine, but when i choose "en" again the language in the content are is changing to english again, but not in navigation and masthead. When i click again on link for "en" the languge is set to english. Strange thing is that when i click on "de" instead the portal content change to german but masthead and navigation are in english now, as it should be before....
    It seems that masthead and navigation have always prevoius language selected.
    Do you know, what could be the reason of that strange behavior?
    Thanks for help
    Karol

    Hi Detlev,
    you are right. the user is not "updated" fast enough... the strange thing is, that it works by the first time i change the language...
    well.. i can implement that workaround as you suposed, but it would be a really workaround as the same page will be requestes second time, causing requests number to be double..
    Thanks for help
    ps. i forgot to mark this message as question to give points.. if you tell me how i can change that ill reward your answer..

  • Problems with navigation when deploy application on WebLogic 10.3

    Hi! I have problems with navigation when I deploy my application on Weblogic server 10.3. In my application I have two pages. One page where I can see the records. In this page I have button Create with action to secound jspx page. When I press this button then the first form (where I could see all records) is empty - the create operation worked, but navigation to second page not. Navigation rules is in adf task flow. In default server all works correct. Where is the problem?
    Maybe when I deploy my application I need specialy deploy adf task flow or somewhere write something? If so, then can you explain me where? Any suggestions what to do.
    Best regards!

    I have in log:
    2009.26.3 20:12:52 oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImp
    l setLifecycleContextBuilder
    WARNING: ADFc: Replacing the ADF Page Lifecycle implementation with 'oracle.adfi
    nternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
    2009.26.3 20:12:52 oracle.adfinternal.controller.util.model.AdfmInterface initia
    lize
    INFO: ADFc: BindingContext is present, using ADFm APIs for DataControlFrames.
    2009.26.3 20:12:52 oracle.adfinternal.controller.metadata.provider.MdsMetadataRe
    sourceProvider <init>
    INFO: ADFc: Controller caching of MDS metadata resources ENABLED.
    2009.26.3 20:12:52 oracle.adf.controller.internal.metadata.MetadataService$Boots
    trap add
    INFO: ADFc: Loading bootstrap metadata from '/WEB-INF/adfc-config.xml'.
    2009.26.3 20:12:54 oracle.adf.share.security.providers.jps.CSFCredentialStore fe
    tchCredential
    WARNING: Unable to locate the credential for key AUGI in D:\bea\user_projects\do
    mains\base_domain\config\oracle.
    2009.26.3 20:12:54 oracle.adf.share.jndi.ReferenceStoreHelper throwPartialResult
    Exception
    WARNING: Incomplete connection information
    Edited by: Debuger on Mar 26, 2009 11:18 AM

  • Problems navigate to other page when handover an internal table

    Hi all,
    I am navigating from one bsp page to another bsp page within an bsp application. In the first page an internal table is filled, handed over to the second page, and displayed in an html table. Everything works fine, while the internal table is small, once the internal table is growing, system does not navigate anymore, instead a message is coming up: internal error 500 in the IE.
    maybe there is a limitation on the html pagelenght, even if i did not limit ?
    muchos gracias for any hints or suggestions. thx Michael

    Hi Michael,
    Server side cokies is also a very good option for
    transferring bigger data, but using
    navigation->use_auto_submit_form( ) is having some problems.... see this
    Re: using navigation->use_auto_form_submit().
    Hope it helps.
    Regards,
    Narinder Hartala
    Message was edited by: Narinder Hartala

  • SOS Problem with navigation rules

    Hello,
    I have been stuck for some time with a navigation problem: It seems my faces DD is read but the navigations rules are not. Unfortunately it does not give me any exception. The only thing that occurs is that the home page reloads itself instead of redirecting to the second page.
    Here is my DD:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"  "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
    <faces-config>
         <!-- ==============================  Application  ============================== -->
         <application>
              <locale-config>
                   <default-locale>en</default-locale>
              </locale-config>
         </application>
         <!-- ==============================  Managed Beans ============================== -->
         <managed-bean>
              <managed-bean-name>GuideSearchManagedBean</managed-bean-name>
              <managed-bean-class>com.softwareag.test_guide.web.temp.PGSearchManagedBean</managed-bean-class>
              <managed-bean-scope>session</managed-bean-scope>
         </managed-bean>
         <!-- ==============================   Navigation rules ============================== -->
         <navigation-rule>
              <from-view-id>/home.jsp</from-view-id>
              <navigation-case>
              <from-action>#{GuideSearchManagedBean.newSearchAction}</from-action>
              <from-outcome>displayResults</from-outcome>
              <to-view-id>/errorOccured.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
    </faces-config>Here is my jsf:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <f:view>
    <html>
    <head>
    <title>home</title>
    </head>
    <body>
    <h:form id="guide_form">
    category
    <h:selectOneMenu id="category" value="#{GuideSearchManagedBean.category}" required="true">
    <f:selectItem itemValue="2" itemLabel="resto"/>
    <f:selectItem itemValue="1" itemLabel="bar"/>
    <f:selectItem itemValue="3" itemLabel="disco"/>
    </h:selectOneMenu>
    <br /><br />
    postcode<br /><br />
    <h:selectManyListbox id="postcodes" value="#{GuideSearchManagedBean.postcodes}" required="true">
    <f:selectItem itemValue="75001" itemLabel="75001"/>
    <f:selectItem itemValue="75002" itemLabel="75002"/>
    <f:selectItem itemValue="75003" itemLabel="75003"/>
    <f:selectItem itemValue="75004" itemLabel="75004"/>
    <f:selectItem itemValue="75005" itemLabel="75005"/>
    <f:selectItem itemValue="75006" itemLabel="75006"/>
    </h:selectManyListbox>
    <br /><br />
    name
    <h:inputText id="name" value="#{GuideSearchManagedBean.name}"/>
    <br /><br />
    with comments
    <h:selectBooleanCheckbox id="commentsExist" value="#{GuideSearchManagedBean.commentsExist}"/>
    <br /><br />
    order by
    <h:selectOneRadio id="sortOrderCriterion" value="#{GuideSearchManagedBean.sortOrderCriterion}" layout="pageDirection">
      <f:selectItem itemValue="GRADES" itemLabel="note"/>
      <f:selectItem itemValue="DB_ESTABLISHMENT_NAME" itemLabel="name"/>
      <f:selectItem itemValue="DB_POSTCODE" itemLabel="postcode"/>
    </h:selectOneRadio>
    <br /><br />
    minimum note
    <h:selectOneMenu id="minimumNote" value="#{GuideSearchManagedBean.minimumNote}">
    <f:selectItem itemValue="1" itemLabel="1"/>
    <f:selectItem itemValue="2" itemLabel="2"/>
    <f:selectItem itemValue="3" itemLabel="3"/>
    <f:selectItem itemValue="4" itemLabel="4"/>
    <f:selectItem itemValue="5" itemLabel="5"/>
    </h:selectOneMenu>
    <br /><br />
    <h:commandButton id="submit" action="#{GuideSearchManagedBean.newSearchAction}" value="Submit" />
    </h:form>
    </body>
    </html>
    </f:view>Here is my Managed bean:
    package com.softwareag.test_guide.web.temp;
    import java.rmi.RemoteException;
    import java.util.List;
    import com.softwareag.test_guide.web.util.PGFactory;
    * @author Julien Martin
    public class PGSearchManagedBean {
         private String category;
         private List postcodes;
         private String name;
         private boolean commentsExist;
         private String sortOrderCriterion;
         private int minimumNote;
         public String newSearchAction(){
              System.out.println("----------within new search action--------------");//this line never gets printed
              return "displayResults";
         public String nextAction() throws RemoteException { //TODO: Remove that
              PGSearch search = PGFactory.getSearchInstance();
              String issue = search.next();
              return issue;
         public String previousAction() throws RemoteException { //TODO: Remove that
              PGSearch search = PGFactory.getSearchInstance();
              String issue = search.previous();
              return issue;
         public String getCategory() {
              return category;
         public boolean getCommentsExist() {
              return commentsExist;
         public int getMinimumNote() {
              return minimumNote;
         public String getName() {
              return name;
         public List getPostcodes() {
              return postcodes;
         public String getSortOrderCriterion() {
              return sortOrderCriterion;
         public void setCategory(String string) {
              category = string;
         public void setCommentsExist(boolean bool) {
              commentsExist = bool;
         public void setMinimumNote(int i) {
              minimumNote = i;
         public void setName(String string) {
              name = string;
         public void setPostcodes(List list) {
              postcodes = list;
         public void setSortOrderCriterion(String string) {
              sortOrderCriterion = string;
    }Can anyone help? I am really stuck. :-)
    Julien Martin.

    Hi,
    I added a messages component to your home.jsp page and saw that the page produced validation errors (often the cause for failed navigation).
    The problem is that the beans property minimumNote expects an int but gets a String. When you change the the type in the bean to String it works.
    You will probably want to add a converter to the uicomponent to get the correct type. I'd be happy to tell you how, but I'm just starting with jsf ;-).

Maybe you are looking for

  • Ata problems with new dvd drive. [SOLVED]

    I just bought a new dvd-burner. At the first boot I noticed a lot of messages along the lines of: ata2 exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen and an extremely long boot time. 3 to 5 minutes. When finally booting in to system the driv

  • Download updates of apps stucks to wait, movie download blocks it! How to finish the movie download?

    Please help, how can I stop the movie download? I've even seen the movie on the pad already, but it is still shown as downloading. Pressing pause will download the other apps, but does not solve the problem  downloading of the movie endlessly.

  • RAW Fine tuning

    The RAW Fine tuning options are not showing up in my adjustments hud. I have Aperture 1.5.6. I can't find a way to add this to my adjustments hud. How can I add this?

  • Question about Analyze Table

    Hi Guys, I am creating an Oracle Job that performs two tasks: 1.) Delete record from a Table A older than 30 days. 2.) Perform Analyze Table to the Table A after deleting records. The thing that makes me think is that aside from the job I'm creating,

  • Keep the zoom level the same when scrolling through photos

    To decide which is the best photo that i've got, i usually compares the details by zooming and switching through photos back and forth, but keep the zoom level the same.. The problem is, in iPhoto 11 i can't do this.. Because everytime i scroll to an