• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJB 3.0 Timer Service

 
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
I'm using OReilly's Enterprise JavaBeans 3.0 for SCBCD. I'm struck at running the timer service example for the 13th chapter.

As described in the workbook, I've successfully deployed the EJB JAR file. However, I can't run the client. I"m getting the following error:


Any help shall be highly appreciated.

Thanks,
Reema
SCJP, SCWCD
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Reema, I face same problem when my tomcat in start mode as well as I try to start JBOSS server.I think JBOSS and Tomcat uses same 8080 port. At a time only one application will work on 8080 port. I think you are trying to start tomcat as well as JBOSS. Close down all other java application and try to start only JBOSS server.I think your problem will solve by doing that.

Regards,
Bhagwat Balshetwar
 
gajanan balshetwar
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Reema, I face same problem when my tomcat in start mode as well as I try to start JBOSS server.I think JBOSS and Tomcat uses same 8080 port. At a time only one application will work on 8080 port. I think you are trying to start tomcat as well as JBOSS. Close down all other java application and try to start only JBOSS server.I think your problem will solve by doing that.

Regards,
Bhagwat Balshetwar
 
Reema Patel
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi gajanan,
I've fixed the problem.

However, in the same chapters I can't run the client program. It gives me the following error:


Can somebody guide me on this.

In anticipation.

-Reema
SCJP, SCWCD
 
This is my favorite show. And this is my favorite tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic