Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

[08:44:16 CST(-0600)] <brandon> hey

[08:44:26 CST(-0600)] <brandon> have a question about clearpass

[08:44:43 CST(-0600)] <brandon> i'm a little confused, do i install it on the uportal server or the cas server?

[08:48:30 CST(-0600)] <wgthom> clearpass is an extension to the cas server

[08:49:08 CST(-0600)] <brandon> so what do i need to setup on the uportal side so it knows about clearpass

[08:49:52 CST(-0600)] <wgthom> also need the uportal extensions… https://wiki.jasig.org/display/CASUM/uPortal+ClearPass+Extension

[10:48:24 CST(-0600)] <bbranch> is anyone around?

[10:50:42 CST(-0600)] <wgthom> sup

[10:50:58 CST(-0600)] <bbranch> I'm having a hell of a time getting the service manager to start on CAS 3.4.10

[10:51:25 CST(-0600)] <bbranch> My CAS can auth to AD with no issues, I just can't get to the service manager.

[10:51:54 CST(-0600)] <wgthom> need to add authZ in deployConfigContext.xml

[10:51:58 CST(-0600)] <wgthom> near the bottom

[10:53:01 CST(-0600)] <bbranch> I followed this guide: https://wiki.jasig.org/display/CASUM/Configuring

[10:54:12 CST(-0600)] <wgthom> ok. you have it hooked up to a db? or just in memory?

[10:54:44 CST(-0600)] <bbranch> I tried doing the in memory configuration and couldn't get it to work.

[10:55:00 CST(-0600)] <bbranch> so, I decided to try and do the mysql configuration I'm still having issues.

[10:55:02 CST(-0600)] <bbranch> http://pastebin.com/spJYyiG0

[10:55:07 CST(-0600)] <bbranch> that's the error message I am getting.

[10:55:29 CST(-0600)] <bbranch> I'm not sure if there is a dependency missing or not.

[10:56:22 CST(-0600)] <bbranch> pom.xml config

[10:56:24 CST(-0600)] <bbranch> http://pastebin.com/b8eXYXF8

[10:57:07 CST(-0600)] <wgthom> looks like your missing bean defs

[10:58:25 CST(-0600)] <bbranch> deployerconfigcontext.xml

[10:58:27 CST(-0600)] <bbranch> http://pastebin.com/1WtuBNzA

[10:59:03 CST(-0600)] <wgthom> p:jdbcUrl-ref="database"

[10:59:12 CST(-0600)] <wgthom> "database" should be a jdbcUrl

[10:59:43 CST(-0600)] <bbranch> k, let me make a quick change.

[11:02:13 CST(-0600)] <bbranch> <bean id="dataSource"

[11:02:15 CST(-0600)] <bbranch> class="org.apache.commons.dbcp.BasicDataSource"

[11:02:17 CST(-0600)] <bbranch> p:driverClassName="com.mysql.jdbc.Driver"

[11:02:19 CST(-0600)] <bbranch> p:jdbcUrl-ref="mysql://localhost:3306/test?autoReconnect=true"

[11:02:20 CST(-0600)] <bbranch> p:password="******"

[11:02:22 CST(-0600)] <bbranch> p:username="******" />

[11:03:18 CST(-0600)] <bbranch> is that url correct? or does it need to be jdbc:mysql://localhost:3306/test/?autoReconnect=true ??

[11:05:02 CST(-0600)] <wgthom> something like: jdbc:mysql://127.0.0.1:3306/cas

  • No labels