Application hangs displaying message "Loading...."

Jdev 11.1.1.4
I have a little fusion application.
If I execute it in the local server (in Jdeveloper) with chrome it runs ok. With firefox and internet explorer it also works ok.
When I deploy the application to the development server, it only executes ok with chrome. In firefox and internet explorer, the application displays the table but it doesn't fill it contents. Instead, the message "Loading...." appears.
I'm runnging the application with chrome 29.0.1547.66 m, firefox 24.0 and internet explorer 8.0.7600.16385.
I know that some versions of internet explorer are not compatible with ADF, but firefox I think it is compatible. In addition, both browsers work ok in LOCAL (Windows 7) but not with the development server.
Any idea ?

Thomas,
I have taken a look in directory /soft/oracle/mid16/user_projects/domains/DCompany/servers/area/logs to files area.log and area-diagnostics wich are the most lately updated in this directory.
This files is where I normally found java error stacks and other information, but in this case I'm not getting any java error.
These are the messages in file area.log after executing the application with chrome. When executing with firefox or ie nothing appears in this file.
####<Sep 17, 2013 9:22:32 PM CEST> <Info> <JDBC> <srv563> <area_marketing> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000001aa5> <1379445752441> <WL-001128> <Connection for pool "mds-owsm" has been closed.>
####<Sep 17, 2013 9:22:54 PM CEST> <Info> <Common> <srv563> <area_marketing> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <<anonymous>> <> <11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000000004> <1379445774440> <WL-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
####<Sep 17, 2013 9:23:01 PM CEST> <Info> <Common> <srv563> <area_marketing> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <ENRIQUE.LOBATO> <> <11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000001aaa> <1379445781865> <WL-000628> <Created "1" resources for pool "nxa_sesinfo_app_sesinfo", out of which "1" are available and "0" are unavailable.>
####<Sep 17, 2013 9:23:09 PM CEST> <Warning> <Socket> <srv563> <area_marketing> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000001aae> <1379445789940> <WL-000449> <Closing socket as no data read from it on 172.16.129.148:56,522 during the configured idle timeout of 5 secs>
####<Sep 17, 2013 9:23:09 PM CEST> <Warning> <Socket> <srv563> <area_marketing> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000001aae> <1379445789940> <WL-000449> <Closing socket as no data read from it on 172.16.129.148:56,525 during the configured idle timeout of 5 secs>
####<Sep 17, 2013 9:23:09 PM CEST> <Warning> <Socket> <srv563> <area_marketing> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000001aae> <1379445789940> <WL-000449> <Closing socket as no data read from it on 172.16.129.148:56,524 during the configured idle timeout of 5 secs>
####<Sep 17, 2013 9:23:09 PM CEST> <Warning> <Socket> <srv563> <area_marketing> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000001aae> <1379445789940> <WL-000449> <Closing socket as no data read from it on 172.16.129.148:56,521 during the configured idle timeout of 5 secs>
####<Sep 17, 2013 9:23:09 PM CEST> <Warning> <Socket> <srv563> <area_marketing> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000001aae> <1379445789940> <WL-000449> <Closing socket as no data read from it on 172.16.129.148:56,523 during the configured idle timeout of 5 secs>
in file  area-diagnostics this is added after executing in chrome:
[2013-09-17T21:23:01.801+02:00] [area_marketing] [WARNING] [ADF_FACES-60099] [oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: ENRIQUE.LOBATO] [ecid: 11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000001aaa,0] [APP: sesinfo] The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
and this when executing with firefox or ie:
[2013-09-17T21:25:28.651+02:00] [area_marketing] [WARNING] [ADF_FACES-60099] [oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 11d1def534ea1be0:6a02c932:1412a19a713:-8000-0000000000001abf,0] [APP: sesinfo] The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
I think there is no relevant difference.
Do you think I have to look in other files ?

Similar Messages

  • Messages application not displaying messages

    Hi everyone, i am hoping to get some help here.
    anytime i miss a call, the missed call log takes over my messages application (even though i did not enable call logs to be displayed in my messages application). So when i open my message or email application i will not see my emails but my missed call logs will be displayed there until i do a hard reset.
    This is starting to annoy me. Is there a fix to correct this error?
    Thanks

    "My Device: Blackberry Curve 9315/9320"
    What model BlackBerry is this? Where did you get a "9315" from?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • The custom error message in the bank application is displaying in English

    Hello Team,
    The custom error message for a blank institution number in the bank application is displaying in English when the user is logged in French. See attached screen shot.
    ESS --> Personal Information --> Bank Information.
    Could any one let me know the procedure in solving the error. Helpful answer is highly appreciated.
    Thanks,
    Sankar

    Hi,
    sandip is correct, go to SE11 Table T100.
    I did it this way: Searched for (in my case) SPRSL = DE and TEXT = "Bitte Bankschlüssel eingeben" (that's the said error message). With the upcoming result I got the message ID and message Number, these are:
    ARBGB = 'AR' MSGNR = '195'
    ARBGR = '1J' MSGNR ='510'
    Maintain them for your SPRSL and you should be fine.
    regards, Lukas

  • ADF application hangs after  $$added root$$ message in the logs

    Hi ADF Gurus,
    We have an ADF application which freezes after we create a row in a particular VO,
    When debugged in Jdev, the application seems to hang when either of the below log messages appear. Does anybody know what these messages mean? Just hoping for some hint as to where the problem might lie. The table where the new row is added has about 150,000 records in it
    Log messages:
    <PCollNode> <checkForSplit> [50545] $$added root$$ id=-2
    <PCollNode> <checkForSplit> [50546] $$added root$$ id=-73
    <PCollNode> <checkForSplit> [50636] $$added root$$ id=-2559
    Environment details:
    Jdev: 11.1.1.5.0
    Database:11g
    Thanks
    -Venkat

    duplicate post: ADF application hangs after  $$added root$$ message in the logs

  • How do I fix Mountain Lion issue after login where Keychain Access attempts to open, hanging up with "application not responding" message?

    How do I fix Mountain Lion issue after login where Keychain Access attempts to open, hanging up with "application not responding" message?

    You could try booting into Safe Mode to see if that will help. And "Repair Permissions" in Disk Utility.
    Have you got Keychain set to open on Login or is it attempting to open on it's own.

  • Adobe Extension Manager CS6 still hangs trying to load the extensions after recommendations

    I'm having some issues with My Adobe Extension Manager on CS6 (Windows 7 computer).
    The things I've tried so far are:
    Uninstalling it and re-installing
    Downloading and installing the patch that was mentioned on this forum
    Removing all of the MX files and pasting them in a separate folder
    None of which have been successful. I have created a log file as mentioned on these forums. I'd be grateful if anyone can recommend what the cause might be?
    Just a note my user name doesn't have any apostrophe's in it.
    Thanks:
    4/19/2013 10:53:12.770 [INFO] com.adobe.exman.controller.PassiveGatewayPrepCommand execute(), PassiveGatewayPrepCommand is executed.
    4/19/2013 10:53:12.776 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway registerAirInterfaces
    4/19/2013 10:53:12.777 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway sendCallBackReady(), available==true
    4/19/2013 10:53:12.778 [INFO] com.adobe.exman.controller.ModelPrepCommand ModelPrepCommand command finished.
    4/19/2013 10:53:12.780 [INFO] com.adobe.exman.model.ExManConfigurationProxy ExManConfigurationProxy(), zstringPath is: C:\Program Files (x86)\Adobe\Adobe Extension Manager CS6\ZStringResources
    4/19/2013 10:53:12.781 [INFO] com.adobe.exman.model.ExManConfigurationProxy initLocaleList(), the locale list is: en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_BR ,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.783 [INFO] com.adobe.exman.view.ExManApp ExManApp(), instance is constructed.
    4/19/2013 10:53:12.802 [DEBUG] com.adobe.exman.util.ExManVulcan ExManVulcan: ctor...
    4/19/2013 10:53:12.806 [DEBUG] com.adobe.exman.util.ExManVulcan ExManVulcan, vulcanSetup
    4/19/2013 10:53:12.821 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airGetLocaleList Message:-1,airGetLocaleList
    4/19/2013 10:53:12.821 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirGetLocaleList(), sessionId== -1
    4/19/2013 10:53:12.821 [INFO] com.adobe.exman.controller.passivecommand.GetLocaleListCommand execute(), sessionId= -1
    4/19/2013 10:53:12.822 [INFO] com.adobe.exman.controller.passivecommand.GetLocaleListCommand execute(), the locale list is: en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_BR ,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.822 [INFO] com.adobe.exman.controller.passivecommand.RespondPassiveExternalGatewayCommand execute(), parameter: sessionId to respond: -1parameters to respond: en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_BR ,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.823 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway giveResponseToExternal(), the args to external interface is: externalCallBack,-1,0,en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,n b_NO,nl_NL,pl_PL,pt_BR,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.823 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-1,0,en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,n b_NO,nl_NL,pl_PL,pt_BR,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.840 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airSetLocale Message:-2,airSetLocale,en_US
    4/19/2013 10:53:12.841 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirSetLocale(), sessionId=-2args=en_US
    4/19/2013 10:53:12.841 [INFO] com.adobe.exman.model.ExManConfigurationProxy defaultOSLocale(), set to: en_US
    4/19/2013 10:53:12.846 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: SET_LOCAL
    notification body: en_US
    4/19/2013 10:53:12.846 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    4/19/2013 10:53:12.846 [DEBUG] com.adobe.exman.view.ExManApp SET_LOCAL
    4/19/2013 10:53:12.846 [INFO] com.adobe.exman.view.ExManApp handleNotification(), locale= en_US
    4/19/2013 10:53:12.848 [INFO] com.adobe.exman.controller.LoadUIPreferencesCommand execute(), LoadUIPreferencesCommand is executed.
    4/19/2013 10:53:12.850 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: LOAD_UI_PREFERENCES_DONE
    notification body: [object UIPreferences]
    4/19/2013 10:53:12.850 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    4/19/2013 10:53:12.850 [DEBUG] com.adobe.exman.view.ExManApp LOAD_UI_PREFERENCES_DONE
    4/19/2013 10:53:12.850 [INFO] com.adobe.exman.controller.SetWindowPreferencesCommand execute(), SetWindowPreferencesCommand is executed.
    4/19/2013 10:53:12.851 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----
    4/19/2013 10:53:12.852 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ExternalGateway()
    4/19/2013 10:53:12.852 [INFO] com.adobe.exman.controller.gateway.ExternalGateway resetExternalInterface()
    4/19/2013 10:53:12.852 [INFO] com.adobe.exman.controller.gateway.ExternalGateway resetExternalInterface(), airCallBack added.
    4/19/2013 10:53:12.852 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----
    4/19/2013 10:53:12.853 [INFO] com.adobe.exman.controller.gateway.ExternalGateway setWindowPreferences(), sessionId= 0, windowPosition_x= 100, windowPosition_y= 100, windowWidth= 810, windowHeight= 600
    4/19/2013 10:53:12.861 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message0,0
    4/19/2013 10:53:12.862 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 0
    responseType= 0
    responseBody=
    4/19/2013 10:53:12.862 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::SetWindowPreferencesSession got parameters in handleResponse:
    responseType= 0
    4/19/2013 10:53:12.862 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    4/19/2013 10:53:12.862 [DEBUG] com.adobe.exman.view.ExManApp NOTIF_SET_WINDOW_PREFERENCES_SUCCEED
    4/19/2013 10:53:12.863 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now:
    4/19/2013 10:53:12.884 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange()
    4/19/2013 10:53:12.884 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth()
    4/19/2013 10:53:12.885 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth(), width of column [OnOff] set to: 73
    4/19/2013 10:53:12.886 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange(), width of column [0] is changed to: 73
    4/19/2013 10:53:12.899 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-3,airParseXML,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.900 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-3got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    4/19/2013 10:53:12.900 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.901 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Illustrator%20CS6/Support%20Files/Conten ts/Windows/Configuration/XManConfig.xml
    4/19/2013 10:53:12.901 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.902 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Illustrator%20CS6/Support%20Files/Conten ts/Windows/Configuration/XManConfig.xml
    4/19/2013 10:53:12.918 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-3,0,$illustrator,$InstallFolder/../../..,$plugin,$InstallFolder/../../. ./Plug-ins,$scripting,$InstallFolder/../../../Scripting,$presets,$InstallFolder/../../../P resets,DisplayName,Illustrator CS6 32,ProductName,Illustrator32,FamilyName,Illustrator,ProductVersion,16.0,HostNameForCSXS,I LST,IconPath,Configuration/ai_app_24px.png,SupportedInSuite,CS6,DefaultLocale,en_US,Bit,32
    4/19/2013 10:53:12.918 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-3,0,$illustrator,$InstallFolder/../../..,$plugin,$InstallFolder/../../. ./Plug-ins,$scripting,$InstallFolder/../../../Scripting,$presets,$InstallFolder/../../../P resets,DisplayName,Illustrator CS6 32,ProductName,Illustrator32,FamilyName,Illustrator,ProductVersion,16.0,HostNameForCSXS,I LST,IconPath,Configuration/ai_app_24px.png,SupportedInSuite,CS6,DefaultLocale,en_US,Bit,32
    4/19/2013 10:53:12.925 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-4,airParseXML,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.925 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-4got xml String to parse: C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\XManConfig.xml
    4/19/2013 10:53:12.926 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.926 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files/Adobe/Adobe%20Illustrator%20CS6%20(64%20Bit)/Support%20Files/C ontents/Windows/Configuration/XManConfig.xml
    4/19/2013 10:53:12.926 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.926 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files/Adobe/Adobe%20Illustrator%20CS6%20(64%20Bit)/Support%20Files/C ontents/Windows/Configuration/XManConfig.xml
    4/19/2013 10:53:12.938 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-4,0,$illustrator,$InstallFolder/../../..,$plugin,$InstallFolder/../../. ./Plug-ins,$scripting,$InstallFolder/../../../Scripting,$presets,$InstallFolder/../../../P resets,DisplayName,Illustrator CS6 64,ProductName,Illustrator64,FamilyName,Illustrator,ProductVersion,16.0,HostNameForCSXS,I LST,IconPath,Configuration/ai_app_24px.png,SupportedInSuite,CS6,DefaultLocale,en_US,Bit,64
    4/19/2013 10:53:12.938 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-4,0,$illustrator,$InstallFolder/../../..,$plugin,$InstallFolder/../../. ./Plug-ins,$scripting,$InstallFolder/../../../Scripting,$presets,$InstallFolder/../../../P resets,DisplayName,Illustrator CS6 64,ProductName,Illustrator64,FamilyName,Illustrator,ProductVersion,16.0,HostNameForCSXS,I LST,IconPath,Configuration/ai_app_24px.png,SupportedInSuite,CS6,DefaultLocale,en_US,Bit,64
    4/19/2013 10:53:12.943 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-5,airParseXML,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.944 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-5got xml String to parse: C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    4/19/2013 10:53:12.944 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.944 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20InDesign%20CS6/Configuration/XManConfig. xml
    4/19/2013 10:53:12.944 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.945 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20InDesign%20CS6/Configuration/XManConfig. xml
    4/19/2013 10:53:12.957 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-5,0,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Adobe/Adobe InDesign CS6,DisplayName,InDesign CS6,GlobalProductName,Adobe InDesign CS6,ProductName,InDesign,ProductVersion,8.0,HostNameForCSXS,IDSN,IconPath,Configuration/I con.png,SupportedInSuite,CS6,DefaultLocale,en_GB,NeedLockableExtension,true,ShowInstalledF iles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_GB/Extensions,PluginConfigFile,$UserDataFolder/Adobe/InDesign/Version 8.0/en_GB/PlugInConfig.txt
    4/19/2013 10:53:12.958 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-5,0,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Adobe/Adobe InDesign CS6,DisplayName,InDesign CS6,GlobalProductName,Adobe InDesign CS6,ProductName,InDesign,ProductVersion,8.0,HostNameForCSXS,IDSN,IconPath,Configuration/I con.png,SupportedInSuite,CS6,DefaultLocale,en_GB,NeedLockableExtension,true,ShowInstalledF iles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_GB/Extensions,PluginConfigFile,$UserDataFolder/Adobe/InDesign/Version 8.0/en_GB/PlugInConfig.txt
    4/19/2013 10:53:12.963 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-6,airParseXML,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.963 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-6got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\XManConfig.xml
    4/19/2013 10:53:12.963 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.964 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Photoshop%20CS6/Configuration/XManConfig .xml
    4/19/2013 10:53:12.964 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.964 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Photoshop%20CS6/Configuration/XManConfig .xml
    4/19/2013 10:53:12.977 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-6,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Win,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS6/Configuration,DisplayName,Photoshop CS6 32,ProductName,Photoshop32,FamilyName,Photoshop,ProductVersion,13.0,IconPath,Configuratio n/PS_exman_24px.png,SupportedInSuite,CS6,HostNameForCSXS,PHSP,Bit,32
    4/19/2013 10:53:12.978 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-6,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Win,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS6/Configuration,DisplayName,Photoshop CS6 32,ProductName,Photoshop32,FamilyName,Photoshop,ProductVersion,13.0,IconPath,Configuratio n/PS_exman_24px.png,SupportedInSuite,CS6,HostNameForCSXS,PHSP,Bit,32
    4/19/2013 10:53:12.990 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-7,airParseXML,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.990 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-7got xml String to parse: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\XManConfig.xml
    4/19/2013 10:53:12.991 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.991 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files/Adobe/Adobe%20Photoshop%20CS6%20(64%20Bit)/Configuration/XManC onfig.xml
    4/19/2013 10:53:12.991 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.991 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files/Adobe/Adobe%20Photoshop%20CS6%20(64%20Bit)/Configuration/XManC onfig.xml
    4/19/2013 10:53:13.020 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-7,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Win,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS6/Configuration,DisplayName,Photoshop CS6 64,ProductName,Photoshop64,FamilyName,Photoshop,ProductVersion,13.0,IconPath,Configuratio n/PS_exman_24px.png,SupportedInSuite,CS6,HostNameForCSXS,PHSP,Bit,64
    4/19/2013 10:53:13.021 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-7,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Win,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS6/Configuration,DisplayName,Photoshop CS6 64,ProductName,Photoshop64,FamilyName,Photoshop,ProductVersion,13.0,IconPath,Configuratio n/PS_exman_24px.png,SupportedInSuite,CS6,HostNameForCSXS,PHSP,Bit,64
    4/19/2013 10:53:13.034 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-8,airParseXML,C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:13.035 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-8got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\Configuration\XManConfig.xml
    4/19/2013 10:53:13.035 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:13.035 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Dreamweaver%20CS6/Configuration/XManConf ig.xml
    4/19/2013 10:53:13.035 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:13.035 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Dreamweaver%20CS6/Configuration/XManConf ig.xml
    4/19/2013 10:53:13.062 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-8,0,$sharedextensionfolder,$shareddatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration/Extensions,$dreamweaver,$installfolder,$dreamweaver/Configurati on,$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration,$UserBinfolder,$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE,NeedOperationNotification,true,QuitScript,dw.quitApplication(),SupportedInSui te,CS6,HostNameForCSXS,DRWV,ProductVersion,12.0,Bit,32
    4/19/2013 10:53:13.062 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-8,0,$sharedextensionfolder,$shareddatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration/Extensions,$dreamweaver,$installfolder,$dreamweaver/Configurati on,$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration,$UserBinfolder,$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE,NeedOperationNotification,true,QuitScript,dw.quitApplication(),SupportedInSui te,CS6,HostNameForCSXS,DRWV,ProductVersion,12.0,Bit,32
    4/19/2013 10:53:13.068 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-9,airParseXML,C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:13.068 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-9got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\XManConfig.xml
    4/19/2013 10:53:13.068 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:13.068 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Fireworks%20CS6/Configuration/XManConfig .xml
    4/19/2013 10:53:13.069 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:13.069 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Fireworks%20CS6/Configuration/XManConfig .xml
    4/19/2013 10:53:13.098 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-9,0,HostNameForCSXS,FWKS,ProductVersion,12.0,PreExtensionFolder,$Shared CommonDataFolder/Adobe/Fireworks CS6/PreInstall,$fireworks,$installfolder,$fireworksuser,$userdatafolder/adobe/Fireworks CS6,SupportedInSuite,CS6,Bit,32
    4/19/2013 10:53:13.098 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-9,0,HostNameForCSXS,FWKS,ProductVersion,12.0,PreExtensionFolder,$Shared CommonDataFolder/Adobe/Fireworks CS6/PreInstall,$fireworks,$installfolder,$fireworksuser,$userdatafolder/adobe/Fireworks CS6,SupportedInSuite,CS6,Bit,32
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-10,airParseXML,C:\Program Files (x86)\Adobe\Adobe Flash CS6\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-10got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Flash CS6\XManConfig.xml
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Flash%20CS6/XManConfig.xml
    4/19/2013 10:53:13.106 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Flash%20CS6/XManConfig.xml
    4/19/2013 10:53:13.134 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-10,0,$UserExtensionFolder,$UserDataFolder/Adobe/Flash CS6/$Locale/Configuration/Extensions,SupportedInSuite,CS6,HostNameForCSXS,FLPR,Bit,32,$Ro otFolder,$InstallFolder,$RootFolderLocal,$InstallFolder/$LOCALE,$flash,$userdatafolder/Ado be/Flash CS6/$LOCALE/Configuration,$UserBinfolder,$userdatafolder/Adobe/Flash CS6/$LOCALE/Configuration
    4/19/2013 10:53:13.134 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-10,0,$UserExtensionFolder,$UserDataFolder/Adobe/Flash CS6/$Locale/Configuration/Extensions,SupportedInSuite,CS6,HostNameForCSXS,FLPR,Bit,32,$Ro otFolder,$InstallFolder,$RootFolderLocal,$InstallFolder/$LOCALE,$flash,$userdatafolder/Ado be/Flash CS6/$LOCALE/Configuration,$UserBinfolder,$userdatafolder/Adobe/Flash CS6/$LOCALE/Configuration
    4/19/2013 10:53:13.416 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airNotifyReady Message:-12,airNotifyReady
    4/19/2013 10:53:13.417 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirNotifyReady(), sessionId=-12
    4/19/2013 10:53:13.418 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----
    4/19/2013 10:53:13.418 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----
    4/19/2013 10:53:13.418 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----
    4/19/2013 10:53:13.419 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----
    4/19/2013 10:53:13.419 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----3----
    4/19/2013 10:53:13.419 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----3----
    4/19/2013 10:53:13.420 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ###getExManConfigPath(), the params to OWL: sessionid=2
    4/19/2013 10:53:13.420 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalGetExManConfigPath,2
    4/19/2013 10:53:13.422 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ###getSupportedProducts(), the params to OWL: sessionid=3
    4/19/2013 10:53:13.422 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalGetSupportedProducts,3
    4/19/2013 10:53:13.427 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message2,0,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\,6.0.5.9,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS5.5\Configuration\Extensions\,C:\ProgramData\Adobe\Extension Manager CS6\,C:\ProgramData\Adobe\Extension Manager CS5.5\,C:\Program Files (x86)
    4/19/2013 10:53:13.427 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 2
    responseType= 0
    responseBody=C:\ProgramData\Adobe\Extension Manager CS6\EM Store\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\,6.0.5.9,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS5.5\Configuration\Extensions\,C:\ProgramData\Adobe\Extension Manager CS6\,C:\ProgramData\Adobe\Extension Manager CS5.5\,C:\Program Files (x86)
    4/19/2013 10:53:13.427 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::GetExManConfigPathSession got parameters in handleResponse:
    responseType= 0
    4/19/2013 10:53:13.428 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :C:\ProgramData\Adobe\Extension Manager CS6\EM Store\
    4/19/2013 10:53:13.428 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\
    4/19/2013 10:53:13.428 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :6.0.5.9
    4/19/2013 10:53:13.428 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS5.5\Configuration\Extensions\
    4/19/2013 10:53:13.429 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4 :C:\ProgramData\Adobe\Extension Manager CS6\
    4/19/2013 10:53:13.429 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5 :C:\ProgramData\Adobe\Extension Manager CS5.5\
    4/19/2013 10:53:13.429 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 6 :C:\Program Files (x86)
    4/19/2013 10:53:13.430 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy totalExtDir(), the _totalExtDir is set to: C:\ProgramData\Adobe\Extension Manager CS6\EM Store\
    4/19/2013 10:53:13.430 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy myEMStorePath(), the _myEMStorePath is set to: C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\
    4/19/2013 10:53:13.430 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy the extension manager's version is set to: 6.0.5.9
    4/19/2013 10:53:13.431 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy the extension manager last version extension path is set to: C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS5.5\Configuration\Extensions\
    4/19/2013 10:53:13.431 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----3----
    4/19/2013 10:53:13.451 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message3,0,0,Flash CS6,Flash,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Flash,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Flash CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Flash CS6\,,0,0,FLPR,,,1,C:\Program Files (x86)\Adobe\Adobe Flash CS6\,0,Fireworks CS6,Fireworks,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Fireworks,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\,,0,0,FWKS,,,1,C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\,0,Dreamweaver CS6,Dreamweaver,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Dreamweaver,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6\,,0,0,DRWV,,,1,C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\Configuration\,0,Photoshop CS6 64,Photoshop64,13.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 64\,,http://www.adobe.com/go/exchange,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\PS_exman_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Photoshop,C:\ProgramData\Adobe\Exte nsion Manager CS6\EM Store\Photoshop CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Photoshop CS6 64\,,0,0,PHSP,,,2,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\,0,Photoshop CS6 32,Photoshop32,13.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 32\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\PS_exman_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Photoshop,C:\ProgramData\Adobe\Exte nsion Manager CS6\EM Store\Photoshop CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Photoshop CS6 32\,,0,0,PHSP,,,1,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\,0,InDesign CS6,InDesign,8.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\Icon.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\InDesign CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\InDesign CS6\,,1,1,IDSN,C:\Users\*************\AppData\Roaming\Adobe\InDesign\Version 8.0\en_GB\PlugInConfig.txt,Adobe InDesign CS6,1,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\,0,Illustrator CS6 64,Illustrator64,16.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 64\,,http://www.adobe.com/go/exchange,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\ai_app_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Illustrator,C:\ProgramData\Adobe\Ex tension Manager CS6\EM Store\Illustrator CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 64\,,0,0,ILST,,,2,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\,0,Illustrator CS6 32,Illustrator32,16.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\ai_app_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Illustrator,C:\ProgramData\Adobe\Ex tension Manager CS6\EM Store\Illustrator CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 32\,,0,0,ILST,,,1,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\
    4/19/2013 10:53:13.452 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 3
    responseType= 0
    responseBody=0,Flash CS6,Flash,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Flash,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Flash CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Flash CS6\,,0,0,FLPR,,,1,C:\Program Files (x86)\Adobe\Adobe Flash CS6\,0,Fireworks CS6,Fireworks,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Fireworks,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\,,0,0,FWKS,,,1,C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\,0,Dreamweaver CS6,Dreamweaver,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Dreamweaver,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6\,,0,0,DRWV,,,1,C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\Configuration\,0,Photoshop CS6 64,Photoshop64,13.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 64\,,http://www.adobe.com/go/exchange,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\PS_exman_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Photoshop,C:\ProgramData\Adobe\Exte nsion Manager CS6\EM Store\Photoshop CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Photoshop CS6 64\,,0,0,PHSP,,,2,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\,0,Photoshop CS6 32,Photoshop32,13.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 32\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\PS_exman_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Photoshop,C:\ProgramData\Adobe\Exte nsion Manager CS6\EM Store\Photoshop CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Photoshop CS6 32\,,0,0,PHSP,,,1,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\,0,InDesign CS6,InDesign,8.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\Icon.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\InDesign CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\InDesign CS6\,,1,1,IDSN,C:\Users\*************\AppData\Roaming\Adobe\InDesign\Version 8.0\en_GB\PlugInConfig.txt,Adobe InDesign CS6,1,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\,0,Illustrator CS6 64,Illustrator64,16.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 64\,,http://www.adobe.com/go/exchange,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\ai_app_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Illustrator,C:\ProgramData\Adobe\Ex tension Manager CS6\EM Store\Illustrator CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 64\,,0,0,ILST,,,2,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\,0,Illustrator CS6 32,Illustrator32,16.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\ai_app_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Illustrator,C:\ProgramData\Adobe\Ex tension Manager CS6\EM Store\Illustrator CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 32\,,0,0,ILST,,,1,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\
    4/19/2013 10:53:13.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::GetSupportedProductsSession got parameters in handleResponse:
    responseType= 0
    4/19/2013 10:53:13.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0
    4/19/2013 10:53:13.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :Flash CS6
    4/19/2013 10:53:13.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :Flash
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :12.0.0
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4 :C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 6 :
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 7 :http://www.adobe.com/go/exchange
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 8 :NoDefined
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 9 :http://www.adobe.com/cfusion/exchange/upload/index.cfm
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 10 :Flash
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 11 :C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Flash CS6\
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 12 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Flash CS6\
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 13 :
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 14
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 15
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 16 :FLPR
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 17 :
    4/19/2013 10:53:13.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 18 :
    4/19/2013 10:53:13.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 19 :1
    4/19/2013 10:53:13.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 20 :C:\Program Files (x86)\Adobe\Adobe Flash CS6\
    4/19/2013 10:53:13.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 21
    4/19/2013 10:53:13.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 22 :Fireworks CS6
    4/19/2013 10:53:13.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 23 :Fireworks
    4/19/2013 10:53:13.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 24 :12.0.0
    4/19/2013 10:53:13.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 25 :C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\
    4/19/2013 10:53:13.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 26 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\
    4/19/2013 10:53:13.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 27 :
    4/19/2013 10:53:13.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 28 :http://www.adobe.com/go/exchange
    4/19/2013 10:53:13.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 29 :NoDefined
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 30 :http://www.adobe.com/cfusion/exchange/upload/index.cfm
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 31 :Fireworks
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 32 :C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 33 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 34 :
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 35
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 36
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 37 :FWKS
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 38 :
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 39 :
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 40 :1
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 41 :C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 42
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 43 :Dreamweaver CS6
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 44 :Dreamweaver
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 45 :12.0.0
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 46 :C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 47 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 48 :
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 49 :http://www.adobe.com/go/exchange
    4/19/2013 10:53:13.464 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 50 :NoDefined
    4/19/2013 10:53:13.464 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 51 :http://www.adobe.com/cfusion/exchange/upload/index.cfm
    4/19/2013 10:53:13.464 [INFO] com.adobe.exman.controller.session.backend.BackendSession respons

    1. You only pasted one log file (log0.log?), there is another more important log file: ExtensionManager.log you dind't paste.
    2. Have you removed ALL mxi files from ALL subfolders of BOTH "C:\ProgramData\Adobe\Extension Manager CS6\EM Store" AND "C:\Users\<UserName>\AppData\Roaming\Adobe\Extension Manager CS6\EM Store" to separate folder? If yes, Extension Manager shouldn't hang.
    3. Please make sure you have "Full control" permission to ""C:\ProgramData\Adobe\Extension Manager CS6\Configuration\DB\ExMan.db" and "C:\Users\<UserName>\AppData\Roaming\Adobe\Extension Manager CS6\Configuration\DB\ExManUser.db". You can check it in "Security" tab page of "Properties" dialog box.

  • Grey screen is displayed when loading pdf file in Adobe 11

    Hi,
    PDF file is not loaded in the adobe reader 11. Some time I am getting the grey screen instead of the pdf file. Some time my application is displaying the message saying that It is stopped working. its happening sporadically. But if I downgrade the Adobe reader to version 9, I am not getting the above said issue. Is this the known issue with Adobe reader 11. If it is known issue, any work around is available for it. Many persons using our product got affected because of this issue. pls help me to resolve the issue. I have attached the screen shot of the issue.

    Hi,
    I am getting blank screen even If I try open the pdf file from local desktop in the browser. But when I open the local pdf file outside browser I was not able to recreate the issue. But from my application even if I open pdf file outside the browser also (meaning in the adobe reader), I am getting screen. I have attached the screenshot of error I am getting when I try to open the local pdf file. In my task manager I am able to see many process for adobe reader. Even I close the pdf file, the process is not closing.
    Operating System: windows 7
    IE version: 8
    Adobe reader version: 11.0.3

  • How can I control the application log display format?

    Hello all,
    I am running into a problem with regard to application log display, and I don't know if we can work on the standard log profile(BAL_S_PROF) to fulfill my requirement, I would like to get you advises.
    Basically, we already saved numbers of the messages for each level (Domain BALLEVEL), so at last we will get a log tree with branches hopefully. Like below:
    Level 1: Check document item 01 (traffic light is Red)
       Level 2: Display success status (Traffic light is Red)
          Level 3: Display method B( Traffic light is Red)
             Level 4: Display processing status for method B( Traffic light is Red)
          Level 3: Display method C ( traffic light is Green)
             Level 4: Display processing status for method C ( traffic light is Green)
    At present system determine the traffic light color of the upper level depending on the lower level status, if there is even one red light in the lower level, the upper one would be red, like in level 2.  My requirement is that we need to make level 2 as GREEN, this way it is more reasonable from the business point of view because a solution has been found. I did some research for the function module 'BAL_DSP_PROFILE_DETLEVEL_GET', but obviously I haven't found a way till now, can anyone shed some light on this?
    Thanks,
    Derek

    Hello Gaurav,
    Thank You..!!! I tried appling filterFunction on the ADG and got whatever I expected but filter changes the original dataprovider behaviour. SO which I dont want to do it.
    I have created a local variable and binded whatever data wanted to display on that page. Infact it works as expexted and I still have original data provider as well.
    I have one more problem, I'm using creationComplete to initialize my local data provider value. It works only once while creation of state. If I navigate my screens fore and back and come back to this screen, it doesn't display the modified values as creationComplete loads only while state creation.
    Is there any mothid which does the samething while vising the page every time than creation?
    Thanks,
    Siva

  • "open project was cancelled or the application was unable to load database for..."

    I'm doing a project for my Professional Writing course and I
    have to use RoboHelp to create an online help document. The
    professor provided templates for us to use but when I go to open
    the project file I get the following error: "open project was
    cancelled or the application was unable to load database
    for....(then the directory)"
    I know the project file isn't corrupted because the members
    of my class are using the same one without issue. I tried
    re-downloading the file, I also re-installed the program itself,
    still with no luck. I'm using a Trial Version of RoboHelp 6.0 .
    The only other suggestions I have seen are that I don't have
    edit perms for the system, but it's my personal laptop and I have
    full admin privs. I thought at first that the folder was read-only,
    but when I opened it up all it displays is the little green box in
    the checkbox (which doesn't mean the folder is read-only, it's just
    some stupid windows default, it's only read-only if the box is
    actually checked). I tried making the entire directory read-only
    and then turn it off but still get the same error.
    Any suggestions?

    There's a topic on my site about Opening Projects that
    includes the method of deleting the CPD and XPJ files but I didn't
    cover that as the project is good for everyone else. Anything is
    worth a try at the moment though.
    Another thing to try is to rename the course folder, then
    create a new folder with the same name plus all sub folders. Then
    move the files across. That will ensure the folder properties are
    good and not read only. Yes I know what you said but again anything
    is worth a try.
    Also, in the last post you are saying the directory is not
    read-only. I assume the files are all good?
    Ref my previous post, is it the case that now you are getting
    an error before the original error would have popped up?

  • Open project was cancelled or application was unable to load database for pathname

    My pc is installed with Robohelp 3x. Recently I shifted the
    pc from one room to anther. Now when I attempt to open my existing
    workable solution, it give me the following message: "Open project
    was canceled or application was unable to load database for
    <pathname>". Do I need to call for Robohelp technical
    support? If yes, can someone provide me the toll free number?
    Can someone pls advise?

    Thanks Peter, managed to get in through the link you've
    given. I seriously doubt it has anything gotta do with a corrupted
    project. I have 2 working projects last week but they can no longer
    be opened this week.
    I tried even to created an empty project from scratch. It was
    created successfully but when I reopen the project, it shows the
    same error message.
    Could there have been other possibilities or ways which I can
    troubleshoot?
    *puzzled*

  • After Effects CS6 and Premiere Pro CS6 Long Startup and Application Hang

    Problem:
    After Effects and Premiere Pro CS5.5 and CS6 are very slow to start all of a sudden.  Around 5 minutes to get to/by the intro dialogue box.  For AE, the majority of the time is spent on the "initializing user interface." Then, if I can make a comp, and even a layer inside that comp, it will "Hang" if I attempt to open AE's General preferences for example (no preferences window ever comes up).  This "hang" is what the Event Viewer in windows calls it, with the faulting module being afterfx.exe.  Premiere is not much different.   It makes it to the new project window fast, but after setting project parameters and creating the first sequence, I can't get into the preferences either and the application hangs.  It is important to note that if I have another application open, like Chrome or Firefox for example at the time the application hangs, they will freeze as well.  As soon as I kill the Afterfx.exe process, they come back to life.
    I have read nearly all threads on the subject, and am struggling to find a solution:
    Deleted preferences folder under my username's appdata.
    Turned off Firewall (network traffic from dynamiclink, qtserver, etc was allowed, but what the hay)
    ran windows system file checker/malwarebytes/rkill/rootkit detection.
    checked for windows compatibility checkboxes under the file.
    Uninstalled Wacom Tablet drivers
    Disabled Aero
    Started with ctrl-alt-shift to delete pref.
    uninstalled video driver and replaced with one 6 months ago.
    uninstalled, reinstalled, and tested various quicktime versions back to version 7.69
    moved plugins folder
    moved opengl's plugin out of the folder temporarily
    Disabled all 3rd party codecs (xvid was the only one installed and for months)
    reinitialized default directshow filters
    checked for adobe font list (none found) and removed any fonts from 1 month ago to present.
    used msconfig to selective startup without other applications/services running.
    Uninstalled all adobe products, and reinstalled.
    I performed all of these in a systematic manner, trying to solve the problem.  None have fixed the problem.
    So it doesn't seem to be a network issue, a codec issue, a plugin issue, a driver issue, font issue, or conflicting application.  Any thoughts?
    System Info:
    PC Windows 7 pro 64-bit SP1
    Core i7 - 960 24GB ram
    AMD Radeon 6750  v12.10
    Adobe CS6 Master Collection

    Who's says that Microsoft can't debug?
    I used msconfig, first disabling startup items, -same result.
    Enabled all startup items, disabled all non-microsoft services - AE worked!
    I re-enabled each service in turn until AE crashed.
    The fault was related to an item for a video streaming device I have in my house.  It was Monsoon-multimedia's Vulkano Service.  Sometimes under the old name of Hava, this is an app that acts like a sling-box to send my Cable TV to my screen.  It does load a couple of virtual devices in device manager, and uses a proprietary codec.
    I uninstalled the vulkano streamer application and rebooted the external Vulkano device.  I reinstalled the Vulkano and verified it connected to the device and could stream.  Once it did, I tried AE again and IT WORKED!
    I wonder if simply rebooting the Vulkano would have fixed it.  Its like opening the garage door to turn on the refridgerator.
    Thanks for the help!
    Jim

  • JavaMail application hanged with no error throwed at Transport.send

    JavaMail application hanged with no error throwed at Transport.send,even though I set the timeout property
    import java.util.Date;
    import java.util.Properties;
    import javax.mail.Authenticator;
    import javax.mail.Message;
    import javax.mail.PasswordAuthentication;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeBodyPart;
    import javax.mail.internet.MimeMessage;
    import javax.mail.internet.MimeMultipart;
    import javax.mail.internet.MimeUtility;
    public class tt {
         static Properties props=null;
         static boolean needAuth=true;
         static MailAuthenticator authenticator = null;
         static String host="host";
         static String account="account";
         static String password="pwd";
         static String sender="sender";
          * @param args
          * @throws Exception
         public static void main(String[] args) throws Exception{
               if (props == null) {
                     props = new Properties();
                     props.put("mail.smtp.host", host);
                     props.put("mail.smtp.timeout      ", "1000");
                     props.put("mail.smtp.connectiontimeout      ", "1000");
    //                 props.put("mail.debug", "true");
                     props.put("mail.smtp.auth", String.valueOf(needAuth));
                     authenticator = new MailAuthenticator(account, password);
                 MailData mailData = new MailData();
                 mailData.setSubject("altireport mail configuration");
                 mailData.setContent("mail server has been configured successfully.");
                 mailData.setRecipients(new String[]{"[email protected]"});
                 final Session session = Session.getInstance(props, authenticator);
                 final MimeMessage msg = new MimeMessage(session);
                 InternetAddress from = new InternetAddress(sender);
                 msg.setFrom(from);
                 //        msg.setSender(from);
                final InternetAddress[] addressTo = new InternetAddress[mailData.getRecipients().length];
                 for (int i = 0; i < mailData.getRecipients().length; i++) {
                     addressTo[i] = new InternetAddress(mailData.getRecipients());
         msg.addRecipients(Message.RecipientType.TO, addressTo);
         //msg.setSubject(mailData.getSubject());
         msg.setSubject(MimeUtility.encodeText(mailData.getSubject(), "UTF-8", "B"));
         MimeBodyPart bodyPart1 = new MimeBodyPart();
         bodyPart1.setContent(mailData.getContent(), "text/plain; charset=UTF-8");
         MimeMultipart multipart = new MimeMultipart();
         multipart.addBodyPart(bodyPart1);
         msg.setContent(multipart);
         msg.setSentDate(new Date());
    //     msg.saveChanges();
         for(int i=0;i<10;i++){
              new Thread(new Runnable(){
                             public void run() {
                             try {
                                  System.out.println("send...");                                   
                                  Transport.send(msg);
                                  } catch (Exception e) {
                                       e.printStackTrace(System.out);
                        System.out.println("end!");
              }).start();
    class MailData {
    private String[] recipients = null;
    private String subject = null;
    private String content = null;
    private String attachment = null;
    private String attachmentName = null;
    * @return the attachment
    public String getAttachment() {
    return attachment;
    * @param attachment the attachment to set
    public void setAttachment(String attachment) {
    this.attachment = attachment;
    * @return the content
    public String getContent() {
    return content;
    * @param content the content to set
    public void setContent(String content) {
    this.content = content;
    * @return the recipients
    public String[] getRecipients() {
    return recipients;
    * @param recipients the recipients to set
    public void setRecipients(String[] recipients) {
    this.recipients = recipients;
    * @return the subject
    public String getSubject() {
    return subject;
    * @param subject the subject to set
    public void setSubject(String subject) {
    this.subject = subject;
    * @return the attachmentName
    public String getAttachmentName()
    return attachmentName;
    * @param attachmentName the attachmentName to set
    public void setAttachmentName(String attachmentName)
    this.attachmentName = attachmentName;
    class MailAuthenticator extends Authenticator {
    private PasswordAuthentication authentication;
    public MailAuthenticator(String account, String password) {
    authentication = new PasswordAuthentication(account, password);
    protected PasswordAuthentication getPasswordAuthentication() {
    return authentication;
    I have tried use session to get a SMTPTransport instance to use sendMessage ,but still have the same problem.No exception ,No error.
    This problem doesn't appear always. It appears sometimes.
    I hope get help for someone who has the solution for this problem.
    Thanks in advanced.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Ok, I think I see the problem:
         props.put("mail.smtp.timeout      ", "1000");
         props.put("mail.smtp.connectiontimeout      ", "1000");
    Why do you have spaces at the end of the property names?
    Those spaces are not being ignored, which means you've
    set the wrong properties.

  • When connected to my Ford Mondeo, my ipod nano can be controlled through interface.  But after while it comes up with message 'loading data' and then freezes.  Anyone else got the issue?

    When connected to my new Ford Mondeo, my ipod nano can be controlled through user interface in car.  This worksd most of the time, but after a while if I try to change the music or search, it comes up with message 'Loading Data'.  I then have to pull out USB and reinseert, at which point it works again.  Has anyone esle expereinced this/have a solution?

    Does not matter if anyone else has this issue.  You need to contact the Ford dealership.  It's their product you are having problems with. 
    If you really want to know if anyone else has this issue, post on Ford's Mondeo message boards.  It's where the Ford car owners hang out.

  • Application hangs while running a report from Forms

    Hi all,
    I am getting a problem regarding running reports from Oracle forms application for printing in a shared printer at client system. There is no problem when I set the DESTYPE to HTMLCSS or FILE. But when I set it to PRINTER then the application hangs and report server gets busy. Once this problem occurs other reports from other client systems are not generating even if this is a HTMLCSS or FILE type.
    The thing is the application has ran successfully for two months. Suddenly from last few days the problem is arising.
    Few things that I have noticed:
    1) When the application hangs I cheked the Task manager, where the process rwlpr.exe is running. If I manually ends the process there the application comes back with a message 'unable to run report'.
    2) I have checked few log files, where I have found few log files whose names end with a job number. The file generates from a succesfully running report shows few steps tht end s with closing the printer. But the file that is generated from an unsuccessfull job stops at the step 'Opening Printer //<machine name>/<printer share name>'.
    3) Then finally I have changed the DESTYPE to file and using the HOST command printing the text file to shared printer in dos mode. Its working fine. But often the first problem arises again.
    What are the possible resons that may cause this problem.
    Looking for your positive response.
    Thanks and regards
    Sandy

    From dos prompt I have used the type commad.
    From server machine in dos prompt I have used,
    type d:\rep.txt > \\<client machine name>\<printer shared name that is connected to client printer>
    from Server machine I have opened a Notepad doc, File >Print >Selected the printer that is in client machine.
    This works fine.
    Now my code to print a report directly to printer,
    V_PRINTERNAME := '\\mmondal\mmondalprn'; -- shared Printer name at Client machine
    repid := find_report_object('REP_BANK_MST');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,PRINTER);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'dflt');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,V_PRINTERNAME);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'kt30');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no P_ISPOSTED='||:CHK_ISPOSTED);
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=kt30','_blank');
    ELSE
    message('Error when running report');
    END IF;
    exception when others then
         message(to_char(sqlcode));
    This hngs the application. And other requests enqued in job queue does not process. If I cancel the stucked job then other reports complete sucessfully.
    Log - rwserver.trc shows the following:
    [2011/6/14 4:48:28:437] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 1051
    [2011/6/14 4:48:28:484] Debug 50103 (RWCacheItem:addFile): add file 'mmondalprn65558177.txt' for job 1051
    [2011/6/14 4:48:28:484] Debug 50103 (RWCache:updateCurrentCapacity): Current cache capacity is 32948731
    [2011/6/14 4:48:30:671] Exception 50157 (): Error while sending file to printer \\mmondal\mmondalprn. Exit with error code 1848
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.utility.Utility.newRWException(Utility.java:756)
         at oracle.reports.utility.SOSD.sendPrinter(SOSD.java:128)
         at oracle.reports.server.DesPrint.sendFile(DesPrint.java:102)
         at oracle.reports.server.Destination.send(Destination.java:484)
         at oracle.reports.server.JobObject.distribute(JobObject.java:1582)
         at oracle.reports.server.JobManager.updateJobStatus(JobManager.java:2231)
         at oracle.reports.server.EngineCommImpl.updateEngineJobStatus(EngineCommImpl.java:134)
         at oracle.reports.server._EngineCommImplBase._invoke(_EngineCommImplBase.java:94)
         at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
         at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
         at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
         at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    [2011/6/14 4:48:30:671] State 56016 (JobManager:updateJobStatus): Job 1051 status is: Executed successfully but there were some errors when distribute the output
    REP-50159: Executed successfully but there were some errors when distribute the output
    [2011/6/14 4:48:30:671] Debug 50103 (JobManager:notifyWaitingJobs): Master job 1051 notify its duplicated jobs.
    [2011/6/14 4:48:30:671] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 1051
    [2011/6/14 4:48:30:671] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 1
    [2011/6/14 4:48:30:671] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Ready
    [2011/6/14 4:48:30:671] Exception 50159 (): Executed successfully but there were some errors when distribute the output
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1009)
         at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1779)
         at oracle.reports.server.JobManager.dispatch(JobManager.java:1045)
         at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1280)
         at oracle.reports.server._ConnectionImplBase._invoke(_ConnectionImplBase.java:401)
         at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
         at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
         at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
         at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    [2011/6/14 4:48:30:671] Debug 50103 (JobManager:runJobInEngine): Encounted exception in job 1051
    [2011/6/14 4:48:30:671] Debug 50103 (ConnectionImpl:runJob): jobid = 1051 Failed with exceptionoracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    [2011/6/14 4:48:30:671] Exception 50159 (): Executed successfully but there were some errors when distribute the output
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1009)
         at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1779)
         at oracle.reports.server.JobManager.dispatch(JobManager.java:1045)
         at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1280)
         at oracle.reports.server._ConnectionImplBase._invoke(_ConnectionImplBase.java:401)
         at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
         at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
         at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
         at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    [2011/6/14 4:48:30:703] Info 56013 (ConnectionManager:release): Connection 196 is released
    [2011/6/14 4:48:30:703] Info 56013 (ConnectionManager:release): Connection 197 is released
    [2011/6/14 4:48:31:31] Debug 50103 (JobManager:removeJob): will remove job 51
    [2011/6/14 4:48:31:31] Debug 50103 (RWCache:deleteItem): delete item for job 51
    [2011/6/14 4:48:31:31] Debug 50103 (RWCacheItem:clear): job 51 become invalid
    [2011/6/14 4:48:31:31] Debug 50103 (RWCache:updateCurrentCapacity): Current cache capacity is 32942484
    [2011/6/14 4:48:31:46] Debug 50103 (JobManager:removeJob): removed job 51
    [2011/6/14 4:48:47:906] Info 56013 (ConnectionManager:release): Connection 198 is released
    [2011/6/14 4:48:51:890] Info 56013 (ConnectionManager:release): Connection 199 is released
    [2011/6/14 4:50:48:437] Info 56013 (ConnectionManager:release): Connection 200 is released
    Most of the time when all the instances are restarted then for the first time it runs successfully.
    The above code worked fine for Last two months.

  • Application hanging after commit issued, how to tell why?

    Hi All,
    We're using adf bc, jsp's and jdev 10.1.2.
    The scenario is this.. I have 2 views based on the same entity(called Milk). One view is the control view Milk i.e. straightforward select, no where clause. The other one is based on a join with another entity (Area), which uses where clause parameters to output a row of Milk for every entry on the Area entity. So basically for every area there is, a milk row will be output even if that row does not exist on the milk table.
    So my problem was when the user edited and saved a row which didn't actually exist on the database, the program would hang. Editing of rows that do exist pose no problem at all. So then I thought maybe I should create these rows first so that they would physically exist on the database before the edit. Still to no avail..
    If it's just one row created or many rows, once the commit is issued, the application hangs. I've debugged it and nothing happens once it executes the commit line, there are no error messages, it just never progresses past this line.
    I've tested with the App Module tester and I can create rows here fine. Obvisouly something is wrong or it wouldn't be happening. How can I tell why it's hanging? Or can anyone suggest what I can do. It is extremely crucial that I fix this soon so I would really appreciate any help that anyone can give me.
    Thanks in advance,
    Liz.

    Maybe you should look into
    /var/log/messages.log
    /var/log/daemon.log
    /var/log/kernel.log
    /var/log/Xorg.0.log will be overridden, afaik.
    Last edited by MadTux (2009-11-19 18:50:04)

Maybe you are looking for

  • Generating XML File with Table data...

    Hi All, Bear with me, with my Oracle XML knowledge,,, we have Oracle 8i ( Relaease 3) as our database, and managegement want to have XML type of Text file, with respect to data in the Customer Table. Expected XML tags would be the Column Names of the

  • BRFplus and creation of info record and source list

    Hi there. I would like to use BRFplus to fill out MM values and after that automaticly create info record and source list for this MM record. The first step is ok, but creating IR and Sourcelist I am not sure. What is the best way to do so? -> Callin

  • Package: Difference between calling external procedures vs. internal

    I have a package which has a bunch of procedures. I have decided to move one of the procedures outside the package because there is a user that needs control over the SQL in it. I pass 2 dates into it so I don't think I can create a view. My question

  • UTF-8 support in Web AS Java 6.40

    Hi, All, Our web application running on Web AS 6.40 with SQL Server 2000 needs to support multiple languages. We create the tables with column type NVARCHAR, set encoding scheme to UTF-8 for JDBC driver, add '<%@ page language="java" contentType="tex

  • I downloaded 9. version and it is not in my add/remove file

    I get a message saying thank you for downloading 9.0 version but when I look in my add/remove area 3.6 is still there. what do I do. If I need to remove 3.6, I need very specific instructions as I'm not computer savy.