I had restarted the identity service. I have now set the log level to TRACE, restarted the identity service and the oxtrust.log file is similar after a GUI login :
```
2018-10-15 15:23:14,005 INFO [qtp1744347043-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:398) - authorizationCode : fb9d80c9-0197-469a-a7b1-a3ee912acbf1
2018-10-15 15:23:14,006 INFO [qtp1744347043-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:401) - scopes : openid user_name email
2018-10-15 15:23:14,006 INFO [qtp1744347043-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:404) - clientID : @!4025.CA62.9BB6.16C5!0001!2212.0010!0008!5891.F259
2018-10-15 15:23:14,007 INFO [qtp1744347043-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:433) - Sending request to token endpoint
2018-10-15 15:23:14,007 INFO [qtp1744347043-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:435) - redirectURI : https://xxxxxxxxx/identity/authentication/getauthcode
2018-10-15 15:23:14,222 INFO [qtp1744347043-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:453) - Session validation successful. User is logged in
2018-10-15 15:23:14,283 INFO [qtp1744347043-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:520) - user uid:xxxxxxx
2018-10-15 15:23:14,367 INFO [qtp1744347043-11] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:117) - Authenticating user 'xxxxxx'
2018-10-15 15:23:14,377 INFO [qtp1744347043-11] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:132) - User 'xxxxxxx' authenticated successfully
2018-10-15 15:23:15,657 INFO [qtp1744347043-14] [org.gluu.oxtrust.ldap.service.OrganizationService] (OrganizationService.java:233) - Starting App version null
2018-10-15 15:23:18,462 ERROR [Thread-36] [org.gluu.oxtrust.ldap.service.EntityIDMonitoringService] (EntityIDMonitoringService.java:92) - Exception happened while monitoring EntityId
java.lang.NullPointerException: null
at org.apache.commons.collections.CollectionUtils.getCardinalityMap(CollectionUtils.java:230) ~[commons-collections-3.2.2.jar:3.2.2]
at org.apache.commons.collections.CollectionUtils.disjunction(CollectionUtils.java:156) ~[commons-collections-3.2.2.jar:3.2.2]
at org.gluu.oxtrust.ldap.service.EntityIDMonitoringService.process(EntityIDMonitoringService.java:128) ~[classes/:?]
at org.gluu.oxtrust.ldap.service.EntityIDMonitoringService$Proxy$_$$_WeldSubclass.process(Unknown Source) ~[classes/:?]
at org.gluu.oxtrust.ldap.service.EntityIDMonitoringService.processMetadataValidationTimerEvent(EntityIDMonitoringService.java:90) [classes/:?]
at org.gluu.oxtrust.ldap.service.EntityIDMonitoringService$Proxy$_$$_WeldSubclass.processMetadataValidationTimerEvent$$super(Unknown Source) [classes/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_162]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_162]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_162]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_162]
at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:51) [weld-core-impl-3.0.1.Final.jar:3.0.1.Final]
at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78) [weld-core-impl-3.0.1.Final.jar:3.0.1.Final]
at org.xdi.service.cdi.async.AsynchronousInterceptor$1.get(AsynchronousInterceptor.java:36) [oxcore-service-3.1.3.Final.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) [?:1.8.0_162]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
```
Like I said, I'm only attempting a login to the GUI and pasting the last log lines of the oxtrust.log file. What's the link with the SAML TR?
In regards to exporting them, could you be a bit more specific? Using Apache studio and then doing what ??
Thanks