在优化部署到JBoss 7的应用程序时,得到错误后,最终增加了ReservedCodeCacheSize
Java HotSpot(TM) Client VM warning: CodeCache is full. Compiler has been
disabled.
Java HotSpot(TM) Client VM warning: Try increasing the code cache size
using XXReservedCodeCacheSize=
我知道ReservedCodeCacheSize的默认设置应该适用于大多数应用程序,但是我想知道,除了增加您使用的内存
在大量加载数据、根据日志数据递增计数器时,我遇到了超时异常。我正在使用DataStax2.0Rc2java驱动程序。
这是服务器无法跟上的问题(即服务器端配置问题),还是客户机在等待服务器响应时感到无聊?无论哪种方式,我都可以做一个简单的配置更改来解决这个问题吗?
Exception in thread "main" com.datastax.driver.core.exceptions.WriteTimeoutException: Cassandra timeout during write query at consistency ONE (1 replica were r
在maven中运行junit测试时,我不断收到此错误: com.datastax.driver.core.TransportException: /127.0.0.1通道已关闭
它最终会导致OutOfMemory异常。
我正在使用cassandra-unit运行嵌入式cassandra集群。在几个测试用例之后,它开始抛出以下错误:java.util.concurrent.ExecutionException: com.datastax.driver.core.TransportException: [/127.0.0.1] Channel has been closed at com.
我正在考虑使用它来实现JBoss缓存或Ehcache。在查看了这两个API之后,我的直觉是,JBoss可能比Ehcache更节省内存,因为它可以将原始对象放入缓存中,而Ehcache需要将数据包装在Element对象中。
我设置了一个快速的工作台反复插入键,在缓存中值元组。键和值类非常简单:
密钥:
public class Key implements Serializable {
private static final long serialVersionUID = -2124973847139523943L;
private final int key;
p
我正在尝试让StAXin验证与我们的jboss一起工作。我读过并学习了这个例子。然后我看到了以下例外情况:
java.lang.IllegalArgumentException: Source parameter of type
javax.xml.transform.stax.StAXSource' is not accepted by this validator.
at org.apache.xerces.jaxp.validation.ValidatorImpl.validate(Unknown Source)
根据,这里的问题是JBoss5.0.1有一个旧版本的x
我在finagle应用程序中使用memcached编解码器。但是性能非常差,比使用spymemcached客户端差得多。我用spymemached得到了8k请求/秒,用finagle的memcached编解码器得到了10req/s。memcached也在我的机器上运行。我是不是遗漏了什么?压力测试过程中的错误示例:
Mar 05, 2014 10:22:10 AM com.twitter.finagle.builder.SourceTrackingMonitor handle
SEVERE: A server service httpserver threw an exception
com.
我想在Eclipse中使用JUnit运行单元测试,但是我得到了以下错误:
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: apm-server-webservices-test.war
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
at org.jboss.as.arquillian.container.Archi
我有一个使用arquillian 1.1.1的项目,using和我有一些使用石墨烯和其他扩展的工作测试。现在我想用warp添加一些测试。但我要买一台NoClassDefFoundError。例外的是:
class br.com.sample.view.LoginTest$1 in Module "deployment.login.war:main" from Service Module Loader: java.lang.LinkageError: Failed to link br/com/sample/view/LoginTest$1 (Module "depl
我想使用arquillian为ADF项目创建单元测试。测试应该在远程WL10.3.6上运行。
对于焊接容器,一切都很好,但是如果我更改为远程WL,则始终会得到以下异常:
java.lang.IllegalArgumentException: ArquillianServletRunner not found. Could not determine ContextRoot from ProtocolMetadata, please contact DeployableContainer developer.
at org.jboss.arquillian.protocol.servlet.Se