|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[Building Sakai] Profile2 not loading on sakai-2.8.2 ufter uprade from sakai-2.7.1Hi
I'm hitting a problem on my installation. I'm upgrading from sakai-2.7.1 to sakai-2.8.2 and I'm unable do load the tool sakai.profile2 Previously to the upgrade I had profile2 1.3.14 working fine, but now the tool doesn't show up and no error or warning is send to the logs (on tomcat startup and on clicking on the tool). Looking at he logs I see the tool being loaded without errors, but if I go to site administration, adding a new page and then adding a tool I can only find sakai.profile and can't find sakai.profile2. I searched the mailling list and googled but can't find any clue. The only thing that come to my mind was that on the previous installation I had to do a few local modifications to Profile2 to get the oficial photos from the database, but I didn't touch any Profile2 table. Also, the database upgrade went fine. Can anybody think of anything? Thanks -- _____________________________________________________ | Evandro Pires Alves | gab. 13 | ESTiG | ext. 3804 | ===================================================== _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Profile2 not loading on sakai-2.8.2 ufter uprade from sakai-2.7.1Hi,
Have you got duplicates in shared/lib? There is a db upgrade to convert all placements of sakai.profile to sakai.profile2, did you run that? It sounds like the tool hasn't actually been deployed if it shows a blank page when you click on it. cheers, Steve On 24/08/2012, at 3:09 AM, Evandro Pires Alves <evandro@...> wrote: > Hi > > I'm hitting a problem on my installation. I'm upgrading from sakai-2.7.1 > to sakai-2.8.2 and I'm unable do load the tool sakai.profile2 > > Previously to the upgrade I had profile2 1.3.14 working fine, but now > the tool doesn't show up and no error or warning is send to the logs (on > tomcat startup and on clicking on the tool). > > Looking at he logs I see the tool being loaded without errors, but if I > go to site administration, adding a new page and then adding a tool I > can only find sakai.profile and can't find sakai.profile2. > > I searched the mailling list and googled but can't find any clue. The > only thing that come to my mind was that on the previous installation I > had to do a few local modifications to Profile2 to get the oficial > photos from the database, but I didn't touch any Profile2 table. > > Also, the database upgrade went fine. > > Can anybody think of anything? > > Thanks > > > -- > _____________________________________________________ > | Evandro Pires Alves | gab. 13 | ESTiG | ext. 3804 | > ===================================================== > > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Profile2 not loading on sakai-2.8.2 ufter uprade from sakai-2.7.1Hi Steve,
it's strange because I seen in the logs 2012-08-23 17:11:02,033 INFO main org.apache.catalina.startup.HostConfig - Deploying web application archive profile2-tool.war and I have run all the conversions I have found. I just checked on svn/profile2/tags/profile2-1.4.9/docs/database/oracle/ all the conversions suitable and they are on my main db conversion script. Also, I can't find the conversion you mention, but I think it's something like update SAKAI_SITE_TOOL set REGISTRATION='sakai.profile2' where REGISTRATION='sakai.profile' On my test site I have REGISTRATION='sakai.profile2', and if I change that to 'sakai.profile' I get the old Profile tool. I really don't get this, gonna try debugging the whole Sakai stack :) Sex, 2012-08-24 às 07:27 +1000, Steve Swinsburg escreveu: > Hi, > > Have you got duplicates in shared/lib? > > There is a db upgrade to convert all placements of sakai.profile to sakai.profile2, did you run that? It sounds like the tool hasn't actually been deployed if it shows a blank page when you click on it. > > cheers, > Steve > > > > > On 24/08/2012, at 3:09 AM, Evandro Pires Alves <evandro@...> wrote: > > > Hi > > > > I'm hitting a problem on my installation. I'm upgrading from sakai-2.7.1 > > to sakai-2.8.2 and I'm unable do load the tool sakai.profile2 > > > > Previously to the upgrade I had profile2 1.3.14 working fine, but now > > the tool doesn't show up and no error or warning is send to the logs (on > > tomcat startup and on clicking on the tool). > > > > Looking at he logs I see the tool being loaded without errors, but if I > > go to site administration, adding a new page and then adding a tool I > > can only find sakai.profile and can't find sakai.profile2. > > > > I searched the mailling list and googled but can't find any clue. The > > only thing that come to my mind was that on the previous installation I > > had to do a few local modifications to Profile2 to get the oficial > > photos from the database, but I didn't touch any Profile2 table. > > > > Also, the database upgrade went fine. > > > > Can anybody think of anything? > > > > Thanks > > > > > > -- > > _____________________________________________________ > > | Evandro Pires Alves | gab. 13 | ESTiG | ext. 3804 | > > ===================================================== > > > > _______________________________________________ > > sakai-dev mailing list > > sakai-dev@... > > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" > -- _____________________________________________________ | Evandro Pires Alves | gab. 13 | ESTiG | ext. 3804 | ===================================================== _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Profile2 not loading on sakai-2.8.2 ufter uprade from sakai-2.7.1Problem solved, but don't understand why.
I just svn co profile2-1.4.9 && mvn install && mvn deploy After a tomcat restart it's working... Thanks Sex, 2012-08-24 às 11:31 +0100, Evandro Pires Alves escreveu: > Hi Steve, > it's strange because I seen in the logs > > 2012-08-23 17:11:02,033 INFO main > org.apache.catalina.startup.HostConfig - Deploying web application > archive profile2-tool.war > > and I have run all the conversions I have found. I just checked on > svn/profile2/tags/profile2-1.4.9/docs/database/oracle/ all the > conversions suitable and they are on my main db conversion script. > > Also, I can't find the conversion you mention, but I think it's > something like > > update SAKAI_SITE_TOOL set REGISTRATION='sakai.profile2' where > REGISTRATION='sakai.profile' > > On my test site I have REGISTRATION='sakai.profile2', and if I change > that to 'sakai.profile' I get the old Profile tool. > > I really don't get this, gonna try debugging the whole Sakai stack :) > > Sex, 2012-08-24 às 07:27 +1000, Steve Swinsburg escreveu: > > Hi, > > > > Have you got duplicates in shared/lib? > > > > There is a db upgrade to convert all placements of sakai.profile to sakai.profile2, did you run that? It sounds like the tool hasn't actually been deployed if it shows a blank page when you click on it. > > > > cheers, > > Steve > > > > > > > > > > On 24/08/2012, at 3:09 AM, Evandro Pires Alves <evandro@...> wrote: > > > > > Hi > > > > > > I'm hitting a problem on my installation. I'm upgrading from sakai-2.7.1 > > > to sakai-2.8.2 and I'm unable do load the tool sakai.profile2 > > > > > > Previously to the upgrade I had profile2 1.3.14 working fine, but now > > > the tool doesn't show up and no error or warning is send to the logs (on > > > tomcat startup and on clicking on the tool). > > > > > > Looking at he logs I see the tool being loaded without errors, but if I > > > go to site administration, adding a new page and then adding a tool I > > > can only find sakai.profile and can't find sakai.profile2. > > > > > > I searched the mailling list and googled but can't find any clue. The > > > only thing that come to my mind was that on the previous installation I > > > had to do a few local modifications to Profile2 to get the oficial > > > photos from the database, but I didn't touch any Profile2 table. > > > > > > Also, the database upgrade went fine. > > > > > > Can anybody think of anything? > > > > > > Thanks > > > > > > > > > -- > > > _____________________________________________________ > > > | Evandro Pires Alves | gab. 13 | ESTiG | ext. 3804 | > > > ===================================================== > > > > > > _______________________________________________ > > > sakai-dev mailing list > > > sakai-dev@... > > > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > > > > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" > > > -- _____________________________________________________ | Evandro Pires Alves | gab. 13 | ESTiG | ext. 3804 | ===================================================== _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
| Free embeddable forum powered by Nabble | Forum Help |