3rd Party Portlet Examples.

2005-04-14 Thread Elam Daly
Howdy all,
Running Tomcat 5.0.28 on linux, using Jetspeed2 cvs checkout on 4/14/05.
After installing and logging into the login portlet and selecting 3rd 
party portlets, I get errors on all the 3rd party portlets:

Encountered the following problem(s) while attmepting to render portlet 
fragment: googlePortlet1
Failed to retrieve Portlet Definition for GooglePortlet::GooglePortlet
org.apache.jetspeed.container.window.FailedToRetrievePortletWindow: No 
PortletEntity exists for for id googlePortlet1 removing window from cache.
Failed to retrieve Portlet Definition for GooglePortlet::GooglePortlet
Failed to retrieve Portlet Definition for GooglePortlet::GooglePortlet
org.apache.jetspeed.container.window.FailedToRetrievePortletWindow: No 
PortletEntity exists for for id googlePortlet1 removing window from cache.
Failed to retrieve Portlet Definition for GooglePortlet::GooglePortlet
Failed to retrieve Portlet Definition for GooglePortlet::GooglePortlet
org.apache.jetspeed.container.window.FailedToRetrievePortletWindow: No 
PortletEntity exists for for id googlePortlet1 removing window from cache.
Failed to retrieve Portlet Definition for GooglePortlet::GooglePortlet
Failed to retrieve Portlet Definition for GooglePortlet::GooglePortlet
org.apache.jetspeed.container.window.FailedToRetrievePortletWindow: No 
PortletEntity exists for for id googlePortlet1 removing window from cache.
Failed to retrieve Portlet Definition for GooglePortlet::GooglePortlet

And the same for the other 2( RSS and Sun portlets ).  Is there 
something I need to do to get these to run properly?  Also, 'attempting' 
is spelled wrong. :)

Thanks,
Elam Daly
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: New Problem( was: Jetspeed Jars are *failing* to Download.)

2005-04-04 Thread Elam Daly
Ate Douma wrote:
You probably deployed an older version of Jetspeed-2 (before M2)
to the same Tomcat installation. Check your $TOMCAT_HOME/shared/lib 
folder
and remove the jars from the older version.

Ate
That was it Ate.
Thanks!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: New Problem( was: Jetspeed Jars are *failing* to Download.)

2005-04-04 Thread Elam Daly
David Sean Taylor wrote:
Elam Daly wrote:
Howdy all,
Yesterday and today I've checked out the latest cvs tree for jetspeed 
to and ran a 'maven allClean allBuild' and am getting many 'failed to 
Download' errors:

You are a little ahead of me.
Just finished the M2 release (announcements coming shortly)
Going to start uploading the M3-dev jars to the remote maven repo in a 
few minutes.

In the meantime try building without -o, and the jars should be 
created automatically into your Maven repository



Hi Sean,
Now I have a new problem:
Encountered the following problem(s) while attmepting to render portlet 
fragment: dp-1
org.apache.jetspeed.factory.PortletFactory.getPortletApplicationClassLoader(Lorg/apache/jetspeed/om/common/portlet/PortletApplication;)Ljava/lang/ClassLoader;

Elam Daly
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Jetspeed Jars are *failing* to Download.

2005-04-04 Thread Elam Daly
Howdy all,
Yesterday and today I've checked out the latest cvs tree for jetspeed to 
and ran a 'maven allClean allBuild' and am getting many 'failed to 
Download' errors:

WARNING: Failed to download jetspeed-cm-2.0-M3-dev.jar.
Attempting to download jetspeed-api-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-api-2.0-M3-dev.jar.
Attempting to download jetspeed-persistence-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-persistence-2.0-M3-dev.jar.
Attempting to download jetspeed-rdbms-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-rdbms-2.0-M3-dev.jar.
Attempting to download jetspeed-commons-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-commons-2.0-M3-dev.jar.
+
| Cleaning Jetspeed-2 Security Components
| Memory: 7M/9M
+
Attempting to download jetspeed-api-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-api-2.0-M3-dev.jar.
Attempting to download jetspeed-cm-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-cm-2.0-M3-dev.jar.
Attempting to download jetspeed-persistence-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-persistence-2.0-M3-dev.jar.
Attempting to download jetspeed-prefs-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-prefs-2.0-M3-dev.jar.
Attempting to download jetspeed-rdbms-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-rdbms-2.0-M3-dev.jar.
Attempting to download jetspeed-commons-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-commons-2.0-M3-dev.jar.
Attempting to download commons-codec-1.3.jar.
45K downloaded
+
| Cleaning Jetspeed-2 Single Sign On Components
| Memory: 8M/9M
+
Attempting to download jetspeed-security-2.0-M3-dev.jar.
WARNING: Failed to download jetspeed-security-2.0-M3-dev.jar.
Attempting to download jetspeed-api-2.0-M3-dev.jar.
Is anyone else having these problems?
Cheers,
Elam Daly
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: org.apache.jetspeed.database.driver(Compile problems)

2005-03-14 Thread Elam Daly
Elam Daly wrote:
Howdy all,
I have successfully compiled the jetspeed 2 cvs tree, checked out 
today( 3/14 ).   I am following the instructions at 
http://portals.apache.org/jetspeed-2/getting-started.html and I am at 
step 5, but am getting this error:

[EMAIL PROTECTED]:/opt/jetspeed2$ maven quickStart
BUILD FAILED
File.. /opt/jakarta-jetspeed-2/maven.xml
Element... sql
Line.. 355
Column 39
Class Not Found: JDBC driver com.mysql.jdbc.Driver could not be loaded
Total time: 2 seconds
Finished at: Mon Mar 14 21:44:11 EST 2005
Now if I open the maven.xml file this is there are it fails:

 
 
 
 
   
url="${org.apache.jetspeed.database.url}"
userid="${org.apache.jetspeed.database.user}"
password="${org.apache.jetspeed.database.password}"
src="${database.arg.script}">
 
   
   
 
   
 

In my build.properties I have no entry for 
org.apache.jetspeed.database.driver, only production and test:

org.apache.jetspeed.project.home=/opt/jetspeed2/
org.apache.jetspeed.server.home=/opt/tomcat/
org.apache.jetspeed.catalina.version.major=5
org.apache.jetspeed.server.shared=/opt/tomcat/shared/lib/
org.apache.jetspeed.deploy.war.dir=${org.apache.jetspeed.server.home}/webapps/ 

org.apache.jetspeed.services.autodeployment.user=admin
org.apache.jetspeed.services.autodeployment.password=admin
org.apache.jetspeed.test.database.default.name=mysql
org.apache.jetspeed.test.database.url=jdbc:mysql://localhost/j2test
org.apache.jetspeed.test.database.driver=com.mysql.jdbc.Driver
org.apache.jetspeed.test.database.user=jadmin
org.apache.jetspeed.test.database.password=gigemags
org.apache.jetspeed.test.jdbc.drivers.path=/opt/tomcat/shared/lib/mysql-connector-java-3.1.7-bin.jar 

org.apache.jetspeed.production.database.default.name=mysql
org.apache.jetspeed.production.database.url=jdbc:mysql://localhost/j2
org.apache.jetspeed.production.database.driver=com.mysql.jdbc.Driver
org.apache.jetspeed.production.database.user=jadmin
org.apache.jetspeed.production.database.password=gigemags
org.apache.jetspeed.jdbc.drivers.path=/opt/tomcat/shared/lib/mysql-connector-java-3.1.7-bin.jar 

The mysql driver is definitely where I said it was.  Can anyone point 
me in the right direction?

Cheers,
Elam Daly
Ack!  that last line is wrong.  Should be 
org.apache.jetspeed.production.jdbc.drivers.path=..

Ignore me.
Cheers,
Elam Daly
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


org.apache.jetspeed.database.driver(Compile problems)

2005-03-14 Thread Elam Daly
Howdy all,
I have successfully compiled the jetspeed 2 cvs tree, checked out today( 
3/14 ).   I am following the instructions at 
http://portals.apache.org/jetspeed-2/getting-started.html and I am at 
step 5, but am getting this error:

[EMAIL PROTECTED]:/opt/jetspeed2$ maven quickStart
BUILD FAILED
File.. /opt/jakarta-jetspeed-2/maven.xml
Element... sql
Line.. 355
Column 39
Class Not Found: JDBC driver com.mysql.jdbc.Driver could not be loaded
Total time: 2 seconds
Finished at: Mon Mar 14 21:44:11 EST 2005
Now if I open the maven.xml file this is there are it fails:

 
 
 
 
   
 
   
   
 
   
 
In my build.properties I have no entry for 
org.apache.jetspeed.database.driver, only production and test:

org.apache.jetspeed.project.home=/opt/jetspeed2/
org.apache.jetspeed.server.home=/opt/tomcat/
org.apache.jetspeed.catalina.version.major=5
org.apache.jetspeed.server.shared=/opt/tomcat/shared/lib/
org.apache.jetspeed.deploy.war.dir=${org.apache.jetspeed.server.home}/webapps/
org.apache.jetspeed.services.autodeployment.user=admin
org.apache.jetspeed.services.autodeployment.password=admin
org.apache.jetspeed.test.database.default.name=mysql
org.apache.jetspeed.test.database.url=jdbc:mysql://localhost/j2test
org.apache.jetspeed.test.database.driver=com.mysql.jdbc.Driver
org.apache.jetspeed.test.database.user=jadmin
org.apache.jetspeed.test.database.password=gigemags
org.apache.jetspeed.test.jdbc.drivers.path=/opt/tomcat/shared/lib/mysql-connector-java-3.1.7-bin.jar
org.apache.jetspeed.production.database.default.name=mysql
org.apache.jetspeed.production.database.url=jdbc:mysql://localhost/j2
org.apache.jetspeed.production.database.driver=com.mysql.jdbc.Driver
org.apache.jetspeed.production.database.user=jadmin
org.apache.jetspeed.production.database.password=gigemags
org.apache.jetspeed.jdbc.drivers.path=/opt/tomcat/shared/lib/mysql-connector-java-3.1.7-bin.jar
The mysql driver is definitely where I said it was.  Can anyone point me 
in the right direction?

Cheers,
Elam Daly

  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]