Sie sind auf Seite 1von 14

TRACE [08 Jul 2013 12:38:00,572] org.springframework.transaction.interceptor.TransactionAspectSupport.prepareTransactionInfo(362) | Getting transaction for [com.appsense.services.impl.SessionService.

createSession] INFO [08 Jul 2013 12:38:00,661] - com.appsense.services.impl.SessionService.createSession(129) | ------------------------------------------------------------------------------------TRACE [08 Jul 2013 12:38:00,662] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1] DEBUG [08 Jul 2013 12:38:00,662] org.springframework.orm.jpa.JpaTransactionManager.doGetTransaction(286) | Found thread-bound EntityManager [org.hibernate.ejb.EntityManagerImpl@6c11e58] for JPA transaction TRACE [08 Jul 2013 12:38:00,676] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.jdbc.datasource.ConnectionHolder@30186092] for key [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgfc0w8v1h7qhjnpk4yxy|1e64cc4d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.postgresql.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgfc0w8v1h7qhjnpk4yxy|1e64cc4d, idleConnectionTestPeriod -> 3000, initialPoolSize -> 3, jdbcUrl -> jdbc:postgresql://localhost:5432/datanet, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 120, maxIdleTimeExcessConnections -> 60, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 500, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] bound to thread [http8080-1] DEBUG [08 Jul 2013 12:38:00,676] org.springframework.transaction.support.AbstractPlatformTransactionManager.handleExistingTransaction(4 70) | Participating in existing transaction TRACE [08 Jul 2013 12:38:00,677] org.springframework.transaction.interceptor.TransactionAspectSupport.prepareTransactionInfo(362) | Getting transaction for [com.appsense.dao.impl.GlobalConfigurationDAO.fetchGlobalConfiguration] TRACE [08 Jul 2013 12:38:00,677] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1] DEBUG [08 Jul 2013 12:38:00,678] - org.hibernate.jdbc.util.SQLStatementLogger.logStatement(111) | select

this_.global_configuration_id as global1_1_0_, this_.created as created1_0_, this_.config_key as config3_1_0_, this_.config_value as config4_1_0_ from global_configuration this_ where ( 1=1 ) TRACE [08 Jul 2013 12:38:00,681] org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(3 91) | Completing transaction for [com.appsense.dao.impl.GlobalConfigurationDAO.fetchGlobalConfiguration] INFO [08 Jul 2013 12:38:00,681] - com.appsense.services.impl.SessionService.createSession(143) | {platform=[ios 5.1], device_name=[iphone5], pnstoken=[aaaaaaaaaaaaaa], user_id=[testuser1@acme.net], device_id=[Some ios]} DEBUG [08 Jul 2013 12:38:00,715] - org.hibernate.jdbc.util.SQLStatementLogger.logStatement(111) | select idgenerato0_.id as id7_, idgenerato0_.created as created7_, idgenerato0_.blocksize as blocksize7_, idgenerato0_.next as next7_, idgenerato0_.shardstride as shardstr5_7_ from id_generator idgenerato0_ where idgenerato0_.id=? for update of idgenerato0_ DEBUG [08 Jul 2013 12:38:00,726] - org.hibernate.jdbc.util.SQLStatementLogger.logStatement(111) | update id_generator set next=next+shardstride where id=? INFO [08 Jul 2013 12:38:00,734] - com.appsense.services.impl.SessionService.doCreateSession(281) | doCreateSession called for user_id[testuser1@acme.net] TRACE [08 Jul 2013 12:38:00,737] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1]

WARN [08 Jul 2013 12:38:00,738] - com.appsense.util.Util.debuggerBreakpoint(1028) | MethodList.getGetterList() Multiple methods on class[User] differ only in return type: public java.lang.Long com.appsense.om.common.impl.CommonObject.getId() versus public java.lang.Object com.appsense.om.common.impl.CommonObject.getId() DEBUG [08 Jul 2013 12:38:00,745] - org.hibernate.jdbc.util.SQLStatementLogger.logStatement(111) | select this_.user_id as user1_8_0_, this_.created as created8_0_, this_.active as active8_0_, this_.modified as modified8_0_, this_.is_admin as is5_8_0_, this_.display_name as display6_8_0_, this_.email as email8_0_, this_.first as first8_0_, this_.last as last8_0_, this_.locked as locked8_0_, this_.lockout_count as lockout11_8_0_, this_.netbios as netbios8_0_, this_.password as password8_0_, this_.remote_wipe_locked as remote14_8_0_, this_.remote_wipe_lockout_count as remote15_8_0_, this_.sam_account_name as sam16_8_0_, this_.domain_id as domain17_8_0_, this_.domain_key as domain18_8_0_, this_.user_name as user19_8_0_, this_.user_name_lowercase as user20_8_0_ from as_user this_ where ( 1=1 ) and this_.user_name_lowercase=? DEBUG [08 Jul 2013 12:38:00,748] org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.getTransactionAttri bute(106) | Adding transactional method 'authenticate' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; '' TRACE [08 Jul 2013 12:38:00,748] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1] DEBUG [08 Jul 2013 12:38:00,749] -

org.springframework.orm.jpa.JpaTransactionManager.doGetTransaction(286) | Found thread-bound EntityManager [org.hibernate.ejb.EntityManagerImpl@6c11e58] for JPA transaction TRACE [08 Jul 2013 12:38:00,754] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.jdbc.datasource.ConnectionHolder@30186092] for key [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgfc0w8v1h7qhjnpk4yxy|1e64cc4d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.postgresql.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgfc0w8v1h7qhjnpk4yxy|1e64cc4d, idleConnectionTestPeriod -> 3000, initialPoolSize -> 3, jdbcUrl -> jdbc:postgresql://localhost:5432/datanet, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 120, maxIdleTimeExcessConnections -> 60, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 500, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] bound to thread [http8080-1] DEBUG [08 Jul 2013 12:38:00,755] org.springframework.transaction.support.AbstractPlatformTransactionManager.handleExistingTransaction(4 70) | Participating in existing transaction TRACE [08 Jul 2013 12:38:00,755] org.springframework.transaction.interceptor.TransactionAspectSupport.prepareTransactionInfo(362) | Getting transaction for [com.appsense.identity.impl.LDAPUserAdapter.authenticate] TRACE [08 Jul 2013 12:38:00,756] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1] DEBUG [08 Jul 2013 12:38:00,757] - org.hibernate.jdbc.util.SQLStatementLogger.logStatement(111) | select this_.ldap_server_configuration_id as ldap1_0_0_, this_.created as created0_0_, this_.active as active0_0_, this_.modified as modified0_0_, this_.domain_id as domain5_0_0_, this_.drive_field as drive6_0_0_, this_.email_field as email7_0_0_, this_.home_directory_field as home8_0_0_, this_.ldap_bind_password as ldap9_0_0_, this_.ldap_bind_username as ldap10_0_0_, this_.ldap_id_field as ldap11_0_0_,

this_.name as name0_0_, this_.page_size as page13_0_0_, this_.port as port0_0_, this_.server as server0_0_, this_.base_dn as base16_0_0_ from ldap_server_configuration this_ where ( this_.active=? and this_.ldap_id_field=? ) INFO [08 Jul 2013 12:38:00,759] - com.appsense.identity.impl.LDAPUserAdapter.findUser(121) | Looking up user[testuser1@acme.net] on server 0[acme.net] and port[389] TRACE [08 Jul 2013 12:38:00,773] org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(3 91) | Completing transaction for [com.appsense.identity.impl.LDAPUserAdapter.authenticate] TRACE [08 Jul 2013 12:38:04,656] org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCommit(925) | Triggering beforeCommit synchronization INFO [08 Jul 2013 12:38:04,656] - com.appsense.services.objects.UserDTO.updateFromUserDTO(139) | Found user 30 TRACE [08 Jul 2013 12:38:04,656] org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCompletion(93 8) | Triggering beforeCompletion synchronization TRACE [08 Jul 2013 12:38:04,657] org.springframework.transaction.support.TransactionSynchronizationManager.doUnbindResource(229) | Removed value [org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerSynchronization@5 0ea2352] for key [org.hibernate.ejb.EntityManagerImpl@aa467d4] from thread [AuditManager[insertThreadId[21], loop[2], txns[2]]] DEBUG [08 Jul 2013 12:38:04,657] org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(752) | Initiating transaction commit TRACE [08 Jul 2013 12:38:04,657] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1] DEBUG [08 Jul 2013 12:38:04,657] - org.springframework.orm.jpa.JpaTransactionManager.doCommit(462) | Committing JPA transaction on EntityManager [org.hibernate.ejb.EntityManagerImpl@3d0ec1a3] TRACE [08 Jul 2013 12:38:04,657] org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCommit(951) |

Triggering afterCommit synchronization TRACE [08 Jul 2013 12:38:04,657] org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(967) | Triggering afterCompletion synchronization TRACE [08 Jul 2013 12:38:04,658] org.springframework.transaction.support.TransactionSynchronizationManager.clearSynchronization(316) | Clearing transaction synchronization TRACE [08 Jul 2013 12:38:04,658] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1] TRACE [08 Jul 2013 12:38:04,658] org.springframework.transaction.support.TransactionSynchronizationManager.doUnbindResource(229) | Removed value [org.springframework.orm.jpa.EntityManagerHolder@27bf7527] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@5d73b35d] from thread [AuditManager[insertThreadId[21], loop[2], txns[2]]] WARN [08 Jul 2013 12:38:04,658] - com.appsense.util.Util.debuggerBreakpoint(1028) | MethodList.getGetterList() Multiple methods on class[UserPlatform] differ only in return type: public java.lang.Long com.appsense.om.common.impl.CommonObject.getId() versus public java.lang.Object com.appsense.om.common.impl.CommonObject.getId() DEBUG [08 Jul 2013 12:38:04,663] - org.hibernate.jdbc.util.SQLStatementLogger.logStatement(111) | select this_.user_platform_id as user1_11_2_, this_.created as created11_2_, this_.active as active11_2_, this_.modified as modified11_2_, this_.client_version as client5_11_2_, this_.device_id as device6_11_2_, this_.device_name as device7_11_2_, this_.device_token as device8_11_2_, this_.last_login as last9_11_2_, this_.ns_device_id as ns10_11_2_, this_.platform_id as platform15_11_2_, this_.remote_wipe_acknowledge_date as remote11_11_2_, this_.remote_wipe_acknowledged as remote12_11_2_, this_.remote_wiped as remote13_11_2_, this_.user_id as user16_11_2_, this_.verified as verified11_2_, platform3_.platform_id as platform1_10_0_, platform3_.created as created10_0_, platform3_.active as active10_0_, platform3_.modified as modified10_0_,

platform3_.name as name10_0_, user1_.user_id as user1_8_1_, user1_.created as created8_1_, user1_.active as active8_1_, user1_.modified as modified8_1_, user1_.is_admin as is5_8_1_, user1_.display_name as display6_8_1_, user1_.email as email8_1_, user1_.first as first8_1_, user1_.last as last8_1_, user1_.locked as locked8_1_, user1_.lockout_count as lockout11_8_1_, user1_.netbios as netbios8_1_, user1_.password as password8_1_, user1_.remote_wipe_locked as remote14_8_1_, user1_.remote_wipe_lockout_count as remote15_8_1_, user1_.sam_account_name as sam16_8_1_, user1_.domain_id as domain17_8_1_, user1_.domain_key as domain18_8_1_, user1_.user_name as user19_8_1_, user1_.user_name_lowercase as user20_8_1_ from user_platform this_ inner join platform platform3_ on this_.platform_id=platform3_.platform_id inner join as_user user1_ on this_.user_id=user1_.user_id where ( this_.device_id=? ) and user1_.user_id=? TRACE [08 Jul 2013 12:38:04,664] org.springframework.transaction.support.TransactionSynchronizationManager.doUnbindResource(229) | Removed value [org.springframework.jdbc.datasource.ConnectionHolder@654355f1] for key [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgfc0w8v1h7qbnq162m90c|56fb2ac4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.postgresql.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions

-> false, identityToken -> 1hgfc0w8v1h7qbnq162m90c|56fb2ac4, idleConnectionTestPeriod -> 3000, initialPoolSize -> 3, jdbcUrl -> jdbc:postgresql://localhost:5432/datanet, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 120, maxIdleTimeExcessConnections -> 60, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 500, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] from thread [AuditManager[insertThreadId[21], loop[2], txns[2]]] DEBUG [08 Jul 2013 12:38:04,664] org.springframework.orm.jpa.JpaTransactionManager.doCleanupAfterCompletion(548) | Closing JPA EntityManager [org.hibernate.ejb.EntityManagerImpl@3d0ec1a3] after transaction DEBUG [08 Jul 2013 12:38:04,664] org.springframework.orm.jpa.EntityManagerFactoryUtils.closeEntityManager(328) | Closing JPA EntityManager DEBUG [08 Jul 2013 12:38:04,665] org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(365) | Creating new transaction with name [AuditManager:create]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT DEBUG [08 Jul 2013 12:38:04,665] - org.springframework.orm.jpa.JpaTransactionManager.doBegin(323) | Opened new EntityManager [org.hibernate.ejb.EntityManagerImpl@4c9692d7] for JPA transaction DEBUG [08 Jul 2013 12:38:04,665] - org.springframework.orm.jpa.JpaTransactionManager.doBegin(355) | Exposing JPA transaction as JDBC transaction [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@70d1f3c3] TRACE [08 Jul 2013 12:38:04,670] org.springframework.transaction.support.TransactionSynchronizationManager.bindResource(183) | Bound value [org.springframework.jdbc.datasource.ConnectionHolder@67dac112] for key [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgfc0w8v1h7qbnq162m90c|56fb2ac4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.postgresql.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgfc0w8v1h7qbnq162m90c|56fb2ac4, idleConnectionTestPeriod -> 3000, initialPoolSize -> 3, jdbcUrl -> jdbc:postgresql://localhost:5432/datanet, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 120, maxIdleTimeExcessConnections -> 60, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 500, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] to thread [AuditManager[insertThreadId[21], loop[3], txns[3]]] TRACE [08 Jul 2013 12:38:04,670] org.springframework.transaction.support.TransactionSynchronizationManager.bindResource(183) | Bound value [org.springframework.orm.jpa.EntityManagerHolder@6e551f11] for key

[org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@5d73b35d] to thread [AuditManager[insertThreadId[21], loop[3], txns[3]]] TRACE [08 Jul 2013 12:38:04,671] org.springframework.transaction.support.TransactionSynchronizationManager.initSynchronization(258) | Initializing transaction synchronization DEBUG [08 Jul 2013 12:38:04,671] org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.en listInCurrentTransaction(423) | Starting resource local transaction on application-managed EntityManager [org.hibernate.ejb.EntityManagerImpl@166acdae] TRACE [08 Jul 2013 12:38:04,671] org.springframework.transaction.support.TransactionSynchronizationManager.bindResource(183) | Bound value [org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerSynchronization@1f 8beb66] for key [org.hibernate.ejb.EntityManagerImpl@166acdae] to thread [AuditManager[insertThreadId[21], loop[3], txns[3]]] DEBUG [08 Jul 2013 12:38:04,671] org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.do JoinTransaction(400) | Joined local transaction TRACE [08 Jul 2013 12:38:04,671] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1] TRACE [08 Jul 2013 12:38:04,681] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1] DEBUG [08 Jul 2013 12:38:04,684] - org.hibernate.jdbc.util.SQLStatementLogger.logStatement(111) | select this_.mapped_document_id as mapped1_4_0_, this_.created as created4_0_, this_.adapter as adapter4_0_, this_.drive_character as drive4_4_0_, this_.ip as ip4_0_, this_.is_ad as is6_4_0_, this_.is_secure as is7_4_0_, this_.location as location4_0_, this_.mode as mode4_0_, this_.name as name4_0_, this_.override_read_only as override11_4_0_, this_.prohibited_platforms as prohibited12_4_0_, this_.server as server4_0_,

this_.verified_device_only as verified14_4_0_ from mapped_document this_ where ( this_.is_ad=? ) TRACE [08 Jul 2013 12:38:06,033] org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCommit(925) | Triggering beforeCommit synchronization TRACE [08 Jul 2013 12:38:06,832] org.springframework.transaction.support.TransactionSynchronizationManager.getResource(139) | Retrieved value [org.springframework.orm.jpa.EntityManagerHolder@106c29e9] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] bound to thread [http8080-1] TRACE [08 Jul 2013 12:38:06,832] org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCompletion(93 8) | Triggering beforeCompletion synchronization TRACE [08 Jul 2013 12:38:06,833] org.springframework.transaction.support.TransactionSynchronizationManager.doUnbindResource(229) | Removed value [org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerSynchronization@6 3b97fd0] for key [org.hibernate.ejb.EntityManagerImpl@505d72e2] from thread [AuditManager[insertThreadId[29]]] DEBUG [08 Jul 2013 12:38:06,833] org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(752) | Initiating transaction commit DEBUG [08 Jul 2013 12:38:06,833] - org.springframework.orm.jpa.JpaTransactionManager.doCommit(462) | Committing JPA transaction on EntityManager [org.hibernate.ejb.EntityManagerImpl@5e899a54] WARN [08 Jul 2013 12:38:06,833] - com.appsense.util.Util.debuggerBreakpoint(1028) | MethodList.getGetterList() Multiple methods on class[Rule] differ only in return type: public java.lang.Long com.appsense.om.common.impl.CommonObject.getId() versus public java.lang.Object com.appsense.om.common.impl.CommonObject.getId() TRACE [08 Jul 2013 12:38:06,833] org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCommit(951) | Triggering afterCommit synchronization TRACE [08 Jul 2013 12:38:06,834] org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(967) | Triggering afterCompletion synchronization TRACE [08 Jul 2013 12:38:06,834] org.springframework.transaction.support.TransactionSynchronizationManager.clearSynchronization(316) | Clearing transaction synchronization TRACE [08 Jul 2013 12:38:06,834] -

org.springframework.transaction.support.TransactionSynchronizationManager.doUnbindResource(229) | Removed value [org.springframework.orm.jpa.EntityManagerHolder@121349b1] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] from thread [AuditManager[insertThreadId[29]]] DEBUG [08 Jul 2013 12:38:06,835] - org.hibernate.jdbc.util.SQLStatementLogger.logStatement(111) | select this_.rule_id as rule1_14_2_, this_.created as created14_2_, this_.active as active14_2_, this_.modified as modified14_2_, this_.conditionJson as conditio5_14_2_, this_.createdBy as createdBy14_2_, this_.name as name14_2_, this_.priority as priority14_2_, this_.ruleSet as ruleSet14_2_, actions2_.rule_id as rule6_4_, actions2_.rule_action_id as rule1_4_, actions2_.rule_action_id as rule1_15_0_, actions2_.created as created15_0_, actions2_.active as active15_0_, actions2_.modified as modified15_0_, actions2_.action as action15_0_, actions2_.rule_id as rule6_15_0_, triggers3_.rule_id as rule6_5_, triggers3_.rule_trigger_id as rule1_5_, triggers3_.rule_trigger_id as rule1_16_1_, triggers3_.created as created16_1_, triggers3_.active as active16_1_, triggers3_.modified as modified16_1_, triggers3_.rule_id as rule6_16_1_, triggers3_.triggername as triggern5_16_1_ from as_rule this_ left outer join rule_action actions2_ on this_.rule_id=actions2_.rule_id left outer join rule_trigger triggers3_ on this_.rule_id=triggers3_.rule_id where ( this_.active=? )

TRACE [08 Jul 2013 12:38:06,838] org.springframework.transaction.support.TransactionSynchronizationManager.doUnbindResource(229) | Removed value [org.springframework.jdbc.datasource.ConnectionHolder@2fcf1d57] for key [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgfc0w8v1h7qhjnpk4yxy|1e64cc4d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.postgresql.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgfc0w8v1h7qhjnpk4yxy|1e64cc4d, idleConnectionTestPeriod -> 3000, initialPoolSize -> 3, jdbcUrl -> jdbc:postgresql://localhost:5432/datanet, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 120, maxIdleTimeExcessConnections -> 60, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 500, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] from thread [AuditManager[insertThreadId[29]]] DEBUG [08 Jul 2013 12:38:06,838] org.springframework.orm.jpa.JpaTransactionManager.doCleanupAfterCompletion(548) | Closing JPA EntityManager [org.hibernate.ejb.EntityManagerImpl@5e899a54] after transaction DEBUG [08 Jul 2013 12:38:06,839] org.springframework.orm.jpa.EntityManagerFactoryUtils.closeEntityManager(328) | Closing JPA EntityManager DEBUG [08 Jul 2013 12:38:06,839] org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(365) | Creating new transaction with name [AuditManager:create]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT DEBUG [08 Jul 2013 12:38:06,840] - org.springframework.orm.jpa.JpaTransactionManager.doBegin(323) | Opened new EntityManager [org.hibernate.ejb.EntityManagerImpl@3b8e2477] for JPA transaction DEBUG [08 Jul 2013 12:38:06,840] - org.springframework.orm.jpa.JpaTransactionManager.doBegin(355) | Exposing JPA transaction as JDBC transaction [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@487b34b4] TRACE [08 Jul 2013 12:38:06,848] org.springframework.transaction.support.TransactionSynchronizationManager.bindResource(183) | Bound value [org.springframework.jdbc.datasource.ConnectionHolder@10c13a99] for key [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hgfc0w8v1h7qhjnpk4yxy|1e64cc4d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.postgresql.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgfc0w8v1h7qhjnpk4yxy|1e64cc4d, idleConnectionTestPeriod -> 3000, initialPoolSize -> 3, jdbcUrl -> jdbc:postgresql://localhost:5432/datanet, maxAdministrativeTaskTime -> 0,

maxConnectionAge -> 0, maxIdleTime -> 120, maxIdleTimeExcessConnections -> 60, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 500, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] to thread [AuditManager[insertThreadId[29], loop[1], txns[1]]] TRACE [08 Jul 2013 12:38:06,848] org.springframework.transaction.support.TransactionSynchronizationManager.bindResource(183) | Bound value [org.springframework.orm.jpa.EntityManagerHolder@6b8612e4] for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean@43d1068c] to thread [AuditManager[insertThreadId[29], loop[1], txns[1]]] TRACE [08 Jul 2013 12:38:06,848] org.springframework.transaction.support.TransactionSynchronizationManager.initSynchronization(258) | Initializing transaction synchronization DEBUG [08 Jul 2013 12:38:06,848] org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.en listInCurrentTransaction(423) | Starting resource local transaction on application-managed EntityManager [org.hibernate.ejb.EntityManagerImpl@5883914b] TRACE [08 Jul 2013 12:38:06,849] org.springframework.transaction.support.TransactionSynchronizationManager.bindResource(183) | Bound value [org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerSynchronization@2 ca33d2c] for key [org.hibernate.ejb.EntityManagerImpl@5883914b] to thread [AuditManager[insertThreadId[29], loop[1], txns[1]]] DEBUG [08 Jul 2013 12:38:06,849] org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.do JoinTransaction(400) | Joined local transaction INFO [08 Jul 2013 12:38:06,857] - com.appsense.policy.Policy.getPoliciesFor(45) | getPoliciesFor() found[15] potential rules INFO [08 Jul 2013 12:38:06,858] - com.appsense.policy.Policy.getPoliciesFor(50) | getPoliciesFor() found[15] applicable rules WARN [08 Jul 2013 12:38:07,038] - com.appsense.policy.Policy.getSessionPolicies(118) | Returning session[0b7a8091-c3df-46e5-94b9-84b8dae41d2d] Policies[[InactivityRule, New Policy, encryption, global_inactivity_wipe, mobile_pin_wipe, global_authentication_timeout, mobile_wipe_storage_on_exit, mobile_no_storage, mobile_auth_on_foreground, mobile_no_export, mobile_no_print, mobile_no_copy_paste, mobile_no_upload, mobile_no_jailbreak, mobile_dont_store_password]] WARN [08 Jul 2013 12:38:07,040] - com.appsense.services.impl.SessionService.doCreateSession(376) | ID[1020000] Request over http sending insecure cookie INFO [08 Jul 2013 12:38:07,047] - com.appsense.services.impl.SessionService.doCreateSession(396) | ================================================================================= ========== TRACE [08 Jul 2013 12:38:07,048] org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(3

91) | Completing transaction for [com.appsense.services.impl.SessionService.createSession]

Das könnte Ihnen auch gefallen