JBoss 5.1.0 throws Exception while starting from Eclipse!
Posted Jul 2010 by Sunil
While starting JBoss from Eclipse, JBoss hrows 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>
No comments:
Post a Comment