Problem registering Callback applet in weblogic 8.1 SP3

Hi,
I am having a applet which is signed and loaded from the web application. When i am accessing the remote functions from RMI server, it works fine.
But, while exporting the callback applet to RMI (using UnicastRemoteObject.exportObject(this)), i am getting StubNotFoundException.
As per weblogic RMI, it wont create the Stub's and Skeletons, How do I solve this problem?
Can anyone help me with sample code and steps to implement a call back applet in weblogic RMI.
Thanks and Regards,
Jamal

Jamal,
Have you found a solution to this problem?
Thank you.

Similar Messages

  • Issue with applet and Weblogic 8.1 SP3

    Hello,
    I have an applet that is making EJB calls to a Weblogic 8.1 SP2 app server via an IIS web server. The weblogic.ejbc tool was used to generate the stubs and skeletons and deployed into the applet.jar. The applet comes up fine in this scenario. But when this applet is connected to a Weblogic 8.1 SP3 app server it failes to come up. Apparently, there is some dependency between the ejbc generated stubs and skeletons with the service pack that is being used. One way of solving this problem is to generate separate stubs and skeletons for each service pack but I would like to avoid doing this and would like it to be transparent to the applet. Is there any configuration that I can make which can help solve this problem ?
    -Vijay

    You could check up for the relaease. I don't think there was such a change in SP3. But generating the stubs and skeletons again will definitely solve. You might even test it backwards (generate on SP3 and test on SP2).
    xH4x0r

  • Problem in Loading Applet using WebLogic 4.5

    Hi!
    When I try this Hello example of weblogic in 4.5 I am getting the following error.
    How to resolve this?
    Very Urgent.
    thanks in advance.
    regards,
    jai
    HelloApplet: an exception occurred:
    [Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException
         at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
         at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
         at weblogic/jndi/WLInitialContextFactory.toNamingException
         at weblogic/jndi/WLInitialContextFactory.newContext
         at weblogic/jndi/WLInitialContextFactory.getInitialContext
         at weblogic/jndi/Environment.getContext
         at weblogic/jndi/Environment.getInitialContext
         at weblogic/rmi/Naming.getContext
         at weblogic/rmi/Naming.lookup
         at HelloAppletLocal.init
         at com/ms/applet/AppletPanel.securedCall0
         at com/ms/applet/AppletPanel.securedCall
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    --------------- nested within: ------------------
    weblogic.rmi.UnknownHostException: Could not init server [T3://sanjay:7001/HelloServer]
    - with nested exception:
    [[Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException]
         at weblogic/rmi/Naming.getContext
         at weblogic/rmi/Naming.lookup
         at HelloAppletLocal.init
         at com/ms/applet/AppletPanel.securedCall0
         at com/ms/applet/AppletPanel.securedCall
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run

    Use the plugin for your browser that corresponds to the version of the JDK that the server is running, ie 1.2 plugin for 1.2 server.
    jairag wrote:
    Hi!
    When I try this Hello example of weblogic in 4.5 I am getting the following error.
    How to resolve this?
    Very Urgent.
    thanks in advance.
    regards,
    jai
    HelloApplet: an exception occurred:
    [Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException
    at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
    at weblogic/jndi/toolkit/ExceptionTranslator.toNamingException
    at weblogic/jndi/WLInitialContextFactory.toNamingException
    at weblogic/jndi/WLInitialContextFactory.newContext
    at weblogic/jndi/WLInitialContextFactory.getInitialContext
    at weblogic/jndi/Environment.getContext
    at weblogic/jndi/Environment.getInitialContext
    at weblogic/rmi/Naming.getContext
    at weblogic/rmi/Naming.lookup
    at HelloAppletLocal.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    --------------- nested within: ------------------
    weblogic.rmi.UnknownHostException: Could not init server [T3://sanjay:7001/HelloServer]
    - with nested exception:
    [[Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
    - with nested exception:
    [java.io.EOFException]]javax.naming.CommunicationException]
    at weblogic/rmi/Naming.getContext
    at weblogic/rmi/Naming.lookup
    at HelloAppletLocal.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run

  • Problem While using Applet Reqd classes using Weblogic 5.1

    Hi All,
    Here is my problem while using other classes from the Applet gives an error:NoClassDefFound,
    I have also put the applet reqd. classes in a jar file and placed this jar along with the applet
    in weblogic/myserver/serverclases,
    my tag in the html file is as follows:
    <applet code="MyApplet.class" archive="voucher.jar"
         codebase="/classes/" >
    </applet>
    is there any problem with my tag or directory structure,
    It would be great ful and thanks for helping in solving this problem.
    sai.

    Is this an issue with the "T-engine" or the "J-engine"? Are you using a
    ubbconfig file or weblogic.properties file? Can you post the stack trace?
    This may be an known issue and simply require you to install the latest
    service pack for WLS 5.1 (aka. J-engine)...
    Mary Ann Slavin wrote:
    Accordning to the Software Product Information (SPI) for WLE 5.1 it is
    available on the following Linux versions so this could be a problem
    with the version you are running.
    "BEA WebLogic Enterprise 5.1 software for Red Hat Linux 6.2 and Reliant
    Unix 5.45 is available separately. "
    MAS
    yajneesh Sabharwal wrote:
    hello friends,
    I have a Problem in Using Weblogic 5.1
    I am using weblogic 5.1 Enterprise on Linux 2.2.16 SuSE (7.0) with
    Dual Celeron 550MHz and 1GB RAM. The server runs our web application
    which uses the servelt, JSP and XSQL technology. The problem is
    that often i receive ASSERTION FAILURES where after the jsp's stop
    displaying content. Is this a Weblogic administration problem or
    the underlying OS problem. Kindly advice.
    Thankx in Advance
    Yajneesh sabharwal

  • Problem when trying to start Weblogic server

    Hi,
    I have a problem when in was trying to start the weblogic server from the
    Weblogic Console.It Loads all the necessary files and finally it comes out
    giving an error "Server start message not received in allotted time, server
    process killed.".
    But at the same time i can start the server cooly by running the
    "Wlserver.exe".Can any help me on this problem
    regards
    Ramesh
    Baan Company

    Hi!
    I'm quite sure that this is a time out problem. I need about 3 minutes to start
    up my weblogic server. It's no problem to start it from a command prompt
    (startWeblogic.cmd), but using weblogic console application I always got a time
    out after 120 seconds. On a faster computer, where the start up process can be
    finished in less then 120 seconds it was no problem to start the server with the
    same amount of EJBs.
    Does anyone know how to increase the time out parameter for the weblogic console
    application?
    Best reagards,
    Przemek
    Ramesh wrote:
    Yes Its resource problem i suppose..
    My friend who is working with WL advised me to us 128 MB RAM to work with
    Weblogic server.
    Justin i need one more help
    I registered my servlet in Weblogic.properties.But when i try to load
    it from the command tab says "Property change error on LOAD".I dont know
    what
    properties i have to change to load this.
    Even the existing example servlets i coundnt Load.!!!!
    Can any one help on this problem
    Justin Knowlden <[email protected]> wrote in message
    news:[email protected]...
    I actually got WL to work on my system yesterday. I found that it was aresource
    problem. I had to shut down my X Server; if you don't know what the XServer is,
    it's (basically) the app that runs a window manager. It was consuming toomuch
    of my processing time. WL is now the only thing running on that machine.
    Since you have NT, You may want to try shutting down all uneccesarydevices and
    app's.
    Ramesh wrote:
    My System is
    Win NT 4.00
    Pentium pro 199 mhz
    and 80 mb RAM
    Is that because of the Memory Problem?
    I dont know because i am able run it well when it trought command
    prompt.
    Justin Knowlden <[email protected]> wrote in message
    news:[email protected]...
    I posted a comment about this last week and have to receive a reply. Ialso saw
    a post from April about this and there were no replies to it, either.
    My problem exists on Linux whether I use the console or not. What are
    the
    specs
    for your machine?
    Mine:
    Linux 2.2.15
    P/Pro 199 MHx
    128 MB RAM
    Ramesh wrote:
    Hi,
    I have a problem when in was trying to start the weblogic server
    from
    the
    Weblogic Console.It Loads all the necessary files and finally it
    comes
    out
    giving an error "Server start message not received in allotted time,server
    process killed.".
    But at the same time i can start the server cooly by running the
    "Wlserver.exe".Can any help me on this problem
    regards
    Ramesh
    Baan Company--
    Justin Knowlden <[email protected]>
    Software Developer
    MyPoints.com, Inc.
    Justin Knowlden <[email protected]>
    Software Developer
    MyPoints.com, Inc.
    Przemyslaw Rychlewski Tech@Spree Software Technology GmbH
    mailto:[email protected] http://www.tech.spree.de
    Tel +49 (0)30 235 520-34 Bülowstrasse 66
    Fax +49 (0)30 217 520-12 10783 Berlin

  • Problem Starting ORBacus ORB from Weblogic on HP-UX 11

    I'm trying to use Weblogic startup classes to startup an ORBacus ORB.
    During the Weblogic startup process I receive the following error:
    Fri Jul 07 15:24:49 GMT+00:00 2000:<E> <WebLogicServer> Failed to invoke
    startup
    class timeserver=utils.Server
    java.lang.ExceptionInInitializerError: org.omg.CORBA.INITIALIZE: can't
    instantia
    te default ORB implementation com.ooc.CORBA.ORBSingleton minor code: 0
    complet
    ed: No
    at org.omg.CORBA.ORB.create_impl(ORB.java:305)
    at org.omg.CORBA.ORB.<clinit>(ORB.java:202)
    at utils.Server.main(Server.java:23)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:148)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    We tried this on Windows NT 4.0 sp 5 and it worked fine. When we tried it
    on HP-UX 11 thats when we had problems. We were able to startup the ORB
    without using Weblogic on HP. Is there a problem with startup classes on
    Weblogic for HP?

    Eduardo;
    I was able to accomplish this by making the ORBacus jar files into an
    installed java extension with the HP-UX version of JDK 1.2.2.04.
    - Sam Hauer
    AT&T Wireless
    Eduardo Ceballos wrote:
    >
    This is somewhat off topic, and I can't even find a useful example, so perhaps others can offer more help...
    There are no known issues wrt to startup classes that are particular to the HP environment. The only advice I can offer is to make sure that if there are command line parameters that must be passed to the ORB.init call, that you are correctly passing these; to confirm with HP that they support (or
    require) the use of the orb.properties file to specify the names of the ORBSingleton; and, try to use the orb.properties file to configure the orb implementation.
    Jai Jones wrote:
    I'm trying to use Weblogic startup classes to startup an ORBacus ORB.
    During the Weblogic startup process I receive the following error:
    Fri Jul 07 15:24:49 GMT+00:00 2000:<E> <WebLogicServer> Failed to invoke
    startup
    class timeserver=utils.Server
    java.lang.ExceptionInInitializerError: org.omg.CORBA.INITIALIZE: can't
    instantia
    te default ORB implementation com.ooc.CORBA.ORBSingleton minor code: 0
    complet
    ed: No
    at org.omg.CORBA.ORB.create_impl(ORB.java:305)
    at org.omg.CORBA.ORB.<clinit>(ORB.java:202)
    at utils.Server.main(Server.java:23)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:148)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    We tried this on Windows NT 4.0 sp 5 and it worked fine. When we tried it
    on HP-UX 11 thats when we had problems. We were able to startup the ORB
    without using Weblogic on HP. Is there a problem with startup classes on
    Weblogic for HP?

  • Getting Error while deploying the autohosted event receiver in office 365 ( ErrorDetail: There was a problem registering the app principal.):

    Hi,
    I was successfully able to deploy my auto hosted event receiver in office 365 and it was working. I did some changes on code and try to deploy it again but now it through same error always wheneven i deploy it.
     CorrelationId: 2ef8a311-f1cf-4ee7-be1a-1125c5231e1c
    2>        ErrorDetail: There was a problem registering the app principal.
    2>        ErrorType: Configuration
    2>        ErrorTypeName: Configuration
    2>        ExceptionMessage: An error occurred while attempting to execute a principal management operation.  Please contact your administrator.
    2>        Source: RemoteWebSite
    2>        SourceName: Remote Web Site Deployment
    2>Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. Please see the output window for details.
    Please help me on this. Not sure what this error is indicating.
    Regards:
    Sanjay Joshi

    Hi All,
    I have tried same thing in different different environment.  Different environment mean different azure account and office 365 account. But still the issue persists.
    i feel some issue in my office network or in servers. Because couple of days back same thing was working in my private virtual machine in my private network instead of office.
    For me i observe a basic problem in this network.
    The pop up to provide trust to the app (that come with title "Grant permission to app") comes while i deploy the solution and gets close automatically without clicking trust.
    Might be this could be the reason for me ?. because closing of pop up is not providing authentication to my app.
    This happens in every server in my office network.
    Any suggestions on that. Thanks in advance.
    Regards:
    Sanjay Joshi

  • Nokia Music error "there was a problem registering...

    hi i m using nokia c7. I hav prob regrdin nokia music store in my handset.when ever i trying to downlod song thr is showing''there was a problem registering your phone with your unlimited downlods subscription.try again in a moment'' help me on this
    Moderator's note: We have amended the title of this post as this was moved from another thread.

    Hi Sarath4,
    For which phone is this? Did you manage to register your phone to the subscription?

  • Problem on loading applet netscape4.73 in macos9 very urgent pls help me

    Hello,
    Problems on loading applet in Netscape4.73(jre1.1.5) AppleMac OS-9.
    when i try to load applet of size ~ 200kb in Netscape 4.73 AppleMac os9, then browser abruptly closing with the AppleMac os error message :- the Applicarion " Netscape Communicator " has unexpectedly quit because an error of type 2 occured. And then asking for system restart.
    Since i am new to the AppleMac environment i cant adjust the settings please help me to overcome the problem. Its Very urgent and i am in great hurry pls.
    thanks in advance.
    Rao. V.N.

    Hi Rao,
    I'm not a mac-os specialist (even I had some business with mac !!), and it is very difficult speaking in blind, but I have severals questions that may help you.
    - Did you try you applet in other AppleMac plateform ?
    - Does your applet work fine in other browser/plateform ?
    - Does a small applet work fine on this plateform with this browser ?
    - Does you applet contains instructions like System.exit, System.* or try to access (read or write) to local files ?
    Otherelse it is possible you have problem with your jre config, try to configure your plugin with command like : -Xmx64m -Xms16m
    (These commands tell the plugin to use at least 16 Mo memory and 64 Mo for the maximum see : http://java.sun.com/docs/hotspot/gc/)
    Hope that will help you

  • Problem while loading applet in opera- very urgent please

    hi,
    I am having problem while loading applet in opera browser. Showing "Applet loading " continuously. I am trying to use URLConnection to read information from applet's own host. I cant find the exact problem what is happening, Since there is no error message in browser Javaconsole.
    If anybody have idea on this please help me. I am in great hurry.
    Thanks in advance.
    Rao. V

    hi this is rao,
    I inserted a lot of System.out statements throughout applet life cycle. But they are not displaying in java console. I think the problem is in Opera-java settings. Since i am new to the opera environment i cant get right solution.
    Please help me if anybody having clear idea on this aspect.
    thanks in advance

  • Problem registering database in RMAN on a different node

    Here is the deal ..
    setup a backup catalog instance name rcatdev1 .. with 9.2.0.5 code, registered a 9.2 database (dbname=TEST from same node) no problem installed 10gr2 upgraded catalog .. no problem .. upgraded TEST no problem, Registered (DBNAME=BUILD 9.2 code level same node) no problem .. now on a second node trying to connect and register this database (CERT) and am having issues
    when I connect to the target I am getting
    connected to target database: DUMMY (not mounted) or
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    now .. I can sqlplus over to that database no problem .. only when I try rman am I having issues ..
    I am on AIX 5
    Any Ideas?

    Hi Hameed;
    Its better to move your issue to Forum Home » Database » Database - General forum part
    Regard
    Helios

  • Problem registering Solaris 10 r. 11/06

    Hi
    I have a problem registering my system with updatemanager and sconadm. When i run
    sconadm register -a -r register.txt
    a get the following errors:
    sconadm is running
    Authenticating user ...
    Exception in thread "main" javax.management.RuntimeMBeanException: RuntimeException thrown by the invoke method of the Dynamic MBean
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:227)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:203)
    at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:662)
    at com.sun.cacao.agent.auth.impl.AccessControlInterceptor.invoke(AccessControlInterceptor.java:618)
    at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
    at com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.invoke(InstrumDefaultForwarder.java:106)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
    at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
    at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:972)
    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:201)
    at $Proxy8.register(Unknown Source)
    at com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter.registerSystem(SWUPOMCacaoAdapter.java:358)
    at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:809)
    at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:567)
    Caused by: java.lang.NullPointerException
    at com.sun.scn.offering.swupom.SWUPOfferingInstance.register(SWUPOfferingInstance.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    at javax.management.StandardMBean.invoke(StandardMBean.java:323)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:203)
    at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:662)
    at com.sun.cacao.agent.auth.impl.AccessControlInterceptor.invoke(AccessControlInterceptor.java:618)
    at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
    at com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.invoke(InstrumDefaultForwarder.java:106)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)
    Can somebody help!
    Thanks

    root> java -version
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed mode)
    root@Swiatowit:~> which java
    /usr/bin/java
    root> ls -l `which java`
    lrwxrwxrwx 1 root other 16 Aug 22 13:21 /usr/bin/java -> ../java/bin/java*
    root> ls -dl /usr/java
    lrwxrwxrwx 1 root root 12 Sep 9 21:12 /usr/java -> jre1.5.0_12//
    root> cacaoadm get-param java-home
    java-home=/usr/jdk/jdk1.5.0_07
    root> cacaoadm use jdk1.5.0_07. I tried
    root> cacaoadm ser-param java-home=/usr/jre1.5.0_12
    root> cacaoadm stop
    root> cacaoadm start
    root> cacaoadm get-param java-home
    java-home=/usr/jdk/jdk1.5.0_07
    I tried the following:
    root> cd /usr/jdk
    root> mv jdk1.5.0_07 jdk_org
    root> ln -s ../jre1.5.0_12 jdk1.5.0_07
    but the problem still

  • Problem on debug Applet

    hi all,
    i am developing an user debugger which is used to debug Applet.
    problem is, the Applet debugged must be in same directory as the debugger, simply says, the command must be:
    appletviewer MyApplet
    or
    java sun.applet.AppletViewer MyApplet
    i need following command work:
    appletviewer file:/c:\folder\MyApplet
    because normally debugger is not in the same directory as Applet debugged.
    how to solve the problem?
    i guess i have to develop my own AppletViewer, but how to do?
    thx

    i fix it.

  • Hi,  Trying to log in with my user id and password at iocbc but was not able to access. Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting  Anyone can advise? or i need to download?

    Hi,
    i have the same problem?
    Trying to log in with my user id and password at iocbc but was not able to access.
    Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting
    Anyone can advise?

    You need to install Java for your Mac OS version, and/or make sure it's enabled in the Java Preferences application and your browser's preferences.

  • Problem with protocol.jar with weblogic

    atg10.0.3 and weblogic 11g on 64bit linux.
    I've been plagued by this problem with ATG's protocol jar. While it loads the jar when starting up startWeblogic.sh it does not get loaded when starting a managed server thus i get the following errors:
    **** Error Fri Jun 15 15:56:43 MDT 2012 1339797403444 / Unable to start service "/atg/scenario/ScenarioManager": atg.nucleus.ServiceException: The configuration file XMLFile(/atg/scenario/scenarioManager.xml) could not be read: java.net.MalformedURLException: unknown protocol: dynamosystemresource
    **** Error Fri Jun 15 15:56:43 MDT 2012 1339797403544 /atg/scenario/ScenarioManager Unable to combine messaging information from the process manager component /atg/scenario/ScenarioManager. The process manager has not been classified yet so it cannot be determined if global messages should be listened for. This error indicates a problem with component startup order - the /atg/scenario/ScenarioManager component has been started before the /atg/dynamo/messaging/MessagingManager component
    **** Error Fri Jun 15 15:56:43 MDT 2012 1339797403583 /atg/dynamo/messaging/MessagingManager An exception occurred while trying to parse XML definition file "XMLFile(/atg/dynamo/messaging/dynamoMessagingSystem.xml)" java.net.MalformedURLException: unknown protocol: dynamosystemresource
    Following instructions has led me to place the protocol.jar from DAS/lib to the root of my domain directory and then apply the classpath entry in startWeblogic.sh script. protocol.jar shows up at the top of this scripts SDTOUT. But I cannot seem to get it included in the production.out logs when starting the managed server.
    Any ideas?
    Thanks!
    -Kip

    Yes I figured this out. The problem was the version of weblogic. I was using 1.3.6 when it should have been 1.3.5. After changing out the version, I no longer had problems with protocol.jar.
    Thanks!
    -Kip

Maybe you are looking for

  • Can you pls help with theis OIM issue

    1. How can I assign as APPROVER dynamically without using the OIM defaul approval process. Is there any way to use custom process? Any Code/Help will be hioghly appreciated.

  • Database problem / copy & delete failures

    Dear all, I work with five projects having interrelationships. 1.I had the reflection of a project 2.Reflection project was exported and sent to contractor as xer file. 3.xer file sent by contractor was imported into the reflection project and it was

  • [X-Fi] Why do the "small things" not wo

    Creative has designed and produced a great soundcard, I think many people will agree with this point. Of course, there are some small problems, but that's ok with such a high technology product (Vista Support, Crackling Problem). But: Why is the X-Fi

  • Doubt in submit

    Hi Experts i am doing a report where i have been asked to use SUBMIT for tcode (FBL3N) my inputs are company code(Bukrs) Posting date(Budat) station username vendor no (Lifnr) Now what i want to know is..... i can take company code posting date  but

  • RPD's and Presentation services

    Hi, i am new in OBIEE, and i have a doubt, how many repositories can be loaded on BI Server?? And presentations services?? Regards.