• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Deployment of FiboBean (JBoss-IDE) Connection timed out:

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm going through the JBoss-IDE 1.3.0 Tutorial Guide for Eclipse (3.0.1) and JBoss 3.2.3. I've built the source and now am deploying to JBoss.

But JBoss gives me this error: ( see below for stack trace)


Can anyone help me with this?

 
David Koontz
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have some good news - my example is now working!!!

I can't say what the "connection time out" issue root cause was, I know other people have had similar exceptions.

Here's some of the things I found wrong in my code:

* typos in the application.xml in the DOCTYPE line

* typos in XDoclet Packaging Configuration for FiboEJB.jar the folder "/Tutorial/bin" has include filter: "tutorial/ejb/*.classes, tutorial/interfaces/*.class"
I had "ejd" - close but no cigar!

* checking the FiboEJB.jar - it was missing the FiboBean.class - DUH!


I'm not real sure but I also used the XDoclet Standard Configuration for EJBs - on the popup menu when you add a XDoclet configuration. These add in a large set of XDoclet processes/task that are not included in the Tutorial's config - I removed these (even though they were blank) these default sets of task may have create some issues for me.

Hope this help someone else...
 
I was her plaything! And so was this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic