Help for this page

Select Code to Download


  1. or download this
    my $line = "30.08.2016 08:00:00.004 *ERROR* [pool-7-thread-5] com.day.
    +cq.reporting.impl.snapshots.SnapshotServiceImpl Error accessing repos
    +itory during creation of report snapshot data\njavax.jcr.LoginExcepti
    +on: Cannot derive user name for bundle com.day.cq.cq-reporting [313] 
    +and sub service null";
    
    ...
    for my $i (1..$#fields) {
        print "[$i] '$fields[$i]'\n";
    }
    
  2. or download this
    [1] '30.08.2016'
    [2] '08:00:00'
    ...
    [5] 'com.day.cq.reporting.impl.snapshots.SnapshotServiceImpl'
    [6] 'Error accessing repository during creation of report snapshot dat
    +a
    javax.jcr.LoginException: Cannot derive user name for bundle com.day.c
    +q.cq-reporting [313] and sub service null'