...
[14:25:01 CDT(-0500)] <athena> looks great so far - JPA, annotation-based spring MVC, etc.
[15:02:22 CDT(-0500)] <b-sure> hello uPortal Devs: We are trying to deploy the portal (3.2.patches) to a 64bit vm. A couple of the portlets are getting an error like this http://pastebin.com/raw.php?i=ignzKE4W.
[15:02:36 CDT(-0500)] <b-sure> do you know if that might be some library conflict?
[15:03:10 CDT(-0500)] <EricDalquist> looks like you're deploying into a tomcat that previously had up4
[15:03:19 CDT(-0500)] <EricDalquist> and there are some left over JSR-286 libraries in shared/lib
[15:04:06 CDT(-0500)] <b-sure> ahh.
[15:04:30 CDT(-0500)] <b-sure> thanks. I'll check w my admin.
[15:05:12 CDT(-0500)] <EricDalquist> in general when switching major or minor versions it can be a good idea to use a fresh tomcat install
[15:05:19 CDT(-0500)] <EricDalquist> make sure you don't have leftover cruft
[15:41:55 CDT(-0500)] <b-sure> thanks EricDalquist. removing the conflicting pluto and portlet jars from shared lib cleared up our deploy issue.