-
1. Re: Installing JBoss ESB
tcunning Jul 19, 2013 10:36 PM (in response to 6h05t)Hi TW,
Are you sure this is the right logfile? I don't see any errors in it, unless I am missing something.
--Tom
-
2. Re: Installing JBoss ESB
6h05t Jul 20, 2013 8:27 AM (in response to tcunning)Hi Tom,
thx for your answer, you're right.
I guess it is working correct.
I just started working with JBoss tools and ESBs, so please excuse my simple questions:
I want to start the quickstart example "Hello World".
According to https://community.jboss.org/wiki/ESBGettingStarted I start my AS, start 2 commend prompt windows, run ant deploy-jms-dests, then ant and ant runtest in the other one, but no message is received in window one.
If I dont start the AS in the beginning there are only errors running ant.
If I start my AS, start a commend prompt window and run ant deploy-jms-dests, then ant, shut down the AS and start it again, finally run ant runtest in a new command prompt window (jbossesb path) and it works except for some errors occuring before "Hello World".
Whats the matter here? I dont understand
Cheers
-
3. Re: Installing JBoss ESB
tcunning Jul 20, 2013 2:30 PM (in response to 6h05t)1 of 1 people found this helpfulI think that Wiki page is out of date - I'll go through and update it this week.
In the meantime, can you use the following?
http://docs.jboss.org/jbossesb/docs/4.12/manuals/html/Getting_Started_Guide/index.html
-
4. Re: Installing JBoss ESB
6h05t Jul 23, 2013 5:23 AM (in response to tcunning)thx again.
Now theres a new logfile.
-
server.log.zip 92.1 KB
-
-
5. Re: Installing JBoss ESB
tcunning Jul 23, 2013 10:07 AM (in response to 6h05t)TW, there's a number of NoClassDefFoundErrors here, so I'm not sure what is going on here - did you possibly install JBoss ESB while the app server was still running?
In any case, I'd start from the beginning using the Getting Started Guide (remove your app server, reinstall ESB on top of a clean app server, deploy the quickstart). The steps in Getting Started Guide have been tested and do work.
-
6. Re: Installing JBoss ESB
6h05t Jul 24, 2013 4:37 AM (in response to tcunning)OK, I see. It is important not to start AS BEFORE installing JBoss ESB.
THX for ur support