English 中文(简体)
Jboss JBAS014750 - 耳布错误
原标题:Jboss JBAS014750 - error deploying ear

I m having trouble deploying an ear to jboss. I ve searched the internets and the only reference was something about socket bindings, but I m using the default standalone-full cfg.

是否有关于“强势”JBAS014750

18:06:16,975 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010403: Deploying JDBC-compliant driver cl
ass org.apache.derby.jdbc.AutoloadedDriver (version 10.5)
18:06:17,116 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-6) Initializing Mojarra 2.1.7-jbossor
g-1 (20120227-1401) for context  /fce 
18:06:19,147 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-6) Hibernate Validator 4.2.0.Final
18:06:21,085 INFO  [org.jboss.web] (MSC service thread 1-6) JBAS018210: Registering web context: /fce
18:06:21,303 INFO  [org.jboss.as.server] (HttpManagementService-threads - 2) JBAS015870: Deploy of deployment "fce-application.ear
" was rolled back with failure message JBAS014750: Operation handler failed to complete
18:06:21,397 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment fce-module-ejb.jar in
99ms
18:06:21,397 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015877: Stopped deployment fce-module-core-servi
ces.jar in 99ms
18:06:21,944 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015877: Stopped deployment fce-module-presentatio
n.war in 645ms
18:06:24,116 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment fce-application.ear in
 2817ms
最佳回答

我的问题是,我有一个错误配置的数据源。

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签