[JBoss JIRA] Created: (JBIDE-9212) Consider introducing Profiles of AS Server adapteres
by Max Rydahl Andersen (JIRA)
Consider introducing Profiles of AS Server adapteres
----------------------------------------------------
Key: JBIDE-9212
URL: https://issues.jboss.org/browse/JBIDE-9212
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Priority: Blocker
Fix For: 3.3.0.M3
With all the different combinations of server behaviors and pollers dependent if you are runnig locally, remotely, openshift express or openshift flex it becomes hard to configure/tweak.
Idea is to introduce the notion of profiles, provide a set of default ones users can apply in Server Wizard or even in the server editor and allow them to create new ones based on existing ones.
These profiles would cover:
ports, start/stop behavior, pollers, deployments and launch setup. (more?)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (JBIDE-11439) Improve EJB3 Wizards
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-11439:
----------------------------------------
Summary: Improve EJB3 Wizards
Key: JBIDE-11439
URL: https://issues.jboss.org/browse/JBIDE-11439
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: ejb3
Reporter: Rastislav Wagner
Assignee: Rob Stryker
Fix For: 3.3.0.Beta3
*EJB3 Message Driven Bean:*
Wizard doesn't warn user if Name is not specified or Package is set to default. Finish button should be disabled.
Wizard doesn't have window title
*EJB3 Session Bean:*
Same as previous one - Wizard doesn't warn user if Name is not specified or Package is set to default. Finish button should be disabled.
Session Bean Wizard has Bean Package, Bean Name fields and Message Driven has Package, Name fields. We should choose only one naming.
--
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
12 years, 1 month
[JBoss JIRA] Created: (JBIDE-7271) Ensure Tools work with out-of-the-box platforms
by Rob Stryker (JIRA)
Ensure Tools work with out-of-the-box platforms
-----------------------------------------------
Key: JBIDE-7271
URL: https://jira.jboss.org/browse/JBIDE-7271
Project: Tools (JBoss Tools)
Issue Type: Task
Components: JBossAS
Affects Versions: 3.2.0.M2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.2.0.CR1
I've recently started re-testing with out-of-the box platforms (EPP, EAP, SOA-P), fresh unzipped installations, and I'm realizing most of them do not have JMX enabled. This is a problem for our tools. It means things like putting the our deployments into a metadata location rather than config/deploy cannot work, because we cannot tell the Deployment Scanner (via JMX) that thats where our deployments are. Also, without JMX enabled, I've noticed my shutdown scripts fail.
Originally I thought this was just a toolset issue, but when I started using the command line to see if there was some problem in the tools or not, I started realizing, I have absolutely *NO* idea how to properly shut down these platform servers without modifying property files. IS there a way? Or are all new users of EAP / EPP / SOA-P expected to go expose their jmx console in order to use the ./shutdown.sh script?
For EAP and EPP, I am only able to properly shut down the server if I modify the default/conf/props/jmx-console-users.properties file. Is this correct? There is no way to shut down the server from the command line without exposing a user via JMX?
When trying SOA-P 5.1, I notice the same behaviour. The shutdown script does not work at all without JMX exposed, *AND*, in this case, the "soa-users.properties" file is the one containing the usernames and passwords admin=admin.
A summary, In order to enable *command line* shutdowns (and thus tooling shutdowns), it seems I must modify a properties file (who's name changes between platforms??) to expose the jmx console.
So again, I ask, am I doing this right? This is all command-line. The next problem is, assuming all my assumptions are correct, what should our tools do to help users with a fresh *manually downloaded* EAP / EPP / SOA-P installations do to get set up? (As far as I know, JBDS bundles customize the configuration slightly). Should we offer to expose their consoles FOR them by changing this properties file? Or should we simply deploy all objects in server/{config}/deploy instead of in workspace.metadata.folder and use jmx to add that folder to the deployment scanner?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (JBIDE-12510) Illegal Argument Exception running Seam 2.3 project jboss.server.deployment.scanner.JBossToolsScanner1
by Daniel Hinojosa (JIRA)
Daniel Hinojosa created JBIDE-12510:
---------------------------------------
Summary: Illegal Argument Exception running Seam 2.3 project jboss.server.deployment.scanner.JBossToolsScanner1
Key: JBIDE-12510
URL: https://issues.jboss.org/browse/JBIDE-12510
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam 2
Reporter: Daniel Hinojosa
Assignee: Alexey Kazakov
When deploying a Seam 2.3 using the latest CR1. I get the following message in the console:
{noformat}
17:29:02,661 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
17:29:02,876 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
17:29:02,932 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
17:29:03,844 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
17:29:03,845 INFO [org.xnio] XNIO Version 3.0.3.GA
17:29:03,858 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
17:29:03,869 INFO [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
17:29:03,880 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
17:29:03,884 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
17:29:03,906 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
17:29:03,922 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
17:29:03,925 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
17:29:03,927 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
17:29:03,936 INFO [org.jboss.as.connector] (MSC service thread 1-9) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
17:29:03,937 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
17:29:03,937 INFO [org.jboss.as.security] (MSC service thread 1-14) JBAS013100: Current PicketBox version=4.0.7.Final
17:29:03,961 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
17:29:03,973 INFO [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: Starting Naming Service
17:29:03,979 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]
17:29:04,107 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-3) JBoss Web Services - Stack CXF Server 4.0.2.GA
17:29:04,116 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-7) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080
17:29:04,382 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-11) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
17:29:04,591 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC00001: Failed to start service jboss.server.deployment.scanner.JBossToolsScanner1: org.jboss.msc.service.StartException in service jboss.server.deployment.scanner.JBossToolsScanner1: java.lang.IllegalArgumentException: JBAS015053: /home/danno/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_7.1.1_Final_Server1336767510298/deploy does not exist
at org.jboss.as.server.deployment.scanner.DeploymentScannerService.start(DeploymentScannerService.java:165)
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.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_03]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_03]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_03]
Caused by: java.lang.IllegalArgumentException: JBAS015053: /home/danno/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_7.1.1_Final_Server1336767510298/deploy does not exist
at org.jboss.as.server.deployment.scanner.FileSystemDeploymentService.<init>(FileSystemDeploymentService.java:171)
at org.jboss.as.server.deployment.scanner.DeploymentScannerService.start(DeploymentScannerService.java:151)
... 5 more
17:29:04,598 INFO [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on localhost/127.0.0.1:4447
17:29:04,598 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:9999
17:29:04,598 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory /home/danno/java/jboss-as-7.1.1.Final/standalone/deployments
17:29:04,681 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.server.deployment.scanner.JBossToolsScanner1: org.jboss.msc.service.StartException in service jboss.server.deployment.scanner.JBossToolsScanner1: java.lang.IllegalArgumentException: JBAS015053: /home/danno/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_7.1.1_Final_Server1336767510298/deploy does not exist
17:29:04,854 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
17:29:04,855 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 2456ms - Started 134 of 210 services (1 services failed or missing dependencies, 74 services are passive or on-demand)
17:29:09,604 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found sevenrecurse-ear.ear in deployment directory. To trigger deployment create a file called sevenrecurse-ear.ear.dodeploy
17:29:14,633 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "sevenrecurse-ear.ear"
17:29:16,264 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_cs.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,265 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_de_DE.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,265 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_es.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,266 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_fr.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,267 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_hu.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,267 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_it.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,268 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_ja_JP.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,269 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_ko_KR.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,269 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_pl.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,270 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_pt_BR.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,271 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_ru.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,272 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_zh_CN.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,272 WARN [org.jboss.as.server.deployment] (MSC service thread 1-10) Class Path entry derbyLocale_zh_TW.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,278 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "sevenrecurse.war"
17:29:16,279 INFO [org.jboss.as.server.deployment] (MSC service thread 1-11) JBAS015876: Starting deployment of "jboss-seam.jar"
17:29:16,279 INFO [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015876: Starting deployment of "sevenrecurse-ejb.jar"
17:29:16,847 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015850: /home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/sevenrecurse.war/WEB-INF/jboss-deployment-structure.xml in subdeployment ignored. jboss-deployment-structure.xml is only parsed for top level deployments.
17:29:16,849 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/sevenrecurse.war/WEB-INF/lib/itext.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,850 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox-2.1.2.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/sevenrecurse.war/WEB-INF/lib/itext.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,850 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry bcmail-jdk14-138.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/sevenrecurse.war/WEB-INF/lib/itext.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,851 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry bcprov-jdk14-138.jar in "/home/danno/java/jboss-as-7.1.1.Final/standalone/deployments/sevenrecurse-ear.ear/sevenrecurse.war/WEB-INF/lib/itext.jar" does not point to a valid jar for a Class-Path reference.
17:29:16,969 INFO [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for sevenrecurse
17:29:17,065 WARN [org.jboss.as.dependency.private] (MSC service thread 1-9) JBAS018567: Deployment "deployment.sevenrecurse-ear.ear" is using a private module ("com.sun.jsf-impl:main") which may be changed or removed in future versions without notice.
17:29:17,067 WARN [org.jboss.as.dependency.private] (MSC service thread 1-9) JBAS018567: Deployment "deployment.sevenrecurse-ear.ear" is using a private module ("com.sun.jsf-impl:main") which may be changed or removed in future versions without notice.
17:29:17,159 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-13) JNDI bindings for session bean named EjbSynchronizations in deployment unit subdeployment "jboss-seam.jar" of deployment "sevenrecurse-ear.ear" are as follows:
java:global/sevenrecurse-ear/jboss-seam/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
java:app/jboss-seam/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
java:module/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
java:global/sevenrecurse-ear/jboss-seam/EjbSynchronizations
java:app/jboss-seam/EjbSynchronizations
java:module/EjbSynchronizations
17:29:17,161 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-13) JNDI bindings for session bean named TimerServiceDispatcher in deployment unit subdeployment "jboss-seam.jar" of deployment "sevenrecurse-ear.ear" are as follows:
java:global/sevenrecurse-ear/jboss-seam/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
java:app/jboss-seam/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
java:module/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
java:global/sevenrecurse-ear/jboss-seam/TimerServiceDispatcher
java:app/jboss-seam/TimerServiceDispatcher
java:module/TimerServiceDispatcher
17:29:17,588 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-10) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.4)
17:29:17,798 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/sevenrecurse]] (MSC service thread 1-14) No Spring WebApplicationInitializer types detected on classpath
17:29:17,814 INFO [javax.servlet.ServletContextListener] (MSC service thread 1-14) Welcome to Seam 2.3.0.CR1-SNAPSHOT
17:29:18,876 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) reading /WEB-INF/components.xml
17:29:18,966 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) reading properties from: /seam.properties
17:29:18,985 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
17:29:18,994 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.core.locale
17:29:18,995 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.web.parameters
17:29:18,995 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.core.expressions
17:29:18,996 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.core.manager
17:29:18,996 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.core.locale
17:29:18,997 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
17:29:18,997 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
17:29:18,998 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
17:29:18,998 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
17:29:18,999 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection
17:29:18,999 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-14) two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
17:29:19,046 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.domain.sevenrecurse.session.Authenticator
17:29:19,069 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext
17:29:19,070 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
17:29:19,072 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
17:29:19,081 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
17:29:19,083 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
17:29:19,084 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
17:29:19,091 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
17:29:19,093 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
17:29:19,095 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
17:29:19,097 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
17:29:19,098 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
17:29:19,100 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
17:29:19,101 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
17:29:19,102 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
17:29:19,103 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
17:29:19,105 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
17:29:19,108 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
17:29:19,110 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
17:29:19,112 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
17:29:19,113 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
17:29:19,120 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
17:29:19,123 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
17:29:19,128 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
17:29:19,130 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.drools.spreadsheetComponent, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.SpreadsheetCompiler
17:29:19,131 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache
17:29:19,135 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.excel.excelFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.excel.ExcelFactory
17:29:19,139 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.excel.exporter.excelExporter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.excel.exporter.ExcelExporter
17:29:19,142 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
17:29:19,144 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
17:29:19,146 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter
17:29:19,148 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
17:29:19,149 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
17:29:19,149 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
17:29:19,150 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
17:29:19,151 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
17:29:19,152 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
17:29:19,152 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
17:29:19,153 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
17:29:19,154 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
17:29:19,158 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
17:29:19,160 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
17:29:19,164 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
17:29:19,166 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
17:29:19,167 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
17:29:19,173 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
17:29:19,174 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
17:29:19,175 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
17:29:19,177 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones
17:29:19,181 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ioc.spring.springELResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ioc.spring.SpringELResolver
17:29:19,183 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
17:29:19,188 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
17:29:19,191 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
17:29:19,192 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
17:29:19,196 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
17:29:19,217 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.remoting.gwt.gwtRemoteService, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWT14Service
17:29:19,219 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter
17:29:19,221 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.remoting.messaging.SubscriptionRegistry.userTokens, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.UserTokens
17:29:19,225 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting
17:29:19,227 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
17:29:19,228 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
17:29:19,230 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
17:29:19,234 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
17:29:19,236 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
17:29:19,239 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
17:29:19,243 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
17:29:19,246 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
17:29:19,251 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
17:29:19,261 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
17:29:19,265 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
17:29:19,274 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
17:29:19,276 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
17:29:19,280 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
17:29:19,284 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
17:29:19,285 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
17:29:19,288 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
17:29:19,291 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
17:29:19,293 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
17:29:19,294 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
17:29:19,296 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents
17:29:19,297 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
17:29:19,298 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
17:29:19,301 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
17:29:19,302 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.ClientUidSelector
17:29:19,305 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
17:29:19,309 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
17:29:19,314 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
17:29:19,316 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
17:29:19,317 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
17:29:19,320 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.faces.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
17:29:19,321 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
17:29:19,322 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
17:29:19,323 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
17:29:19,327 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
17:29:19,329 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter
17:29:19,330 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
17:29:19,331 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
17:29:19,332 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
17:29:19,334 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
17:29:19,336 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
17:29:19,337 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
17:29:19,338 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
17:29:19,339 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
17:29:19,340 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
17:29:19,342 INFO [org.jboss.seam.Component] (MSC service thread 1-14) Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase
17:29:19,348 WARN [org.jboss.seam.security.permission.PersistentPermissionResolver] (MSC service thread 1-14) no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
17:29:19,429 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-14) Initializing Mojarra 2.1.7-jbossorg-1 (20120227-1401) for context '/sevenrecurse'
17:29:22,559 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-14) Hibernate Validator 4.2.0.Final
17:29:23,768 INFO [org.richfaces.log.Cache] (MSC service thread 1-14) Selected fallback cache factory
17:29:23,770 INFO [org.richfaces.log.Cache] (MSC service thread 1-14) Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.skin=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
17:29:23,776 INFO [org.richfaces.log.Cache] (MSC service thread 1-14) Creating LRUMap cache instance of 512 items capacity
17:29:23,785 INFO [org.richfaces.log.Application] (MSC service thread 1-14) RichFaces Core Implementation by JBoss by Red Hat, version v.4.2.2.Final
17:29:23,845 WARNING [org.richfaces.log.Application] (MSC service thread 1-14) JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml
17:29:23,888 INFO [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-14) Initializing filter: org.jboss.seam.web.hotDeployFilter
17:29:23,889 INFO [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-14) Initializing filter: org.jboss.seam.web.redirectFilter
17:29:23,889 INFO [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-14) Initializing filter: org.jboss.seam.web.exceptionFilter
17:29:23,889 INFO [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-14) Initializing filter: org.jboss.seam.web.multipartFilter
17:29:23,890 INFO [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-14) Initializing filter: org.jboss.seam.web.identityFilter
17:29:23,890 INFO [org.jboss.seam.servlet.SeamFilter] (MSC service thread 1-14) Initializing filter: org.jboss.seam.web.loggingFilter
17:29:23,923 INFO [org.jboss.web] (MSC service thread 1-14) JBAS018210: Registering web context: /sevenrecurse
17:29:24,128 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "sevenrecurse-ear.ear" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.persistenceunit.\"sevenrecurse-ear.ear/sevenrecurse-ejb.jar#sevenrecurse\"jboss.naming.context.java.sevenrecurseDatasourceMissing[jboss.persistenceunit.\"sevenrecurse-ear.ear/sevenrecurse-ejb.jar#sevenrecurse\"jboss.naming.context.java.sevenrecurseDatasource]"]}
17:29:24,171 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015877: Stopped deployment sevenrecurse-ejb.jar in 42ms
17:29:24,171 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment jboss-seam.jar in 42ms
17:29:24,182 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015877: Stopped deployment sevenrecurse.war in 54ms
17:29:24,198 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment sevenrecurse-ear.ear in 70ms
17:29:24,200 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.naming.context.java.sevenrecurseDatasource (missing) dependents: [service jboss.persistenceunit."sevenrecurse-ear.ear/sevenrecurse-ejb.jar#sevenrecurse"]
17:29:24,201 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.persistenceunit.\"sevenrecurse-ear.ear/sevenrecurse-ejb.jar#sevenrecurse\"jboss.naming.context.java.sevenrecurseDatasourceMissing[jboss.persistenceunit.\"sevenrecurse-ear.ear/sevenrecurse-ejb.jar#sevenrecurse\"jboss.naming.context.java.sevenrecurseDatasource]"]}}}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (JBIDE-12157) Cannot start Gatein 3.3 JBoss 7 with default configuration
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-12157:
---------------------------------------
Summary: Cannot start Gatein 3.3 JBoss 7 with default configuration
Key: JBIDE-12157
URL: https://issues.jboss.org/browse/JBIDE-12157
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers, Portal/GateIn
Affects Versions: 3.3.0.CR1
Environment: JBDS 5 CR1b, GateIn-3.3.0-GA-jbossas7
Reporter: Lucia Jelinkova
Assignee: Rob Stryker
Fix For: 3.3.0.Final
When I add new Gatein 3.3 with JBoss AS7 to JBT, I need to modify the launch configuration manually in order for server to start.
I needed to modify -mp parameter in Program arguments
{code}
-mp "/home/ljelinko/programs/jboss/GateIn/GateIn-3.3.0-GA-jbossas7/modules:/home/ljelinko/programs/jboss/GateIn/GateIn-3.3.0-GA-jbossas7/gatein/modules"
{code}
And add the following into the VM arguments
{code}
-Dexo.conf.dir=/home/ljelinko/programs/jboss/GateIn/GateIn-3.3.0-GA-jbossas7/bin/../standalone/configuration/gatein -Dexo.conf.dir.name=gatein
{code}
--
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
12 years, 1 month
[JBoss JIRA] Created: (JBDS-1825) Issues when starting and stopping an EAP or SOA-P server using -Djboss.service.binding.set=ports-03 in JBDS
by Debbie Steigner (JIRA)
Issues when starting and stopping an EAP or SOA-P server using -Djboss.service.binding.set=ports-03 in JBDS
-----------------------------------------------------------------------------------------------------------
Key: JBDS-1825
URL: https://issues.jboss.org/browse/JBDS-1825
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: servers
Affects Versions: 4.0.0.GA
Reporter: Debbie Steigner
Changed my open launch configuration for SOA-P v5.1 to use ports-03(-Djboss.service.binding.set=ports-03). When starting the server, the server starts successfully, but on the lower right hand side of the JBDS IDE, the message "Starting JBoss Server...." does not remove itself once the server has successfully started. Also, when attempting to shutdown the server from the JBDS IDE, the server aborts abruptly, an error dialog is created stating to look at the log for more errors. Using the default ports, the server behavior for starting and shutdown works successfully with no errors.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (JBIDE-12352) Remote connection to servers cannot be established with IPv6
by Martin Malina (JIRA)
Martin Malina created JBIDE-12352:
-------------------------------------
Summary: Remote connection to servers cannot be established with IPv6
Key: JBIDE-12352
URL: https://issues.jboss.org/browse/JBIDE-12352
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.1
Environment: JBDS 5.0.1
Fedora 17 32bit
OpenJDK 1.6
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 3.3.2, 3.4.x
After creating JBIDE-12351 for JMX connection, I found out that the connection cannot be established at all - even when you don't try to connect via JMX.
When you set up a remote as7/eap6 server accessible over IPv6 and start the server, the remote connection will fail with this error:
{code}
Jul 20, 2012 3:14:57 PM org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.3.GA
Jul 20, 2012 3:14:57 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.3.GA
Jul 20, 2012 3:14:57 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.7.GA
Jul 20, 2012 3:15:46 PM org.jboss.remoting3.remote.RemoteConnection handleException
ERROR: JBREM000200: Remote connection failed: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed
Jul 20, 2012 3:15:46 PM org.jboss.remoting3.remote.RemoteConnection handleException
ERROR: JBREM000200: Remote connection failed: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed
Jul 20, 2012 3:15:51 PM org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.4.GA-redhat-1
Jul 20, 2012 3:15:51 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.4.GA-redhat-1
Jul 20, 2012 3:15:51 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.8.GA-redhat-1
Jul 20, 2012 3:15:52 PM org.jboss.remoting3.remote.RemoteConnection handleException
ERROR: JBREM000200: Remote connection failed: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed
{code}
--
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
12 years, 1 month