Sorry, Something weird happened before... Hope this time we have better luck =)
----Mensaje original---- De: [EMAIL PROTECTED] Recibido: 25/05/2006 12:17 Para: "Jetspeed Users List"<[email protected]> Asunto: Re: Installing Jetspeed2 [EMAIL PROTECTED] wrote: > Hi Ate, > > I've checked the jdbc connector, and I have a copy of the "jar" file > on the following folders: > - $TOMCAT_HOME/common/lib > - $TOMCAT_HOME/common/endorsed > > I'll copy also to "shared/lib" and try it again... > > I have also checked the "jetspeed.log" and "deployment.log" (both > located at $TOMCAT_HOME/webapps/myportal/logs). I have some errors in > "jetspeed.log": > -[line 8] unable to locate MessageSource > -[line 9] unable to locate ApplicationEventMulticaster > > -[line 48] same as "line 8" > -[line 49] same as "line 9" > > -[line 177] unable to find "VM_global_library.vm" > -[line 178] error using that library > > -[line 242] same as "line 177" > -[line 243] same as "line 178" > > Anyway, I attach you the logs in a "rar" file. You forgot the attachment or maybe its not allowed on the list (I don't know, never tried). If can send it to me directly if you want. Note: I'm probably away for the rest of the day, so don't expect an immediate response back :) > > Thanks, > Enrique > > PD: I've tried again with the same results. > There is another issue with the installation that maybe is helpful for > you: whenever re-install jetspeed2, I get the following error message: > "Failed to retrieve Portlet Definition for jetspeed-layouts:: > VelocityTwoColumnsFailed to retrieve Portlet Definition for jetspeed- > layouts::VelocityTwoColumnsjava.lang.IllegalArgumentException: Cannot > pass a null PortletDefinition to a PortletEntity." > Then I shutdown Tomcat, start it again, and then, at least, I can > navigate to de default_page of Jetspeed (though it has the errors > already mentioned). > > ----Mensaje original---- > De: [EMAIL PROTECTED] > Recibido: 24/05/2006 20:54 > Para: "Jetspeed Users List"<[email protected]> > Asunto: Re: Installing Jetspeed2 > > Enrique, > > Without you providing us (part of) the jetspeed.log (and maybe > deployment.log) I > can't really know what goes wrong. > What "might" be an issue is the location of your Tomcat installation. > You might wanna try *without* spaces in the path... > Furthermore, did you put the MySql jdbc driver in > $CATALINA_HOME/shared/lib or common/endorsed? > > > [EMAIL PROTECTED] wrote: >> Hi everyone, >> >> Well, I don't know what I'm doing wrong but I'm always getting the > same >> errors. >> >> Would you be so kind as revising my files and procedures and telling > me >> the reason why I'm getting a bad result in the end?? >> >> 1) Once "build.properties" has been made and placed on $USER_HOME, > I >> download the plugin for Maven: >> C:\>maven -DartifactId=maven-jetspeed2-plugin >> -DgroupId=org.apache.portals.jetspeed-2 -Dversion=2.0 plugin: > download >> Result: BUILD SUCCESSFUL >> >> 2) Creating the default portal: >> C:\>maven j2:portal:genapp >> Result: BUILD SUCCESSFUL >> >> It creates the following file structure: >> C:\myportal >> | >> |- target >> | | >> | |- myportal >> | | | >> | | |- ajax >> | | |- decorations >> | | |- images >> | | |- logs >> | | |- WEB-INF >> | | ... >> | | >> | |- portal-conf >> | |- portal-ldap >> | |- portal-sql >> | >> |- core-build.xml >> |- full-portal.xml >> |- jetspeed-components.xml >> |- project.xml >> |- project-info.xml >> >> 3) Creating "war" file >> C:\myportal>maven war:install >> Result: BUILD SUCCESSFUL >> >> 4) Initializing DB and deploying >> C:\myportal>maven j2:quickStart >> Result: BUILD SUCCESSFUL >> >> 5) Checking the portal: >> 5.1) Start up Tomcat >> 5.2) Navigate with browser to "http://localhost: > 8080/myportal" >> Result: - "Public folders" error >> - Portlets errors >> - Login errors >> >> I think the problem might be Tomcat. I've installed also the > "installer >> version" of Jetspeed-2 and it's working properly. However, it runs, >> apparently, under its own "instance" of Tomcat (I don't know if it's > the >> best way to describe it) and I need Jetspeed-2 running under the >> "general instance" of Tomcat because I want to merge it with > another >> web-app that use that "instance". >> Could it be "permissions" or "context" of Tomcat what cause me all > that >> trouble?? Is there any other Tomcat file that has to be modified > apart >> from "tomcat-user.xml"?? The "Getting Started" guide invites to > modify >> "context.xml" when using "Tomcat 5.5.9", must I make that same > change >> though I'm not using that specific version of Tomcat?? >> >> This thing is driving me crazy... =) >> >> Thanks a lot in advance, >> Enrique >> >> PD: I'm using >> - WindowsXP >> - Tomcat 5.5.16 >> - Java 1.5.0 >> - Maven 1.0.2 >> - MySQL 5.0 >> >> >> >> >> **Prueba el Nuevo Correo Terra; Seguro, rápido, fiable.** >> <http://www.terra.es/correo> >> >> >> > ------------------------------------------------------------------------ >> basedir = c:/myportal >> maven.repo.remote = http://www.bluesunrise.com/maven/, http://www. > ibiblio.org/maven/, \ >> http://dist.codehaus.org/, http://cvs.apache.org/repository >> >> # required portal configuration properties >> org.apache.jetspeed.portal.home = C:/myportal/ >> org.apache.jetspeed.portal.groupId = myproject >> org.apache.jetspeed.portal.artifactId = myportal >> org.apache.jetspeed.portal.name = My Test Portal for DIT >> org.apache.jetspeed.portal.currentVersion = 1.0 >> >> # required application server properties >> #org.apache.jetspeed.server.home = > ${CATALINA_HOME}/ >> org.apache.jetspeed.server.home = C:/Archivos > de programa/Apache Software Foundation/Tomcat 5.5/ >> org.apache.jetspeed.server.shared = ${org. apache. > jetspeed.server.home}/shared/lib/ >> org.apache.jetspeed.deploy.war.dir = ${org. apache. > jetspeed.server.home}/webapps/ >> org.apache.jetspeed.services.autodeployment.user = j2deployer >> org.apache.jetspeed.services.autodeployment.password = *pwd1* >> org.apache.jetspeed.catalina.version.major = 5.5 >> >> # > ------------------------------------------------------------------------- >> # configure MySQL Production DB >> # > ------------------------------------------------------------------------- >> org.apache.jetspeed.production.database.default.name=mysql >> org.apache.jetspeed.production.database.url = jdbc:mysql: > ///jetspeed_db >> org.apache.jetspeed.production.database.driver = org.gjt.mm.mysql. > Driver >> org.apache.jetspeed.production.jdbc.drivers.path = \ >> C:/Archivos de programa/MySQL/mysql-connector-java-3.1.12/mysql- > connector-java-3.1.12-bin.jar >> org.apache.jetspeed.production.database.user = jetspeed_admin >> org.apache.jetspeed.production.database.password = *pwd2* >> # > ------------------------------------------------------------------------- >> # > --------------------------------------------------------------------------- >> # Dependencies versions >> # > --------------------------------------------------------------------------- >> jetspeed.version=2.0 >> pluto.version=1.0.1 >> portlet.api.version=1.0 >> servlet.api.version=2.3 >> myfaces.version=1.1.0 >> spring.version=1.1.5 >> portals.bridges.common.version=1.0 >> portals.bridges.frameworks.version=1.0 >> portals.bridges.jsf.version=1.0 >> portals.bridges.perl.version=1.0 >> portals.bridges.php.version=1.0 >> portals.bridges.struts.version=1.2.7-1.0 >> portals.bridges.velocity.version=1.0 >> commons.logging.version=1.0.3 >> log4j.version=1.2.8 >> derby.version=10.1.1.0 >> >> portals.bridges.version=1.0 >> bridges.groupId=org.apache.portals.bridges >> # > --------------------------------------------------------------------------- >> >> >> >> >> >> > ------------------------------------------------------------------------ >> <?xml version='1.0' encoding='utf-8'?> >> <tomcat-users> >> <role rolename="tomcat"/> >> <role rolename="role1"/> >> <role rolename="manager"/> >> <role rolename="admin"/> >> <user username="tomcat" password="tomcat" roles="tomcat"/> >> <user username="both" password="tomcat" roles="tomcat,role1"/> >> <user username="role1" password="tomcat" roles="role1"/> >> <user username="j2deployer" password="*pwd1*" roles="admin, manager, > tomcat"/> >> </tomcat-users> >> >> >> > ------------------------------------------------------------------------ >> > --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] org >> For additional commands, e-mail: [EMAIL PROTECTED] > org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] org > > > > > > > Prueba el correo Terra ( http://www.terra.es/correo ); Seguro, rápido, fiable. > > > > ------------------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Prueba el correo Terra ( http://www.terra.es/correo ); Seguro, rápido, fiable.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
