[midPoint] midPoint Support

Adam Davenport adavenp4 at uwo.ca
Wed Mar 27 18:16:32 CET 2013


Thank you Vilo, I made your suggested changes and now I am able to login 
to the administrative interface.

In the idm.log I see the following error message (see attached).  Do I 
need to worry about this?

2013-03-27 12:15:28,729 [] [localhost-startStop-1] INFO 
(com.evolveum.midpoint.init.InitialDataImport): Initialization status:
*op* com.evolveum.midpoint.init.InitialDataImport.initialObjectsImport, 
st: SUCCESS, msg: null
     *op* com.evolveum.midpoint.init.InitialDataImport.importObject, st: 
FATAL_ERROR, msg: Couldn't import objects.
         *op* com.evolveum.midpoint.model.api.ModelService.getObject, 
st: FATAL_ERROR, msg: Object of type 'ValuePolicyType' with oid 
'00000000-0000-0000-0000-000000000003' was not found.


On 26/03/2013 4:15 PM, Viliam Repan wrote:
> Hi Adam,
>
> at first I'd like to point you to new midpoint version 2.1.1p1 (bugfix 
> release) http://evolveum.com/downloads/midpoint/2.1.1p1/ released a 
> couple days ago.
> Your context.xml file with datasource looks OK, but config.xml with 
> repository configuration doesn't use datasource provided by tomcat.
> If you upgrade to 2.1.1p1 you can replace <repository> part in 
> config.xml with xml fragment provided below and midpoint will then use 
> jdbc/syncopeDataSource.
>
> <repository>
> <repositoryServiceFactoryClass>com.evolveum.midpoint.repo.sql.SqlRepositoryFactory</repositoryServiceFactoryClass>
>    <hibernateHbm2ddl>validate</hibernateHbm2ddl>
>    <embedded>false</embedded>
> <dataSource>java:comp/env/jdbc/syncopeDataSource</dataSource> <!-- I 
> put there jdbc/syncopeDataSource which I found in your context.xml -->
> <hibernateDialect>com.evolveum.midpoint.repo.sql.util.MidPointMySQLDialect</hibernateDialect>
> </repository>
>
> Other hints:
>     1/ Please create or recreate DB before you start tomcat. Midpoint 
> could already change DB schema during your previous attempts to load 
> application.
>         (that was caused by hibernateHbm2ddl update). Or at least 
> check all DATETIME columns they must have new DATETIME(6) type, 
> because of timestamp precision.
>
>     2/ MySQL database should already contain tables before you run 
> tomcat. Otherwise midpoint will throw an exception during tomcat startup.
>         SQL script location: 
> https://svn.evolveum.com/midpoint/tags/midpoint-2.1.1/config/mysql-schema.sql
>
> Best regards,
>
>
> vilo
>
> On 03/26/2013 07:50 PM, Adam Davenport wrote:
>> Attached is the config.xml you requested.  I followed the directions 
>> exactly from 
>> https://wiki.evolveum.com/display/midPoint/Repository+Configuration#RepositoryConfiguration-MySQL 
>> including changing hibernateHbm2dll to "update" as per the Errata.
>>
>> Note: MySQL version 5.6.10 and context.xml attached for Tomcat 
>> datasource configuration.
>>
>> Thanks.
>>
>>
>> On 26/03/2013 2:16 PM, Viliam Repan wrote:
>>> Hi Adam,
>>>
>>> I'm assuming you're using MySQL version greater or equal than 5.6.4 
>>> and you have datasource configured in tomcat.
>>> Could you please post your config.xml file with repository 
>>> configuration (it's in your midpoint.home folder)?
>>>
>>> Your repository configuration should probably look something like this:
>>>
>>>     <repository>
>>>     <repositoryServiceFactoryClass>com.evolveum.midpoint.repo.sql.SqlRepositoryFactory</repositoryServiceFactoryClass>
>>>        <hibernateHbm2ddl>validate</hibernateHbm2ddl>
>>>        <embedded>false</embedded>
>>>     <dataSource>java:comp/env/jdbc/someDataSourceName</dataSource>
>>>     <hibernateDialect>com.evolveum.midpoint.repo.sql.util.MidPointMySQLDialect</hibernateDialect>
>>>     </repository>
>>>
>>> Cheers,
>>>
>>> v
>>>
>>> On 03/26/2013 06:27 PM, Adam Davenport wrote:
>>>> As mentioned, I followed the instructions under "Installing 
>>>> midPoint from Binary Release - 2.1.1 
>>>> </display/midPoint/Installing+midPoint+from+Binary+Release+-+2.1.1>".  
>>>> After starting the Tomcat application server I am unable to access 
>>>> the admin interface and get the following errors in the logs.  I 
>>>> have done no additional customization other than what is mentioned 
>>>> in the kiwi page so I am unsure the files o investigate further.  I 
>>>> can attach the full logs if necessary, please let me know.  Thank you.
>>>>
>>>> *idm.log*
>>>> 2013-03-26 11:32:45,311 
>>>> [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1][] 
>>>> WARN  (com.mchange.v2.resourcepool.BasicResourcePool): 
>>>> com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask at 19d0a2a2 
>>>> -- Acquisition Attempt Failed!!! Clearing pending acquires. While 
>>>> trying to acquire a needed new resource, we failed to succeed more 
>>>> than the maximum number of allowed acquisition attempts (30). Last 
>>>> acquisition attempt exception:
>>>> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have 
>>>> an error in your SQL syntax; check the manual that corresponds to 
>>>> your MySQL server version for the right syntax to use near '??' at 
>>>> line 1
>>>>     at 
>>>> sun.reflect.GeneratedConstructorAccessor72.newInstance(Unknown 
>>>> Source) ~[na:na]
>>>>     at 
>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 
>>>> ~[na:1.7.0]
>>>>     at 
>>>> java.lang.reflect.Constructor.newInstance(Constructor.java:525) 
>>>> ~[na:1.7.0]
>>>>     at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
>>>> ~[mysql-connector-java-5.1.21.jar:na]
>>>>
>>>> *localhost.log*
>>>> Related cause: 
>>>> org.springframework.beans.factory.BeanCreationException: Error 
>>>> creating bean with name 'jndiDataSource' defined in URL 
>>>> [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%207.0/webapps/midpoint/WEB-INF/lib/repo-sql-impl-2.1.1.jar!/ctx-repository-session.xml]: 
>>>> Invocation of init method failed; nested exception is 
>>>> java.lang.IllegalArgumentException: Property 'jndiName' is required
>>>>     at 
>>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135)
>>>>
>>>> *Infrastruture*
>>>> Server: Windows Server 2008 R2 Standard
>>>> App Serv: Tomcat 7.0
>>>> Database: MySQL 5.6
>>>> Java: Java(TM) SE Runtime Environment (build 1.7.0-b147)
>>>> Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
>>>>
>>>> On 26/03/2013 12:13 PM, Radovan Semancik wrote:
>>>>> Hello,
>>>>>
>>>>> You are writing to the right place. This list is intended for 
>>>>> general discussion which may include asking questions. Jira is the 
>>>>> right channel to report a bug or request a feature. But it would 
>>>>> be nice to be confident that what you report is a bug. And that's 
>>>>> what this list is for.
>>>>>
>>>>> So, what's the problem?
>>>>>
>>>>> -- 
>>>>>
>>>>>                                             Radovan Semancik
>>>>>                                            Software Architect
>>>>>                                               evolveum.com
>>>>>
>>>>>
>>>>> On 03/26/2013 04:57 PM, Adam Davenport wrote:
>>>>>> I am in the process of evaluating midPoint as our university is 
>>>>>> in the process of selecting a new identity management solution.  
>>>>>> My first step is to "Installing midPoint from Binary Release - 
>>>>>> 2.1.1" but I am having some issues.  I am new to the open source 
>>>>>> and Evolveum community and would like to know how I go about 
>>>>>> getting community support?  Should I use the mailing list or post 
>>>>>> to Jira?  Thank you.
>>>>>> </display/midPoint/Installing+midPoint+from+Binary+Release+-+2.1.1>
>>>>>> -- 
>>>>>> Adam Davenport
>>>>>> Programmer/Analyst, Information Technology Services
>>>>>> Western University
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> midPoint mailing list
>>>>>> midPoint at lists.evolveum.com
>>>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> midPoint mailing list
>>>>> midPoint at lists.evolveum.com
>>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> midPoint mailing list
>>>> midPoint at lists.evolveum.com
>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>
>>> -- 
>>> Ing. Viliam Repán(
>>> Evolveum, s.r.o.
>>>
>>> tel: +421 910 797978
>>> mail:vilo.repan at evolveum.com
>>>
>>>
>>> _______________________________________________
>>> midPoint mailing list
>>> midPoint at lists.evolveum.com
>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>>
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>
> -- 
> Ing. Viliam Repán(
> Evolveum, s.r.o.
>
> tel: +421 910 797978
> mail:vilo.repan at evolveum.com
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20130327/feb39e72/attachment.htm>
-------------- next part --------------
2013-03-27 12:14:37,044 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): +--------------------------------------------------------------------------------------------+
2013-03-27 12:14:37,044 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |             _    | |  _  \     _     _| |_
2013-03-27 12:14:37,044 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |   ___ ____ (_) __| | |_) |___ (_)___|_   _|
2013-03-27 12:14:37,044 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |  |  _ ` _ `| |/ _  |  __/  _ \| |  _` | |
2013-03-27 12:14:37,044 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |  | | | | | | | (_| | |  | (_) | | | | | |_
2013-03-27 12:14:37,044 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |  |_| |_| |_|_|\____|_|  \____/|_|_| |_|\__|  from Evolveum.com
2013-03-27 12:14:37,044 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |
2013-03-27 12:14:37,060 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |  Licensed under Open source licence CCDL v1.0 see: http://www.opensource.org/licenses/cddl1
2013-03-27 12:14:37,075 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |  Version :  2.1.1p1
2013-03-27 12:14:37,075 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |  Sources :  scm:svn:http://svn.evolveum.com/midpoint/trunk/build-system/repo/system-init  branch:  branches/2.1.1-support/repo/system-init
2013-03-27 12:14:37,075 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |  Bug reporting system : http://jira.evolveum.com/
2013-03-27 12:14:37,075 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): |  Product informations : http://wiki.evolveum.com/display/midPoint
2013-03-27 12:14:37,075 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): +---------------------------------------------------------------------------------------------+
2013-03-27 12:14:37,075 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.init.StartupConfiguration): Loading midPoint configuration from file c:\midpoint/config.xml
2013-03-27 12:14:37,325 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.init.RepositoryFactory): Repository factory class name from configuration 'com.evolveum.midpoint.repo.sql.SqlRepositoryFactory'.
2013-03-27 12:14:37,325 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.init.RepositoryFactory): Getting factory bean 'com.evolveum.midpoint.repo.sql.SqlRepositoryFactory'
2013-03-27 12:14:37,356 [localhost-startStop-1][] INFO  (c.e.midpoint.repo.sql.SqlRepositoryFactory): Initializing SQL repository factory
2013-03-27 12:14:37,372 [localhost-startStop-1][] WARN  (c.e.m.repo.sql.SqlRepositoryConfiguration): Fine-tuned concurrency parameters defaults for hibernate dialect com.evolveum.midpoint.repo.sql.util.MidPointMySQLDialect not found; using the following defaults: transactionIsolation = SERIALIZABLE, lockForUpdateViaHibernate = false, lockForUpdateViaSql = false, useReadOnlyTransactions = true. Please override them if necessary.
2013-03-27 12:14:37,372 [localhost-startStop-1][] INFO  (c.e.midpoint.repo.sql.SqlRepositoryFactory): Repository is not running in embedded mode.
2013-03-27 12:14:38,370 [localhost-startStop-1][] INFO  (c.e.midpoint.repo.sql.SqlPerformanceMonitor): SQL Performance Monitor initialized (level = 0).
2013-03-27 12:14:38,370 [localhost-startStop-1][] INFO  (c.e.midpoint.repo.sql.SqlRepositoryFactory): Repository initialization finished.
2013-03-27 12:14:38,713 [localhost-startStop-1][] INFO  (c.evolveum.midpoint.common.crypto.AESProtector): Using file keystore at c:\midpoint//keystore.jceks
2013-03-27 12:14:39,259 [localhost-startStop-1][] INFO  (c.e.m.init.ConfigurablePrismContextFactory): Loading extension schemas from folder 'c:\midpoint//schema'.
2013-03-27 12:14:56,966 [localhost-startStop-1][] INFO  (c.e.midpoint.repo.sql.CompositeDataSource): Loading datasource.
2013-03-27 12:14:56,966 [localhost-startStop-1][] INFO  (c.e.midpoint.repo.sql.CompositeDataSource): JDNI datasource present in configuration, looking for 'java:comp/env/jdbc/midpointDataSource'.
2013-03-27 12:15:06,592 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.init.RepositoryFactory): Getting factory bean 'com.evolveum.midpoint.repo.cache.RepositoryCacheFactory'
2013-03-27 12:15:06,639 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.init.AuditFactory): Getting factory 'com.evolveum.midpoint.audit.impl.LoggerAuditServiceFactory'
2013-03-27 12:15:06,654 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.init.AuditFactory): Getting factory 'com.evolveum.midpoint.repo.sql.SqlAuditServiceFactory'
2013-03-27 12:15:06,654 [localhost-startStop-1][] INFO  (c.e.midpoint.repo.sql.SqlAuditServiceFactory): Initializing Sql audit service factory.
2013-03-27 12:15:06,654 [localhost-startStop-1][] INFO  (c.e.midpoint.repo.sql.SqlRepositoryFactory): SQL repository already initialized.
2013-03-27 12:15:06,654 [localhost-startStop-1][] INFO  (c.e.midpoint.repo.sql.SqlAuditServiceFactory): Sql audit service factory initialization complete.
2013-03-27 12:15:07,091 [localhost-startStop-1][] INFO  (c.e.midpoint.task.quartzimpl.Initializer): Task Manager initialization.
2013-03-27 12:15:07,091 [localhost-startStop-1][] INFO  (c.e.midpoint.task.quartzimpl.Initializer): Task Manager: Quartz Job Store: in-memory, NOT clustered. Threads: 10
2013-03-27 12:15:07,153 [localhost-startStop-1][] INFO  (c.e.m.task.quartzimpl.cluster.NodeRegistrar): Registering this node in the repository as DefaultNode at 129.100.58.185:20001
2013-03-27 12:15:07,169 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 1 ...repo.sql.SqlRepositoryServiceImpl->searchObjects
2013-03-27 12:15:07,169 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.NodeType, Q{EQUALS: name, PPV(PolyStringType:DefaultNode),null paging, R(com.evolveum.midpoint.task.quartzimpl.TaskManagerQuartzImpl.init UNKNOWN null))
2013-03-27 12:15:07,777 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 1  ...repo.sql.SqlRepositoryServiceImpl->searchObjects etime: 604.433 ms
2013-03-27 12:15:07,777 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: []
2013-03-27 12:15:07,777 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 2 ...repo.sql.SqlRepositoryServiceImpl->addObject
2013-03-27 12:15:07,777 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (node:null(DefaultNode), R(com.evolveum.midpoint.task.quartzimpl.TaskManagerQuartzImpl.init UNKNOWN null))
2013-03-27 12:15:07,996 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 2  ...repo.sql.SqlRepositoryServiceImpl->addObject etime: 218.831 ms
2013-03-27 12:15:07,996 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: 2e42b851-2abf-4896-8160-da937a6804f6
2013-03-27 12:15:07,996 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 3 ...repo.sql.SqlRepositoryServiceImpl->getObject
2013-03-27 12:15:07,996 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.NodeType, 2e42b851-2abf-4896-8160-da937a6804f6, R(com.evolveum.midpoint.task.quartzimpl.TaskManagerQuartzImpl.init UNKNOWN null))
2013-03-27 12:15:08,167 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 3  ...repo.sql.SqlRepositoryServiceImpl->getObject etime: 164.699 ms
2013-03-27 12:15:08,167 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: node:2e42b851-2abf-4896-8160-da937a6804f6(DefaultNode)
2013-03-27 12:15:08,167 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 4 ...repo.sql.SqlRepositoryServiceImpl->searchObjects
2013-03-27 12:15:08,167 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.NodeType, null, R(com.evolveum.midpoint.task.quartzimpl.TaskManagerQuartzImpl.init UNKNOWN null))
2013-03-27 12:15:08,199 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 4  ...repo.sql.SqlRepositoryServiceImpl->searchObjects etime: 27.829 ms
2013-03-27 12:15:08,199 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: [node:2e42b851-2abf-4896-8160-da937a6804f6(DefaultNode)]
2013-03-27 12:15:08,199 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 5 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:08,199 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/repo/noop-handler-1, com.evolveum.midpoint.task.quartzimpl.handlers.NoOpTaskHandler at 3a47685)
2013-03-27 12:15:08,199 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 5  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 0.643 ms
2013-03-27 12:15:08,199 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:08,199 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 6 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:08,199 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/repo/subtasks-handler-1, com.evolveum.midpoint.task.quartzimpl.handlers.WaitForSubtasksTaskHandler at 32323351)
2013-03-27 12:15:08,199 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 6  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 1.229 ms
2013-03-27 12:15:08,199 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:08,214 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 7 ...task.quartzimpl.TaskManagerQuartzImpl->getNodeId
2013-03-27 12:15:08,214 [localhost-startStop-1][] TRACE (PROFILING): ###### args: ()
2013-03-27 12:15:08,214 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 7  ...task.quartzimpl.TaskManagerQuartzImpl->getNodeId etime: 0.967 ms
2013-03-27 12:15:08,230 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: DefaultNode
2013-03-27 12:15:08,682 [localhost-startStop-1][] INFO  (c.e.m.t.quartzimpl.execution.TaskSynchronizer): Synchronizing Quartz job store with midPoint repository.
2013-03-27 12:15:08,682 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 8 ...repo.sql.SqlRepositoryServiceImpl->searchObjects
2013-03-27 12:15:08,682 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.TaskType, Q{null filternull paging, R(com.evolveum.midpoint.task.quartzimpl.execution.TaskSynchronizer.synchronizeJobStores UNKNOWN null))
2013-03-27 12:15:08,885 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 8  ...repo.sql.SqlRepositoryServiceImpl->searchObjects etime: 189.975 ms
2013-03-27 12:15:08,885 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: []
2013-03-27 12:15:08,885 [localhost-startStop-1][] INFO  (c.e.m.t.quartzimpl.execution.TaskSynchronizer): Synchronization of midpoint and Quartz task store finished. 0 task(s) existing in midPoint repository successfully processed, resulting in 0 updated Quartz job(s). 0 task(s) removed from Quartz job store. Processing of 0 task(s) failed.
2013-03-27 12:15:08,885 [localhost-startStop-1][] INFO  (c.e.midpoint.task.quartzimpl.Initializer): Task Manager initialized
2013-03-27 12:15:09,353 [localhost-startStop-1][] INFO  (c.e.m.p.ucf.impl.ConnectorFactoryIcfImpl): Discovered ICF bundle on CLASSPATH: org.forgerock.openicf.connectors.csvfile-connector version: 1.1.0.e6332
2013-03-27 12:15:09,556 [localhost-startStop-1][] INFO  (c.e.m.p.ucf.impl.ConnectorFactoryIcfImpl): Discovered ICF bundle on CLASSPATH: org.forgerock.openicf.connectors.databasetable-con version: 1.1.0.e6296
2013-03-27 12:15:09,774 [localhost-startStop-1][] INFO  (c.e.m.p.ucf.impl.ConnectorFactoryIcfImpl): Discovered ICF bundle on CLASSPATH: org.forgerock.openicf.connectors.ldap-connector version: 1.1.0.e6320d
2013-03-27 12:15:15,406 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 9 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:15,406 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/model/import/handler-accounts-resource-1, com.evolveum.midpoint.model.importer.ImportAccountsFromResourceTaskHandler at 11b62536)
2013-03-27 12:15:15,406 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 9  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 2.602 ms
2013-03-27 12:15:15,406 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:15,500 [localhost-startStop-1][] INFO  (c.e.m.m.controller.ModelOperationTaskHandler): Registering with taskManager as a handler for http://midpoint.evolveum.com/model/model-operation-handler-1
2013-03-27 12:15:15,500 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 10 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:15,500 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/model/model-operation-handler-1, com.evolveum.midpoint.model.controller.ModelOperationTaskHandler at 4e25a780)
2013-03-27 12:15:15,515 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 10  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 1.171 ms
2013-03-27 12:15:15,515 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:15,546 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 11 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:15,562 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/model/import/handler-objects-file-1, com.evolveum.midpoint.model.importer.ImportObjectsFromFileTaskHandler at 682054d5)
2013-03-27 12:15:15,562 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 11  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 1.251 ms
2013-03-27 12:15:15,562 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:16,592 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 12 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:16,592 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/model/import/handler-objects-camel-1, com.evolveum.midpoint.model.importer.ImportObjectsFromCamelTaskHandler at 5da1c60a)
2013-03-27 12:15:16,592 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 12  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 1.221 ms
2013-03-27 12:15:16,592 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:16,623 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 13 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:16,623 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/model/sync/recompute-handler-1, com.evolveum.midpoint.model.sync.RecomputeTaskHandler at 65d6b308)
2013-03-27 12:15:16,623 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 13  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 0.664 ms
2013-03-27 12:15:16,623 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:16,717 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 14 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:16,732 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/model/sync/reconciliation-handler-1, com.evolveum.midpoint.model.sync.ReconciliationTaskHandler at 1084e0a0)
2013-03-27 12:15:16,732 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 14  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 3.532 ms
2013-03-27 12:15:16,732 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:16,732 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 15 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:16,732 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/model/sync/handler-1, com.evolveum.midpoint.model.sync.LiveSyncTaskHandler at 907ed80)
2013-03-27 12:15:16,732 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 15  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 0.289 ms
2013-03-27 12:15:16,732 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:22,161 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.wf.WorkflowManager): Workflow management is not enabled.
2013-03-27 12:15:22,224 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 16 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:22,224 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://evolveum.com/wf-shadow-task-uri, com.evolveum.midpoint.wf.WfTaskHandler at 90e13bb)
2013-03-27 12:15:22,224 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 16  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 0.956 ms
2013-03-27 12:15:22,224 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:22,395 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 17 ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler
2013-03-27 12:15:22,395 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (http://midpoint.evolveum.com/model/import/handler-objects-camel-1, com.evolveum.midpoint.model.importer.ImportObjectsFromCamelTaskHandler at 75e0f18f)
2013-03-27 12:15:22,395 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 17  ...task.quartzimpl.TaskManagerQuartzImpl->registerHandler etime: 0.815 ms
2013-03-27 12:15:22,395 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:26,576 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.init.InitialDataImport): Starting initial object import.
2013-03-27 12:15:26,576 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 18 ...task.quartzimpl.TaskManagerQuartzImpl->createTaskInstance
2013-03-27 12:15:26,576 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.init.InitialDataImport.initialObjectsImport)
2013-03-27 12:15:26,607 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 18  ...task.quartzimpl.TaskManagerQuartzImpl->createTaskInstance etime: 30.181 ms
2013-03-27 12:15:26,607 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: Task(id:1364400926576-0-1, name:null, oid:null)
2013-03-27 12:15:26,654 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 19 ...model.controller.ModelController->getObject
2013-03-27 12:15:26,654 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.ValuePolicyType, 00000000-0000-0000-0000-000000000003, null, Task(id:1364400926576-0-1, name:null, oid:null), R(com.evolveum.midpoint.init.InitialDataImport.importObject UNKNOWN null))
2013-03-27 12:15:26,654 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 20  ...repo.cache.RepositoryCache->getObject
2013-03-27 12:15:26,654 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.ValuePolicyType, 00000000-0000-0000-0000-000000000003, R(com.evolveum.midpoint.model.api.ModelService.getObject UNKNOWN null))
2013-03-27 12:15:26,654 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 21   ...repo.sql.SqlRepositoryServiceImpl->getObject
2013-03-27 12:15:26,654 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.ValuePolicyType, 00000000-0000-0000-0000-000000000003, R(com.evolveum.midpoint.model.api.ModelService.getObject UNKNOWN null))
2013-03-27 12:15:26,685 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 21    ...repo.sql.SqlRepositoryServiceImpl->getObject etime: 36.220 ms
2013-03-27 12:15:26,685 [localhost-startStop-1][] TRACE (PROFILING): ###### return exception: com.evolveum.midpoint.util.exception.ObjectNotFoundException
2013-03-27 12:15:26,701 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 20   ...repo.cache.RepositoryCache->getObject etime: 37.888 ms
2013-03-27 12:15:26,701 [localhost-startStop-1][] TRACE (PROFILING): ###### return exception: com.evolveum.midpoint.util.exception.ObjectNotFoundException
2013-03-27 12:15:26,701 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 19  ...model.controller.ModelController->getObject etime: 43.103 ms
2013-03-27 12:15:26,701 [localhost-startStop-1][] TRACE (PROFILING): ###### return exception: com.evolveum.midpoint.util.exception.ObjectNotFoundException
2013-03-27 12:15:26,716 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 22 ...model.controller.ModelController->executeChanges
2013-03-27 12:15:26,716 [localhost-startStop-1][] TRACE (PROFILING): ###### args: ([ObjectDelta(oid=00000000-0000-0000-0000-000000000003,ADD: object:00000000-0000-0000-0000-000000000003(Global Password Policy))], null, Task(id:1364400926576-0-1, name:null, oid:null), R(com.evolveum.midpoint.init.InitialDataImport.importObject UNKNOWN null))
2013-03-27 12:15:26,732 [localhost-startStop-1][] WARN  (com.evolveum.midpoint.init.AuditServiceProxy): Task 'null' has no owner in a call to audit service
2013-03-27 12:15:26,748 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.audit.log): 2013-03-27T12:15:26.748-0400 eid=1364400926748-0-1, et=ADD_OBJECT, es=REQUEST, sid=null, tid=1364400926576-0-1, toid=null, hid=null, I=null, T=null, TO=null, D=[00000000-0000-0000-0000-000000000003:ADD], ch=http://midpoint.evolveum.com/xml/ns/public/gui/channels-2#init, o=null
2013-03-27 12:15:26,997 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 23  ...repo.cache.RepositoryCache->addObject
2013-03-27 12:15:26,997 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (object:00000000-0000-0000-0000-000000000003(Global Password Policy), R(com.evolveum.midpoint.model.lens.ChangeExecutor.executeDelta UNKNOWN null))
2013-03-27 12:15:26,997 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 24   ...repo.sql.SqlRepositoryServiceImpl->addObject
2013-03-27 12:15:26,997 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (object:00000000-0000-0000-0000-000000000003(Global Password Policy), R(com.evolveum.midpoint.model.lens.ChangeExecutor.executeDelta UNKNOWN null))
2013-03-27 12:15:27,138 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 24    ...repo.sql.SqlRepositoryServiceImpl->addObject etime: 139.798 ms
2013-03-27 12:15:27,138 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: 00000000-0000-0000-0000-000000000003
2013-03-27 12:15:27,138 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 23   ...repo.cache.RepositoryCache->addObject etime: 142.296 ms
2013-03-27 12:15:27,138 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: 00000000-0000-0000-0000-000000000003
2013-03-27 12:15:27,138 [localhost-startStop-1][] WARN  (com.evolveum.midpoint.init.AuditServiceProxy): Task 'null' has no owner in a call to audit service
2013-03-27 12:15:27,138 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.audit.log): 2013-03-27T12:15:27.138-0400 eid=1364400927138-0-1, et=ADD_OBJECT, es=EXECUTION, sid=null, tid=1364400926576-0-1, toid=null, hid=null, I=null, T=null, TO=null, D=[00000000-0000-0000-0000-000000000003:ADD], ch=http://midpoint.evolveum.com/xml/ns/public/gui/channels-2#init, o=SUCCESS
2013-03-27 12:15:27,247 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 22  ...model.controller.ModelController->executeChanges etime: 534.577 ms
2013-03-27 12:15:27,247 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: null
2013-03-27 12:15:27,263 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 25 ...model.controller.ModelController->getObject
2013-03-27 12:15:27,263 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.SystemConfigurationType, 00000000-0000-0000-0000-000000000001, null, Task(id:1364400926576-0-1, name:null, oid:null), R(com.evolveum.midpoint.init.InitialDataImport.importObject UNKNOWN null))
2013-03-27 12:15:27,278 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 26  ...repo.cache.RepositoryCache->getObject
2013-03-27 12:15:27,278 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.SystemConfigurationType, 00000000-0000-0000-0000-000000000001, R(com.evolveum.midpoint.model.api.ModelService.getObject UNKNOWN null))
2013-03-27 12:15:27,278 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 27   ...repo.sql.SqlRepositoryServiceImpl->getObject
2013-03-27 12:15:27,278 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.SystemConfigurationType, 00000000-0000-0000-0000-000000000001, R(com.evolveum.midpoint.model.api.ModelService.getObject UNKNOWN null))
2013-03-27 12:15:27,356 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 27    ...repo.sql.SqlRepositoryServiceImpl->getObject etime: 83.110 ms
2013-03-27 12:15:27,356 [localhost-startStop-1][] TRACE (PROFILING): ###### return exception: com.evolveum.midpoint.util.exception.ObjectNotFoundException
2013-03-27 12:15:27,356 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 26   ...repo.cache.RepositoryCache->getObject etime: 85.225 ms
2013-03-27 12:15:27,356 [localhost-startStop-1][] TRACE (PROFILING): ###### return exception: com.evolveum.midpoint.util.exception.ObjectNotFoundException
2013-03-27 12:15:27,356 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 25  ...model.controller.ModelController->getObject etime: 87.785 ms
2013-03-27 12:15:27,356 [localhost-startStop-1][] TRACE (PROFILING): ###### return exception: com.evolveum.midpoint.util.exception.ObjectNotFoundException
2013-03-27 12:15:27,356 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 28 ...model.controller.ModelController->executeChanges
2013-03-27 12:15:27,356 [localhost-startStop-1][] TRACE (PROFILING): ###### args: ([ObjectDelta(oid=00000000-0000-0000-0000-000000000001,ADD: systemConfiguration:00000000-0000-0000-0000-000000000001(SystemConfiguration))], null, Task(id:1364400926576-0-1, name:null, oid:null), R(com.evolveum.midpoint.init.InitialDataImport.importObject UNKNOWN null))
2013-03-27 12:15:27,356 [localhost-startStop-1][] WARN  (com.evolveum.midpoint.init.AuditServiceProxy): Task 'null' has no owner in a call to audit service
2013-03-27 12:15:27,356 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.audit.log): 2013-03-27T12:15:27.356-0400 eid=1364400927356-0-1, et=ADD_OBJECT, es=REQUEST, sid=null, tid=1364400926576-0-1, toid=null, hid=null, I=null, T=null, TO=null, D=[00000000-0000-0000-0000-000000000001:ADD], ch=http://midpoint.evolveum.com/xml/ns/public/gui/channels-2#init, o=null
2013-03-27 12:15:27,434 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 29  ...repo.cache.RepositoryCache->addObject
2013-03-27 12:15:27,434 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (systemConfiguration:00000000-0000-0000-0000-000000000001(SystemConfiguration), R(com.evolveum.midpoint.model.lens.ChangeExecutor.executeDelta UNKNOWN null))
2013-03-27 12:15:27,434 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 30   ...repo.sql.SqlRepositoryServiceImpl->addObject
2013-03-27 12:15:27,434 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (systemConfiguration:00000000-0000-0000-0000-000000000001(SystemConfiguration), R(com.evolveum.midpoint.model.lens.ChangeExecutor.executeDelta UNKNOWN null))
2013-03-27 12:15:27,450 [localhost-startStop-1][] WARN  (c.e.m.r.sql.data.common.RSystemConfiguration): Root organization from system configuration type won't be saved. It should be translated to root organization reference.
2013-03-27 12:15:27,528 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 30    ...repo.sql.SqlRepositoryServiceImpl->addObject etime: 104.257 ms
2013-03-27 12:15:27,543 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: 00000000-0000-0000-0000-000000000001
2013-03-27 12:15:27,543 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 29   ...repo.cache.RepositoryCache->addObject etime: 107.403 ms
2013-03-27 12:15:27,543 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: 00000000-0000-0000-0000-000000000001
2013-03-27 12:15:27,543 [localhost-startStop-1][] WARN  (com.evolveum.midpoint.init.AuditServiceProxy): Task 'null' has no owner in a call to audit service
2013-03-27 12:15:27,543 [localhost-startStop-1][] INFO  (com.evolveum.midpoint.audit.log): 2013-03-27T12:15:27.543-0400 eid=1364400927543-0-1, et=ADD_OBJECT, es=EXECUTION, sid=null, tid=1364400926576-0-1, toid=null, hid=null, I=null, T=null, TO=null, D=[00000000-0000-0000-0000-000000000001:ADD], ch=http://midpoint.evolveum.com/xml/ns/public/gui/channels-2#init, o=SUCCESS
2013-03-27 12:15:27,590 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 31  ...repo.cache.RepositoryCache->getObject
2013-03-27 12:15:27,590 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.SystemConfigurationType, 00000000-0000-0000-0000-000000000001, R(class com.evolveum.midpoint.model.controller.SystemConfigurationHandler.invoke UNKNOWN null))
2013-03-27 12:15:27,590 [localhost-startStop-1][] DEBUG (PROFILING): #### Entry: 32   ...repo.sql.SqlRepositoryServiceImpl->getObject
2013-03-27 12:15:27,590 [localhost-startStop-1][] TRACE (PROFILING): ###### args: (com.evolveum.midpoint.xml.ns._public.common.common_2a.SystemConfigurationType, 00000000-0000-0000-0000-000000000001, R(class com.evolveum.midpoint.model.controller.SystemConfigurationHandler.invoke UNKNOWN null))
2013-03-27 12:15:27,684 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 32    ...repo.sql.SqlRepositoryServiceImpl->getObject etime: 93.319 ms
2013-03-27 12:15:27,684 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: systemConfiguration:00000000-0000-0000-0000-000000000001(SystemConfiguration)
2013-03-27 12:15:27,684 [localhost-startStop-1][] DEBUG (PROFILING): ##### Exit: 31   ...repo.cache.RepositoryCache->getObject etime: 97.150 ms
2013-03-27 12:15:27,684 [localhost-startStop-1][] TRACE (PROFILING): ###### retval: systemConfiguration:00000000-0000-0000-0000-000000000001(SystemConfiguration)
2013-03-27 12:15:27,699 [localhost-startStop-1][] INFO  (c.e.m.common.LoggingConfigurationManager): Changing logging configuration (current config version: null, new version 0)
2013-03-27 12:15:27,699 [localhost-startStop-1][] INFO  (c.e.m.common.LoggingConfigurationManager): Resetting current logging configuration
2013-03-27 12:15:27,809 [MODEL] [localhost-startStop-1] INFO (com.evolveum.midpoint.common.LoggingConfigurationManager): New logging configuration applied
2013-03-27 12:15:27,855 [MODEL] [localhost-startStop-1] WARN (com.evolveum.midpoint.init.AuditServiceProxy): Task 'null' has no owner in a call to audit service
2013-03-27 12:15:27,855 [MODEL] [localhost-startStop-1] INFO (com.evolveum.midpoint.audit.log): 2013-03-27T12:15:27.855-0400 eid=1364400927855-0-1, et=ADD_OBJECT, es=REQUEST, sid=null, tid=1364400926576-0-1, toid=null, hid=null, I=null, T=null, TO=null, D=[00000000-0000-0000-0000-000000000002:ADD], ch=http://midpoint.evolveum.com/xml/ns/public/gui/channels-2#init, o=null
2013-03-27 12:15:28,557 [MODEL] [localhost-startStop-1] WARN (com.evolveum.midpoint.init.AuditServiceProxy): Task 'null' has no owner in a call to audit service
2013-03-27 12:15:28,557 [MODEL] [localhost-startStop-1] INFO (com.evolveum.midpoint.audit.log): 2013-03-27T12:15:28.557-0400 eid=1364400928557-0-1, et=ADD_OBJECT, es=EXECUTION, sid=null, tid=1364400926576-0-1, toid=null, hid=null, I=null, T=null, TO=null, D=[00000000-0000-0000-0000-000000000002:ADD], ch=http://midpoint.evolveum.com/xml/ns/public/gui/channels-2#init, o=SUCCESS
2013-03-27 12:15:28,729 [] [localhost-startStop-1] INFO (com.evolveum.midpoint.init.InitialDataImport): Initial object import finished.
2013-03-27 12:15:28,729 [] [localhost-startStop-1] INFO (com.evolveum.midpoint.init.InitialDataImport): Initialization status:
*op* com.evolveum.midpoint.init.InitialDataImport.initialObjectsImport, st: SUCCESS, msg: null
    *op* com.evolveum.midpoint.init.InitialDataImport.importObject, st: FATAL_ERROR, msg: Couldn't import objects.
        *op* com.evolveum.midpoint.model.api.ModelService.getObject, st: FATAL_ERROR, msg: Object of type 'ValuePolicyType' with oid '00000000-0000-0000-0000-000000000003' was not found.: Object of type 'ValuePolicyType' with oid '00000000-0000-0000-0000-000000000003' was not found.
                [cause]ObjectNotFoundException:Object of type 'ValuePolicyType' with oid '00000000-0000-0000-0000-000000000003' was not found.
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.throwObjectNotFoundException(SqlRepositoryServiceImpl.java:140)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:129)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObjectAttempt(SqlRepositoryServiceImpl.java:185)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject_aroundBody0(SqlRepositoryServiceImpl.java:164)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl$AjcClosure1.run(SqlRepositoryServiceImpl.java:1)
                        org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:145)
                        com.evolveum.midpoint.repo.cache.RepositoryCache.getObject_aroundBody0(RepositoryCache.java:176)
                        com.evolveum.midpoint.repo.cache.RepositoryCache$AjcClosure1.run(RepositoryCache.java:1)
                        org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                        com.evolveum.midpoint.repo.cache.RepositoryCache.getObject(RepositoryCache.java:159)
                        com.evolveum.midpoint.model.ModelObjectResolver.getObject(ModelObjectResolver.java:119)
                        com.evolveum.midpoint.model.controller.ModelController.getObject_aroundBody0(ModelController.java:244)
                        com.evolveum.midpoint.model.controller.ModelController$AjcClosure1.run(ModelController.java:1)
                        org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.processModelNdc(MidpointAspect.java:86)
                        com.evolveum.midpoint.model.controller.ModelController.getObject(ModelController.java:227)
                        com.evolveum.midpoint.init.InitialDataImport.init(InitialDataImport.java:98)
                        sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        java.lang.reflect.Method.invoke(Method.java:601)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1581)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1522)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
                        org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
                        org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
                        org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
                        org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
                        org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
                        org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
                        org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
                        org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384)
                        org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
                        org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
                        org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
                        org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)
                        org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
                        org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
                        org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
                        org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
                        org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977)
                        org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1655)
                        java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
                        java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
                        java.util.concurrent.FutureTask.run(FutureTask.java:166)
                        java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
                        java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
                        java.lang.Thread.run(Thread.java:722)
                [p]oid=00000000-0000-0000-0000-000000000003
                [p]class=com.evolveum.midpoint.xml.ns._public.common.common_2a.ValuePolicyType
                [p]options=null
            *op* com.evolveum.midpoint.repo.api.RepositoryService.getObject, st: FATAL_ERROR, msg: Object of type 'ValuePolicyType' with oid '00000000-0000-0000-0000-000000000003' was not found.
                    [cause]ObjectNotFoundException:Object of type 'ValuePolicyType' with oid '00000000-0000-0000-0000-000000000003' was not found.
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.throwObjectNotFoundException(SqlRepositoryServiceImpl.java:140)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:129)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObjectAttempt(SqlRepositoryServiceImpl.java:185)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject_aroundBody0(SqlRepositoryServiceImpl.java:164)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl$AjcClosure1.run(SqlRepositoryServiceImpl.java:1)
                            org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:145)
                            com.evolveum.midpoint.repo.cache.RepositoryCache.getObject_aroundBody0(RepositoryCache.java:176)
                            com.evolveum.midpoint.repo.cache.RepositoryCache$AjcClosure1.run(RepositoryCache.java:1)
                            org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                            com.evolveum.midpoint.repo.cache.RepositoryCache.getObject(RepositoryCache.java:159)
                            com.evolveum.midpoint.model.ModelObjectResolver.getObject(ModelObjectResolver.java:119)
                            com.evolveum.midpoint.model.controller.ModelController.getObject_aroundBody0(ModelController.java:244)
                            com.evolveum.midpoint.model.controller.ModelController$AjcClosure1.run(ModelController.java:1)
                            org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.processModelNdc(MidpointAspect.java:86)
                            com.evolveum.midpoint.model.controller.ModelController.getObject(ModelController.java:227)
                            com.evolveum.midpoint.init.InitialDataImport.init(InitialDataImport.java:98)
                            sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                            sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                            sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                            java.lang.reflect.Method.invoke(Method.java:601)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1581)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1522)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
                            org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
                            org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
                            org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
                            org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
                            org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
                            org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
                            org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
                            org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384)
                            org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
                            org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
                            org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
                            org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)
                            org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
                            org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
                            org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
                            org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
                            org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977)
                            org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1655)
                            java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
                            java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
                            java.util.concurrent.FutureTask.run(FutureTask.java:166)
                            java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
                            java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
                            java.lang.Thread.run(Thread.java:722)
                    [p]oid=00000000-0000-0000-0000-000000000003
                    [p]type=com.evolveum.midpoint.xml.ns._public.common.common_2a.ValuePolicyType
        *op* com.evolveum.midpoint.model.api.ModelService.executeChanges, st: SUCCESS, msg: null
            *op* com.evolveum.midpoint.model.lens.projector.Projector.project, st: SUCCESS, msg: null
                    [c]executionWave=0
            *op* class com.evolveum.midpoint.model.lens.ChangeExecutor.executeChanges, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.model.lens.ChangeExecutor.executeDelta, st: SUCCESS, msg: null
                    *op* com.evolveum.midpoint.repo.api.RepositoryService.addObject, st: SUCCESS, msg: null
                            [p]object=object:00000000-0000-0000-0000-000000000003(Global Password Policy)
            *op* com.evolveum.midpoint.model.lens.projector.Projector.project, st: SUCCESS, msg: null
                    [c]executionWave=1
            *op* class com.evolveum.midpoint.model.lens.ChangeExecutor.executeChanges, st: SUCCESS, msg: null
            *op* com.evolveum.midpoint.model.lens.projector.Projector.project, st: SUCCESS, msg: null
                    [c]executionWave=2
    *op* com.evolveum.midpoint.init.InitialDataImport.importObject, st: FATAL_ERROR, msg: Couldn't import objects.
        *op* com.evolveum.midpoint.model.api.ModelService.getObject, st: FATAL_ERROR, msg: Object of type 'SystemConfigurationType' with oid '00000000-0000-0000-0000-000000000001' was not found.: Object of type 'SystemConfigurationType' with oid '00000000-0000-0000-0000-000000000001' was not found.
                [cause]ObjectNotFoundException:Object of type 'SystemConfigurationType' with oid '00000000-0000-0000-0000-000000000001' was not found.
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.throwObjectNotFoundException(SqlRepositoryServiceImpl.java:140)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:129)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObjectAttempt(SqlRepositoryServiceImpl.java:185)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject_aroundBody0(SqlRepositoryServiceImpl.java:164)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl$AjcClosure1.run(SqlRepositoryServiceImpl.java:1)
                        org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:145)
                        com.evolveum.midpoint.repo.cache.RepositoryCache.getObject_aroundBody0(RepositoryCache.java:176)
                        com.evolveum.midpoint.repo.cache.RepositoryCache$AjcClosure1.run(RepositoryCache.java:1)
                        org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                        com.evolveum.midpoint.repo.cache.RepositoryCache.getObject(RepositoryCache.java:159)
                        com.evolveum.midpoint.model.ModelObjectResolver.getObject(ModelObjectResolver.java:119)
                        com.evolveum.midpoint.model.controller.ModelController.getObject_aroundBody0(ModelController.java:244)
                        com.evolveum.midpoint.model.controller.ModelController$AjcClosure1.run(ModelController.java:1)
                        org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.processModelNdc(MidpointAspect.java:86)
                        com.evolveum.midpoint.model.controller.ModelController.getObject(ModelController.java:227)
                        com.evolveum.midpoint.init.InitialDataImport.init(InitialDataImport.java:98)
                        sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        java.lang.reflect.Method.invoke(Method.java:601)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1581)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1522)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
                        org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
                        org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
                        org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
                        org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
                        org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
                        org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
                        org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
                        org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384)
                        org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
                        org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
                        org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
                        org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)
                        org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
                        org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
                        org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
                        org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
                        org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977)
                        org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1655)
                        java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
                        java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
                        java.util.concurrent.FutureTask.run(FutureTask.java:166)
                        java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
                        java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
                        java.lang.Thread.run(Thread.java:722)
                [p]oid=00000000-0000-0000-0000-000000000001
                [p]class=com.evolveum.midpoint.xml.ns._public.common.common_2a.SystemConfigurationType
                [p]options=null
            *op* com.evolveum.midpoint.repo.api.RepositoryService.getObject, st: FATAL_ERROR, msg: Object of type 'SystemConfigurationType' with oid '00000000-0000-0000-0000-000000000001' was not found.
                    [cause]ObjectNotFoundException:Object of type 'SystemConfigurationType' with oid '00000000-0000-0000-0000-000000000001' was not found.
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.throwObjectNotFoundException(SqlRepositoryServiceImpl.java:140)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:129)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObjectAttempt(SqlRepositoryServiceImpl.java:185)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject_aroundBody0(SqlRepositoryServiceImpl.java:164)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl$AjcClosure1.run(SqlRepositoryServiceImpl.java:1)
                            org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:145)
                            com.evolveum.midpoint.repo.cache.RepositoryCache.getObject_aroundBody0(RepositoryCache.java:176)
                            com.evolveum.midpoint.repo.cache.RepositoryCache$AjcClosure1.run(RepositoryCache.java:1)
                            org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                            com.evolveum.midpoint.repo.cache.RepositoryCache.getObject(RepositoryCache.java:159)
                            com.evolveum.midpoint.model.ModelObjectResolver.getObject(ModelObjectResolver.java:119)
                            com.evolveum.midpoint.model.controller.ModelController.getObject_aroundBody0(ModelController.java:244)
                            com.evolveum.midpoint.model.controller.ModelController$AjcClosure1.run(ModelController.java:1)
                            org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.processModelNdc(MidpointAspect.java:86)
                            com.evolveum.midpoint.model.controller.ModelController.getObject(ModelController.java:227)
                            com.evolveum.midpoint.init.InitialDataImport.init(InitialDataImport.java:98)
                            sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                            sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                            sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                            java.lang.reflect.Method.invoke(Method.java:601)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1581)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1522)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
                            org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
                            org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
                            org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
                            org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
                            org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
                            org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
                            org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
                            org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384)
                            org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
                            org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
                            org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
                            org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)
                            org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
                            org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
                            org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
                            org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
                            org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977)
                            org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1655)
                            java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
                            java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
                            java.util.concurrent.FutureTask.run(FutureTask.java:166)
                            java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
                            java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
                            java.lang.Thread.run(Thread.java:722)
                    [p]oid=00000000-0000-0000-0000-000000000001
                    [p]type=com.evolveum.midpoint.xml.ns._public.common.common_2a.SystemConfigurationType
        *op* com.evolveum.midpoint.model.api.ModelService.executeChanges, st: SUCCESS, msg: null
            *op* com.evolveum.midpoint.model.lens.projector.Projector.project, st: SUCCESS, msg: null
                    [c]executionWave=0
            *op* class com.evolveum.midpoint.model.lens.ChangeExecutor.executeChanges, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.model.lens.ChangeExecutor.executeDelta, st: SUCCESS, msg: null
                    *op* com.evolveum.midpoint.repo.api.RepositoryService.addObject, st: SUCCESS, msg: null
                            [p]object=systemConfiguration:00000000-0000-0000-0000-000000000001(SystemConfiguration)
            *op* com.evolveum.midpoint.model.lens.projector.Projector.project, st: SUCCESS, msg: null
                    [c]executionWave=1
            *op* class com.evolveum.midpoint.model.lens.ChangeExecutor.executeChanges, st: SUCCESS, msg: null
            *op* com.evolveum.midpoint.model.lens.projector.Projector.project, st: SUCCESS, msg: null
                    [c]executionWave=2
            *op* class com.evolveum.midpoint.model.controller.SystemConfigurationHandler.invoke, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.repo.api.RepositoryService.getObject, st: SUCCESS, msg: null
                        [p]oid=00000000-0000-0000-0000-000000000001
                        [p]type=com.evolveum.midpoint.xml.ns._public.common.common_2a.SystemConfigurationType
                *op* com.evolveum.midpoint.common.LoggingConfigurationManager.configure, st: SUCCESS, msg: null
                        [d]12:15:27,746 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
                        [d]12:15:27,746 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [IDM_LOG]
                        [d]12:15:27,762 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - No compression will be used
                        [d]12:15:27,762 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern C:/Program Files/Apache Software Foundation/Tomcat 7.0/logs/idm-%d{yyyy-MM-dd}.%i.log for the active file
                        [d]12:15:27,762 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP at e4f84c9 - The date pattern is 'yyyy-MM-dd' from file name pattern 'C:/Program Files/Apache Software Foundation/Tomcat 7.0/logs/idm-%d{yyyy-MM-dd}.%i.log'.
                        [d]12:15:27,762 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP at e4f84c9 - Roll-over at midnight.
                        [d]12:15:27,762 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP at e4f84c9 - Setting initial period to Wed Mar 27 12:15:27 EDT 2013
                        [d]12:15:27,762 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
                        [d]12:15:27,762 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[IDM_LOG] - Active log file name: C:\Program Files\Apache Software Foundation\Tomcat 7.0/logs/idm.log
                        [d]12:15:27,762 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[IDM_LOG] - File property is set to [C:\Program Files\Apache Software Foundation\Tomcat 7.0/logs/idm.log]
                        [d]12:15:27,762 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
                        [d]12:15:27,762 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [IDM_LOG] to Logger[ROOT]
                        [d]12:15:27,762 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] to OFF
                        [d]12:15:27,762 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.wicket.resource.PropertiesFactory] to WARN
                        [d]12:15:27,762 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.evolveum.midpoint.audit.log] to INFO
                        [d]12:15:27,762 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
                        [d]12:15:27,777 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator at 696af76 - Setting **** level of jul logger [org.apache.catalina.core.ContainerBase.[Catalina].[localhost]] to null
                        [d]12:15:27,809 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator at 696af76 - Propagating INFO level on Logger[ROOT] onto the JUL framework
                        [d]12:15:27,809 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator at 696af76 - Propagating INFO level on Logger[com.evolveum.midpoint.audit.log] onto the JUL framework
                        [d]12:15:27,809 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator at 696af76 - Propagating WARN level on Logger[org.apache.wicket.resource.PropertiesFactory] onto the JUL framework
                        [d]12:15:27,809 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator at 696af76 - Propagating OFF level on Logger[org.hibernate.engine.jdbc.spi.SqlExceptionHelper] onto the JUL framework
                        [d]12:15:27,809 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Starting LoggerContextListener
                        [d]12:15:27,809 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
                        [d]
    *op* com.evolveum.midpoint.init.InitialDataImport.importObject, st: FATAL_ERROR, msg: Couldn't import objects.
        *op* com.evolveum.midpoint.model.api.ModelService.getObject, st: FATAL_ERROR, msg: Object of type 'UserType' with oid '00000000-0000-0000-0000-000000000002' was not found.: Object of type 'UserType' with oid '00000000-0000-0000-0000-000000000002' was not found.
                [cause]ObjectNotFoundException:Object of type 'UserType' with oid '00000000-0000-0000-0000-000000000002' was not found.
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.throwObjectNotFoundException(SqlRepositoryServiceImpl.java:140)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:129)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObjectAttempt(SqlRepositoryServiceImpl.java:185)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject_aroundBody0(SqlRepositoryServiceImpl.java:164)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl$AjcClosure1.run(SqlRepositoryServiceImpl.java:1)
                        org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                        com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:145)
                        com.evolveum.midpoint.repo.cache.RepositoryCache.getObject_aroundBody0(RepositoryCache.java:176)
                        com.evolveum.midpoint.repo.cache.RepositoryCache$AjcClosure1.run(RepositoryCache.java:1)
                        org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                        com.evolveum.midpoint.repo.cache.RepositoryCache.getObject(RepositoryCache.java:159)
                        com.evolveum.midpoint.model.ModelObjectResolver.getObject(ModelObjectResolver.java:119)
                        com.evolveum.midpoint.model.controller.ModelController.getObject_aroundBody0(ModelController.java:244)
                        com.evolveum.midpoint.model.controller.ModelController$AjcClosure1.run(ModelController.java:1)
                        org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                        com.evolveum.midpoint.util.aspect.MidpointAspect.processModelNdc(MidpointAspect.java:86)
                        com.evolveum.midpoint.model.controller.ModelController.getObject(ModelController.java:227)
                        com.evolveum.midpoint.init.InitialDataImport.init(InitialDataImport.java:98)
                        sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        java.lang.reflect.Method.invoke(Method.java:601)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1581)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1522)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
                        org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
                        org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
                        org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
                        org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
                        org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
                        org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
                        org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
                        org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
                        org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384)
                        org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
                        org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
                        org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
                        org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)
                        org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
                        org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
                        org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
                        org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
                        org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977)
                        org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1655)
                        java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
                        java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
                        java.util.concurrent.FutureTask.run(FutureTask.java:166)
                        java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
                        java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
                        java.lang.Thread.run(Thread.java:722)
                [p]oid=00000000-0000-0000-0000-000000000002
                [p]class=com.evolveum.midpoint.xml.ns._public.common.common_2a.UserType
                [p]options=null
            *op* com.evolveum.midpoint.repo.api.RepositoryService.getObject, st: FATAL_ERROR, msg: Object of type 'UserType' with oid '00000000-0000-0000-0000-000000000002' was not found.
                    [cause]ObjectNotFoundException:Object of type 'UserType' with oid '00000000-0000-0000-0000-000000000002' was not found.
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.throwObjectNotFoundException(SqlRepositoryServiceImpl.java:140)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:129)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObjectAttempt(SqlRepositoryServiceImpl.java:185)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject_aroundBody0(SqlRepositoryServiceImpl.java:164)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl$AjcClosure1.run(SqlRepositoryServiceImpl.java:1)
                            org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                            com.evolveum.midpoint.repo.sql.SqlRepositoryServiceImpl.getObject(SqlRepositoryServiceImpl.java:145)
                            com.evolveum.midpoint.repo.cache.RepositoryCache.getObject_aroundBody0(RepositoryCache.java:176)
                            com.evolveum.midpoint.repo.cache.RepositoryCache$AjcClosure1.run(RepositoryCache.java:1)
                            org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.processRepositoryNdc(MidpointAspect.java:66)
                            com.evolveum.midpoint.repo.cache.RepositoryCache.getObject(RepositoryCache.java:159)
                            com.evolveum.midpoint.model.ModelObjectResolver.getObject(ModelObjectResolver.java:119)
                            com.evolveum.midpoint.model.controller.ModelController.getObject_aroundBody0(ModelController.java:244)
                            com.evolveum.midpoint.model.controller.ModelController$AjcClosure1.run(ModelController.java:1)
                            org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:176)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1)
                            com.evolveum.midpoint.util.aspect.MidpointAspect.processModelNdc(MidpointAspect.java:86)
                            com.evolveum.midpoint.model.controller.ModelController.getObject(ModelController.java:227)
                            com.evolveum.midpoint.init.InitialDataImport.init(InitialDataImport.java:98)
                            sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                            sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                            sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                            java.lang.reflect.Method.invoke(Method.java:601)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1581)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1522)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
                            org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
                            org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
                            org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
                            org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
                            org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
                            org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
                            org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
                            org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
                            org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384)
                            org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
                            org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
                            org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
                            org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)
                            org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
                            org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
                            org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
                            org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
                            org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977)
                            org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1655)
                            java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
                            java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
                            java.util.concurrent.FutureTask.run(FutureTask.java:166)
                            java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
                            java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
                            java.lang.Thread.run(Thread.java:722)
                    [p]oid=00000000-0000-0000-0000-000000000002
                    [p]type=com.evolveum.midpoint.xml.ns._public.common.common_2a.UserType
        *op* com.evolveum.midpoint.model.api.ModelService.executeChanges, st: SUCCESS, msg: null
            *op* com.evolveum.midpoint.model.lens.projector.Projector.project, st: SUCCESS, msg: null
                    [c]executionWave=0
                *op* com.evolveum.midpoint.repo.api.RepositoryService.getObject, st: SUCCESS, msg: null
                        [p]oid=00000000-0000-0000-0000-000000000001
                        [p]type=com.evolveum.midpoint.xml.ns._public.common.common_2a.SystemConfigurationType
                *op* com.evolveum.midpoint.repo.api.RepositoryService.getObject, st: SUCCESS, msg: null
                        [p]oid=00000000-0000-0000-0000-000000000003
                        [p]type=com.evolveum.midpoint.xml.ns._public.common.common_2a.ValuePolicyType
                *op* com.evolveum.midpoint.model.lens.projector.InboundProcessor.processInbound, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.common.policy.PasswordPolicyUtils.passwordValidation, st: SUCCESS, msg: null
                        [p]policyName=Global Password Policy
                *op* com.evolveum.midpoint.model.lens.projector.InboundProcessor.processInbound, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.common.policy.PasswordPolicyUtils.passwordValidation, st: SUCCESS, msg: null
                        [p]policyName=Global Password Policy
            *op* class com.evolveum.midpoint.model.lens.ChangeExecutor.executeChanges, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.model.lens.ChangeExecutor.executeDelta, st: SUCCESS, msg: null
                    *op* com.evolveum.midpoint.repo.api.RepositoryService.addObject, st: SUCCESS, msg: null
                            [p]object=user:00000000-0000-0000-0000-000000000002(administrator)
            *op* com.evolveum.midpoint.model.lens.projector.Projector.project, st: SUCCESS, msg: null
                    [c]executionWave=1
                *op* com.evolveum.midpoint.model.lens.projector.InboundProcessor.processInbound, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.common.policy.PasswordPolicyUtils.passwordValidation, st: SUCCESS, msg: null
                        [p]policyName=Global Password Policy
                *op* com.evolveum.midpoint.model.lens.projector.InboundProcessor.processInbound, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.common.policy.PasswordPolicyUtils.passwordValidation, st: SUCCESS, msg: null
                        [p]policyName=Global Password Policy
            *op* class com.evolveum.midpoint.model.lens.ChangeExecutor.executeChanges, st: SUCCESS, msg: null
            *op* com.evolveum.midpoint.model.lens.projector.Projector.project, st: SUCCESS, msg: null
                    [c]executionWave=2
                *op* com.evolveum.midpoint.model.lens.projector.InboundProcessor.processInbound, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.common.policy.PasswordPolicyUtils.passwordValidation, st: SUCCESS, msg: null
                        [p]policyName=Global Password Policy
                *op* com.evolveum.midpoint.model.lens.projector.InboundProcessor.processInbound, st: SUCCESS, msg: null
                *op* com.evolveum.midpoint.common.policy.PasswordPolicyUtils.passwordValidation, st: SUCCESS, msg: null
                        [p]policyName=Global Password Policy

2013-03-27 12:15:28,745 [] [localhost-startStop-1] INFO (com.evolveum.midpoint.init.ModelInitialSetup): Model post initialization.
2013-03-27 12:15:28,776 [MODEL] [localhost-startStop-1] INFO (com.evolveum.midpoint.common.LoggingConfigurationManager): Changing logging configuration (current config version: 0, new version 0)
2013-03-27 12:15:28,776 [MODEL] [localhost-startStop-1] INFO (com.evolveum.midpoint.common.LoggingConfigurationManager): Resetting current logging configuration
2013-03-27 12:15:28,885 [MODEL] [localhost-startStop-1] INFO (com.evolveum.midpoint.common.LoggingConfigurationManager): New logging configuration applied
2013-03-27 12:15:28,901 [TASKMANAGER] [localhost-startStop-1] INFO (com.evolveum.midpoint.task.quartzimpl.execution.LocalNodeManager): Starting the Quartz scheduler
2013-03-27 12:15:28,901 [TASKMANAGER] [localhost-startStop-1] INFO (org.quartz.core.QuartzScheduler): Scheduler midPointScheduler_$_DefaultNode started.
2013-03-27 12:15:28,901 [TASKMANAGER] [ClusterManagerThread] INFO (com.evolveum.midpoint.task.quartzimpl.cluster.ClusterManager): ClusterManager thread starting.
2013-03-27 12:15:29,852 [PROVISIONING] [localhost-startStop-1] INFO (com.evolveum.midpoint.provisioning.impl.ConnectorTypeManager): Discovered new connector connector:1d4a6340-1708-4805-b514-e8fc26bd0847(ICF org.identityconnectors.databasetable.DatabaseTableConnector v1.1.0.e6296)
2013-03-27 12:15:29,946 [PROVISIONING] [localhost-startStop-1] INFO (com.evolveum.midpoint.provisioning.impl.ConnectorTypeManager): Discovered new connector connector:5b0fd691-c136-4f8c-8b18-bceddca35b77(ICF org.forgerock.openicf.csvfile.CSVFileConnector v1.1.0.e6332)
2013-03-27 12:15:30,086 [PROVISIONING] [localhost-startStop-1] INFO (com.evolveum.midpoint.provisioning.impl.ConnectorTypeManager): Discovered new connector connector:7db38135-320f-458c-b500-daadc3faef1b(ICF org.identityconnectors.ldap.LdapConnector v1.1.0.e6320d)
2013-03-27 12:15:30,086 [PROVISIONING] [localhost-startStop-1] INFO (com.evolveum.midpoint.provisioning.impl.ProvisioningServiceImpl): Discovered local connector {}connector: ICF org.identityconnectors.databasetable.DatabaseTableConnector v1.1.0.e6296 (OID:1d4a6340-1708-4805-b514-e8fc26bd0847)
2013-03-27 12:15:30,086 [PROVISIONING] [localhost-startStop-1] INFO (com.evolveum.midpoint.provisioning.impl.ProvisioningServiceImpl): Discovered local connector {}connector: ICF org.identityconnectors.ldap.LdapConnector v1.1.0.e6320d (OID:7db38135-320f-458c-b500-daadc3faef1b)
2013-03-27 12:15:30,086 [PROVISIONING] [localhost-startStop-1] INFO (com.evolveum.midpoint.provisioning.impl.ProvisioningServiceImpl): Discovered local connector {}connector: ICF org.forgerock.openicf.csvfile.CSVFileConnector v1.1.0.e6332 (OID:5b0fd691-c136-4f8c-8b18-bceddca35b77)
2013-03-27 12:15:30,086 [] [localhost-startStop-1] INFO (com.evolveum.midpoint.init.ModelInitialSetup): Model post initialization finished successful.
2013-03-27 12:15:30,102 [] [localhost-startStop-1] INFO (org.apache.camel.spring.SpringCamelContext): Apache Camel 2.10.2 (CamelContext: camel-1) is starting
2013-03-27 12:15:30,149 [] [localhost-startStop-1] INFO (org.apache.camel.management.ManagementStrategyFactory): JMX enabled.
2013-03-27 12:15:30,398 [] [localhost-startStop-1] INFO (org.apache.camel.impl.converter.DefaultTypeConverter): Loaded 172 type converters
2013-03-27 12:15:30,414 [] [localhost-startStop-1] INFO (org.apache.camel.management.DefaultManagementLifecycleStrategy): StatisticsLevel at All so enabling load performance statistics
2013-03-27 12:15:30,461 [] [localhost-startStop-1] INFO (org.apache.camel.spring.SpringCamelContext): Total 0 routes, of which 0 is started.
2013-03-27 12:15:30,461 [] [localhost-startStop-1] INFO (org.apache.camel.spring.SpringCamelContext): Apache Camel 2.10.2 (CamelContext: camel-1) started in 0.359 seconds
2013-03-27 12:15:30,461 [] [localhost-startStop-1] INFO (org.springframework.web.context.ContextLoader): Root WebApplicationContext: initialization completed in 68347 ms
2013-03-27 12:15:30,523 [] [localhost-startStop-1] INFO (org.apache.wicket.util.file.WebXmlFile): web.xml: url mapping found for filter with name wicket: [/*]
2013-03-27 12:15:31,038 [] [localhost-startStop-1] INFO (org.apache.wicket.Application): [wicket] init: Wicket core library initializer
2013-03-27 12:15:31,038 [] [localhost-startStop-1] INFO (org.apache.wicket.RequestListenerInterface): registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
2013-03-27 12:15:31,038 [] [localhost-startStop-1] INFO (org.apache.wicket.RequestListenerInterface): registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
2013-03-27 12:15:31,038 [] [localhost-startStop-1] INFO (org.apache.wicket.RequestListenerInterface): registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
2013-03-27 12:15:31,038 [] [localhost-startStop-1] INFO (org.apache.wicket.RequestListenerInterface): registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
2013-03-27 12:15:31,038 [] [localhost-startStop-1] INFO (org.apache.wicket.RequestListenerInterface): registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()]
2013-03-27 12:15:31,053 [] [localhost-startStop-1] INFO (org.apache.wicket.RequestListenerInterface): registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()]
2013-03-27 12:15:31,053 [] [localhost-startStop-1] INFO (org.apache.wicket.Application): [wicket] init: DevUtils DebugBar Initializer
2013-03-27 12:15:31,053 [] [localhost-startStop-1] INFO (org.apache.wicket.Application): [wicket] init: Wicket extensions initializer
2013-03-27 12:15:31,100 [] [localhost-startStop-1] INFO (org.apache.wicket.protocol.http.WebApplication): [wicket] Started Wicket version 1.5.9 in DEPLOYMENT mode
2013-03-27 12:58:15,477 [MODEL] [http-bio-8080-exec-10] ERROR (com.evolveum.midpoint.model.controller.ModelController): Couldn't search objects in repository, reason: Transaction characteristics can't be changed while a transaction is in progress
2013-03-27 12:58:15,477 [WEB] [http-bio-8080-exec-10] ERROR (com.evolveum.midpoint.web.component.data.ObjectDataProvider): Couldn't list objects, reason: Transaction characteristics can't be changed while a transaction is in progress
2013-03-27 12:59:02,496 [MODEL] [http-bio-8080-exec-5] ERROR (com.evolveum.midpoint.model.controller.ModelController): Couldn't search objects in repository, reason: Transaction characteristics can't be changed while a transaction is in progress
2013-03-27 12:59:02,496 [WEB] [http-bio-8080-exec-5] ERROR (com.evolveum.midpoint.web.component.data.ObjectDataProvider): Couldn't list objects, reason: Transaction characteristics can't be changed while a transaction is in progress
2013-03-27 12:59:54,133 [] [localhost-startStop-2] INFO (org.apache.wicket.Application): [wicket] destroy: Wicket core library initializer
2013-03-27 12:59:54,133 [] [localhost-startStop-2] INFO (org.apache.wicket.Application): [wicket] destroy: DevUtils DebugBar Initializer
2013-03-27 12:59:54,133 [] [localhost-startStop-2] INFO (org.apache.wicket.Application): [wicket] destroy: Wicket extensions initializer
2013-03-27 12:59:54,179 [] [localhost-startStop-2] INFO (org.springframework.web.context.support.XmlWebApplicationContext): Closing Root WebApplicationContext: startup date [Wed Mar 27 12:14:22 EDT 2013]; root of context hierarchy
2013-03-27 12:59:54,179 [] [localhost-startStop-2] INFO (org.springframework.beans.factory.support.DefaultListableBeanFactory): Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory at 41602f58: defining beans [midpointConfiguration,keyStoreFactory,protector,repositoryFactory,repositoryService,cacheRepositoryService,auditFactory,auditService,midPointPrismContextFactory,prismContext,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,sqlRepositoryFactory,sqlAuditFactory,c3p0DataSource,jndiDataSource,sqlDataSource,sessionFactory,org.springframework.context.config.internalBeanConfigurerAspect,repositoryCacheFactory,taskManager,lightweightIdentifierGeneratorImpl,shadowConverter,resourceObjectManager,shadowCacheFactory,changeNotificationDispatcherImpl,provisioningService,connectorTypeManager,resourceTypeManager,resourceSchemaCache,shadowCacheProvisioner,shadowCacheReconciler,connectorFactoryIcfImpl,schemaExceptionHandler,objectAlreadyExistHandler,objectNotFoundHandler,genericErrorHandler,errorHandlerFactory,configurationExceptionHandler,communicationExceptionHandler,securityViolationHandler,loggerAuditFactory,modelWebService,modelController,systemConfigurationHandler,modelOperationTaskHandler,modelDiagController,clockwork,changeExecutor,contextLoader,reconciliationProcessor,inboundProcessor,projector,activationProcessor,assignmentProcessor,accountValuesProcessor,userPolicyProcessor,credentialsProcessor,outboundProcessor,consolidationProcessor,passwordPolicyProcessor,expressionHandler,midpointFunctions,modelObjectResolver,hookRegistryImpl,userDetailsService,objectImporter,importObjectsFromFileTaskHandler,importAccountsFromResourceTaskHandler,importObjectsFromCamelTaskHandler,recomputeTaskHandler,reconciliationTaskHandler,liveSyncTaskHandler,synchronizationService,basicFunctionObject,basicFunctionObjectXml,basicFunctionLibrary,logFunctionObject,logFunctionLibrary,midpointFunctionLibrary,xpathScriptEvaluator,javascriptScriptEvaluator,groovyScriptEvaluator,scriptExpressionFactory,scriptExpressionEvaluatorFactory,generateExpressionEvaluatorFactory,pathExpressionEvaluatorFactory,literalExpressionEvaluatorFactory,asisExpressionEvaluatorFactory,expressionFactory,mappingFactory,actionManager,filterManager,cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,modelWS,authenticationInterceptor,springAuthenticationInjector,springAuthenticationJanitor,passwordCallback,wfTaskUtil,addUserProcessWrapper,addRolesProcessWrapper,wfTaskHandler,wfCore,wfHook,workflowManager,springApplicationContextHolder,activitiInterface,activitiEngine,mailSender,notificationChangeHook,simpleAccountOperationNotifier,simpleModelAccountOperationNotifier,dummyNotifier,notificationManager,accountOperationListener,template,consumerTemplate,camel-1:beanPostProcessor,camel-1,importProcessor,midpointApplication,org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0,org.springframework.security.access.vote.AffirmativeBased#0,org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor#0,org.springframework.security.methodSecurityMetadataSourceAdvisor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.security.filterChains,org.springframework.security.filterChainProxy,org.springframework.security.web.DefaultSecurityFilterChain#0,org.springframework.security.web.DefaultSecurityFilterChain#1,org.springframework.security.web.DefaultSecurityFilterChain#2,org.springframework.security.web.DefaultSecurityFilterChain#3,org.springframework.security.web.DefaultSecurityFilterChain#4,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.core.session.SessionRegistryImpl#0,org.springframework.security.web.authentication.session.ConcurrentSessionControlStrategy#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler#0,org.springframework.security.access.vote.AffirmativeBased#1,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#0,org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0,org.springframework.security.userDetailsServiceFactory,org.springframework.security.web.DefaultSecurityFilterChain#5,midPointAuthenticationProvider,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,infraInitialSetup,initialDataImport,modelInitialSetup,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy
2013-03-27 12:59:54,273 [] [localhost-startStop-2] INFO (org.apache.camel.spring.SpringCamelContext): Apache Camel 2.10.2 (CamelContext: camel-1) is shutting down
2013-03-27 12:59:54,273 [] [localhost-startStop-2] INFO (org.apache.camel.impl.converter.DefaultTypeConverter): TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=172, misses=0]
2013-03-27 12:59:54,273 [] [localhost-startStop-2] INFO (org.apache.camel.spring.SpringCamelContext): Apache Camel 2.10.2 (CamelContext: camel-1) is shutdown in 0.000 seconds. Uptime 44 minutes.
2013-03-27 12:59:54,273 [TASKMANAGER] [localhost-startStop-2] INFO (com.evolveum.midpoint.task.quartzimpl.TaskManagerQuartzImpl): Task Manager shutdown starting
2013-03-27 12:59:54,273 [TASKMANAGER] [localhost-startStop-2] INFO (com.evolveum.midpoint.task.quartzimpl.execution.LocalNodeManager): Putting Quartz scheduler into standby mode
2013-03-27 12:59:54,273 [TASKMANAGER] [localhost-startStop-2] INFO (org.quartz.core.QuartzScheduler): Scheduler midPointScheduler_$_DefaultNode paused.
2013-03-27 12:59:54,273 [TASKMANAGER] [localhost-startStop-2] INFO (com.evolveum.midpoint.task.quartzimpl.execution.ExecutionManager): Stopping all tasks on local node
2013-03-27 12:59:54,304 [TASKMANAGER] [localhost-startStop-2] INFO (com.evolveum.midpoint.task.quartzimpl.execution.LocalNodeManager): Shutting down Quartz scheduler
2013-03-27 12:59:54,304 [TASKMANAGER] [localhost-startStop-2] INFO (org.quartz.core.QuartzScheduler): Scheduler midPointScheduler_$_DefaultNode shutting down.
2013-03-27 12:59:54,304 [TASKMANAGER] [localhost-startStop-2] INFO (org.quartz.core.QuartzScheduler): Scheduler midPointScheduler_$_DefaultNode paused.
2013-03-27 12:59:54,725 [TASKMANAGER] [localhost-startStop-2] INFO (org.quartz.core.QuartzScheduler): Scheduler unregistered from name 'quartz:type=QuartzScheduler,name=midPointScheduler,instance=DefaultNode' in the local MBeanServer.
2013-03-27 12:59:54,725 [TASKMANAGER] [localhost-startStop-2] INFO (org.quartz.core.QuartzScheduler): Scheduler midPointScheduler_$_DefaultNode shutdown complete.
2013-03-27 12:59:54,725 [TASKMANAGER] [localhost-startStop-2] INFO (com.evolveum.midpoint.task.quartzimpl.execution.LocalNodeManager): Quartz scheduler was shut down
2013-03-27 12:59:54,788 [TASKMANAGER] [ClusterManagerThread] INFO (com.evolveum.midpoint.task.quartzimpl.cluster.ClusterManager): ClusterManager thread stopping.
2013-03-27 12:59:54,819 [TASKMANAGER] [localhost-startStop-2] INFO (com.evolveum.midpoint.task.quartzimpl.TaskManagerQuartzImpl): Task Manager shutdown finished
2013-03-27 12:59:54,819 [] [localhost-startStop-2] INFO (com.evolveum.midpoint.repo.sql.SqlRepositoryFactory): Repository is not running in embedded mode, shutdown complete.


More information about the midPoint mailing list