[JBoss JIRA] (AS7-4953) Extended Access Log doesn't work if you don't provide patteren
by Tomaz Zupan (JIRA)
Tomaz Zupan created AS7-4953:
--------------------------------
Summary: Extended Access Log doesn't work if you don't provide patteren
Key: AS7-4953
URL: https://issues.jboss.org/browse/AS7-4953
Project: Application Server 7
Issue Type: Bug
Components: Web
Affects Versions: 7.1.1.Final
Environment: Java 1.7.04
Windows 7 x64
Reporter: Tomaz Zupan
Assignee: Remy Maucherat
If in configuration file in subsystem=urn:jboss:domain:web:1.1 / virtual-server section you add:
{code:xml}
<access-log extended="true">
<directory path="logs" relative-to="something"/>
</access-log>
{code}
there is the following error in console when JBoss is started:
{code}09:51:00,713 ERROR [org.apache.catalina.valves.ExtendedAccessLogValve] unable to decode with rest of chars starting: %h{code}
and access logging doesn't work.
--
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
13 years, 10 months
[JBoss JIRA] (AS7-5045) Bundle installed but unable to deploy calling code
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-5045?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler resolved AS7-5045.
---------------------------------
Resolution: Rejected
This is not a bug report. Please take this to the forum. You can explain there what "java code" is calling into your osgi bundle
> Bundle installed but unable to deploy calling code
> --------------------------------------------------
>
> Key: AS7-5045
> URL: https://issues.jboss.org/browse/AS7-5045
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, OSGi
> Affects Versions: 7.1.1.Final
> Environment: Windows XP
> Reporter: Riyaz Shaikh
> Assignee: Thomas Diesler
> Attachments: HelloService.jar, HelloService.zip
>
>
> Required help to resolve following issue:
> 15:02:08,608 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."iCareDemoWeb.war".POST_MODU
> LE: org.jboss.msc.service.StartException in service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "
> iCareDemoWeb.war"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [rt.jar:1.6.0]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [rt.jar:1.6.0]
> at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:53) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:63)
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:55)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> ... 5 more
> 15:02:08,858 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "iCareDemoWeb.war" was rolled back with failure mes
> sage {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.de
> ployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""}}
> 15:02:09,187 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment iCareDemoWeb.war in 346ms
> 15:02:09,187 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
> JBAS014777: Services which failed to start: service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: org.jboss.msc.service.StartException in serv
> ice jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "iCareDemoWeb.war"
> 15:02:09,187 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Ste
> ps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.serv
> ice.StartException in service jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""
> }}}}
--
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
13 years, 10 months
[JBoss JIRA] (AS7-5045) Bundle installed but unable to deploy calling code
by Riyaz Shaikh (JIRA)
[ https://issues.jboss.org/browse/AS7-5045?page=com.atlassian.jira.plugin.s... ]
Riyaz Shaikh updated AS7-5045:
------------------------------
Attachment: HelloService.zip
HelloService.jar
Attached is the HelloService I have deployed in JBoss
> Bundle installed but unable to deploy calling code
> --------------------------------------------------
>
> Key: AS7-5045
> URL: https://issues.jboss.org/browse/AS7-5045
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, OSGi
> Affects Versions: 7.1.1.Final
> Environment: Windows XP
> Reporter: Riyaz Shaikh
> Assignee: Thomas Diesler
> Attachments: HelloService.jar, HelloService.zip
>
>
> Required help to resolve following issue:
> 15:02:08,608 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."iCareDemoWeb.war".POST_MODU
> LE: org.jboss.msc.service.StartException in service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "
> iCareDemoWeb.war"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [rt.jar:1.6.0]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [rt.jar:1.6.0]
> at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:53) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:63)
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:55)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> ... 5 more
> 15:02:08,858 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "iCareDemoWeb.war" was rolled back with failure mes
> sage {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.de
> ployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""}}
> 15:02:09,187 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment iCareDemoWeb.war in 346ms
> 15:02:09,187 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
> JBAS014777: Services which failed to start: service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: org.jboss.msc.service.StartException in serv
> ice jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "iCareDemoWeb.war"
> 15:02:09,187 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Ste
> ps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.serv
> ice.StartException in service jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""
> }}}}
--
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
13 years, 10 months
[JBoss JIRA] (AS7-5045) Bundle installed but unable to deploy calling code
by Riyaz Shaikh (JIRA)
[ https://issues.jboss.org/browse/AS7-5045?page=com.atlassian.jira.plugin.s... ]
Riyaz Shaikh updated AS7-5045:
------------------------------
Hi Thomas,
Thanks for your immediate reply.
I have a HelloService bundle installed in JBoss server (7.1.1). This service needs to be called in Java code from server side, without using Servlet or EJB. What steps I have to follow for this?
> Bundle installed but unable to deploy calling code
> --------------------------------------------------
>
> Key: AS7-5045
> URL: https://issues.jboss.org/browse/AS7-5045
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, OSGi
> Affects Versions: 7.1.1.Final
> Environment: Windows XP
> Reporter: Riyaz Shaikh
> Assignee: Thomas Diesler
>
> Required help to resolve following issue:
> 15:02:08,608 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."iCareDemoWeb.war".POST_MODU
> LE: org.jboss.msc.service.StartException in service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "
> iCareDemoWeb.war"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [rt.jar:1.6.0]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [rt.jar:1.6.0]
> at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:53) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:63)
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:55)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> ... 5 more
> 15:02:08,858 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "iCareDemoWeb.war" was rolled back with failure mes
> sage {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.de
> ployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""}}
> 15:02:09,187 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment iCareDemoWeb.war in 346ms
> 15:02:09,187 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
> JBAS014777: Services which failed to start: service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: org.jboss.msc.service.StartException in serv
> ice jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "iCareDemoWeb.war"
> 15:02:09,187 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Ste
> ps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.serv
> ice.StartException in service jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""
> }}}}
--
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
13 years, 10 months
[JBoss JIRA] (AS7-5045) Bundle installed but unable to deploy calling code
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-5045?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler commented on AS7-5045:
-------------------------------------
How is this related to OSGi? Could you attach a sample deployment that allows me to reproduce waht your are seeing?
> Bundle installed but unable to deploy calling code
> --------------------------------------------------
>
> Key: AS7-5045
> URL: https://issues.jboss.org/browse/AS7-5045
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, OSGi
> Affects Versions: 7.1.1.Final
> Environment: Windows XP
> Reporter: Riyaz Shaikh
> Assignee: Thomas Diesler
>
> Required help to resolve following issue:
> 15:02:08,608 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."iCareDemoWeb.war".POST_MODU
> LE: org.jboss.msc.service.StartException in service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "
> iCareDemoWeb.war"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [rt.jar:1.6.0]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [rt.jar:1.6.0]
> at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:53) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:63)
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:55)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> ... 5 more
> 15:02:08,858 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "iCareDemoWeb.war" was rolled back with failure mes
> sage {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.de
> ployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""}}
> 15:02:09,187 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment iCareDemoWeb.war in 346ms
> 15:02:09,187 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
> JBAS014777: Services which failed to start: service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: org.jboss.msc.service.StartException in serv
> ice jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "iCareDemoWeb.war"
> 15:02:09,187 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Ste
> ps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.serv
> ice.StartException in service jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""
> }}}}
--
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
13 years, 10 months
[JBoss JIRA] (AS7-5045) Bundle installed but unable to deploy calling code
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-5045?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler moved JBOSGI-569 to AS7-5045:
--------------------------------------------
Project: Application Server 7 (was: JBoss OSGi)
Key: AS7-5045 (was: JBOSGI-569)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.1.Final
(was: JBossOSGi 1.0.0)
Component/s: CDI / Weld
OSGi
(was: CDI)
Security: (was: Public)
> Bundle installed but unable to deploy calling code
> --------------------------------------------------
>
> Key: AS7-5045
> URL: https://issues.jboss.org/browse/AS7-5045
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, OSGi
> Affects Versions: 7.1.1.Final
> Environment: Windows XP
> Reporter: Riyaz Shaikh
> Assignee: Thomas Diesler
>
> Required help to resolve following issue:
> 15:02:08,608 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."iCareDemoWeb.war".POST_MODU
> LE: org.jboss.msc.service.StartException in service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "
> iCareDemoWeb.war"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [rt.jar:1.6.0]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [rt.jar:1.6.0]
> at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:53) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:63)
> at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:55)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> ... 5 more
> 15:02:08,858 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "iCareDemoWeb.war" was rolled back with failure mes
> sage {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.de
> ployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""}}
> 15:02:09,187 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment iCareDemoWeb.war in 346ms
> 15:02:09,187 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
> JBAS014777: Services which failed to start: service jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: org.jboss.msc.service.StartException in serv
> ice jboss.deployment.unit."iCareDemoWeb.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "iCareDemoWeb.war"
> 15:02:09,187 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Ste
> ps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE" => "org.jboss.msc.serv
> ice.StartException in service jboss.deployment.unit.\"iCareDemoWeb.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"iCareDemoWeb.war\""
> }}}}
--
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
13 years, 10 months
[JBoss JIRA] (AS7-5042) Ear Deployment Issue in JBoss AS 7.1.0.Final
by Badal Pradhan (JIRA)
Badal Pradhan created AS7-5042:
----------------------------------
Summary: Ear Deployment Issue in JBoss AS 7.1.0.Final
Key: AS7-5042
URL: https://issues.jboss.org/browse/AS7-5042
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.1.1.Final
Environment: Window XP SP2, jdk160_05, Spring 2.5
Reporter: Badal Pradhan
Assignee: Jason Greene
When trying to deploy ear application; it shows the below message in server console:
JBAS015876: Starting deployment of "EJB3SpringPOC_EAR.ear"
JBAS015876: Starting deployment of "EJB3SpringPOC_EAREJB.jar"
JBAS015876: Starting deployment of "EJB3SpringPOC_EARWeb.war"
Registering web context: /EJB3SpringPOC_EARWeb
JBAS018559: Deployed "EJB3SpringPOC_EAR.ear"
I am able to access web application but not able to access ejb.
Below error is coming in EJB Client:
javax.ejb.NoSuchEJBException: No such EJB[appname=EJB3SpringPOC_EAR,modulename=EJB3SpringPOC_EAREJB,distinctname=,beanname=BPMEJBSpringService]
Content of ear/META-INF/application.xml
----------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<application id="Application_ID" version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
<display-name>EJB3SpringPOC_EAR</display-name>
<module id="EJB3SpringPOC_EAREJB">
<ejb>EJB3SpringPOC_EAREJB.jar</ejb>
</module>
<module id="EJB3SpringPOC_EARWeb">
<web>
<web-uri>EJB3SpringPOC_EARWeb.war</web-uri>
<context-root>EJB3SpringPOC_EARWeb</context-root>
</web>
</module>
</application>
Any configuration is missing from my side to make it work?
--
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
13 years, 10 months
[JBoss JIRA] (AS7-4755) RemotingConnectionClusterNodeManager] Could not create a connection for cluster node X in cluster ejb: .... SSLException: Unrecognized SSL message, plaintext connection?
by Radoslav Husar (JIRA)
Radoslav Husar created AS7-4755:
-----------------------------------
Summary: RemotingConnectionClusterNodeManager] Could not create a connection for cluster node X in cluster ejb: .... SSLException: Unrecognized SSL message, plaintext connection?
Key: AS7-4755
URL: https://issues.jboss.org/browse/AS7-4755
Project: Application Server 7
Issue Type: Bug
Components: Clustering, EJB, Remoting
Reporter: Radoslav Husar
Assignee: Paul Ferraro
Fix For: 7.1.2.Final (EAP)
Randomly starting showing with yesterday's snapshot.
{noformat}
10:05:37,734 ERROR [org.jboss.remoting.remote.connection] (Remoting "perf21" read-1) JBREM000200: Remote connection failed: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
10:05:37,736 ERROR [org.jboss.remoting.remote.connection] (Remoting "perf21" read-1) JBREM000200: Remote connection failed: java.io.IOException: Received an invalid message length of -2140864253
10:05:37,737 INFO [org.jboss.as.ejb3.remote.RemotingConnectionClusterNodeManager] (ejb-client-cluster-node-connection-creation-3-thread-1) Could not create a connection for cluster node perf19 in cluster ejb: java.lang.RuntimeException: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at org.jboss.ejb.client.remoting.IoFutureHelper.get(IoFutureHelper.java:91) [jboss-ejb-client-1.0.10.Final.jar:1.0.10.Final]
at org.jboss.as.ejb3.remote.RemotingConnectionClusterNodeManager.getEJBReceiver(RemotingConnectionClusterNodeManager.java:88) [jboss-as-ejb3-7.1.2.Final-SNAPSHOT.jar:7.1.2.Final-SNAPSHOT]
at org.jboss.ejb.client.ClusterContext$EJBReceiverAssociationTask.call(ClusterContext.java:406) [jboss-ejb-client-1.0.10.Final.jar:1.0.10.Final]
at org.jboss.ejb.client.ClusterContext$EJBReceiverAssociationTask.call(ClusterContext.java:380) [jboss-ejb-client-1.0.10.Final.jar:1.0.10.Final]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [rt.jar:1.6.0_30]
at java.util.concurrent.FutureTask.run(FutureTask.java:138) [rt.jar:1.6.0_30]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_30]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_30]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_30]
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at com.sun.net.ssl.internal.ssl.EngineInputRecord.bytesInCompletePacket(EngineInputRecord.java:152) [jsse.jar:1.6]
at com.sun.net.ssl.internal.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:806) [jsse.jar:1.6]
at com.sun.net.ssl.internal.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:721) [jsse.jar:1.6]
at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:607) [jsse.jar:1.6]
at org.xnio.ssl.JsseConnectedSslStreamChannel.unwrap(JsseConnectedSslStreamChannel.java:443) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.ssl.JsseConnectedSslStreamChannel.read(JsseConnectedSslStreamChannel.java:484) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.ssl.JsseConnectedSslStreamChannel.read(JsseConnectedSslStreamChannel.java:449) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.channels.FramedMessageChannel.receive(FramedMessageChannel.java:88) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.jboss.remoting3.remote.ClientConnectionOpenListener$Greeting.handleEvent(ClientConnectionOpenListener.java:138) [jboss-remoting-3.2.7.GA.jar:3.2.7.GA]
at org.jboss.remoting3.remote.ClientConnectionOpenListener$Greeting.handleEvent(ClientConnectionOpenListener.java:130) [jboss-remoting-3.2.7.GA.jar:3.2.7.GA]
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.ssl.JsseConnectedSslStreamChannel.handleReadable(JsseConnectedSslStreamChannel.java:180) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72) [xnio-api-3.0.3.GA.jar:3.0.3.GA]
at org.xnio.nio.NioHandle.run(NioHandle.java:90)
at org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:205)
at org.xnio.nio.WorkerThread.run(WorkerThread.java:121)
at ...asynchronous invocation...(Unknown Source)
at org.jboss.remoting3.EndpointImpl.doConnect(EndpointImpl.java:270) [jboss-remoting-3.2.7.GA.jar:3.2.7.GA]
at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:386) [jboss-remoting-3.2.7.GA.jar:3.2.7.GA]
at org.jboss.ejb.client.remoting.NetworkUtil.connect(NetworkUtil.java:151) [jboss-ejb-client-1.0.10.Final.jar:1.0.10.Final]
at org.jboss.ejb.client.remoting.NetworkUtil.connect(NetworkUtil.java:132) [jboss-ejb-client-1.0.10.Final.jar:1.0.10.Final]
at org.jboss.as.ejb3.remote.RemotingConnectionClusterNodeManager.getEJBReceiver(RemotingConnectionClusterNodeManager.java:86) [jboss-as-ejb3-7.1.2.Final-SNAPSHOT.jar:7.1.2.Final-SNAPSHOT]
... 7 more
{noformat}
--
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
13 years, 10 months
[JBoss JIRA] (LOGMGR-47) JBoss log4j is overridden by web application's log4j
by Rohan Jain (JIRA)
Rohan Jain created LOGMGR-47:
--------------------------------
Summary: JBoss log4j is overridden by web application's log4j
Key: LOGMGR-47
URL: https://issues.jboss.org/browse/LOGMGR-47
Project: JBoss Log Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Rohan Jain
Assignee: David Lloyd
Issue in JBoss 5.1. When the client application hits my web application, all the system out logs and jboss undeploy lines are getting printed in my webapplication logs instead of server logs.
I tried to add "<attribute name="CatchSystemOut">false</attribute>" in jboss-service.xml. It stopped logging the system out lines in the web app logs, but they are not logged even in server logs. The system outs were just seen on the console.
--
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
13 years, 10 months