QueueConnectionFactory jndi not found

I want to sent a message from a client to a MDB,
          but uo to now without much success.
          I get error like : JNDI name not known etc.
          Who knows some examples about setting up the MDB, the Client
          and the configuration of the WebLogic (8.1) part ?
          (I guess this is: QueueConnectionFactory, JMS Server, Queue)
          kind regs.
          Harry van Rijn

did you add this name to your QueueConnection factory first?

Similar Messages

  • JNDI not found deploy bpel in cluster

    Hi I have this problem:
    I install BPEL CLuster in two hosts: mtier01 and mtier02 and I have a lbr (balancer) in front of this servers (mtier01 and 02).
    I deploy bpel using bpel console and I get a error:
    JNDI not found.
    I read log: log.xml of bpel, and it tell me:
    port request of opmn not open of lbr, i need change configuration of host and port opmn for mtier01 and mtier02 (it is open in this hosts).
    I don´t now why bpel or OC4J_SOA need port opmn of lbr01 (not safe, i can´t open).
    If i use ANT i tell which host and port need for deploy.
    * j2ee.hostname
    *opmn.requestport
    *http.hostaname
    What can i do in the configuration of bpel for resolve tis problem?
    Thanks.
    Maximiliano

    How i you installe the cluster, followed the documentation?
    http://download.oracle.com/docs/cd/B31017_01/core.1013/b28941/soa.htm
    Marc

  • JNDI not found when trying to communicate from websphere to weblogic server

    Hi,
    we have a J2EE application in which the client is a standalone program or may reside in any of the application server. But our EJB component is deployed in the weblogic server.
    Earlier the client program which contacts the EJB is a standalone program and it uses the weblogic initial context factory and t3 protocol and we will have the weblogic.jar in the classpath.
    but there is a new requirement as our new client is in websphere and it has to contact the weblogic server through IIOP protocol and websphere initial context factory. Please let me know what i need to do?
    Since iam new to websphere and i am having no clue to establish the communication. I tried to use both IIOP protocol and wesphere initial context factory.but still i get exception as the JNDI name not found.
    Guidance is appreciated.
    Thanx in advance.

    To be in same page, iam running the client program using the IBM jre and using all the websphere client jars set in classpath. This program conatins intial context factory as "com.ibm.websphere.naming.WsnInitialContextFactory" and provider url as "iiop://hostname:portnumber" it contacts the EJB bean method which is hosted on the weblogic server on the "hostname" machine. When it tries to contact i get the errror as
         "javax.naming.NameNotFoundException: Context: , name: java.iecc.env.ejb.elf.client_new(My JNDI name): First component in name java.iecc.env.ejb.elf.client_new not found. [Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]"

  • Getting JNDI not found on MySql/Tomcat

    Has anyone gotten ADF to work with MySql/Tomcat? I think I finially have the app working in Tomcat but now I'm getting an error with my pool/JNDI lookup. At the tomcat console I get this;
    SEVERE: Null component Catalina:type=DataSource,path=/ediweb,host=localhost,class=javax.sql.DataSource,name="jdbc/ediconnDS"
    It looks like it can't even create a connection to MySql. My app has a context.xml in the META-INF like this;
    <Context>
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
    <ResourceLink global="jdbc/ediconnDS" name="jdbc/ediconnDS" type="javax.sql.DataSource" />
    </Context>
    And in my server.xml I have this;
    <Resource name="jdbc/ediconnDB" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="root" password="password" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/freightedi"/>
    In my web.xml I have this resource-ref;
    <resource-ref>
    <description>DB Connection</description>
    <res-ref-name>jdbc/ediconnDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    I've tried putting the resource in the context.xml... all kinds of stuff, to no avail.
    I tested these connection parameters in Squirrel SQL (java jdbc based SQL tool) and it works?!
    Please help :(
    Edited by: user10419690 on Apr 15, 2009 8:51 AM

    Tomcat isn't giving any errors on boot and I have the MySql JDBC resource in it;
    in the server.xml;
         <Resource name="jdbc/ediconnDB" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="root" password="Slgedi01" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/freightedi?autoReconnect=true;ultraDevHack=true;capitalizeTypeNames=true;pedantic=true"/>
    in my web.xml
    <resource-ref>
    <description>MySql Connection</description>
    <res-ref-name>jdbc/ediconnDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    in my context.xml
    <?xml version="1.0" encoding="utf-8" ?>
    <Context>
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
    <ResourceLink global="jdbc/ediconnDS" name="jdbc/ediconnDS" type="javax.sql.DataSource" />
    </Context>
    The tomcat console says;
    WARNING: ADFc: JNDI failure. Unable to lookup Data Source at context java:comp/env/jdbc/ediconnDS
    oracle.jbo.DMLException: JBO-27200: JNDI failure. Unable to lookup Data Source at context java:comp/env/jdbc/ediconnDS
    at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1557)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:272)
    The ADF Gui on the web page says;
    Messages for this page are listed below.
    JNDI failure. Unable to lookup Data Source at context java:comp/env/jdbc/ediconnDS
    Name ediconnDS is not bound in this Context
    Unexpected exception caught: java.lang.NullPointerException, msg=null
    Anything?

  • Javax.naming.NameNotFoundException: jms/QueueConnectionFactory not found

    Hi,
    I wrote a Java JMS client that connect to Oracle9iAs 9.0.2.1
    using OC4J 9.0.3.
    I got the error javax.naming.NameNotFoundException: jms/QueueConnectionFactory not found?
    first I'm a bit confused about which rmi port to use to connect
    to Oracle9ias, I found there is 7 ports open from 3101 to 3107?
    How could I I know which port my OC4J_Home is using??
    thanks
    Ahmed

    thanks for your help, I know now that i'm connecting to the right port, however, i'm still getting the error message
    error javax.naming.NameNotFoundException: jms/QueueConnectionFactory not found?
    note that i'm not getting such message on OC4J standalone.
    I know that Oracle donestn't recommend the use of ligth
    JMS only AQ, becouse light oracle JMS have some bugs,
    is this one of the bugs?
    any body have a idea what could be the probelm?
    Ahmed

  • JMS Destination object not found

    Hi everyone,
    I have a weird problem with SunONE Message Queue 3.
    I have a queue and a connection factory defined (using the SunONE Application Server 7 Admin Console) as well as a physical resource.
    I can verify their existance using asadmin....
    asadmin>list-jmsdest -u admin server1
    queue_1 queue {}
    asadmin>list-jms-resources -u admin server1
    jms/newqueue_1
    jms/newQCF_1
    When I attempt to deploy a message driven EJB I get the following error
    SEVERE ( 1484): javax.naming.InvalidNameException: JMS Destination object not found:`jms/newqueue_1`
    This question has already been asked on the App Server board here http://swforum.sun.com/jive/thread.jspa?threadID=15517&tstart=0 (that post is nine months old btw).
    I am posting this here in the hope that someone more familiar with MQ3 may have an idea of how to help us.
    Thanks in advance.

    I have now solved this problem. External JNDI resources are required in the AppServer.
    They can be created with the following commands:
    asadmin>create-jndi-resource jndilookupname jms/newQCF_1 resourcetype javax.jms.QueueConnectionFactory factoryclass com.sun.jndi.fscontext.RefFSContextFactory enabled=true --property java.naming.provider.url=file\:///c\:/java/mqjndi:java.naming.security.authentication=none newQCF_1
    asadmin>create-jndi-resource jndilookupname jms/queue_1 resourcetype javax.jms.Queue factoryclass com.sun.jndi.fscontext.RefFSContextFactory enabled=true --property java.naming.provider.url=file\:///c\:/java/mqjndi newqueue_1
    Both these commands assume that the file system context is being used however the LDAP commands are similar (just more properties).
    This step, which seems vital, is missing from the AppServer documentation (in fact it specifically states that this step is not necessary). The irony is that I found the answer in the IBM MQ documentation!

  • 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

  • Error: "Item Not Found"  in SR1 KMSP9 installation

    Hi all,
         We have installed SR1 KM SP9.But, we are getting the following error in <i>Content Administration > KM Content</i>::
    <b>Item not found
    The item you are attempting to access is not available. Check that the name or link is correct. You might also check whether the associated repository is currently accessible. </b>
    We get the following error in the News iView (in <i>Home > Company</i>)::
    <b>Item not found
    /documents/News
    The item you are attempting to access is not available. Check that the name or link is correct. You might also check whether the associated repository is currently accessible. </b>
    I have seen the thread <b>EP60 SR1 + KM problems - Content management not working> and i have searched the note <b>813144</b>.
    The note says that::
    The page and iviews have been moved to the following place accordingly:
    portal_content/com.sap.pct/every_user/general/pages/com.sap.km.pages/ com.sap.netweaver.bc.uwl.uwl_page
    portal_content/com.sap.pct/every_user/general/iViews/ com.sap.netweaver.bc.uwl.iviews/com.sap.netweaver.bc.uwl.uwl_iview
    portal_content/com.sap.pct/every_user/general/iViews/com.sap.km.iviews/ com.sap.km.NewsBrowser
    portal_content/com.sap.pct/every_user/general/iViews/com.sap.km.iviews/ com.sap.km.Favorites
    portal_content/com.sap.pct/every_user/general/iViews/com.sap.km.iviews/ com.sap.km.LinkList
    Please modify the link to the shared page and iviews.
    I have checked the pcd Location of News iView. it is "pcd:portal_content/com.sap.pct/every_user/general/iViews/com.sap.km.iviews/com.sap.km.NewsBrowser" only. How come the News iView has the error mentioned above then??
    All other pages and iViews mentioned above have the respective pcd Locations.
    Can anyone please help me???
    Waiting for your reply.
    <b>
    Regards,
    Ranjith.</b>

    Hi Dimitry,
    Thanks for the reply.
    I checked the log file you had mentioned. It shows that the following services are being loaded :
    <b>com.sap.km.application
    com.sap.km.cm.command
    com.sap.km.cm.main
    com.sap.km.cm.protocols.ice
    com.sap.km.cm.protocols.webdav
    com.sap.km.cm.repository.filter
    com.sap.km.cm.repository.manager
    com.sap.km.cm.repository.service
    com.sap.km.cm.repository.service.base
    com.sap.km.cm.repository.security
    com.sap.km.cm.repository.service
    com.sap.km.cm.repository.service.base
    com.sap.km.cm.repository.ui
    com.sap.km.cm.repository.ui.flex
    com.sap.km.xmlfoms
    com.sap.km.common.resourcebundle
    com.sap.km.trex.ui</b>
    I think the required services are loaded, right. So what could be the problem?
    The following is the log::
    #1.5#000F1FB3D5CE0041000001AD00000C7C0003FCDC5D2E355F#1122448316447#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading services:#
    #1.5#000F1FB3D5CE0041000001AE00000C7C0003FCDC5D2E361B#1122448316447#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.ip.bi.broadcasting|broadcasting#
    #1.5#000F1FB3D5CE0041000001AF00000C7C0003FCDC5D3ED01D#1122448317538#/System/Server#sap.com/irj#com.sap.ip.bi.webapplications#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.ip.bi.webapplications#Plain###Service com.sap.ip.bi.portallogger.loggerservice has been initialized successfully#
    #1.5#000F1FB3D5CE0041000001B100000C7C0003FCDC5D4443F0#1122448317899#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.ip.bi.broadcasting|broadcasting_users#
    #1.5#000F1FB3D5CE0041000001B200000C7C0003FCDC5D45295F#1122448317949#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.ip.bi.broadcasting|online_link#
    #1.5#000F1FB3D5CE0041000001B300000C7C0003FCDC5D45E2B0#1122448317999#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.ip.bi.portallogger|loggerservice#
    #1.5#000F1FB3D5CE0041000001B400000C7C0003FCDC5D45E379#1122448317999#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.ip.bi.portalnavigation|binavigationservice#
    #1.5#000F1FB3D5CE0041000001B500000C7C0003FCDC5D4EED1B#1122448318590#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.ip.bi.portalnavigation|binavigationrfcservice#
    #1.5#000F1FB3D5CE0041000001B600000C7C0003FCDC5D4F26D4#1122448318610#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.ip.bi.portalrfctest|biportalrfctest#
    #1.5#000F1FB3D5CE0041000001B700000C7C0003FCDC5D58D772#1122448319241#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.ip.bi.portalrfctest|filebrowserrfcservice#
    #1.5#000F1FB3D5CE0041000001B800000C7C0003FCDC5D591CEB#1122448319261#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.ip.bi.repositorymanager|default#
    #1.5#000F1FB3D5CE0041000001BA00000C7C0003FCDC5D5E3CA4#1122448319601#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.application|default#
    #1.5#000F1FB3D5CE0041000001BC00000C7C0003FCDC5DCADBF9#1122448326712#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.command|default#
    #1.5#000F1FB3D5CE0041000001BE00000C7C0003FCDC5DCC4586#1122448326812#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.main|default#
    #1.5#000F1FB3D5CE0041000001C000000C7C0003FCDC5DCE5833#1122448326942#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.protocols.ice|default#
    #1.5#000F1FB3D5CE0041000001C200000C7C0003FCDC5DCF5AF2#1122448327012#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.protocols.webdav|default#
    #1.5#000F1FB3D5CE0041000001C400000C7C0003FCDC5DCFC6F1#1122448327042#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.repository.filter|default#
    #1.5#000F1FB3D5CE0041000001C600000C7C0003FCDC5DD1E661#1122448327172#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.repository.manager|default#
    #1.5#000F1FB3D5CE0041000001C800000C7C0003FCDC5DD2EE60#1122448327242#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.repository.service|default#
    #1.5#000F1FB3D5CE0041000001CA00000C7C0003FCDC5DD3EEDB#1122448327312#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.repository.service.base|default#
    #1.5#000F1FB3D5CE0041000001CC00000C7C0003FCDC5DD51D96#1122448327382#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.security|default#
    #1.5#000F1FB3D5CE0041000001CE00000C7C0003FCDC5DD5C24E#1122448327433#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.service|default#
    #1.5#000F1FB3D5CE0041000001D000000C7C0003FCDC5DD6A90B#1122448327493#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.service.base|default#
    #1.5#000F1FB3D5CE0041000001D200000C7C0003FCDC5DD8547E#1122448327603#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.ui|default#
    #1.5#000F1FB3D5CE0041000001D400000C7C0003FCDC5DD9C1FA#1122448327693#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.ui.flex|default#
    #1.5#000F1FB3D5CE0041000001D600000C7C0003FCDC5DDD08C6#1122448327903#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.cm.xmlforms|default#
    #1.5#000F1FB3D5CE0041000001D800000C7C0003FCDC5DDE31FF#1122448327983#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.common.resourcebundle|default#
    #1.5#000F1FB3D5CE0041000001DA00000C7C0003FCDC5DDF971B#1122448328073#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.km.trex.ui|default#
    #1.5#000F1FB3D5CE0041000001DC00000C7C0003FCDC5DE03AB5#1122448328114#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.crt|default#
    #1.5#000F1FB3D5CE0041000001DD00000C7C0003FCDC5DE11DF6#1122448328174#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.protocol|default#
    #1.5#000F1FB3D5CE0041000001DF00000C7C0003FCDC5DE2D15C#1122448328284#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.rf|default#
    #1.5#000F1FB3D5CE0041000001E100000C7C0003FCDC5DE445BA#1122448328384#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.rf.manager|default#
    #1.5#000F1FB3D5CE0041000001E300000C7C0003FCDC5DE504A0#1122448328434#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.rf.service|default#
    #1.5#000F1FB3D5CE0041000001E500000C7C0003FCDC5DE70349#1122448328564#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.sf|default#
    #1.5#000F1FB3D5CE0041000001E700000C7C0003FCDC5DEA5D3D#1122448328784#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.sf.service|default#
    #1.5#000F1FB3D5CE0041000001E900000C7C0003FCDC5DED1AB0#1122448328955#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.util|default#
    #1.5#000F1FB3D5CE0041000001EB00000C7C0003FCDC5DEFE01C#1122448329145#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.uwl|default#
    #1.5#000F1FB3D5CE0041000001EC00000C7C0003FCDC5E9C42B4#1122448340441#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.uwl|UniversalWorklistDeploymentHook#
    #1.5#000F1FB3D5CE0041000001ED00000C7C0003FCDC5E9CFBC1#1122448340481#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.wdf.ext|PortalFactory#
    #1.5#000F1FB3D5CE0041000001EE00000C7C0003FCDC5E9F2561#1122448340632#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.bc.wdf.ext|Bootstrap#
    #1.5#000F1FB3D5CE0041000001F000000C7C0003FCDC5E9F5DF4#1122448340642#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.async|default#
    #1.5#000F1FB3D5CE0041000001F200000C7C0003FCDC5EA2561F#1122448340832#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.base|ExtensionService#
    #1.5#000F1FB3D5CE0041000001F400000C7C0003FCDC5EA5B7A7#1122448341062#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.base.support|GenericService#
    #1.5#000F1FB3D5CE0041000001F600000C7C0003FCDC5EA7E082#1122448341202#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.gw|fwk#
    #1.5#000F1FB3D5CE0041000001F800000C7C0003FCDC5EAADA8C#1122448341393#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.gw|mgr_calendar#
    #1.5#000F1FB3D5CE0041000001F900000C7C0003FCDC5EAB34A8#1122448341423#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.gw|srvc_mail#
    #1.5#000F1FB3D5CE0041000001FA00000C7C0003FCDC5EAB9DAF#1122448341443#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RoomsService#
    #1.5#000F1FB3D5CE0041000001FB00000C7C0003FCDC5EB66882#1122448342154#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|Concat#
    #1.5#000F1FB3D5CE0041000001FD00000C7C0003FCDC5EB766AE#1122448342214#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|ConfigReader#
    #1.5#000F1FB3D5CE0041000001FE00000C7C0003FCDC5EB7AD5F#1122448342234#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RoomPropertyReader#
    #1.5#000F1FB3D5CE0041000001FF00000C7C0003FCDC5EB7F3AA#1122448342254#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RoompartPropertyReader#
    #1.5#000F1FB3D5CE00410000020000000C7C0003FCDC5EB8211E#1122448342264#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RoomStatusExtension#
    #1.5#000F1FB3D5CE00410000020100000C7C0003FCDC5EB9F733#1122448342384#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RoomPartExtension#
    #1.5#000F1FB3D5CE00410000020200000C7C0003FCDC5EBA9809#1122448342424#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RoomPartListPropertyProvider#
    #1.5#000F1FB3D5CE00410000020300000C7C0003FCDC5EBAF74D#1122448342454#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|CmRoomExtensionSP2FP#
    #1.5#000F1FB3D5CE00410000020400000C7C0003FCDC5EBFDA2E#1122448342775#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|CmDiscussionExtension#
    #1.5#000F1FB3D5CE00410000020500000C7C0003FCDC5EC0A76F#1122448342825#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|CmValueSetProvider#
    #1.5#000F1FB3D5CE00410000020600000C7C0003FCDC5EC0F082#1122448342845#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RoomsTestExtension#
    #1.5#000F1FB3D5CE00410000020700000C7C0003FCDC5EC12276#1122448342855#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RoomsTestValueSetProvider#
    #1.5#000F1FB3D5CE00410000020800000C7C0003FCDC5EC150B4#1122448342865#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RSL_SERVICE#
    #1.5#000F1FB3D5CE00410000020900000C7C0003FCDC5EC1D870#1122448342905#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RSL_NAVIGATION#
    #1.5#000F1FB3D5CE00410000020A00000C7C0003FCDC5EC59F89#1122448343145#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|FilterService#
    #1.5#000F1FB3D5CE00410000020B00000C7C0003FCDC5EC7DD75#1122448343295#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|public_area#
    #1.5#000F1FB3D5CE00410000020C00000C7C0003FCDC5EC97097#1122448343396#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|rpso#
    #1.5#000F1FB3D5CE00410000020D00000C7C0003FCDC5ECF700C#1122448343796#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|RoomPartsService#
    #1.5#000F1FB3D5CE00410000020E00000C7C0003FCDC5ECFE841#1122448343826#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|template_mechanism#
    #1.5#000F1FB3D5CE00410000020F00000C7C0003FCDC5ED16987#1122448343926#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|PCDTemplateMechanism#
    #1.5#000F1FB3D5CE00410000021000000C7C0003FCDC5ED19EF0#1122448343936#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room|PCDTemplateData#
    #1.5#000F1FB3D5CE00410000021100000C7C0003FCDC5EDFB98C#1122448344858#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.room.rfcadapter|RFCService#
    #1.5#000F1FB3D5CE00410000021200000C7C0003FCDC5EE0BF5F#1122448344928#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|rtmf_messaging#
    #1.5#000F1FB3D5CE00410000021300000C7C0003FCDC5EE9139E#1122448345468#/System/Server#sap.com/irj#com.sap.engine.services.jndi#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.engine.services.jndi#Plain###Path to object does not exist at jmsfactory, the whole lookup name is webContainer/applications/sap.com/irj/irj/jmsfactory/default/queueconnectionfactory.#
    #1.5#000F1FB3D5CE00410000021400000C7C0003FCDC5EEB5D6A#1122448345619#/System/Server#sap.com/irj#com.sap.engine.services.jndi#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.engine.services.jndi#Plain###Path to object does not exist at jmsfactory, the whole lookup name is webContainer/applications/sap.com/irj/irj/jmsfactory/default/topicconnectionfactory.#
    #1.5#000F1FB3D5CE00410000021500000C7C0003FCDC5EEC5A4F#1122448345689#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|rtmf_service#
    #1.5#000F1FB3D5CE00410000021600000C7C0003FCDC5EEC9822#1122448345699#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|RTMFServerBridge#
    #1.5#000F1FB3D5CE00410000021700000C7C0003FCDC5EEFEF01#1122448345919#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|collaboration_connector_awareness#
    #1.5#000F1FB3D5CE00410000021800000C7C0003FCDC5EF75204#1122448346410#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|RTCScriptConstants#
    #1.5#000F1FB3D5CE00410000021900000C7C0003FCDC5EF77D10#1122448346420#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|RTCHotDeploymentManagerService#
    #1.5#000F1FB3D5CE00410000021A00000C7C0003FCDC5EF8A53A#1122448346490#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|RTCClientManagerService#
    #1.5#000F1FB3D5CE00410000021B00000C7C0003FCDC5EFA0AE1#1122448346580#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|RTCClientPollingService#
    #1.5#000F1FB3D5CE00410000021C00000C7C0003FCDC5EFAE7D5#1122448346640#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|RTCClientAwareness#
    #1.5#000F1FB3D5CE00410000021D00000C7C0003FCDC5EFBEC68#1122448346710#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.rtc|RTCSessionManagerService#
    #1.5#000F1FB3D5CE00410000021E00000C7C0003FCDC5EFC3469#1122448346730#/System/Server#sap.com/irj#com.sap.engine.services.jndi#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.engine.services.jndi#Plain###Path to object does not exist at jmsfactory, the whole lookup name is webContainer/applications/sap.com/irj/irj/jmsfactory/default/queueconnectionfactory.#
    #1.5#000F1FB3D5CE00410000021F00000C7C0003FCDC5EFDA454#1122448346820#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.sync|scf#
    #1.5#000F1FB3D5CE00410000022100000C7C0003FCDC5F200A39#1122448349074#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.sync|sessiondata#
    #1.5#000F1FB3D5CE00410000022200000C7C0003FCDC5F203C1C#1122448349084#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.sync|WebExConfig#
    #1.5#000F1FB3D5CE00410000022300000C7C0003FCDC5F22916A#1122448349244#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.sync|RTCConfig#
    #1.5#000F1FB3D5CE00410000022400000C7C0003FCDC5F22D3A3#1122448349254#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.sync|SCFConnectorSessionsMapService#
    #1.5#000F1FB3D5CE00410000022500000C7C0003FCDC5F231A62#1122448349274#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.ui.async|default#
    #1.5#000F1FB3D5CE00410000022700000C7C0003FCDC5F3DD2AF#1122448351026#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.ui.async.meetingroom|meetingroom#
    #1.5#000F1FB3D5CE00410000022900000C7C0003FCDC5F482C99#1122448351707#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.ui.base|cs_rtc#
    #1.5#000F1FB3D5CE00410000022B00000C7C0003FCDC5F53E838#1122448352479#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.ui.base|cs_scf#
    #1.5#000F1FB3D5CE00410000022C00000C7C0003FCDC5F5418D2#1122448352489#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.ui.gw|gwuiservice#
    #1.5#000F1FB3D5CE00410000022E00000C7C0003FCDC5F5989C4#1122448352839#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.ui.room|roomuiservice#
    #1.5#000F1FB3D5CE00410000023000000C7C0003FCDC5F83BE6D#1122448355613#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.appl.ui.sync|sessiondata#
    #1.5#000F1FB3D5CE00410000023200000C7C0003FCDC5F8D0B3B#1122448356214#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.pc.homer|homer#
    #1.5#000F1FB3D5CE00410000023400000C7C0003FCDC5F925607#1122448356564#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.shared|default2#
    #1.5#000F1FB3D5CE00410000023600000C7C0003FCDC5F9631EF#1122448356815#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.shared|collaboration_base#
    #1.5#000F1FB3D5CE00410000023700000C7C0003FCDC5F963273#1122448356815#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.shared.ui|people#
    #1.5#000F1FB3D5CE00410000023900000C7C0003FCDC5F9773F2#1122448356905#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.coll.statusengine|status_engine#
    #1.5#000F1FB3D5CE00410000023B00000C7C0003FCDC5F99B26B#1122448357045#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.kmc.attachment.shared|attachment#
    #1.5#000F1FB3D5CE00410000023D00000C7C0003FCDC5F9C8494#1122448357235#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.kmc.people|default#
    #1.5#000F1FB3D5CE00410000023F00000C7C0003FCDC5F9E7FE8#1122448357366#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.kmc.people|umeservice#
    #1.5#000F1FB3D5CE00410000024000000C7C0003FCDC5FA79946#1122448357956#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.netweaver.kmc.util|default#
    #1.5#000F1FB3D5CE00410000024200000C7C0003FCDC5FCF773C#1122448360570#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.abstracturleditor|URLEditorService#
    #1.5#000F1FB3D5CE00410000024300000C7C0003FCDC5FDEE0C9#1122448361582#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.addlangattr|AddLangAttrService#
    #1.5#000F1FB3D5CE00410000024400000C7C0003FCDC5FE1C774#1122448361772#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.admin.propertyeditor|StandardPcmAdminPropertyObjectProvider#
    #1.5#000F1FB3D5CE00410000024500000C7C0003FCDC5FE6FB23#1122448362112#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.admin.propertyeditor|StandardPcmRuntimePropertyObjectProvider#
    #1.5#000F1FB3D5CE00410000024600000C7C0003FCDC5FE74481#1122448362132#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.admin.propertyeditor|StandardAdministrationPropertyEditingRuleService#
    #1.5#000F1FB3D5CE00410000024700000C7C0003FCDC5FE85483#1122448362203#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.admin.propertyeditor|StandardPersonalizationPropertyEditingRuleService#
    #1.5#000F1FB3D5CE00410000024800000C7C0003FCDC5FE87EB1#1122448362213#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.admin.propertyeditor|StandardPEControlFactory#
    #1.5#000F1FB3D5CE00410000024900000C7C0003FCDC5FEA951C#1122448362353#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.admin.util|aclutil#
    #1.5#000F1FB3D5CE00410000024A00000C7C0003FCDC5FEC52C4#1122448362463#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.appdesigner.contentcatalog|contentcatalog#
    #1.5#000F1FB3D5CE00410000024B00000C7C0003FCDC600697DF#1122448364185#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.appdesigner.framework|menu#
    #1.5#000F1FB3D5CE00410000024C00000C7C0003FCDC600F6219#1122448364756#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.appintegrator|template_processor#
    #1.5#000F1FB3D5CE00410000024D00000C7C0003FCDC6010EBD2#1122448364856#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.appintegrator|application_integrator#
    #1.5#000F1FB3D5CE00410000024E00000C7C0003FCDC60112A25#1122448364876#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.appintegrator|psid#
    #1.5#000F1FB3D5CE00410000024F00000C7C0003FCDC60119A43#1122448364906#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.appintegrator|Common_Configuration#
    #1.5#000F1FB3D5CE00410000025000000C7C0003FCDC6011D71C#1122448364916#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.appintegrator.sap|Transaction_Configuration#
    #1.5#000F1FB3D5CE00410000025100000C7C0003FCDC601252A0#1122448364957#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.appintegrator.sap.bwc|urlgenerator_bwc#
    #1.5#000F1FB3D5CE00410000025200000C7C0003FCDC60148BE7#1122448365097#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.appintegrator.sap.bwc|psid#
    #1.5#000F1FB3D5CE00410000025300000C7C0003FCDC6014FE18#1122448365127#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.bidi.utils|_RTLUtils#
    #1.5#000F1FB3D5CE00410000025400000C7C0003FCDC6016331F#1122448365207#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.common.commonservices|CommonService#
    #1.5#000F1FB3D5CE00410000025500000C7C0003FCDC601750E5#1122448365277#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.compatibility50.cache|cache#
    #1.5#000F1FB3D5CE00410000025600000C7C0003FCDC6019B839#1122448365437#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.compatibility50.systemlandscape|landscape#
    #1.5#000F1FB3D5CE00410000025700000C7C0003FCDC601E35D9#1122448365728#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.contentfetching|contentFetchingService#
    #1.5#000F1FB3D5CE00410000025800000C7C0003FCDC60250E06#1122448366178#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.contentmigration.contentmigrationservice|contentmigration#
    #1.5#000F1FB3D5CE00410000025900000C7C0003FCDC60284A4F#1122448366389#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.contentmigration.contentmigrationservice|mapping#
    #1.5#000F1FB3D5CE00410000025A00000C7C0003FCDC60295B2F#1122448366459#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.contentmigration.pagemigrationhandlerservice|default#
    #1.5#000F1FB3D5CE00410000025B00000C7C0003FCDC60331EAD#1122448367100#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.contentmigration.parmigrationhandlerservice|parhandler#
    #1.5#000F1FB3D5CE00410000025C00000C7C0003FCDC6035010C#1122448367230#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.contentmigration.pcdmigrationhandlerservice|pcdhandler#
    #1.5#000F1FB3D5CE00410000025D00000C7C0003FCDC604873F4#1122448368502#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.desktop.desktopservice|desktopservice#
    #1.5#000F1FB3D5CE00410000025E00000C7C0003FCDC604D0EA3#1122448368802#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.drservices.targetmainobjects|targetmainobjects#
    #1.5#000F1FB3D5CE00410000025F00000C7C0003FCDC604FDD20#1122448368982#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.drservices.targetmainobjects|sapunifierutils#
    #1.5#000F1FB3D5CE00410000026000000C7C0003FCDC60501548#1122448369002#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.dsm|dsmservice#
    #1.5#000F1FB3D5CE00410000026100000C7C0003FCDC60520CCF#1122448369133#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.epcf.loader|epcfloader#
    #1.5#000F1FB3D5CE00410000026200000C7C0003FCDC60566717#1122448369413#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.epcf.toolbox|epcftoolbox#
    #1.5#000F1FB3D5CE00410000026300000C7C0003FCDC6056DD2F#1122448369443#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.heartbeats|NotificationTest#
    #1.5#000F1FB3D5CE00410000026400000C7C0003FCDC6057BAA9#1122448369503#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.htmlb|htmlb#
    #1.5#000F1FB3D5CE00410000026500000C7C0003FCDC605C3363#1122448369793#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.httpconnectivity.httpauthentication|ClientAuthHookService#
    #1.5#000F1FB3D5CE00410000026600000C7C0003FCDC605E5A6B#1122448369934#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.httpconnectivity.httpauthentication|ClientGetMethodAuthService#
    #1.5#000F1FB3D5CE00410000026700000C7C0003FCDC60601E3D#1122448370054#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.httpconnectivity.httpauthentication|ClientPostMethodAuthService#
    #1.5#000F1FB3D5CE00410000026800000C7C0003FCDC606058ED#1122448370064#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.httpconnectivity.httpauthentication|ClientBasicMethodAuthService#
    #1.5#000F1FB3D5CE00410000026900000C7C0003FCDC606092D1#1122448370084#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.httpconnectivity.httpauthentication|ServerGetMethodAuthService#
    #1.5#000F1FB3D5CE00410000026A00000C7C0003FCDC6060E533#1122448370104#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.httpconnectivity.httpauthentication|ServerPostMethodAuthService#
    #1.5#000F1FB3D5CE00410000026B00000C7C0003FCDC60611FB7#1122448370114#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.httpconnectivity.httpauthentication|ServerBasicMethodAuthService#
    #1.5#000F1FB3D5CE00410000026C00000C7C0003FCDC60615B4E#1122448370134#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.httpconnectivity.httpauthentication|ClientAuthManagerService#
    #1.5#000F1FB3D5CE00410000026D00000C7C0003FCDC6061B839#1122448370154#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.httpconnectivity.iviewcatcher.runtime|IWebSiteContentFetcherService#
    #1.5#000F1FB3D5CE00410000026E00000C7C0003FCDC60621561#1122448370184#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.connectorservice|connector#
    #1.5#000F1FB3D5CE00410000026F00000C7C0003FCDC60649FC4#1122448370344#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.httpservice|http#
    #1.5#000F1FB3D5CE00410000027000000C7C0003FCDC60666F13#1122448370464#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.httpservice|proxy#
    #1.5#000F1FB3D5CE00410000027100000C7C0003FCDC6067BB30#1122448370555#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.init|genericcreator#
    #1.5#000F1FB3D5CE00410000027200000C7C0003FCDC606AE35A#1122448370755#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.iviewservice|SLUtilsSrv#
    #1.5#000F1FB3D5CE00410000027300000C7C0003FCDC606AE418#1122448370755#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.iviewservice|SLObjectsManagerSrv#
    #1.5#000F1FB3D5CE00410000027400000C7C0003FCDC606AE485#1122448370755#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.iviewservice|iViewsSrv#
    #1.5#000F1FB3D5CE00410000027500000C7C0003FCDC606AE4EE#1122448370755#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.iviewservice|pagesSrv#
    #1.5#000F1FB3D5CE00410000027600000C7C0003FCDC606CCDD1#1122448370885#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.iviewservice|layoutsSrv#
    #1.5#000F1FB3D5CE00410000027700000C7C0003FCDC606D1B8E#1122448370905#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.iviewservice|templates_cache_srv#
    #1.5#000F1FB3D5CE00410000027800000C7C0003FCDC606DCA46#1122448370945#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.iviewservice.oldpcm|iviews_dt#
    #1.5#000F1FB3D5CE00410000027900000C7C0003FCDC606DCB1D#1122448370945#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.iviewservice.oldpcm|iviews#
    #1.5#000F1FB3D5CE00410000027A00000C7C0003FCDC606DFFD8#1122448370965#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.iviewservice.oldpcm|templates_cache#
    #1.5#000F1FB3D5CE00410000027B00000C7C0003FCDC606E8216#1122448370995#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.systemlandscapeservice|producerSrv#
    #1.5#000F1FB3D5CE00410000027C00000C7C0003FCDC6073B7D4#1122448371336#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.ivs.systemlandscapeservice.oldpcm|systemlandscape#
    #1.5#000F1FB3D5CE00410000027D00000C7C0003FCDC60750222#1122448371416#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.langattrprop|LangAttrPropService#
    #1.5#000F1FB3D5CE00410000027E00000C7C0003FCDC60765D13#1122448371506#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.mdc|mdc#
    #1.5#000F1FB3D5CE00410000027F00000C7C0003FCDC60785851#1122448371636#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.navigation.AliasService|AliasService#
    #1.5#000F1FB3D5CE00410000028000000C7C0003FCDC607B2A95#1122448371826#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.navigation.helperservice|navigation_events_helper#
    #1.5#000F1FB3D5CE00410000028100000C7C0003FCDC607C5AB6#1122448371907#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.navigation.mimeservice|navigation_mime_repository#
    #1.5#000F1FB3D5CE00410000028200000C7C0003FCDC607C5B7C#1122448371907#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.navigation.service|navigation#
    #1.5#000F1FB3D5CE00410000028300000C7C0003FCDC607C5C18#1122448371907#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.pagebuilder.utils|FPM#
    #1.5#000F1FB3D5CE00410000028400000C7C0003FCDC607D8FB0#1122448371977#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.pcd.pcm.roles.rolecontainer|rolecontainerservice#
    #1.5#000F1FB3D5CE00410000028500000C7C0003FCDC607F41D2#1122448372097#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.pcd.rolenavigationservice|rolenavigation#
    #1.5#000F1FB3D5CE00410000028600000C7C0003FCDC60808C35#1122448372177#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.pcd.roleservice|roles#
    #1.5#000F1FB3D5CE00410000028700000C7C0003FCDC60808CFE#1122448372177#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.pcd.transportapplication|transportapplication#
    #1.5#000F1FB3D5CE00410000028800000C7C0003FCDC608C1312#1122448372928#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.pcd.transportapplication|deploy#
    #1.5#000F1FB3D5CE00410000028900000C7C0003FCDC608C5CED#1122448372948#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.pcm.admin.apiservice|default#
    #1.5#000F1FB3D5CE00410000028A00000C7C0003FCDC608CBC84#1122448372978#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.pcm.admin.plainfolder_converter|default#
    #1.5#000F1FB3D5CE00410000028B00000C7C0003FCDC608EA224#1122448373098#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.processlogger.processloggerservice|processlogger#
    #1.5#000F1FB3D5CE00410000028C00000C7C0003FCDC608EFC88#1122448373118#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.productivity.desktop|DesktopManager#
    #1.5#000F1FB3D5CE00410000028D00000C7C0003FCDC608FF685#1122448373188#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.productivity.desktop|DesktopUpgrader#
    #1.5#000F1FB3D5CE00410000028E00000C7C0003FCDC6091650B#1122448373278#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.productivity.dom|dom#
    #1.5#000F1FB3D5CE00410000028F00000C7C0003FCDC609199FD#1122448373299#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.productivity.resolverservice|ruleManager#
    #1.5#000F1FB3D5CE00410000029000000C7C0003FCDC6095A715#1122448373559#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.productivity.resolverservice|resolver#
    #1.5#000F1FB3D5CE00410000029100000C7C0003FCDC6096D8EC#1122448373639#/System/Server#sap.com/irj#com.sap.portal.desktop#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.desktop#Java###PcmRuleStorage$RuleCache: Rule Cache created##
    #1.5#000F1FB3D5CE00410000029200000C7C0003FCDC60975C81#1122448373669#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.productivity.utils|sap_utilities#
    #1.5#000F1FB3D5CE00410000029300000C7C0003FCDC60975D41#1122448373669#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.prt.cache|dbcacheservice#
    #1.5#000F1FB3D5CE00410000029400000C7C0003FCDC609883B4#1122448373749#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.rtlcomphook|RightToLeftComponentHook#
    #1.5#000F1FB3D5CE00410000029500000C7C0003FCDC6099C13E#1122448373829#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#18####2f853650fe6d11d99481000f1fb3d5ce#SAPEngine_Application_Thread[impl:3]_29##0#0#Info#1#com.sap.portal.prt.runtime.broker#Plain###Loading service: com.sap.portal.runtime.application.contentconversion|contentconversion#
    #1.5#000F1FB3D5CE00410000029600000C7C0003FCDC609C367B#1122448373989#/System/Server#sap.com/i

  • MBean not found error while creating Resource Adapter

    Hi,
    During the post installation configuration of Oracle Identity Manager, I had to create Resource Adapter as mentioned in the steps below. In the final step, when I click OK, I’m getting an error message “An error has occurred. MBean not found” (I had created a new oc4j container called oc4j_oim under which this is being done). Complete error message displayed is pasted at the end fyi. Kindly suggest a workaround for this issue.
    Steps followed:
    Create the required Resource Adapter in Oracle Application Server as follows:
    a) Log on to the Application Server Control.
    b) From the View By list, select Application Servers.
    c) Click the server instance.
    d) On the page that is displayed, click Administration.
    e) Click Enterprise Messaging, and then click Database Persistence. The JMS connectors for
    the Oracle Application Server instance that are currently configured for use with database
    persistence JMS providers are listed.
    f) Click Deploy.
    g) In the Resource Adapter Module Name field, enter oimOJMSRA
    h) Select Add a new resource provider to be used by this connector.
    i) In the Resource Provider Name field, enter oimOJMSRP
    j) From the Datasource JNDI Location list, select jdbc/xlXADS.
    k) Click OK.
    Detailed Error Message:
    oracle.sysman.ias.studio.sdk.IASRuntimeException: MBean not found at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryName(SDKJMXUtil.java:141) at oracle.sysman.ias.studio.oc4j.jms.JMXDeployDbProviderAdminBean.deployDBProviderAndConfigure(JMXDeployDbProviderAdminBean.java:173) at oracle.sysman.ias.studio.oc4j.jms.DeployDbProviderHelper.deployDBProvider(DeployDbProviderHelper.java:242) at oracle.sysman.ias.studio.oc4j.jms.DeployDbProviderHelper.handleEvent(DeployDbProviderHelper.java:127) at oracle.sysman.ias.studio.sdk.AbstractController.handleEvent(AbstractController.java:769) at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:378) at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765) at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283) at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:385) at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595)
    S/W Details:
    Application Server 10.1.3.3.0
    Identity Manager 9.1.0.1
    Regards,
    CC

    Hi Srinivas,
    Please check ULS log for more useful information when this error occurs.
    Please also check if this issue could be reprodued in other libraries, if not, you can use the new library instead.
    Thanks
    Daniel Yang
    TechNet Community Support

  • No JNDI-Name found after implementing OpenEJB

    Hello. My problem is as follows. I built up a ConnectionPool with OracleDataSource over JNDI, which was found and worked fine. Since I installed OpenEJB and created a stateful session bean, the datasource is not found anymore. I'am using Tomcat 5.5, OpenEJB 1.0.
    out of my /WEB-INF/web.xml
    <resource-ref>
          <description>DB Connection</description>
          <res-ref-name>jdbc/ito</res-ref-name>
          <res-type>javax.sql.DataSource</res-type>
          <res-auth>Container</res-auth>
      </resource-ref>
    <ejb-ref>
        <description>
            EJB Reference to the bean deployed to OpenEJB
        </description>
        <ejb-ref-name>dbconnection</ejb-ref-name>
        <ejb-ref-type>Session</ejb-ref-type>
        <home>de.dpits.bln.poe.ito.persistency.DBConnectionInterface</home>
        <remote>de.dpits.bln.poe.ito.persistency.DBConnectionRemote</remote>
    </ejb-ref>
      <servlet>
        <servlet-name>loader</servlet-name>
        <servlet-class>org.openejb.loader.LoaderServlet</servlet-class>
        <init-param>
          <param-name>openejb.loader</param-name>
          <param-value>tomcat-webapp</param-value>
        </init-param>
        <init-param>
          <param-name>openejb.home</param-name>
          <param-value>C:/Programme/openejb1.0</param-value>
        </init-param>
        <load-on-startup>0</load-on-startup>
      </servlet>out of the context-tag from my server.xml
    <Resource
          factory="oracle.jdbc.pool.OracleDataSourceFactory"
          driverClassName="oracle.jdbc.OracleDriver"
          class="oracle.jdbc.pool.OracleDataSource"
          type="oracle.jdbc.pool.OracleDataSource"
          name="jdbc/ito"
          auth="Container"
          removeAbandoned="true"
          removeAbandonedTimeout="3"
          maxWait="5000"
          url="jdbc:oracle:thin:@localhost:1521:ITO"
          maxActive="50"
          maxIdle="0"/>
        <Ejb name="dbconnection"
        type="Session"
        home="de.dpits.bln.poe.ito.persistency.DBConnectionInterface"
        remote="de.dpits.bln.poe.ito.persistency.DBConnectionRemote"/>
        <ResourceParams name="dbconnection">
        <parameter>
            <name>factory</name>
            <value>org.openejb.client.TomcatEjbFactory</value>
        </parameter>
        <parameter>
            <name>openejb.naming.factory.initial</name>
            <value>org.openejb.client.LocalInitialContextFactory</value>
        </parameter>
        <parameter>
            <name>openejb.naming.provider.url</name>
            <value>localhost:4201</value>
        </parameter>
        <parameter>
            <name>openejb.ejb-link</name>
            <value>dbconnection</value>
        </parameter>
        </ResourceParams>out of my jsp
    Context initContext = new InitialContext();
    OracleDataSource ds = (OracleDataSource)initContext.lookup("Name "java:comp/env/jdbc/ito" not found. ");throws -> Name ito is not bound in this Context
    as I already said, this worked before adding all the configuration for the session-bean.

    OracleDataSource ds =
    (OracleDataSource)initContext.lookup("Name
    "java:comp/env/jdbc/ito" not found. ");Did you actually write the lookup string like this? :o

  • 404 File Not Found error following 1.0.2.2.1 migration

    I am on RDBMS 8.1.7.1.1 on Windows NT 2000 Server.
    I attempted to migrate from 9iAS 1.0.2.1 Portal 3.0.8 to 9iAS
    1.0.2.2.1 Portal 3.0.8.
    There were not any errors in the migration logs.
    When I attempt to test the Apache/Jserv the 'Is It Working'
    appears. When I attempt to test the mod_plsql I can get to the
    login/password screen and into the gateway administration but
    when I click the home link I receive the Http: 404 File Not
    Found.
    The mod_jserv logs:
    [01/12/2001 18:58:08:410] (ERROR) ajp12: Servlet Error:
    NoClassDefFoundError: oracle.webdb.page.ParallelServlet
    In the portal_home/apache/jserv/servlets/zone.promperties file:
    servlet.page.code=oracle.webdb.page.ParallelServlet
    Here are my upgrade steps:
    From Rdbms 8.1.7 to Rdbms 8.1.7.1.1
    From 9iAS 1.0.2.1 to 9iAS 1.0.2.2.1
    From Portal 3.0.8 to Portal 3.0.9
    1)     Rdbms 8.1.7
    2)     Set systemtrig_enable=FALSE in init.ora
    3)     Install patchset 1711240 for 8.1.7.1.1
    4)     Execute $oracle_home/rdbms/admin/catalog.sql &
    catproc.sql scripts
    5)     Set systemtrig_enable=TRUE in init.ora
    6)     Execute the 9iAS 1.0.2.2.1 installation. An upgrade will
    take place.
    7)     Stop the Apache HTTP Service
    8)     In referencing the 9iAS Migration Guide A90222-01
    Section 5.2 Common Configuration Files:
    Edit the $portal30_home/apache/jserv/conf/jserv.properties so
    that it
    Contains one occurrence of the following lines:
    # Oracle Portal
    wrapper.classpath=E:\portal30\portal30\bibeans\jewt-opt-4_1_2.zip
    wrapper.classpath=E:\portal30\portal30\bibeans\share-opt-
    1_1_7.zip
    wrapper.classpath=E:\portal30\portal30\bibeans\utility.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\utilitygui.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\utilitypersist.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\utilityxml.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\swingall.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\graph.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\graphgui.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\LW_PfjBean.jar
    wrapper.classpath=E:\portal30\portal30\bibeans\bivisbeans.jar
    wrapper.classpath=E:\portal30\lib\http_client.jar
    wrapper.classpath=E:\portal30\jlib\javax-ssl-1_2.jar
    wrapper.classpath=E:\portal30\jlib\jssl-1_2.jar
    wrapper.env=WV_GATEWAY_CFG=E:\portal30
    \Apache\modplsql\cfg\wdbsvr.app
    9)     In referencing the 9iAS Migration Guide A90222-01
    Section 5.2 Common Configuration Files:
    Edit the $portal30_home/apache/jserv/conf/jserv.properties so
    that it
    Contains one occurrence of the following lines:
    # Oracle BC4J
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\ordim817.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\ordvir817.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\ordhttp.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jndi.jar
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jbomt.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\javax_ejb.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jdev-rt.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jbohtml.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jboremote.zip
    wrapper.classpath=E:\portal30
    \Apache\BC4J\lib\connectionmanager.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jbodomorcl.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jboimdomains.zip
    wrapper.classpath=E:\portal30\Apache\BC4J\lib\jboorasql.zip
    wrapper.classpath=E:\portal30
    \Apache\Apache\htdocs\onlineorders_html
    #wrapper.classpath=E:\portal30
    \Apache\Apache\htdocs\OnlineOrders_html\OnlineOrders.jar
    9) In referencing the 9iAS Migration Guide A90222-01
    Section 5.2 Common Configuration Files:
    Edit the $portal30_home/apache/jservlets/zone.properties and
    Remove the following line:
    repositories=E:\portal30\Apache\Jserv\servlets\Parallel.jar
    10) In referencing the 9iAS Migration Guide A90222-01
    Section 5.2 Common Configuration Files:
    Edit the $portal30_home/apache/jservlets/zone.properties and
    Remove duplicates of the following line:
    servlet.page.code=oracle.webdb.page.ParallelServlet
    11)     In referencing the 9iAS 1.0.2.2.1 Release Notes A92199-01
    Section 1.5.4.1.4
    Edit the $portal30_home/apache/jservlets/zone.properties and
    Remove duplicates of the following lines:
    repositories=E:\portal30\Apache\Jserv\servlets\Parallel.jar
    (this line is actually removed completed per step 9)
    repositories=E:\portal30\Apache\Jserv\servlets\ChartServlet.jar
    repositories=E:\portal30\Apache\Jserv\servlets\AppLoader.jar
    servlet.chart.code=oracle.webdb.chart.ChartServlet
    servlet.apploader.code=oracle.webdb.apploader.AppLoaderServlet
    servlet.ojsp.code=oracle.jsp.JspServlet
    servlet.ojsp.initArgs=alias_translation=false
    12)     In referencing the 9iAS 1.0.2.2.1 Release Notes A92199-01
    Section 1.5.1.36
    Edit the $portal30_home/apache/jserv/conf/jserv.config
    Insert:
    # PTG 1.1.1 Begin
    ApJservGroupMount /ptg balance://group1/root
    # PTG 1.1.1 End
    13)     In referencing the 9iAS 1.0.2.2.1 Release Notes A92199-01
    Section 1.5.2.9
    Edit the $portal30_home/apache/apache/conf/httpd.config
    Add the following directive:
    Alias /soapdocs/ &#8220;c:/portal30/soap/&#8221;
    14) Start the Apache HTTP service

    In the web.xml you mapped the HelloServlet to the
    /sampleapp url so you should call the servlet with the
    url:
    http://localhost:8080/<webapp>/sampleapp
    The directory structure of sampleapp is as follows,
    e:\sampleapp\WEB-INF\classes\
    WEB-INF\lib
    WEB-INF\sourcefiles
    WEB-INF\web.xml
    I dont have a webapp folder in my directory at all.
    <servlet-mapping>
    <servlet-name>HelloServlet</servlet-name>
    <url-pattern>/sampleapp</url-pattern>
    </servlet-mapping>As the below lines would suggest

  • PI 7.0 JMS Rcv Adapter: Object not found in lookup of XIJMSService

    Hi all,
    When sending messages to an JMS queue, JNDI setup, in the Message Monitoring we get  the error:
    "MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Object not found in lookup of XIJMSService.: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of XIJMSService."
    The Error points to the Module Processor. Indeed the 2 default Modules are used:
    - SAP XI JMS Adapter/ConvertMessageToBinary
    - SAP XI JMS Adapter/SendBinarytoXIJMSService
    This second Module contains 'XIJMSService', and according the documentation (http://help.sap.com/saphelp_nw04/Helpdata/EN/4d/a3bc97ff55c742af7faed661635baf/content.htm)
    , it uses a parameter named 'modulePoolAdminLookupName' with the default value: /XIJMSService.
    This is how far we get. Even when we assign a different value to the parameter 'modulePoolAdminLookupName' , the error in the Message Monitoring stays the same.
    Has anyone experience with this issue, or any ideas to investigate or solve this?
    Thanx in advance, Walter.

    Hi all,
    Issue is solved. Apparently the Java-version on our XI-server (1.4.2) could not handle the Vendor's JMS-driver we installed (ActiveMQ 4.1.2.jar) so we tried using the ActiveMQ 4.1.0.jar as the JMS-driver. Now it is OK and message are put on the destination queue.
    Walter.

  • File - RFC - File without BPM  ---  Object not found in ResponseOneWayBean

    I am using PI 7.1, and facing the following error in File - RFC - File without BPM
    "Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of ResponseOneWayBean."
    I am using 1 sender CC for File ( CC_LOTUSNOTES_CHALET_SND)
                      1 receiver CC for File( CC_LOTUSNOTES_CHALET_RCV_FILE)
                     1 receiver CC for RFC (CC_LOTUSNOTES_CHALET_RCV_RFC)
    in the sender CC I have given Module parameter as:
    Processing sequene
    CallSapAdapter    Local Enterprise Bean 2
    AF_Modules/ResponseOneWayBean  Local Enterprise Bean 3
    AF_Modules/RequestResponseBean  Local Enterprise Bean 1
    Module configuration:
    1     passThrough          true
    3    receiverChannel      CC_LOTUSNOTES_CHALET_RCV_FILE
    3    receiverService       Bus_File
    pls let me know where i am wrong

    Hi
    i am facing following error:
    2009-12-03 09:08:17       Information        The application sent the message asynchronously using connection File_http://sap.com/xi/XI/System. Returning to application.
    2009-12-03 09:08:17       Information       MP: processing local module localejbs/AF_Modules/ResponseOnewayBean
    2009-12-03 09:08:17      Error                 MP: exception caught with cause java.lang.NullPointerException
    2009-12-03 09:08:17      Error                 File processing failed with java.lang.NullPointerException

  • Error in AS2 adapter. Object not found in lookup of as2.. Its urgent..!!

    Hi AS2 experts,
    *When i tried sending an xml to partner system using AS2 adapter.. Mapping is succesfull and message is failing in receiver AS2 adapter.
    1. I used the following parameters in AS2 Module.
    ModuleName                                                       Module Key
    localejbs/Seeburger/solution/as2                              solutionid
    localejbs/ModuleProcessorExitBean                          exit
    ModuleKey    ParameterName         ParameterValue
    exit                JNDIName     deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    Iam getting the following error.
    Success     MP: Processing local module localejbs/Seeburger/solution/as2
    Error :   MP: Exception caught with cause com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of as2.
    Error :  Exception caught by adapter framework: Object not found in lookup of as2.
    Error : Delivery of the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Object not found in lookup of as2.: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of as2..
    2. When i tried by removing Modulename "localejbs/Seeburger/solution/as2"
    It is showing the below error like AS2ID is missing.. but its there in party configuration.
    Error :
    Unable to forward message to JCA adapter. Reason: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Sender configuration incomplete - perhaps AS2ID missing.., SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Sender configuration incomplete - perhaps AS2ID missing..       
    Can anyone has idea what might be wrong.
    Kindly suggest me asap.
    Thank You.
    Regards
    Seema.

    Hi,
    Plesae go through below links
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    EDI Adapter by SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/206e2b65-2ca8-2a10-edad-f2d1391644cb
    B2B(EDI) Integration using SAP Netweaver XI and Seeburger AS2 Adapter
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00f9cdf5-d812-2a10-03b4-aff3bbf792bf
    Integrating XI with SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6dc02f5d-0601-0010-cd9d-f4ff9a7e8c33
    and
    Check with below configuration
    Configuration for AS2 or simple file adapter.
    We are using this module configuration for converting EDI D96A format to XML:
    1 localejbs/CallBicXIRaBean Local Enterprise Bean bic
    2 localejbs/CallSapAdapter Local Enterprise Bean 0
    bic destSourceMsg MainDocument
    bic destTargetMsg MainDocument
    bic logAttID ConverterLog
    bic mappingName See_E2X_ORDERS_UN_D96A
    bic saveSourceMsg ORIGINAL_EDI
    can someone please tell me the module configuration for reverse mapping at receiver end,i.e.,XML to EDI D96A
    basically,I need mapping name for this.
    Scheme=AS2ID
    Name = WAN network no of the partner who is sending the file
    Sender AS2 adapter configuration:
    Few changes in the module parameter tab.
    localejbs/CallBicXIRaBean bic
    CallSapAdapter 0
    Module configuration:
    bic= destSourceMsg = MainDocument
    bic= destTargetMsg = MainDocument
    bic= mappingName= See_E2X_EDIFACT_ORDERS_UN_D93A which does the conversion of EDI-XML.
    Receiver AS2 adapter configuration:
    When the adapter is used in a receiver channel, it obtains a message from the Integration Engine and sends it to a business partner. In this case, the following steps are required:
    1. Define the channel as a Receiver channel on the Parameters tab
    2. The last step ensures the module sequence is complete:
    Make sure the module ModuleProcessorExitBean does exist in the module sequence:
    Module Name=localejbs/ModuleProcessorExitBean
    Type=L
    Module Key=Exit
    • with the following module parameter:
    Module Key=Exit
    Parameter Name=JNDIName
    Parameter Value=deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    File receiver:
    localejbs/CallBicXIRaBean bic
    CallSapAdapter 0
    Module configuration:
    bic= destSourceMsg = MainDocument
    bic= destTargetMsg = MainDocument
    bic= mappingName= See_X2E_EDIFACT_ORDERS_UN_D93A
    ONly the mapping program name changes from E2X to X2E. IN ur case it will be See_X2E_ORDERS_UN_D96A
    Thanks
    Swarup

  • XI--- OpenJMS error  Object not found in lookup of XIJMSService

    Hi all,
    I am trying XI-->OpenJms (Server).
    I have included openJms.jar library in aii_af_jmsproviderlib.sda and deployed using SDM.
    In JMS receiver adapter I am using the following Configuration:
    Transport protocol: JMS Provider with JNDI .
    Queue connection factory : org.exolab.jms.client.JmsConnectionFactory
    JNDI-Name JMSQueue: org.exolab.jms.client.JmsQueue
    Context Factory : org.exolab.jms.jndi.InitialContextFactory
    JNDI-Server adress :tcp://10.1.102.5:3035
    In RWB i am getting the following for this scenario:
    Error Exception caught by adapter framework: Object not found in lookup of XIJMSService.
    Kindly help what other configurations are required.
    Best Regards,
    Lemine

    Hi Sebastian,
    I have still the same problem.
    could you send me a screen shot with your configuration?
    (openjms configuration).
    my email: [email protected]
    I have the following standard configuration in my modul:
    Verarbeitungssequenz:
    Modulname:                                         Type:
    ocalejbs/SAP XI JMS Adapter/ConvertMessageToBinary    L
    localejbs/SAP XI JMS Adapter/SendBinarytoXIJMSService L
    could that cause for that prblem ?
    Thanks for helpful answer.
    best regars.
    Lemine.

Maybe you are looking for

  • Please answer these questions.....Urgent

    Q You are using Data Guard to ensure high availability. The directory structures on the primary and the standby hosts are different. Referring to the scenario above, what initialization parameter do you set up during configuration of the standby data

  • Printing to USB printer connected to old iMac over Network

    I have old Rev B iMac running OS 9 upstairs in the office, this has a USB printer connected to it. Downstairs I have a Mac Mini running OS 10.3.9 Both these machines are networked together via a router. This all seems to work fine, I can see the driv

  • How to set the parameter

    hi i am creating xml publisher and from OAF with parameters cusname: runreportdate: go clear buttons click go open report in pdf SELECT hp.party_name CustomerName,   csi.incident_number SRNumber,   to_char(csi.incident_date,'DD-MON-YYYY') SRDate,   t

  • Automatic update of links appears broken in 2007 format word documents

    this is all in Word 2013 Pro + [15.0.4569.1504] under Win7 [6.1.7601]. legacy DOC (XLS) format documents. have LINK fields with the following format: { LINK Excel.Sheet.8 "c:\\test\\test.xls" "Sheet19!A1:D11" /a /p } Excel spreadsheet is in the same

  • How to clone a user-defined object?

    Hello, I need to clone an Object[] array (propArray) that holds objects of Integer, Double, Boolean type, along with objects of user-defined ClassA, ClassB, ClassC type. The matter is that the ClassA object isn't being cloned, while the rest of the u