`
德莫罗
  • 浏览: 174139 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

expected= [java.net.URI] actual=[java.io.File]错误

阅读更多

java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=

[java.net.URI] actual=[java.io.File]

此问题为jboss的一个bug,其链接为https://jira.jboss.org/browse/JBAS-6981

修改$JBOSS_HOME/server/< serverName>/conf/bootstrap/profile.xml 中的

<bean name="AttachmentStore" class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">
		<constructor><parameter><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>
		<property name="mainDeployer"><inject bean="MainDeployer" /></property>
		<property name="serializer"><inject bean="AttachmentsSerializer" /></property>
		<property name="persistenceFactory"><inject bean="PersistenceFactory" /></property>
	</bean>

 为下面代码

<bean name="AttachmentStore" class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">
		<constructor><parameter class="java.io.File"><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>
		<property name="mainDeployer"><inject bean="MainDeployer" /></property>
		<property name="serializer"><inject bean="AttachmentsSerializer" /></property>
		<property name="persistenceFactory"><inject bean="PersistenceFactory" /></property>
	</bean>
 

 

 

分享到:
评论
1 楼 yuanliyin 2012-07-12  
刚遇到这个问题了

相关推荐

    Learning.NET.High.Performance.Programming

    Basic knowledge of C# is expected. In Detail This book will help you understand what "programming for performance" means, and use effective coding patterns and techniques to optimize your .NET ...

    Packt.Mastering.Csharp.and.NET.Programming

    - **Covariance in Interfaces**: Allows a type to be used where a subtype is expected. - **Covariance in Generic Types**: Explains how covariance works with generic types. - **Other Advanced Topics**...

    python3.7解决最小二乘遇到ValueError:Expected 2D array, got 1D array instead: array=[5.].关于reshape和predict

    在用python的LinearRegression做最小二乘时遇到如下错误: ValueError: Expected 2D array, got 1D array instead: array=[5.]. Reshape your data either using array.reshape(-1, 1) if your data has a single ...

    selenium-java-3.141.59.zip

    5. **Wait** 和 **ExpectedConditions**:在处理动态加载的网页或等待元素出现时,可以使用 `WebDriverWait` 配合 `ExpectedConditions` 来实现异步等待。 6. **断言**:在测试中,我们通常会用到断言来验证预期...

    Android代码-uri-differ

    URI Differ Simple lib to find diffs between URI and represent it in pretty way. Quick start: Use maven: ru.lanwen.diff uri-differ-lib 1.3.0 Add some code: Get changes: UriDiff changes = ...

    ICSharpCode.SharpZipLib

    System.IO.FileNotFoundException:“未能加载文件或程序集“ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73”或它的某一个依赖项。系统找不到指定的文件。” 下载...

    tweenjs.min.js文件

    /*! * @license TweenJS ...* ...* * Distributed under the terms of the MIT license. ...* * This notice shall be included in all copies or substantial portions of the Software. ...this.createjs=this.createjs||{},...

    Java高性能线程库(java.util.concurrent包的补充)

    一个高性能的Java线程库,该库是 JDK 1.5 中的 java.util.concurrent 包的补充,可用于基于并发消息机制的应用。该类库不提供远程的消息功能,其设计的宗旨是实现一个内存中的消息传递机制. 主要特点有: * All ...

    PointNet中出现错误的小文件render_balls_so.dll

    解决复现 PointNet 中出现的【dll = np.ctypeslib.load_library(‘render_balls_so’, ‘.’) OSError: no file with expected extension:】问题。只需要替换原作者代码中的文件就可以。

    精心整理的ssh2 一些错误问题的记录(推荐)

    ### 错误一:Expected positional parameter count: 3, actual parameters: [[1,1,0]] 这种错误通常发生在调用函数或方法时参数数量不匹配的情况。例如,当一个方法期望接收三个位置参数,而实际上只传递了一个或两...

    junit单元测试工具

    JUnit是Java语言的一个单元测试框架。它由Kent Beck和Erich Gamma创建,于2000年首次发布。JUnit提供了一些注解(如@Test),用于标识在测试中的方法,并且提供了运行和管理这些测试的方式 单元”可以是一个函数、...

    修正版AXMLPrinter2

    android 二进制xml 解析。AXMLPrinter2反编译的时候报错解决

    简单的ADO.net数据访问客户端

    简单的Ado.net数据访问客户端。 数据库访问入口 获取IDbClient 在开始之前,先添加一个数据库访问入口。当然,也可以使用任何你喜欢的方式来创建IDbClient(的实现类)实例。 public static class Db { private...

    AXMLPrinter2.S.jar

    AXMLPrinter2.S.jar 把反编译出来的layout布局文件解析成正常代码

    Expected sales amount -.xlsx

    Expected sales amount -.xlsx

    progress:io.Reader和io.Writer以及进度和剩余时间估计

    io.Reader和io.Writer以及进度和剩余时间估计。 用法 ctx := context . Background () // get a reader and the total expected number of bytes s := `Now that's what I call progress` size := len ( s ) r := ...

    hls.min.js

    !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define;.amd?define([],e):"object"==typeof exports?exports.Hls=e():t.Hls=e()}(this,...

    xml-compare.js:比较XML流

    xml-compare expected.xml &lt; actual.xml 原料药 var fs = require ( 'fs' ) , XmlCompare = require ( './xml-compare' ) ; var exectedFile = ... var actualFile = ... var expectedStream = fs . ...

    spring.net第一个测试例子

    Spring.NET是中国开源社区基于.NET Framework实现的一个轻量级企业级应用框架,它借鉴了Spring Java平台的成功经验,为.NET开发者提供了全面的依赖注入(DI)和面向方面编程(AOP)解决方案。本教程将带你逐步了解...

Global site tag (gtag.js) - Google Analytics