Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] UI: Cannot find bean viewObject in any scope

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] UI: Cannot find bean viewObject in any scope


Chronological Thread 
  • From: "GW Brown, Information Systems and Computing" <>
  • To: Tom Barton <>, Colin Hudler <>
  • Cc:
  • Subject: Re: [grouper-users] UI: Cannot find bean viewObject in any scope
  • Date: Tue, 22 Jan 2008 15:44:52 +0000

Tom,

It looks a little like the JDK1.6 problem a couple of people have had - but I haven't tried to debug it to see what is causing the problem. The error suggests that an object has not been passed correctly to an included JSP / dynamic Tile. I use Tiles tag libraries and a bit of custom code to pass objects so it it is tricky to debug.

I can try and take a look though I'd prefer to figure out the JDK1.6 issue given that the JDK1.5 one goes away with recent JDKs - which people should use in any case.

Gary

--On 22 January 2008 09:23 -0600 Tom Barton
<>
wrote:

Gary,

Can you tell if this is a grouper-ui issue, a struts issue, or otherwise?

Tom

Colin Hudler wrote:
When using the following java:

java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build
pxi32devifx-20071025 (SR6b))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32
j9vmxi3223-20071005 (JIT enabled)
J9VM - 20071004_14218_lHdSMR
JIT - 20070820_1846ifx1_r8
GC - 200708_10)
JCL - 20071025


Accessing a clean build of the UI gives:

javax.servlet.jsp.JspException: ServletException in
'/WEB-INF/jsp/body.jsp': ServletException in '/WEB-INF/jsp/content.jsp':
ServletException in '/WEB-INF/jsp/MyGroups.jsp': ServletException in
'/WEB-INF/jsp/browseStems.jsp': ServletException in
'/WEB-INF/jsp/dynamicTile.jsp': ServletException in
'/WEB-INF/jsp/genericListView.jsp': ServletException in
'/WEB-INF/jsp/dynamicTile.jsp': ServletException in
'/WEB-INF/jsp/browseChildStem.jsp': Cannot find bean viewObject in any
scope at
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTa
g.java:921) at
org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:460) at
<snip>


The UI functions normally after changing to Sun Java:

java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_13-b05, mixed mode)

It could help someone out there.

--
Colin Hudler
Network Based Services
The University of Chicago



----------------------
GW Brown, Information Systems and Computing




Archive powered by MHonArc 2.6.16.

Top of Page