Scripting in cc-2014

Has much changed in the PhotoshopCC-2104 scripting guide over PhotoshopCS5 ? Can I continue to reference the CS5 Guide with no problems.

I expect that there are some changes to the PS/JS DOM but nothing drastic. I would recommend downloading the CC2014 scripting guide and referring to it as needed.
Adobe has apparently decided to not provide DOM access to new features such as the 3D and video stuff that has been added over the past few years.

Similar Messages

  • Can anyone tell me how I keep everything I had in my old photoshop, now I've updated to Photoshop CC 2014.  It did give me the option to transport over all my presets, but because I didn't have internet access at the time, it couldn't do it.  Now I'm not

    Can anyone tell me how I keep everything I had in my old photoshop, now I've updated to Photoshop CC 2014.  It did give me the option to transport over all my presets, but because I didn't have internet access at the time, it couldn't do it.  Now I'm not getting the option.  Please help.

    Migrating Presets does not require a network connection and you can still migrate your cc presets if you still have CC installed.  Use Photoshop menu Edit>Presets>Migrate Presets...  Migrating presets only migrates presets.  It does not migrate Plugins, settings, extensions and scripts.  CC 2014 is also not completely backwards compatible with CC.  Support for Flash Panels and Oil Painter filter have been removed.  So extensions like mini bridge no longer work in CC 2014

  • Shell Script Question re: Cut Training Policy

    My shop uses KXEN version 5.1.3, and I've inherited an older shell script that defines the CutTrainingPolicy as "random". Here is a piece of the code:
    createModel Kxen.SimpleModel newmodel
    newmodel.getParameter ""
    newmodel.changeParameter Parameters/CutTrainingPolicy "random"
    newmodel.validateParameter
    newmodel.pushTransformInProtocol Default Kxen.RobustRegression
    newmodel.pushTransformInProtocol Default Kxen.ConsistentCoder
    newmodel.openNewStore Kxen.FileStore c:/temp
    newmodel.newDataSet Training train.txt
    etc.
    A user has requested that I test a custom cutting strategy without test, so I set it up in the GUI and exported the script. It now looks like:
    #GENERATED_BY_KXEN
    # KXEN Shell Script
    # generated on 2014-08-13 17:16:07
    # by KXEN version 5.1.3
    default STORE_USER ""
    default STORE_PWD ""
    default DESC_USER ""
    default DESC_PWD ""
    #Declaring the 'ESTIMATION' store and space
    default ESTIMATION_STORE_TYPE "Kxen.FileStore"
    default ESTIMATION_STORE_NAME "D:\DATA/199710"
    default ESTIMATION_STORE_USER $STORE_USER
    default ESTIMATION_STORE_PWD $STORE_PWD
    default ESTIMATION_STORE_ALIAS myEstimationStore
    default ESTIMATION_SPACE "model219.txt"
    #Declaring the 'VALIDATION' store and space
    default VALIDATION_STORE_TYPE "Kxen.FileStore"
    default VALIDATION_STORE_NAME "D:\DATA/199710"
    default VALIDATION_STORE_USER $STORE_USER
    default VALIDATION_STORE_PWD $STORE_PWD
    default VALIDATION_STORE_ALIAS myValidationStore
    default VALIDATION_SPACE "model219.txt"
    default MODEL_SAVE_STORE_TYPE "Kxen.FileStore"
    default MODEL_SAVE_STORE_NAME "."
    default MODEL_SAVE_STORE_USER ""
    default MODEL_SAVE_STORE_PWD ""
    default MODEL_SAVE_NAME "target_model219.bigtrain"
    default MODEL_SAVE_SPACE "target_model219.kxen"
    default MODEL_SAVE_COMMENT "The model 'target_model219.bigtrain' has been saved"
    createModel Kxen.SimpleModel m
    m.getParameter ""
    m.changeParameter Parameters/CutTrainingPolicy "random"
    m.setName "target_model219.bigtrain"
    m.validateParameter
    etc
    I can see that the ESTIMATION and VALIDATION data sets are now defined, but the policy still says "random". Does this matter? Should I override the value? I can't find anything in the API docs.
    Thank you,
    Scott

    Can anyone tell me if I've posted this in the correct forum?
    Thanks,

  • DB Restore does not work on MSSMS 2014 under WIndows8.1

    When attempting to restore a DB which was backed up on a different machine (same names but SQL EXPRESS 2012) under MS 2014 running on WIndows 8.1 into a SQL Express DB, the following happens:
    1. Open Restore task
    2. Select Device to get 'Select backup devices"
    3. Invoke "Add" and expect to see a browser. Instead, a backup file location is indicated and no browsing is permitted in the "Locate Backup File" Even when the path and file names are just typed in, the Restore will not work.
    Any help is appreciated.

    Hi,
    SQL Server does not allow you to restore or attach a database from a higher version of SQL Server to a lower version of SQL Server in your case from SQL 2014 to SQlL 2012, however you can generate script in SQL 2014 and execute it on SQL 2012.
    How to migrate a SQL Server database to a lower version
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    Praveen Dsa | MCITP - Database Administrator 2008 |
    My Blog | My Page

  • Sp_addscriptexec is not working with FTP Snapshot delivery

    Hi,
    We have a SQL Server Merge Replication topology. Both Publisher a Subscribers are using SQL Server 2012.
    As I have seen in http://msdn.microsoft.com/en-us/library/ms174360(v=sql.120).aspx
    "Using sp_addscriptexec to
    post a script file for publications using FTP for snapshot delivery is only supported for Microsoft SQL Server Subscribers."
    So we should be OK...
    The problem is that the Merge Agent is looking for the Script in the local PC instead of download it form the
    FTP Server.
    Here is the Code at the publisher:
    exec sp_addscriptexec 'IPoint_Pub','C:\IPoint_Files\ReplicationScripts\User\reIndex.sql'
    This is how the subscription was created:
    use IPoint
    exec sp_addmergepullsubscription @publisher = @Central_Server_Name, @publication = N'IPoint_Pub', @publisher_db = @MGR_DB, @subscriber_type = N'Local', @subscription_priority = 0, @description = N'', @sync_type = N'Automatic'
    exec sp_addmergepullsubscription_agent
    @publisher = @Central_Server_Name,
    @publisher_db = @MGR_DB,
    @publication = N'IPoint_Pub',
    @distributor = @Central_Server_Name,
    @distributor_security_mode = 0, @distributor_login = 'XXX', @distributor_password = 'XXX',
    @enabled_for_syncmgr = N'True',
    @frequency_type = 4, @frequency_interval = 1, @frequency_relative_interval = 1, @frequency_recurrence_factor = 1, @frequency_subday = 4, @frequency_subday_interval = 3, @active_start_time_of_day = 0, @active_end_time_of_day = 235959, @active_start_date = 20100527, @active_end_date = 99991231,
    @alt_snapshot_folder = N'', @working_directory = N'',
    @use_ftp = N'True',
    @job_login = null, @job_password = null,
    @publisher_security_mode = 0, @publisher_login = 'XXX', @publisher_password = 'XXX',
    @use_interactive_resolver = N'False', @dynamic_snapshot_location = null, @use_web_sync = 0,
    @hostname =@SUCURSAL_ID
    GO
    And the log of the REPLMERG.EX
    2014-03-29 13:01:49.009 Microsoft SQL Server Merge Agent 11.0.2100.60
    2014-03-29 13:01:49.009 Copyright (c) 2008 Microsoft Corporation
    2014-03-29 13:01:49.009
    2014-03-29 13:01:49.009 The timestamps prepended to the output lines are expressed in terms of UTC time.
    2014-03-29 13:01:49.009 User-specified agent parameter values:
    -Publication Netul_Pub
    -Publisher SRV01
    -Subscriber NETUL-01\SQLEXPRESS
    -Distributor SRV01
    -PublisherDB IPoint_Netul
    -SubscriberDB IPoint
    -SubscriptionType 1
    -ParallelUploadDownload 1
    -DistributorLogin sucursal
    -DistributorPassword **********
    -DistributorSecurityMode 0
    -PublisherLogin sucursal
    -PublisherPassword **********
    -PublisherSecurityMode 0
    -SubscriberSecurityMode 1
    -OutputVerboseLevel 1
    -Validate 0
    2014-03-29 13:01:49.019 Connecting to Subscriber 'NETUL-01\SQLEXPRESS'
    2014-03-29 13:01:50.654 Connecting to Distributor 'SRV01'
    2014-03-29 13:01:51.599 Initializing
    2014-03-29 13:01:51.604 Validating publisher
    2014-03-29 13:01:51.614 Connecting to Publisher 'SRV01'
    2014-03-29 13:01:51.769 Retrieving publication information
    2014-03-29 13:01:51.774 Retrieving subscription information.
    2014-03-29 13:01:52.294 Connecting to Subscriber 'NETUL-01\SQLEXPRESS'
    2014-03-29 13:01:52.304 Connecting to Distributor 'SRV01'
    2014-03-29 13:01:52.414 Initializing
    2014-03-29 13:01:52.429 Validating publisher
    2014-03-29 13:01:52.439 Connecting to Publisher 'SRV01'
    2014-03-29 13:01:52.604 Retrieving publication information
    2014-03-29 13:01:52.619 Retrieving subscription information.
    2014-03-29 13:01:53.274 [29%] [0 sec remaining] Snapshot files will be downloaded via ftp
    2014-03-29 13:01:53.284 [29%] [0 sec remaining] Snapshot will be applied from a compressed cabinet file
    2014-03-29 13:01:53.294 [29%] [0 sec remaining] Connecting to ftp site 'SRV01.real2b.com'
    2014-03-29 13:01:55.019 [33%] [2 sec remaining] Extracting snapshot file 'Documento_Formc3f5d2f9_190.sch' from cabinet file
    2014-03-29 13:01:55.064 [33%] [2 sec remaining] Extracted file 'Documento_Formc3f5d2f9_190.sch'
    2014-03-29 13:01:57.299 [33%] [2 sec remaining] Applied script 'Documento_Formc3f5d2f9_190.sch'
    2014-03-29 13:01:57.304 [33%] [2 sec remaining] Preparing table 'Documento_Formulario_Otros' for merge replication
    2014-03-29 13:02:02.574 [51%] [8 sec remaining] Extracting snapshot file 'sysmergesubsetfilters_Documento_Formulario_Otros90.bcp' from cabinet file
    2014-03-29 13:02:02.594 [51%] [8 sec remaining] Extracted file 'sysmergesubsetfilters_Documento_Formulario_Otros90.bcp'
    2014-03-29 13:02:02.604 [55%] [7 sec remaining] Bulk copying data into table 'sysmergesubsetfilters'
    2014-03-29 13:02:02.609 [55%] [7 sec remaining] Bulk copied data into table 'sysmergesubsetfilters' (0 rows)
    2014-03-29 13:02:02.619 [55%] [7 sec remaining] Extracting snapshot file 'Documento_Formc3f5d2f9_190.dri' from cabinet file
    2014-03-29 13:02:02.624 [55%] [7 sec remaining] Extracted file 'Documento_Formc3f5d2f9_190.dri'
    2014-03-29 13:02:02.864 [55%] [7 sec remaining] Applied script 'Documento_Formc3f5d2f9_190.dri'
    2014-03-29 13:02:02.874 [59%] [6 sec remaining] Extracting snapshot file 'Documento_Formc3f5d2f9_190.trg' from cabinet file
    2014-03-29 13:02:02.884 [59%] [6 sec remaining] Extracted file 'Documento_Formc3f5d2f9_190.trg'
    2014-03-29 13:02:02.889 [62%] [5 sec remaining] Applied script 'Documento_Formc3f5d2f9_190.trg'
    2014-03-29 13:02:02.899 [62%] [5 sec remaining] Extracting snapshot file 'Documento_Formc3f5d2f9_190.prc' from cabinet file
    2014-03-29 13:02:02.919 [62%] [5 sec remaining] Extracted file 'Documento_Formc3f5d2f9_190.prc'
    2014-03-29 13:02:03.819 [62%] [5 sec remaining] Applied script 'Documento_Formc3f5d2f9_190.prc'
    2014-03-29 13:02:09.334 [74%] [5 sec remaining] Launching sqlcmd to apply the script 'Create_Categorias_Tables.sql'
    2014-03-29 13:02:09.974 [74%] [5 sec remaining] Applied script 'Create_Categorias_Tables.sql'
    2014-03-29 13:02:09.979 [77%] [4 sec remaining] Launching sqlcmd to apply the script 'Create_Categorias_Tables.sql'
    2014-03-29 13:02:10.144 [77%] [4 sec remaining] Applied script 'Create_Categorias_Tables.sql'
    2014-03-29 13:02:10.174 [81%] [3 sec remaining] Launching sqlcmd to apply the script 'reIndex.sql'
    2014-03-29 13:02:10.189 [81%] [3 sec remaining] Last 115 characters in 'sqlcmd' output buffer: Sqlcmd: 'C:\inetpub\ftproot\ReplData\ftp\SRV01_IPOINT_NETUL_NETUL_PUB\UserScripts\reIndex.sql': Invalid filename.
    2014-03-29 13:02:10.194 [81%] [3 sec remaining] Failed to apply the script 'reIndex.sql' using the 'sqlcmd' utility.
    2014-03-29 13:02:10.204 The schema script 'reIndex.sql' could not be propagated to the subscriber.
    2014-03-29 13:02:10.254 Category:NULL
    Source: Merge Replication Provider
    Number: -2147201001
    Message: The schema script 'reIndex.sql' could not be propagated to the subscriber.
    2014-03-29 13:02:10.259 [100%] The process was successfully stopped.
    2014-03-29 13:02:10.299 Category:NULL
    Source: Merge Replication Provider
    Number: -2147200963
    Message: The process was successfully stopped.
    As you can see, the FTP snapshot is working fine 
    "Extracted Documento_Formc3f5d2f9_190.trg"
    But the it is looking for a file that only exists in the server.
    'C:\inetpub\ftproot\ReplData\ftp\SRV01_IPOINT_NETUL_NETUL_PUB\UserScripts\reIndex.sql'
    Do you have any idea?
    Best Regards, Daniel.

    Hi again Brandon,
    I understand what you are saying and I know it would solve the problem, but it's now our case.<o:p></o:p>
    We have other installations with Merge Replication using a shared path (UNC) to download the initial snapshot and every user script is downloaded also from
    de shared location fine.<o:p></o:p>
    In this case,
    we have no direct access to a shared folder in server. The full replication process is done by internet without VPN.<o:p></o:p>
    I think the “Snapshot folder” it's well configured as the snapshot it’s being downloaded OK from the
    FPT Server.<o:p></o:p>
    My question is: Why the merge agent connects to the FPT server for download de Snapshot but it does not do the same to download the user script??<o:p></o:p>
    May be it’s a bug in the Merge Agent or some parameter I am not passing?<o:p></o:p>
    This is the merge agent invocation:<o:p></o:p>
    REPLMERG.EXE -Publication %Publication% -Publisher %Publisher% -Subscriber %Subscriber% -Distributor %Publisher% -PublisherDB %PublicationDB% -SubscriberDB %SubscriptionDB% -SubscriptionType 1 -ParallelUploadDownload 1 -DistributorLogin %user% -DistributorPassword %password% -DistributorSecurityMode 0 -PublisherLogin %user% -PublisherPassword %password% -PublisherSecurityMode 0 -SubscriberLogin %user% -SubscriberPassword %password% -SubscriberSecurityMode 1 -OutputVerboseLevel 1 -Validate 0
    Best Regards, Daniel.

  • How can I run a custom program ASYNCHRONOUSLY when booting WinPE?

    I have a custom application that I want to have running during WinPE for my Litetouch deployments. I had this working in SCCM and now I want to get it working in MDT.
    I have the Netcheck.exe application in my Extras folder, it ends up on the root of my X: drive.
    Here is my unattend.xml file.
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="windowsPE">
            <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
                <Display>
                    <ColorDepth>32</ColorDepth>
                    <HorizontalResolution>1024</HorizontalResolution>
                    <RefreshRate>60</RefreshRate>
                    <VerticalResolution>768</VerticalResolution>
                </Display>
    <RunAsynchronous>
    <RunAsynchronousCommand>
    <Order>1</Order>
    <Path>X:\NetCheck.exe</Path>
    <Description>Run the NetCheck app</Description>
    </RunAsynchronousCommand>
    <RunAsynchronousCommand>
    <Order>2</Order>
    <Path>wscript.exe X:\Deploy\Scripts\LiteTouch.wsf</Path>
    <Description>Lite Touch PE</Description>
    </RunAsynchronousCommand>
    </RunAsynchronous>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    By default, the Litetouch.wsf file is launched synchronously, and so my Netcheck app won't run until the Litetouch wizard closes (this won't work for my needs). Also, synchronous commands are run before Asynchronous commands.  Therefore, I need to run
    both my custom Netcheck app and the Litetouch wizard Asynchronously.
    However, every time I use the unattend file that I pasted above, WinPE boots and then immediately reboots. If I am quick and hit F8 I get a command prompt, and then my Netcheck app and the Litetouch wizard both run (sweet!), but then when I close that cmd
    prompt, WinPE shuts down (lame).
    The wpeinit.log is shown below. Everything seems to look good, so what is wrong? How can I accomplish this?
    2014-09-09 14:23:02.588, Info      WPEINIT is processing the unattend file [X:\unattend.xml]
    2014-09-09 14:23:02.588, Info      Spent 141ms initializing removable media before unattend search
    2014-09-09 14:23:02.604, Info      ==== Initializing Display Settings ====
    2014-09-09 14:23:02.620, Info      Setting display resolution 1024x768x32@60: 0x00000000
    2014-09-09 14:23:02.620, Info      STATUS: SUCCESS (0x00000000)
    2014-09-09 14:23:02.620, Info      ==== Initializing Computer Name ====
    2014-09-09 14:23:02.620, Info      Generating a random computer name
    2014-09-09 14:23:02.620, Info      No computer name specified, generating a random name.
    2014-09-09 14:23:02.620, Info      Renaming computer to MININT-9KBBIFF.
    2014-09-09 14:23:02.620, Info      Waiting on the profiling mutex handle
    2014-09-09 14:23:02.620, Info      Acquired profiling mutex
    2014-09-09 14:23:02.620, Info      Service winmgmt disable: 0x00000000
    2014-09-09 14:23:02.620, Info      Service winmgmt stop: 0x00000000
    2014-09-09 14:23:02.620, Info      Service winmgmt enable: 0x00000000
    2014-09-09 14:23:02.620, Info      Released profiling mutex
    2014-09-09 14:23:02.620, Info      STATUS: SUCCESS (0x00000000)
    2014-09-09 14:23:02.620, Info      ==== Initializing Virtual Memory Paging File ====
    2014-09-09 14:23:02.620, Info      No WinPE page file setting specified
    2014-09-09 14:23:02.635, Info      STATUS: SUCCESS (0x00000001)
    2014-09-09 14:23:02.635, Info      ==== Initializing Optional Components ====
    2014-09-09 14:23:02.635, Info      WinPE optional component 'Microsoft-WinPE-HTA' is present
    2014-09-09 14:23:02.651, Info      WinPE optional component 'Microsoft-WinPE-MDAC' is present
    2014-09-09 14:23:02.651, Info      WinPE optional component 'Microsoft-WinPE-WMI' is present
    2014-09-09 14:23:02.667, Info      WinPE optional component 'Microsoft-WinPE-WSH' is present
    2014-09-09 14:23:02.682, Info      STATUS: SUCCESS (0x00000000)
    2014-09-09 14:23:02.682, Info      ==== Initializing Network Access and Applying Configuration ====
    2014-09-09 14:23:02.682, Info      No EnableNetwork unattend setting was specified; the default action for this context is to enable networking support.
    2014-09-09 14:23:02.682, Info      Global handle for profiling mutex is non-null
    2014-09-09 14:23:02.682, Info      Waiting on the profiling mutex handle
    2014-09-09 14:23:02.682, Info      Acquired profiling mutex
    2014-09-09 14:23:02.997, Info      Install MS_MSCLIENT: 0x0004a020
    2014-09-09 14:23:02.997, Info      Install MS_NETBIOS: 0x0004a020
    2014-09-09 14:23:03.138, Info      Install MS_SMB: 0x0004a020
    2014-09-09 14:23:03.326, Info      Install MS_TCPIP6: 0x0004a020
    2014-09-09 14:23:03.702, Info      Install MS_TCPIP: 0x0004a020
    2014-09-09 14:23:03.702, Info      Service dhcp start: 0x00000000
    2014-09-09 14:23:03.702, Info      Service lmhosts start: 0x00000000
    2014-09-09 14:23:03.827, Info      Service ikeext start: 0x00000000
    2014-09-09 14:23:03.921, Info      Service mpssvc start: 0x00000000
    2014-09-09 14:23:03.921, Info      Service mrxsmb10 start: 0x00000000
    2014-09-09 14:23:03.921, Info      Released profiling mutex
    2014-09-09 14:23:03.921, Info      Spent 1250ms installing network components
    2014-09-09 14:23:04.108, Info      Installing device root\kdnic X:\windows\INF\kdnic.inf succeeded
    2014-09-09 14:23:04.608, Info      Installing device vmbus\{f8615163-df3e-46c5-913f-f2d2f965ed0e} X:\windows\INF\wnetvsc.inf succeeded
    2014-09-09 14:23:04.670, Info      Spent 750ms installing network drivers
    2014-09-09 14:23:09.768, Info      QueryAdapterStatus: found operational adapter with DHCP address assigned.
    2014-09-09 14:23:09.768, Info      Spent 5062ms confirming network initialization; status 0x00000000
    2014-09-09 14:23:09.768, Info      STATUS: SUCCESS (0x00000000)
    2014-09-09 14:23:09.768, Info      ==== Applying Firewall Settings ====
    2014-09-09 14:23:09.768, Info      STATUS: SUCCESS (0x00000001)
    2014-09-09 14:23:09.768, Info      ==== Executing Synchronous User-Provided Commands ====
    2014-09-09 14:23:09.768, Info      STATUS: SUCCESS (0x00000001)
    2014-09-09 14:23:09.768, Info      ==== Executing Asynchronous User-Provided Commands ====
    2014-09-09 14:23:09.768, Info      Parsing RunAsynchronousCommand: 2 entries
    2014-09-09 14:23:09.768, Info        Command 0: 0x00000000
    2014-09-09 14:23:09.768, Info      Successfully executed command 'X:\NetCheck.exe'
    2014-09-09 14:23:09.768, Info        Command 1: 0x00000000
    2014-09-09 14:23:09.784, Info      Successfully executed command 'wscript.exe X:\Deploy\Scripts\LiteTouch.wsf'
    2014-09-09 14:23:09.784, Info      STATUS: SUCCESS (0x00000000)
    2014-09-09 14:23:09.784, Info      ==== Applying Shutdown Settings ====
    2014-09-09 14:23:09.784, Info      No shutdown setting was specified
    2014-09-09 14:23:09.784, Info      STATUS: SUCCESS (0x00000001)

    Here is how i ended up solving my problem.
    Change the unattend file to look like this:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <RunSynchronous>
    <RunSynchronousCommand>
    <Order>1</Order>
    <Path>wscript.exe X:\Deploy.vbs</Path>
    <Description>Run the .vbs file that kicks off Netcheck and the Litetouch wizard</Description>
    </RunSynchronousCommand>
    </RunSynchronous>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Here is the Deploy.vbs:
    Set objShell = Wscript.CreateObject("Wscript.shell")
    objShell.Run "X:\Netcheck.exe", 0, false
    objShell.Run "wscript.exe X:\Deploy\Scripts\LiteTouch.wsf", 0, true

  • Windows Server Backup - wbengine.exe Crashing

    Hi,
    When running either a scheduled back or a once off backup, I receive the following error around 30 seconds into the backup:
    "The Windows Server Backup service has stopped"
    "A fatal error occurred during a Windows Server Backup snap-in (Wbadmin.msc) operation. Error details: The Windows server Backup service has stopped"
    In event viewer the following two events were logged:
    Faulting application name: wbengine.exe, version: 6.1.7601.17514, time stamp: 0x4ce79951
    Faulting module name: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521eaf24
    Exception code: 0xc0000374
    Fault offset: 0x00000000000c4102
    Faulting process id: 0x13e8
    Faulting application start time: 0x01cfa9f0936b235a
    Faulting application path: C:\Windows\system32\wbengine.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: e99a55c8-15e4-11e4-9ab5-a01d48c77640
    The Block Level Backup Engine Service service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 120000 milliseconds: Restart the service.
    I have tired restarting the Block Level Backup Engine Service service, deleting the backup catalogue, removing and re adding Window Server Backup feature. None of these fixed the problem.
    I used Debug Diagnostic Tool v2.0 and capturing all instances of wbengine.exe process:
    Loading control script C:\Program Files\DebugDiag\scripts\CrashRule_Process_wbengine.exe.vbs
    DumpPath set to C:\Users\administrator\Desktop\wbengineLogs
    [8/20/2014 9:23:48 AM] Process created. BaseModule - C:\Windows\system32\wbengine.exe. BaseThread System ID - System ID: 7940
    [8/20/2014 9:23:48 AM] C:\Windows\SYSTEM32\ntdll.dll loaded at 0x77780000
    [8/20/2014 9:23:48 AM] Thread created. New thread system id - System ID: 1912
    [8/20/2014 9:23:48 AM] Thread created. New thread system id - System ID: 7756
    [8/20/2014 9:23:48 AM] Thread created. New thread system id - System ID: 4920
    [8/20/2014 9:23:48 AM] Thread created. New thread system id - System ID: 6964
    [8/20/2014 9:23:48 AM] Thread created. New thread system id - System ID: 6100
    [8/20/2014 9:23:48 AM] Thread created. New thread system id - System ID: 6524
    [8/20/2014 9:23:48 AM] Thread created. New thread system id - System ID: 6824
    [8/20/2014 9:23:48 AM] C:\Windows\system32\kernel32.dll loaded at 0x77560000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\KERNELBASE.dll loaded at 0xfd5e0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\ADVAPI32.dll loaded at 0xfe030000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\msvcrt.dll loaded at 0xff5d0000
    [8/20/2014 9:23:48 AM] C:\Windows\SYSTEM32\sechost.dll loaded at 0xff530000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\RPCRT4.dll loaded at 0xfeed0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\USER32.dll loaded at 0x77680000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\GDI32.dll loaded at 0xffa20000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\LPK.dll loaded at 0xff6c0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\USP10.dll loaded at 0xff130000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\ole32.dll loaded at 0xff320000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\OLEAUT32.dll loaded at 0xfdf40000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\VSSAPI.DLL loaded at 0xfc1e0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\ATL.DLL loaded at 0xfc1c0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\VssTrace.DLL loaded at 0xfc1a0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\SETUPAPI.dll loaded at 0xff6d0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\CFGMGR32.dll loaded at 0xfd910000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\DEVOBJ.dll loaded at 0xfd8f0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\NETAPI32.dll loaded at 0xfa190000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\netutils.dll loaded at 0xfc9f0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\srvcli.dll loaded at 0xfd130000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\wkscli.dll loaded at 0xfa170000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\XmlLite.dll loaded at 0xfa9e0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\bcrypt.dll loaded at 0xfcf10000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\VirtDisk.dll loaded at 0xf5740000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\FLTLIB.DLL loaded at 0xf8de0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\CLUSAPI.dll loaded at 0xf9c60000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\cryptdll.dll loaded at 0xfd040000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\IMM32.DLL loaded at 0xfe110000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\MSCTF.dll loaded at 0xff020000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\CRYPTBASE.dll loaded at 0xfd420000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\bcryptprimitives.dll loaded at 0xfca00000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\cscapi.dll loaded at 0xf9bd0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\CLBCatQ.DLL loaded at 0xfdc70000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\CRYPTSP.dll loaded at 0xfcdc0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\rsaenh.dll loaded at 0xfcac0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\RpcRtRemote.dll loaded at 0xfd510000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\blb_ps.dll loaded at 0xf7520000
    [8/20/2014 9:23:48 AM] C:\Windows\System32\vds_ps.dll loaded at 0xf8310000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\WINTRUST.dll loaded at 0xfd720000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\CRYPT32.dll loaded at 0xfd760000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\MSASN1.dll loaded at 0xfd5d0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\vss_ps.dll loaded at 0xfa2f0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\taskschd.dll loaded at 0xf4b20000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\SspiCli.dll loaded at 0xfd390000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\spp.dll loaded at 0xeec40000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\dsrole.dll loaded at 0xfb630000
    [8/20/2014 9:23:48 AM] C:\Windows\System32\msxml3.dll loaded at 0xf89b0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\SHLWAPI.dll loaded at 0xff200000
    [8/20/2014 9:23:48 AM] C:\Windows\System32\ES.DLL loaded at 0xfb5b0000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\SXS.DLL loaded at 0xfd430000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\PROPSYS.dll loaded at 0xfad60000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\samcli.dll loaded at 0xfa670000
    [8/20/2014 9:23:48 AM] C:\Windows\system32\SAMLIB.dll loaded at 0xfa650000
    [8/20/2014 9:23:48 AM] C:\Windows\System32\msxml6.dll loaded at 0xf6ab0000
    [8/20/2014 9:23:48 AM] Thread created. New thread system id - System ID: 7428
    [8/20/2014 9:23:48 AM] Initializing control script
    [8/20/2014 9:23:48 AM] Clearing any existing breakpoints
    [8/20/2014 9:23:48 AM] 
    [8/20/2014 9:23:48 AM] Current Breakpoint List(BL)
    [8/20/2014 9:23:49 AM] Thread exited. Exiting thread system id - System ID: 7428. Exit code - 0x00000000
    [8/20/2014 9:23:54 AM] Thread created. New thread system id - System ID: 5848
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll loaded at 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll Unloaded from 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll loaded at 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll Unloaded from 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll loaded at 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll Unloaded from 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll loaded at 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll Unloaded from 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll loaded at 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll Unloaded from 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll loaded at 0x73050000
    [8/20/2014 9:23:55 AM] C:\Windows\system32\blbres.dll Unloaded from 0x73050000
    [8/20/2014 9:23:55 AM] Thread created. New thread system id - System ID: 7188
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 6160
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 7640
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 8148
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 5348
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 2964
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 5320
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 4164
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 7916
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 6244
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 7908
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 6200
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 5028
    [8/20/2014 9:24:02 AM] Thread created. New thread system id - System ID: 7804
    [8/20/2014 9:24:03 AM] First chance exception - 0XE06D7363 caused by thread with System ID: 7640.  DetailID = 1
    [8/20/2014 9:24:03 AM] Thread exited. Exiting thread system id - System ID: 7640. Exit code - 0x00000000
    [8/20/2014 9:24:07 AM] Thread exited. Exiting thread system id - System ID: 6160. Exit code - 0x00000000
    [8/20/2014 9:24:08 AM] Thread created. New thread system id - System ID: 1108
    [8/20/2014 9:24:08 AM] Thread created. New thread system id - System ID: 992
    [8/20/2014 9:24:08 AM] Thread created. New thread system id - System ID: 7784
    [8/20/2014 9:24:08 AM] Thread created. New thread system id - System ID: 4432
    [8/20/2014 9:24:08 AM] Thread created. New thread system id - System ID: 5304
    [8/20/2014 9:24:09 AM] First chance exception - 0XE06D7363 caused by thread with System ID: 7784.  DetailID = 2
    [8/20/2014 9:24:09 AM] Thread exited. Exiting thread system id - System ID: 7784. Exit code - 0x00000000
    [8/20/2014 9:24:13 AM] Thread created. New thread system id - System ID: 2780
    [8/20/2014 9:24:13 AM] Thread created. New thread system id - System ID: 8012
    [8/20/2014 9:24:13 AM] Thread created. New thread system id - System ID: 7552
    [8/20/2014 9:24:13 AM] Thread created. New thread system id - System ID: 6812
    [8/20/2014 9:24:13 AM] Thread created. New thread system id - System ID: 5368
    [8/20/2014 9:24:13 AM] Thread created. New thread system id - System ID: 1388
    [8/20/2014 9:24:13 AM] Thread exited. Exiting thread system id - System ID: 2780. Exit code - 0x00000000
    [8/20/2014 9:24:13 AM] Thread created. New thread system id - System ID: 7404
    [8/20/2014 9:24:14 AM] Thread exited. Exiting thread system id - System ID: 7404. Exit code - 0x00000000
    [8/20/2014 9:24:14 AM] Thread created. New thread system id - System ID: 2284
    [8/20/2014 9:24:47 AM] Thread exited. Exiting thread system id - System ID: 6524. Exit code - 0x00000000
    [8/20/2014 9:25:12 AM] Thread exited. Exiting thread system id - System ID: 2284. Exit code - 0x00000000
    [8/20/2014 9:25:12 AM] Thread created. New thread system id - System ID: 6188
    [8/20/2014 9:25:12 AM] Thread exited. Exiting thread system id - System ID: 6188. Exit code - 0x00000000
    [8/20/2014 9:25:12 AM] Thread created. New thread system id - System ID: 7120
    [8/20/2014 9:25:12 AM] Thread exited. Exiting thread system id - System ID: 7120. Exit code - 0x00000000
    [8/20/2014 9:25:13 AM] Thread created. New thread system id - System ID: 7428
    [8/20/2014 9:25:20 AM] Thread exited. Exiting thread system id - System ID: 7428. Exit code - 0x00000000
    [8/20/2014 9:25:20 AM] Thread created. New thread system id - System ID: 1280
    [8/20/2014 9:25:21 AM] Thread exited. Exiting thread system id - System ID: 7552. Exit code - 0x00000000
    [8/20/2014 9:25:21 AM] Thread exited. Exiting thread system id - System ID: 5368. Exit code - 0x00000000
    [8/20/2014 9:25:21 AM] Thread exited. Exiting thread system id - System ID: 1280. Exit code - 0x00000000
    [8/20/2014 9:25:21 AM] Thread created. New thread system id - System ID: 8108
    [8/20/2014 9:25:21 AM] Thread exited. Exiting thread system id - System ID: 8108. Exit code - 0x00000000
    [8/20/2014 9:25:21 AM] C:\Windows\system32\blbsrv.dll loaded at 0xe6240000
    [8/20/2014 9:25:25 AM] First chance exception - 0X80000003 caused by thread with System ID: 992.  DetailID = 3
    [8/20/2014 9:25:25 AM] First chance exception - 0XC0000374 caused by thread with System ID: 992.  DetailID = 4
    [8/20/2014 9:25:25 AM] Second chance exception - 0XC0000374 caused by thread with System ID: 992
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 5028. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 4432. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 992. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 7804. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 7908. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 4164. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 2964. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 8148. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 5848. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 6824. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 6100. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 6964. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 7756. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 7940. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 6812. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 8012. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 5304. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 6200. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 6244. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 7916. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 5320. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 5348. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 7188. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 4920. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 1912. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Thread exited. Exiting thread system id - System ID: 1388. Exit code - 0xffffffff
    [8/20/2014 9:25:25 AM] Process exited. Exit code - 0xffffffff
    *  EXCEPTION DETAILS  *
    DetailID = 1
    Count:    1
    Exception #:  0XE06D7363
    Stack:        
    Call Site
    KERNELBASE!RaiseException
    msvcrt!CxxThrowException
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    msvcrt!srand
    msvcrt!ftime64_s
    kernel32!BaseThreadInitThunk
    ntdll!RtlUserThreadStart
    DetailID = 2
    Count:    1
    Exception #:  0XE06D7363
    Stack:        
    KERNELBASE!RaiseException
    msvcrt!CxxThrowException
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    VSSAPI!CVssJetWriter::SetWriterFailure
    msvcrt!srand
    msvcrt!ftime64_s
    kernel32!BaseThreadInitThunk
    ntdll!RtlUserThreadStart
    DetailID = 3
    Count:    1
    Exception #:  0X80000003
    Stack:        
    ntdll!RtlUnhandledExceptionFilter
    ntdll!EtwEnumerateProcessRegGuids
    ntdll!RtlQueryProcessLockInformation
    ntdll!RtlLogStackBackTrace
    ntdll!RtlIsDosDeviceName_U
    ole32!CoTaskMemFree
    wbengine
    wbengine
    wbengine
    wbengine
    wbengine
    wbengine
    wbengine
    kernel32!BaseThreadInitThunk
    ntdll!RtlUserThreadStart
    DetailID = 4
    Count:    1
    Exception #:  0XC0000374
    Stack:        
    ntdll!RtlUnhandledExceptionFilter
    ntdll!EtwEnumerateProcessRegGuids
    ntdll!RtlQueryProcessLockInformation
    ntdll!RtlLogStackBackTrace
    ntdll!RtlIsDosDeviceName_U
    ole32!CoTaskMemFree
    wbengine
    wbengine
    wbengine
    wbengine
    wbengine
    wbengine
    wbengine
    kernel32!BaseThreadInitThunk
    ntdll!RtlUserThreadStart
    *  EXCEPTION SUMMARY  *
    |--------------------|
    | Count | Exception  |
    |--------------------|
    | 2     | 0XE06D7363 |
    | 1     | 0X80000003 |
    | 1     | 0XC0000374 |
    |--------------------|
    Any help would be greatly appreciated.

    Hi
    Similar post:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/4d87c9a1-8f1b-4bb3-8b13-ee37bc3c014b/windows-server-backup-failing-to-start-error-a-fatal-error-occurred-during-a-windows-server-backup?forum=windowsbackup

  • HTML form preview fails due to missing XMLFormBridgeService

    In Adobe LiveCycle ES4 with SP1 on Windows-7 the XMLFormBridgeService is unavailable in adminui console.
    Cannot render or preview a simple XDP form  in HTML in Designer 11.01 with SP1 and Cumulative Design patch, Form Manager, and the CRX Console.
    That means, I cannot preview an XDP form in HTML using either the LC Designer, LC Form Manager, or the CRX Console.
    I keep getting this error "XMLFormBridgeService" is not available.
    The service is not listed in adminui under Service Manager either. So, I'm including log files for the LC Server managed servers.
    I tried looking for XMLFormBridgeService in all zip, ear, jar, and file paths where Adobe resides on my machine. It's not listed anywhere that I can tell.
    It must be in the compiled code but I can't tell what package it resides in then. The stack trace is below from Designer preview HTML page.
    My question is where is the XMLFormBridgeService so I can install it in my weblogic console or Form Manager console?
    javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script html.jsp
    Cannot serve request to /lc/content/xfaforms/profiles/default.html in /libs/xfaforms/render/POST.jsp
    Exception:
    org.apache.sling.api.SlingException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script html.jsp at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:691) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:608) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:525) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:449) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:241) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:86) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:441) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:361) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:171) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:463) at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:508) at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:148) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMComponentFilter.filterRootInclude(WCMComponentFilter.java:333) at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:160) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProcessorImpl.java:254) at org.apache.sling.engine.impl.filter.RequestSlingFilterChain.render(RequestSlingFilterChain.java:49) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.warp.TimeWarpFilter.doFilter(TimeWarpFilter.java:106) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter.doFilter(RedirectFilter.java:290) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.adobe.livecycle.content.appcontext.impl.AppContextFilter.doFilter(AppContextFilter.java:58) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.adobe.livecycle.content.sling.impl.ResourceResolverFilter.doFilter(ResourceResolverFilter.java:34) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.adobe.livecycle.crx.security.SpringSecurityBridgeFilter.doFilter(SpringSecurityBridgeFilter.java:65) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.adobe.livecycle.process.reporting.servlet.filter.ProcessReportingResourceResolverFilter.doFilter(ProcessReportingResourceResolverFilter.java:70) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.adobe.livecycle.lccomponent.util.LcComponentResourceResolverFilter.doFilter(LcComponentResourceResolverFilter.java:54) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.adobe.livecycle.dsc.clientsdk.internal.ResourceResolverHolderFilter.doFilter(ResourceResolverHolderFilter.java:37) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.adobe.livecycle.formsmanagement.servlets.filter.FormsManagerResourceResolverFilter.doFilter(FormsManagerResourceResolverFilter.java:54) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter.doFilter(RequestProgressTrackerLogFilter.java:59) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet.doFilter(FormsHandlingServlet.java:220) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.theme.impl.ThemeResolverFilter.doFilter(ThemeResolverFilter.java:76) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.adobe.granite.optout.impl.OptOutFilter.doFilter(OptOutFilter.java:74) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMRequestFilter.doFilter(WCMRequestFilter.java:90) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.designimporter.CanvasPageDeleteRequestFilter.doFilter(CanvasPageDeleteRequestFilter.java:87) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.rewriter.impl.RewriterFilter.doFilter(RewriterFilter.java:83) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:127) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter.doFilter(BackgroundServletStarterFilter.java:135) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processRequest(SlingRequestProcessorImpl.java:151) at org.apache.sling.engine.impl.SlingMainServlet.service(SlingMainServlet.java:206) at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:96) at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:79) at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java:42) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:49) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:127) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:78) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.felix.http.sslfilter.internal.SslFilter.doFilter(SslFilter.java:55) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.security.impl.ReferrerFilter.doFilter(ReferrerFilter.java:259) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.engine.impl.log.RequestLoggerFilter.doFilter(RequestLoggerFilter.java:75) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.felix.http.base.internal.dispatch.FilterPipeline.dispatch(FilterPipeline.java:48) at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:39) at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:67) at javax.servlet.http.HttpServlet.service(HttpServlet.java:844) at org.apache.felix.http.proxy.ProxyServlet.service(ProxyServlet.java:60) at javax.servlet.http.HttpServlet.service(HttpServlet.java:844) at org.apache.sling.launchpad.base.webapp.SlingServletDelegate.service(SlingServletDelegate.java:278) at org.apache.sling.launchpad.webapp.SlingServlet.service(SlingServlet.java:174) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:242) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:216) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:132) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:338) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:221) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3284) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3254) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57) at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2163) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2089) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2074) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1513) at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:254) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused by: org.apache.sling.api.SlingException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script formBody.jsp at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:691) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:608) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:525) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:449) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:241) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:86) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:441) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:361) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:171) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:463) at com.day.cq.wcm.tags.IncludeTag.includeScript(IncludeTag.java:167) at com.day.cq.wcm.tags.IncludeTag.doEndTag(IncludeTag.java:87) at org.apache.jsp.libs.xfaforms.profile.html_POST_jsp._jspx_meth_cq_005finclude_005f0(html_POST_jsp.java:89) at org.apache.jsp.libs.xfaforms.profile.html_POST_jsp._jspService(html_POST_jsp.java:64) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:844) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502) ... 109 more Caused by: org.apache.sling.api.SlingException: at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:691) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:608) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:533) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:449) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:241) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:86) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:441) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:361) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:171) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:463) at com.day.cq.wcm.tags.IncludeTag.includeScript(IncludeTag.java:167) at com.day.cq.wcm.tags.IncludeTag.doEndTag(IncludeTag.java:87) at org.apache.jsp.libs.xfaforms.profile.html_jsp._jspx_meth_cq_005finclude_005f3(html_jsp.java:183) at org.apache.jsp.libs.xfaforms.profile.html_jsp._jspService(html_jsp.java:89) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:844) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502) ... 123 more Caused by: org.apache.sling.api.SlingException: javax.servlet.ServletException: com.adobe.forms.service.LCFormsServiceException at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:691) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:608) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:525) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:449) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:241) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:86) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:441) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:361) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:171) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:463) at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:508) at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:148) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMComponentFilter.filterRootInclude(WCMComponentFilter.java:333) at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:160) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProcessorImpl.java:254) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.dispatchRequest(SlingRequestProcessorImpl.java:294) at org.apache.sling.engine.impl.request.SlingRequestDispatcher.dispatch(SlingRequestDispatcher.java:216) at org.apache.sling.engine.impl.request.SlingRequestDispatcher.include(SlingRequestDispatcher.java:103) at com.day.cq.wcm.core.impl.WCMComponentFilter$ForwardRequestDispatcher.include(WCMComponentFilter.java:406) at org.apache.sling.scripting.jsp.taglib.IncludeTagHandler.dispatch(IncludeTagHandler.java:49) at org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler.doEndTag(AbstractDispatcherTagHandler.java:129) at org.apache.jsp.libs.xfaforms.profile.formBody_jsp._jspx_meth_sling_005finclude_005f0(formBody_jsp.java:92) at org.apache.jsp.libs.xfaforms.profile.formBody_jsp._jspService(formBody_jsp.java:64) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:844) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502) ... 137 more Caused by: com.adobe.forms.service.LCFormsServiceException at com.adobe.forms.service.impl.LCFormsOsgiServiceImpl.render(LCFormsOsgiServiceImpl.scala:85) at com.adobe.forms.service.impl.LCFormsServiceImpl.render(LCFormsServiceImpl.java:51) at org.apache.jsp.libs.xfaforms.render.POST_jsp._jspService(POST_jsp.java:118) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:844) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502) ... 164 more Caused by: ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: XMLFormBridgeService not found. at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getService(ServiceRegistryImpl.java:1088) at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getHeadActiveConfiguration(ServiceRegistryImpl.java:939) at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.resolveName(NamingRegistryImpl.java:93) at com.adobe.livecycle.crx.integration.dispatcher.InVMEndpoint.invokeCall(InVMEndpoint.java:92) at com.adobe.livecycle.crx.integration.dispatcher.InVMEndpoint.invoke0(InVMEndpoint.java:54) at com.adobe.livecycle.crx.integration.dispatcher.InVMEndpoint.invoke(InVMEndpoint.java:29) at com.adobe.livecycle.dsc.clientsdk.internal.InVMessageDispatcherFactory.invoke(InVMessageDispatcherFactory.java:61) at com.adobe.livecycle.dsc.clientsdk.internal.InVMessageDispatcherFactory.executeRequest(InVMessageDispatcherFactory.java:56) at com.adobe.livecycle.dsc.clientsdk.internal.InVMessageDispatcherFactory$InVMMessageDispatcher.doSend(InVMessageDispatcherFactory.java:80) at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:69) at com.adobe.livecycle.dsc.clientsdk.internal.MessageDispatcherProxy$InvocationInterceptorChainImpl.doIntercept(MessageDispatcherProxy.java:64) at com.adobe.livecycle.dsc.clientsdk.internal.ClassLoaderInterceptor.intercept(ClassLoaderInterceptor.java:34) at com.adobe.livecycle.dsc.clientsdk.internal.MessageDispatcherProxy$InvocationInterceptorChainImpl.doIntercept(MessageDispatcherProxy.java:60) at com.adobe.livecycle.dsc.clientsdk.internal.security.SecurityInterceptor.intercept(SecurityInterceptor.java:128) at com.adobe.livecycle.dsc.clientsdk.internal.MessageDispatcherProxy$InvocationInterceptorChainImpl.doIntercept(MessageDispatcherProxy.java:60) at com.adobe.livecycle.dsc.clientsdk.internal.RequestProgressInterceptor.intercept(RequestProgressInterceptor.java:41) at com.adobe.livecycle.dsc.clientsdk.internal.MessageDispatcherProxy$InvocationInterceptorChainImpl.doIntercept(MessageDispatcherProxy.java:60) at com.adobe.livecycle.dsc.clientsdk.internal.MessageDispatcherProxy.send(MessageDispatcherProxy.java:41) at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208) at com.adobe.forms.livecycle.impl.XFANativeServiceImpl.paExecute(XFANativeServiceImpl.java:72) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$paExecute$2$$anonfun$2.apply(XMLFormServiceImpl.scala:149) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$paExecute$2$$anonfun$2.apply(XMLFormServiceImpl.scala:149) at com.adobe.forms.logging.PerfLogger$class.measure(PerfLogger.scala:56) at com.adobe.forms.logging.PerfLogger$.measure(PerfLogger.scala:35) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$paExecute$2.apply(XMLFormServiceImpl.scala:148) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$paExecute$2.apply(XMLFormServiceImpl.scala:140) at com.adobe.forms.logging.PerfLogger$class.measure(PerfLogger.scala:56) at com.adobe.forms.logging.PerfLogger$.measure(PerfLogger.scala:35) at com.adobe.forms.xtg.impl.XMLFormServiceImpl.paExecute(XMLFormServiceImpl.scala:138) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$com$adobe$forms$xtg$impl$XMLFormServiceImpl$$resolveTemplateCacheGen$2.apply(XMLFormServiceImpl.scala:174) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$com$adobe$forms$xtg$impl$XMLFormServiceImpl$$resolveTemplateCacheGen$2.apply(XMLFormServiceImpl.scala:169) at com.adobe.forms.logging.PerfLogger$class.measure(PerfLogger.scala:56) at com.adobe.forms.logging.PerfLogger$.measure(PerfLogger.scala:35) at com.adobe.forms.xtg.impl.XMLFormServiceImpl.com$adobe$forms$xtg$impl$XMLFormServiceImpl$$resolveTemplateCacheGen(XMLFormServiceImpl.scala:169) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$resolveTemplate$2$$anonfun$apply$3.apply(XMLFormServiceImpl.scala:248) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$resolveTemplate$2$$anonfun$apply$3.apply(XMLFormServiceImpl.scala:248) at com.adobe.forms.cache.ResourceCache$$anonfun$getOrElseUpdate$2.apply(ResourceCache.scala:97) at com.adobe.forms.cache.ResourceCache$$anonfun$getOrElseUpdate$2.apply(ResourceCache.scala:93) at com.adobe.forms.logging.PerfLogger$class.measure(PerfLogger.scala:56) at com.adobe.forms.logging.PerfLogger$.measure(PerfLogger.scala:35) at com.adobe.forms.cache.ResourceCache$class.getOrElseUpdate(ResourceCache.scala:92) at com.adobe.forms.cache.impl.PreRenderCacheImpl.getOrElseUpdate(PreRenderCacheImpl.scala:17) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$resolveTemplate$2.apply(XMLFormServiceImpl.scala:248) at com.adobe.forms.xtg.impl.XMLFormServiceImpl$$anonfun$resolveTemplate$2.apply(XMLFormServiceImpl.scala:248) at com.adobe.forms.logging.PerfLogger$class.measure(PerfLogger.scala:56) at com.adobe.forms.logging.PerfLogger$.measure(PerfLogger.scala:35) at com.adobe.forms.xtg.impl.XMLFormServiceImpl.resolveTemplate(XMLFormServiceImpl.scala:247) at com.adobe.forms.service.impl.LCOptionsXFAInterpreterImpl.resolvedTemplate(LCOptionsXFAInterpreterImpl.scala:83) at com.adobe.forms.service.impl.RenderHtmlServiceImpl.render(RenderHtmlServiceImpl.scala:86) at com.adobe.forms.service.impl.LCFormsOsgiServiceImpl$$anonfun$2.apply(LCFormsOsgiServiceImpl.scala:79) at com.adobe.forms.service.impl.LCFormsOsgiServiceImpl$$anonfun$2.apply(LCFormsOsgiServiceImpl.scala:74) at com.adobe.forms.logging.PerfLogger$class.measure(PerfLogger.scala:56) at com.adobe.forms.logging.PerfLogger$.measure(PerfLogger.scala:35) at com.adobe.forms.service.impl.LCFormsOsgiServiceImpl.render(LCFormsOsgiServiceImpl.scala:74) ... 169 more
    Request Progress:
          0 (2014-08-13 17:52:49) TIMER_START{Request Processing} 0 (2014-08-13 17:52:49) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message> 0 (2014-08-13 17:52:49) LOG Method=POST, PathInfo=/content/xfaforms/profiles/default.html 0 (2014-08-13 17:52:49) TIMER_START{ResourceResolution} 3 (2014-08-13 17:52:49) TIMER_END{3,ResourceResolution} URI=/lc/content/xfaforms/profiles/default.html resolves to Resource=, type=nt:unstructured, path=/content/xfaforms/profiles/default, resource=[JcrNodeResource, type=nt:unstructured, superType=xfaforms/profile, path=/content/xfaforms/profiles/default] 3 (2014-08-13 17:52:49) LOG Resource Path Info: SlingRequestPathInfo: path='/content/xfaforms/profiles/default', selectorString='null', extension='html', suffix='null' 3 (2014-08-13 17:52:49) TIMER_START{ServletResolution} 3 (2014-08-13 17:52:49) TIMER_START{resolveServlet(, type=nt:unstructured, path=/content/xfaforms/profiles/default, resource=[JcrNodeResource, type=nt:unstructured, superType=xfaforms/profile, path=/content/xfaforms/profiles/default])} 10 (2014-08-13 17:52:49) TIMER_END{7,resolveServlet(, type=nt:unstructured, path=/content/xfaforms/profiles/default, resource=[JcrNodeResource, type=nt:unstructured, superType=xfaforms/profile, path=/content/xfaforms/profiles/default])} Using servlet /libs/xfaforms/profile/html.POST.jsp 10 (2014-08-13 17:52:49) TIMER_END{7,ServletResolution} URI=/lc/content/xfaforms/profiles/default.html handled by Servlet=/libs/xfaforms/profile/html.POST.jsp 10 (2014-08-13 17:52:49) LOG Applying Requestfilters 10 (2014-08-13 17:52:49) LOG Calling filter: org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter 10 (2014-08-13 17:52:49) LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter 10 (2014-08-13 17:52:49) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter 10 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.wcm.designimporter.CanvasPageDeleteRequestFilter 10 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter 10 (2014-08-13 17:52:49) LOG Calling filter: com.adobe.granite.optout.impl.OptOutFilter 10 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.theme.impl.ThemeResolverFilter 10 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet 10 (2014-08-13 17:52:49) LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter 10 (2014-08-13 17:52:49) LOG Calling filter: com.adobe.livecycle.formsmanagement.servlets.filter.FormsManagerResourceResolverFilter 10 (2014-08-13 17:52:49) LOG Calling filter: com.adobe.livecycle.dsc.clientsdk.internal.ResourceResolverHolderFilter 10 (2014-08-13 17:52:49) LOG Calling filter: com.adobe.livecycle.lccomponent.util.LcComponentResourceResolverFilter 10 (2014-08-13 17:52:49) LOG Calling filter: com.adobe.livecycle.process.reporting.servlet.filter.ProcessReportingResourceResolverFilter 12 (2014-08-13 17:52:49) LOG Calling filter: com.adobe.livecycle.crx.security.SpringSecurityBridgeFilter 14 (2014-08-13 17:52:49) LOG Calling filter: com.adobe.livecycle.content.sling.impl.ResourceResolverFilter 14 (2014-08-13 17:52:49) LOG Calling filter: com.adobe.livecycle.content.appcontext.impl.AppContextFilter 14 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter 14 (2014-08-13 17:52:49) LOG RedirectFilter did not redirect (method does not match) 14 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter 14 (2014-08-13 17:52:49) LOG Applying Componentfilters 14 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter 15 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter 15 (2014-08-13 17:52:49) TIMER_START{/libs/xfaforms/profile/html.POST.jsp#0} 53 (2014-08-13 17:52:49) LOG Including script html.jsp for path=/content/xfaforms/profiles/default, type=nt:unstructured: /libs/xfaforms/profile/html.jsp 53 (2014-08-13 17:52:49) TIMER_START{/libs/xfaforms/profile/html.jsp} 54 (2014-08-13 17:52:49) LOG Including script formRuntime.jsp for path=/content/xfaforms/profiles/default, type=nt:unstructured: /libs/xfaforms/profile/formRuntime.jsp 54 (2014-08-13 17:52:49) TIMER_START{/libs/xfaforms/profile/formRuntime.jsp} 55 (2014-08-13 17:52:49) TIMER_END{1,/libs/xfaforms/profile/formRuntime.jsp} 55 (2014-08-13 17:52:49) LOG Including script ../toolbar/toolbar.jsp for path=/content/xfaforms/profiles/default, type=nt:unstructured: /libs/xfaforms/toolbar/toolbar.jsp 55 (2014-08-13 17:52:49) TIMER_START{/libs/xfaforms/toolbar/toolbar.jsp} 56 (2014-08-13 17:52:49) TIMER_END{1,/libs/xfaforms/toolbar/toolbar.jsp} 56 (2014-08-13 17:52:49) LOG Including script config.jsp for path=/content/xfaforms/profiles/default, type=nt:unstructured: /libs/xfaforms/profile/config.jsp 56 (2014-08-13 17:52:49) TIMER_START{/libs/xfaforms/profile/config.jsp} 57 (2014-08-13 17:52:49) TIMER_END{1,/libs/xfaforms/profile/config.jsp} 57 (2014-08-13 17:52:49) LOG Including script formBody.jsp for path=/content/xfaforms/profiles/default, type=nt:unstructured: /libs/xfaforms/profile/formBody.jsp 57 (2014-08-13 17:52:49) TIMER_START{/libs/xfaforms/profile/formBody.jsp} 58 (2014-08-13 17:52:49) LOG Including resource TypeOverwritingResourceWrapper, type=xfaforms/render, path=/content/xfaforms/profiles/default, resource=[, type=nt:unstructured, path=/content/xfaforms/profiles/default, resource=[JcrNodeResource, type=nt:unstructured, superType=xfaforms/profile, path=/content/xfaforms/profiles/default]] (SlingRequestPathInfo: path='/content/xfaforms/profiles/default', selectorString='null', extension='html', suffix='null') 58 (2014-08-13 17:52:49) TIMER_START{resolveServlet(TypeOverwritingResourceWrapper, type=xfaforms/render, path=/content/xfaforms/profiles/default, resource=[, type=nt:unstructured, path=/content/xfaforms/profiles/default, resource=[JcrNodeResource, type=nt:unstructured, superType=xfaforms/profile, path=/content/xfaforms/profiles/default]])} 63 (2014-08-13 17:52:49) TIMER_END{5,resolveServlet(TypeOverwritingResourceWrapper, type=xfaforms/render, path=/content/xfaforms/profiles/default, resource=[, type=nt:unstructured, path=/content/xfaforms/profiles/default, resource=[JcrNodeResource, type=nt:unstructured, superType=xfaforms/profile, path=/content/xfaforms/profiles/default]])} Using servlet /libs/xfaforms/render/POST.jsp 63 (2014-08-13 17:52:49) LOG Applying Includefilters 63 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter 64 (2014-08-13 17:52:49) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter 64 (2014-08-13 17:52:49) TIMER_START{/libs/xfaforms/render/POST.jsp#1} 97 (2014-08-13 17:52:49) TIMER_START{DSC} 97 (2014-08-13 17:52:49) LOG Making DSC call to XMLFormBridgeService.doPAExecute82 156 (2014-08-13 17:52:49) LOG Failed to complete the DSC call to Server at null 156 (2014-08-13 17:52:49) TIMER_END{59,DSC} 164 (2014-08-13 17:52:49) LOG SCRIPT ERROR: javax.servlet.ServletException: com.adobe.forms.service.LCFormsServiceException 164 (2014-08-13 17:52:49) TIMER_END{100,/libs/xfaforms/render/POST.jsp#1} 166 (2014-08-13 17:52:49) LOG SCRIPT ERROR: 170 (2014-08-13 17:52:49) LOG SCRIPT ERROR: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script formBody.jsp 174 (2014-08-13 17:52:49) LOG SCRIPT ERROR: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script html.jsp 174 (2014-08-13 17:52:49) TIMER_END{159,/libs/xfaforms/profile/html.POST.jsp#0} 178 (2014-08-13 17:52:49) LOG Applying Error filters 178 (2014-08-13 17:52:49) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter 178 (2014-08-13 17:52:49) TIMER_START{handleError:throwable=org.apache.sling.api.SlingException} 195 (2014-08-13 17:52:49) TIMER_END{17,handleError:throwable=org.apache.sling.api.SlingException} Using handler /libs/sling/servlet/errorhandler/default.jsp 197 (2014-08-13 17:52:49) LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html],order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=org.apache.sling.jcr.resource.JcrPropertyMap@47690d), Config(type=mobiledebug, config=org.apache.sling.jcr.resource.JcrPropertyMap@41e716), Config(type=contentsync, config=org.apache.sling.jcr.resource.JcrPropertyMap@aa7c76), serializer=Config(type=htmlwriter, config={}))} 202 (2014-08-13 17:52:49) TIMER_END{202,Request Processing} Dumping SlingRequestProgressTracker Entries
    ApacheSling/2.2 (WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012 WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012 WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012 WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012 WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012 WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012 WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012 WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012 WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012 WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012 WebLogic Server 12.1.1.0 Wed Dec 7 08:40:57 PST 2011 1445491 Oracle WebLogic Server Module Dependencies 12.1 Mon Nov 21 16:41:37 UTC 2011 Oracle WebLogic Server on JRockit Virtual Edition Module Dependencies 12.1 Fri Oct 21 21:16:45 UTC 2011, Java HotSpot(TM) Client VM 1.6.0_29, Windows 7 6.1 x86)

    Hello Suresh,
    >> I had created a data base application using Import from one workspace(schema1) to another workspace(schema2).
    Is the APEX version on both workspaces are the same? What is the APEX version?
    Please make sure that the page template you are using includes #FORM_OPEN# in the last line of the Header section.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • Can anyone explain why there is a difference between BC dashboard statistics vs Google Analytics?

    I monitor Google Analytics for a client and have noticed that there is a factor of 3+ difference between the visitor rates provided by Google Analytics (say 4,000/mth) and BC (say 13,000/mth). Can anyone advise how BC measures a visitor?

    You'd be surprised how many dodgy people target servers all the time.
    Here's the log from a server I deployed 7 days ago which still doesn't have
    a domain pointed to it and it's private server on EC2. I can just imagine
    how much BC servers are getting slammed.
    2014-04-03 03:49:13 HEAD /manager/status
    2014-04-03 10:42:34 HEAD /
    2014-04-03 12:51:25 HEAD /
    2014-04-03 17:34:33 HEAD /manager/status
    2014-04-03 17:36:03 GET /
    2014-04-03 19:00:48 HEAD /
    2014-04-03 20:09:45 GET /manager/html
    2014-04-03 20:09:45 GET /manager/html/
    2014-04-03 20:51:42 GET /
    2014-04-04 02:29:38 GET /
    2014-04-04 03:58:14 GET /manager/html
    2014-04-04 03:58:14 GET /manager/html/
    2014-04-04 04:21:56 HEAD /
    2014-04-04 19:25:26 GET /
    2014-04-04 19:59:46 GET /manager/html
    2014-04-04 19:59:46 GET /manager/html/
    2014-04-05 06:44:57 GET /intl/zh-CN/
    2014-04-05 07:22:23 GET /manager/html
    2014-04-05 07:22:23 GET /manager/html/
    2014-04-05 20:33:02 GET /user/soapCaller.bs
    2014-04-05 23:05:43 GET /
    2014-04-06 01:30:08 GET /manager/html
    2014-04-06 01:30:09 GET /manager/html/
    2014-04-07 02:11:52 GET /cgi-bin/rtpd.cgi
    2014-04-07 06:24:12 GET /
    2014-04-07 06:24:36 GET /
    2014-04-07 08:32:58 HEAD /
    2014-04-07 08:32:59 GET /
    2014-04-07 21:25:13 GET /
    2014-04-07 21:25:14 GET /robots.txt
    2014-04-08 01:35:40 GET /CFIDE/administrator/enter.cfm
    2014-04-08 04:55:22 GET /manager/html
    2014-04-08 04:55:22 GET /manager/html/
    2014-04-08 08:20:50 GET /proxy.txt
    2014-04-08 10:03:07 HEAD /
    2014-04-08 22:23:16 GET /manager/html
    2014-04-08 22:23:16 GET /manager/html/
    2014-04-09 08:40:03 GET /
    2014-04-09 12:18:51 GET /
    2014-04-09 12:18:52 GET /robots.txt
    2014-04-09 12:24:47 GET /
    2014-04-09 14:55:59 GET /
    2014-04-09 15:06:26 GET
    /w00tw00t.at.blackhats.romanian.anti-sec:)
    2014-04-09 15:06:26 GET /phpMyAdmin/scripts/setup.php
    2014-04-09 15:06:27 GET /phpmyadmin/scripts/setup.php
    2014-04-09 15:06:28 GET /pma/scripts/setup.php
    2014-04-09 15:06:28 GET /myadmin/scripts/setup.php
    2014-04-09 15:06:29 GET /MyAdmin/scripts/setup.php
    2014-04-09 16:16:42 HEAD /
    2014-04-09 18:31:33 HEAD /
    2014-04-09 20:12:55 GET /muieblackcat
    2014-04-09 20:13:08 GET /db/scripts/setup.php
    2014-04-09 20:13:09 GET /dbadmin/scripts/setup.php
    2014-04-09 20:13:12 GET /mysql/scripts/setup.php
    2014-04-09 20:13:13 GET /mysqladmin/scripts/setup.php
    2014-04-09 20:13:17 GET /phpadmin/scripts/setup.php
    2014-04-09 20:13:18 GET /pma/scripts/setup.php
    2014-04-09 20:13:18 GET /web/phpMyAdmin/scripts/setup.php
    2014-04-09 20:13:19 GET /xampp/phpmyadmin/scripts/setup.php
    2014-04-09 20:13:20 GET /web/scripts/setup.php
    2014-04-09 20:13:21 GET /php-my-admin/scripts/setup.php
    2014-04-09 20:13:21 GET /websql/scripts/setup.php
    2014-04-09 20:13:34 GET /blog/phpmyadmin/scripts/setup.php
    2014-04-09 20:13:35 GET /cpanelphpmyadmin/scripts/setup.php
    2014-04-09 20:13:44 GET /phpmyadmin/scripts/setup.php
    2014-04-09 20:13:45 GET
    /phpMyAdmin-2.10.0.0/scripts/setup.php
    2014-04-09 20:13:46 GET
    /phpMyAdmin-2.10.0.1/scripts/setup.php
    2014-04-09 20:13:47 GET
    /phpMyAdmin-2.10.0.2/scripts/setup.php
    2014-04-09 20:13:47 GET /phpMyAdmin-2.10.0/scripts/setup.php
    2014-04-09 20:13:48 GET
    /phpMyAdmin-2.10.1.0/scripts/setup.php
    2014-04-09 20:13:48 GET
    /phpMyAdmin-2.10.2.0/scripts/setup.php
    2014-04-09 20:13:48 GET
    /phpMyAdmin-2.11.0.0/scripts/setup.php
    2014-04-09 20:13:49 GET
    /phpMyAdmin-2.11.1-all-languages/scripts/setup.php
    2014-04-09 20:13:49 GET
    /phpMyAdmin-2.11.1.0/scripts/setup.php
    2014-04-09 20:13:51 GET
    /phpMyAdmin-2.11.1.1/scripts/setup.php
    2014-04-09 20:13:51 GET
    /phpMyAdmin-2.11.1.2/scripts/setup.php
    2014-04-09 20:13:52 GET
    /phpMyAdmin-2.6.1-pl2/scripts/setup.php
    2014-04-09 20:13:53 GET
    /phpMyAdmin-2.6.1-pl3/scripts/setup.php
    2014-04-09 20:13:54 GET
    /phpMyAdmin-2.6.4-pl3/scripts/setup.php
    2014-04-09 20:13:54 GET
    /phpMyAdmin-2.6.4-pl4/scripts/setup.php
    2014-04-09 20:13:55 GET
    /phpMyAdmin-2.6.4-rc1/scripts/setup.php
    2014-04-09 20:13:55 GET /phpMyAdmin-2.6.5/scripts/setup.php
    2014-04-09 20:13:55 GET /phpMyAdmin-2.6.6/scripts/setup.php
    2014-04-09 20:13:56 GET /phpMyAdmin-2.6.9/scripts/setup.php
    2014-04-09 20:13:56 GET
    /phpMyAdmin-2.7.0-beta1/scripts/setup.php
    2014-04-09 20:13:57 GET
    /phpMyAdmin-2.7.0-pl1/scripts/setup.php
    2014-04-09 20:13:58 GET
    /phpMyAdmin-2.7.0-pl2/scripts/setup.php
    2014-04-09 20:13:59 GET
    /phpMyAdmin-2.7.0-rc1/scripts/setup.php
    2014-04-09 20:13:59 GET /phpMyAdmin-2.7.5/scripts/setup.php
    2014-04-09 20:14:00 GET /phpMyAdmin-2.7.6/scripts/setup.php
    2014-04-09 20:14:01 GET /phpMyAdmin-2.7.7/scripts/setup.php
    2014-04-09 20:14:05 GET /phpMyAdmin-2.8.2/scripts/setup.php
    2014-04-09 20:14:05 GET /phpMyAdmin-2.8.3/scripts/setup.php
    2014-04-09 20:14:08 GET /phpMyAdmin-2.8.5/scripts/setup.php
    2014-04-09 20:14:10 GET /phpMyAdmin-2.8.6/scripts/setup.php
    2014-04-09 20:14:12 GET /phpMyAdmin-2.8.7/scripts/setup.php
    2014-04-09 20:14:15 GET /phpMyAdmin-2.8.9/scripts/setup.php
    2014-04-09 20:14:17 GET
    /phpMyAdmin-2.9.0-rc1/scripts/setup.php
    2014-04-09 20:14:17 GET /phpMyAdmin-2.9.0.1/scripts/setup.php
    2014-04-09 20:14:17 GET /phpMyAdmin-2.9.0.2/scripts/setup.php
    2014-04-09 20:14:18 GET /phpMyAdmin-2.9.0/scripts/setup.php
    2014-04-09 20:14:22 GET /phpMyAdmin-2.9.2/scripts/setup.php
    2014-04-09 20:14:29 GET
    /phpMyAdmin-3.0.0.0-all-languages/scripts/setup.php
    2014-04-09 20:14:48 GET
    /phpMyAdmin-3.1.2.0-all-languages/scripts/setup.php
    2014-04-09 20:14:49 GET
    /phpMyAdmin-3.1.2.0-english/scripts/setup.php
    2014-04-09 20:14:58 GET /phpMyAdmin3/scripts/setup.php
    2014-04-09 22:10:17 GET /admin/assets.txt
    2014-04-10 00:00:17 GET /
    2014-04-10 00:16:24 GET /manager/html
    2014-04-10 00:16:24 GET /manager/html/
    2014-04-10 08:42:45 GET /fastenv
    2014-04-10 10:05:13 HEAD /
    2014-04-10 10:41:58 HEAD /
    2014-04-10 10:41:58 GET /clientaccesspolicy.xml

  • Winscp in Run Program activity

    Hi,
    The Run Program activity never ends when running winscp.com using these parameters; /command "option batch abort" "option confirm off" "open ftp_test_account" "put d:\data\* /VPT/*.TMP" "exit". The log file
    shows the program ran and ended but the Run Program Activity stays active. < 2014-07-24 02:54:19.751 200 Command PORT okay.
    > 2014-07-24 02:54:19.751 STOR test.001.TMP
    < 2014-07-24 02:54:19.767 150 File status okay; about to open data connection.
    < 2014-07-24 02:54:19.970 226 Transfer complete.
    > 2014-07-24 02:54:19.970 MFMT 20140724005400 test.001.TMP
    < 2014-07-24 02:54:19.986 213 ModifyTime=20140724005400; test.001.TMP
    . 2014-07-24 02:54:19.986 Upload successful
    . 2014-07-24 02:54:19.986 Got reply 1 to the command 4
    . 2014-07-24 02:54:19.986 Session upkeep
    > 2014-07-24 02:54:19.986 Script: exit
    . 2014-07-24 02:54:19.986 Session upkeep
    . 2014-07-24 02:54:19.986 Script: Exit code: 0
    . 2014-07-24 02:54:19.986 Got reply 1004 to the command 4
    . 2014-07-24 02:54:19.986 Disconnected from server

    Hello Abdul Karim,
    You need TCP 445 for the installation of the service (which seems to work fine),
    TCP 135 for communication with the endpoint mapper and after that comunication switches over
    to the highport that was assigned by the endpoint mapper
    for communication with the service manager (for controlling the Orchestrator Run Program Service).
    By default the dynamic port range on Windows Server 2008 is 49152 to 65535
    (refer to: The default dynamic port range for TCP/IP has changed in Windows Vista and in Windows Server 2008:
    http://support.microsoft.com/kb/929851).
    But since there is no firewall I doubt that to be the problem...
    Oh, by the way: Is the "RPC Endpoint Mapper" Service running on your target server (and what about "Remote Procedure Call (RPC)")?
    Regarding my question about the OS: There was a (meanwhile fixed) problem some time before with Win2003 but on that occasion the service was not installed at all.
    Are you using Orchestrator SP1 or R2?
    Regards,
    PIfM

  • FAQ: What if I do not have Internet access at the time I install the Photoshop CS6 beta?

    If you are temporarily offline during the installation process, you have a seven-day grace period after first launch of the beta during which you can connect to the Internet and perform the activation. You cannot activate the Photoshop CS6 beta on a computer that is permanently offline.

    Migrating Presets does not require a network connection and you can still migrate your cc presets if you still have CC installed.  Use Photoshop menu Edit>Presets>Migrate Presets...  Migrating presets only migrates presets.  It does not migrate Plugins, settings, extensions and scripts.  CC 2014 is also not completely backwards compatible with CC.  Support for Flash Panels and Oil Painter filter have been removed.  So extensions like mini bridge no longer work in CC 2014

  • DPM 2012 R2 install error ID:811

    Hi
    I have a new installation of
    win2012R2+SQL2012withSP1 same physical server
    .Server is in domain.
    When the installation occur server time this error:
    [10/14/2014 2:24:48 PM] Information : MSDPMRecovery role created
    [10/14/2014 2:24:48 PM] Information : Changing temp table names
    [10/14/2014 2:24:48 PM] Information : Creating tables
    [10/14/2014 2:24:48 PM] Information : Execute the SQL script
    [10/14/2014 2:24:48 PM] Data : FileName = "C:\Program Files\Microsoft SQL Server\110\Tools\Binn\SQLCMD.EXE"
    [10/14/2014 2:24:48 PM] Data : Arguments = -b -E -d DPMDB_DPM -i master.sql -r -S dpm
    [10/14/2014 2:24:48 PM] Data : Error code = 1
    [10/14/2014 2:24:48 PM] * Exception :  => The DPM database was not created.Use Add or Remove Programs in Control Panel to remove the DPM files and registry entries that were created during Setup
    I already reinstall SQL server
    ,recommended changes locations
    etc...

    I finally solved the
    problem.
    First I tried to install using a different
    server where I already running
    MS SQL everything went fine.
    SQL Server uses instances !!
    I try DPMBD transmission
    over dpmbackup <> dpsync,
    but without success did not lead to
    the origin server to import
    at all.
    So I did re-install SQL
    Server, but I did not use defoult
    MSSQLSERVER, but I named
    it. Account all were consistent
    with anything else and did not alter the
    DPM installation was successful.

  • QTP crashes after long cycle runs

    Product name: QuickTest Professional
     Product version: 11.00
     Product ID: QTPRPID11.00/01
     Product build: 1018
     Operating system: Microsoft Windows 7 Service Pack 1 (Build 7601)
     Internet Explorer version: 9.0.8112.16421
    Addins Used
      .NET 
     Web 
    Problem Statement
    QTP Crashes after running successfully for 180 Hours (36 Cycles)
    Script Started Time - 2014-05-05 04:33:20
    QTP Started to Hang Time- 2014-05-11 17:12:04
    We need your Expert Advice for Improving the Performance of the QTP,
    Suspect –(Possible Causes)
    We would like to know , if the below mentioned setting would affect the performance of the QTP scripts in any way?
    We are currently having the 2 major vbs files in QTP Scripts. Each vbs File has around 17000 lines of Code with around 160 functions. And these are loaded at the Beginning of the Automation scriptrun (Not Run Time)
    And we load shared Repositories at the start of the QTP run which is about 20MB.
    Will this below Corrective action Help?
    if we implement the below changes,  will be any considerable improvement in the Performance ?  
    By  reducing  the No. of lines in the VBS file by splitting the 17000lines VBS File into smaller Files
     by loading the Functions and the Repositories in the Run Time Dynamically.

    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/
    Do a malware check with several malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Get %year%.DEC

    Hi all!
    I need to transfer from forecast dicember, AAAA.DEC (cube Forecast) to actual AAAA.INP (cube Planning), Regardless of the time choice. This is my script any idea why doesnt work?
    Part 1: ( this code doesnt include *DESTINATION APP, because I need this part works ok)
    *SELECT(%cta_find%,ID,AccountFC,"MAPEO='FIND'")
    *XDIM_MEMBERSET AccountFC= %cta_find%
    *XDIM_MEMBERSET Category=%CATEGORY_SET%
    *XDIM_MEMBERSET EntityFC=
    *XDIM_MEMBERSET Time=%YEAR%.JAN,%YEAR%.FEB,%YEAR%.MAR,%YEAR%.APR,%YEAR%.MAY,%YEAR%.JUN,%YEAR%.JUL,%YEAR%.AUG,%YEAR%.SEP,%YEAR%.OCT,%YEAR%.NOV,%YEAR%.DEC
    *XDIM_MEMBERSET VersionFC=%VERSION_SET%
    *WHEN ACCOUNTFC
    *IS %cta_find%          
    *REC(factor=GET(Time=%YEAR%+".DEC"),Category= "PLAN",TIME=TIME.ANNUAL,VERSIONFC="V_BAS")
    *ENDWHEN
    *COMMIT
    So for example:
    If the user select "2014.JUN", my script must collect 2014.DEC and store to 2014.INP
    Any suggestions?
    Thanx in advance

    Hi Monica,
    please explain better what is 2014.INP, it is the year\month passed through PROMPT?
    Is this all your script?
    Have you solved your previous thread http://scn.sap.com/thread/3593031? If so please close it otherwise please answer.
    Thanks
         Roberto

  • Error ACCESS VIOLATION 6E00655D

    Hello,
    I get the following error when running my script in Diadem 2014. The same script does not cause any errors when it is executed in Diadem 11. Any ideas?
    Error while executing "ChnTimeAreaCopy" command
    Error type: ACCESS VIOLATION
    Error address: 6E00655D
    Module nameIAdem.exe

    HI Kevin
    Overall, the script is looping through about 30 channels in a group and chopping the data between -.1 and .5 seconds using ChnTimeAreaCopy. Yes the script is being used on the same data set in both DIAdem 2014 and DIAdem 2011.

Maybe you are looking for

  • No Groups have been registered for the Advance Test

    Hi, When I run the Diagnostic Tool and select Application, then it say "No Groups have been registered for the Advance Test". Though it shows number of test available for that application for ex. 4, 15. Please help me. Regards,

  • Swatch library suddenly disappeared and doesn't recognize to reload

    I was working on a file as normal and noticed that in a matter of a few minutes, the swatches I had all disappeared. Had left me with none. Rebooted system, didn't help. When I go to reload swatches, it doesn't recognize any of the libraries. HELP!

  • Squiggly TLF and RichEditableText

    I am trying to apply SpellUIForTLF to the TLF object contained within a RichEditableText spark object. My mark up looks like this: <s:RichEditableText id="myTextArea" bottom="50" top="0" left="0" right="200" /> Then in my creationcomplete handler: pr

  • Only want to use Black ink, not color

    I have used all pro 8500 with black ink only. other colors are empty . I dont want to print with color and only Black ink needed. black ink is full but still calling out needs ink fill

  • Native extension - compiler issue

    Hi, First, I compile an iOS app with a native extension developped by ADOBE : http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/vibration.html#articl econtentAdobe_numberedheader_3 It's work well Then, I made myself the iOS library