You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by David Sean Taylor <da...@bluesunrise.com> on 2004/12/01 20:28:53 UTC

Role Management Portlet

David (Le Strat),

The new Role Management portlet does not run on Tomcat 4.1.30 here
Not sure why, I just get a blank portlet under View Roles, new errors
I debugged the portlet and it does correctly populate the list of roles

However it is running fine on 5.0.28

Going to try it on 5.5.4 now...


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: VelocityEngine status

Posted by David Sean Taylor <da...@bluesunrise.com>.
Randy Watler wrote:

> David,
> 
> Ok, code complete and initial tests passed. Am headed home now. Will 
> patch for you when I get there.
> 
> Randy
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
> 
> 
> 
Excellent. I'll be here :)


-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773 4646
[mobile] +01 707 529 9194

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


VelocityEngine status

Posted by Randy Watler <rw...@finali.com>.
David,

Ok, code complete and initial tests passed. Am headed home now. Will 
patch for you when I get there.

Randy


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: Role Management Portlet

Posted by John West <jw...@exnihilo.com>.
I didn't try the Admin or Manager apps under 5.5.4, but there is a known 
problem with the Admin app under 5.0.30.

Here's the bug report (and solution):
http://issues.apache.org/bugzilla/show_bug.cgi?id=32445

Since it's an issue with the app, I'd guess the problem exists under 
5.5.4 also.



David Sean Taylor wrote:

> John West wrote:
>
>> I was trying it out yesterday (js2 on tc 5.5.4) and had the exact 
>> same error. Didn't look into solving it though.
>>
>> I'm trying to connect to MySQL. It works when I downgraded back to tc 
>> 5.0.30.
>
>
> Im also trying with MySQL
> I can't even get the Manager or Admin app to run (which I downloaded 
> and installed)
> Feeling like a real newbie with 5.5.4
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>

-- 

*John West*
ExNihilo Inc.
2 Charles St.
Providence, RI 02904

Phone 401 621.8277 ext. 25
Fax 401 454.5029
www.exnihilo.com <http://www.exnihilo.com>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: Role Management Portlet

Posted by David Sean Taylor <da...@bluesunrise.com>.
John West wrote:

> I was trying it out yesterday (js2 on tc 5.5.4) and had the exact same 
> error. Didn't look into solving it though.
> 
> I'm trying to connect to MySQL. It works when I downgraded back to tc 
> 5.0.30.

Im also trying with MySQL
I can't even get the Manager or Admin app to run (which I downloaded and 
installed)
Feeling like a real newbie with 5.5.4

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: Role Management Portlet

Posted by John West <jw...@exnihilo.com>.
I was trying it out yesterday (js2 on tc 5.5.4) and had the exact same 
error. Didn't look into solving it though.

I'm trying to connect to MySQL. It works when I downgraded back to tc 
5.0.30.



David Sean Taylor wrote:

> David Sean Taylor wrote:
>
>> David (Le Strat),
>>
>> The new Role Management portlet does not run on Tomcat 4.1.30 here
>> Not sure why, I just get a blank portlet under View Roles, new errors
>> I debugged the portlet and it does correctly populate the list of roles
>>
>> However it is running fine on 5.0.28
>>
>> Going to try it on 5.5.4 now...
>>
> On first try, not much luck with 5.5.4
> Can't get J2 to connect to the database
>
> [org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl] 
> ERROR: SQLExce
> ption thrown while trying to get Connection from Datasource 
> (java:comp/env/jdbc/
> jetspeed)
> Cannot create JDBC driver of class '' for connect URL 'null'
> org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC 
> driver of cla
> ss '' for connect URL 'null'
>         at 
> org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDat
> aSource.java:780)
>         at 
> org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSo
> urce.java:540)
>
> I put the jetspeed.xml into the same place as with 5.0.x
> And i added my jdbc driver into endorsed directory
>
> Anyone had any luck running on 5.5.4?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>

-- 

*John West*
ExNihilo Inc.
2 Charles St.
Providence, RI 02904

Phone 401 621.8277 ext. 25
Fax 401 454.5029
www.exnihilo.com <http://www.exnihilo.com>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: Role Management Portlet

Posted by David Sean Taylor <da...@bluesunrise.com>.
David Sean Taylor wrote:

> David (Le Strat),
> 
> The new Role Management portlet does not run on Tomcat 4.1.30 here
> Not sure why, I just get a blank portlet under View Roles, new errors
> I debugged the portlet and it does correctly populate the list of roles
> 
> However it is running fine on 5.0.28
> 
> Going to try it on 5.5.4 now...
> 
On first try, not much luck with 5.5.4
Can't get J2 to connect to the database

[org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl] ERROR: 
SQLExce
ption thrown while trying to get Connection from Datasource 
(java:comp/env/jdbc/
jetspeed)
Cannot create JDBC driver of class '' for connect URL 'null'
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC 
driver of cla
ss '' for connect URL 'null'
         at 
org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDat
aSource.java:780)
         at 
org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSo
urce.java:540)

I put the jetspeed.xml into the same place as with 5.0.x
And i added my jdbc driver into endorsed directory

Anyone had any luck running on 5.5.4?


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: Role Management Portlet

Posted by David Le Strat <dl...@yahoo.com>.
David,

Not sure why? I will try it out this week end on
4.1.30.

Regards,

David.

--- David Sean Taylor <da...@bluesunrise.com> wrote:

> David (Le Strat),
> 
> The new Role Management portlet does not run on
> Tomcat 4.1.30 here
> Not sure why, I just get a blank portlet under View
> Roles, new errors
> I debugged the portlet and it does correctly
> populate the list of roles
> 
> However it is running fine on 5.0.28
> 
> Going to try it on 5.5.4 now...
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> jetspeed-dev-help@jakarta.apache.org
> 
> 



		
__________________________________ 
Do you Yahoo!? 
All your favorites on one personal page � Try My Yahoo!
http://my.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org