Hi, I use BI Server 5.3 and trying to set up authentication through Active Directory, but it does not work. I use instructions
Catalina log:
tail -f tomcat/logs/catalina.out
Apr 02, 2015 3:01:20 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/15 config=null
Apr 02, 2015 3:01:20 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4965 ms
Apr 02, 2015 3:03:16 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Apr 02, 2015 3:03:17 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Apr 02, 2015 3:03:17 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Apr 02, 2015 3:03:32 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
Apr 02, 2015 3:03:32 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Apr 02, 2015 3:03:32 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 545 ms
Apr 02, 2015 3:03:32 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Apr 02, 2015 3:03:32 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.41
Apr 02, 2015 3:03:32 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor pentaho.xml
log4j:WARN Continuable parsing error 187 and column 23
log4j:WARN The content of element type "log4j:configuration" must match "(renderer*,throwableRenderer?,appender*,plugin*,(category|logger)*,root?,(categoryFactory|loggerFactory)?)".
[Server@46ae10a6]: [Thread[main,5,main]]: checkRunning(false) entered
[Server@46ae10a6]: [Thread[main,5,main]]: checkRunning(false) exited
[Server@46ae10a6]: Initiating startup sequence...
[Server@46ae10a6]: Server socket opened successfully in 1 ms.
[Server@46ae10a6]: Database [index=0, id=0, db=file:../../data/hsqldb/sampledata, alias=sampledata] opened sucessfully in 1381 ms.
[Server@46ae10a6]: Database [index=1, id=1, db=file:../../data/hsqldb/hibernate, alias=hibernate] opened sucessfully in 19 ms.
[Server@46ae10a6]: Database [index=2, id=2, db=file:../../data/hsqldb/quartz, alias=quartz] opened sucessfully in 26 ms.
[Server@46ae10a6]: Startup sequence completed in 1429 ms.
[Server@46ae10a6]: 2015-04-02 15:03:35.971 HSQLDB server 1.8.0 is online
[Server@46ae10a6]: To close normally, connect and execute SHUTDOWN SQL
[Server@46ae10a6]: From command line, use [Ctrl]+[C] to abort abruptly
Pentaho BI Platform server is ready. (Pentaho Open Source BA Server 5.3.0.0-213) Fully Qualified Server Url = http://localhost:8080/pentaho/, Solution Path = /opt/biserver.5.3.postgresql/pentaho-solutions
15:04:02,581 ERROR [CteDefaultProviderManager] Provider ID is blacklisted: sparkl. Discarding it..
Apr 02, 2015 3:04:03 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sw-style
Apr 02, 2015 3:04:03 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Apr 02, 2015 3:04:03 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory pentaho-style
Apr 02, 2015 3:04:03 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Apr 02, 2015 3:04:03 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Apr 02, 2015 3:04:03 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/29 config=null
Apr 02, 2015 3:04:03 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 30948 ms
Attempting to load ESAPI.properties via file I/O.
Attempting to load ESAPI.properties as resource file via file I/O.
Not found in 'org.owasp.esapi.resources' directory or file not readable: /opt/biserver.5.3.postgresql/tomcat/bin/ESAPI.properties
Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties
Not found in 'user.home' (/home/pentaho) directory: /home/pentaho/esapi/ESAPI.properties
Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException
Attempting to load ESAPI.properties via the classpath.
SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using current thread context class loader!
SecurityConfiguration for Validator.ConfigurationFile not found in ESAPI.properties. Using default: validation.properties
Attempting to load validation.properties via file I/O.
Attempting to load validation.properties as resource file via file I/O.
Not found in 'org.owasp.esapi.resources' directory or file not readable: /opt/biserver.5.3.postgresql/tomcat/bin/validation.properties
Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties
Not found in 'user.home' (/home/pentaho) directory: /home/pentaho/esapi/validation.properties
Loading validation.properties via file I/O failed.
Attempting to load validation.properties via the classpath.
validation.properties could not be loaded by any means. fail. Exception was: java.lang.IllegalArgumentException: Failed to load ESAPI.properties as a classloader resource.
help me please.
Catalina log:
tail -f tomcat/logs/catalina.out
Apr 02, 2015 3:01:20 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/15 config=null
Apr 02, 2015 3:01:20 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4965 ms
Apr 02, 2015 3:03:16 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Apr 02, 2015 3:03:17 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Apr 02, 2015 3:03:17 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Apr 02, 2015 3:03:32 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
Apr 02, 2015 3:03:32 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Apr 02, 2015 3:03:32 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 545 ms
Apr 02, 2015 3:03:32 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Apr 02, 2015 3:03:32 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.41
Apr 02, 2015 3:03:32 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor pentaho.xml
log4j:WARN Continuable parsing error 187 and column 23
log4j:WARN The content of element type "log4j:configuration" must match "(renderer*,throwableRenderer?,appender*,plugin*,(category|logger)*,root?,(categoryFactory|loggerFactory)?)".
[Server@46ae10a6]: [Thread[main,5,main]]: checkRunning(false) entered
[Server@46ae10a6]: [Thread[main,5,main]]: checkRunning(false) exited
[Server@46ae10a6]: Initiating startup sequence...
[Server@46ae10a6]: Server socket opened successfully in 1 ms.
[Server@46ae10a6]: Database [index=0, id=0, db=file:../../data/hsqldb/sampledata, alias=sampledata] opened sucessfully in 1381 ms.
[Server@46ae10a6]: Database [index=1, id=1, db=file:../../data/hsqldb/hibernate, alias=hibernate] opened sucessfully in 19 ms.
[Server@46ae10a6]: Database [index=2, id=2, db=file:../../data/hsqldb/quartz, alias=quartz] opened sucessfully in 26 ms.
[Server@46ae10a6]: Startup sequence completed in 1429 ms.
[Server@46ae10a6]: 2015-04-02 15:03:35.971 HSQLDB server 1.8.0 is online
[Server@46ae10a6]: To close normally, connect and execute SHUTDOWN SQL
[Server@46ae10a6]: From command line, use [Ctrl]+[C] to abort abruptly
Pentaho BI Platform server is ready. (Pentaho Open Source BA Server 5.3.0.0-213) Fully Qualified Server Url = http://localhost:8080/pentaho/, Solution Path = /opt/biserver.5.3.postgresql/pentaho-solutions
15:04:02,581 ERROR [CteDefaultProviderManager] Provider ID is blacklisted: sparkl. Discarding it..
Apr 02, 2015 3:04:03 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sw-style
Apr 02, 2015 3:04:03 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Apr 02, 2015 3:04:03 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory pentaho-style
Apr 02, 2015 3:04:03 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Apr 02, 2015 3:04:03 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Apr 02, 2015 3:04:03 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/29 config=null
Apr 02, 2015 3:04:03 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 30948 ms
Attempting to load ESAPI.properties via file I/O.
Attempting to load ESAPI.properties as resource file via file I/O.
Not found in 'org.owasp.esapi.resources' directory or file not readable: /opt/biserver.5.3.postgresql/tomcat/bin/ESAPI.properties
Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties
Not found in 'user.home' (/home/pentaho) directory: /home/pentaho/esapi/ESAPI.properties
Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException
Attempting to load ESAPI.properties via the classpath.
SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using current thread context class loader!
SecurityConfiguration for Validator.ConfigurationFile not found in ESAPI.properties. Using default: validation.properties
Attempting to load validation.properties via file I/O.
Attempting to load validation.properties as resource file via file I/O.
Not found in 'org.owasp.esapi.resources' directory or file not readable: /opt/biserver.5.3.postgresql/tomcat/bin/validation.properties
Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties
Not found in 'user.home' (/home/pentaho) directory: /home/pentaho/esapi/validation.properties
Loading validation.properties via file I/O failed.
Attempting to load validation.properties via the classpath.
validation.properties could not be loaded by any means. fail. Exception was: java.lang.IllegalArgumentException: Failed to load ESAPI.properties as a classloader resource.
help me please.