Ejb lookup throughout apache's mod_wl20

Hy,
my problem is:
-I'm supposed to retrieve from a remote client a home stub of a
clusterable ejb deployed on a cluster, whose addresses (list of...),
due to administrative choices, are not visible from other hosts; even
within the same network.
-Since on that host there is an Apache servicing on a public ip (and
port...), I'm tryng to retrive a connection to the cluster's
InitialCOntext via mod_wl 20's redirection mechanism....(i.e.
throughout url http://myapache:8080/myRedirAlias --> heading to Bea
Cluster's http://myClusterAddress:7011)
-I enabled http tunnelling on all nodes of that cluster, to accomplish
the possibility to request that InitialContext via http's url
BUT
I get an authentication failure.
Can anybody help?
Thanks in advance
Gabriele Folchi

I'm more of a 1.3 chick myself, but the words are the same just in a different language.
1. Is Tomcat running?
2. Have you configured the ajp13 connector on 8009 in Tomcat? (Should it be ajp13 for Apache 2.0? - I really must upgrade)

Similar Messages

  • EJB lookup works in embedded OC4J but not stand-alone

    I use JDeveloper 9.0.3.1 to develop a combined web & EJB application. The EJBs are deployed on a 9.0.3 iAS server on a different machine.
    The EJB lookup is in a helper class that's called by the servlet. For EJB lookup, I use the class "com.evermind.server.rmi.RMIInitialContextFactory" as described by the OC4J servlet guide (http://download-uk.oracle.com/docs/cd/A97688_10/generic.903/a97680/develop.htm#1003973). So my code looks like this:
    Hashtable map = new Hashtable();
    map.put(Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory");
    map.put(Context.PROVIDER_URL, "ormi://server:port/app-business");
    map.put(Context.SECURITY_PRINCIPAL, "admin");
    map.put(Context.SECURITY_CREDENTIALS, "password");
    map.put("dedicated.rmicontext", "true");
    InitialContext context = new InitialContext(map);
    Object thing = context.lookup("MyEjb");
    EJBHome feedback = (EJBHome)PortableRemoteObject.narrow(thing, "com.company.ejb.MyEjbHome");
    The last insert into the map (map.put("dedicated.rmicontext", "true");) wasn't mentioned neither in the servlet guide nor the EJB one. But without it, I'd always get some "domain is null" error.
    Now this code above works flawlessly in the embedded OC4J of JDeveloper. But it always hangs in the "Object thing = context.lookup("MyEjb");" line when executed either in a stand-alone OC4J (the one from JDeveloper launched through the batch file in [JDeveloper directory]\jdev\bin\start_oc4j.bat) or in the OC4J in iAS.
    Does anybody know why this happens or how to fix it? I know that there are other ways of EJB lookup in servlets but since we also have plain Java classes for testing purposes that access EJBs, this seemed like the simplest thing to do for both Java classes and servlets.

    I was referring to the java client case where this optoin is not required. In general for web clients one doesn't use the rmi initial context to find the bean. This is because the bean and the webclient are both packaged in the same application. One defines the ejb-ref in the web.xml for the bean and then looks it using the default initial context. Something like
    Context ctx = new InitialCOntext();
    ctx.lookup("bean ejb-ref-name");
    However if you must use rmi for accessing the bean from the web client then the dedicated connection property is required.
    For java clients you would setup the rmi context environment.
    Since you are trying to use a common utility class for both java and webclient I would recommend that you look into packaging the java client as a j2ee application client. Basically in that case you would be able to define a ejb-ref in the aplication-client.xml and use the default initial context in code for both the cases.
    Hope that helps
    Dhiraj

  • EJB lookup returned stub from a different classloader.

    I've written an EJB for doing authenitcation. This EJB is accessed by an security-mbean (BEA's login module).
    - The EJB is deployed in an EAR.
    - The EJB-stubs are extracted and is included as part of the MBEAN Jar.
    When I hit a webapp causing the EJB lookup to occur, the stub object returned is created by the webapp's classloader. This cause a ClassCastException when trying to cast the returned home interface into the home interface of the MBEAN's classloader.
    Note that all this is happening on the same BEA server running WLS8.1.
    I don't want to put the EJB jar on the system classpath so I can redeploy the EJB, the Application's EAR and the MBEAN to a cluster.
    -alex

    Robert Greig <[email protected]> wrote:
    Thanks for responding to my question, which newsgroup is more appropriate for
    my line of question?
    But before I move this thread, I would like to add:
    I've already handled the recursion problem on top of the ejb-lookup before JNDI
    becomes avaliable (while doing server startup) problem.
    The advantage with the EJB model is this. By changing the host/port configuration,
    I can switch between a local-authentication server or a remote provide authentication
    server network configuration.
    If I were to include the necessary classes in the mbean JAR from our application,
    there maybe resources issues since I now have 2 classloaders loading my server-portion
    of classes. Not sure how that will workout with resources and all. This model
    has the disadvantage of any classes I have in the mbean JAR will require updates
    outside my EAR. This wroks against the EAR deployment model.
    -alex
    Alex Cheung wrote:
    I've written an EJB for doing authenitcation. This EJB is accessedby an security-mbean (BEA's login module).
    - The EJB is deployed in an EAR.
    - The EJB-stubs are extracted and is included as part of the MBEANJar.
    This isn't a good approach. You are pretty much stuffed mainly for the
    reasons you outline.
    Also note that if you continue to go down this road you will have to
    handle the potential recursion (i.e accessing an EJB will invoke a
    security call to your provider!).
    Why do you need to implement this as an EJB? The main advantages of EJBs
    are security and container managed transactions neither of which is
    relevant here surely?
    Robert

  • EJB lookup from another EJB server

    Hi people,
    I have two application servers on two different computers. One
    of them contains an EJB, which I need to access from another EJB
    server. I know that I can achieve this using RMI, but will then
    security and transaction contexts be propagated to the called
    EJB?
    Sincerely,
    Sergei Batiuk.

    Here is the solution posted on another forum:
    [email protected] Dec 8, 6:03 am show options
    Newsgroups: ibm.software.websphere.studio
    From: [email protected]
    Date: 8 Dec 2004 06:03:04 -0800
    Local: Wed, Dec 8 2004 6:03 am
    Subject: Re: EJB lookup on from one server to another does not work
    Eric,
    I dealt with this same problem trying to run 2 local servers (websphere
    test servers), using 2 separate WSAD 5.1.2 workspaces. Running on 1
    server I have an application that contains an EJB, and running on the
    other server is an application that uses an access bean to make a
    remote call to my EJB, running on my other server. I too repeately
    received the "NameNotFoundException" when trying to lookup my EJB home
    reference.
    What you have to do to get around this is to modify the server
    configuration of the application that contains the EJB that you are
    attempting to call remotely. You must open the the server.wsi file for
    the server that is running the EJB and go to the "Configuration" tab.
    You must check the "Enable administrative console". Once this is
    complete, start your server. When it is started, right click on the
    server, and select "run administrative console". In the admin console,
    select
    servers -> application servers -> <your server> -> end points ->
    bootstrap address. For "host" you must change "localhost" to either
    your ip address or computer name (ive only tried my ip, but your
    computer name should work too). When building your properties to get
    the initial context, make sure you use
    "env.put(Context.PROVIDER_URL, "corbaloc:iiop:<the ip or computer name
    listed as the bootstrap host of server running ejb>:<the port listed as
    the bootstrap port of server running ejb, which is 2809 in your case>
    Restart your server and things should work.

  • EJB lookup on Remote Server or different domain fails

    Hi,
    I am having two different domain (domain1,domain2) respectvely. My ABC.ear j2eee application is deployed on domain2 and its iiop port is 33703.In domain1 i have xyz.war (web application) and it's IIOP port is 3700 .In xyz.war i am having CallEJB.jsp file.In this Jsp file i want to lookup an EJB Service called PaymentEJB(JNDI Name is ejb/PaymentEJB).
    The code is below
    InitialContext context=new InitialContext();
    Object objRef=context.lookup("corbaname:iiop:andaman:33703#ejb/PaymentEJB");
    I am getting the following error.
    [#|2005-12-14T16:42:03.422+0530|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.resource.corba._DEFAULT_.rpc.transport|_ThreadID=11;|"IOP00410216: (COMM_FAILURE) Unable to create IIOP listener on the specified host/port: all interfaces/3700"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 216 completed: No
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:2661)
    My doubt is
    1.While starting domain1 and domain2 iiop listeners are started on the port 3700 and 33703.in that case why EJB lookup tries to create listener on one more time.
    2.I am looking the 33703 port only.but it tries to create port on 3700 why?
    3.It was working till JES2005Q1.Is there any patch i need to install? or i need to change anything in my code.
    I am frustrated with this error for past one week.I will be happy if some body will give me the peace of mind(thru some solution).

    Hi
    I found the solution for this issue.
    To lookup the EJB applications in web component,we should not set any thing in the Initial Context.i.e the lookup should be
    InitialContext initContext=new InitialContext();
    Object objref = initContext.lookup("java:comp/env/ejb/"+ejbName_);
    This will get you the Home object of the EJB you are looking.
    In your web.xml you should have the entry like below.(Just replace the ejbname which you are looking for)
    <ejb-ref>
    <ejb-ref-name>ejb/GetAssertionEJB</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.ssertion.GetAssertionHome</home>
    <remote>com.assertion.GetAssertionRemote</remote>
    </ejb-ref>
    In your sun-wb.xml,you should have the entry like below(Just replace the ejbname which you are looking for)
    <ejb-ref>
    <ejb-ref-name>ejb/GetAssertionEJB</ejb-ref-name>
    <jndi-name>corbaname:iiop:<hostname>:<iiopport>#ejb/GetAssertionEJB</jndi-name>
    </ejb-ref>
    Hope this works.

  • JNDI EJB Lookup fails on Remote Server

    Hi,
    I am having two different domain (domain1,domain2) respectvely. My ABC.ear j2eee application is deployed on domain2 and its iiop port is 33703.In domain1 i have xyz.war (web application) and it's IIOP port is 3700 .In xyz.war i am having CallEJB.jsp file.In this Jsp file i want to lookup an EJB Service called PaymentEJB(JNDI Name is ejb/PaymentEJB).
    The code is below
    InitialContext context=new InitialContext();
    Object objRef=context.lookup("corbaname:iiop:andaman:33703#ejb/PaymentEJB");
    I am getting the following error.
    [#|2005-12-14T16:42:03.422+0530|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.resource.corba._DEFAULT_.rpc.transport|_ThreadID=11;|"IOP00410216: (COMM_FAILURE) Unable to create IIOP listener on the specified host/port: all interfaces/3700"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 216 completed: No
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:2661)
    My doubt is
    1.While starting domain1 and domain2 iiop listeners are started on the port 3700 and 33703.in that case why EJB lookup tries to create listener on one more time.
    2.I am looking the 33703 port only.but it tries to create port on 3700 why?
    3.It was working till JES2005Q1.Is there any patch i need to install? or i need to change anything in my code.
    I am frustrated with this error for past one week.I will be happy if some body will give me the peace of mind(thru some solution).

    http://docs.sun.com/source/819-0079/dgjndi.html
    This might help.

  • EJB lookup with weblogic?

    Hi, experts
    I have a question with the EJB lookup in weblogic, this is a question which has been asked many times when I google that. But likely there is not a clearly answer, so maybe I can get the answer from the experts?
    If we lookup an EJB, we need to use the "mappedName#interface_name" as the query name used in lookup method, Is this the only way that we query the EJB? Or is there any other ways we can simply the query name?
    Thanks for your time.

    Try posting in the forum dedicated to WLS EJB - WebLogic Server - EJB
    Also, why don't you explain what you're looking for exactly, how would you like to look up the EJB's, or are you asking for a best practice? Describing your use case will help get the best answer, right now your question is extremely generic.

  • EJB lookup problem in EAServer 6.0

    I'm migrating EAserver 4.1 to 6.0. EAserver 4.1 of Web
    component and ejb component is successfully deployed in 6.0.
    Web component is working fine but in ejb component is
    throwing NamingException while lookup. if i verified
    deployed package in "deploy" folder of EAserver 6.0
    installation this is already existed. Please see below for
    more information on exception.
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] -------------New GET Request--------------
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] Time received= Wed Aug 29 18:38:44 IST 2007
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] General info:
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] RemoteHost= 10.100.106.112
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] RemoteAddr= 10.100.106.112
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] RemoteUser= null
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] RequestURL=
    http://hdchctdann6311:8080/ent/Coordinator
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] Request headers:Accept= image/gif,
    image/x-xbitmap, image/jpeg, image/pjpeg,
    application/x-shockwave-flash, application/vnd.ms-excel,
    application/vnd.ms-powerpoint, application/msword, */*
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] Accept-Language= en-us
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] Accept-Encoding= gzip, deflate
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] User-Agent= Mozilla/4.0 (compatible; MSIE
    6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322)
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] Host= hdchctdann6311:8080
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] Connection= keep-alive
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] Authorization= Basic
    cnNodWdhbjphYWFhYWEzMg==
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] Login Credentials from Authorization Header:
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] coordID=rshugan
    2007-08-29 18:38:44.327 INFO HttpListener0-2
    [ConsoleOutput] coordPwd=aaaaaa32
    2007-08-29 18:38:44.514 INFO HttpListener0-2 [JavaCompiler]
    D:\Sybase6.0\Shared\jdk1.4.2_10\bin\javac.exe -target 1.4
    -source 1.4 -d D:\Sybase6.0\EAServer6\genfiles\java\classes
    -classpath
    D:\Sybase6.0\EAServer6\bin\..\lib\eas-server-14.jar;D:\Sybase6.0\EAServer6\bin\..\lib;
    D:\Sybase6.0\EAServer6\bin\..\ant\lib\ant.jar;D:\Sybase6.0\Shared\jdk1.4.2_10\lib\tools.jar;
    D:\Sybase6.0\EAServer6\bin\..\lib\fips\jdk14\sslplus_nio.jar;
    D:\Sybase6.0\EAServer6\bin\..\lib\fips\jdk14\sslplus.jar;D:\Sybase6.0\EAServer6\bin\..\lib\fips\jdk14\EccpressoFIPSJca.jar;
    D:\Sybase6.0\EAServer6\bin\..\lib\fips\jdk14\EccpressoFIPS.jar;
    D:\j2sdk1.4\lib;D:\Sybase6.0\EAServer6\bin\..\genfiles\java\classes;
    D:\Sybase6.0\EAServer6\bin\..\lib\ext\jconn3.jar;D:\Sybase6.0\EAServer6\bin\..\lib\ext\jTDS3.jar;
    D:\Sybase6.0\EAServer6\bin\..\lib\ext\pbejbclient100.jar;D:\Sybase6.0\EAServer6\bin\..\lib\ext\pbjdbc12100.jar;
    D:\Sybase6.0\EAServer6\deploy\webapps\ent\WEB-INF\classes;D:\Sybase6.0\EAServer6\temp\HDCHCTDANN6311\11\web.components.ent162660.jar;
    D:\Sybase6.0\EAServer6\temp\HDCHCTDANN6311\11\web.components.ent162671.jar;
    D:\Sybase6.0\EAServer6\lib\eas-server-14.jar;D:\Sybase6.0\EAServer6\lib;
    D:\Sybase6.0\EAServer6\ant\lib\ant.jar;D:\Sybase6.0\Shared\jdk1.4.2_10\lib\tools.jar;
    D:\Sybase6.0\EAServer6\lib\fips\jdk14\sslplus_nio.jar;D:\Sybase6.0\EAServer6\lib\fips\jdk14\sslplus.jar;
    D:\Sybase6.0\EAServer6\lib\fips\jdk14\EccpressoFIPSJca.jar;D:\Sybase6.0\EAServer6\lib\fips\jdk14\EccpressoFIPS.jar;
    D:\j2sdk1.4\lib;D:\Sybase6.0\EAServer6\genfiles\java\classes;
    D:\Sybase6.0\EAServer6\lib\ext\jconn3.jar;D:\Sybase6.0\EAServer6\lib\ext\jTDS3.jar;
    D:\Sybase6.0\EAServer6\lib\ext\pbejbclient100.jar;D:\Sybase6.0\EAServer6\lib\ext\pbjdbc12100.jar;
    D:\Sybase6.0\EAServer6\temp\HDCHCTDANN6311\3\lib.default-ext162090.jar
    -sourcepath D:\Sybase6.0\EAServer6\genfiles\java\src
    D:\Sybase6.0\EAServer6\genfiles\java\src\com\sybase\djc\org\omg\CosNaming\iiop_stubs\NamingContext.java
    2007-08-29 18:38:59.634 INFO HttpListener0-2 [JavaCompiler]
    2007-08-29 18:38:59.697 INFO HttpListener0-2 [JavaCompiler]
    D:\Sybase6.0\Shared\jdk1.4.2_10\bin\javac.exe -target 1.4
    -source 1.4 -d D:\Sybase6.0\EAServer6\genfiles\java\classes
    -classpath
    D:\Sybase6.0\EAServer6\bin\..\lib\eas-server-14.jar;D:\Sybase6.0\EAServer6\bin\..\lib;
    D:\Sybase6.0\EAServer6\bin\..\ant\lib\ant.jar;D:\Sybase6.0\Shared\jdk1.4.2_10\lib\tools.jar;
    D:\Sybase6.0\EAServer6\bin\..\lib\fips\jdk14\sslplus_nio.jar;
    D:\Sybase6.0\EAServer6\bin\..\lib\fips\jdk14\sslplus.jar;D:\Sybase6.0\EAServer6\bin\..\lib\fips\jdk14\EccpressoFIPSJca.jar;
    D:\Sybase6.0\EAServer6\bin\..\lib\fips\jdk14\EccpressoFIPS.jar;
    D:\j2sdk1.4\lib;D:\Sybase6.0\EAServer6\bin\..\genfiles\java\classes;
    D:\Sybase6.0\EAServer6\bin\..\lib\ext\jconn3.jar;D:\Sybase6.0\EAServer6\bin\..\lib\ext\jTDS3.jar;
    D:\Sybase6.0\EAServer6\bin\..\lib\ext\pbejbclient100.jar;D:\Sybase6.0\EAServer6\bin\..\lib\ext\pbjdbc12100.jar;
    D:\Sybase6.0\EAServer6\deploy\webapps\ent\WEB-INF\classes;D:\Sybase6.0\EAServer6\temp\HDCHCTDANN6311\11\web.components.ent162660.jar;
    D:\Sybase6.0\EAServer6\temp\HDCHCTDANN6311\11\web.components.ent162671.jar;
    D:\Sybase6.0\EAServer6\lib\eas-server-14.jar;D:\Sybase6.0\EAServer6\lib;
    D:\Sybase6.0\EAServer6\ant\lib\ant.jar;D:\Sybase6.0\Shared\jdk1.4.2_10\lib\tools.jar;
    D:\Sybase6.0\EAServer6\lib\fips\jdk14\sslplus_nio.jar;D:\Sybase6.0\EAServer6\lib\fips\jdk14\sslplus.jar;
    D:\Sybase6.0\EAServer6\lib\fips\jdk14\EccpressoFIPSJca.jar;D:\Sybase6.0\EAServer6\lib\fips\jdk14\EccpressoFIPS.jar;
    D:\j2sdk1.4\lib;D:\Sybase6.0\EAServer6\genfiles\java\classes;
    D:\Sybase6.0\EAServer6\lib\ext\jconn3.jar;D:\Sybase6.0\EAServer6\lib\ext\jTDS3.jar;
    D:\Sybase6.0\EAServer6\lib\ext\pbejbclient100.jar;D:\Sybase6.0\EAServer6\lib\ext\pbjdbc12100.jar;
    D:\Sybase6.0\EAServer6\temp\HDCHCTDANN6311\3\lib.default-ext162090.jar
    -sourcepath D:\Sybase6.0\EAServer6\genfiles\java\src
    D:\Sybase6.0\EAServer6\genfiles\java\src\com\sybase\djc\rmi\iiop\iiop_stubs\NameService.java
    2007-08-29 18:39:21.611 INFO HttpListener0-2 [JavaCompiler]
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] javax.naming.NamingException:
    com.sybase.djc.SystemException
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.ThreadContext.loadClass(ThreadContext.java:157)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.CdrInputStream.read_Object(CdrInputStream.java:1180)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.CdrInputStream_DJC.read_Object(CdrInputStream_DJC.java:952)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.ObjectRefHelper.read(ObjectRefHelper.java:25)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.SimpleObjectInputStream.readObject(SimpleObjectInputStream.java:102)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.SimpleObjectInputStream_DJC.readObject(SimpleObjectInputStream_DJC.java:940)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.SimpleObjectInputStream.readObject(SimpleObjectInputStream.java:91)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.SimpleObjectInputStream_DJC.readObject(SimpleObjectInputStream_DJC.java:903)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.iiop_stubs.NameService.resolve(NameService.java:468)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.client.ClientNamingContext.resolve(ClientNamingContext.java:673)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.client.ClientNamingContext.lookup1(ClientNamingContext.java:294)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.client.ClientNamingContext.lookup(ClientNamingContext.java:251)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    javax.naming.InitialContext.lookup(InitialContext.java:347)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.xml.util.EJBUtils.getInquiryHome(EJBUtils.java:27)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.xml.CoordinatorInquiriesProcessor.<init>(CoordinatorInquiriesProcessor.java:34)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.web.CoordinatorHttpRequestProcessor.<init>(CoordinatorHttpRequestProcessor.java:34)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.web.DispatcherSM.getGetRequestProcessor(DispatcherSM.java:86)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.web.EntServlet.doGet(EntServlet.java:103)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet.service(EntServlet.java:28)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet_DJC.access$201(EntServlet_DJC.java:4)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet_DJC$3.invoke(EntServlet_DJC.java:310)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.transaction.TransactionManager.invokeNotSupported1(TransactionManager.java:654)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.transaction.TransactionManager.invokeBeanManaged(TransactionManager.java:589)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet_DJC.service(EntServlet_DJC.java:339)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet$WC.service(EntServlet$WC.java:24)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.JSR154Filter.doFilter(JSR154Filter.java:170)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.server.jetty.WebApplicationHandler.dispatch(WebApplicationHandler.java:157)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.server.jetty.WebApplicationHandler.handle(WebApplicationHandler.java:115)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpServer.service(HttpServer.java:909)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.server.jetty.HttpListener.handleConnection(HttpListener.java:107)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] Caused by: java.lang.ClassNotFoundException:
    class loader: web.components.ent, class name:
    com.ilx.mis.entIA.ejb.InquiryHome
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.NamedClassLoader.load(NamedClassLoader.java:616)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.NamedClassLoader_DJC.load(NamedClassLoader_DJC.java:916)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.NamedClassLoader.loadClass(NamedClassLoader.java:135)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.NamedClassLoader_DJC.loadClass(NamedClassLoader_DJC.java:1042)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.NamedClassLoader.loadClass(NamedClassLoader.java:111)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.NamedClassLoader_DJC.loadClass(NamedClassLoader_DJC.java:1000)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.NamedClassLoader.loadClass(NamedClassLoader.java:94)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.NamedClassLoader_DJC.loadClass(NamedClassLoader_DJC.java:958)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.util.ThreadContext.loadClass(ThreadContext.java:148)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] ... 46 more
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.client.ClientNamingContext.resolve(ClientNamingContext.java:685)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.client.ClientNamingContext.lookup1(ClientNamingContext.java:294)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.rmi.iiop.client.ClientNamingContext.lookup(ClientNamingContext.java:251)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    javax.naming.InitialContext.lookup(InitialContext.java:347)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.xml.util.EJBUtils.getInquiryHome(EJBUtils.java:27)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.xml.CoordinatorInquiriesProcessor.<init>(CoordinatorInquiriesProcessor.java:34)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.web.CoordinatorHttpRequestProcessor.<init>(CoordinatorHttpRequestProcessor.java:34)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.web.DispatcherSM.getGetRequestProcessor(DispatcherSM.java:86)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.ilx.mis.entIA.web.EntServlet.doGet(EntServlet.java:103)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet.service(EntServlet.java:28)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet_DJC.access$201(EntServlet_DJC.java:4)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet_DJC$3.invoke(EntServlet_DJC.java:310)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.transaction.TransactionManager.invokeNotSupported1(TransactionManager.java:654)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.transaction.TransactionManager.invokeBeanManaged(TransactionManager.java:589)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet_DJC.service(EntServlet_DJC.java:339)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    web.components.ent.EntServlet$WC.service(EntServlet$WC.java:24)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.JSR154Filter.doFilter(JSR154Filter.java:170)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.server.jetty.WebApplicationHandler.dispatch(WebApplicationHandler.java:157)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.server.jetty.WebApplicationHandler.handle(WebApplicationHandler.java:115)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpServer.service(HttpServer.java:909)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    com.sybase.djc.server.jetty.HttpListener.handleConnection(HttpListener.java:107)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
    2007-08-29 18:39:21.658 INFO HttpListener0-2
    [ConsoleOutput] at
    org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
    2007-08-29 18:39:21.673 INFO HttpListener0-2
    [ConsoleOutput] Response Status= 503
    2007-08-29 18:39:21.689 INFO HttpListener0-2
    [SystemException] java.lang.NoClassDefFoundError was thrown
    by method
    web.components.ent.EntServlet.service(javax.servlet.http.HttpServletRequest
    , javax.servlet.http.HttpServletResponse)
    2007-08-29 18:39:21.689 INFO HttpListener0-2
    java.lang.NoClassDefFoundError:
    org/apache/turbine/util/StringUtils
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    com.ilx.mis.entIA.web.EntServlet.doGet(EntServlet.java:136)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    web.components.ent.EntServlet.service(EntServlet.java:28)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    web.components.ent.EntServlet_DJC.access$201(EntServlet_DJC.java:4)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    web.components.ent.EntServlet_DJC$3.invoke(EntServlet_DJC.java:310)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    com.sybase.djc.transaction.TransactionManager.invokeNotSupported1(TransactionManager.java:654)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    com.sybase.djc.transaction.TransactionManager.invokeBeanManaged(TransactionManager.java:589)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    web.components.ent.EntServlet_DJC.service(EntServlet_DJC.java:339)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    web.components.ent.EntServlet$WC.service(EntServlet$WC.java:24)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.jetty.servlet.JSR154Filter.doFilter(JSR154Filter.java:170)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    com.sybase.djc.server.jetty.WebApplicationHandler.dispatch(WebApplicationHandler.java:157)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    com.sybase.djc.server.jetty.WebApplicationHandler.handle(WebApplicationHandler.java:115)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.http.HttpServer.service(HttpServer.java:909)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    com.sybase.djc.server.jetty.HttpListener.handleConnection(HttpListener.java:107)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
    2007-08-29 18:39:21.689 INFO HttpListener0-2 at
    org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
    2007-08-29 18:39:21.689 WARN HttpListener0-2
    [ServletHandler] Error for /ent/Coordinator
    2007-08-29 18:39:21.689 WARN HttpListener0-2 Caused by:
    java.lang.NoClassDefFoundError:
    org/apache/turbine/util/StringUtils
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    com.ilx.mis.entIA.web.EntServlet.doGet(EntServlet.java:136)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    web.components.ent.EntServlet.service(EntServlet.java:28)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    web.components.ent.EntServlet_DJC.access$201(EntServlet_DJC.java:4)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    web.components.ent.EntServlet_DJC$3.invoke(EntServlet_DJC.java:310)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    com.sybase.djc.transaction.TransactionManager.invokeNotSupported1(TransactionManager.java:654)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    com.sybase.djc.transaction.TransactionManager.invokeBeanManaged(TransactionManager.java:589)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    web.components.ent.EntServlet_DJC.service(EntServlet_DJC.java:339)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    web.components.ent.EntServlet$WC.service(EntServlet$WC.java:24)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.jetty.servlet.JSR154Filter.doFilter(JSR154Filter.java:170)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    com.sybase.djc.server.jetty.WebApplicationHandler.dispatch(WebApplicationHandler.java:157)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    com.sybase.djc.server.jetty.WebApplicationHandler.handle(WebApplicationHandler.java:115)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.http.HttpServer.service(HttpServer.java:909)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    com.sybase.djc.server.jetty.HttpListener.handleConnection(HttpListener.java:107)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
    2007-08-29 18:39:21.689 WARN HttpListener0-2 | at
    org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
    2007-08-29 18:39:38.136 INFO HttpListener0-0
    [TilesRequestProcessor] Tiles definition factory found for
    request processor '/easmgmplugin'.
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing: default
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing: ejb.components.management
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [TransactionBatch:default] init: maximum batch size = 1,
    maximum batch wait = 1 ms
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing: lib.default-ext
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing: application.console
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing:
    ejb.components.console.managementejb
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing: ejb.components.datawindow
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing: ejb.components.entia
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing:
    web.components.console.console
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing: web.components.ent
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [NamedClassLoader] Refreshing: web.components.entia_xsl
    2007-08-29 18:44:10.886 INFO HttpListener0-2
    [N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    Note that WebLogic 12c endorses JavaEE6.
    Look ups and how JNDI works is explained in the JavaEE6 tutorial: http://docs.oracle.com/javaee/6/tutorial/doc/gipjf.html

  • Error while invoking EJB lookup

    Hello
    Outline:
    Two DCs, one containing some JPA code, exposing method as EJB. The other generated as WS skeleton from ESR.
    Code in WS method:
    TrainingSBLocal bean = (TrainingSBLocal) context.lookup("app.company.pl/training2ear/LOCAL/TrainingSBBean"); 
    causes:
    ClassCastException: class com.sap.engine.services.jndi.implclient.ClientContext:service:naming_com.sap.engine.boot.loader.ResourceMultiParentClassLoader_e5025_alive incompatible with interface pl.company.app.zss_prototyp.TrainingSBLocal:app.company.pl/training2ear_com.sap.engine.boot.loader.ResourceMultiParentClassLoader_1b7731b_alive
    ("at" replaced by _ )
    WS DC is dependent on EJB one in Design, Deploy and Runtime.
    Any suggestions?
    Thanks in advance.
    Regards
    Maciej

    Ok, I got it working now, I found there's an OC4J_Client.zip not just oc4jClient.jar which has to be included in the classpath.
    Thanks

  • Problem in ejb lookup

    Hi,
    I am new to J2EE and JDeveloper. I am trying to manually migrate one Oracle Form to J2EE. I have created two jsps. First JSP creates UI, does all the validation and then calls second jsp for processing. In second jsp I am trying to get homeinterface for ejb on which I will call database operations method. The problem I am facing is I am not getting what exactly should be entry for lookup(calling lookup on initail context). I tried to locate it in orion-ejb-jar.xml and also in ejb-jar.xml but didn't get it. Pls help me regarding the same.
    Regds,
    Sampada

    Well this is possible only in JDeveloper.
    In the web.xml, specify the details as
    <ejb-ref>
    <ejb-ref-name>ejb/EmployeeHome</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>EmployeeHome</home>
    <remote>Employee</remote>
    <ejb-link>Employee</ejb-link>
    </ejb-ref>
    </web-app>
    In the orion-ejb-jar.xml, specify the following
    <orion-ejb-jar>
    <enterprise-beans>
    <session-deployment max-instances="-1" name="Employee" location="ejb/EmployeeHome"/>
    <entity-deployment max-instances="-1" name="EmpEB" copy-by-value="false" data-source="jdbc/EmpDS" exclusive-write-access="false"/>
    </enterprise-beans>
    In the snippet above, i access a session bean, you change this according to ur settings.
    The client code has been already posted above.
    regards,
    Sachin

  • EJB lookup in a cluster (DNS names to servers mapping)

              I am using weblogic6.0 to setup a object clusters. Currently I have 2 physical
              machine each running one object server.
              I have a servlet in the web tier (it is not part of the cluster) that lookups
              the EJB's.
              From the documentation, I understand intialContext lookup should use one DNS name
              that maps to both the object servers.
              My question is how can I setup that ?
              - I tried the following, I am not sure if this is right
              I created a virtualhost with
              name: MyVirtualHost
              virtual host names : MyCluster (this is name of the cluster I had setup )
              Targets : MyCluster
              I tried looking up with
              t3//MyVirtualHost:7001 and t3//MyCluster:7001
              No luck in both the cases !!!!!
              Note : I restarted my weblogic servers after
              creating the virtual host. But I did not reboot my machine ( don't know if this
              is required )
              Please help !!!!
              Thanks
              Abi -
              

              You need add an entry in Domain Name Server to include your host1 and host2, and
              use it in your JNDI lookup. Or you can do:
              t3://host1,host2:7001
              Both ways should work. Will load balancing to two JNDI trees.
              Jim Zhou.
              "Abinesh Puthenpurackal" <[email protected]> wrote:
              >
              >I am using weblogic6.0 to setup a object clusters. Currently I have 2
              >physical
              >machine each running one object server.
              >
              >I have a servlet in the web tier (it is not part of the cluster) that
              >lookups
              >the EJB's.
              >
              >From the documentation, I understand intialContext lookup should use
              >one DNS name
              >that maps to both the object servers.
              >
              >My question is how can I setup that ?
              > - I tried the following, I am not sure if this is right
              > I created a virtualhost with
              > name: MyVirtualHost
              > virtual host names : MyCluster (this is name of the cluster I had
              >setup )
              > Targets : MyCluster
              >
              >I tried looking up with
              >t3//MyVirtualHost:7001 and t3//MyCluster:7001
              >
              >No luck in both the cases !!!!!
              >
              >Note : I restarted my weblogic servers after
              >creating the virtual host. But I did not reboot my machine ( don't know
              >if this
              >is required )
              >
              >Please help !!!!
              >
              >Thanks
              >Abi -
              >
              

  • Ejb lookup and oc4j container startup

    I have a servlet that is set to auto start on container startup that does a lookup on a ejb in another container. jndi locates the ejbhome but fails to load the class for the ejb home. It knows the name of the class but the classloader cannot find it. This same servlet works fine after the container has started up.
    It feel the problem is a classloader problem or a restriction by oracle. Any help is appreciated.
    Why can't the OC4J default application that auto starts servlets at container startup not find the ejbhome class?
    David Jacobs

    We have previously done it, but it only worked when we are using in 10g AS R1. But now, we are porting to R2, but it doesn't work. We didn't do any other things, just a simple lookup using the url, context factory. In R1 it worked fine, in R2, we are encountering the same, NameNotFoundException. Hope someone could help us also with this. Another thing, when we are using ormi://<rest of url>, it doesn't return any exception and our application hangs, but if we use opmn:ormi://<rest of URL>, that's the time it throws the NameNotFoundException. In R1, we didn't have any problems.

  • EJB lookup failing in DCM managed Oracle AS clustering

    Hi
    My purpose is to test DCM managed Oracle AS clustering:
    For that I have two Oracle Application servers installed in two different machines with
    Version: 10.1.2.0.2 and Installation Type as J2EE and Web Cache
    I created an OracleAS File-based Farm and associated both the instances of AS to the cluster. Then I created One OC4J instance called InstanceOne on the cluster and deployed my Application ear onto the cluster.I also configued web Application and EJB Application State Replication the with OracleAS Cluster (OC4J).
    My Application has one Ejb module and a web module. My stateless Session bean is Spring framework implemented and I am trying to load the Spring Context lookup from the Struts Action Class by using WebApplicationContext.
    My spring context looks like this
    <bean id="jndiTemplate"
    class="org.springframework.jndi.JndiTemplate">
    <property name="environment">
    <props>
    <prop key="java.naming.factory.initial">com.evermind.server.rmi.RMIInitialContextFactory</prop>
    <prop key="java.naming.provider.url">opmn:ormi://<server host>:InstanceOne/<Application Name></prop>
    <prop key="java.naming.security.principal">oc4jadmin</prop>
    <prop key="java.naming.security.credentials">admin</prop>
    <prop key="oracle.j2ee.naming.cache.timeout">30</prop>
    <prop key="Dedicated.Connection">yes</prop>
    <prop key="Dedicated.RMIcontext">false</prop>
    <prop key="LoadBalanceOnLookup">true</prop>
    </props>
    </property>
    </bean>
    <bean id="service"
    class="org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean">
    <property name="jndiTemplate">
                   <ref bean="jndiTemplate"/>
              </property>
    <property name="jndiName">
    <value>MyServiceEJB</value>
    </property>
    <property name="cacheHome">
    <value>false</value>
    </property>
    <property name="refreshHomeOnConnectFailure">
    <value>true</value>
    </property>
    <property name="businessInterface">
    <value>com.my.springejb.MyBusinessInterface</value>
    </property>
    </bean>
    When I give only one server lookup like
    opmn:ormi://<server host1>:InstanceOne/<Application Name>
    then lookup is working, But by giving two servers in cluster, like opmn:ormi://<server host1>:InstanceOne/<Application Name>, opmn:ormi://<server host2>:InstanceOne/<Application Name>
    I am getting error like this
    06/12/01 19:27:41 java.lang.NumberFormatException: For input string: "InstanceOne"
    06/12/01 19:27:41 at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    06/12/01 19:27:41 at java.lang.Integer.parseInt(Integer.java:468)
    06/12/01 19:27:41 at java.lang.Integer.parseInt(Integer.java:518)
    06/12/01 19:27:41 at com.evermind.server.rmi.RMIInitialContextFactory.getInitialContext(RMIInitialContextFactory.java:237)
    06/12/01 19:27:41 at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    06/12/01 19:27:41 at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    06/12/01 19:27:41 at javax.naming.InitialContext.init(InitialContext.java:219)
    06/12/01 19:27:41 at javax.naming.InitialContext.<init>(InitialContext.java:195)
    06/12/01 19:27:41 at org.springframework.jndi.JndiTemplate.createInitialContext(JndiTemplate.java:105)
    06/12/01 19:27:41 at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:83)
    06/12/01 19:27:41 at org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.create(SimpleRemoteStatelessSessionProxyFactoryBean.java:19)
    My intension of testing is, if I make one server instance (InstanceOne) down then my lookup should divert all ejb calls to the other server in the cluster, which is not happening at all, and I am getting Server SHUT DOWN exception in the server.
    Can anybody please let me know, whether the approach is correct and is there any problem with Spring lookup which does not support multiple host lookup or anything I am missing in my steps, as I am following the Oracle Application Server High Availability Guide 10g Release 2 (10.1.2)

    you can find an running sample from :
    http://javahowto.blogspot.com/2007/12/calling-weblogic-ejb-3-from-jruby-and.html
    In weblogic, local ejb don't appear in the jndi tree, but , it can be founded ...
    It works into 10.0 and 10.3
    Cheers !

  • Authentication and EJB Providers in Apache SOAP 2.0

    Has anyone tried to modify the latest Apache SOAP code to pass the rpcrouter
    servlet Basic Authentication information (from HTTPSession) on to the JNDI
    initial context in the Stateless Session EJB Provider code (i.e. impersonate
    the authenticated http user for EJB calls)? I am thinking about allowing
    SOAP users to inherit the EJB deployment descriptor access control setup.
    Dan Meany

    With the link attached.
    Hi Denes, This is a configuration for configuring mod_auth_sspi on Apache 2.2 (and proxy to the EPG) I haven't tried 2.0 but I'm pretty sure it should work in the same way.
    Re: NTLM Authentication
    Rob..

  • EJB lookup via JNDI results in java.lang.NoClassDefFoundError

    Hello,
    I have created and deployed an EJB to the WebAS (ver 6.40).  There is no problem looking up the bean via JNDI and calling its methods from a J2EE application - I successfully did this via a servlet.
    However, a JNDI lookup from a Web Dynpro application - on the same server - results in a java.lang.NoClassDefFoundError error.
    The code for the JNDI lookup is identical in either case.
    Any thoughts?

    Hello,
    I am calling ejb from .jsp use following code
    Properties props = new Properties();
    InitialContext ctx = new InitialContext();
    Object ob = ctx.lookup("java:comp/env/ejb/CalculatorBean");
    CalculatorHome home = (CalculatorHome) PortableRemoteObject.narrow(ob, CalculatorHome.class);
    calc = home.create();
    I have a error:
    java.lang.ClassNotFoundException: class com.sap.examples.calculator.beans.CalcProxy : com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at calculator, the whole lookup name is java:comp/env/ejb/CalculatorBean
    My ejb-jar.xml is:
    <display-name>
         CalculatorEjb</display-name>
         <enterprise-beans>
              <session>
                   <icon/>
                   <ejb-name>Calculator</ejb-name>
                   <home>com.sap.examples.calculator.CalculatorHome</home>
                   <remote>com.sap.examples.calculator.CalculatorRemote</remote>
                   <local-home>com.sap.examples.calculator.CalculatorLocalHome</local-home>
                   <local>com.sap.examples.calculator.CalculatorLocal</local>
                   <service-endpoint>com.sap.examples.calculator.CalculatorServiceEndpoint</service-endpoint>
                   <ejb-class>com.sap.examples.calculator.CalculatorBean</ejb-class>
                   <session-type>Stateless</session-type>
                   <transaction-type>Container</transaction-type>
                   <ejb-ref>
                        <ejb-ref-name>ejb/CalculatorBean</ejb-ref-name>
                        <ejb-ref-type>Session</ejb-ref-type>
                        <home>com.sap.examples.calculator.CalculatorHome</home>
                        <remote>com.sap.examples.calculator.CalculatorRemote</remote>
                        <ejb-link>Calculator</ejb-link>
                   </ejb-ref>
                   <ejb-local-ref>
                        <description/>
                        <ejb-ref-name>ejb/CalculatorBean</ejb-ref-name>
                        <ejb-ref-type>Session</ejb-ref-type>
                        <local-home>com.sap.examples.calculator.CalculatorLocalHome</local-home>
                        <local>com.sap.examples.calculator.CalculatorLocal</local>
                        <ejb-link>Calculator</ejb-link>
                   </ejb-local-ref>
              </session>
         </enterprise-beans>
    my ejb-j2ee-engine.xml is:
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-j2ee-engine
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="ejb-j2ee-engine.xsd">
         <enterprise-beans>
              <enterprise-bean>
                   <ejb-name>Calculator</ejb-name>
                   <ejb-ref>
                        <ejb-ref-name>ejb/CalculatorBean</ejb-ref-name>
                        <jndi-name>ejb/CalculatorBean</jndi-name>
                   </ejb-ref>
                   <ejb-local-ref>
                        <ejb-ref-name>ejb/CalculatorBean</ejb-ref-name>
                        <jndi-name>ejb/CalculatorBean</jndi-name>
                   </ejb-local-ref>
              </enterprise-bean>
         </enterprise-beans>
    </ejb-j2ee-engine>

Maybe you are looking for