Unable to find OSB API classes while submitting the resources to OER

Hi,
i had installed weblogic 11gR1 and installed OSB and OER on top of it.
when i try to submit any xsd or WSDL file from eclipse to Oracle Enterprise Repository it will work fine.
But when i try to submit any .biz or .proxy file (from osb project) i am getting the following error.
can anybody please help
0 [main] WARN com.oracle.oer.sync.framework.impl.DefaultPluginManager - Unable to initialize harvester plugin: D:\OSBOracleMiddleware\repository111\core\tools\solutions\11.1.1.5.0-OER-Harvester\harvester\.\plugins\osb10.productReader
218 [main] INFO com.oracle.oer.sync.framework.MetadataManager - Oracle Enterprise_Repository_Harvester version: v11.1.1.5.0-110414_0001-1399976
562 [main] WARN com.oracle.oer.sync.framework.impl.DefaultPluginManager - Unable to initialize harvester plugin: D:\OSBOracleMiddleware\repository111\core\tools\solutions\11.1.1.5.0-OER-Harvester\harvester\.\plugins\osb10.productReader
968 [main] ERROR com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase - Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:96)
     at com.oracle.oer.sync.plugin.reader.file.FileReader.introspectFile(FileReader.java:414)
     at com.oracle.oer.sync.plugin.reader.file.FileReader.readFromFileArray(FileReader.java:286)
     at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:132)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:601)
     at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
     at $Proxy24.read(Unknown Source)
     at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
     at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
     at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:428)
Caused by: java.lang.NoClassDefFoundError: com/bea/wli/sb/services/bindings/config/ServiceTypeChoice
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processInterface(OSBServiceIntrospectorBase.java:429)
     at com.oracle.oer.sync.plugin.artifact.osb10.BusinessServiceIntrospector.processServiceAsset(BusinessServiceIntrospector.java:70)
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processService(OSBServiceIntrospectorBase.java:154)
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:90)
     ... 12 more
Caused by: java.lang.ClassNotFoundException: com.bea.wli.sb.services.bindings.config.ServiceTypeChoice
     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
     ... 16 more
968 [main] ERROR com.oracle.oer.sync.plugin.reader.file.FileReader - Introspection failed due to: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
968 [main] ERROR com.oracle.oer.sync.framework.MetadataManager - Artifact harvest failed due to: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:96)
     at com.oracle.oer.sync.plugin.reader.file.FileReader.introspectFile(FileReader.java:414)
     at com.oracle.oer.sync.plugin.reader.file.FileReader.readFromFileArray(FileReader.java:286)
     at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:132)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:601)
     at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
     at $Proxy24.read(Unknown Source)
     at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
     at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
     at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:428)
Caused by: java.lang.NoClassDefFoundError: com/bea/wli/sb/services/bindings/config/ServiceTypeChoice
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processInterface(OSBServiceIntrospectorBase.java:429)
     at com.oracle.oer.sync.plugin.artifact.osb10.BusinessServiceIntrospector.processServiceAsset(BusinessServiceIntrospector.java:70)
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processService(OSBServiceIntrospectorBase.java:154)
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:90)
     ... 12 more
Caused by: java.lang.ClassNotFoundException: com.bea.wli.sb.services.bindings.config.ServiceTypeChoice
     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
     ... 16 more
com.oracle.oer.sync.framework.MetadataIntrospectionException: Artifact harvest failed due to: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
     at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:655)
     at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
     at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:428)
Caused by: com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:96)
     at com.oracle.oer.sync.plugin.reader.file.FileReader.introspectFile(FileReader.java:414)
     at com.oracle.oer.sync.plugin.reader.file.FileReader.readFromFileArray(FileReader.java:286)
     at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:132)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:601)
     at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
     at $Proxy24.read(Unknown Source)
     at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
     ... 2 more
Caused by: java.lang.NoClassDefFoundError: com/bea/wli/sb/services/bindings/config/ServiceTypeChoice
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processInterface(OSBServiceIntrospectorBase.java:429)
     at com.oracle.oer.sync.plugin.artifact.osb10.BusinessServiceIntrospector.processServiceAsset(BusinessServiceIntrospector.java:70)
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processService(OSBServiceIntrospectorBase.java:154)
     at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:90)
     ... 12 more
Caused by: java.lang.ClassNotFoundException: com.bea.wli.sb.services.bindings.config.ServiceTypeChoice
     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
     ... 16 more

hi,
hey i overcome the yesterday's error,
in my osb11g-harvest.bat file 'call setenv.bat' this line was missing.
when i added this line it works fine.
but still i am facing another issue
8332 [Main Thread] INFO com.bea.alsb.harvester.plugin.reader.OSBReader - OSB Config Jar Import / Validation starting.
<Mar 13, 2012 10:28:16 AM IST> <Warning> <ConfigFwk> <BEA-000000> <Setting transaction '6' as rollback only. Rollback reason:
java.io.IOException: Invalid jar file
     at com.bea.wli.config.importexport.ConfigJar$LogicalJarForm.<init>(ConfigJar.java:1341)
     at com.bea.wli.config.task.impl.UploadJarTask._execute(UploadJarTask.java:46)
     at com.bea.wli.config.task.impl.SessionedTask$1.execute(SessionedTask.java:233)
     at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:217)
     at com.bea.wli.config.transaction.TransactionalTask._doExecuteWithRetry(TransactionalTask.java:162)
     at com.bea.wli.config.transaction.TransactionalTask.doExecute(TransactionalTask.java:142)
     at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:236)
     at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:191)
     at com.bea.wli.config.task.impl.UploadJarTask.uploadJar(UploadJarTask.java:36)
     at com.bea.wli.config.mbeans.Config.uploadJarFile(Config.java:442)
     at com.bea.alsb.harvester.utils.ConfigJarUtils.importConfigJar(ConfigJarUtils.java:79)
     at com.bea.alsb.harvester.plugin.reader.OSBReader.readQuery(OSBReader.java:196)
     at com.bea.alsb.harvester.plugin.reader.OSBReader.readQueries(OSBReader.java:112)
     at com.bea.alsb.harvester.plugin.reader.OSBReader.read(OSBReader.java:87)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
     at $Proxy0.read(Unknown Source)
     at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
     at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
     at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:430)
>
8426 [Main Thread] ERROR com.oracle.oer.sync.framework.MetadataManager - Artifact harvest failed due to: Unexpected error import: Invalid jar file
com.oracle.oer.sync.framework.MetadataIntrospectionException: Unexpected error import: Invalid jar file
     at com.bea.alsb.harvester.utils.ConfigJarUtils.importConfigJar(ConfigJarUtils.java:97)
     at com.bea.alsb.harvester.plugin.reader.OSBReader.readQuery(OSBReader.java:194)
     at com.bea.alsb.harvester.plugin.reader.OSBReader.readQueries(OSBReader.java:112)
     at com.bea.alsb.harvester.plugin.reader.OSBReader.read(OSBReader.java:87)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
     at $Proxy0.read(Unknown Source)
     at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
     at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
     at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:430)
Caused by: java.io.IOException: Invalid jar file
     at com.bea.wli.config.importexport.ConfigJar$LogicalJarForm.<init>(ConfigJar.java:1341)
     at com.bea.wli.config.task.impl.UploadJarTask._execute(UploadJarTask.java:46)
     at com.bea.wli.config.task.impl.SessionedTask$1.execute(SessionedTask.java:233)
     at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:217)
     at com.bea.wli.config.transaction.TransactionalTask._doExecuteWithRetry(TransactionalTask.java:162)
     at com.bea.wli.config.transaction.TransactionalTask.doExecute(TransactionalTask.java:142)
     at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:236)
     at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:191)
     at com.bea.wli.config.task.impl.UploadJarTask.uploadJar(UploadJarTask.java:36)
     at com.bea.wli.config.mbeans.Config.uploadJarFile(Config.java:442)
     at com.bea.alsb.harvester.utils.ConfigJarUtils.importConfigJar(ConfigJarUtils.java:79)
     at com.bea.alsb.harvester.plugin.reader.OSBReader.readQuery(OSBReader.java:196)
     ... 11 more
seems that some invalid jar file is there.
can please take a look in to it,
Sorry for inconvinience
anyways thanks a lot for your kind help
Regards,
Yogesh

Similar Messages

  • My ipad2 is unable to find wireless network(s). while at home I am able to connect my MacBook and iPhone to network but am unable to connect iPad. I have restarted the device multiple times and even reset the network and all settings but still no luck

    my ipad2 is unable to find wireless network(s). while at home I am able to connect my MacBook and iPhone to network but am unable to connect iPad. I have restarted the device multiple times and even reset the network and all settings but still no luck

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Getting the error " [java] Problem invoking WLST - java.lang.RuntimeException: Could not find the OffLine WLST class " while building the O2A 2.1.0 PIP

    Getting the error " [java] Problem invoking WLST - java.lang.RuntimeException: Could not find the OffLine WLST class " while building the O2A 2.1.0 PIP. I am using the Design Studio 4.3.2 for building the O2A 2.1.0 PIP. Please let me know how to resolve this issue. Here I am enclosing the log file .

    We have basically the same issue when we try to create the interpreter using the embedded method..
    I was able to use the interpreter embedded in a java client as long as the weblogic jars were located in a weblogic install if I tried to use them from a maven repository no luck at all...
    All of this worked easily in 9.2 now in 10.3 it seems more error prone and less documented.
    I have seen close to a 100 posts on issues related to this so is there a document which outlines specifics....
    We / I have used weblogic now for almost 10 years and moving from 8.1 to 9.2 was painful and we expected the move from 9.2 to 10.3 not to be soo bad but its proving to be as painful if not more painful than moving to 9.2. We seem to spend a good bit of our time working around issues in the next new release that were not in the previous one..
    Any help would be appreciated I think we will open a support case but even that is more painful...
    Any help would be greatly appreciated..
    PS: We confirmed that all jars in the startweblogic classpath were in the startup. The server we have the embedded wlst instance is a managed server and we are using the component in a war... Are there any restrictions which we are unaware of.
    Error we get is
    1 [ERROR] com.tfn.autex.order.weblogic.QueueMaintenanceUtility.addQueue():217 Error Adding Queue wowsers JNDI Name wowsers Exception: Invocation Target exception while getting the WLSTOffLineScript path

  • Unable to use the Copy function while submitting the program for XML output

    Hi
    when i submit the concurrent program with XML output type, getting the output..
    when i submit he concurrent program using the copy button not able to get the output,
    my observation
    while submitting the program the xml template is not called....
    Diagnostics--> view xml -- able to view the ouput.
    do let me know if any of the steps is missing while registration in the xml responsibility..
    this is only with the custom conc program.. the standard program is working fine...
    do help me out..
    Regards
    Yram

    It's really a little difficult to answer your question without a bit more information. What version of JDeveloper are you using? What's your technology stack?
    If this is JDeveloper 11+g+, with the Fusion technology stack, you can use a technique like the one described here:
    http://groundside.com/blog/GrantRonald.php?title=jdeveloper_11_business_services_cascadin&more=1&c=1&tb=1&pb=1
    If it's JDeveloper 10.1.3, with the default Web technology stack, look here:
    http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html#62
    If, as it looks like, this is really a question about generic JSPs (no JSF), you might actually have a bit more success on a generic JSP forum--using scriptlets hasn't really been best practices within JDev since...well, since JSTL became available, really. That was a number of years ago.
    Like I said, there's really no direct way to use Javascript output in a scriptlet--unless you mean something like storing Javascript output in a hidden field, and using the value in a scriptlet on the next request. But by the time Javascript runs, any scriptlet from the current request will already have executed.

  • Errors while submitting the SQL * Plus  Report

    I am getting th efollowing Error while submitting the Concurrent request to run a report.
    FND_CANNOT FIND FILE
    concurrent manager encountered an error while running sql * plus for yours concurrent request
    Please respond ASAP

    Hi,
    Duplicate post see:
    Please advise on the Error immediately
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    Which version of OSX and what email provider are you using.

  • Error while submitting the Invoice

    Hello Everyone,
    We are using SRM 5.0 with Extended classic scenario.
    I am having a problem while submitting the Invoice.
    I keep getting errors saying I need to enter a quantity for a line item that has already been billed in full.  When I enter a quantity I then get new error messages telling me I've exceeded amount for that line item.
    Please help me in this.
    Thanks & Regards,
    Khushbu.

    Hi,
    This is typically a process issue. There are a few things I think you can do...
    a. If the invoice has reached customer already (bcoz it was raised in the month of May), then, as you now cannot cancel as there has been a lot of wrong entries, you an create a credit memo either from SD side or from FI side so that the customer a/c is balanced and it will not show any AR balance.
    b. Raise a debit memo request against the right customer and invoice it.
    I think you have to work with your Finance people to be in concurrence before you take up he above process.
    Thanks
    Mukund S

  • Unable to change reference point location while using the Transform Functions in Photoshop Elements 6.0.

    Unable to change reference point location while using the Transform Functions in Photoshop Elements 6.0.

    Which operating system are you using?
    In photoshop elements 6, as far as i know, you can only change the Reference Point Location for transforms using the small grid in the left hand corner of the tool options bar with Transform enabled.

  • Error - HXC_NO_BLD_BLK_INFO_TYPE while submitting the timecard

    Hi Friends,
    While submiting the time card I am getting the error
    Error - HXC_NO_BLD_BLK_INFO_TYPE
    Can someone tell me why this error comes
    Thanks

    The EBS version is 11.5.9. In the normal time card screen I have added a choice list(Yes/No). I created a new context in the "OTL Information Types" and I am trying to fetch the value which I select in the choice list (the access type as FLEX with the context name). Now when I select Yes and try to submit the time card after entering the details I am getting this error.
    Also I have not done any mapping. Do I need to any mapping after this for the retrieval process.
    The only thing I get is "Error - HXC_NO_BLD_BLK_INFO_TYPE". Can you please let me know why this happens.
    Thanks
    Edited by: user8969842 on 09-Feb-2010 20:33

  • Getting the value of iframe to next page while submitting the form

    hi,
    I have used iframe to change the text as bold or italic . This is changing the text as bold or italic.
    iframe has properties name & id, by using i have tried to get the value while submitting the form , I couldn't get the value.
    can u please help me how to read the iframe content.
    the html code is
    *<div><iframe id="xxx" name="xxxx"></frame></div>*

    Hi Anjan,
    I am using this workflow for an employee to send leave request. I have created an event in a program using SAP_WAPI_CREATE_EVENT to create an event zabsence_form. This event is used to trigger the workflow. I have created a table for leave details. The container used in the form is of that table type.
    The agent for ZFILL_ABS_FORM (for filling leave application)  is the workflow initiator and ZABS_APPROVE is a user who is his manager.
    Now the scenario is that I need to do some screen changes for those two users. For that, I need to get the workflow initiator value in the PBO of the form screen. Any way to do that?

  • Error encountered while polling the resource for the service endpoint

    Hello everyone
    I'm a newbie on OSB world. Yesterday, I've tried to test OSB with FTP transport and got some problems.
    As you see in the title, I've search this forum to get a solution already, but I couldn't find anything. So that I create a new thread.
    I created a new OSB project, create a new Proxy service to connect to my FTP server:
    - service type: messaging service
    - request message type: Text, response message type: None
    - FTP transport: external user (I used a Service account), Post read action: archive, transfer mode: ascii, some directories needed were created in /tmp directory
    - Message flow: Start node -> pipeline pairs
    in request pipeline of pipeline pairs node: i created a new stage: Assign action -> Log (to get file contents, error severity) -> Assign -> Log (get file name)
    The expected results are: file file content and file name (display in osb console) after I submit a text file to ftp server (using test console or ftp client)
    But, some error occur continuously after I submit a text file (I can get the file content because error raise and log catch it). The error message is show below:
    <Jun 6, 2011 10:04:59 AM EDT> <Error> <ALSB Logging> <BEA-000000> < [PipelinePairNode1, PipelinePairNode1_request, show_text_info, REQUEST] file contents: li
    ag
    a
    glakjgk
    >
    <Jun 6, 2011 10:05:30 AM EDT> <Error> <WliSbTransports> <BEA-381602> <Error encountered while polling the resource for the service endpoint ProxyService$FTPTestProject$ProxyServices$FTPTestPS: *javax.naming.NameNotFoundException:* While trying to lookup *'wlsb.internal.transport.task.queue.ftp'* *didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'*
    *javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transport.task.queue.ftp' didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'*
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         Truncated. see log file for complete stacktrace
    >
    <Jun 6, 2011 10:06:30 AM EDT> <Error> <WliSbTransports> <BEA-381602> <Error encountered while polling the resource for the service endpoint ProxyService$FTPTestProject$ProxyServices$FTPTestPS: javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transport.task.queue.ftp' didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'
    javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transport.task.queue.ftp' didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         Truncated. see log file for complete stacktrace
    >
    ...There are many BEA-381602 errors that occur continuously.
    My question is how to solve this problem.
    Any suggestion is appreciated.
    Thank in advance.
    Regards, CuongPT
    Edited by: Doubt_Man on Jun 6, 2011 11:17 AM

    Thank atheek1, I remember that I didnt do any manual configuration on my domain :). I use that domain for testing so that I will create a new domain for comparison.

  • Uccx 10.5 - Subsystem - Resourses showing "Error occured while reading the Resources"

    Can anybody point me in the direction to resolve this? I have can see all of the agents and supervisors if I check the "Desktop Admin" page on UCCX  get an Error "Error occured while reading the Resources" when I try to see agents etc in Subsystem - RMCM - Resources.
    Thanks in advance.

    admin:file tail activelog uccx/log/MADM recent
    8895183: Nov 12 12:00:01.789 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926923]
    8895184: Nov 12 12:00:01.829 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926923]
    8895185: Nov 12 12:00:02.196 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895186: Nov 12 12:00:06.791 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926924
    8895187: Nov 12 12:00:06.791 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926924]
    8895188: Nov 12 12:00:06.831 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926924]
    8895189: Nov 12 12:00:07.102 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895190: Nov 12 12:00:11.793 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926925
    8895191: Nov 12 12:00:11.793 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926925]
    8895192: Nov 12 12:00:11.833 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926925]
    8895193: Nov 12 12:00:15.689 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895194: Nov 12 12:00:16.795 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926926
    8895195: Nov 12 12:00:16.795 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926926]
    8895196: Nov 12 12:00:16.835 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926926]
    8895197: Nov 12 12:00:21.797 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926927
    8895198: Nov 12 12:00:21.797 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926927]
    8895199: Nov 12 12:00:21.837 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926927]
    8895200: Nov 12 12:00:26.800 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926928
    8895201: Nov 12 12:00:26.800 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926928]
    8895202: Nov 12 12:00:26.841 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926928]
    8895203: Nov 12 12:00:28.417 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895204: Nov 12 12:00:31.803 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926929
    8895205: Nov 12 12:00:31.803 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926929]
    8895206: Nov 12 12:00:31.844 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926929]
    8895207: Nov 12 12:00:36.806 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926930
    8895208: Nov 12 12:00:36.806 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926930]
    8895209: Nov 12 12:00:36.847 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926930]
    8895210: Nov 12 12:00:41.808 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926931
    8895211: Nov 12 12:00:41.808 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926931]
    8895212: Nov 12 12:00:41.848 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926931]
    8895213: Nov 12 12:00:46.809 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926932
    8895214: Nov 12 12:00:46.809 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926932]
    8895215: Nov 12 12:00:46.850 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926932]
    8895216: Nov 12 12:00:48.407 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895217: Nov 12 12:00:51.810 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926933
    8895218: Nov 12 12:00:51.811 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926933]
    8895219: Nov 12 12:00:51.851 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926933]
    8895220: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:An exception has been caught by the reporting server: Exception=com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895221: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895222: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:612)
    8895223: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.receiveMessage(CTIReader.java:428)
    8895224: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.run(CTIReader.java:149)
    8895225: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at java.lang.Thread.run(Thread.java:619)
    8895226: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:Caused by: java.io.EOFException
    8895227: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:180)
    8895228: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:152)
    8895229: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:340)
    8895230: Nov 12 12:00:54.452 BST %MADM-WEB_RS-3-EXCEPTION:      ... 3 more
    8895231: Nov 12 12:00:55.841 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895232: Nov 12 12:00:56.813 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926934
    8895233: Nov 12 12:00:56.813 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926934]
    8895234: Nov 12 12:00:56.853 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926934]
    8895235: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:An exception has been caught by the reporting server: Exception=com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895236: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895237: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:612)
    8895238: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.receiveMessage(CTIReader.java:428)
    8895239: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.run(CTIReader.java:149)
    8895240: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at java.lang.Thread.run(Thread.java:619)
    8895241: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:Caused by: java.io.EOFException
    8895242: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:180)
    8895243: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:152)
    8895244: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:340)
    8895245: Nov 12 12:00:59.189 BST %MADM-WEB_RS-3-EXCEPTION:      ... 3 more
    8895246: Nov 12 12:01:01.815 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926935
    8895247: Nov 12 12:01:01.815 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926935]
    8895248: Nov 12 12:01:01.840 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895249: Nov 12 12:01:01.855 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926935]
    8895250: Nov 12 12:01:06.817 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926936
    8895251: Nov 12 12:01:06.817 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926936]
    8895252: Nov 12 12:01:06.858 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926936]
    8895253: Nov 12 12:01:08.821 BST %MADM-WEB_RS-3-EXCEPTION:An exception has been caught by the reporting server: Exception=com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895254: Nov 12 12:01:08.821 BST %MADM-WEB_RS-3-EXCEPTION:com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895255: Nov 12 12:01:08.821 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:612)
    8895256: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.receiveMessage(CTIReader.java:428)
    8895257: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.run(CTIReader.java:149)
    8895258: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at java.lang.Thread.run(Thread.java:619)
    8895259: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:Caused by: java.io.EOFException
    8895260: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:180)
    8895261: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:152)
    8895262: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:340)
    8895263: Nov 12 12:01:08.822 BST %MADM-WEB_RS-3-EXCEPTION:      ... 3 more
    8895264: Nov 12 12:01:09.517 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895265: Nov 12 12:01:11.819 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926937
    8895266: Nov 12 12:01:11.819 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926937]
    8895267: Nov 12 12:01:11.859 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926937]
    8895268: Nov 12 12:01:14.722 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895269: Nov 12 12:01:16.821 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926938
    8895270: Nov 12 12:01:16.821 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926938]
    8895271: Nov 12 12:01:16.861 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926938]
    8895272: Nov 12 12:01:21.823 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926939
    8895273: Nov 12 12:01:21.823 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926939]
    8895274: Nov 12 12:01:21.863 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926939]
    8895275: Nov 12 12:01:22.199 BST %MADM-WEB_RS-3-EXCEPTION:An exception has been caught by the reporting server: Exception=com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895276: Nov 12 12:01:22.199 BST %MADM-WEB_RS-3-EXCEPTION:com.cisco.cc.webservices.reporting.adapter.acmi.CTIReadException: CTIReadException occurred while parsing msgID:16.[java.io.EOFException]
    8895277: Nov 12 12:01:22.199 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:612)
    8895278: Nov 12 12:01:22.199 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.receiveMessage(CTIReader.java:428)
    8895279: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIReader.run(CTIReader.java:149)
    8895280: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at java.lang.Thread.run(Thread.java:619)
    8895281: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:Caused by: java.io.EOFException
    8895282: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:180)
    8895283: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at java.io.DataInputStream.readFully(DataInputStream.java:152)
    8895284: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      at com.cisco.cc.webservices.reporting.adapter.acmi.CTIDecoder.decodeCTIMsg(CTIDecoder.java:340)
    8895285: Nov 12 12:01:22.200 BST %MADM-WEB_RS-3-EXCEPTION:      ... 3 more
    8895286: Nov 12 12:01:24.603 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895287: Nov 12 12:01:26.826 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926940
    8895288: Nov 12 12:01:26.826 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926940]
    8895289: Nov 12 12:01:26.867 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926940]
    8895290: Nov 12 12:01:28.162 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895291: Nov 12 12:01:30.674 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895292: Nov 12 12:01:30.675 BST %MADM-WEB_RS-6-CALL_DEVICE_NULL:Call device is null
    8895293: Nov 12 12:01:31.829 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926941
    8895294: Nov 12 12:01:31.829 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926941]
    8895295: Nov 12 12:01:31.870 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926941]
    8895296: Nov 12 12:01:36.493 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895297: Nov 12 12:01:36.493 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895298: Nov 12 12:01:36.493 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationConfig
    8895299: Nov 12 12:01:36.493 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsApplicationDAO
    8895300: Nov 12 12:01:36.493 BST %MADM-DB_MGR-7-UNK:EntityDataSource.getPrimaryDataSourceType = LOCAL
    8895301: Nov 12 12:01:36.830 BST %MADM-CFG_MGR-7-UNK:BSSession:heartbeat::BSSocket.nextInvokeId=926942
    8895302: Nov 12 12:01:36.830 BST %MADM-CFG_MGR-7-UNK:BSMessageWriter-1.writeMessage-> about to write bootstrap message = HEARTBEAT_REQ[length=-1,invokeId=926942]
    8895303: Nov 12 12:01:36.920 BST %MADM-CFG_MGR-7-UNK:BSMessageReader-1.run-> message read: HEARTBEAT_CONF[length=4,invokeId=926942]
    8895304: Nov 12 12:01:38.279 BST %MADM-CFG_MGR-7-UNK:Found Configs30
    8895305: Nov 12 12:01:38.279 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationConfig,time=2011-01-14 15:09:59.0,recordId=14,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Message Recording,values=null,evalues=[Message Recording, Cisco Script Application, 3, 1, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895306: Nov 12 12:01:38.280 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=ApplicationConfig[schema=ApplicationConfig,time=2011-01-14 15:09:59.0,recordId=14,desc=Message Recording,name=Message Recording,type=Cisco Script Application,id=3,enabled=true,sessions=1,script=SCRIPT[Message Recording.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Recording_Message_Prompt>,<com.cisco.prompt.Playable Recorded_Menu_Prompt>,<com.cisco.prompt.Playable Recorded_Announcement_Prompt>,<com.cisco.prompt.Playable Input_Announcement_Number_Prompt>,<com.cisco.prompt.Playable Fault_Prompt>,<com.cisco.prompt.Playable Record_Another_Menu_Prompt>,<com.cisco.prompt.Playable Uploaded_OK_Prompt>],defaultVars=null]
    8895307: Nov 12 12:01:38.280 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[1]=ConfigImportRecord[schema=ApplicationConfig,time=2011-01-14 15:38:32.0,recordId=15,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Message Playback,values=null,evalues=[Message Playback, Cisco Script Application, 4, 1, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895308: Nov 12 12:01:38.280 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[1]=ApplicationConfig[schema=ApplicationConfig,time=2011-01-14 15:38:32.0,recordId=15,desc=Message Playback,name=Message Playback,type=Cisco Script Application,id=4,enabled=true,sessions=1,script=SCRIPT[Message Playback.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Input_Announcement_Number_Prompt>],defaultVars=null]
    8895309: Nov 12 12:01:38.280 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[2]=ConfigImportRecord[schema=ApplicationConfig,time=2011-01-18 14:14:01.0,recordId=39,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Credit Management,values=null,evalues=[Credit Management, Cisco Script Application, 21, 1, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895310: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[2]=ApplicationConfig[schema=ApplicationConfig,time=2011-01-18 14:14:01.0,recordId=39,desc=Credit Management,name=Credit Management,type=Cisco Script Application,id=21,enabled=true,sessions=1,script=SCRIPT[Credit Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Contact_Centre_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>],defaultVars=null]
    8895311: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[3]=ConfigImportRecord[schema=ApplicationConfig,time=2011-01-24 12:17:22.0,recordId=62,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=C-UK Saturday Close,values=null,evalues=[C-UK Saturday Close, Cisco Script Application, 36, 1, 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895312: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[3]=ApplicationConfig[schema=ApplicationConfig,time=2011-01-24 12:17:22.0,recordId=62,desc=C-UK Saturday Close,name=C-UK Saturday Close,type=Cisco Script Application,id=36,enabled=true,sessions=1,script=SCRIPT[C-UK Saturday Close.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable CUK_Saturday_Close_Q_Menu_Prompt>,<com.cisco.prompt.Playable Saturday_Q_Closed_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable Saturday_Q_Opened_Message>,<com.cisco.prompt.Playable System_Error_Prompt>],defaultVars=null]
    8895313: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[4]=ConfigImportRecord[schema=ApplicationConfig,time=2011-07-05 10:02:18.0,recordId=152,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=IS Management,values=null,evalues=[IS Management, Cisco Script Application, 9, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895314: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[4]=ApplicationConfig[schema=ApplicationConfig,time=2011-07-05 10:02:18.0,recordId=152,desc=IS Management,name=IS Management,type=Cisco Script Application,id=9,enabled=true,sessions=2,script=SCRIPT[IS Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable IS_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Outage_Record_Menu_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Recording_Prompt>,<com.cisco.prompt.Playable Recorded_Menu_Prompt>,<java.lang.String IS_Outage_Announcement_Number>,<com.cisco.prompt.Playable Recording_Saved_Prompt>,<com.cisco.prompt.Playable TOD_Override_Prompt>,<com.cisco.prompt.Playable TOD_Override_Open_Prompt>,<com.cisco.prompt.Playable TOD_Override_Closed_Prompt>,<com.cisco.prompt.Playable Servicedesk_Divert_Active_Prompt>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable Failed_Authentication_Prompt>,<com.cisco.prompt.Playable Recorded_Announcement_Prompt>,<com.cisco.prompt.Playable Announcement_Turned_Off_Prompt>,<com.cisco.prompt.Playable Emergency_Activated_Prompt>],defaultVars=null]
    8895315: Nov 12 12:01:38.281 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[5]=ConfigImportRecord[schema=ApplicationConfig,time=2011-09-20 08:07:43.0,recordId=209,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Switchboard Closed Message,values=null,evalues=[Switchboard Closed, Cisco Script Application, 1, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895316: Nov 12 12:01:38.282 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[5]=ApplicationConfig[schema=ApplicationConfig,time=2011-09-20 08:07:43.0,recordId=209,desc=Switchboard Closed Message,name=Switchboard Closed,type=Cisco Script Application,id=1,enabled=true,sessions=10,script=SCRIPT[Switchboard Closed.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Switchboard_Closed_Message>],defaultVars=null]
    8895317: Nov 12 12:01:38.282 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[6]=ConfigImportRecord[schema=ApplicationConfig,time=2012-04-05 08:14:22.0,recordId=507,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Estates Management,values=null,evalues=[Estates Management, Cisco Script Application, 30, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895318: Nov 12 12:01:38.282 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[6]=ApplicationConfig[schema=ApplicationConfig,time=2012-04-05 08:14:22.0,recordId=507,desc=Estates Management,name=Estates Management,type=Cisco Script Application,id=30,enabled=true,sessions=2,script=SCRIPT[Estates Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Estates_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Divert_On_Prompt>,<com.cisco.prompt.Playable Divert_Off_Prompt>,<com.cisco.prompt.Playable Input_Ext_Number>,<com.cisco.prompt.Playable Divert_On_Prompt_2>],defaultVars=null]
    8895319: Nov 12 12:01:38.282 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[7]=ConfigImportRecord[schema=ApplicationConfig,time=2013-01-02 08:41:48.0,recordId=641,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Leased Ops Internal,values=null,evalues=[Leased Ops Internal, Cisco Script Application, 12, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895320: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[7]=ApplicationConfig[schema=ApplicationConfig,time=2013-01-02 08:41:48.0,recordId=641,desc=Leased Ops Internal,name=Leased Ops Internal,type=Cisco Script Application,id=12,enabled=true,sessions=10,script=SCRIPT[Leased Ops Internal.aef],defaultScript=,vars=[<java.lang.String Voicemail_Redirect>,<java.lang.String CSQ_Name>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<java.lang.String Voicemail_Pilot>],defaultVars=null]
    8895321: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[8]=ConfigImportRecord[schema=ApplicationConfig,time=2013-03-18 08:08:08.0,recordId=749,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=ETA SMS,values=null,evalues=[ETA SMS, Cisco Script Application, 24, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895322: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[8]=ApplicationConfig[schema=ApplicationConfig,time=2013-03-18 08:08:08.0,recordId=749,desc=ETA SMS,name=ETA SMS,type=Cisco Script Application,id=24,enabled=true,sessions=10,script=SCRIPT[ETA SMS.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Enter_Customer_Number_Prompt>,<com.cisco.prompt.Playable Customer_ID_Not_Found_Prompt>,<com.cisco.prompt.Playable Confirm_Postcode_Prompt>,<com.cisco.prompt.Playable Confirm_Prompt>,<com.cisco.prompt.Playable Caller_Witheld_Prompt>,<com.cisco.prompt.Playable Calling_From_Prompt>,<com.cisco.prompt.Playable Existing_Menu_Prompt>,<com.cisco.prompt.Playable Are_You_Sure_Prompt>,<com.cisco.prompt.Playable Enter_Number_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Restricted_Access_Prompt>,<com.cisco.prompt.Playable Number_Change_Prompt>,<com.cisco.prompt.Playable Loop_Prompt>,<com.cisco.prompt.Playable Loop_Prompt_OOH>,<com.cisco.prompt.Playable Service_Removal_Prompt>,<com.cisco.prompt.Playable New_Registration_Prompt>,<java.lang.String Contact_Centre_Transfer>,<com.cisco.prompt.Playable Invalid_Mobile_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt_OOH>,<com.cisco.prompt.Playable Confirm_Mobile_Entered>,<com.cisco.prompt.Playable Goodbye_Prompt>],defaultVars=null]
    8895323: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[9]=ConfigImportRecord[schema=ApplicationConfig,time=2013-03-19 09:13:05.0,recordId=758,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Lettings Management,values=null,evalues=[Lettings Management, Cisco Script Application, 44, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895324: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[9]=ApplicationConfig[schema=ApplicationConfig,time=2013-03-19 09:13:05.0,recordId=758,desc=Lettings Management,name=Lettings Management,type=Cisco Script Application,id=44,enabled=true,sessions=2,script=SCRIPT[Lettings Management.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Lettings_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Divert_On_Prompt>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895325: Nov 12 12:01:38.283 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[10]=ConfigImportRecord[schema=ApplicationConfig,time=2013-04-29 12:58:32.0,recordId=785,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Tech Services Management,values=null,evalues=[Tech Services Management, Cisco Script Application, 28, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895326: Nov 12 12:01:38.284 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[10]=ApplicationConfig[schema=ApplicationConfig,time=2013-04-29 12:58:32.0,recordId=785,desc=Tech Services Management,name=Tech Services Management,type=Cisco Script Application,id=28,enabled=true,sessions=2,script=SCRIPT[Tech Services Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Tech_Services_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>],defaultVars=null]
    8895327: Nov 12 12:01:38.284 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[11]=ConfigImportRecord[schema=ApplicationConfig,time=2013-12-13 10:15:53.0,recordId=961,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Legal Estates DISPS,values=null,evalues=[Lease Estates DISPS, Cisco Script Application, 29, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895328: Nov 12 12:01:38.284 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[11]=ApplicationConfig[schema=ApplicationConfig,time=2013-12-13 10:15:53.0,recordId=961,desc=Legal Estates DISPS,name=Lease Estates DISPS,type=Cisco Script Application,id=29,enabled=true,sessions=10,script=SCRIPT[Legal and Estates and Disposals.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Starting_Prompt>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Closed_Message_Prompt>,<com.cisco.prompt.Playable IVR_Menu_Prompt>,<java.lang.String Voicemail_Box>,<com.cisco.prompt.Playable Christmas_Closed_2>],defaultVars=null]
    8895329: Nov 12 12:01:38.284 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[12]=ConfigImportRecord[schema=ApplicationConfig,time=2013-12-13 10:39:09.0,recordId=962,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Tech Services IVR,values=null,evalues=[Tech Services IVR, Cisco Script Application, 25, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895330: Nov 12 12:01:38.285 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[12]=ApplicationConfig[schema=ApplicationConfig,time=2013-12-13 10:39:09.0,recordId=962,desc=Tech Services IVR,name=Tech Services IVR,type=Cisco Script Application,id=25,enabled=true,sessions=10,script=SCRIPT[Tech Services.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Option_To_Leave_Message_Prompt>,<java.lang.String CSQ_Name>,<com.cisco.prompt.Playable Transfer_Prompt>,<com.cisco.prompt.Playable Tech_Services_Menu_Prompt>,<com.cisco.prompt.Playable Starting_Prompt>,<com.cisco.prompt.Playable Out_Hours_Message>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Christmas_Closed_2>],defaultVars=[]]
    8895331: Nov 12 12:01:38.285 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[13]=ConfigImportRecord[schema=ApplicationConfig,time=2013-12-16 14:13:21.0,recordId=974,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=C-UK Incident Recording,values=null,evalues=[C-UK Incident Recording, Cisco Script Application, 16, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895332: Nov 12 12:01:38.285 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[13]=ApplicationConfig[schema=ApplicationConfig,time=2013-12-16 14:13:21.0,recordId=974,desc=C-UK Incident Recording,name=C-UK Incident Recording,type=Cisco Script Application,id=16,enabled=true,sessions=2,script=SCRIPT[C-UK Incident Recording.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>,<com.cisco.prompt.Playable Incident_Record_Menu_Prompt>,<com.cisco.prompt.Playable Recording_Prompt>,<com.cisco.prompt.Playable Recorded_Announcement_Prompt>,<com.cisco.prompt.Playable Recorded_Menu_Prompt>,<java.lang.String Incident_Recording_Number>,<com.cisco.prompt.Playable Recording_Saved_Prompt>,<com.cisco.prompt.Playable Incident_Change_Menu_Prompt>,<com.cisco.prompt.Playable Incident_Removed_Message>],defaultVars=null]
    8895333: Nov 12 12:01:38.285 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[14]=ConfigImportRecord[schema=ApplicationConfig,time=2014-04-29 08:47:57.0,recordId=1043,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=IS Helpdesk,values=null,evalues=[IS Helpdesk, Cisco Script Application, 10, 1, 20, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895334: Nov 12 12:01:38.286 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[14]=ApplicationConfig[schema=ApplicationConfig,time=2014-04-29 08:47:57.0,recordId=1043,desc=IS Helpdesk,name=IS Helpdesk,type=Cisco Script Application,id=10,enabled=true,sessions=20,script=SCRIPT[IS Helpdesk.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Option_To_Leave_Message_Prompt>,<java.lang.String CSQ_Name>,<com.cisco.prompt.Playable Outage_Announcement_Prompt>,<com.cisco.prompt.Playable No_Outage_Announcement_Prompt>,<com.cisco.prompt.Playable Service_Desk_Closed_Prompt>,<com.cisco.prompt.Playable Transfer_Prompt>],defaultVars=null]
    8895335: Nov 12 12:01:38.286 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[15]=ConfigImportRecord[schema=ApplicationConfig,time=2014-05-19 12:28:08.0,recordId=1054,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Test 3,values=null,evalues=[Test 3, Cisco Script Application, 6, 1, 3, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895336: Nov 12 12:01:38.286 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[15]=ApplicationConfig[schema=ApplicationConfig,time=2014-05-19 12:28:08.0,recordId=1054,desc=Test 3,name=Test 3,type=Cisco Script Application,id=6,enabled=true,sessions=3,script=SCRIPT[CC IVR.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Prompt_Root_Menu_Options>,<com.cisco.prompt.Playable Prompt_Fault>,<com.cisco.prompt.Playable Prompt_Order_Queuries_Menu>,<com.cisco.prompt.Playable Prompt_QM_Transfer>,<com.cisco.prompt.Playable Prompt_Sales_Transfer>,<java.lang.String Transfer_QM>,<java.lang.String Transfer_Sales>,<com.cisco.prompt.Playable Prompt_CUK_Menu>,<java.lang.String Transfer_ETA>,<java.lang.String Transfer_Distribution>,<com.cisco.prompt.Playable Prompt_Distribution_Transfer>,<com.cisco.prompt.Playable Prompt_Credit_Menu>,<com.cisco.prompt.Playable Prompt_Credit_Transfer>,<java.lang.String Transfer_Credit>,<com.cisco.prompt.Playable Prompt_Property_Menu>,<com.cisco.prompt.Playable Prompt_Brand_Menu>,<java.lang.String Transfer_Bellrock>,<com.cisco.prompt.Playable Prompt_Brand_Technical_Menu>,<com.cisco.prompt.Playable Prompt_Dispense_Carlsberg>,<com.cisco.prompt.Playable Prompt_Dispense_Coors>,<com.cisco.prompt.Playable Prompt_Dispense_Inbev>,<com.cisco.prompt.Playable Prompt_Dispense_Heineken>,<com.cisco.prompt.Playable Prompt_Dispense_CC>,<com.cisco.prompt.Playable Prompt_Dispense_Diageo>,<java.lang.String Prompt_Pre_IVR_Advert>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895337: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[16]=ConfigImportRecord[schema=ApplicationConfig,time=2014-06-09 07:25:30.0,recordId=1099,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Utilities IVR,values=null,evalues=[Utilities IVR, Cisco Script Application, 18, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895338: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[16]=ApplicationConfig[schema=ApplicationConfig,time=2014-06-09 07:25:30.0,recordId=1099,desc=Utilities IVR,name=Utilities IVR,type=Cisco Script Application,id=18,enabled=true,sessions=10,script=SCRIPT[Utilities Number Change.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Number_Change_Transfer_Prompt>,<java.lang.String IVR_Transfer_Number>,<com.cisco.prompt.Playable Fault_Prompt>,<com.cisco.prompt.Playable Number_Change_Terminate_Prompt>,<java.lang.Long July4>,<java.lang.Long Aug1>],defaultVars=null]
    8895339: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[17]=ConfigImportRecord[schema=ApplicationConfig,time=2014-07-10 14:02:00.0,recordId=1125,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Carlsberg Queue,values=null,evalues=[Carlsberg Queue, Cisco Script Application, 31, 1, 30, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895340: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[17]=ApplicationConfig[schema=ApplicationConfig,time=2014-07-10 14:02:00.0,recordId=1125,desc=Carlsberg Queue,name=Carlsberg Queue,type=Cisco Script Application,id=31,enabled=true,sessions=30,script=SCRIPT[Carlsberg Queue.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<java.lang.String Email_Recipients>,<com.cisco.prompt.Playable Closed_Message_Prompt>,<com.cisco.prompt.Playable Incident_Message>,<java.lang.String Incident_Calling_Number>,<com.cisco.prompt.Playable No_Incident_Message>,<java.lang.String Carlsberg_Direct_Calling_Number>,<com.cisco.prompt.Playable Salutation_Direct>,<com.cisco.prompt.Playable Salutation_Incident>,<com.cisco.prompt.Playable Recording_Notification_Prompt>,<java.lang.String Transfer_Calling_Number>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895341: Nov 12 12:01:38.287 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[18]=ConfigImportRecord[schema=ApplicationConfig,time=2014-07-10 14:14:45.0,recordId=1127,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Contact Centre Management,values=null,evalues=[Contact Centre Management, Cisco Script Application, 46, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895342: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[18]=ApplicationConfig[schema=ApplicationConfig,time=2014-07-10 14:14:45.0,recordId=1127,desc=Contact Centre Management,name=Contact Centre Management,type=Cisco Script Application,id=46,enabled=true,sessions=2,script=SCRIPT[CC Emergency.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Prompt_Emergency_Menu>,<com.cisco.prompt.Playable Prompt_Emergency_Off>,<com.cisco.prompt.Playable Prompt_Enter_PIN>,<com.cisco.prompt.Playable Prompt_Emergency_All>,<com.cisco.prompt.Playable Prompt_Emergency_CC>,<com.cisco.prompt.Playable Prompt_Emergency_Ops>,<com.cisco.prompt.Playable Prompt_Emergency_CUK>,<com.cisco.prompt.Playable Prompt_Emergency_Reception>,<com.cisco.prompt.Playable Prompt_Write_Error>],defaultVars=null]
    8895343: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[19]=ConfigImportRecord[schema=ApplicationConfig,time=2014-08-14 14:22:27.0,recordId=1130,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Training,values=null,evalues=[Training, Cisco Script Application, 48, 1, 5, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895344: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[19]=ApplicationConfig[schema=ApplicationConfig,time=2014-08-14 14:22:27.0,recordId=1130,desc=Training,name=Training,type=Cisco Script Application,id=48,enabled=true,sessions=5,script=SCRIPT[Training.aef],defaultScript=,vars=[<java.lang.String CSQ_Name>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>],defaultVars=null]
    8895345: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[20]=ConfigImportRecord[schema=ApplicationConfig,time=2014-08-18 13:30:10.0,recordId=1131,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Financial Services Management,values=null,evalues=[Financial Services Management, Cisco Script Application, 2, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895346: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[20]=ApplicationConfig[schema=ApplicationConfig,time=2014-08-18 13:30:10.0,recordId=1131,desc=Financial Services Management,name=Financial Services Management,type=Cisco Script Application,id=2,enabled=true,sessions=2,script=SCRIPT[Financial Services Management.aef],defaultScript=,vars=[<com.cisco.prompt.Playable PIN_Input_Prompt>,<com.cisco.prompt.Playable Financial_Services_Management_Menu_Prompt>,<com.cisco.prompt.Playable Normal_Activated_Message>,<com.cisco.prompt.Playable Emergency_Activated_Message>,<com.cisco.prompt.Playable System_Settings_Written_Prompt>,<com.cisco.prompt.Playable System_Error_Prompt>],defaultVars=null]
    8895347: Nov 12 12:01:38.288 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[21]=ConfigImportRecord[schema=ApplicationConfig,time=2014-08-20 13:02:27.0,recordId=1132,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Credit Queue,values=null,evalues=[Credit Queue, Cisco Script Application, 33, 1, 50, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895348: Nov 12 12:01:38.289 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[21]=ApplicationConfig[schema=ApplicationConfig,time=2014-08-20 13:02:27.0,recordId=1132,desc=Credit Queue,name=Credit Queue,type=Cisco Script Application,id=33,enabled=true,sessions=50,script=SCRIPT[Credit Queue.aef],defaultScript=SCRIPT[Error.aef],vars=[<java.lang.String Credit_Supervisor_1>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<java.lang.String Credit_Supervisor_2>,<com.cisco.prompt.Playable Closed_Message_Prompt>,<java.lang.String Credit_Supervisor_3>,<java.lang.String CSQ_Name>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895349: Nov 12 12:01:38.289 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[22]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-01 09:58:11.0,recordId=1134,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Contact Center Queue,values=null,evalues=[Contact Center Queue, Cisco Script Application, 27, 1, 50, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895350: Nov 12 12:01:38.289 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[22]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-01 09:58:11.0,recordId=1134,desc=Contact Center Queue,name=Contact Center Queue,type=Cisco Script Application,id=27,enabled=true,sessions=50,script=SCRIPT[Contact Centre Queue.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Closed_Prompt_Contact_Centre>,<java.lang.String Transfer_Cloud_WiFi>,<com.cisco.prompt.Playable Prompt_Fault>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895351: Nov 12 12:01:38.289 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[23]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-10 08:51:27.0,recordId=1138,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Leased Ops IVR,values=null,evalues=[Leased Ops IVR, Cisco Script Application, 13, 1, 15, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895352: Nov 12 12:01:38.290 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[23]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-10 08:51:27.0,recordId=1138,desc=Leased Ops IVR,name=Leased Ops IVR,type=Cisco Script Application,id=13,enabled=true,sessions=15,script=SCRIPT[Ops Support.aef],defaultScript=,vars=[<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Queued_Comfort_Prompt>,<com.cisco.prompt.Playable Starting_Prompt>,<java.lang.String Voicemail_Pilot>,<java.lang.String Voicemail_Redirect>,<com.cisco.prompt.Playable Emergency_Message_Prompt>,<java.lang.String CSQ_Name>,<java.lang.String Email_Recipients>],defaultVars=null]
    8895353: Nov 12 12:01:38.290 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[24]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-15 11:07:57.0,recordId=1140,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Contact Centre IVR,values=null,evalues=[Contact Centre IVR, Cisco Script Application, 26, 1, 30, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895354: Nov 12 12:01:38.290 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[24]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-15 11:07:57.0,recordId=1140,desc=Contact Centre IVR,name=Contact Centre IVR,type=Cisco Script Application,id=26,enabled=true,sessions=30,script=SCRIPT[CC IVR.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Prompt_Root_Menu_Options>,<com.cisco.prompt.Playable Prompt_Fault>,<com.cisco.prompt.Playable Prompt_Order_Queuries_Menu>,<com.cisco.prompt.Playable Prompt_QM_Transfer>,<com.cisco.prompt.Playable Prompt_Sales_Transfer>,<java.lang.String Transfer_QM>,<java.lang.String Transfer_Sales>,<com.cisco.prompt.Playable Prompt_CUK_Menu>,<java.lang.String Transfer_ETA>,<java.lang.String Transfer_Distribution>,<com.cisco.prompt.Playable Prompt_Distribution_Transfer>,<com.cisco.prompt.Playable Prompt_Credit_Menu>,<com.cisco.prompt.Playable Prompt_Credit_Transfer>,<java.lang.String Transfer_Credit>,<com.cisco.prompt.Playable Prompt_Property_Menu>,<com.cisco.prompt.Playable Prompt_Brand_Menu>,<java.lang.String Transfer_Bellrock>,<com.cisco.prompt.Playable Prompt_Brand_Technical_Menu>,<com.cisco.prompt.Playable Prompt_Dispense_Carlsberg>,<com.cisco.prompt.Playable Prompt_Dispense_Coors>,<com.cisco.prompt.Playable Prompt_Dispense_Inbev>,<com.cisco.prompt.Playable Prompt_Dispense_Heineken>,<com.cisco.prompt.Playable Prompt_Dispense_CC>,<com.cisco.prompt.Playable Prompt_Dispense_Diageo>,<java.lang.String Prompt_Pre_IVR_Advert>,<java.lang.String Transfer_Trigger>,<com.cisco.prompt.Playable Prompt_Salutation>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895355: Nov 12 12:01:38.290 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[25]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-30 07:48:02.0,recordId=1144,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Test,values=null,evalues=[Test, Cisco Script Application, 0, 1, 2, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895356: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[25]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-30 07:48:02.0,recordId=1144,desc=Test,name=Test,type=Cisco Script Application,id=0,enabled=true,sessions=2,script=SCRIPT[test.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Prompt_Emergency_Menu>,<com.cisco.prompt.Playable Prompt_Emergency_Off>,<com.cisco.prompt.Playable Prompt_Enter_PIN>,<com.cisco.prompt.Playable Prompt_Emergency_All>,<com.cisco.prompt.Playable Prompt_Emergency_CC>,<com.cisco.prompt.Playable Prompt_Emergency_Ops>,<com.cisco.prompt.Playable Prompt_Emergency_CUK>,<com.cisco.prompt.Playable Prompt_Emergency_Reception>,<com.cisco.prompt.Playable Prompt_Write_Error>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895357: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[26]=ConfigImportRecord[schema=ApplicationConfig,time=2014-09-30 07:48:37.0,recordId=1145,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=TEST 2,values=null,evalues=[TEST 2, Cisco Script Application, 5, 1, 4, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895358: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[26]=ApplicationConfig[schema=ApplicationConfig,time=2014-09-30 07:48:37.0,recordId=1145,desc=TEST 2,name=TEST 2,type=Cisco Script Application,id=5,enabled=true,sessions=4,script=SCRIPT[test2.aef],defaultScript=SCRIPT[Error.aef],vars=[],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895359: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[27]=ConfigImportRecord[schema=ApplicationConfig,time=2014-10-06 08:55:13.0,recordId=1148,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Switchboard Pre-Message,values=null,evalues=[Switchboard Pre-Message, Cisco Script Application, 11, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895360: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[27]=ApplicationConfig[schema=ApplicationConfig,time=2014-10-06 08:55:13.0,recordId=1148,desc=Switchboard Pre-Message,name=Switchboard Pre-Message,type=Cisco Script Application,id=11,enabled=true,sessions=10,script=SCRIPT[Incoming 01283 501600.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Prompt_Salutation>,<com.cisco.prompt.Playable Prompt_Menu_Options>,<java.lang.String Transfer_CC_IVR>,<java.lang.String Transfer_Reception>,<com.cisco.prompt.Playable Prompt_Fault>,<com.cisco.prompt.Playable Prompt_Reception_Closed>,<com.cisco.prompt.Playable Prompt_Reception_Transfer>,<com.cisco.prompt.Playable Emergency_Message_Prompt>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895361: Nov 12 12:01:38.291 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[28]=ConfigImportRecord[schema=ApplicationConfig,time=2014-10-16 12:39:48.0,recordId=1149,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Lettings,values=null,evalues=[Lettings, Cisco Script Application, 34, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895362: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[28]=ApplicationConfig[schema=ApplicationConfig,time=2014-10-16 12:39:48.0,recordId=1149,desc=Lettings,name=Lettings,type=Cisco Script Application,id=34,enabled=true,sessions=10,script=SCRIPT[Lettings.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Starting_Prompt>,<java.lang.String Transfer_Number_FMP>,<com.cisco.prompt.Playable IVR_Prompt>,<com.cisco.prompt.Playable Fault_Prompt>,<java.lang.String Transfer_Number_QM>,<com.cisco.prompt.Playable Transfer_Prompt_FMP>,<com.cisco.prompt.Playable Transfer_Prompt_QM>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895363: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[29]=ConfigImportRecord[schema=ApplicationConfig,time=2014-10-30 08:03:43.0,recordId=1151,implClass=class com.cisco.crs.app.ScriptApplicationConfig,desc=Financial Services,values=null,evalues=[Financial Services, Cisco Script Application, 8, 1, 10, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895364: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[29]=ApplicationConfig[schema=ApplicationConfig,time=2014-10-30 08:03:43.0,recordId=1151,desc=Financial Services,name=Financial Services,type=Cisco Script Application,id=8,enabled=true,sessions=10,script=SCRIPT[Financial Services.aef],defaultScript=SCRIPT[Error.aef],vars=[<com.cisco.prompt.Playable Emergency_Message_Prompt>,<com.cisco.prompt.Playable Option_To_Leave_Message_Prompt>,<com.cisco.prompt.Playable Financial_Services_Menu_Prompt>,<com.cisco.prompt.Playable Starting_Prompt>,<com.cisco.prompt.Playable Out_Hours_Message>,<com.cisco.prompt.Playable Queued_Message_Prompt>,<com.cisco.prompt.Playable Comfort_Message_Prompt>,<com.cisco.prompt.Playable Fault_Prompt>,<java.lang.String Trigger_External>,<java.lang.String Trigger_Internal>,<java.lang.String CSQ_Name>],defaultVars=[<com.cisco.prompt.Playable Error_Message_Prompt>]]
    8895365: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895366: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895367: Nov 12 12:01:38.292 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationTriggerConfig
    8895368: Nov 12 12:01:38.292 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsTriggerDAO
    8895369: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:Found Configs1
    8895370: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationTriggerConfig,time=2011-01-14 14:06:48.0,recordId=4,implClass=class com.cisco.crs.jtapi.JTAPITriggerConfig,desc=Cisco JTAPI Trigger,values=null,evalues=[1011, Cisco JTAPI Trigger, Message Recording, 1, 1, 5000, en_GB, 1011, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895371: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-01-14 14:06:48.0,recordId=4,desc=Cisco JTAPI Trigger,name=1011,type=Cisco JTAPI Trigger,appName=Message Recording,enabled=true,sessions=1,idleTimeout=5000,locale=en_GB,parms={},taskGroups=[],controlClass=class com.cisco.call.CallControlChannel,controlGroupId=0,contactGroups=[GroupInfo[class=com.cisco.dialog.DialogChannel,id=0]],dn=1011,redirectCSS=redirecting.party,cmDeviceName=Trigger1011,cmDeviceInvalid=false,cmDescription=Message Recording,cmDevicePoolUUID={1B1B9EB6-7803-11D3-BDF0-00108302EAD1},cmDevicePoolName=Punch_Campus_DP,cmCallingSearchSpaceUUID={D084B73F-CFFC-98EC-0859-0013A93FB9E7},cmCallingSearchSpaceName=Punch_Campus_National,cmLocationUUID={BD0533A9-A173-BCFA-BB70-609631EE24BB},cmLocationName=Punch_Campus,cmPartitionUUID={25AB5E1A-5154-C10C-9071-77AE2972A72E},cmPartitionName=Punch_Campus_UCCX,cmVoiceMailProfileUUID={00000000-1111-0000-0000-000000000000},cmVoiceMailProfileName=NoVoiceMail,cmCallPickUpGroupUUID=,cmCallPickUpGroupName=,cmDisplay=,cmExternalPhNumMask=,cmFwdBusyVM=false,cmFwdBusyDest=,cmFwdBusyCSSUUID=,cmFwdBusyCSSName=None,cmAlertingNameAscii=1011,cmPresenceGroupUUID=ad243d17-98b4-4118-8feb-5ff2e1b781ac,cmPresenceGroupName=Standard Presence group]
    8895372: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895373: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895374: Nov 12 12:01:38.293 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationTriggerConfig
    8895375: Nov 12 12:01:38.293 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsTriggerDAO
    8895376: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:Found Configs1
    8895377: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationTriggerConfig,time=2011-01-14 15:39:54.0,recordId=5,implClass=class com.cisco.crs.jtapi.JTAPITriggerConfig,desc=Cisco JTAPI Trigger,values=null,evalues=[1000, Cisco JTAPI Trigger, Message Playback, 1, 1, 5000, en_GB, 1000, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895378: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-01-14 15:39:54.0,recordId=5,desc=Cisco JTAPI Trigger,name=1000,type=Cisco JTAPI Trigger,appName=Message Playback,enabled=true,sessions=1,idleTimeout=5000,locale=en_GB,parms={},taskGroups=[],controlClass=class com.cisco.call.CallControlChannel,controlGroupId=0,contactGroups=[GroupInfo[class=com.cisco.dialog.DialogChannel,id=0]],dn=1000,redirectCSS=redirecting.party,cmDeviceName=Trigger1000,cmDeviceInvalid=false,cmDescription=Message Playback,cmDevicePoolUUID={1B1B9EB6-7803-11D3-BDF0-00108302EAD1},cmDevicePoolName=Punch_Campus_DP,cmCallingSearchSpaceUUID={D084B73F-CFFC-98EC-0859-0013A93FB9E7},cmCallingSearchSpaceName=Punch_Campus_National,cmLocationUUID={BD0533A9-A173-BCFA-BB70-609631EE24BB},cmLocationName=Punch_Campus,cmPartitionUUID={25AB5E1A-5154-C10C-9071-77AE2972A72E},cmPartitionName=Punch_Campus_UCCX,cmVoiceMailProfileUUID={00000000-1111-0000-0000-000000000000},cmVoiceMailProfileName=NoVoiceMail,cmCallPickUpGroupUUID=,cmCallPickUpGroupName=,cmDisplay=,cmExternalPhNumMask=,cmFwdBusyVM=false,cmFwdBusyDest=,cmFwdBusyCSSUUID=,cmFwdBusyCSSName=None,cmAlertingNameAscii=1000,cmPresenceGroupUUID=ad243d17-98b4-4118-8feb-5ff2e1b781ac,cmPresenceGroupName=Standard Presence group]
    8895379: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895380: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895381: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationTriggerConfig
    8895382: Nov 12 12:01:38.294 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsTriggerDAO
    8895383: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:Found Configs1
    8895384: Nov 12 12:01:38.294 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationTriggerConfig,time=2011-01-18 14:14:39.0,recordId=26,implClass=class com.cisco.crs.jtapi.JTAPITriggerConfig,desc=Cisco JTAPI Trigger,values=null,evalues=[1012, Cisco JTAPI Trigger, Credit Management, 1, 1, 5000, en_GB, 1012, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895385: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-01-18 14:14:39.0,recordId=26,desc=Cisco JTAPI Trigger,name=1012,type=Cisco JTAPI Trigger,appName=Credit Management,enabled=true,sessions=1,idleTimeout=5000,locale=en_GB,parms={},taskGroups=[],controlClass=class com.cisco.call.CallControlChannel,controlGroupId=0,contactGroups=[GroupInfo[class=com.cisco.dialog.DialogChannel,id=0]],dn=1012,redirectCSS=redirecting.party,cmDeviceName=Trigger1012,cmDeviceInvalid=false,cmDescription=Credit Management,cmDevicePoolUUID={1B1B9EB6-7803-11D3-BDF0-00108302EAD1},cmDevicePoolName=Punch_Campus_DP,cmCallingSearchSpaceUUID={D084B73F-CFFC-98EC-0859-0013A93FB9E7},cmCallingSearchSpaceName=Punch_Campus_National,cmLocationUUID={BD0533A9-A173-BCFA-BB70-609631EE24BB},cmLocationName=Punch_Campus,cmPartitionUUID={25AB5E1A-5154-C10C-9071-77AE2972A72E},cmPartitionName=Punch_Campus_UCCX,cmVoiceMailProfileUUID={00000000-1111-0000-0000-000000000000},cmVoiceMailProfileName=NoVoiceMail,cmCallPickUpGroupUUID=,cmCallPickUpGroupName=,cmDisplay=,cmExternalPhNumMask=,cmFwdBusyVM=false,cmFwdBusyDest=,cmFwdBusyCSSUUID=,cmFwdBusyCSSName=None,cmAlertingNameAscii=1012,cmPresenceGroupUUID=ad243d17-98b4-4118-8feb-5ff2e1b781ac,cmPresenceGroupName=Standard Presence group]
    8895386: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:getAccessor(ConfigQuery):Try to get the default accessor
    8895387: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:DBAccessor.get(query))
    8895388: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:Schema class = com.cisco.app.ApplicationTriggerConfig
    8895389: Nov 12 12:01:38.295 BST %MADM-DB_MGR-7-UNK:Returning DAO :: CrsTriggerDAO
    8895390: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:Found Configs1
    8895391: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():CIR[0]=ConfigImportRecord[schema=ApplicationTriggerConfig,time=2011-01-24 12:17:56.0,recordId=43,implClass=class com.cisco.crs.jtapi.JTAPITriggerConfig,desc=Cisco JTAPI Trigger,values=null,evalues=[1041, Cisco JTAPI Trigger, C-UK Saturday Close, 1, 1, 5000, en_GB, 1041, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null]]
    8895392: Nov 12 12:01:38.295 BST %MADM-CFG_MGR-7-UNK:ConfigManagerImpl-getAll():configObjs[0]=JTAPITriggerConfig[schema=ApplicationTriggerConfig,time=2011-01-24 12:17:56.0,recordId=43,desc=Cisco JTAPI Trigger,name=1041,type=Cisco JTAPI Trigger,appName=C-UK Saturday Close,enabled=true,sessions=1,idleTimeou

  • Duplicate Resource Objects  are displayed while provisioning the resource

    Duplicate Resource Objects are displayed while provisioning the resource to organization after creating a new workflow through export and import process.
    A workfolw already exists in the environment and I am trying to replicate the work flow with a different name . So i import all the components related to provisioning workflow rename the names of the components and make the necessary changes and import it back. after this I am getting Duplicate Resource Objects being displayed while provisioning the resource to organization .plz help.its urgent

    I have tried this process thrice not able to solve this problem ......unchecking allow multiple ..i don t think matters as this is provisioning to org ...n what i am telling is the list from which u select the resources to be provisioned --that list shows duplicate resource object names at a time..Each time I import an xml the number of same resource object names being displayed in the list increases ...So If I have imported three workflows then (say Resorce Object AD) appears thrice in the list. I have not given the resource objects same name in all the workflows for this to happen
    Sahana

  • ConnectException while downloading the resource from server

    Hi All,
    I am getting this problem always while downloading the resources from server:
    java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    We checked following:
    1. Client can ping to server.
    2. Client can connect to server through ssh.
    3. we can do telnet to to that ip and port.
    As i initially though this problem could be because of the proxy setting i tried the following:
    1. removed the proxy from IE.
    2.
    1) go to Control Panel -> Java
    2) click the Network Settings button
    3) Select Direct Connection, and click ok .
    Still we are getting the same exception please give some clues how to solve this problem.
    Thnaks a lot.
    Regards
    Avdesh

    and i checked even firewall is also off.

  • ERROR:can't find native registration class while J2EE Engine startup

    Hi
    Iam trying to integrate a Java Profiler application which contains a native library(namely ProfilerDLL.dll) with the J2EE Server.Here are the steps which i had followed
    1. Added the following Java option through the config tool of WebAS.<b> -XrunProfilerDLL</b>.
    2.Restarted the server.
    Server does not starup and throws a error with exit
    code -1 .
    Here is the log
    JStartupIReadSection: read node properties [ID7217950]
    -> node name       : server0
    -> node type       : server
    -> java path       : C:\j2sdk1.4.2_04
    -> java parameters : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djava.library.path=/usr/sap/J2E/JC00/j2ee/os_libs -XX:NewSize=32m -XX:MaxNewSize=64m -XX:NewRatio=3 -XX:+DisableExplicitGC -XX:MaxPermSize=128m -XrunProfilerDLL:1 -Xbootclasspath/a:jakarta-regexp.jar;profiler_trace.jar;commons-lang.jar -D__PROFILER_PACKAGE_FILTER=__A__com.sap.engine.boot.Start;__M__sun.;__M__com.sun.;__M__java.;__M__javax.; -D__PROFILER_TIMING_METHOD=1 -Drdbms.driverLocation=C:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global/
    -> java vm version : 1.4.2_04-b05
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 256M
    -> init heap size  : 128M
    -> root path       : C:\usr\sap\J2E\JC00\j2ee\cluster\server0
    -> class path      : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.boot.Start
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar
    -> shutdown class  : com.sap.engine.boot.Start
    -> parameters      :
    -> debuggable      : no
    -> debug mode      : no
    -> debug port      : 1024
    -> shutdown timeout: 120000
    [Thr 420] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5780] JLaunchIStartFunc: Thread 5780 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Denv.class.path=;C:\D\vim\Intellisense\javaft.jar;C:\j2sdk1.4.2_04\lib\tools.jar
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djava.library.path=/usr/sap/J2E/JC00/j2ee/os_libs
    -> arg[  9]: -XX:NewSize=32m
    -> arg[ 10]: -XX:MaxNewSize=64m
    -> arg[ 11]: -XX:NewRatio=3
    -> arg[ 12]: -XX:+DisableExplicitGC
    -> arg[ 13]: -XX:MaxPermSize=128m
    -> arg[ 14]: -XrunProfilerDLL:1
    -> arg[ 15]: -Xbootclasspath/a:jakarta-regexp.jar;profiler_trace.jar;commons-lang.jar
    -> arg[ 16]: -D__PROFILER_PACKAGE_FILTER=__A__com.sap.engine.boot.Start;__M__sun.;__M__com.sun.;__M__java.;__M__javax.;
    -> arg[ 17]: -D__PROFILER_TIMING_METHOD=1
    -> arg[ 18]: -Drdbms.driverLocation=C:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[ 19]: -Dsys.global.dir=C:/usr/sap/J2E/SYS/global/
    -> arg[ 20]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 21]: -Dapplication.home=C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> arg[ 22]: -Djava.class.path=C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 23]: -Djava.library.path=C:\j2sdk1.4.2_04\jre\bin\server;C:\j2sdk1.4.2_04\jre\bin;C:\j2sdk1.4.2_04\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\PROGRA1\SECUDE\SECUDE1;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Symantec\pcAnywhere\;c:\progra~1\ixos\bin;C:\j2sdk1.4.2_04\bin;C:\j2sdk1.4.2_04\jre\bin\server;C:\j2sdk1.4.2_04\lib\tools.jar;C:\Program Files\JProbe Profiler 5.2.1\bin;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\sherlok;C:\cygwin\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\JVMStatAnalysis\jvmstat\bat;;C:\usr\sap\J2E\SCS01\exe;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\J2E\SYS\exe\run
    -> arg[ 24]: -Dmemory.manager=256M
    -> arg[ 25]: -Xmx256M
    -> arg[ 26]: -Xms128M
    -> arg[ 27]: -DLoadBalanceRestricted=no
    -> arg[ 28]: -Djstartup.mode=JCONTROL
    -> arg[ 29]: -Djstartup.ownProcessId=1740
    -> arg[ 30]: -Djstartup.ownHardwareId=I1361390454
    -> arg[ 31]: -Djstartup.whoami=server
    -> arg[ 32]: -Djstartup.debuggable=no
    -> arg[ 33]: -DSAPINFO=J2E_00_server
    -> arg[ 34]: -DSAPSTARTUP=1
    -> arg[ 35]: -DSAPSYSTEM=00
    -> arg[ 36]: -DSAPSYSTEMNAME=J2E
    -> arg[ 37]: -DSAPMYNAME=INLD50035793_J2E_00
    -> arg[ 38]: -DSAPDBHOST=
    -> arg[ 39]: -Dj2ee.dbhost=INLD50035793
    [Thr 5780] Wed Sep 22 15:30:06 2004
    [Thr 5780] JHVM_LoadJavaVM: Java VM created OK.
    <u>[Thr 5780] ***ERROR => can't find native registration class [com.sap.bc.proj.jstartup.JStartupNatives] [jhvmxx.c     417]
    [Thr 5780] JLaunchCloseProgram: good bye (exitcode=-1)</u>
    Any ideas how to fix this problem?
    Thanks
    S.Shylaja

    Btw: I get the warning starting IIS - It seems to me that IIS tries to load Tomcat on-the-fly. The Tomcat load the fails and IIS continues to load successfully.
    The beginning of the IIS Event log outputs this:
    Apache Jakarta Connector2, Information, Info: [jk_vm_default.c (340)]: vm.detach() ok
    Apache Jakarta Connector2, Warning, Error: [jk_worker_jni.c (308)]: Can't find class org/apache/jk/apr/AprImpl
    Apache Jakarta Connector2, Information, Info: [jk_worker_jni.c (297)]: Loaded org/apache/jk/apr/TomcatStarter
    Apache Jakarta Connector2, None, Debug: [jk_vm_default.c (302)]: vm.attach() allready attached
    Apache Jakarta Connector2, Information, Info: [jk_worker_jni.c (252)]: jni.validate() class= org/apache/jk/apr/TomcatStarter
    Apache Jakarta Connector2, Information, Info: [jk_vm_default.c (607)]: vm.open2() done
    Apache Jakarta Connector2, Information, Info: [jk_vm_default.c (500)]: vm.init(): Jni lib: C:\wwwapps\j2sdk1.4.2_01\jre\bin\client\jvm.dll
    /watson

Maybe you are looking for

  • How to Generate sales orders with custom Fields using BAPI_BUSPROCESSND_CREATEMULTI

    Hi, I need to generate sales orders with custom fields on table CRMD_ORDERADM_H using BAPI_BUSPROCESSND_CREATEMULTI, after changing the structure BAPI_TE_CRMD_ORDERADM_H, and feed the  EXTENSIONIN table of the BAPI with data, the order is created, bu

  • Bad Order By Detection

    Hello all This thread is the follow-through from another: Dodgy Order By detection There is a problem in APEX to do with it's detection of the "order by" clause. If an SQL query has the string "order by" (case-insensitive) in it, then APEX will not a

  • Non-destructive waveforms...

    I use Garageband right now and as far as I can tell, when you change properties of a track the original waveform will not visually change. I know that this is called "non-destructive" blah, blah, blah and some people prefer it. Here is what I would l

  • 2 List of Values for 1 Text Item

    Forms [32 Bit] Version 10.1.2.3.0 (Production) Hi, I have this text item on a block, 2 records groups, the user wants this functionality - When in Enter Query display first record group and at any other time display the 2nd record group. Can anyone p

  • Downloading book to Nook

    I downloaded a book from the public library to Adobe Digital Edition. The digital edition downloaded to my computer fine.  After trying to download it to my Nook it shows up in my Nook library but when I try to open I get an error message stating "Un