Client Applet and EJB Server problem

Hi,
I developed a applet client that tries to connect to an EJB on the server side. The Applet runs okay in JDev3 but if I deploy it and test it outside the JDev tool I get an error. I tracked the problem to the following line of code:
ic = new InitialContext(environment);
Do I run into an applet security problem? If so what do i have to do to allow the applet to read/write to the local system?
Thanks for any hints!
Peter
Error I get
JAR cache enabled.
Opening http://pete/gateway/clientmanagement.jar no proxy
CacheHandler file name: C:\WINNT\Profiles\peter.000\Temporary Internet Files\Content.IE5\ALMN6PAZ\clientmanagement[1].jar
Creating an initial context
Opening http://pete/gateway/oracle/oas/container/nls/Version_en_US.class no proxy
CacheHandler file name: null
null

Hi,
I have still problems getting the client applet running. I tested it with the appletviewer and I modified the security.policy file. I allow the applet to almost everthing but i still get the following error:
What do I do wrong? Do I really have to sign the jar file? Do I miss some stub classes?
Thanks for any hints...
Peter
JAR cache disabled.
Opening http://pete/Gateway/. no proxy
Opening http://pete/Gateway/. no proxy
Opening http://pete/Gateway/test/Client.class no proxy
CacheHandler file name: C:\WINNT\Profiles\peter.000\Temporary Internet Files\Content.IE5\ALMN6PAZ\Client[1].class
Opening http://pete/Gateway/test/Client$1.class no proxy
CacheHandler file name: C:\WINNT\Profiles\peter.000\Temporary Internet Files\Content.IE5\ALMN6PAZ\Client$1[1].class
Creating an initial context
Looking for the EJB published as 'Gateway/GatewayProcessorRemote'
Opening http://pete:80/_RMProxyURL_ no proxy
Naming exception!
[Root exception is org.omg.CORBA.NO_IMPLEMENT: minor code: 0 completed: No]javax.naming.ServiceUnavailableException
at oracle.oas.jndi.oas.SecCosNamingContext.resolve(SecCosNamingContext.java:265)
at oracle.oas.jndi.oas.BeanContext.lookup(BeanContext.java:328)
at oracle.oas.jndi.oas.BeanInitialContext.resolve(BeanInitialContext.java:265)
at oracle.oas.jndi.oas.BeanContext.lookup(BeanContext.java:328)
at oracle.oas.jndi.oas.BeanInitialContext.lookup(BeanInitialContext.java:165)
at oracle.oas.jndi.oas.WrapperContext.lookup(WrapperContext.java:78)
at oracle.oas.jndi.oas.BeanContext.lookup(BeanContext.java:422)
at javax.naming.InitialContext.lookup(InitialContext.java:288)
at test.Client.initializeEJB(Client.java:104)
at test.Client.startButton_actionPerformed(Client.java, Compiled Code)
at test.Client$1.actionPerformed(Client.java:55)
at java.awt.Button.processActionEvent(Button.java:308)
at java.awt.Button.processEvent(Button.java:281)
at java.awt.Component.dispatchEventImpl(Component.java, Compiled Code)
at java.awt.Component.dispatchEvent(Component.java, Compiled Code)
at java.awt.EventQueue.dispatchEvent(EventQueue.java, Compiled Code)
at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java, Compiled Code)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
null

Similar Messages

  • Applets and EJBs

    Hi:
    we have a jDK 1.1.8 version Applet that needs direct access to a EJB 1.1 version ( Direct access i mean: No servlet in Between applet and EJB). The tool we are using to deploy the EJB to the Applicaton Server 3.6 ( Sybase) is PowerJ 3.6.1.
    The Problem is the applet can access the EJB whenever we run the applet through Appletviewer BUT we get an Intial Context Failure error and subsequently everything related with the Bean functionality fails, when applet is run through a browser ( IE version 5.0 / 5.5 / 6.0)
    Note: The applet's webserver and the Application server are on the same machine.
    Can anyone help on this case.
    Thank you.
    Satish

    Hi paul:
    Thanks for your reply.
    For ur question about using Applest.getCodeBase to construct the URL that you are using for your context provider,
    We use the PowerJ tool to add the intial context and home interface of the EJB to the Applet application.
    I am in a way restricted with this tool. The applet has been developed through this tool and the tool doesnot allow any manual changes to the Intial Context code and the Codebase that it generates.
    I was going through many other forums , some say that Microsoft's ( IE / JVM ) doesnot support rmi stuff.
    Do u think i should make sure that the applet has the rmi files in its classpath because when i look at the stacktrace of the applet , it gives
    root execption: java.rmi.naming.* not found and subsequently Initial context fails.

  • Applets and EJB's

    Can an Applet work like a client for an EJB? How can I do this?
    Thanks for all.

    Yes you can use an applet here and applets can be very useful in a J2EE application. The rule of thumb should be to NOT use them unless your users demand a sophisticated UI component that can not easily be done in html/jsp/servlet. The advantages of an applet are the availability of swing and awt design ui objects. The major disadvantage is the requirement for users to download the swing and applet jars before they can run your app. If your doing an Amazon.com kind of thing that would be unacceptable but if your doing an intranet or industry specific site, it might be ok.
    When you decide to use an applet you can just put in in a jsp. Create a servlet to handle talking to the applet and user http sockets to do so.
    t3chi3

  • How can an client-applet connect to server-DB?

    as the subject.
    I want the applet@client-side connect to DataBase@server-side,
    I am using Tomcat as engine & JDBC-mysql as tools
    where should the jdbc class placed in? WEB-INF/classes ? WEB-INF/lib ?? or others?
    now i am facing the problem that the applet seems cannot access WEB-INF and cannot locate the jdbc driver.
    could anybody give me some hints?
    thank you very much

    Hello
    I don't know the answer, sorry. This is the jdb (java debugger) tool forum.
    You might want to post your question over on the JDBC forum.
    Try this link:
    http://forum.java.sun.com/forum.jsp?forum=48

  • Deploying an rich client (Applet and main method)in iPlanet.

    I would like to know how to deploy an applet client and a main() method client in the iPlanet Application Server. Adv. thnax for your replies.

    Dear punit,
    Thanx for ur reply.
    but then where will i mention the JNDI name which we usually supply in DD during the deployment of a WAR file.
    When i try to run the standalone appln. i get an error, because i have not supplied a jndi name in the server. where will client find out the jndi name from, because nothing is specified in the server(but in the case of servlet we spcify the JNDI name in DD XML file.)
    R u working currently on iAS6.0.
    Thanx and see if u can reply me ASAP.

  • Passing data b/w applet and apache server

    Hi all,
    I have an application that runs in the JApplet.I have to pass data b/w server and applet.The
    datas are brought from the server using php to the browser and passed to applet using param
    tags.
    1.Is it possible to set value for the param tag from applet?
    2.How to retrieve data from the param tag to the applet in the form of an array.
    In the getParameter it is required to specify the param name.
    Is it possible to retrieve data from param tag similar to that of getting data from command
    line arguments array.

    Hi all,
    I have an application that runs in the JApplet.I have
    to pass data b/w server and applet.The
    datas are brought from the server using php to the
    browser and passed to applet using param
    tags.
    1.Is it possible to set value for the param tag from
    applet?Why do you ever want to do it? It sounds like setting arguments passed to a program's main method from command line after the main method has been invoked. It is possible though to dynamically set any values for any applet params using php before the applet gets loaded to the browser window as you generate an html file on the server side.
    2.How to retrieve data from the param tag to the
    applet in the form of an array.
    In the getParameter it is required to specify the
    param name.
    Is it possible to retrieve data from param tag similar
    to that of getting data from command
    line arguments array.You can use some naming/numbering convention for your params. For example settings1, settings2 ... Then you can loop in your code retrieving the values like getParameter("settings" + i) checking to see that it is not null or empty.
    However, if you don't want to reload the applet (together with the page) just to get some new data from the server, you can establish a tcp/ip connection as elchaschab recommended.
    Cheers!

  • Mail synchro and smtp server problems

    I have a permanent problem with using my MB Pro and email client. Instead of icloud email im using some other email adresses and its appear everytime when i come back home (using wifi connection) problems with Mail program. Sometimes appears in a folder to send sent email from two hours before. sometimes the whole program switch all accounts offline and its a big problem to switch it online. Also i can send something but one day after appear a window that this message wasnt send because .... now i have problem with my icloud account. i can see email in advance on my iphone and ipad but on computer in the best way in one hour. Could someone from you help me to solve it? before i have changed my job i was using MS Outlook on this computer and with less failures then this Apple product.

    Felix,
    I agree, I think it is a bug. My wife is experiencing the exact same issue on her MacBook after upgrading to Lion.
    I submitted Mail feedback tonight to Apple. I hope they get this fixed pronto. My wife prefers Mail to the web interface or using her iPhone for mail. Thanks for explaining the issue.

  • Mail.app and Exchange Server Problems?

    I am an Apple Mail user and my university just switched to an Exchange Server 2003 for student e-mail. The university is only supporting Entourage, but I have configured Mail to work with Exchange without any major problem. This week, I have noticed that I have a problem where Mail.app will say that I have four new e-mails in my Exchange in-box. When I click on my Exchange in-box, no new e-mail appears. After experiencing this problem for about a week, I finally logged onto our Exchange web access site for the university. I discovered that I did indeed have four new e-mails in my in-box, but these e-mails were not showing up in Mail.app. Interestingly, all of the e-mails were undeliverable e-mails that had popped back because I had the wrong address. I am wondering why these e-mails would show up in on web access, but not show up in Mail.app.
    I have spoken with our university tech. support numerous times and they have been unable to figure out the problem. It seems this may be a Mail.app isse as opposed to an Exchange problem.
    Thanks,
    Joe Biedlingmaier

    I use Exchange at work and have 5 Macs working with it w/o problems. The trick is to correctly specify SMPT and Outlook Web Access Server.
    Do the following:
    When you create a new mail account, choose IMAP or Exchange (if it shows on the list)
    for Email Address specify your exchange email address
    continue
    for Incoming Mail Server: use name of the server without any prefixes such as mail. (The example shown under the box is wrong. It took me forever to figure it out)
    for username and password use the same one you use when log in into exchange webmail
    continue
    for outgoing email server use the name of the server, again without smtp.
    you may need to use authentification in order to send mail. In that case use the same user and password as when you log into your exchange
    I was doing it as I was writing this to make sure it workes. It does.

  • Connecting a Java Client with a VB Server (problem in recieving messages)

    Hi all, i have a VB based Server through which i am trying to connect a VB Server through Sockets
    The Connection is Successfull but the problem i am unable to recieve all the messages from VB Server,
    but all the messages on the Server Side is coming properly, i want to know do we have a secure connection between Vb and Java

    Your answer is here.

  • Client Certification and Just Server Certification IN SSL OAS 10.1.2.3

    We are trying to find out how to setup the ssl.conf as a part of our OAS 10.1.2.3 to accept two different types of users with two different URL. We need to setup the Oracle HTTP Server to NOT TO ASK for the CLIENT VERIFICATION SMART CARD and Cert Information if the URL that is entered by the user includes /web_html for example as a part of the total URL.
    We think it might be doable by using SSLRequire ( %{SSL_CIPHER} but so far no luck.
    If anyone has any example to share, we greatly appreciate it.
    Thanks so much in advance for your time,
    KA

    Resolved. Command "dcmctl resetfiletransaction" and then opmnctl stop and startall cleared the process. It was dcm-daemon that was still alive.

  • Security Update 2008-007 and Exchange Server Problem

    At work I access an exchange server using Entourage 2004 under Leopard 10.5.5. I just installed the 2008-007 Security Update and now I can no longer connect with the exchange server. Other network services are working, just can't access exchange. Oddly, I am also unable to access the my work mail using Outlook Web Access (OWA) in Safari, but it works in Firefox. Has anyone else run into these problems? Any advice? Thanks.
    M. Ward

    Hi,
    I'm having exactly the same problem at work. We use a Microsoft Exchange Server 2007 here and I can't connect to my folder in the server since yesterday, either on my desktop iMac and on my MacBook. When I click on the server icon I have for a long time in the dock, after sometime waiting I get the message "Connection failed-Maybe the server doesn't exist......". I also tried through the "connect" icon in a Finder window and even changing the server adress to smb://nameoftheserver doesn't work.
    I don't have the OWA problem since it works with https:// and not with http://
    Hope somebody can help us.
    Ansumane

  • OPMN and HTTP server problem

    Hi all,
    I'm trying to install Application Server Infrastructure on RHEL 3, I Managed the connect the OID with database repository on another server..
    But the installation failed at OPMN configuration assistant-start HTTP server!
    I continued the installation anyway and used configToolCommands to configure the rest of the required tool, so now every thing is configured well exept for the (OPMN configuration assistant-start HTTP server)
    in the installation log file, this was what I found:
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=14674)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/9.0.4/IMHome/opmn/logs/HTTP_Server~1
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "OPMN Configuration Assistant - start HTTP Server" failed
    So..Any idea what could be the problem? and how can I solve it?
    Plz,reply as soon as you can, it's urgent..
    Thx.
    Asma

    try this...there might be a port conflict with webcache and Http.
    if you do not need webcache..stop it and start http.
    opmnctl stopproc ias-component=Webc{C}ahe
    opmnctl startproc ias-component=HTTP_Server
    i am positive it will be port conflict. try running your http in a different port.

  • Thunderbird 24.0 and mail server problem (STARTTLS mode)

    Apple XServer MAC OS 10.6.8
    Server Apps 10.6.5 (328.4)
    I have thunderbid 24.0 problem with Apple XServer 10.6 in STARTTLS mode? Thunderbird 17.0 working fine with mail server without any problem.
    In TB 24, when you use STARTTLS to make security connection to mail server. And you send the message, you getting error messages that you failed to sent? In TB 17, no error and able to sent message without any problem.
    Also note: that Thunderbird 24 for Windows ALSO problem as well. same problem as above.
    I wonder if mail server need update or change setting to be working with Thunderbird 24.0?
    Thanks!
    Worlaan

    That what problem I have.
    When I sent the message and got error message: Send Message Error. Sending of message failed. The message could not be sent using SMTP server mail.****.*** for an unknown reason. Please verify that your SMTP server settings are correct and try again, or contact your network administrator.
    smtp.log from TB 24:
    1882811584[100330240]: SMTP Connecting to: mail.****.***
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 220 ****.*** ESMTP Postfix
    1882811584[100330240]: SMTP entering state: 14
    1882811584[100330240]: SMTP Send: EHLO Fanwood-200.local
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 250-****.***
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 250-PIPELINING
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 250-SIZE 67108864
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 250-VRFY
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 250-ETRN
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 250-STARTTLS
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 250-ENHANCEDSTATUSCODES
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 250-8BITMIME
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 250 DSN
    1882811584[100330240]: SMTP entering state: 4
    1882811584[100330240]: SMTP entering state: 21
    1882811584[100330240]: SMTP Send: STARTTLS
    1882811584[100330240]: SMTP entering state: 0
    1882811584[100330240]: SMTP Response: 220 2.0.0 Ready to start TLS
    1882811584[100330240]: SMTP entering state: 19
    1882811584[100330240]: SMTP entering state: 14
    1882811584[100330240]: SMTP Send: EHLO Fanwood-200.local
    (It stopped here.)
    And it never show security certificate alert.  Note: I changed domain name to hide. (****.***)

  • Applet and EJB

    Hi! there.
    I use applet to get Bean from EJB.
    when I lookup jndiName from context. I get following exception ,
    java.lang.ClassCastException : weblogic.rmi.internal.StubInfo
    How I can obtain EJBean from context in applets?
    any reply is appreciated.
    I use wlServer 6.1sp1, and I use java plugin1.3.1_01
    I used following applet code
    <html>
    <OBJECT CODE = "Test.class" CODEBASE = "t3://localhost:7001/applets" ARCHIVE =
    "weblogic.jar, micDcdpApprovalEJB.jar, micDcdpSystemEJB.jar" WIDTH = 500 HEIGHT
    = 440>
    </OBJECT>
    </html>

    Of course can.
    You should call EJB remote interface.
    This will help you
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/J2eeTutorialTOC.html

  • Visibroker and Managed Server problem

    Hi,
    I have a webapp that connects to a Visibroker (3.4) server for getting some information.
    When the application is deployed on the admin server itself everything runs fine. I'm not modifying any of the scripts for this.
    But when I deploy the application on the managed server that are part of the cluster it's not working. It's giving me an exception that should go away if I put my vbjorb.jar in the endorsed folder. (that's how it worked in tomcat) but here in WLS if I do that the server's itself are not coming up. They are throwing an exception.
    The exceptions are pasted below:
    <b>(managed server's exception.)</b>
    java.lang.VerifyError: class org.omg.PortableServer.AdapterActivatorPOA overrides final method .
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:480)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:61)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:41)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:480)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:61)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:41)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at com.inprise.vbroker.orb.ORB.adapterManager(ORB.java:939)
         at com.inprise.vbroker.ds.DSUser.(DSUser.java:270)
         at com.inprise.vbroker.ds.Init.init(Init.java:20)
         at com.inprise.vbroker.orb.ORB.installServices(ORB.java:767)
         at com.inprise.vbroker.orb.ORB.initialize(ORB.java:708)
         at com.inprise.vbroker.orb.ORB.set_parameters(ORB.java:788)
         at org.omg.CORBA.ORB.init(ORB.java:337)
         at com.qwest.drp.vconsoles.ConsolesConstants.InitOrb_V(ConsolesConstants.java:79)
         at com.qwest.drp.vconsoles.JobFactory.BindToJobFactoryServer(JobFactory.java:145)
         at com.qwest.drp.vconsoles.JobFactory.GetCurrentJobs(JobFactory.java:54)
         at com.qwest.med.portal.backend.bo.MonitoringBO.getDrpJobInfo(MonitoringBO.java:181)
         at com.qwest.med.portal.backend.appService.ProdMonitoringService.getDrpJobInfo(ProdMonitoringService.java:83)
         at com.qwest.med.portal.backend.POJOFacade.getDrpJobInfo(POJOFacade.java:448)
         at com.qwest.med.portal.web.service.MedPortalServiceImpl.getDrpJobInfo(MedPortalServiceImpl.java:219)
         at com.qwest.med.portal.web.prodMon.ProdMonFwdAction.execute(ProdMonFwdAction.java:95)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    <b>(all server exception)</b>
    The WebLogic Server did not start up properly.
    java.lang.ExceptionInInitializerError
    at weblogic.iiop.Utils.<clinit>(Utils.java:128)
    at weblogic.corba.utils.RepositoryId.getIDFromValueType(RepositoryId.java:149)
    at weblogic.corba.utils.RepositoryId.<init>(RepositoryId.java:95)
    at weblogic.corba.utils.ClassInfo.<init>(ClassInfo.java:78)
    at weblogic.corba.utils.ClassInfo.putClassInfo(ClassInfo.java:281)
    at weblogic.corba.utils.ClassInfo.<clinit>(ClassInfo.java:60)
    at weblogic.iiop.IIOPService.resumeClient(IIOPService.java:205)
    at weblogic.iiop.IIOPService.initialize(IIOPService.java:145)
    at weblogic.t3.srvr.SubsystemManager.initialize(SubsystemManager.java:118)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:895)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    Caused by: java.lang.RuntimeException: Unable to load javax.rmi.CORBA.Util implementation weblogic.iiop.UtilDelegateImpl
    at javax.rmi.CORBA.Util.<clinit>(Util.java:29)
    ... 13 more
    Any help would be appreciated.
    Kind Rgds,
    Amarendra.

    Amarendra Mishra <> writes:
    3.4 does not support JDK 1.4 (I assume you are using WLS 8.1?) You
    need to use a later version of Visi. Alternatively don't use the
    client ORB at all but use the WLS ORB.
    andy
    Hi,
    I have a webapp that connects to a Visibroker (3.4) server for getting some information.
    When the application is deployed on the admin server itself everything runs fine. I'm not modifying any of the scripts for this.
    But when I deploy the application on the managed server that are part of the cluster it's not working. It's giving me an exception that should go away if I put my vbjorb.jar in the endorsed folder. (that's how it worked in tomcat) but here in WLS if I do that the server's itself are not coming up. They are throwing an exception.
    The exceptions are pasted below:
    <b>(managed server's exception.)</b>
    java.lang.VerifyError: class org.omg.PortableServer.AdapterActivatorPOA overrides final method .
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:480)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:61)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:41)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:480)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:61)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:41)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at com.inprise.vbroker.orb.ORB.adapterManager(ORB.java:939)
         at com.inprise.vbroker.ds.DSUser.(DSUser.java:270)
         at com.inprise.vbroker.ds.Init.init(Init.java:20)
         at com.inprise.vbroker.orb.ORB.installServices(ORB.java:767)
         at com.inprise.vbroker.orb.ORB.initialize(ORB.java:708)
         at com.inprise.vbroker.orb.ORB.set_parameters(ORB.java:788)
         at org.omg.CORBA.ORB.init(ORB.java:337)
         at com.qwest.drp.vconsoles.ConsolesConstants.InitOrb_V(ConsolesConstants.java:79)
         at com.qwest.drp.vconsoles.JobFactory.BindToJobFactoryServer(JobFactory.java:145)
         at com.qwest.drp.vconsoles.JobFactory.GetCurrentJobs(JobFactory.java:54)
         at com.qwest.med.portal.backend.bo.MonitoringBO.getDrpJobInfo(MonitoringBO.java:181)
         at com.qwest.med.portal.backend.appService.ProdMonitoringService.getDrpJobInfo(ProdMonitoringService.java:83)
         at com.qwest.med.portal.backend.POJOFacade.getDrpJobInfo(POJOFacade.java:448)
         at com.qwest.med.portal.web.service.MedPortalServiceImpl.getDrpJobInfo(MedPortalServiceImpl.java:219)
         at com.qwest.med.portal.web.prodMon.ProdMonFwdAction.execute(ProdMonFwdAction.java:95)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    <b>(all server exception)</b>
    The WebLogic Server did not start up properly.
    java.lang.ExceptionInInitializerError
    at weblogic.iiop.Utils.<clinit>(Utils.java:128)
    at weblogic.corba.utils.RepositoryId.getIDFromValueType(RepositoryId.java:149)
    at weblogic.corba.utils.RepositoryId.<init>(RepositoryId.java:95)
    at weblogic.corba.utils.ClassInfo.<init>(ClassInfo.java:78)
    at weblogic.corba.utils.ClassInfo.putClassInfo(ClassInfo.java:281)
    at weblogic.corba.utils.ClassInfo.<clinit>(ClassInfo.java:60)
    at weblogic.iiop.IIOPService.resumeClient(IIOPService.java:205)
    at weblogic.iiop.IIOPService.initialize(IIOPService.java:145)
    at weblogic.t3.srvr.SubsystemManager.initialize(SubsystemManager.java:118)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:895)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    Caused by: java.lang.RuntimeException: Unable to load javax.rmi.CORBA.Util implementation weblogic.iiop.UtilDelegateImpl
    at javax.rmi.CORBA.Util.<clinit>(Util.java:29)
    ... 13 more
    Any help would be appreciated.
    Kind Rgds,
    Amarendra.--

Maybe you are looking for

  • Noob Used iWebsites, now can't edit/find site in iWeb

    Used iWebsites to allow for multiple sites with .Mac. Now "New Site" is the default (even if I delete it). When I launch iWeb "New Site" keeps reappearing (with no files visible in iWeb). The site I'm looking for (my original site, which still comes

  • MSS: Approval of Working Hours - Working Times Changed Subsequently/Locked

    Dear All, I am facing one issue while approving the CATS working hours in portal through MSS. We are using task TS31000007 for approval. In our CATS profile we have input fields as: CO Area, Send. CCtr, Activity Type, Rec. Order, Oper./Act., Work cen

  • Bulk API issue with contact imports

    Is the bulk API having validation issues? I can update any existing or create any new imports. Simply posting the content below from the tutorial now results in a validation error: "name": "Docs Import Example", "fields": { "firstName": "{{Contact.Fi

  • Can Linked vector logos be used in CC Libraries across invited team members?

    Can Linked vector logos be used in CC Libraries across invited team members? Working in a team of five designers, we currently use libraries to consolidate our many logos for multiple brands. It would be great to utilise the CC Libraries now availabl

  • Increasing the size when unlocking

    Is unlocking the pdf form with Reader Extensions server going to increase the size of the form I had a PDF form with size 1 MB After enabling reader extensions it became 3.8 MB Has anyone observed this ? Thank You Srinivas Surapaneni