• 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

deployment of war file failed in JBOSS

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when i tried to start the jboss the following exceptions displayed at the console

 
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

/D:/Work/srikanth/mogozz/orbeon xforms/cms/jboss/server/default/deploy/



I would suggest you move your JBoss outside the "orbeon xforms" folder. Move it to a folder which does not have a space in its path. Weird issues have been reported when JBoss (or Java or any Java products) have been installed in folders containing space in its path name.

If moving JBoss does not fix the problem, then post the new exception stacktrace.
 
srikanth arroju
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when i move the jboss folder outside orbean xforms folder im getting the same error



Edited by Jaikiran: Removed unnecessary log statement for better formatting of the post.
[ October 30, 2008: Message edited by: Jaikiran Pai ]
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You highlighted the error message that indicates that the login failed to your database. What database are you using? Please post the *-ds.xml file that declares the datasource for the database (enclose the XML text in UBBCode 'code' tags).

Finally, it is usually only necessary to post the first stack trace, not the full console log. Posting the full log makes your post harder to read and the harder a post is to read, the less likely it will get a response.
 
srikanth arroju
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry for posting the whole error log. there is no mysql-ds.xml in ROOT.war
but i found mysql-ds.xml file in

 
srikanth arroju
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks i have solved the problem by changing the root username and password
as in liferay-ds.xml.
 
My honeysuckle is blooming this year! Now to fertilize this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic