By: Mohamed EL HAJJ user 04 Feb 2015 at 2:59 a.m. CST

19 Responses
Mohamed EL HAJJ gravatar
Hi, I am trying to install Gluu server v2.0 and precisely SAML with Asimba proxy. I am having troubles with the configuration of Asimba proxy for inbound SAML, following this doc : http://www.gluu.org/docs/admin-guide/saml/inbound-saml/#test-asimba-setup It seems that this doc is for previous versions of Gluu server. Could you please provide me with the correct configuration for asimba in v2.0? Or just tell me what has changed for the new version. Thank you

By Mohib Zico Account Admin 04 Feb 2015 at 3:07 a.m. CST

Mohib Zico gravatar
Hi Mohamed, We will update the doc and inform you over this ticket. Kind regards, Zico

By Mohamed EL HAJJ user 06 Feb 2015 at 4:18 a.m. CST

Mohamed EL HAJJ gravatar
Hi, I am trying to download asimba metadata in gluu v2. when i access this URL: https://alaska.aduneo.com/asimba/profiles/saml2 i get HTTP 500 and when i get this URL : https://alaska.aduneo.com/asimba/ui/profiles/saml2/ i get HTTP 403. so how can i download asimba metadata?

By Mohamed EL HAJJ user 06 Feb 2015 at 4:20 a.m. CST

Mohamed EL HAJJ gravatar
alaska.aduneo.com is the machine where Gluu is installed

By Mohib Zico Account Admin 06 Feb 2015 at 4:25 a.m. CST

Mohib Zico gravatar
Mohamed, We are working to make Asimba configure more friendly ( == less manual configuration ) in Gluu Server; so you will have a new version of Gluu Server soon. For now, add this ProxyPass configuration in "https_gluu.conf" ( it's inside /etc/httpd/conf.d/ ) location and restart httpd, let's see how it goes. <Location "/asimba"> ProxyPass ajp://localhost:8009/asimba retry=5 disablereuse=On ProxyPassReverse ajp://localhost:8009/asimba Order allow,deny Allow from all </Location>

By Mohamed EL HAJJ user 06 Feb 2015 at 4:29 a.m. CST

Mohamed EL HAJJ gravatar
i already added this to "https_gluu.conf". I can access to asimba welcome page. But i can't download its metadata

By Mohamed EL HAJJ user 06 Feb 2015 at 4:37 a.m. CST

Mohamed EL HAJJ gravatar
Plus where can i find asimba log files?

By Mohib Zico Account Admin 06 Feb 2015 at 4:47 a.m. CST

Mohib Zico gravatar
>> where can i find asimba log files? /opt/tomcat/logs/wrapper.log

By Mohamed EL HAJJ user 06 Feb 2015 at 5:27 a.m. CST

Mohamed EL HAJJ gravatar
when i access https://<server>/asimba/profiles/saml2 i get this in wrapper.log: `INFO | jvm 1 | 2015/02/06 11:25:26 | 11:25:26.338 [ajp-bio-127.0.0.1-8009-exec-3] ERROR com.alfaariss.oa.OAServlet - Error starting Asimba Server INFO | jvm 1 | 2015/02/06 11:25:26 | com.alfaariss.oa.OAException: 0003 INFO | jvm 1 | 2015/02/06 11:25:26 | at com.alfaariss.oa.engine.core.Engine.getConfigurationManager(Engine.java:146) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/06 11:25:26 | at com.alfaariss.oa.OAServlet.init(OAServlet.java:97) ~[asimba-server-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/06 11:25:26 | at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/06 11:25:26 | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/06 11:25:26 | at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:864) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/06 11:25:26 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:134) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/06 11:25:26 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/06 11:25:26 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/06 11:25:26 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/06 11:25:26 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/06 11:25:26 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/06 11:25:26 | 11:25:26.338 [ajp-bio-127.0.0.1-8009-exec-3] INFO com.alfaariss.oa.OAServlet - Stopped profiles INFO | jvm 1 | 2015/02/06 11:25:26 | 11:25:26.338 [ajp-bio-127.0.0.1-8009-exec-3] INFO com.alfaariss.oa.OAServlet - Stopped helpers ` Can you help me with this? Thank you

By Mohib Zico Account Admin 09 Feb 2015 at 10:34 a.m. CST

Mohib Zico gravatar
Hi Mohamed, It means Asimba server is not starting. Is there any message on why Asimba is not starting? There should be some indication of reason before "Error starting Asimba Server" error.

By Mohamed EL HAJJ user 10 Feb 2015 at 2:40 a.m. CST

Mohamed EL HAJJ gravatar
Hi, Here are Debug messages that i get before and after the error: `| 2015/02/10 08:36:09 | 2015-02-10 08:36:09,180 DEBUG [org.gluu.oxtrust.ldap.service.MetadataValidationTimer] Starting metadata validation INFO | jvm 1 | 2015/02/10 08:36:09 | 2015-02-10 08:36:09,180 DEBUG [org.gluu.oxtrust.ldap.service.MetadataValidationTimer] Metadata validation finished INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,175 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Starting update of appliance status INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,199 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter attributes INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,529 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: memoryfree INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,529 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] memoryfree => 629.47 MB INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,529 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: memorysize INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,529 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] memorysize => 1.83 GB INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: swapfree INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] swapfree => 1.56 GB INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: swapsize INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] swapsize => 1.60 GB INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: hostname INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] hostname => alaska INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: ipaddress INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] ipaddress => 192.168.2.2 INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] ipaddress_lo => 127.0.0.1 INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: load_average INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,530 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: bandwidth_usage INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,531 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting bandwidth attributes INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,531 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: uptime_seconds INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,531 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] uptime_seconds => 502749 INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,531 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting df attributes INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,537 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting httpd attributes INFO | jvm 1 | 2015/02/10 08:36:10 | 2015-02-10 08:36:10,667 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Appliance status update finished INFO | jvm 1 | 2015/02/10 08:36:10 | 08:36:10.955 [ajp-bio-127.0.0.1-8009-exec-12] ERROR com.alfaariss.oa.OAServlet - Error starting Asimba Server INFO | jvm 1 | 2015/02/10 08:36:11 | com.alfaariss.oa.OAException: 0003 INFO | jvm 1 | 2015/02/10 08:36:11 | at com.alfaariss.oa.engine.core.Engine.getConfigurationManager(Engine.java:146) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 08:36:11 | at com.alfaariss.oa.OAServlet.init(OAServlet.java:97) ~[asimba-server-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 08:36:11 | at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:36:11 | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:36:11 | at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:864) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:36:11 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:134) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:36:11 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:36:11 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:36:11 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:36:11 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:36:11 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:36:11 | 08:36:10.956 [ajp-bio-127.0.0.1-8009-exec-12] INFO com.alfaariss.oa.OAServlet - Stopped profiles INFO | jvm 1 | 2015/02/10 08:36:11 | 08:36:10.956 [ajp-bio-127.0.0.1-8009-exec-12] INFO com.alfaariss.oa.OAServlet - Stopped helpers INFO | jvm 1 | 2015/02/10 08:36:20 | 2015-02-10 08:36:20,258 TRACE [org.xdi.service.custom.script.CustomScriptManager] Last finished time '2/10/15 8:36 AM' INFO | jvm 1 | 2015/02/10 08:36:50 | 2015-02-10 08:36:50,258 TRACE [org.xdi.service.custom.script.CustomScriptManager] Last finished time '2/10/15 8:36 AM' INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,175 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Starting update of appliance status INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,180 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter attributes INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,536 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: memoryfree INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,536 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] memoryfree => 629.64 MB INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,537 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: memorysize INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,537 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] memorysize => 1.83 GB INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,537 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: swapfree INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,537 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] swapfree => 1.56 GB INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,537 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: swapsize INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,537 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] swapsize => 1.60 GB INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: hostname INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] hostname => alaska INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: ipaddress INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] ipaddress => 192.168.2.2 INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] ipaddress_lo => 127.0.0.1 INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: load_average INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: bandwidth_usage INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting bandwidth attributes INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting facter param: uptime_seconds INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] uptime_seconds => 502810 INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,538 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting df attributes INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,545 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Setting httpd attributes INFO | jvm 1 | 2015/02/10 08:37:11 | 2015-02-10 08:37:11,672 DEBUG [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] Appliance status update finished INFO | jvm 1 | 2015/02/10 08:37:12 | 2015-02-10 08:37:12,180 DEBUG [org.gluu.oxtrust.ldap.service.MetadataValidationTimer] Starting metadata validation INFO | jvm 1 | 2015/02/10 08:37:12 | 2015-02-10 08:37:12,180 DEBUG [org.gluu.oxtrust.ldap.service.MetadataValidationTimer] Metadata validation finished INFO | jvm 1 | 2015/02/10 08:37:20 | 2015-02-10 08:37:20,257 TRACE [org.xdi.service.custom.script.CustomScriptManager] Last finished time '2/10/15 8:37 AM'`

By Mohib Zico Account Admin 10 Feb 2015 at 2:53 a.m. CST

Mohib Zico gravatar
Need more! :) Can you please do one thing? Stop tomcat, delete all logs from /opt/tomcat/logs, start tomcat, wait for 10 mins and send me the whole wrapper.log.

By Mohamed EL HAJJ user 10 Feb 2015 at 4:09 a.m. CST

Mohamed EL HAJJ gravatar
This is the content of wrapper.log with the errors i get: `STATUS | wrapper | 2015/02/10 08:54:39 | --> Wrapper Started as Daemon STATUS | wrapper | 2015/02/10 08:54:39 | Java Service Wrapper Community Edition 64-bit 3.5.25 STATUS | wrapper | 2015/02/10 08:54:39 | Copyright (C) 1999-2014 Tanuki Software, Ltd. All Rights Reserved. STATUS | wrapper | 2015/02/10 08:54:39 | http://wrapper.tanukisoftware.com STATUS | wrapper | 2015/02/10 08:54:39 | STATUS | wrapper | 2015/02/10 08:54:39 | Launching a JVM... INFO | jvm 1 | 2015/02/10 08:54:40 | WrapperManager: Initializing... INFO | jvm 1 | 2015/02/10 08:54:41 | Feb 10, 2015 8:54:41 AM org.apache.catalina.core.AprLifecycleListener init INFO | jvm 1 | 2015/02/10 08:54:41 | INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/tomcat/lib:/opt/wrapper/lib INFO | jvm 1 | 2015/02/10 08:54:42 | Feb 10, 2015 8:54:42 AM org.apache.tomcat.util.digester.SetPropertiesRule begin INFO | jvm 1 | 2015/02/10 08:54:42 | WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'xmlValidation' to 'false' did not find a matching property. INFO | jvm 1 | 2015/02/10 08:54:42 | Feb 10, 2015 8:54:42 AM org.apache.tomcat.util.digester.SetPropertiesRule begin INFO | jvm 1 | 2015/02/10 08:54:42 | WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'xmlNamespaceAware' to 'false' did not find a matching property. INFO | jvm 1 | 2015/02/10 08:54:42 | Feb 10, 2015 8:54:42 AM org.apache.coyote.AbstractProtocol init INFO | jvm 1 | 2015/02/10 08:54:42 | INFO: Initializing ProtocolHandler ["http-bio-127.0.0.1-8443"] INFO | jvm 1 | 2015/02/10 08:54:42 | Feb 10, 2015 8:54:42 AM org.apache.coyote.AbstractProtocol init INFO | jvm 1 | 2015/02/10 08:54:42 | INFO: Initializing ProtocolHandler ["ajp-bio-127.0.0.1-8009"] INFO | jvm 1 | 2015/02/10 08:54:42 | Feb 10, 2015 8:54:42 AM org.apache.catalina.startup.Catalina load INFO | jvm 1 | 2015/02/10 08:54:42 | INFO: Initialization processed in 1746 ms INFO | jvm 1 | 2015/02/10 08:54:42 | Feb 10, 2015 8:54:42 AM org.apache.catalina.core.StandardService startInternal INFO | jvm 1 | 2015/02/10 08:54:42 | INFO: Starting service Catalina INFO | jvm 1 | 2015/02/10 08:54:42 | Feb 10, 2015 8:54:42 AM org.apache.catalina.core.StandardEngine startInternal INFO | jvm 1 | 2015/02/10 08:54:42 | INFO: Starting Servlet Engine: Apache Tomcat/7.0.55 INFO | jvm 1 | 2015/02/10 08:54:42 | Feb 10, 2015 8:54:42 AM org.apache.catalina.startup.HostConfig deployDescriptor INFO | jvm 1 | 2015/02/10 08:54:42 | INFO: Deploying configuration descriptor /opt/apache-tomcat-7.0.55/conf/Catalina/localhost/idp.xml INFO | jvm 1 | 2015/02/10 08:54:59 | Feb 10, 2015 8:54:59 AM org.apache.catalina.startup.HostConfig deployDescriptor INFO | jvm 1 | 2015/02/10 08:54:59 | INFO: Deployment of configuration descriptor /opt/apache-tomcat-7.0.55/conf/Catalina/localhost/idp.xml has finished in 16,356 ms INFO | jvm 1 | 2015/02/10 08:54:59 | Feb 10, 2015 8:54:59 AM org.apache.catalina.startup.HostConfig deployWAR INFO | jvm 1 | 2015/02/10 08:54:59 | INFO: Deploying web application archive /opt/apache-tomcat-7.0.55/webapps/asimba.war INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:04 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jstl/core is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | Feb 10, 2015 8:55:05 AM org.apache.catalina.startup.TaglibUriRule body INFO | jvm 1 | 2015/02/10 08:55:05 | INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined INFO | jvm 1 | 2015/02/10 08:55:05 | SLF4J: Class path contains multiple SLF4J bindings. INFO | jvm 1 | 2015/02/10 08:55:05 | SLF4J: Found binding in [jar:file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/logback-classic-0.9.28.jar!/org/slf4j/impl/StaticLoggerBinder.class] INFO | jvm 1 | 2015/02/10 08:55:05 | SLF4J: Found binding in [jar:file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/slf4j-log4j12-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class] INFO | jvm 1 | 2015/02/10 08:55:05 | SLF4J: Found binding in [jar:file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class] INFO | jvm 1 | 2015/02/10 08:55:05 | SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:05,740 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:05,740 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:05,740 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/wurfl-1.3.1.1.jar!/logback.xml] INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:05,783 |-ERROR in ch.qos.logback.core.joran.spi.ConfigurationWatchList@72227ea7 - URL [jar:file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/wurfl-1.3.1.1.jar!/logback.xml] is not of type file INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:05,843 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:05,847 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:05,854 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06,031 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead. INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06,031 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder. INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06,031 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06,032 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06,032 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06,032 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net.sourceforge.wurfl.core] to INFO INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06,032 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net.sourceforge.wurfl.core.resource] to INFO INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06,033 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net.sourceforge.wurfl.core.handlers] to INFO INFO | jvm 1 | 2015/02/10 08:55:06 | INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.066 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - Starting Asimba INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.072 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - Specification-Version: 1.3.0 INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.072 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - Implementation-Version: 1.3.0 INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.162 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - No optional configuration properties (asimba.properties) file found at: /opt/tomcat/webapps/asimba/WEB-INF/asimba.properties INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.163 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - No optional 'asimba.properties' configuration file found in servlet context classpath INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.163 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - Setting 'configuration.handler.filename' configuration property with configuration file found at: /opt/tomcat/webapps/asimba/WEB-INF/conf/asimba.xml INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.163 [localhost-startStop-1] ERROR c.a.o.e.c.c.ConfigurationManager - Property with name 'configuration.handler.class' not found INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.175 [localhost-startStop-1] ERROR com.alfaariss.oa.OAContextListener - Can't start Engine with OAContextListener INFO | jvm 1 | 2015/02/10 08:55:06 | com.alfaariss.oa.OAException: 0011 INFO | jvm 1 | 2015/02/10 08:55:06 | at com.alfaariss.oa.engine.core.configuration.ConfigurationManager.start(ConfigurationManager.java:77) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 08:55:06 | at com.alfaariss.oa.engine.core.EngineLauncher.start(EngineLauncher.java:103) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 08:55:06 | at com.alfaariss.oa.OAContextListener.contextInitialized(OAContextListener.java:210) ~[asimba-server-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4992) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5490) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1880) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.179 [localhost-startStop-1] INFO c.a.oa.engine.core.EngineLauncher - Stopped EngineLauncher INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.185 [localhost-startStop-1] ERROR com.alfaariss.oa.OAServlet - Error starting Asimba Server INFO | jvm 1 | 2015/02/10 08:55:06 | com.alfaariss.oa.OAException: 0003 INFO | jvm 1 | 2015/02/10 08:55:06 | at com.alfaariss.oa.engine.core.Engine.getConfigurationManager(Engine.java:146) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 08:55:06 | at com.alfaariss.oa.OAServlet.init(OAServlet.java:97) ~[asimba-server-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5229) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5516) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.185 [localhost-startStop-1] INFO com.alfaariss.oa.OAServlet - Stopped profiles INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.185 [localhost-startStop-1] INFO com.alfaariss.oa.OAServlet - Stopped helpers INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.215 [localhost-startStop-1] INFO o.a.a.d.WarBasedAxisConfigurator - Could not find axis2.xml, loading default org/apache/axis2/deployment/axis2_default.xml from classpath INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.738 [localhost-startStop-1] INFO o.a.a.deployment.DeploymentEngine - No services directory was found under /opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF. INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.835 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: rampart-1.6.1 - file:/opt/tomcat/webapps/asimba/WEB-INF/modules/rampart-1.6.1.mar INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.860 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: addressing-1.6.1 - file:/opt/tomcat/webapps/asimba/WEB-INF/modules/addressing-1.6.1.mar INFO | jvm 1 | 2015/02/10 08:55:07 | 08:55:07.264 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: addressing-1.6.1 - file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/axis2-1.6.1.jar INFO | jvm 1 | 2015/02/10 08:55:07 | 08:55:07.269 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: rampart-1.6.1 - file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/rampart-1.6.1.mar INFO | jvm 1 | 2015/02/10 08:55:07 | 08:55:07.281 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: addressing-1.6.1 - file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/addressing-1.6.1.mar INFO | jvm 1 | 2015/02/10 08:55:07 | 08:55:07.377 [localhost-startStop-1] WARN o.a.axis2.transport.http.AxisServlet - No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file! INFO | jvm 1 | 2015/02/10 08:55:07 | 08:55:07.394 [localhost-startStop-1] ERROR c.alfaariss.oa.sso.web.WebSSOServlet - Error starting WebSSO INFO | jvm 1 | 2015/02/10 08:55:07 | com.alfaariss.oa.OAException: 0003 INFO | jvm 1 | 2015/02/10 08:55:07 | at com.alfaariss.oa.engine.core.Engine.getConfigurationManager(Engine.java:146) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 08:55:07 | at com.alfaariss.oa.sso.web.WebSSOServlet.init(WebSSOServlet.java:124) ~[asimba-sso-web-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 08:55:07 | at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:07 | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:07 | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:07 | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5229) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:07 | at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5516) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:07 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:07 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:07 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:07 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 08:55:07 | 08:55:07.394 [localhost-startStop-1] INFO c.alfaariss.oa.sso.web.WebSSOServlet - Stopped SSO Profiles INFO | jvm 1 | 2015/02/10 08:55:07 | Feb 10, 2015 8:55:07 AM org.apache.catalina.startup.HostConfig deployWAR INFO | jvm 1 | 2015/02/10 08:55:07 | INFO: Deployment of web application archive /opt/apache-tomcat-7.0.55/webapps/asimba.war has finished in 8,320 ms INFO | jvm 1 | 2015/02/10 08:55:07 | Feb 10, 2015 8:55:07 AM org.apache.catalina.startup.HostConfig deployWAR INFO | jvm 1 | 2015/02/10 08:55:07 | INFO: Deploying web application archive /opt/apache-tomcat-7.0.55/webapps/identity.war INFO | jvm 1 | 2015/02/10 08:55:07 | Feb 10, 2015 8:55:07 AM org.apache.catalina.startup.SetContextPropertiesRule begin INFO | jvm 1 | 2015/02/10 08:55:07 | WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '5' did not find a matching property. INFO | jvm 1 | 2015/02/10 08:55:20 | 2015-02-10 08:55:20,535 INFO [javax.servlet.ServletContextListener] Welcome to Seam 2.3.1.Final INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,647 INFO [org.jboss.seam.init.Initialization] reading /WEB-INF/components.xml INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,728 INFO [org.jboss.seam.init.Initialization] reading properties from: /seam.properties INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,754 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,766 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,766 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.transaction INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,766 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,766 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,766 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,767 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,767 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,767 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,767 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,767 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.credentials INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,768 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: buildVersion INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,768 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider INFO | jvm 1 | 2015/02/10 08:55:21 | 2015-02-10 08:55:21,768 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:21,910 INFO [org.jboss.seam.Component] Component: BulkWebService, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.ws.rs.scim.BulkWebService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:21,987 INFO [org.jboss.seam.Component] Component: GroupWebService, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.ws.rs.scim.GroupWebService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:21,997 INFO [org.jboss.seam.Component] Component: apisConfigurationAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ApisConfigurationAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,050 INFO [org.jboss.seam.Component] Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.AppInitializer INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,069 INFO [org.jboss.seam.Component] Component: appliancePasswordAction, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.action.AppliancePasswordAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,087 INFO [org.jboss.seam.Component] Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.ApplianceService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,093 INFO [org.jboss.seam.Component] Component: applianceStatusAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ApplianceStatusAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,098 INFO [org.jboss.seam.Component] Component: attributeInventoryAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.AttributeInventoryAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,115 INFO [org.jboss.seam.Component] Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.AttributeService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,122 INFO [org.jboss.seam.Component] Component: authOrganizationService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.AuthOrganizationService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,130 INFO [org.jboss.seam.Component] Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.AuthenticationService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,134 WARN [org.jboss.seam.Component] Component class should be serializable: authenticationSessionService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,134 INFO [org.jboss.seam.Component] Component: authenticationSessionService, scope: SESSION, type: JAVA_BEAN, class: org.gluu.oxtrust.service.AuthenticationSessionService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,140 INFO [org.jboss.seam.Component] Component: authenticator, scope: SESSION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.Authenticator INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,146 INFO [org.jboss.seam.Component] Component: baseConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.BaseConfigurationService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,152 INFO [org.jboss.seam.Component] Component: buildVersion, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.util.BuildVersion INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,159 INFO [org.jboss.seam.Component] Component: cacheRefreshService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.cache.service.CacheRefreshService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,170 INFO [org.jboss.seam.Component] Component: cacheRefreshSnapshotFileService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.cache.service.CacheRefreshSnapshotFileService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,180 INFO [org.jboss.seam.Component] Component: cacheRefreshTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.cache.service.CacheRefreshTimer INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,187 INFO [org.jboss.seam.Component] Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.CacheService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,189 INFO [org.jboss.seam.Component] Component: centralLdapService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.CentralLdapService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,198 INFO [org.jboss.seam.Component] Component: clientAssociationWebService, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.ws.rs.scim.ClientAssociationWebService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,205 INFO [org.jboss.seam.Component] Component: clientPasswordAction, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ClientPasswordAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,212 INFO [org.jboss.seam.Component] Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.ClientService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,215 INFO [org.jboss.seam.Component] Component: configurationUpdateTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.ConfigurationUpdateTimer INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,222 INFO [org.jboss.seam.Component] Component: configureCacheRefreshAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ConfigureCacheRefreshAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,229 INFO [org.jboss.seam.Component] Component: configureLogViewerAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ConfigureLogViewerAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,237 INFO [org.jboss.seam.Component] Component: contactDownloadAction, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ContactDownloadAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,251 INFO [org.jboss.seam.Component] Component: copyUtils, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.util.CopyUtils INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,284 INFO [org.jboss.seam.Component] Component: customAttributeAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.CustomAttributeAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,296 INFO [org.jboss.seam.Component] Component: customScriptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.custom.script.CustomScriptManager INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,304 INFO [org.jboss.seam.Component] Component: customScriptService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.service.custom.CustomScriptService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,306 INFO [org.jboss.seam.Component] Component: downloadService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.DownloadService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,311 INFO [org.jboss.seam.Component] Component: entityIDMonitoringService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.EntityIDMonitoringService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,316 INFO [org.jboss.seam.Component] Component: excelService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.ExcelService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,323 INFO [org.jboss.seam.Component] Component: externalCacheRefreshService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.service.external.ExternalCacheRefreshService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,328 INFO [org.jboss.seam.Component] Component: externalIdGeneratorService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.service.external.ExternalIdGeneratorService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,330 INFO [org.jboss.seam.Component] Component: externalUpdateUserService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.service.external.ExternalUpdateUserService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,332 INFO [org.jboss.seam.Component] Component: externalUserRegistrationService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.service.external.ExternalUserRegistrationService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,340 INFO [org.jboss.seam.Component] Component: federationConverter, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.util.jsf.FederationConverter INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,342 INFO [org.jboss.seam.Component] Component: federationDeconstructionAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.FederationDeconstructionAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,343 INFO [org.jboss.seam.Component] Component: federationInventoryAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.FederationInventoryAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,345 INFO [org.jboss.seam.Component] Component: federationProposalConverter, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.util.jsf.FederationProposalConverter INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,345 INFO [org.jboss.seam.Component] Component: federationProposalsInventoryAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.FederationProposalsInventoryAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,350 INFO [org.jboss.seam.Component] Component: federationService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.FederationService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,356 INFO [org.jboss.seam.Component] Component: fileViewerAction, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.action.FileViewerAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,362 INFO [org.jboss.seam.Component] Component: filterService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.FilterService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,367 INFO [org.jboss.seam.Component] Component: groupService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.GroupService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,369 INFO [org.jboss.seam.Component] Component: idGenService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.IdGenService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,384 INFO [org.jboss.seam.Component] Component: imageRepository, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.ImageRepository INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,387 INFO [org.jboss.seam.Component] Component: imageService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.ImageService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,395 INFO [org.jboss.seam.Component] Component: importPersonConfiguration, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.load.conf.ImportPersonConfiguration INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,409 INFO [org.jboss.seam.Component] Component: inumEntryManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,410 INFO [org.jboss.seam.Component] Component: inumEntryManagerFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.EntityManagerFactory INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,411 INFO [org.jboss.seam.Component] Component: inumGenerationWebService, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.ws.rs.InumGenerationWebServiceImpl INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,417 INFO [org.jboss.seam.Component] Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.InumService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,429 INFO [org.jboss.seam.Component] Component: joinFederationAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.JoinFederationAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,437 INFO [org.jboss.seam.Component] Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.JsonService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,450 INFO [org.jboss.seam.Component] Component: ldapConnectionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.LdapConnectionCheckerTimer INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,456 INFO [org.jboss.seam.Component] Component: ldapStatusTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.staus.ldap.LdapStatusTimer INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,485 INFO [org.jboss.seam.Component] Component: linktrackService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.LinktrackService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,498 INFO [org.jboss.seam.Component] Component: logFileSizeChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.LogFileSizeChecker INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,508 INFO [org.jboss.seam.Component] Component: lookupService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.LookupService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,526 INFO [org.jboss.seam.Component] Component: mailService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.MailService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,539 INFO [org.jboss.seam.Component] Component: manageCertificateAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ManageCertificateAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,555 INFO [org.jboss.seam.Component] Component: manageCustomScriptAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ManageCustomScriptAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,566 INFO [org.jboss.seam.Component] Component: managePersonAuthenticationAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ManagePersonAuthenticationAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,577 INFO [org.jboss.seam.Component] Component: mapperUtil, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.util.MapperUtil INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,586 INFO [org.jboss.seam.Component] Component: menuAction, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.action.MenuAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,592 INFO [org.jboss.seam.Component] Component: metadataFilterConverter, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.util.jsf.MetadataFilterConverter INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,592 INFO [org.jboss.seam.Component] Component: metadataFiltersAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.MetadataFiltersAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,598 INFO [org.jboss.seam.Component] Component: metadataValidationTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.MetadataValidationTimer INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,603 INFO [org.jboss.seam.Component] Component: newLineToBRConverter, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.util.jsf.NewLineToBRConverter INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,604 INFO [org.jboss.seam.Component] Component: oauthData, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.security.OauthData INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,610 INFO [org.jboss.seam.Component] Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,617 INFO [org.jboss.seam.Component] Component: org.gluu.oxtrust.action.authenticationFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.AuthenticationFilter INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,621 INFO [org.jboss.seam.Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,629 INFO [org.jboss.seam.Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,642 INFO [org.jboss.seam.Component] Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,656 INFO [org.jboss.seam.Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,657 INFO [org.jboss.seam.Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,661 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,667 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,668 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,672 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,672 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,673 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,673 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,674 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,682 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,683 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,683 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,689 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,694 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,695 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,696 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,700 INFO [org.jboss.seam.Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,702 INFO [org.jboss.seam.Component] Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,720 INFO [org.jboss.seam.Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,727 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,733 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,733 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,734 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,734 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,734 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,735 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,739 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,740 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,740 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,741 INFO [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,748 INFO [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,756 INFO [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,761 INFO [org.jboss.seam.Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,766 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,767 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,778 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,780 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,784 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,785 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,792 INFO [org.jboss.seam.Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,806 INFO [org.jboss.seam.Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,816 INFO [org.jboss.seam.Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,816 INFO [org.jboss.seam.Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,827 INFO [org.jboss.seam.Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,832 INFO [org.jboss.seam.Component] Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,844 INFO [org.jboss.seam.Component] Component: org.jboss.seam.resteasy.bootstrap, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,850 INFO [org.jboss.seam.Component] Component: org.jboss.seam.resteasy.resourceAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyResourceAdapter INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,855 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,856 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.gluu.oxtrust.security.OAuthCredentials INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,861 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,861 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,866 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,868 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,874 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,884 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction INFO | jvm 1 | 2015/02/10 08:55:22 | 2015-02-10 08:55:22,891 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,913 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,918 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,926 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.openid.openid, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.openid.OpenId INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,937 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,938 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,945 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,950 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,955 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,956 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,967 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,968 INFO [org.jboss.seam.Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,968 INFO [org.jboss.seam.Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,973 INFO [org.jboss.seam.Component] Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,973 INFO [org.jboss.seam.Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,975 INFO [org.jboss.seam.Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,981 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,985 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.ClientUidSelector INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,992 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:22,999 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,007 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,011 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,012 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,017 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.faces.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,017 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,018 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,019 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,029 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,030 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,030 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,031 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,035 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,036 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,036 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,037 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,041 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,042 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,042 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,048 INFO [org.jboss.seam.Component] Component: organizationService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.OrganizationService INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,070 INFO [org.jboss.seam.Component] Component: oxChooserWebService, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.ws.rs.scim.OxChooserWebService INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,088 INFO [org.jboss.seam.Component] Component: oxTrustConfiguration, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.config.OxTrustConfiguration INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,095 INFO [org.jboss.seam.Component] Component: oxTrustConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.OxTrustConfigurationService INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,101 INFO [org.jboss.seam.Component] Component: passwordReminderAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.PasswordReminderAction INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,128 INFO [org.jboss.seam.Component] Component: passwordResetAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.PasswordResetAction INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,134 INFO [org.jboss.seam.Component] Component: passwordValidationAction, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.action.PasswordValidationAction INFO | jvm 1 | 2015/02/10 08:55:23 | 2015-02-10 08:55:23,140 INFO [org.jboss.seam.Component] Component: pendingRegistrationsInventoryAction, scope: CONVERSATION, type: JAVA

By Mohib Zico Account Admin 10 Feb 2015 at 4:30 a.m. CST

Mohib Zico gravatar
Thanks. So, Asimba server is not starting because there is no "asimba.properties" configured for this server. This is a new feature for latest Asimba (1.3.0) that it need "asimba.properties" to read and start the server. "asimba.properties" is located in "/opt/tomcat/webapps/asimba/WEB-INF". And, here is the configuration of my "asimba.properties" file; you can take it as reference or you can suggest me much better way to achieve such. Any comment/suggestion is highly appreciable. configuration.handler.class=com.alfaariss.oa.util.configuration.handler.file.FileConfigurationHandler configuration.handler.filename=/opt/tomcat/webapps/asimba/WEB-INF/conf/asimba.xml #configuration.handler.class=com.alfaariss.oa.util.configuration.handler.jdbc.JDBCConfigurationHandler #configuration.handler.table= #configuration.handler.configid= driverClassName= url= username= password= #maxActive #maxIdle #maxWait #minIdle #defaultAutoCommit #defaultReadOnly #defaultTransactionIsolation #defaultCatalog #initialSize #testOnBorrow #testOnReturn #timeBetweenEvictionRunsMillis #numTestsPerEvictionRun #minEvictableIdleTimeMillis #testWhileIdle #validationQuery #accessToUnderlyingConnectionAllowed #removeAbandoned #removeAbandonedTimeout #logAbandoned #poolPreparedStatements #maxOpenPreparedStatements #connectionProperties`

By Mohamed EL HAJJ user 10 Feb 2015 at 4:56 a.m. CST

Mohamed EL HAJJ gravatar
asimba.properties exist under /WEB-INF. I used the same configuration as yours, but i keep getting the same erros: `INFO | jvm 1 | 2015/02/10 10:46:04 | SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,621 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,621 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,621 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/wurfl-1.3.1.1.jar!/logback.xml] INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,668 |-ERROR in ch.qos.logback.core.joran.spi.ConfigurationWatchList@4fb26a36 - URL [jar:file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/wurfl-1.3.1.1.jar!/logback.xml] is not of type file INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,726 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,730 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,738 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,922 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead. INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,922 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder. INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,922 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,926 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,926 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,927 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net.sourceforge.wurfl.core] to INFO INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,927 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net.sourceforge.wurfl.core.resource] to INFO INFO | jvm 1 | 2015/02/10 10:46:04 | 10:46:04,927 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net.sourceforge.wurfl.core.handlers] to INFO INFO | jvm 1 | 2015/02/10 10:46:04 | INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:04.959 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - Starting Asimba INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:04.965 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - Specification-Version: 1.3.0 INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:04.965 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - Implementation-Version: 1.3.0 INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.052 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - Updating configuration items with the items in file: /opt/tomcat/webapps/asimba/WEB-INF/asimba.properties INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.053 [localhost-startStop-1] INFO com.alfaariss.oa.OAContextListener - No optional 'asimba.properties' configuration file found in servlet context classpath INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.058 [localhost-startStop-1] ERROR c.a.o.u.c.h.j.JDBCConfigurationHandler - Property with name 'configuration.handler.table' not found INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.070 [localhost-startStop-1] ERROR com.alfaariss.oa.OAContextListener - Can't start Engine with OAContextListener INFO | jvm 1 | 2015/02/10 10:46:05 | com.alfaariss.oa.api.configuration.ConfigurationException: 0011 INFO | jvm 1 | 2015/02/10 10:46:05 | at com.alfaariss.oa.util.configuration.handler.jdbc.JDBCConfigurationHandler.init(JDBCConfigurationHandler.java:117) ~[asimba-utility-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 10:46:05 | at com.alfaariss.oa.engine.core.configuration.ConfigurationManager.start(ConfigurationManager.java:102) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 10:46:05 | at com.alfaariss.oa.engine.core.EngineLauncher.start(EngineLauncher.java:103) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 10:46:05 | at com.alfaariss.oa.OAContextListener.contextInitialized(OAContextListener.java:210) ~[asimba-server-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4992) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5490) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.071 [localhost-startStop-1] INFO c.a.oa.engine.core.EngineLauncher - Stopped EngineLauncher INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.076 [localhost-startStop-1] ERROR com.alfaariss.oa.OAServlet - Error starting Asimba Server INFO | jvm 1 | 2015/02/10 10:46:05 | com.alfaariss.oa.OAException: 0003 INFO | jvm 1 | 2015/02/10 10:46:05 | at com.alfaariss.oa.engine.core.Engine.getConfigurationManager(Engine.java:146) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 10:46:05 | at com.alfaariss.oa.OAServlet.init(OAServlet.java:97) ~[asimba-server-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5229) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5516) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.077 [localhost-startStop-1] INFO com.alfaariss.oa.OAServlet - Stopped profiles INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.077 [localhost-startStop-1] INFO com.alfaariss.oa.OAServlet - Stopped helpers INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.103 [localhost-startStop-1] INFO o.a.a.d.WarBasedAxisConfigurator - Could not find axis2.xml, loading default org/apache/axis2/deployment/axis2_default.xml from classpath INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.618 [localhost-startStop-1] INFO o.a.a.deployment.DeploymentEngine - No services directory was found under /opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF. INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.715 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: rampart-1.6.1 - file:/opt/tomcat/webapps/asimba/WEB-INF/modules/rampart-1.6.1.mar INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.739 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: addressing-1.6.1 - file:/opt/tomcat/webapps/asimba/WEB-INF/modules/addressing-1.6.1.mar INFO | jvm 1 | 2015/02/10 10:46:06 | 10:46:06.150 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: addressing-1.6.1 - file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/axis2-1.6.1.jar INFO | jvm 1 | 2015/02/10 10:46:06 | 10:46:06.159 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: rampart-1.6.1 - file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/rampart-1.6.1.mar INFO | jvm 1 | 2015/02/10 10:46:06 | 10:46:06.165 [localhost-startStop-1] INFO o.a.axis2.deployment.ModuleDeployer - Deploying module: addressing-1.6.1 - file:/opt/apache-tomcat-7.0.55/webapps/asimba/WEB-INF/lib/addressing-1.6.1.mar INFO | jvm 1 | 2015/02/10 10:46:06 | 10:46:06.266 [localhost-startStop-1] WARN o.a.axis2.transport.http.AxisServlet - No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file! INFO | jvm 1 | 2015/02/10 10:46:06 | 10:46:06.284 [localhost-startStop-1] ERROR c.alfaariss.oa.sso.web.WebSSOServlet - Error starting WebSSO INFO | jvm 1 | 2015/02/10 10:46:06 | com.alfaariss.oa.OAException: 0003 INFO | jvm 1 | 2015/02/10 10:46:06 | at com.alfaariss.oa.engine.core.Engine.getConfigurationManager(Engine.java:146) ~[asimba-engine-core-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 10:46:06 | at com.alfaariss.oa.sso.web.WebSSOServlet.init(WebSSOServlet.java:124) ~[asimba-sso-web-1.3.0.jar:1.3.0] INFO | jvm 1 | 2015/02/10 10:46:06 | at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:06 | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:06 | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:06 | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5229) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:06 | at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5516) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:06 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:06 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:06 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:06 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649) [catalina.jar:7.0.55] INFO | jvm 1 | 2015/02/10 10:46:06 | 10:46:06.284 [localhost-startStop-1] INFO c.alfaariss.oa.sso.web.WebSSOServlet - Stopped SSO Profiles INFO | jvm 1 | 2015/02/10 10:46:06 | Feb 10, 2015 10:46:06 AM org.apache.catalina.startup.HostConfig deployWAR INFO | jvm 1 | 2015/02/10 10:46:06 | INFO: Deployment of web application archive /opt/apache-tomcat-7.0.55/webapps/asimba.war has finished in 6,284 ms INFO | jvm 1 | 2015/02/10 10:46:06 | Feb 10, 2015 10:46:06 AM org.apache.catalina.startup.HostConfig deployWAR INFO | jvm 1 | 2015/02/10 10:46:06 | INFO: Deploying web application archive /opt/apache-tomcat-7.0.55/webapps/identity.war INFO | jvm 1 | 2015/02/10 10:46:06 | Feb 10, 2015 10:46:06 AM org.apache.catalina.startup.SetContextPropertiesRule begin INFO | jvm 1 | 2015/02/10 10:46:06 | WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '5' did not find a matching property. INFO | jvm 1 | 2015/02/10 10:46:18 | 2015-02-10 10:46:18,346 INFO [javax.servlet.ServletContextListener] Welcome to Seam 2.3.1.Final INFO | jvm 1 | 2015/02/10 10:46:19 | 2015-02-10 10:46:19,662 INFO [org.jboss.seam.init.Initialization] reading /WEB-INF/components.xml INFO | jvm 1 | 2015/02/10 10:46:19 | 2015-02-10 10:46:19,729 INFO [org.jboss.seam.init.Initialization] reading properties from: /seam.properties INFO | jvm 1 | 2015/02/10 10:46:19 | 2015-02-10 10:46:19,754 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init `

By Mohib Zico Account Admin 10 Feb 2015 at 5:09 a.m. CST

Mohib Zico gravatar
Please correct me if I am wrong. But you are not getting same error now. Previously you got: INFO | jvm 1 | 2015/02/10 08:55:06 | 08:55:06.163 [localhost-startStop-1] ERROR c.a.o.e.c.c.ConfigurationManager - Property with name 'configuration.handler.class' not found Now you are getting: INFO | jvm 1 | 2015/02/10 10:46:05 | 10:46:05.058 [localhost-startStop-1] ERROR c.a.o.u.c.h.j.JDBCConfigurationHandler - Property with name 'configuration.handler.table' not found Now, it's time to modify "asimba.xml" file. I am going to send you my configuration over email ( mohamed.elhajj@aduneo.com ); please feel free to test.

By Mohamed EL HAJJ user 10 Feb 2015 at 5:15 a.m. CST

Mohamed EL HAJJ gravatar
oh i am sorry i forgot to tell you that in addition i uncommented this line in asimba.properties: "configuration.handler.class=com.alfaariss.oa.util.configuration.handler.jdbc.JDBCConfigurationHandler" Now there is a handler class indexed in asimba.properties, but there is no table handler, and i don't know what to put for those two lines: #configuration.handler.table= #configuration.handler.configid= Ok thank you i will check with the file you will send me if my configuration of asimba.xml is correct

By Mohamed EL HAJJ user 11 Feb 2015 at 9:14 a.m. CST

Mohamed EL HAJJ gravatar
Hello Zico, Thanks to your asimba.xml file i can finnally download proxy metadata. i exchanged the metadata of asimba, but now when i access the SP, after the redirection to /asimba/profiles/saml2/sso/web?SAMLRequest=....., i get a page with HTTP 403, and in wrapper.log i get this messsage: `INFO | jvm 1 | 2015/02/11 15:08:50 | 15:08:50.326 [ajp-bio-127.0.0.1-8009-exec-7] INFO com.alfaariss.oa.EventLogger - null, null, null, null, null, 192.168.253.47, 2, REQUEST_INVALID, null, SAML2 Profile, Security Fault` did i miss something?

By Mohib Zico Account Admin 11 Feb 2015 at 9:27 a.m. CST

Mohib Zico gravatar
Hi Mohamed, 403 from Asimba means, it's not recognizing the SP configuration. Either metadata is not there or your SP is not configured in asimba.xml. Check wrapper.log with the hostname of your SP; should get some message.

By Mohib Zico Account Admin 16 Feb 2015 at 4:06 a.m. CST

Mohib Zico gravatar
Mohamed, I am closing this ticket for now. Please feel free to open a new one if you require any. Kind regards, Zico