[
https://issues.jboss.org/browse/JBAS-7856?page=com.atlassian.jira.plugin....
]
Kamal Suriyakumar commented on JBAS-7856:
-----------------------------------------
While start the Jboss 7 server, i am getting the following error
------------------------------------------------------------------------------------------
ERROR [AbstractKernelController] Error installing to Instantiated: name=AttachmentStore
state=Described
java.lang.IllegalArgumentException: Wrong arguments. new for target
java.lang.reflect.Constructor expected=[java.net.URI] actual=[java.io.File]
at
org.jboss.reflect.plugins.introspection.ReflectionUtils.handleErrors(ReflectionUtils.java:395)
...
at java.lang.Thread.run(Thread.java:722)
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]
parameter element missing value in profile.xml
----------------------------------------------
Key: JBAS-7856
URL:
https://issues.jboss.org/browse/JBAS-7856
Project: Application Server 3, 4, 5 and 6
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: JBossAS-5.1.0.GA
Environment: Windows,X86
Reporter: thamizhelango natarajan
Labels: XML, element, in, missing, parameter, profile, value
Fix For: No Release
Original Estimate: 1 hour
Remaining Estimate: 1 hour
<bean name="AttachmentStore"
class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">
<constructor><parameter class="java.io.File"><inject
bean="BootstrapProfileFactory" property="attachmentStoreRoot"
/></parameter></constructor>
The parameter element missing class attribute
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira