JBoss 5.1.0 throws Exception while starting from Eclipse!

Issue

While starting JBoss from Eclipse, JBoss throws the below exception:

Failed to boot JBoss:
java.lang.IllegalStateException: Incompletely deployed:

DEPLOYMENTS IN ERROR: Deployment "AttachmentStore" is in error due to: java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=[java.net.URI] actual=[java.io.File]



Workaround:

Go to %JBOSS_HOME%/server/ <instance>/conf/bootstrap /profile.xml and include class="java.io.File" as given below:

<constructor><parameter class="java.io.File"><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot"> </parameter> </constructor>
</bean>

Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to our feed and get articles like this delivered automatically to your feed reader? Like our Facebook Page.

Post a Comment (0)
Previous Post Next Post