[JBoss Tools] New message: "JBoss Maven Problem"
by Gilles Dupont Tagne Tagne
User development,
A new message was posted in the thread "JBoss Maven Problem":
http://community.jboss.org/message/521956#521956
Author : Gilles Dupont Tagne Tagne
Profile : http://community.jboss.org/people/tagnegilles
Message:
--------------------------------------------------------------
Hi Guys,
I created a Seam war project with eclipse Galileo, JBoss Tools 3.1.0 CR1 und m2clipse 0.9.9. I use maven 2.2.1. After the project was created i deployed it in JBoss AS 5.1.0 GA. The project couldn't be deploy because of this exception
01:16:06,991 ERROR [[/portal]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.IllegalStateException: Two components with the same name and precedence - component name: authenticator, component classes: de.cimt.portal.session.Authenticator, de.cimt.portal.session.Authenticator
at org.jboss.seam.init.Initialization.addComponentDescriptor(Initialization.java:601)
at org.jboss.seam.init.Initialization.installScannedComponentAndRoles(Initialization.java:954)
at org.jboss.seam.init.Initialization.installHotDeployableComponents(Initialization.java:852)
at org.jboss.seam.init.Initialization.init(Initialization.java:730)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
01:16:07,015 ERROR [StandardContext] Error listenerStart
01:16:07,015 ERROR [StandardContext] Context [/portal] startup failed due to previous errors
01:16:07,089 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/portal state=Create mode=Manual requiredState=Installed
org.jboss.deployers.spi.DeploymentException: URL file:/Applications/jboss-5.1.0.GA/server/default/tmp/5c4o11e-pn5ky7-g4ui6t8e-1-g4uic66y-d2/portal.war/ deployment failed
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
01:16:07,095 INFO [PersistenceUnitDeployment] Stopping persistence unit persistence.unit:unitName=#portal
01:16:07,095 INFO [SessionFactoryImpl] closing
01:16:07,095 INFO [SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.unit:unitName=#portal
01:16:07,095 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
01:16:07,095 INFO [SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.unit:unitName=#portal
01:16:07,248 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/Users/gilles/Documents/workspace_diplom/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBossServer/deploy/portal.war/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: URL file:/Applications/jboss-5.1.0.GA/server/default/tmp/5c4o11e-pn5ky7-g4ui6t8e-1-g4uic66y-d2/portal.war/ deployment failed
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
01:16:07,293 WARN [HDScanner] Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
*** DEPLOYMENTS IN ERROR: Name -> Error
vfsfile:/Users/gilles/Documents/workspace_diplom/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBossServer/deploy/portal.war/ -> org.jboss.deployers.spi.DeploymentException: URL file:/Applications/jboss-5.1.0.GA/server/default/tmp/5c4o11e-pn5ky7-g4ui6t8e-1-g4uic66y-d2/portal.war/ deployment failed
DEPLOYMENTS IN ERROR:
Deployment "vfsfile:/Users/gilles/Documents/workspace_diplom/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBossServer/deploy/portal.war/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/Applications/jboss-5.1.0.GA/server/default/tmp/5c4o11e-pn5ky7-g4ui6t8e-1-g4uic66y-d2/portal.war/ deployment failed
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:993)
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:939)
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:873)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.checkComplete(MainDeployerAdapter.java:128)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:369)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
I looked in the portal.war directory and i found out that it's content a dev directory in which the Authenticator.class is present. Please i don't know how i am going to solve this. I would be please to receive some help.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521956#521956
16 years, 3 months
[jBPM] New message: "Re: Ability to configure jBPM in persistence.xml"
by Marcin Zaj?czkowski
User development,
A new message was posted in the thread "Ability to configure jBPM in persistence.xml":
http://community.jboss.org/message/521951#521951
Author : Marcin Zaj?czkowski
Profile : http://community.jboss.org/people/Szpak
Message:
--------------------------------------------------------------
Thanks for your response Ronald!
> kukeltje wrote:
>
> Btw, is there a specific reason to not wanting to have two config files? Most likely jBPM will have it's own persistence.xml file don't you think so, maybe even it's own datasource so it is replacing one file for another. Or do you want to ditch hibernate complete in favour op TopLink, OracleLink EclipseLink or some other framework :-)
I use Hibernate and plan to use it in the future, but wanted to use it as a JPA provider to be able for example (in theory - there are a few problems with JSF and Seam) to run my app on Google Apps Engine.
Two config files are ok, but it increase startup time what is especially onerous during development. I will think about a read need to be provider independent.
> kukeltje wrote:
>
> jBPM does not deploy processdefinitions on it's own. Yes it is done trough the jBPM api but that has to be triggered somewhere (e.g. Seam) so find the source of what is triggering the deployment and fix it there.
Ok, I will try track it down on Seam side.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521951#521951
16 years, 3 months
[JBoss Tools] New message: "Re: No log file created in jboss server 4.2.2.GA"
by Aman S
User development,
A new message was posted in the thread "No log file created in jboss server 4.2.2.GA":
http://community.jboss.org/message/521950#521950
Author : Aman S
Profile : http://community.jboss.org/people/boy18nj
Message:
--------------------------------------------------------------
I modified the jboss-log4j.xml file to no success.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="true">
<!-- A time/date based rolling appender -->
<appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
<param name="File" value="${jboss.server.log.dir}/server.log"/>
<param name="Append" value="true"/>
<!-- Rollover at midnight each day -->
<param name="DatePattern" value="'.'yyyy-MM-dd"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{HH:mm:ss} %p [%c{6}] %m%n"/>
<!--
<param name="ConversionPattern" value="%d{HH:mm:ss} [%p] %c#%M@%L => %m%n"/>
-->
</layout>
</appender>
<!-- Console appender -->
<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
<param name="Target" value="System.out"/>
<!--
<param name="Threshold" value="INFO"/>
-->
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{HH:mm:ss} %p [%c{6}] %m%n"/>
<!--
<param name="ConversionPattern" value="%d{HH:mm:ss} [%p] %c#%M@%L => %m%n"/>
-->
</layout>
</appender>
<!-- digester is way too whiny (needed if root log level is INFO) -->
<category name="org.apache.commons.digester.Digester">
<priority value="WARN" />
</category>
<!-- Tell us when Seam is initializing -->
<category name="javax.servlet.ServletContextListener">
<priority value="INFO" />
</category>
<!-- Tell us which components Seam is loading -->
<category name="org.jboss.seam.init.Initialization">
<priority value="INFO" />
</category>
<!-- log SQL queries -->
<!--
<category name="org.hibernate.SQL">
<priority value="DEBUG" />
</category>
-->
<!-- Tell us when JBoss AS has finished starting -->
<category name="org.jboss.system.server.Server">
<priority value="INFO" />
</category>
<category name="org.open18">
<priority value="DEBUG" />
</category>
<root>
<priority value="INFO"/>
<appender-ref ref="CONSOLE"/>
<!--
<appender-ref ref="FILE"/>
-->
</root>
</log4j:configuration>
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521950#521950
16 years, 3 months
[jBPM] New message: "Re: Process definition deployment"
by Ronald van Kuijk
User development,
A new message was posted in the thread "Process definition deployment":
http://community.jboss.org/message/521943#521943
Author : Ronald van Kuijk
Profile : http://community.jboss.org/people/kukeltje
Message:
--------------------------------------------------------------
user the RepositoryService to create a ProcessDefinitionQuery and use that to retrieve the infor from the database. Compare that with the definition you have. Something like this.... (partly correct, partly pseudocode, partly... )
List<ProcessDefinition> processDefinitions = repositoryService.createProcessDefinitionQuery()
.processDefinitionKey("nuclear_fusion")
.orderDesc(ProcessDefinitionQuery.PROPERTY_VERSION)
.list();
NewDeployment newDeployment= repositoryService.createDeployment.addResourceFromString("xmlstring.jpdl.xml", jpdlXmlString)
if (processDefinitions.get(0).getVersion()) < newDeployment.getProcessDefinitionVersion("nuclear_fusion") {
newDeployment.deploy()
} else {
//latest version is active
}
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521943#521943
16 years, 3 months
[JBoss Portal Development] New message: "Portal authentication against LDAP and fall back to db for admin users"
by Venkateswarlu P
User development,
A new message was posted in the thread "Portal authentication against LDAP and fall back to db for admin users":
http://community.jboss.org/message/521938#521938
Author : Venkateswarlu P
Profile : http://community.jboss.org/people/paturuv
Message:
--------------------------------------------------------------
Hi -
I am trying to configure the JBoss portal 2.7 to authenticate against OPENDS LDAP. The requirement is to have the authentication mechanism against LDAP for normal users and for admin users the authentication need to be against database.
Could some one guide me through seps.
I have already done the following configurations:
In login-config.xml:
1. configured the details for <login-module code="org.jboss.portal.identity.auth.SynchronizingLDAPExtLoginModule" flag="required">
2. configured details for <login-module code = "org.jboss.portal.identity.auth.DBIdentityLoginModule" flag="sufficient">
3. configured details for <login-module code="org.jboss.portal.identity.auth.SynchronizingLoginModule" flag="optional">
In ldap_identity-config.xml
1. given all the necessary configurations to connect to LDAP
In standardidentity-config
1. configured all the other details which are required
I am facing an exception as Bad Password for all the users even though they are present in LDAP or in Database.
Could some one flash some light on this....
Thanks,
Venkat
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521938#521938
16 years, 3 months
[JBoss Cache] New message: "Jboss Cache clustering in standalone mode"
by Taran Sodhi
User development,
A new message was posted in the thread "Jboss Cache clustering in standalone mode":
http://community.jboss.org/message/521936#521936
Author : Taran Sodhi
Profile : http://community.jboss.org/people/dony908
Message:
--------------------------------------------------------------
Hi All,
I have my cache application in standalone mode outside Jboss using cache version caynene, I have to 2 unix boxes where I want to start one instance of the cache application. Now, I want these two to join these two cache instance to join the same cluster, so that they can replicate. Can I do that with out using JBoss cluster, using some configuration files and required binaries like jgroups?
Also, I have 2 instances of JBoss EAP 5.0 running on these unix boxes started in clustering mode. But the cache application as stated above is hosted outside the JBoss. Do I need yo use the JBoss servers and their cluster to get these two standalone caches yo replicate in same cluster?
Thanks in advance...
Regards,
Taran S.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521936#521936
16 years, 3 months
[Beginner's Corner] New message: "Problem log4j in Jboss"
by Kasthuri Rengan Srinivasan
User development,
A new message was posted in the thread "Problem log4j in Jboss":
http://community.jboss.org/message/521934#521934
Author : Kasthuri Rengan Srinivasan
Profile : http://community.jboss.org/people/rengan
Message:
--------------------------------------------------------------
Hi,
This is Kasthuri Rengan. I am using jboss-5.1.0.GA version. When i tried to use log4j in jboss-netty Coding. The Jboss did not recognize my log4j properties file and It didn't create any log file .
When i use jboss-log4j.xml to create log file. It is working fine but it is hard coding (Log file location we have given jboss-log4j.xml)
But What i need is the jboss-log4j.xml should read the log4j properties dynamically (i.e)(Log4j propeties contain Customized Log file Location)
Thanks in Advance
Kasthuri Rengan S
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521934#521934
16 years, 3 months
[JBoss Portal] New message: "Portal authentication against LDAP and fall back to db for admin users"
by Venkateswarlu P
User development,
A new message was posted in the thread "Portal authentication against LDAP and fall back to db for admin users":
http://community.jboss.org/message/521933#521933
Author : Venkateswarlu P
Profile : http://community.jboss.org/people/paturuv
Message:
--------------------------------------------------------------
Hi -
I am trying to configure the JBoss portal 2.7 to authenticate against OPENDS LDAP. The requirement is to have the authentication mechanism against LDAP for normal users and for admin users the authentication need to be against database.
Could some one guide me through seps.
I have already done the following configurations:
In login-config.xml:
1. configured the details for <login-module code="org.jboss.portal.identity.auth.SynchronizingLDAPExtLoginModule" flag="required">
2. configured details for <login-module code = "org.jboss.portal.identity.auth.DBIdentityLoginModule" flag="sufficient">
3. configured details for <login-module code="org.jboss.portal.identity.auth.SynchronizingLoginModule" flag="optional">
In ldap_identity-config.xml
1. given all the necessary configurations to connect to LDAP
In standardidentity-config
1. configured all the other details which are required
I am facing an exception as Bad Password for all the users even though they are present in LDAP or in Database.
Could some one flash some light on this....
Thanks,
Venkat
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521933#521933
16 years, 3 months
[jBPM] New message: "Re: Process definition deployment"
by Maarten G
User development,
A new message was posted in the thread "Process definition deployment":
http://community.jboss.org/message/521928#521928
Author : Maarten G
Profile : http://community.jboss.org/people/magoris
Message:
--------------------------------------------------------------
Hey Ronald, thanks for the pointers.
Remote db access could indeed be a problem for the production server. For the moment I've surrounded the deploy code with a try...catch(JbpmException), but I think a conditional deploy like you described would be better as I'm afraid the try...catch could possibly catch JbpmExceptions thrown for a different reason than the already deployed version issue, which would cause them not to be noticed.
I've looked at the API for the services, but I can't seem to get it to work to compare the currently deployed process definition(s) with the one in my NewDeployment. Is there an advised way of doing this by any chance?
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521928#521928
16 years, 3 months