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 8 Next »

[11:25:41 CDT(-0500)] <JoeMoore> Does anyone know why quickstart installation (3.2.4) doesn't render iPad mobile skin for CAS?
[11:26:33 CDT(-0500)] <JoeMoore> I've been working with 3.2 through this release, but this is the first time I've worried about mobile theme for cas. Mobile theme for uPortal is great!
[11:29:18 CDT(-0500)] <JoeMoore> Sorry--I said iPad. I meant iPod touch. I can't believe I did that (sad)
[11:30:58 CDT(-0500)] <holdorph> I think Eric Dalquist and Jen Bourey are at the unconference and don't seem to be on IRC much. You might want to ask your question on the list.
[11:31:27 CDT(-0500)] <JoeMoore> Thanks. Will do.
[14:35:28 CDT(-0500)] <Bananobot> Can someone make sense of this stack trace for me? http://pastebin.com/ssB6r6WH
[14:35:40 CDT(-0500)] <Bananobot> The portlet I'm trying to write won't render
[14:38:14 CDT(-0500)] <holdorph> Caused by: java.lang.ClassCastException: org.springframework.web.portlet.DispatcherPortlet cannot be cast to javax.portlet.Portlet
[14:38:27 CDT(-0500)] <holdorph> feels like maybe some missing jars, or jars in wrong places
[14:42:59 CDT(-0500)] <Bananobot> org.springframework.web.portlet seems to be in the right place. Do you think there are missing dependencies?
[14:43:31 CDT(-0500)] <holdorph> class cast exceptions can happen, because class files aren't in the right class loaders.
[14:43:50 CDT(-0500)] <holdorph> so even though the class is "there", because it's in the wrong loader, you can't actually cast to it.
[14:44:25 CDT(-0500)] <holdorph> in this case "javax.portlet.Portlet" should be in the shared class loader
[14:44:54 CDT(-0500)] <holdorph> but if it's ALSO in the web app class loader, then you'll get a problem where it can't cast to the shared version, because it's seeing the webapp version first.
[14:45:24 CDT(-0500)] <holdorph> i'd look at what .jar files you have in your portlet web application, in your deployed tomcat

  • No labels