JavaRanch » Java Forums »
Products »
JBoss/WildFly
| 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
|
|
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...
|
 |
 |
|
|
subject: Unable to start Jboss 5.1.0 GA
|
|
|
|