I've pared down the psml for the admin user (which is hanging, now) to
just the following and am still seeing a cache miss and the browser
hangs:
<?xml version="1.0"?>
<portlets id="300">
<metainfo>
<title>
Default Jetspeed Admin page
</title>
</metainfo>
<security-ref parent="admin-only"/>
<control name="TabControl"/>
<controller name="CardPortletController"/>
<portlets id="301">
<metainfo>
<title>
Content
</title>
</metainfo>
<security-ref parent="admin-only"/>
<controller name="ColumnController"/>
<entry id="321" parent="AdminInfo"/>
<entry id="322" parent="Search"/>
</portlets>
</portlets>
and in the log I see:
[Tue Dec 17 22:54:19 CST 2002] -- INFO -- cache miss, object expired:
207822763user/admin/html/default.psml/321
and the browser is hung. No other indication of what's wrong.
I'm wondering if it's my use of MySQL. In particular, I'm using the
mysql-connector-java-2.0.14.jar driver, not the driver that I've seen
referenced in other Jetspeed docs. To my understanding the driver I'm
using is the latest production release.
Could this be the source of my problems?
On Tue, 2002-12-17 at 11:52, David Sean Taylor wrote:
> > -----Original Message-----
> > From: Eric White [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, December 17, 2002 9:50 AM
> > To: Jetspeed Users List
> > Subject: RE: cache misses killing me, help with manually editing user
> > table
> >
> >
> > no joy, same behavior.
> >
> > Is there a backdoor way I can add Admin authority to an existing user
> > directly in the database?
> >
>
> just use the security api (with java) to assign the role
> Or create a PSML page that only has the user browser
>
> > while I need to track down the source of these lockups, I also need to
> > give myself some protection so I don't lose Admin capabilities with this
> > portal.
> >
> Im interesting in finding out which portlet is causing this problem.
> I suggest you start removing portlets (manually) until you find the problem
> portlet.
>
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>