0 Replies Latest reply on Oct 19, 2005 9:34 AM by tlohan

    Cannot Connect to Server

    tlohan

      Hi,

      I've deployed my application on an in-house Sun server and started it up. Everything appears to be working fine, as there are no errors in any of my logs, but when I goto the home page to log in I get the following message: "Cannot connect to server, please contact Technical Admin".

      None of the logs appear to have any errors in them at this stage but if I look in the Java Console on the PC I am trying to log in from I get the following error:

      Exception occurred during event dispatching:

      java.lang.NullPointerException

      at sun.awt.windows.WGraphics.drawImage(Unknown Source)

      at ambeo.startup.AppLoader.paint(AppLoader.java:178)

      at sun.awt.RepaintArea.paint(Unknown Source)

      at sun.awt.windows.WComponentPeer.handleEvent(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.EventQueue.dispatchEvent(Unknown Source)

      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
      Source)

      at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
      Source)

      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

      at java.awt.EventDispatchThread.run(Unknown Source)

      #####################################################################

      WARNING: no properties file found! This warning can be ignored for applets.
      A file file called "jacorb.properties" or ".jacorb_properties" should be
      present in the classpath, the home directory (C:\Documents and
      Settings\mydir, the current directory (.) or in Javas lib directory
      (C:\PROGRA~1\JavaSoft\JRE\132E6D~1.1)

      #####################################################################

      [ Connected to xxx.xxx.xxx.xxx:5001 ] no more members ... exit DEBUG Unable to connect to xxxxxxxxxx.

      DEBUG Halted! Unable to initialise application.

      Does anyone know what is going on and how I can fix this?

      Thanks,

      Tom