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

JBoss AS 7.1.0 CR1b problem with hornetq-ra

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.
I have problem with this 7.1.0 CR1b version of JBoss when server is starting I'm getting error

of course I didn't do anything with hornetq-ra module and it looks like the hornetq-ra-2.2.7.Final.jar whasn't installed (I don't have 'hornetq-ra-2.2.7.Final.index' in directory jboss-as-7.1.0.CR1b\modules\org\hornetq\ra\main\).
Any idea how to fix this?


I want to use this version because in 7.0.2 Final I have problem with jsf 1.2 and the only solution I found is that the problem with jsf 1.2 not appearing in version 7.1.0 CR1
my exception from JBoss AS 7.0.2 Final

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For JBoss AS 7.1.0.CR1b, the messaging subsystem isn't enabled in the default standalone.xml. So you'll have to start the server using standalone-full.xml, which you can do by:



Use standalone.bat if you are on Windows OS.
 
ernest molik
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jaikiran Pai wrote:For JBoss AS 7.1.0.CR1b, the messaging subsystem isn't enabled in the default standalone.xml. So you'll have to start the server using standalone-full.xml, which you can do by:



Use standalone.bat if you are on Windows OS.



It’s seems that help and server starting. Unfortunately after trying to login to my app I’m getting new error


It looks like this bug
https://issues.jboss.org/browse/AS7-2534
but I have enabled cookis in browser.
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You seem to be using 7.0.2. Use 7.1.0.CR1b instead.
 
ernest molik
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jaikiran Pai wrote:You seem to be using 7.0.2. Use 7.1.0.CR1b instead.


Nope, I'm using 7.1.0.CR1b.
I'm also getting this error on 7.0.0 Final and 7.0.1 Final
 
Listen. That's my theme music. That's how I know I'm a super hero. That, and this tiny ad told me:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic