Error in setting up destination name in depolyment descriptor

<b>the error is,</b> <br>
[EJB:011113]Error: The Message Driven Bean 'MessageAccess(Application: mssp, EJBComponent: mssp-MDB.jar)', does not have a message destination configured. The message destination must be set using a message-destination-link, destination-resource-link, destination-jndi-name or a resource-adapter-jndi-name.
<br><b>the ejb-jar entry is,</b><br>
<message-driven >
<description><![CDATA[Bean to access messages]]></description>
<display-name>MessageAccessBean</display-name>
<ejb-name>MessageAccess</ejb-name>
<ejb-class>com.valimo.mssp.jms.j2ee.MSSPListenerBean2</ejb-class>
<transaction-type>Container</transaction-type>
<acknowledge-mode>Auto-acknowledge</acknowledge-mode>
<message-driven-destination>
<destination-type>javax.jms.Topic</destination-type>
</message-driven-destination>
</message-driven>
<br><b>and weblogic-ejb-jar entry is like</b>,<br>
<weblogic-ejb-jar>
<!-- <weblogic-version>9.1</weblogic-version> -->
<weblogic-enterprise-bean>
<ejb-name>MessageAccess</ejb-name>
<message-driven-descriptor>
<destination-jndi-name>topic/Topic</destination-jndi-name>
</message-driven-descriptor>
</weblogic-enterprise-bean>
</weblogic-ejb-jar>
<br>
can you help?

They should be able to log into their account via http://appleid.apple.com and update their name.

Similar Messages

  • Error when setting JMS Destination  for Agile PLM Content Services (cannot

    In not the right forum please suggest the correct one.
    Before creating the destination I did the following setup and testing.
    1.) Created a JMS on the Weblogic Server
    2.) Created a Jdeveloper BPEL Project and successfully put a message into the JMS queue
    Here are the details for the new destination I am creating.
    1.) Protocol = JMS
    2.) Provider Context Factory = weblogic.jndi.WLInitialContextFactory
    * this is the one that seems to be the cause of the error
    3.) Connection Factory = jmstest/jmstest-cp
    * this is my JNDI name for the connection pool
    4.) Default Provider URL = t3://10.16.131.110:7001
    * this is the URL for the Weblogic server
    5.) Destination Name = jms/queueout
    * this is the JNDI name for the queue
    The error message I am getting when I click the button to "Test Destination" is
    "The remote server returns the following message: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory"
    I would appreciate any input
    Thanks

    Which version of Agile are you using?
    There is a patch needed for agile 9.2 for weblogic server.
    Please check the Metalink

  • Message-driven bean destination name not found error

    Hi,
    I am getting this error when I attempt to deploy the Warehouse message-driven bean example/tutorial. I followed the steps in the JMS Queue Simple Sample Application included with the server to set up the queue and queue factory, but I don't think the app. is even getting that far. I can not figure out why I'm get this error. I have looked at everything I can think of, but I'm obviously missing something. Here is the error from the server log.
    INFO ( 2252): JMS5015: Install JMS resources ...
    INFO ( 2252): JMS5002: Binding [< JMS Destination: jms/WarehouseQueue, javax.jms.Queue, [ imqDestinationName=WarehouseQueue ] >]
    INFO ( 2252): JMS5002: Binding [< JMS Connection Factory: jms/WarehouseQueueConnectionFactory, javax.jms.QueueConnectionFactory, [ imqBrokerHostName=localhost , imqBrokerHostPort=7676 ] >]
    INFO ( 2252): HTTP3072: HTTP listener http-listener-1 [http://ibankdev2:80] ready to accept requests
    INFO ( 2252): CORE3274: successful server startup
    INFO ( 2252): CORE5053: Application onReady complete.
    INFO ( 2252): MDB00044: Deploying message-driven bean [MDBApp:Warehouse], consuming from [jms/Warehouse]
    SEVERE ( 2252): MDB00015: [MDBApp:Warehouse]: Message-driven bean destination name [jms/Warehouse] not found
    SEVERE ( 2252): javax.naming.NameNotFoundException
    javax.naming.NameNotFoundException: Warehouse not found
    at com.sun.enterprise.naming.TransientContext.doLookup(TransientContext.java:185)
    at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:157)
    at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:161)
    at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:78)
    at org.omg.stub.com.sun.enterprise.naming._SerialContextProviderImpl_Tie._invoke(Unknown Source)
    at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:375)
    at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:275)
    at com.sun.corba.ee.internal.iiop.LocalClientRequestImpl.invoke(LocalClientRequestImpl.java:96)
    at com.sun.corba.ee.internal.corba.ClientDelegate.invoke(ClientDelegate.java:237)
    at com.sun.corba.ee.internal.corba.ClientDelegate.invoke(ClientDelegate.java:279)
    at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
    at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.lookup(Unknown Source)
    at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:138)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at com.sun.ejb.containers.MessageBeanHelperBase.setup(MessageBeanHelperBase.java:317)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:206)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:173)
    at com.iplanet.ias.server.AbstractLoader.loadEjbs(AbstractLoader.java:345)
    at com.iplanet.ias.server.ApplicationLoader.load(ApplicationLoader.java:81)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:134)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:110)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:294)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:424)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:408)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:291)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:99)
    at com.iplanet.ias.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:84)
    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:324)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:536)
    SEVERE ( 2252): MDB00030: [MDBApp:Warehouse]: Exception in setting up message-driven bean container: [MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found]
    SEVERE ( 2252): MDB00017: [Warehouse]: Exception in creating message-driven bean container: [javax.jms.JMSException: MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found]
    SEVERE ( 2252): javax.jms.JMSException
    javax.jms.JMSException: MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found
    at com.sun.ejb.containers.MessageBeanHelperBase.setup(MessageBeanHelperBase.java:340)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:206)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:173)
    at com.iplanet.ias.server.AbstractLoader.loadEjbs(AbstractLoader.java:345)
    at com.iplanet.ias.server.ApplicationLoader.load(ApplicationLoader.java:81)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:134)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:110)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:294)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:424)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:408)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:291)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:99)
    at com.iplanet.ias.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:84)
    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:324)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:536)
    SEVERE ( 2252): EJB5090: Exception in creating EJB container [javax.jms.JMSException: MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found]
    SEVERE ( 2252): appId=MDBApp moduleName=EJBModule_Warehouse_jar ejbName=Warehouse
    SEVERE ( 2252): LDR5004: UnExpected error occured while creating ejb container
    javax.jms.JMSException: MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found
    at com.sun.ejb.containers.MessageBeanHelperBase.setup(MessageBeanHelperBase.java:340)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:206)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:173)
    at com.iplanet.ias.server.AbstractLoader.loadEjbs(AbstractLoader.java:345)
    at com.iplanet.ias.server.ApplicationLoader.load(ApplicationLoader.java:81)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:134)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:110)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:294)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:424)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:408)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:291)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:99)
    at com.iplanet.ias.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:84)
    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:324)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:536)
    WARNING ( 2252): CORE5021: Application NOT loaded: [MDBApp]
    WARNING ( 2252): ADM5603:Event listener error [Error while deploying application [MDBApp]. Please refer to the server log for more details. ]
    My bean name is Warehouse, jms/Warehouse is the JNDI and is mapped to MDBPack.WarehouseBean.class. MDBPack is in the classpath on the server. I guessed that the physical destination name was WarehouseQueue, but using Warehouse produced the same result. Please let me know if there is anything I could be missing. TIA
    --Michelle                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    You have not created the jms destination queue object
    jms/Warehouse
    Your server logs says it cannot find the destination queue object.It has got nothing to do with jndi name of your bean
    Create jms destination queue object using
    asadmin>create-jms-resource instance <instance_name> resourcetype javax.jms.Queue --property imqDestinationName=<NAme>  jms/Warehouse
    Then use list-jms-resources <instance_name> to
    find if jms/Warehouse destionation queue object has been created.
    Get back in case of any issues

  • Intermittent error saving attachments from mail: "Names longer than 31 characters are not supported on the destination volume."

    I am reciving intermittent errors saving attachments from mail: "Names longer than 31 characters are not supported on the destination volume."

    I am seeing this too.
    I Posted in similar thread 6704033
    Error when saving calendar exports-names longer than 31 characters not supported on the destination volume.
    Very spooky. Not always reproducible, but it happened to me while using Office365-Outlook web-based email (saving a PDF).
    RE: the suggestion, checking security box "allow apps downloaded from all sites" I would really rather not do that.
    On my system it is set to allow "Mac App store and identified developers."
    Oh sorry, I'm on Yosemite, I see this is Mav forum...

  • [svn:bz-trunk] 15217: Bug: BLZ-508 - If server receives message for an unknown destination it shouldn ' t include the destination name in the error message sent back to the client .

    Revision: 15217
    Revision: 15217
    Author:   [email protected]
    Date:     2010-04-05 03:43:36 -0700 (Mon, 05 Apr 2010)
    Log Message:
    Bug: BLZ-508 - If server receives message for an unknown destination it shouldn't include the destination name in the error message sent back to the client.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Changed the error message to not include destination id. I'm also checking in a few minor fixes I had locally.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-508
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/errors.properties
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/trunk/modules/core/src/flex/messaging/cluster/JGroupsCluster.java

    Thanx Mete, yeah i did...
    but i solved it some other way... not entirely sure this was
    it though as i was doing a lot of things at once...
    it was fds.swc... possibly it was out of date or missing.

  • Error:Set by Host Name:CRMDEV;Transaction:R3AS:SMOF_DOWNLOAD

    Hi Folks,
    I am trying to replicate BP  from CRM to R/3.All the Mappings from CRM to R/3 are already maintained.Also I have created the subscriptions and publications for R/3 in Admin Console.All the RFC Connections are working correctly. When I checked the SMQ1 in CRM I got the following error:
    Set by Host Name: CRMDEV;Transaction R3AS:Report:SMOF_DOWNLOAD.
    Can anyone guide me how to solve this issue?
    Thanks.
    Sudhan

    Hi All,
    Solved this issue myself.
    Basically no need to worry about this queue message.
    1) I done set the filter for EQUIPMENT in t-code R3AC1
    2) Customer Relationship Management --> Master Data --> Installed Base --> Replication of technical objects from SAP ERP --> define default setting for Replication or equipment.
    Site name - ERP logical system name
    IBase Category - EQ
    Obj.Family - 0401
    Category ID - MAT_Z401 (Important note is this category is created under R3PRODSTYP hierarchy, under MAT_ category). Equipments in ERP also should create using this Category, then only the equipments will be downloaded)
    Delta down load checked
    3) Go to R3AS and select load object as EQUIPMENT and start
    4) you can see the IBASE in CRM using IB53 or using the webUI search.
    Thank you and Regards,
    Niranjan

  • [OSB 10.3.1] error adding a JMS destination

    Hi all,
    I'm migrating my ALSB 3.0 project into OSB 10.3.1. So I've recreated the clustered domain in OSB as I did with ALSB and then ready to run my
    ebAdmin.cmd properties\local\admin.DVE.osb_cluster1.SYS.properties properties\local\admin.DVE.osb_cluster1.APP.properties create-jms-core
    in order to create my JMS resources ... all go find excpet at the end when the script tries to activate the changes:
    Buildfile: admin.xml
    create-jms-core:
    admin:
    [java] Initializing WebLogic Scripting Tool (WLST) ...
    [java] Welcome to WebLogic Server Administration Scripting Shell
    [java] Type help() for help on available commands
    [java] ===============================================================
    [java] Loading admin properties file from : ./admin.properties
    [java] ===============================================================
    [java] Connecting to t3://localhost:7001 with userid weblogic ...
    [java] Successfully connected to Admin Server 'AdminServer' that belongs to domain 'osb_cluster1'.
    [java] Warning: An insecure protocol was used to connect to the
    [java] server. To ensure on-the-wire security, the SSL port or
    [java] Admin port should be used instead.
    [java] Location changed to domainRuntime tree. This is a read-only tree with DomainMBean as the root.
    [java] For more help, use help(domainRuntime)
    [java] Location changed to edit tree. This is a writable tree with
    [java] DomainMBean as the root. To make changes you will need to start
    [java] an edit session via startEdit().
    [java] For more help, use help(edit)
    [java] You already have an edit session in progress and hence WLST will
    [java] continue with your edit session.
    [java] Starting an edit session ...
    [java] Started edit session, please be sure to save and activate your
    [java] changes once you are done.
    [java] ===============================================================
    [java] Creating JMS core resources
    [java] ===============================================================
    [java] #### found managed: m01
    [java] #### ready to create file store EventBusFileStore_m01
    [java] #### created file store EventBusFileStore_m01
    [java] #### ready to create JMS server EventBusJMSServer_m01
    [java] #### created JMS server EventBusJMSServer_m01
    [java] #### found managed: m02
    [java] #### ready to create file store EventBusFileStore_m02
    [java] #### created file store EventBusFileStore_m02
    [java] #### ready to create JMS server EventBusJMSServer_m02
    [java] #### created JMS server EventBusJMSServer_m02
    [java] #### ready to create JMS module EventBusSystemModule
    [java] #### created JMS module EventBusSystemModule
    [java] #### ready to create connection factory EventBusConnectionFactory
    [java] #### created connection factory EventBusConnectionFactory
    [java] #### ready to create XA connection factory EventBusXAConnectionFactory
    [java] #### created XA connection factory EventBusXAConnectionFactory
    [java] #### ready to create dummyConsumerEventConsumer1OutboundQueue
    [java] #### created dummyConsumerEventConsumer1OutboundQueue
    [java] #### ready to create dummyConsumerEventConsumer1RecoveryOutboundQueue
    [java] #### created dummyConsumerEventConsumer1RecoveryOutboundQueue
    [java] #### ready to set error destination dummyConsumerEventConsumer1RecoveryOutboundQueue for dummyConsumerEventConsumer1OutboundQueue
    [java] #### error destination set successfully for dummyConsumerEventConsumer1OutboundQueue
    the same for other many Uniform Distributed Queues
    [java] #### ready to create MonitorTopic
    [java] #### created MonitorTopic
    [java] Saving all your changes ...
    [java] Saved all your changes successfully.
    [java] Activating all your changes, this may take a while ...
    [java] The edit lock associated with this edit session is released
    [java] once the activation is completed.
    [java] This Exception occurred at Sat Aug 15 14:12:14 CEST 2009.
    [java] weblogic.application.ModuleException: ERROR: Unable to add destination EventBusSystemModule!wlsbJMSServer_auto_1@dummyConsumerEventConsumer1OutboundQueue to the back end wlsbJMSServer_auto
    _1
    [java] at weblogic.jms.backend.BEDestinationRuntimeDelegate.prepare(BEDestinationRuntimeDelegate.java:197)
    [java] at weblogic.jms.backend.udd.UDDEntity.prepare(UDDEntity.java:444)
    [java] at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1704)
    [java] at weblogic.jms.module.JMSModule$EntityState.setState(JMSModule.java:1667)
    [java] at weblogic.jms.module.JMSModule$EntityState.access$100(JMSModule.java:1608)
    [java] at weblogic.jms.module.JMSModule.prepare(JMSModule.java:277)
    [java] at weblogic.jms.module.ModuleCoordinator.prepare(ModuleCoordinator.java:185)
    [java] at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    [java] at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    [java] at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
    [java] at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
    [java] at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    [java] at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    [java] at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:16)
    [java] at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
    [java] at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    [java] at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197)
    [java] at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89)
    [java] at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    [java] at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:723)
    [java] at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190)
    [java] at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
    [java] at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    [java] at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
    [java] at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
    [java] at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
    [java] at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    [java] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    [java] at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [java] Caused by: weblogic.jms.common.JMSException: [JMSExceptions:045050]A destination of name EventBusSystemModule!wlsbJMSServer_auto_1@dummyConsumerEventConsumer1OutboundQueue has a jms-create
    -destination-identifier of name EventBusSystemModule!wlsbJMSServer_auto_1@dummyConsumerEventConsumer1OutboundQueue. However, another destination of name EventBusSystemModule!wlsbJMSServer_auto_1@dummy
    ConsumerEventConsumer1OutboundQueue has the same jms-create-destination-identifier. Two destinations with the same jms-create-destination-identifier cannot be co-located on the JMSServer named wlsbJMS
    Server_auto_1.
    [java] at weblogic.jms.backend.BackEnd.addDestination(BackEnd.java:1527)
    [java] at weblogic.jms.backend.BEDestinationRuntimeDelegate.prepare(BEDestinationRuntimeDelegate.java:195)
    [java] ===============================================================
    [java] #### ERROR - unexpected error: main.WLSTException
    [java] ===============================================================
    [java] No stack trace available.
    [java] Edit session is cancelled successfully
    [java] Disconnected from weblogic server: AdminServer
    [java] Unexpected error: main.WLSTException
    [java]
    [java] Problem invoking WLST - Traceback (innermost last):
    [java] File "K:\EventBus\scripts\admin.py", line 910, in ?
    [java] File "K:\EventBus\scripts\admin.py", line 216, in admin
    [java] File "K:\EventBus\scripts\admin.py", line 366, in configJMSCore
    [java] File "K:\EventBus\scripts\admin.py", line 681, in endTransaction
    [java] File "<iostream>", line 364, in activate
    [java] WLSTException: Error occured while performing activate : Error while Activating changes.ERROR: Unable to add destination EventBusSystemModule!wlsbJMSServer_auto_1@dummyConsumerEventConsume
    r1OutboundQueue to the back end wlsbJMSServer_auto_1 Use dumpStack() to view the full stacktrace
    what I don't understand is the fact that my EventBusSystemModule in some way references wlsbJMSServer_auto_1 (not created by my script but this JMS server is already available in OSB).
    I run successfully the above script againt ALSB 3.0 but now with OSB something goes wrong.
    As you see from above output, the script:
    - create file store EventBusFileStore_m01 (m01 is the m01 managed server in the cluster)
    - create JMS server EventBusJMSServer_m01
    - create file store EventBusFileStore_m02
    - create JMS server EventBusJMSServer_m02
    - created JMS module EventBusSystemModule
    from py point of view the code is:
    def createJMSModule(jmsModuleName, cluster):
    print '#### ready to create JMS module ' + jmsModuleName
    cd('/')
    jmsModule = cmo.createJMSSystemResource(jmsModuleName)
    cd('/JMSSystemResources/' + jmsModuleName)
    set('Targets',jarray.array([ObjectName('com.bea:Name=' + cluster + ',Type=Cluster')], ObjectName))
    print '#### created JMS module ' + jmsModuleName
    print
    about the creation of the UDQ
    def createUniformDistributedQueue(destinationName, jndiDestination, jmsModuleName):
    print '#### ready to create ' + destinationName
    path = '/JMSSystemResources/' + jmsModuleName + '/JMSResource/' + jmsModuleName
    try:
    cd(path)
    except WLSTException,e:
    failed = 'Check if create-jms-core task has been already executed'
    raise Failure(failed)
    cmo.createUniformDistributedQueue(destinationName)
    cd('/JMSSystemResources/' + jmsModuleName + '/JMSResource/' + jmsModuleName + '/UniformDistributedQueues/' + destinationName)
    cmo.setJNDIName(jndiDestination)
    cmo.setLoadBalancingPolicy('Round-Robin')
    cmo.setDefaultTargetingEnabled(true)
    print '#### created ' + destinationName
    print
    I'm trying to understand where is the problem ....
    Thanks in advance
    ferp

    Sounds like the database information is wrong, Have you tried correctign this through the BPM Process administrator? There are a few places where you setup database configuration it's probably one of them.
    I'm am fairly new so I can only offer up that.
    I'm having a nightmare myself deplying a process engine, good luck
    mARK

  • Setting External Destination

    I have a website (made in VS 2005) that calls the creation of reports from Crystal Enterprise 10. I am trying to get it such that through the website coding I can modify the external destination that the reports are sent to, as they are different each time a report is run. So far I have not been able to successfully get this to work. This is what I am currently getting in CMC when a report is run:
    Status: Failed 
    Printer: The instance is not printed. 
    External Destination: Not Authorized 
    Data Refresh Settings:  Use the server defaults. 
    Start Time: 30/09/2008 2:25:59 PM 
    End Time: 30/09/2008 2:26:06 PM 
    Server Used: dest.reportjobserver 
    Error Message: destination DLL disabled. //dest... /CURRENT/ME/309/2009/Maintenance/M/: 
    I believe that I may inadvertently be setting the instance location, and that it why it is failing, but can't figure out how I should be setting the external destination then. The report runs fine from CE from the same user, even if I modify the destination directory to be what would otherwise fail. I've more than triple checked the security settings for the directory, but perhaps there is still something I missed?
    I have tried to set this location through a schedulingInfo object by way of
    ceSchedulingInfo.Destination.Name = destination
    and directly from the InfoObject through ceReportObject.SchedulingInfo.Destination.Name = destination
    and neither worked.
    Any ideas?
    Edited by: Ryan Beaulieu on Sep 30, 2008 10:51 PM

    This forum is dedicated to topics related to legacy SDKs, including the Report Designer Component (RDC), OCX, VCL, and Crystal Reports Print Engine (CRPE).
    Please post this query to the .NET Development - BusinessObjects Enterprise forum:
    .NET SDK Application Development
    That forum is monitored by qualified technicians and you will get a faster response there.
    Thank you for your understanding,
    Ludek

  • Error: Cannot set new NIC configuration

    I have ACS appliance with 4.2 when i want to the basic ip setting it throws this error ,i did reboot and image recovery nothing appears any idea what s goin on this box ? what a stupid behaviour

    My folks there is no
    toggle command any such available on the appliance i don't what you r reffering to
    please see below
    ? List commands
    unlock guiadmin Unlock GUI Administrator
    remove guiadmin Remove GUI Administrator
    add guiadmin Add GUI Administrator
    backup Backup Appliance
    download Download ACS Install Package
    exit Log off
    exportgroups Export group information to an FTP server
    exportlogs Export appliance diagnostic logs to FTP server
    exportusers Export user information to an FTP server
    help List commands
    ntpsync NTP synch with predefined NTP servers
    ping Verify connections to remote computers
    reboot Soft reboot appliance
    restart Restart ACS services
    restore Restore Appliance
    rollback Rollback patched package
    set Set commands
    set admin Set administrator's name
    set domain Set DNS domain
    set hostname Set appliance's hostname
    set ip Set IP configuration
    set password Set administrator's password
    set dbpassword Set database encryption password
    set time Set timezone, enable NTP synch or set date and time
    set timeout Set the timeout for serial console with no activity
    show Show appliance status
    shutdown Shutdown appliance
    start Start ACS services
    stop Stop ACS services
    support Collect logs, registry and other useful information
    tracert Determine the route taken to a destination
    upgrade Upgrade appliance ( stage II )
    also i tried setup commands and even in cisco documentation no such command available
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_solution_engine/4.2/installation/guide/solution_engine/cliap.html
    if some can elobrate more

  • Attempt to set a parameter name that does not occur in the SQL: vc_temp_1

    I have query view object build on the following sql
    select
    nvl(u.full_name,e.arabic_first_name||' '||e.arabic_family_name) as empName,
    (select sc.general_specialty from ta_scientific_certificate sc where sc.user_id=u.user_id
    group by sc.general_specialty
    Having Max(sc.qualification_kind)>= All (select max(sc1.qualification_kind) from ta_scientific_certificate sc1 where sc1.user_id=u.user_id group by sc1.qualification_kind ) )as general_specialty
    , u.*,ur.default_role,ur.role_1,ur.role_2,ur.role_3,ur.role_4,ur.role_5,ur.role_6,ur.role_7
    from ta_user u,employee e,TA_USER_ROLES ur
    where u.account_enabled='1' and u.emp_id = e.empl_code(+) and ur.user_id=u.user_id(+)
    with this query
    ( (EMP_ID IS NULL ) ) AND (( ( (DEFAULT_ROLE = 4 ) ) OR ( (DEFAULT_ROLE = 6 ) ) )OR( ( (ROLE_1 = 4 ) ) OR ( (ROLE_1 = 6 ) ) )OR( ( (ROLE_2 = 4 ) ) OR ( (ROLE_2 = 6 ) ) )OR( ( (ROLE_3 = 4 ) ) OR ( (ROLE_3 = 6 ) ) )OR( ( (ROLE_4 = 4 ) ) OR ( (ROLE_4 = 6 ) ) )OR( ( (ROLE_5 = 4 ) ) OR ( (ROLE_5 = 6 ) ) )OR( ( (ROLE_6 = 4 ) ) OR ( (ROLE_6 = 6 ) ) )OR( ( (ROLE_7 = 4 ) ) OR ( (ROLE_7 = 6 ) ) ))
    I created search page by dragging this view object from MyApplicationModule->NamedCriteria
    but i don't want to show all the fields that their names start with ROLE in my search option so I unChecked the attribute queryalbe
    no when I press button search the error Attempt to set a parameter name that does not occur in the SQL: vc_temp_1 is shown
    if i press OK on error message and click search again it works
    how can I make this error disappear

    no I don't think that i have
    this is my source ( I will divide it into two parts)
    <?xml version="1.0" encoding="windows-1252" ?>
    <!DOCTYPE ViewObject SYSTEM "jbo_03_01.dtd">
    <!---->
    <ViewObject
    xmlns="http://xmlns.oracle.com/bc4j"
    Name="SciQualMgtVO"
    Version="11.1.2.60.17"
    OrderBy='"EMPNAME"'
    BindingStyle="OracleName"
    CustomQuery="true"
    PageIterMode="Full"
    UseGlueCode="false">
    <DesignTime>
    <Attr Name="_isExpertMode" Value="true"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    <ViewAccessor
    Name="LookupAM_IpaCodesVO_GeneralSpecialityVA"
    ViewObjectName="ta.common.lookup.IpaCodesVO"
    AMUsageName="LookupAM"
    ViewInstanceName="IpaCodesVO_GeneralSpecialityDC"
    RowLevelBinds="true"/>
    <ViewAccessor
    Name="CountryVA"
    ViewObjectName="ta.common.lookup.CountryVO"
    RowLevelBinds="true"/>
    <ViewAccessor
    Name="DegreeVA"
    ViewObjectName="ta.common.lookup.DegreeVO"
    RowLevelBinds="true"/>
    <ViewAccessor
    Name="LookupAM_IpaCodesVO_ScientificQualificationVA"
    ViewObjectName="ta.common.lookup.IpaCodesVO"
    AMUsageName="LookupAM"
    ViewInstanceName="IpaCodesVO_ScientificQualificationDC"
    RowLevelBinds="true"/>
    <ViewAccessor
    Name="YesNoVA"
    ViewObjectName="ta.common.constants.YesNoVO"
    RowLevelBinds="true"/>
    <ViewAccessor
    Name="IpaCodesVO_GeneralSpecialityVA"
    ViewObjectName="ta.common.lookup.IpaCodesVO"
    RowLevelBinds="true">
    <ViewCriteriaUsage
    Name="IpaCodesVO_GeneralSpecialityCriteria"
    FullName="ta.common.lookup.IpaCodesVO.IpaCodesVO_GeneralSpecialityCriteria"/>
    </ViewAccessor>
    <ViewAccessor
    Name="IpaCodesVO_ScientificQualificationVA"
    ViewObjectName="ta.common.lookup.IpaCodesVO"
    AMUsageName="LookupAM"
    ViewInstanceName="IpaCodesVO_ScientificQualificationDC"
    RowLevelBinds="true">
    <ViewCriteriaUsage
    Name="IpaCodesVO_ScientificQualificationCriteria"
    FullName="ta.common.lookup.IpaCodesVO.IpaCodesVO_ScientificQualificationCriteria"/>
    </ViewAccessor>
    <ListBinding
    Name="ar_LOV_GeneralSpecialty"
    ListVOName="IpaCodesVO_GeneralSpecialityVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="GeneralSpecialty"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="Code"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="ArabicDescription"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="en_LOV_GeneralSpecialty"
    ListVOName="IpaCodesVO_GeneralSpecialityVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="GeneralSpecialty"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="Code"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="EnglishDescription"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="ar_male_LOV_Nationality"
    ListVOName="CountryVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="Nationality"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="CountryCode"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="MaleNational"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="ar_female_LOV_Nationality"
    ListVOName="CountryVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="Nationality"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="CountryCode"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="FemaleNational"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="en_LOV_Nationality"
    ListVOName="CountryVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="Nationality"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="CountryCode"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="EnglishNational"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="ar_LOV_ScientificDegree"
    ListVOName="IpaCodesVO_ScientificQualificationVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="ScientificDegree"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="Code"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="ArabicDescription"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="en_LOV_ScientificDegree"
    ListVOName="IpaCodesVO_ScientificQualificationVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="ScientificDegree"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="Code"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="EnglishDescription"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="en_LOV_ScientificQualification"
    ListVOName="DegreeVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="ScientificQualification"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="DegreeCode"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="EnglishName"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="ar_LOV_Country"
    ListVOName="CountryVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="Country"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="CountryCode"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="ArabicName"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="en_LOV_Country"
    ListVOName="CountryVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="Country"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="CountryCode"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="EnglishName"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="LOV_PastArbitration"
    ListVOName="YesNoVA"
    ListRangeSize="-1"
    NullValueFlag="none"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="PastArbitration"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="Code"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="Name"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="LOV_PastCooperation"
    ListVOName="YesNoVA"
    ListRangeSize="-1"
    NullValueFlag="none"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="PastCooperation"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="Code"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="Name"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="LOV_FutureCooperation"
    ListVOName="YesNoVA"
    ListRangeSize="-1"
    NullValueFlag="none"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="FutureCooperation"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="Code"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="Name"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ListBinding
    Name="ar_LOV_ScientificQualification"
    ListVOName="DegreeVA"
    ListRangeSize="-1"
    NullValueFlag="start"
    NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="ScientificQualification"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="DegreeCode"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="ArabicName"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <SQLQuery><![CDATA[select 
      nvl(u.full_name,e.arabic_first_name||' '||e.arabic_family_name) as empName,
    (select sc.general_specialty from ta_scientific_certificate sc   where sc.user_id=u.user_id
    group by sc.general_specialty
    Having Max(sc.qualification_kind)>= All (select max(sc1.qualification_kind) from ta_scientific_certificate sc1 where sc1.user_id=u.user_id group by sc1.qualification_kind )  )as general_specialty
    , u.*,ur.default_role,ur.role_1,ur.role_2,ur.role_3,ur.role_4,ur.role_5,ur.role_6,ur.role_7
      from ta_user u,employee e,TA_USER_ROLES ur
    where u.account_enabled='1' and u.emp_id = e.empl_code(+)  and ur.user_id=u.user_id(+)]]></SQLQuery>
    <ViewAttribute
    Name="Empname"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="255"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="EMPNAME"
    Expression="EMPNAME"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.Empname_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="GeneralSpecialty"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="20"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="GENERAL_SPECIALTY"
    Expression="GENERAL_SPECIALTY"
    SQLType="VARCHAR"
    LOVName="ar_LOV_GeneralSpecialty"
    LOVFinder="GeneralSpecialtySwitcher">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="20"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <CONTROLTYPE
    Value="choice"/>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.GeneralSpecialty_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="UserId"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Type="java.lang.Integer"
    ColumnType="NUMBER"
    AliasName="USER_ID"
    Expression="USER_ID"
    SQLType="INTEGER"/>
    <ViewAttribute
    Name="FullName"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="FULL_NAME"
    Expression="FULL_NAME"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.FullName_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="FullNameEn"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="FULL_NAME_EN"
    Expression="FULL_NAME_EN"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.FullNameEn_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="TitleSalutation"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="20"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="TITLE_SALUTATION"
    Expression="TITLE_SALUTATION"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="20"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.TitleSalutation_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="Nationality"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="3"
    Scale="0"
    Type="java.lang.Integer"
    ColumnType="NUMBER"
    AliasName="NATIONALITY"
    Expression="NATIONALITY"
    SQLType="INTEGER"
    LOVName="ar_male_LOV_Nationality"
    LOVFinder="NationalitySwitcher">
    <Properties>
    <SchemaBasedProperties>
    <CONTROLTYPE
    Value="choice"/>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.Nationality_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="Gender"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="1"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="GENDER"
    Expression="GENDER"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.Gender_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="Employer"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="100"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="EMPLOYER"
    Expression="EMPLOYER"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="100"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.Employer_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="CurrentJob"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="CURRENT_JOB"
    Expression="CURRENT_JOB"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.CurrentJob_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="Degree"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="DEGREE"
    Expression="DEGREE"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.Degree_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="Department"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="DEPARTMENT"
    Expression="DEPARTMENT"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.Department_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="ScientificDegree"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="4"
    Scale="0"
    Type="java.lang.Integer"
    ColumnType="NUMBER"
    AliasName="SCIENTIFIC_DEGREE"
    Expression="SCIENTIFIC_DEGREE"
    SQLType="INTEGER"
    LOVName="ar_LOV_ScientificDegree"
    LOVFinder="ScientificDegreeSwitcher">
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.ScientificDegree_LABEL"/>
    <CONTROLTYPE
    Value="choice"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="ScientificQualification"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="20"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="SCIENTIFIC_QUALIFICATION"
    Expression="SCIENTIFIC_QUALIFICATION"
    SQLType="VARCHAR"
    LOVName="ar_LOV_ScientificQualification"
    LOVFinder="ScientificQualificationSwitcher">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="20"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.ScientificQualification_LABEL"/>
    <CONTROLTYPE
    Value="choice"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="Country"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="3"
    Scale="0"
    Type="java.lang.Integer"
    ColumnType="NUMBER"
    AliasName="COUNTRY"
    Expression="COUNTRY"
    SQLType="INTEGER"
    LOVName="ar_LOV_Country"
    LOVFinder="CountrySwitcher">
    <Properties>
    <SchemaBasedProperties>
    <CONTROLTYPE
    Value="choice"/>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.Country_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="City"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="CITY"
    Expression="CITY"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.City_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="ZipCode"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="20"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="ZIP_CODE"
    Expression="ZIP_CODE"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="20"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.ZipCode_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="POBox"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="20"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="P_O_BOX"
    Expression="P_O_BOX"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="20"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.POBox_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="CurrentAddress"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="100"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="CURRENT_ADDRESS"
    Expression="CURRENT_ADDRESS"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="100"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.CurrentAddress_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="WorkPhone"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="WORK_PHONE"
    Expression="WORK_PHONE"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.WorkPhone_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="HomePhone"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="HOME_PHONE"
    Expression="HOME_PHONE"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.HomePhone_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="CellPhone"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="CELL_PHONE"
    Expression="CELL_PHONE"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.CellPhone_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="Fax"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="FAX"
    Expression="FAX"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.Fax_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="PermanentAddress"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="100"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="PERMANENT_ADDRESS"
    Expression="PERMANENT_ADDRESS"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="100"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.PermanentAddress_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="Email"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="EMAIL"
    Expression="EMAIL"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.Email_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="Password"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="PASSWORD"
    Expression="PASSWORD"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    </ViewAttribute>
    <ViewAttribute
    Name="PastArbitration"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="1"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="PAST_ARBITRATION"
    Expression="PAST_ARBITRATION"
    SQLType="VARCHAR"
    LOVName="LOV_PastArbitration">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <CONTROLTYPE
    Value="radio"/>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.PastArbitration_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="PastCooperation"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="1"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="PAST_COOPERATION"
    Expression="PAST_COOPERATION"
    SQLType="VARCHAR"
    LOVName="LOV_PastCooperation">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <CONTROLTYPE
    Value="radio"/>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.PastCooperation_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="FutureCooperation"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="1"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="FUTURE_COOPERATION"
    Expression="FUTURE_COOPERATION"
    SQLType="VARCHAR"
    LOVName="LOV_FutureCooperation">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1"/>
    </DesignTime>
    <Properties>
    <SchemaBasedProperties>
    <CONTROLTYPE
    Value="radio"/>
    <LABEL
    ResId="ta.model.ro.SciQualMgtVO.FutureCooperation_LABEL"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    <ViewAttribute
    Name="EmpId"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="20"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="EMP_ID"
    Expression="EMP_ID"
    SQLType="VARCHAR"
    IsQueriable="false">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="20"/>
    </DesignTime>
    </ViewAttribute>
    <ViewAttribute
    Name="LoginName"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="50"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="LOGIN_NAME"
    Expression="LOGIN_NAME"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50"/>
    </DesignTime>
    </ViewAttribute>

  • Error While Setting Task Display - 11.1.1.4

    Hi,
    I have associated an ADF form with a human task. I can see the task, but the ADF screen doesnt show.
    java.lang.NullPointerException
    at oracle.bpel.services.workflow.client.worklist.util.TaskFlowPropsUtil.
    setTaskDisplayInfo(TaskFlowPropsUtil.java:769)
    at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeploye
    rThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:261)
    at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeploye
    rThread.run(TaskFlowDeployerThread.java:129)
    at java.lang.Thread.run(Thread.java:619)
    <Feb 3, 2011 1:46:24 PM IST> <Warning> <oracle.soa.services.workflow.worklist> <
    BEA-000000> <<.> Error while setting task display, this can happen with app load
    ing issue, trying to load for 11>
    I understand that previous fixes involved setting the adf-config file. I have done this by going into the domain directory... but no joy.
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config">
    <persistence-config>
    <metadata-namespaces>
    <namespace metadata-store-usage="mstore-usage_1" path="/apps"/>
    <namespace metadata-store-usage="mstore-usage_1" path="/deployed-composites"/>
    <namespace metadata-store-usage="mstore-usage_1" path="/soa"/>
    </metadata-namespaces>
    <metadata-store-usages>
    <metadata-store-usage id="mstore-usage_1">
    <metadata-store class-name="oracle.mds.persistence.stores.db.DBMetadataStore">
    <property value="DEV_MDS" name="jdbc-userid"/>
    <property value="welcome1" name="jdbc-password"/>
    <property value="jdbc:oracle:thin:@//localhost:1521/xe" name="jdbc-url"/>
    <property value="soa-infra" name="partition-name"/>
    </metadata-store>
    </metadata-store-usage>
    </metadata-store-usages>
    </persistence-config>
    </mds-config>
    </adf-mds-config>
    This is 11.1.1.4 Soa Suite.
    Thanks and regards.
    Anand

    I had a similar issue, but it was after my application was automatically converted by JDEV from 1.1.1.3.
    Perhaps others have determined how to fix the application and projects after the conversion, but I recreated everything in 1.1.14 and this seems to work.

  • Getting error while setting up Apps Server VM

    Hi All,
    I'm getting couple of errors while setting up the apps VM. I was following the instructions at the link given below, but Im not getting any support from there so thought of posting here...
    http://only4left.jpiwowar.com/2012/12/1hr-ebs-sandbox/
    I'm getting the error while running the command...
    /etc/init.d/oraclevm-template start
    I'm posting content of log file here.... I'm posting the entire file as Im really clueless where the error is caused. Please help me get through this error.
    Started ApplyAppsTier at Wed Dec 25 09:56:26 EST 2013
    Version:
        ApplyAppsTier.java    :     120.4
    # Calling ApplyAppsTechStack...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/driver/regclone.drv
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/adouiweboh.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/ouicli3.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/adlnkweboh.sh
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh to /u01/E-BIZ/inst/apps/VIS_jags/out/adlnkweboh1.sh
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/txkstubcfg1013.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/txkstubcfg10131.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/apachectl_sh_1013_oh.tmp
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl to /u01/E-BIZ/inst/apps/VIS_jags/out/apachectl1
       setting permissions: 700
       setting ownership: oracle:oinstall
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/perl/bin/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_weboh_ohWed Dec 25 09:56:30 2013
    /u01/E-BIZ/apps/tech_st/10.1.3/jdk/bin/java -classpath /u01/E-BIZ/apps/apps_st/comn/clone/jlib/java:/u01/E-BIZ/apps/tech_st/10.1.3/oui/jlib/OraInstaller.jar:/u01/E-BIZ/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/clone/jlib/ojdbc14.jar  oracle.apps.ad.clone.util.OracleHomeCloner  -OUICLI -e /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml -nolink -oaVar s_weboh_oh -homestub weboh -log /u01/E-BIZ/inst/apps/VIS_jags/admin/log/ohclone.log
    NON-COMPLIANT: /u01/E-BIZ/apps/tech_st/10.1.3/oraInst.loc does not point to an inventory inside the current ORACLE_HOME
    Rapid Clone only supports oraInst.loc at that location if its content points to an inventory inside the same ORACLE_HOME
    Please make the necessary changes to the following file:
    /u01/E-BIZ/apps/tech_st/10.1.3/oraInst.loc
    Running OUI CLI home cloning from within OracleHomeCloner:
      /u01/E-BIZ/apps/tech_st/10.1.3/oui/bin/runInstaller  -clone -silent -force -nolink -waitForCompletion -invPtrLoc /u01/E-BIZ/inst/apps/VIS_jags/admin/oraInst.loc session:ORACLE_HOME=/u01/E-BIZ/apps/tech_st/10.1.3 oracle.as.j2ee.top:s_asInstanceName=VIS_WEBOH__u01_E_BIZ_apps_tech_st_10_1_3 oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_WEBOH__u01_E_BIZ_apps_tech_st_10_1_3 -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_weboh_oh with return code: 0Wed Dec 25 09:57:24 2013
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
    script returned:
    adlnkweboh.sh started at Wed Dec 25 09:57:24 EST 2013
    Log file located at /u01/E-BIZ/inst/apps/VIS_jags/logs/ora/10.1.3/install/make_12250957.log
    adlnkweboh.sh completed sucessfully
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/perl/bin/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/adouiweboh.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/ouicli.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/ouicli4.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/adlnkweboh.sh
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh to /u01/E-BIZ/inst/apps/VIS_jags/out/adlnkweboh2.sh
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/txkstubcfg1013.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/clone/txkstubcfg1013.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/txkstubcfg10132.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/template/apachectl_sh_1013_oh.tmp
       dest   : /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl
       backup : /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/bin/apachectl to /u01/E-BIZ/inst/apps/VIS_jags/out/apachectl2
       setting permissions: 700
       setting ownership: oracle:oinstall
    Completed home registration for s_weboh_oh
    Executing home registration for s_tools_oh...
    Registering using Registration Driver
    /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/driver/regclone.drv
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/adouitools.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/ouicli5.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/adlnktools.sh
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh to /u01/E-BIZ/inst/apps/VIS_jags/out/adlnktools1.sh
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/txkstubcfg1012.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/txkstubcfg10121.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/ftrace_cfg_1012.tmp
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/forms/server/ftrace.cfg
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/forms/server/ftrace.cfg to /u01/E-BIZ/inst/apps/VIS_jags/out/ftrace1.cfg
       setting permissions: 700
       setting ownership: oracle:oinstall
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/perl/bin/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_tools_ohWed Dec 25 09:57:50 2013
    /u01/E-BIZ/apps/tech_st/10.1.3/jdk/bin/java -classpath /u01/E-BIZ/apps/apps_st/comn/clone/jlib/java:/u01/E-BIZ/apps/tech_st/10.1.2/oui/jlib/OraInstaller.jar:/u01/E-BIZ/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/clone/jlib/ojdbc14.jar  oracle.apps.ad.clone.util.OracleHomeCloner  -OUICLI -e /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml -nolink -oaVar s_tools_oh -homestub tools -log /u01/E-BIZ/inst/apps/VIS_jags/admin/log/ohclone.log
    NON-COMPLIANT: /u01/E-BIZ/apps/tech_st/10.1.2/oraInst.loc does not point to an inventory inside the current ORACLE_HOME
    Rapid Clone only supports oraInst.loc at that location if its content points to an inventory inside the same ORACLE_HOME
    Please make the necessary changes to the following file:
    /u01/E-BIZ/apps/tech_st/10.1.2/oraInst.loc
    Running OUI CLI home cloning from within OracleHomeCloner:
      /u01/E-BIZ/apps/tech_st/10.1.2/oui/bin/runInstaller -debug -clone -silent -force -nolink -waitForCompletion -invPtrLoc /u01/E-BIZ/inst/apps/VIS_jags/admin/oraInst.loc session:ORACLE_HOME=/u01/E-BIZ/apps/tech_st/10.1.2 oracle.as.j2ee.top:s_asInstanceName=VIS_TOOLS__u01_E_BIZ_apps_tech_st_10_1_2 oracle.as.j2ee.top:s_adminName=ias_admin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_TOOLS__u01_E_BIZ_apps_tech_st_10_1_2 -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_tools_oh with return code: 0Wed Dec 25 09:58:24 2013
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh
    script returned:
    adlnktools.sh started at Wed Dec 25 09:58:24 EST 2013
    Log file located at /u01/E-BIZ/inst/apps/VIS_jags/logs/ora/10.1.2/install/make_12250958.log
    Error while running adlnktools.sh.
      return code = .46
    Please check logfile located at /u01/E-BIZ/inst/apps/VIS_jags/logs/ora/10.1.2/install/make_12250958.log
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/E-BIZ/apps/tech_st/10.1.3/perl/bin/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl -I /u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/adouitools.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/ouicli.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/ouicli6.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/adlnktools.sh
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/adlnktools.sh to /u01/E-BIZ/inst/apps/VIS_jags/out/adlnktools2.sh
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/txkstubcfg1012.pl
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/clone/txkstubcfg1012.pl to /u01/E-BIZ/inst/apps/VIS_jags/out/txkstubcfg10122.pl
       setting permissions: 700
       setting ownership: oracle:oinstall
    instantiate file:
       source : /u01/E-BIZ/apps/tech_st/10.1.2/appsutil/template/ftrace_cfg_1012.tmp
       dest   : /u01/E-BIZ/apps/tech_st/10.1.2/forms/server/ftrace.cfg
       backup : /u01/E-BIZ/apps/tech_st/10.1.2/forms/server/ftrace.cfg to /u01/E-BIZ/inst/apps/VIS_jags/out/ftrace2.cfg
       setting permissions: 700
       setting ownership: oracle:oinstall
    Completed home registration for s_tools_oh
    Completed home registration.
    Skipping AutoConfig execution. AutoConfig will be run as a part of ApplyAppltop
    ApplyApplTechStack Completed Successfully.
    # Calling ApplyApplTop...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Skipping prodsetup driver processing; driver file not found at: /u01/E-BIZ/apps/apps_st/comn/clone//apps/driver/jags_prodsetup.drv
    Executing runAutoConfig...
    Deleting files of type INSTALL
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/icx/12.0.0/admin/driver/icxtmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/msc/12.0.0/admin/driver/msctmpl.drv
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/scripts/msc/mscmatlab.sh
    File exists
    File deleted
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ieo/12.0.0/admin/driver/ieotmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/bis/12.0.0/admin/driver/bistmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ams/12.0.0/admin/driver/amstmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/cct/12.0.0/admin/driver/ccttmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/wsh/12.0.0/admin/driver/wshtmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/cln/12.0.0/admin/driver/clntmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/oke/12.0.0/admin/driver/oketmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/okl/12.0.0/admin/driver/okltmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/oks/12.0.0/admin/driver/okstmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/csf/12.0.0/admin/driver/csftmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/igs/12.0.0/admin/driver/igstmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/iby/12.0.0/admin/driver/ibytmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/jtf/12.0.0/admin/driver/jtftmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/mwa/12.0.0/admin/driver/mwatmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/cn/12.0.0/admin/driver/cntmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/csi/12.0.0/admin/driver/csitmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/wip/12.0.0/admin/driver/wiptmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/fnd/12.0.0/admin/driver/fndtmpl.drv
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/Apache/Apache/conf/url_fw_ws.conf
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/Apache/Apache/conf/custom.conf
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/j2ee/oafm/config/mapViewerConfig.xml
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.2/network/admin/tnsnames.ora
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/network/admin/tnsnames.ora
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/admk80ln.sql
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/admk80ln.sh
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/txkWfClone.sh
    File exists
    File deleted
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/cse/12.0.0/admin/driver/csetmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/eam/12.0.0/admin/driver/eamtmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/fte/12.0.0/admin/driver/ftetmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/driver/adtmpl.drv
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/txkConfigAppsOcm.pl
    File exists
    File deleted
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/Apache/Apache/conf/url_fw_ws.conf
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/Apache/Apache/conf/custom.conf
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/j2ee/oafm/config/mapViewerConfig.xml
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.2/network/admin/tnsnames.ora
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/ora/10.1.3/network/admin/tnsnames.ora
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/admk80ln.sql
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/admk80ln.sh
    Checking for file: /u01/E-BIZ/inst/apps/VIS_jags/admin/install/txkWfClone.sh
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ont/12.0.0/admin/driver/onttmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ar/12.0.0/admin/driver/artmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ahl/12.0.0/admin/driver/ahltmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ozf/12.0.0/admin/driver/ozftmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/ies/12.0.0/admin/driver/iestmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/csd/12.0.0/admin/driver/csdtmpl.drv
    Processing driver file: /u01/E-BIZ/apps/apps_st/appl/igc/12.0.0/admin/driver/igctmpl.drv
    Starting CVM.....
        Using Context file          : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
          /u01/E-BIZ/inst/apps/VIS_jags/admin/out/12250959/VIS_jags.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
       Database connection     : Failed
       OAM Context editing support feature: Unverified
       OAM Customization support feature  : Unverified
       File system template    : /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
       Checking for customizations to Context template
       Warning: Unable to connect to Database.
               If the system is OAM enabled, this may result in loss of customizations.
       Looking for custom template at : /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp
       Custom template         : Not Available
       Customizations found    : None
       File system Context file :/u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
       Checking the Context file for possible updates from the Database
       Warning: Unable to connect to Database.
               If the system is OAM enabled, this may result in loss of customizations and the Context files in DataBase and in the file system may be unsynchronized
    ===========================================================================
    Starting Updates of Context file Wed Dec 25 09:59:56 EST 2013
          found context version     : 120.271.12010000.36
          available update version  : 120.271.12010000.36
    No updates to apply
    Ending Updates of Context file
    ===========================================================================
    ===========================================================================
    Config Tool CVMHelper started at Wed Dec 25 09:59:56 EST 2013
    ===========================================================================
    Updating local context file variables for Middle Tier
    Checking file /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/adgendbc_ux.sh
    FND_SECURE: /u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure
    DBC FILE NAME: VIS
    File exists, getting the version
    Version: 120.8.12010000.6
    No updates to s_fnd_secure needed
    Writing Context File back to File System
    Context file updated
    Making database connection using DBUtil
                       ADX Database Utility                       
    getConnectionUsingAppsJDBCConnector() -->
        APPS_JDBC_URL=''
        Trying to get connection using SID based connect descriptor
    getConnection() -->
        sDbHost    : jagdish
        sDbDomain  : oracle.com
        sDbPort    : 1563
        sDbSid     : VIS
        sDbUser    : APPS
        Trying to connect using SID...
    getConnectionUsingSID() -->
        JDBC URL: jdbc:oracle:thin:@jagdish.oracle.com:1563:VIS
        Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
        Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
        JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jagdish.oracle.com)(PORT=1563))(CONNECT_DATA=(SERVICE_NAME=VIS)))
        Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
        Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
        JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jagdish.oracle.com)(PORT=1563))(CONNECT_DATA=(SERVICE_NAME=VIS.oracle.com)))
        Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jagdish.oracle.com)(PORT=1563))(CONNECT_DATA=(SERVICE_NAME=VIS.oracle.com)))
        Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    Exception occurred while preseeding variables in the context file: java.sql.SQLException: Could not get connection to the database
    StackTrace:
    java.sql.SQLException: Could not get connection to the database
        at oracle.apps.ad.tools.configuration.CVMHelper.processNewContextFile(CVMHelper.java:875)
        at oracle.apps.ad.context.CtxValueMgt.preSeed2Ctx(CtxValueMgt.java:1825)
        at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:1620)
        at oracle.apps.ad.clone.ApplyApplTop.runCVM(ApplyApplTop.java:510)
        at oracle.apps.ad.clone.ApplyApplTop.runAutoConfig(ApplyApplTop.java:552)
        at oracle.apps.ad.clone.ApplyApplTop.doConf(ApplyApplTop.java:339)
        at oracle.apps.ad.clone.ApplyApplTop.doApply(ApplyApplTop.java:382)
        at oracle.apps.ad.clone.ApplyApplTop.<init>(ApplyApplTop.java:267)
        at oracle.apps.ad.clone.ApplyAppsTier.<init>(ApplyAppsTier.java:105)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
        at java.lang.Thread.run(Thread.java:619)
    ===========================================================================
    Starting synchronization of product tops at Wed Dec 25 09:59:56 EST 2013
       Contextfile             : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
       Topfile                 : /u01/E-BIZ/apps/apps_st/appl/admin/topfile.txt
    Verifying system requirements:
       ContextFile             : VALID
       TopFile                 : VALID
    Updating the Contextfile:
    [ s_blctop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/blc/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/blc/12.0.0
    [ s_ipdtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/ipd/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/ipd/12.0.0
    [ s_rhxtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/rhx/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/rhx/12.0.0
    [ s_ozstop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/ozs/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/ozs/12.0.0
    [ s_ozptop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/ozp/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/ozp/12.0.0
    [ s_zsatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/zsa/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/zsa/12.0.0
    [ s_jtstop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/jts/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/jts/12.0.0
    [ s_ibatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/iba/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/iba/12.0.0
    [ s_zfatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/zfa/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/zfa/12.0.0
    [ s_abmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/abm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/abm/12.0.0
    [ s_imttop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/imt/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/imt/12.0.0
    [ s_eaatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/eaa/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/eaa/12.0.0
    [ s_vehtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/veh/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/veh/12.0.0
    [ s_amftop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/amf/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/amf/12.0.0
    [ s_okrtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/okr/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/okr/12.0.0
    [ s_okotop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/oko/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/oko/12.0.0
    [ s_okbtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/okb/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/okb/12.0.0
    [ s_rcmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/rcm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/rcm/12.0.0
    [ s_xnstop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/xns/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/xns/12.0.0
    [ s_fpttop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/fpt/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/fpt/12.0.0
    [ s_xnmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/xnm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/xnm/12.0.0
    [ s_xnitop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/xni/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/xni/12.0.0
    [ s_xnctop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/xnc/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/xnc/12.0.0
    [ s_evmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/evm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/evm/12.0.0
    [ s_cuntop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/cun/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/cun/12.0.0
    [ s_cuetop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/cue/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/cue/12.0.0
    [ s_ahmtop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/ahm/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/ahm/12.0.0
    [ s_metop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/me/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/me/12.0.0
    [ s_rlatop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/rla/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/rla/12.0.0
    [ s_csstop ]
       Action                  : Add the Product
       Path for Model          : /u01/E-BIZ/apps/apps_st/appl/css/12.0.0
       Path in Contextfile     : /u01/E-BIZ/apps/apps_st/appl/css/12.0.0
    Synchronization of product tops successful
    ===========================================================================
    ===========================================================================
    Starting synchronization of product tops at Wed Dec 25 09:59:57 EST 2013
       Contextfile             : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
       Topfile                 : /u01/E-BIZ/apps/apps_st/appl/admin/topfile.txt
    Verifying system requirements:
       ContextFile             : VALID
       TopFile                 : VALID
    No updates to Contextfile for Product Tops needed
    Synchronization of product tops successful
    ===========================================================================
    ===========================================================================
    Starting location of IANA character set
    [s_iana_cset]
        IANA Charset obtained from Database    : null
        IANA Charset present in Context file   : UTF-8
        IANA Charset based on APPL_TOP char set: UTF-8
        IANA Charset decided for Context file  : UTF-8
        Action taken : None, since the correct value exists in the Context file
    ===========================================================================
    ===========================================================================
    Starting Context Value Management System at Wed Dec 25 09:59:57 EST 2013
    Using version 120.13.12010000.3
    Options:
       Force               : no
       Contextfile         : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
       Templatefile        : /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
       ValueUpdateFile     : /u01/E-BIZ/apps/apps_st/appl/ad/12.0.0/admin/template/adcvmat.xml
    Verifying value management system requirements:
       ContextFile         : VALID
       Template File       : VALID
       ValueUpdateFile     : VALID
    Parsing the ValueUpdateFile
    [ s_contextfile ]
       Action             : seed
       Change reason      : Setting the location to what has been specified by user
       New value          : /u01/E-BIZ/inst/apps/VIS_jags/appl/admin/VIS_jags.xml
    [ s_javamailer_imap_user ]
       Action             : askUser
       Change reason      : These values will be used for the Java-based Workflow Mailer utility.
       Expected value     : changeOnJavaMailerInstall
       Found value        : NoImapUser
       INFO               : Customer has already set a value - skipping
    [ s_javamailer_reply_to ]
       Action             : askUser
       Change reason      : These values will be used for the Java-based Workflow Mailer utility.
       Expected value     : changeOnJavaMailerInstall
       Found value        : NoReplyTo
       INFO               : Customer has already set a value - skipping
    [ s_javamailer_imaphost ]
       Action             : askUser
       Change reason      : These values will be used for the Java-based Workflow Mailer utility.
       Expected value     : changeOnJavaMailerInstall
       Found value        : NoImapHost
       INFO               : Customer has already set a value - skipping
    [ s_javamailer_imapdomainname ]
       Action             : askUser
       Change reason      : These values will be used for the Java-based Workflow Mailer utility.
       Expected value     : changeOnJavaMailerInstall
       Found value        : NoImapDomain
       INFO               : Customer has already set a value - skipping
    [ s_ohs_serveradmin ]
       Action             : askUser
       Change reason      : This value will be used for OHS Administator email address.
       Expected value     : changeOnOHSInstall
       Found value        : [email protected]
       INFO               : Customer has already set a value - skipping
    [ s_perl5lib ]
       Action             : translate
       Change reason      : Removal of hard-coded value in the templates.
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl:/u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/E-BIZ/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/E-BIZ/apps/apps_st/appl/au/12.0.0/perl:/u01/E-BIZ/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_tools_oranls ]
       Action             : translate
       Change reason      : ORA_NLS10 needs to point to the correct location.
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.2/ocommon/nls/admin/data]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.2/nls/data/9idata
       New value          : /u01/E-BIZ/apps/tech_st/10.1.2/nls/data/9idata
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_cmanport ]
       Action             : translate
       Change reason      : Removing hardcoded value of s_cmanport to use s_dbport instead
       Expected value     : [1521]
       Found value        : 1563
       New value          : 1563
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_tools_ldlib ]
       Action             : translate
       Change reason      : To support the third-party libraries in $SHT_TOP/lib
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.2/lib32:/u01/E-BIZ/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.2/lib32:/u01/E-BIZ/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/E-BIZ/apps/apps_st/appl/sht/12.0.0/lib
       New value          : /u01/E-BIZ/apps/tech_st/10.1.2/lib32:/u01/E-BIZ/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/E-BIZ/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/E-BIZ/apps/apps_st/appl/sht/12.0.0/lib
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_oacore_ld_lib_path ]
       Action             : translate
       Change reason      : To support the usage of third-party libraries in $SHT_TOP/lib by the Java Concurrent Programs
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/lib32:/u01/E-BIZ/apps/tech_st/10.1.3/lib:/u01/E-BIZ/apps/apps_st/appl/cz/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/iby/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/pon/12.0.0/bin]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/lib32:/u01/E-BIZ/apps/tech_st/10.1.3/lib:/u01/E-BIZ/apps/apps_st/appl/cz/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/iby/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/pon/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/sht/12.0.0/lib
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/lib32:/u01/E-BIZ/apps/tech_st/10.1.3/lib:/u01/E-BIZ/apps/apps_st/appl/cz/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/iby/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/pon/12.0.0/bin:/u01/E-BIZ/apps/apps_st/appl/sht/12.0.0/lib
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jto_debug_string ]
       Action             : translate
       Change reason      : To reduce the default level of logging for the Fulfillment Server
       Expected value     : [full]
       Found value        : off
       New value          : off
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jto_log_level ]
       Action             : translate
       Change reason      : To reduce the default level of logging for the Fulfillment Server
       Expected value     : [9]
       Found value        : 1
       New value          : 1
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jtffstart ]
       Action             : translate
       Change reason      : To prevent the content of the DBC file from being written into the Fulfillment Server log file
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jtffstart ]
       Action             : translate
       Change reason      : To prevent the content of the DBC file from being written into the Fulfillment Server log file
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=full -Dengine.LogLevel=9 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jtffstart ]
       Action             : translate
       Change reason      : To prevent the content of the DBC file from being written into the Fulfillment Server log file
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=full -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt]
       Found value        : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       New value          : /u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPromptEnabled=false -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.dbc -Dengine.ServerID=5000 -Ddebug=off -Dengine.LogLevel=1 -Dlog.ShowWarnings=false -Dengine.FaxEnabler=oracle.apps.jtf.fm.engine.rightfax.RfFaxEnablerImpl -Dengine.PrintEnabler=oracle.apps.jtf.fm.engine.rightfax.RfPrintEnablerImpl -Dfax.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dprint.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.ServerInstanceID=5000 -DTurnOffLowPriorityMonitor=no -Dengine.MaxBatchThreads=12 oracle.apps.jtf.fm.FulfillmentServer >> /u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log/jtffmctl.txt
       Check Condition    : Unconditional
       INFO               : Customer has the new value already in place - skipping
    [ s_jtffstart ]
       Action             : translate
       Change reason      : To prevent the content of the DBC file from being written into the Fulfillment Server log file
       Expected value     : [/u01/E-BIZ/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java -ms128m -mx256m -classpath .:/u01/E-BIZ/apps/apps_st/comn/java/lib/jdbc6.zip:/u01/E-BIZ/apps/apps_st/comn/java/lib/orai18n.zip:/u01/E-BIZ/apps/tech_st/10.1.3/lib/xmlparserv2.jar:/u01/E-BIZ/apps/apps_st/comn/java/classes:/u01/E-BIZ/apps/apps_st/comn/java/classes/3rdparty/RFJavaInt.zip::/u01/E-BIZ/apps/apps_st/comn/java/lib/appsborg2.zip -Dengine.LogPath=/u01/E-BIZ/inst/apps/VIS_jags/logs/appl/admin/log -Dengine.TempDir=/u01/E-BIZ/inst/apps/VIS_jags/temp -Dengine.CommandPort=9342 -Dengine.AOLJ.config=/u01/E-BIZ/inst/apps/VIS_jags/appl/fnd/12.0.0/secure/VIS.

    Please paste the log file of
    /u01/E-BIZ/inst/apps/VIS_jags/admin/log/ApplyAppsTier_12250956.log
    Also check
    Troubleshooting RapidClone issues with Oracle Applications R12 (Doc ID 603104.1)

  • How to set dynamic table name in sql query?

    I want set dynamic table name by parameter in sql query,just like:
    select * from :tbname
    but run report is error,BI P report table name is invalidation.
    What can i do? Thanks!

    Hi,
    that's only possible inside a data template with a lexical parameter.
    Regards
    Rainer

  • Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI

    Hi, PI experts.
    When refreshing XI cache I get following error:
    <b>“Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI.”</b>
    Status of XI Runtime Cache is
    <b>Unable to refresh cache contents
    Error during last attempt to refresh cache</b>
    When starting cache delta refresh I get an error <b>OBJECTS_OBJREF_NOT_ASSIGNED</b>
    HTTP-destination INTEGRATION_DIRECTORY_HMI works correct (gives an error 500)
    In Cache Connectivity Test - Java IS and Adapter Engine are green and ABAP IS is yellow giving message “Attempt to fetch cache data from Integration Directory not yet started or still in process”
    I also read forum threads:
    sxi_cache
    Error while refreshing the XI runtime cache
    and “How To Handle XPI Caches in SAP NetWeaver 04s” but didn’t find there a solution
    Can anybody give me an advice how to solve this problem

    Hi
    You please check the INTEGRATION_DIRECTORY_HMI in SM59.
    Check the following fields:
    Target host:host name of xi
    Service No:xxxxx(ex:53000)
    Path Prefix:/dir/hmi_cache_refresh_service/ext
    make sure the service no is not Java port.
    Logon credentials:
    User:XIISUSER

  • JMS Adapter Destination Name value

    Hi
    I am trying to connect to a WLS remote distributed queue using the JMS Adapter but I am struggling to find the correct format for the destination name property as each time it gives various JMSExceptions stating that it cannot find the queue. Below is the .jca properties
    <connection-factory location="eis/wls/Queue" UIConnectionName="OSB_Test" UIJmsProvider="WLSJMS" adapterRef=""/>
    <endpoint-activation portType="Consume_Message_ptt" operation="Consume_Message">
    <activation-spec className="oracle.tip.adapter.jms.inbound.JmsConsumeActivationSpec">
    <property name="DestinationName" value="jndiEmployeeDQ"/>
    <property name="UseMessageListener" value="false"/>
    <property name="PayloadType" value="TextMessage"/>
    </activation-spec>
    </endpoint-activation>
    I have also set the factory properties of the outbound connection pool as follows
    java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory; java.naming.provider.url= t3://<remote-hostname>:<port>;java.naming.security.principal= <username>;java.naming.security.credentials=<password>
    Below is the message I am receiving
    <01-Feb-2011 11:35:32 o'clock GMT> <Warning> <oracle.soa.adapter> <BEA-000000> <JMSAdapter TestEmployeeQueueA
    BINDING.JCA-12135
    ERRJMS_ERR_CR_QUEUE_CONS.
    ERRJMS_ERR_CR_QUEUE_CONS.
    Unable to create Queue consumer due to JMSException.
    Please examine the log file to determine the problem.
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:620)
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:497)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:342)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:913)
         at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:862)
         at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:163)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: weblogic.jms.common.JMSException: [JMSExceptions:045101]The destination name passed to createTopic or createQueue "jndiEmployeeDQ" is invalid. If the destination name does not contain a "/" character then it must be the name of a distributed destination that is available in the cluster to which the client is attached. If it does contain a "/" character then the string before the "/" must be the name of a JMSServer or a ".". The string after the "/" is the name of a the desired destination. If the "./" version of the string is used then any destination with the given name on the local WLS server will be returned.
         at weblogic.jms.dispatcher.DispatcherAdapter.convertToJMSExceptionAndThrow(DispatcherAdapter.java:110)
         at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncNoTran(DispatcherAdapter.java:61)
         at weblogic.jms.client.JMSSession.createDestination(JMSSession.java:3192)
         at weblogic.jms.client.JMSSession.createQueue(JMSSession.java:2577)
         at weblogic.jms.client.WLSessionImpl.createQueue(WLSessionImpl.java:938)
         at oracle.tip.adapter.jms.JMS.JMSDestination.getQueue(JMSDestination.java:83)
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:605)
         ... 8 more
    Has anyone encountered this problem before?
    Damien

    Could you connect to same destination using any other client (like java). I think issue is either in the queue deployment or in the connection pool configuration at your side. Make sure that queue is available (by connecting to same queue using any other client) and cross check you connection pool configuration.
    Let us know the version of products you are using and connecting to.
    Regards,
    Anuj

Maybe you are looking for