My only other recommendation (because this is really strange that its not working) is to attach a debugger and break point and see what the heck is going on.
I don't know if we have explicit instructions in our wiki on how to do it, but its relatively trivial to do from Tomcat. On Mon, Nov 15, 2010 at 5:35 PM, Bryan Wooten <[email protected]> wrote: > Here is the output from my log file with org.jasig set to debug and > org.hibernate set to debug in the log4j.xml. > > > > I see any errors but I also don’t see any insert sql. My DBA can monitor > the DB and he sees the connect and select statements. I am at a complete > loss as to why I can’t add a service (service manager itself). I am ready to > just give up and start over with a newer release. > > > > This is everything after I hit the save button: > > > > > > [#|2010-11-15T15:25:45.981-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=29;_ThreadName=Thread-1;|2010-11-15 > 15:25:45,981 DEBUG > [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - > <Found action method [public org.springframework.web.servlet.ModelAndView > org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.deleteRegisteredService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)]> > > |#] > > > > [#|2010-11-15T15:25:45.982-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=29;_ThreadName=Thread-1;|2010-11-15 > 15:25:45,982 DEBUG > [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - > <Found action method [public org.springframework.web.servlet.ModelAndView > org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.manage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)]> > > |#] > > > > [#|2010-11-15T15:25:46.023-0700|INFO|glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=29;_ThreadName=Thread-1;|Instantiated > an instance of > org.hibernate.validator.engine.resolver.JPATraversableResolver.|#] > > > > [#|2010-11-15T15:25:46.028-0700|INFO|glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=29;_ThreadName=Thread-1;|Instantiated > an instance of > org.hibernate.validator.engine.resolver.JPATraversableResolver.|#] > > > > [#|2010-11-15T15:26:37.558-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,556 INFO [org.jasig.cas.services.DefaultServicesManagerImpl] - > <Reloading registered services.> > > |#] > > > > [#|2010-11-15T15:26:37.560-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,560 DEBUG [org.hibernate.impl.SessionImpl] - <opened session at > timestamp: 12898599975> > > |#] > > > > [#|2010-11-15T15:26:37.562-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,562 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to open > PreparedStatement (open PreparedStatements: 0, globally: 0)> > > |#] > > > > [#|2010-11-15T15:26:37.562-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,562 DEBUG [org.hibernate.jdbc.ConnectionManager] - <opening JDBC > connection> > > |#] > > > > [#|2010-11-15T15:26:37.563-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,563 DEBUG [org.hibernate.SQL] - <select registered0_.id as id0_, > registered0_.allowedToProxy as allowedT2_0_, registered0_.anonymousAccess as > anonymou3_0_, registered0_.description as descript4_0_, registered0_.enabled > as enabled0_, registered0_.evaluation_order as evaluation6_0_, > registered0_.ignoreAttributes as ignoreAt7_0_, registered0_.name as name0_, > registered0_.serviceId as serviceId0_, registered0_.ssoEnabled as > ssoEnabled0_, registered0_.theme as theme0_ from RegisteredServiceImpl > registered0_> > > |#] > > > > [#|2010-11-15T15:26:37.564-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|Hibernate: > select registered0_.id as id0_, registered0_.allowedToProxy as allowedT2_0_, > registered0_.anonymousAccess as anonymou3_0_, registered0_.description as > descript4_0_, registered0_.enabled as enabled0_, > registered0_.evaluation_order as evaluation6_0_, > registered0_.ignoreAttributes as ignoreAt7_0_, registered0_.name as name0_, > registered0_.serviceId as serviceId0_, registered0_.ssoEnabled as > ssoEnabled0_, registered0_.theme as theme0_ from RegisteredServiceImpl > registered0_|#] > > > > [#|2010-11-15T15:26:37.569-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,569 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to open > ResultSet (open ResultSets: 0, globally: 0)> > > |#] > > > > [#|2010-11-15T15:26:37.570-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,570 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to close > ResultSet (open ResultSets: 1, globally: 1)> > > |#] > > > > [#|2010-11-15T15:26:37.571-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,571 DEBUG [org.hibernate.jdbc.AbstractBatcher] - <about to close > PreparedStatement (open PreparedStatements: 1, globally: 1)> > > |#] > > > > [#|2010-11-15T15:26:37.571-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,571 DEBUG [org.hibernate.jdbc.ConnectionManager] - <aggressively > releasing JDBC connection> > > |#] > > > > [#|2010-11-15T15:26:37.572-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,572 DEBUG [org.hibernate.jdbc.ConnectionManager] - <releasing JDBC > connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, > globally: 0)]> > > |#] > > > > [#|2010-11-15T15:26:37.573-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,573 DEBUG [org.hibernate.engine.StatefulPersistenceContext] - > <initializing non-lazy collections> > > |#] > > > > [#|2010-11-15T15:26:37.574-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,574 DEBUG [org.hibernate.jdbc.ConnectionManager] - <aggressively > releasing JDBC connection> > > |#] > > > > [#|2010-11-15T15:26:37.575-0700|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=36;_ThreadName=Thread-1;|2010-11-15 > 15:26:37,575 INFO [org.jasig.cas.services.DefaultServicesManagerImpl] - > <Loaded 0 services.> > > |#] > > > > > > > > Bryan Wooten > > > > [email protected] > > Work: 801.585.9323 > > Cell: 801.414.3593 > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
