Unexpected RMI problem

Hi,
I have unexpected problem with RMI.
I wrote an application with several server modules and client modules.
Two server modules use RMI to expose their methods for client and reciprocal exchange. These servers are in the same directory and use the same RMI service. One server starts before other and lunch RMI service. After that it binds its methods. The second server get RMI service , search methods of first server and bind its methods.
The first time that servers started, they ran correctly for months.
When I stopped servers for maintenance of other module, without change servers, I had the problem.
First server started correctly and RMI started correctly too. When second server started, it ran correctly but first server hangs without errors from RMI. I tried to start servers for an hours but nothing changed.
After 12 hours I tried to start servers and they ran correctly at first trial.
My questions are: why the same code has this different behaviour? What was it changed in those 12 hours?
Code:
Server1: main
Registry registry = null;
try {
registry = LocateRegistry.createRegistry(Integer.valueOf(Port));
} catch (RemoteException e) {
          e.printStackTrace();
Server1MethodInterface server1RMIinterface = (server1MethodInterface) UnicastRemoteObject.exportObject(server1RMI,Integer.parseInt(portRMI));
registry.rebind("server1RMI", server1RMIinterface);
end main
Server2: constructor
try {
     registry = LocateRegistry.getRegistry(ipServer1,Integer.parseInt(Server1RegistryPort.trim()));
server1MethodInterface = (server1MethodInterface)registry.lookup("server1RMI ");
} catch (RemoteException e) {
     e.printStackTrace();
Main
Server2 server2 = new Server2 (filePath);
CheckLogin serverLogin = new CheckLogin(filePath, server2);
LoginInterface loginInterface = (LoginInterface) UnicastRemoteObject.exportObject(serverLogin, server2.getPortRMI());
server2.registry.rebind("Login", loginInterface);
Communication communications = new Communication(server2);
CommunicationsInterface communicationInterface = (CommunicationsInterface) UnicastRemoteObject.exportObject(communications, server2.getPortaRMI());
server2.registry.rebind("Communications", communicationInterface);
……….

Hi,
I have unexpected problem with RMI.
I wrote an application with several server modules and client modules.
Two server modules use RMI to expose their methods for client and reciprocal exchange. These servers are in the same directory and use the same RMI service. One server starts before other and lunch RMI service. After that it binds its methods. The second server get RMI service , search methods of first server and bind its methods.
The first time that servers started, they ran correctly for months.
When I stopped servers for maintenance of other module, without change servers, I had the problem.
First server started correctly and RMI started correctly too. When second server started, it ran correctly but first server hangs without errors from RMI. I tried to start servers for an hours but nothing changed.
After 12 hours I tried to start servers and they ran correctly at first trial.
My questions are: why the same code has this different behaviour? What was it changed in those 12 hours?
Code:
Server1: main
Registry registry = null;
try {
registry = LocateRegistry.createRegistry(Integer.valueOf(Port));
} catch (RemoteException e) {
          e.printStackTrace();
Server1MethodInterface server1RMIinterface = (server1MethodInterface) UnicastRemoteObject.exportObject(server1RMI,Integer.parseInt(portRMI));
registry.rebind("server1RMI", server1RMIinterface);
end main
Server2: constructor
try {
     registry = LocateRegistry.getRegistry(ipServer1,Integer.parseInt(Server1RegistryPort.trim()));
server1MethodInterface = (server1MethodInterface)registry.lookup("server1RMI ");
} catch (RemoteException e) {
     e.printStackTrace();
Main
Server2 server2 = new Server2 (filePath);
CheckLogin serverLogin = new CheckLogin(filePath, server2);
LoginInterface loginInterface = (LoginInterface) UnicastRemoteObject.exportObject(serverLogin, server2.getPortRMI());
server2.registry.rebind("Login", loginInterface);
Communication communications = new Communication(server2);
CommunicationsInterface communicationInterface = (CommunicationsInterface) UnicastRemoteObject.exportObject(communications, server2.getPortaRMI());
server2.registry.rebind("Communications", communicationInterface);
……….

Similar Messages

  • Unexpected quit problem

    So I see Apple's fix for the "application unexpectedly quit" problem in iDVD '08. I'm supposed to delete this folder, among others:
    ~/Library/Application Support/iDVD/Installed Themes
    and
    ~/Library/Caches/com.apple.idvd
    I know they are in my home directory.
    But damned if I can find them.
    Little help....

    Just checking to ensure that you understand that the ~ means from within your home directory.
    i.e. say your computer username was 'al' then the '~' represents /Users/al/
    So ~/Library is the same as saying /Users/al/Library/...
    I've checked my iMac and they exist.

  • My bookmarks are lost after turning off the computer unexpectedly (power problem),how can it recovers?

    My bookmarks are lost after turning off the computer unexpectedly (power problem),how can it recovers? Thanks a lot !!!!
    我的书签在电脑突然被断电之后全部丢失了,我该怎么办呢??谢谢啦!!~~~~

    This can also be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Locked_or_damaged_places.sqlite
    * http://kb.mozillazine.org/Lost_bookmarks

  • Unexpected QUIT problem in locating library in AirDisk

    When I copy my iPhoto 08's library to AirDisk and locate it to there.
    An unexpected Quit problem happens every time I start the iPhoto application.
    The application quits before instantly after it starts.
    But it works just fine if I locate same library in my HD.
    Anyone have idea how to fix it?
    Or it is a bug in iPhoto 08 or Leopard?

    Have you searched the iPhoto forum for "air disk"? I'm not sure it's supported. Give the search a try to see what you find.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Unable to create application module.  JNID/RMI problem?

    Hi forum,
    I've got an ADF/OC4J application deployed and running successfully but sometimes the following error comes up:
    JBO-30003: The application pool (com.miempresa.AppModuleLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught:
    oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.     at
    oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)     
    In stack trace details we can found:
    java.lang.Thread.run(Thread.java:595)## Detail 0 ##javax.naming.NameNotFoundException: com.miempresa.AppModule not found          
    at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)          at
    com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:255)          at
    com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:195)          at
    javax.naming.InitialContext.lookup(InitialContext.java:351)          at
    oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:136)
    Due to "NameNotFoundException", it seems to be reasonable to say that it's a JNDI problem. When application module is looked up through JNDI it's not found, so exeception is thrown. However, this doesn't happen frequently but occasionally. Why? What am I doing wrong?
    Thanks in advance for your help.
    Luis Serrano.

    Any ideas?

  • Itunes won't open and i am getting this error message: the application itunes quit unexpectedly. the problem may have been caused by the libgnsdk_dsp.1.9.5.dylib plug in

    Have not changed any settings on my mac. Quit the application end of the day. The next day I went to start it and it won't open. Everytime I try to launch it, it won't open and I get this error message: The application itunes quit unexpectedly. The problem may have been caused by the libgnsdk_dsp.1.9.5.dylib plug in

    Have not changed any settings on my mac. Quit the application end of the day. The next day I went to start it and it won't open. Everytime I try to launch it, it won't open and I get this error message: The application itunes quit unexpectedly. The problem may have been caused by the libgnsdk_dsp.1.9.5.dylib plug in

  • I have been unable to publish my website due to this message "iweb quit unexpectedly - the problem may have been caused by FTP plug-in" - Iweb seems to register all pages, then crashes before publishing.Tried quite few thread trouble shoots, no luck.Help?

    I have mac book pro 10.5 Leopard
    Have just started using iweb and have small site of about 5 pages, plus blog.  I have yet been able to publish, each time I try iweb crashes and receive following note -
    The application iweb quite unexpectedly.  The problem may have been caused by the FTPKit Plug-in.
    I have tried a few troubleshooting methods recomended on other threads, ie. deleting caches, copying domain and reboots... but no luck.
    Any help very much appreciated.

    Reinstall iWeb from the source you got it from originallhy.  Or, if you're running iWeb 3 download and apply or reapply the iWeb 3.0.4 updater. It included that plugin.
    OT

  • Any solutions for "Export process terminated unexpectedly [11]" problem?

    Hey guys,
    I'm trying to simply use Quicktime Pro (Version 7.6.6 Build 1632) to enable the "Fast Internet Start" feature of a 640 x 480 video H.264 video. It uses 16-bit Little Endian for audio, if that's of any help.
    Anyway, like lots of other users with this same exact problem, I make the changes in the "Export" dialogue (in this case, enabling "Fast Internet Start" and lowering the audio quality a bit), and the little status indicator goes away and "Export Process Terminated Unexpectedly {11}" appears in its place. Has a definitive answer been found for this problem?

    Similar issue here when exporting AVI files captured from Canon G9 to iPod.
    QuickTime Pro quits with: Failed: process terminated unexpectedly (11).
    Oddly, if I start from a power off and run QTime the error does not occur.
    Of course powering off for every export is a real PAIN IN THE Axx but it is a work around on this end.
    I have yet to try 3rd party software but this is error occurs with Quick Time Pro Ver 7.5 build 149.5.
    Sad

  • Please help with an RMI problem

    Hi,
    This is probably a really simple problem which i can't spot, but i have the folloing 'HelloWorld' RMI program:
    The Client Program:
    import java.rmi.*;
    public class HelloClient {
         public static void main(String args[]) {
              if(System.getSecurityManager() == null) {
                   System.setSecurityManager(new RMISecurityManager());
              try {
                   HelloInterface obj = (HelloInterface)Naming.lookup("/HelloServer");
                   String message = obj.sayHello();
                   System.out.println(message);
                   Thread.sleep(10000);
              } catch (Exception e) {
                   System.out.println("HelloClient exception: " + e);
    }The Remote Interface:
    public interface HelloInterface extends java.rmi.Remote {
         public String sayHello() throws java.rmi.RemoteException;
    }The Server Program:
    import java.io.*;
    import java.rmi.*;
    import java.rmi.server.*;
    import java.util.Date;
    public class HelloServer extends UnicastRemoteObject implements HelloInterface {
         public HelloServer() throws RemoteException {
              super();
         public String sayHello() throws RemoteException {
              return "Hello World, the current system time is " + new Date();
    }And finally the class which binds the object to the registery:
    import java.rmi.*;
    public class RegisterIt {
         public static void main(String args[]) {
              try {
                   HelloServer obj = new HelloServer();
                   System.out.println("Object instantiated: " + obj);
                   Naming.rebind("/HelloServer", obj);
                   System.out.println("HelloServer bound to registery");
              } catch (Exception e) {
                   System.out.println(e);
    }Now, this program works fine on my computer at home(XP!!!!!) but when i try to run it on the computers in college which run NT, it comes up with the following exceptions when i try to run RegisterIt:
    Java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    Java.lang.ClassNotFoundException: HelloServer_StubThis is saying that it cannot find the stub which is generated, but i use the folloing .bat file to load up the program:
    echo Creating remote object skelton classes....
    rmic -d . HelloServer
    start rmiregistry -J-Djava.security.policy=test.policy
    start java RegisterIt
    start java -Djava.security.policy=test.policy HelloClientThe stub is definitely created(it worked at home and i have checked in the directory and there are clearly the files HelloServer_Stub.class and HelloServer_Skel.class). The PATH is set correctly otherwise the registery would not be able to run correctly etc and therefore i am completely stuck as to why it doesn't work.
    Please help as it is very important for me.
    Many Thanks
    Cath

    I did not have any problem with Windows 2000 at all but only with Windows XP (and to think XP is a 2000 hybrid!).
    I have the same error: a ClassNotFoundException on the stub file.
    Any help will be appreciated. Thanks.

  • RMI Problem with rebind()

    created files as below. All compiled successfully.
    ran <rmic -v1.1 -d %cp% -classpath %cp% server.TempServerImpl> from command window.
    this generated a stub file called TempServerImpl_Stub.class
    I launched the rmiRegistry
    To make the remote object available to recieve mathod calls from clients I run TempServerImpl.class
    But ..... when I run TempServerImpl I get the exception "java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: "
    AND..... my stub class is deleted without any warning!!!
    if I comment out the line "Naming.rebind( serverObjectName, tempServer );" after I generate the stub class then TempServerImpl runs without throwing any exception but this must be included to bind my remote server object to the RMI registry.
    Any ideas what Im missing?
    import java.rmi.RemoteException;
    import java.rmi.server.UnicastRemoteObject;
    import java.net.URL;
    import java.rmi.Remote;
    import java.rmi.Naming;
    public class TempServerImpl extends UnicastRemoteObject implements TempServer{
       public TempServerImpl() throws RemoteException {
          super();
       public Info getInfo() throws RemoteException{
          return new Info("some temperature data returned");
       public static void main( String args [] ) throws Exception{
          TempServerImpl tempServer = new TempServerImpl();
          String serverObjectName = "//localhost/TempServer";
          Naming.rebind( serverObjectName, tempServer );
    //************ Remote Interface
    import java.rmi.*;
    import java.rmi.RemoteException;
    public interface TempServer extends Remote {
      public Info getInfo() throws RemoteException;
    import java.io.Serializable;
    public class Info implements Serializable{
       private String data;
       public Info(String data){
          this.data = data;
       public String toString(){
          return this.data;
    [\code]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Are you sure that the stub is being deleted, or is it just that the exception message says it can't be found. If it's the latter it might be that the stub is not in the class path of either the commandline running the rmi registry or the commandline running the TempServerImpl. However as you are running this i assume it ok.
    The code looks fine, The problem is something to do with classpaths ect.

  • PS5 starts the error message unexpected / unexplained problem and quits

    PS% starts, then error message "unexpected problem" then PS% quits.
    Computer = MacBook Pro, 2011 model, 2.3 GHz Intel, 4 GB memory
    have not used PS5 for about two years,
    when I initially tried to open, received message that I needed to load JAVA for OSX 2014-001.  Did that
    PS5 is ver. 12.1x200110328 r. 145
    Help.  No chat service available.
    pat

    Please clarify:  do you really mean the over a decade-old, archaic, obsolete Photoshop 5.x, or are you referencing Photoshop CS5?
    If the latter, please don't refer to it as "PS5".  Are you sure you are trying to start Photoshop in 64-bit mode?  Photoshop CS5 is the only Mac version that ever offered a choice between 32-bit and 64-bit modes.
    In 32-bit mode, Photoshop CS5 can only have access to a very limited amount of RAM.
    Your 4 GB of RAM are very, very little RAM these days.  You don't even mention the exact version of your OS.
    Also, give machine details:
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • RMI Problem --   java.rmi.UnmarshalException:

    I am having a client and a server.... when i am trying to bring the client into server. but when i am doing it... i am getting an exception as below as...
    java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
         java.io.EOFException
         at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
         at sun.rmi.server.UnicastRef.invoke(Unknown Source)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at java.rmi.Naming.lookup(Unknown Source)
         at hsmsgui.rmtmgmt.RmtMgmtHandler.contactClient(RmtMgmtHandler.java:176)
         at hsmsgui.display.AddClientWzd.onFinishBtnClicked(AddClientWzd.java:488)
         at hsmsgui.display.AddClientWzd.actionPerformed(AddClientWzd.java:346)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Unknown Source)
         at hsmsgui.display.AddClientAction.actionPerformed(AddClientAction.java:38)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.io.EOFException
         at java.io.DataInputStream.readByte(Unknown Source)
         ... 60 more
    can any one help me out to solve this problem.......

    Thanks for ur reply...Now i' m getting the access denied problem..
    I am able to create the rmi registry successfully on the server, Then Binding is also done successfully. but when i try to connect the client to the server the exception is thrown Please help me..
    TEST - client PC name.
    java.security.AccessControlException: access denied (java.net.SocketPermission TEST resolve)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkConnect(Unknown Source)
         at java.net.InetAddress.getAllByName0(Unknown Source)
         at java.net.InetAddress.getAllByName0(Unknown Source)
         at java.net.InetAddress.getAllByName(Unknown Source)
         at java.net.InetAddress.getByName(Unknown Source)
         at java.net.InetSocketAddress.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown Source)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown Source)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
         at sun.rmi.server.UnicastRef.newCall(Unknown Source)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at java.rmi.Naming.lookup(Unknown Source)
         at hsmsgui.rmtmgmt.RmtMgmtHandler.contactClient(RmtMgmtHandler.java:176)
         at hsmsgui.display.AddClientWzd.onFinishBtnClicked(AddClientWzd.java:488)
         at hsmsgui.display.AddClientWzd.actionPerformed(AddClientWzd.java:346)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Unknown Source)
         at hsmsgui.display.AddClientAction.actionPerformed(AddClientAction.java:38)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Rmi problem

    Hello,
    I am working with melilta and amilcare both written in java.
    My problem is when I try to run the melitaserver it shows the error message:
    "Melita startup script
    Using AMILCARE_HOME: "."
    "D:\j2sdk\bin\java" -Xmx200M -Djava.library.path=./runtime -cp "./lib/melita.jar
    ;./lib/jRegistryKey.jar;D:\j2sdk/lib/tools.jar;./lib/jena.jar;./lib/icu4j.jar;./
    lib/gate.jar;./lib/guk.jar;./lib/amilcare.jar" melitaserver.MelitaServer
    Rmiregistry located at D:\Program Files\Java\jre1.5.0_05\bin\rmiregistry.exe and
    launched !
    Information found in path: file:/D:/Documents%20and%20Settings/Dena/Desktop/meli
    ta/melita2.0/lib/melita.jar
    Amilcare being initialised ...
    Amilcare Server exception: error during JRMP connection establishment; nested ex
    ception is:
    java.net.SocketTimeoutException: Read timed out
    java.rmi.ConnectIOException: error during JRMP connection establishment; nested
    exception is:
    java.net.SocketTimeoutException: Read timed out
    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:274
    at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
    at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:313)
    at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
    at java.rmi.Naming.rebind(Naming.java:160)
    at melitaserver.MelitaServer.main(MelitaServer.java:149)
    Caused by: java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
    at java.io.DataInputStream.readByte(DataInputStream.java:331)
    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:215
    ... 5 more
    Can anyone help me?
    Best regards

    Hello!
    Have you figured out the cause of problem for that exception? I also encountered that, the difference only is I use IBM Websphere.
    What did you do to solve it? Hope you can reply.
    Thanks!

  • Unexpected Quits: Problem may be caused by libCoin.60.0.0.dylib plug-in

    I recently started using numbers with Pages to produce reports. After a period of weeks with all operating well I am now getting unexpected quits with both pages and numbers with the message:
    "The application Numbers (Pages) quit unexpectedly. The Problem may have been caused by the libCoin.60.0.0.dylib plug-in"
    I have tried verifying disc permissions and repairing disc permissions but the problem is on-going.
    Can anyone suggest a fix?
    Thanks.

    It would be useful to run a maintenance tool like Onyx because a common source of oddity is a corrupted cache file.
    Try also to
    quit the programs
    trash the preferences files:
    <bootVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Numbers.pli st
    <bootVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Pages.plist
    empty the trash
    restart the programs.
    Try also to use the beasts from an other user account.
    At last, as I already wrote in an other similar thread, check the hardware components running Hardware Test.
    Yvan KOENIG (from FRANCE jeudi 7 août 2008 14:01:41)

  • Unexpected Publishing Problems

    I have been using iWeb for almost two months with no publishing problems. I publish to a folder then ftp it to my yahoo server. However, last night I began to experience publishing problems. iWeb publishes just the first five pages of my site then I get a message that an unexpected error occurred. No other clues as to why it could be happening.
    The last change I made was an adding a podcast. I deleted that podcast thinking that maybe iWeb didn't like the taste of it and tried to publish but it still won't work. I've tried about 10 times, with my screen saver turned off, battery charger plugged in, and no other apps running.
    Please help me!
    Ruben
    G4 17 inch Powerbook   Mac OS X (10.4.5)  

    Here's the latest...
    I realized that iWeb stopped publishing at the same page (I have 30+ pages on my site. It would always stop at the fifth one). So, I rearranged the order of that page, dragging it down to the very bottom of my site list. When I went to publish to folder, iWeb published everything then stopped again at that specific page. So here I thought I had isolated the issue.
    I created a new site and dragged the problematic page into it. I then created a brand new page in my main site and copy/pasted the old content into it. Ergo: a whole new page. I went to publish with iWeb cranking along nicely until it got to the NEW version of that page and then it crapped out. Again.
    I am guessing that one of the images (or who knows what, really) is messing with iWeb's fragile ego. I am going to reconstruct the page with brand new copies of the images that were on it. Images, by the way, that published fine for almost a month and that I didn't alter at all.
    Wish me luck all. I'll keep you posted.
    Ruben

Maybe you are looking for

  • Not able to pass portal login page with valid credentials using WebDispatch

    Hi, We are implementing SAP BillerDirect Portal. To make BillerDirect Portal available over the internet, we Configured SAP WebDispatcher with SSL termination.  We followed the steps mentioned in SAP Help Documentaion for SAP WebDispatcher with SSL t

  • How to speed up mac

    What is the most effective way of speeding up my macbook?

  • Query of servoce contract

    Hi experts I use resource-related billing for a cs order. and also the cs order reference a service contract(contract type wv).I want to know if i can set the billing price for the spare part which will be used in the cs order? because Inow i use dp9

  • Extending and sub classing

    i'm experimenting with extending and subclassing components in flex. i am trying to add an event listener to the datagridcolumn. i want to add a function to occur when i click the column (using a mouseclickevent). each of my pieces of data in the dat

  • Hardware not Supporting Premiere Pro  CS5.5 (and after effects)

    Hardware: 1st generation Macbook Pro 2.0Ghz Intel Core Duo processor, 2g (maximum ) ram, 500gb hybrid SSD/7200 hard drive. Mac OS leaopard 6.6 I bought the master collection recently which includes premiere and after effects CS5.5. Pre sales I was ad