This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JBoss/WildFly and the fly likes Unable to start Jboss 5.1.0 GA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "Unable to start Jboss 5.1.0 GA" Watch "Unable to start Jboss 5.1.0 GA" New topic
Author

Unable to start Jboss 5.1.0 GA

Jigar Naik
Ranch Hand

Joined: Dec 12, 2006
Posts: 744
Eclipse 3.5
Jboss 5.1.0 GA
java version "1.6.0_20"

Hi,

When i try to start jboss 5.1 using eclipse plugin i am getting below error.

Stack Trace



and below is my profile.xml file



i have check many blogs they ask to change some constructor value. but i am not able to find anything like that.

can anybody help me out in fixing this issue.


Jigar Naik


Rene Larsen
Ranch Hand

Joined: Oct 12, 2001
Posts: 1179

The error says that the constructor of AttachmentStore should be a java.net.URI - and not a java.io.File.

If you look at the configuration of AttachmentStore's constructor, you will find the property attachmentStoreRoot - which refer to a property on BootstrapProfileFactory.

Maybe you should wrap this attachmentStoreRoot value like is has been done with applicationURIs ??





Regards, Rene Larsen
Dropbox Invite
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8209
    
  71

Actually it's a known bug in AS-5.1.0 https://jira.jboss.org/browse/JBAS-6981. That JIRA and the forum thread, referenced in there, has the workaround for this issue.

[My Blog] [JavaRanch Journal]
Jigar Naik
Ranch Hand

Joined: Dec 12, 2006
Posts: 744
Thanks a lot.. its working...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Unable to start Jboss 5.1.0 GA
 
Similar Threads
Running JBoss 5.1.0 All Server
RuntimeException when calling the local interface of session bean from servlet code
Error on Starting jboss 5.1.0
RuntimeException when trying to deploy application using jboss
RuntimeException while trying to call the local interface of session bean from servlet