• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

downtime for our site

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are using GWT application for very large system, we hope to find a
solution as soon as possible.

Below is the description of our system work flow and our problem

Languages used:
============
EJB 3, Java, GWT(google web toolkit)

Application Contents:
===============
EJB Ear File, GUI Ear File, a client to connect between EJB and GUI

How it works?:
==========
- The application is consists of EJB Ear and GUI Ear, each of them are
running on different instance
- The GUI Application is made up of GWT(google web toolkit)
- The GUI Application consists of also an RMI Client Jar to call the
EJB Application
- The EJB Application is made up of EJB 3.

The Problem:
=========
- Sometimes when the user wants to make login, The GUI tier get the
call and passes it to the client tier
described above and hang without any action to go to response page, or
either to the invalid login page.

Observations:
==========
- On looking to the logs of GUI tier and EJB tier, we found that there
are some output found from the GUI
to the GUI log, and nothing displayed in the EJB Log file

Some trials to detect what is the problem?:
===============================
- We were doubt that the client between the EJB Applcaition and GUI
Application hangs or something happened,
So we try to make a special page inside GUI Application which process
is only to initialize the context of EJB,
it initialize the application ,but the application doesn't work.
- We try also to make another application on another instance, all it
have is one page that calls a method in
the client that calls EJB Function, it returns successful response and
returns the output of the function.
 
reply
    Bookmark Topic Watch Topic
  • New Topic