[Deploying Sakai] (no subject)
Satish Agrawal
satish.agrawal at tcs.com
Tue Feb 9 21:26:31 PST 2010
Hi Steve,
We have created a user and are trying to install sakai using the
non-root user account, its having the required permission in all the
directories, but the artifacts are missing and are not present in
shared/lib, components.
We tried installing sakai binary(windows version) in a window
machine, it was fine and is working great. But, when are trying the same
on Solaris 10, we are facing login issues(with sakai binary) and the page
is not accessible or artifacts are missing while trying sakai-source.
Need your help on this urgently...........please help.
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
02/09/2010 11:29 AM
Cc:
Mustansar Mehmood, production, sakai-dev
Hi Satish,
What is that directory? Does the user that built Sakai have write
permission to that location? Can you find the deployed artifacts (incl
shared/lib and components)
cheers,
Steve
On 09/02/2010, at 4:45 PM, Satish Agrawal wrote:
Hi Steve,
I have used the command "mvn clean install sakai:deploy" to
deploy, and the apache-tomcat location has been defined in the
settings.xml file present in the $HOME/.m2 directory.
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
02/09/2010 10:54 AM
Cc:
Mustansar Mehmood, production, sakai-dev
Hi Satish,
What maven command did you use to build the source?
mvn clean install sakai:deploy -Dmaven.tomcat.home=/path/to/tomcat/
Also, make sure you have gone through the Install Guide to check you have
everything set up correctly:
http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Source+Install+(2.6)
cheers,
Steve
On 09/02/2010, at 4:21 PM, Satish Agrawal wrote:
Hi Steve,
Thanks for ur reply.
I checked the webapps directory and found only the default tomcat
directories, there wasn't any sakai related folders.
Please let me know what we missed or where i wud hav went wrong.
Thanks & Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
02/09/2010 03:06 AM
Cc:
Mustansar Mehmood, production, sakai-dev, Vp Gulati
Hi Satish,
The logfile you sent has no webapps started up, so check the webapps
directory in Tomcat to see where they were deployed to.
cheers,
Steve
On 08/02/2010, at 9:43 PM, Satish Agrawal wrote:
Hi Steve,
We have installed, builded sakai in a Sun Solaris machine
successfully without any error thrown.
But, still we are not able to access the sakai portal, when we are
trying to access the http://URL/portal, its giving a HTTP 404
error(resource not available). We are really confused now, don't know how
to proceed as there is no error message thrown in the catalin file also.
Please help us on this.
Attaching the same below:
Thanks & Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
02/05/2010 10:12 AM
Cc:
Mustansar Mehmood, production, sakai-dev
Hi Satish,
Firstly, remove the webapps that come bundled with Tomcat (*-examples,
balancer etc). That will get rid of the first set of errors in your
previous log file you sent.
Then check you don't have duplicates in the classloader directories, as a
ClassNotFoundException is either it really is missing, or its duplicated.
You could also try adding this:
CLASSPATH=$CATALINA_HOME/common/lib/servlet-api.jar
export CLASSPATH
to explicitly add that jar to the classpath - (relic from Tomcat 4 era)
Finally, can you please try running this as a non-root user out of a home
directory where you set the local environment variables. Can you also send
a printenv so we can see the environment variables and see if everything
is set correctly.
thanks,
Steve
On 05/02/2010, at 3:27 PM, Satish Agrawal wrote:
Hi,
We are having sakai 2.6.1 with jdk 1.5.0_18 in Solaris 10.
I have declared all the global variables like $CATALINA_HOME,
$JAVA_HOME in /etc/profile and exported them in the smae file. I am not
sure if thats the right place to declare, but echoing the variables
displays the correct values.
The jar file is also present in the /common/lib folder of tomcat.
Desperately needs to get the portal working, please help or suggest
any alternative as we are running out of time.
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Mustansar Mehmood
to:
Satish Agrawal
02/04/2010 08:32 PM
Cc:
Steve Swinsburg, production, sakai-dev
Have you setup the proper environment variables like
$CATALINA_HOME $JAVA_HOME $JRE_HOME
also check if there is incomplete or wrong system wide classpath.
also make sure you have servlet-api.jar in $CATALINA_HOME/common/lib
I am assuming you have Sakai 2.6.1 or later with JSE 5.0 on Linux.
Let's know how it goes.
On 02/04/2010 08:40 AM, Satish Agrawal wrote:
Hi Steve,
Thanks for your advice.
As per your advice, i tried installing sakai on a new server freshly
and again the sakai build was successful but after starting tomcat, when
i am trying to access the webpage its throwing some error and alos i am
not able to login.
Please let me know the solution or any alternative ASAP.
The issue doesn't seems to be related to any port or network related.
Attaching the catalina file below:
Thanks & regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
02/01/2010 12:25 PM
Hi Satish,
There are actually 3 ports involved, so if you can 'killall java' until it
says no process killed, then start normally does it work? By default it
will use HSQLDB and default properties, so thats fine, leave it on 8080 in
Tomcat config as those are defaults as well
We are getting somewhere but this is definitely an odd one. Do you have
access to another machine like a local laptop or something?
cheers,
Steve
On 01/02/2010, at 5:48 PM, Satish Agrawal wrote:
Hey Steve,
I have tried starting tomcat on port other than 8080 like on 8181, but
still facing the same issue.
Please let us know if any other issue is there, havn't configured the
database yet, not any sakai.properties file.
Warm Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/29/2010 05:48 PM
Cc:
production, sakai-dev
Hi Satish,
Ok great work!
I believe this error:
caused by: java.lang.NoClassDefFoundError:
javax/servlet/http/HttpServletRequest
is due to the earlier message:
java.net.BindException: Address already in use:8080
which means 8080 already has something listening on it.
So, issue a 'killall java' if that is safe for you, or find the process ID
of the java process and kill it (kill -9 12345) and start Tomcat up again.
cheers,
Steve
On Fri, Jan 29, 2010 at 8:55 PM, Satish Agrawal <satish.agrawal at tcs.com>
wrote:
Hi Steve,
Thanks Steve!!!
I have installed sakai source this time and it took a long time as it
was downloading some files(in the maven repository) required.
It was successfully build also, and after i started tomcat, i was able
to access the portal, but this time it was coming with some error in the
front-page, and am not able to login also.
Please find the attached catalina file and few screenshots of the
front-page and the error-page after trying to login.
I hope we are just close enough to make it work now. Please let me
know what needs to be done, havn't put sakai.properties file anywhere,
hoping that it would start with the default settings. Shall i configure
mysql or try first with the HSQLDB only??
Also, please send me sakai.properties file, if its alright now to
place it in the 'sakai' folder.
<Mail Attachment.gif>
<Mail Attachment.gif>
Thanks & Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/28/2010 05:54 PM
Cc:
production, "sakai-dev at collab.sakaiproject.org List"
Hi Satish,
I would recommend building from source.
You'll need a JDK (preferably 1.6 but 1.5 is ok), and a recent version of
Maven2 installed (2.2.1). You can checkout the source from SVN and then
follow the steps here:
Information about installing from source is here:
http://sakaiproject.org/get-source-code
and a full install guide is here:
http://confluence.sakaiproject.org/display/DOC/Sakai+2.6
You can get this up and running quite quickly by just building and
deploying to Tomcat via Maven, setting the default sakai.properties and
starting up. The install guide covers configuration, which you can skip
for now.
cheers,
Steve
On 28/01/2010, at 11:13 PM, Satish Agrawal wrote:
Hi Steve,
Can you please tell me the steps to install sakai after getting tomcat
and other supporting applications ready.
I am having the latest sakai.tgz file and am extracting it in the
apache-tomcat directory and also have created a sakai directory, please
let me know the further steps form here. Also, could you please send me a
default sakai.properties file.
Would apprecaite an early response....Thanks in advance!!!
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/28/2010 04:46 PM
Cc:
production, "sakai-dev at collab.sakaiproject.org List"
Hi Satish,
The Tomcat version should be ok for now, I use 5.5.28 and it won't cause
those sorts of issues.
>From what you describe, the permissions are definitely the problem here.
When you run 'mvn clean install sakai:deploy' what user/group is that
running as? Does that user have write access to the Tomcat directory?
Also, what user do you start Tomcat as (still root?)
Generally I create a user called 'sakai' and run the Maven build as that
user. I then start Tomcat as that user as well.
cheers,
Steve
On 28/01/2010, at 4:51 PM, Satish Agrawal wrote:
Hi Steve,
I have done installation in two machines, once in fedora and once in
Solaris, i was able to access the portal in fedora but am not able to do
so in solaris system. Have followed the same process in both the machines.
But, one difference i found in the file permissions in both the machines,
was that, in solaris it was creating some files(related to sakai only like
'common','components','webapps' etc.) with user as '501' and group user as
'others' while in fedora, for the same files, the user was 'mysql' and
group user was 'wheel'. Does that make a difference...Is that any issue??
Also, i was going through the sakai portal and i got to know that its
recommended to install tomcat 5.5.26, but we have installed 5.5.28. Please
let us know if there is any issue with the tomcat we have installed.
Thanks & Regards
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/27/2010 04:52 PM
Cc:
production, "sakai-dev at collab.sakaiproject.org List"
Hi Satish,
I think this might still be a permissions issue. Can you please try to run
this locally in your home directory or on a different machine.
Also, can you please do a full recursive directory listing including all
permissions: 'ls -laR'
cheers,
Steve
On 27/01/2010, at 5:18 PM, Satish Agrawal wrote:
Hi Steve,
Again, few errors are coming while starting tomcat after installing
sakai. Now, i am not even able to open the web as the sakai application is
not getting started properly.
Please have a look at the catalina file attached below and let us know
what needs to be changed or where are we going wrong...even i am trying to
first make the application up by using the the default database provided,
but that is also not working......
Thanks & Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/22/2010 05:35 PM
Cc:
production, "sakai-dev at collab.sakaiproject.org List"
Hi Satish,
Whilst root should have the correct permissions, it not advised to run
Tomcat as the root user. Rather, create a 'sakai' user and give that user
r/w over the Tomcat area, and use that user to deploy Sakai. The reason is
that it's possible for deployed apps to run system commands and processes.
But see how you go with the fresh Tomcat. Also try the local install as a
normal user.
cheers,
Steve
On 22/01/2010, at 10:47 PM, Satish Agrawal wrote:
Hi Steve,
I using root login for installation and all other purposes.
I have removed sakai and installed tomcat freshly in the server today, it
worked fine....was able to access the default tomcat page through the web.
Attaching the catalina.out file below
Will go for deploying sakai again now and let you know in case of any
issues.
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/22/2010 01:50 PM
Cc:
production, "sakai-dev at collab.sakaiproject.org List"
Actually, I'd suggest just starting a fresh Tomcat without deploying
anything into it to see how that starts up, same process as you just did
but without deploying Sakai first.
Also, does the Maven build complete successfully when you build Sakai?
cheers.
On 22/01/2010, at 7:12 PM, Steve Swinsburg wrote:
Hi Satish,
There are quite a few errors in those logs so something is either up with
the deployment or Tomcat/permissions.
What version Tomcat and does the user that starts Tomcat have enough
permissions? If you have a local system, try building and deploying there
into a Tomcat in your home directory, so you know its got the correct
permissions and see how you go.
Steve
On 22/01/2010, at 4:31 PM, Satish Agrawal wrote:
Hi Steve,
I have installed everything freshly on a different server, and this time
the application is even not accessible through web.
I am attaching the log files, please have a look at them and let me know
any solution.
Thanks & Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/20/2010 11:47 AM
Cc:
production, "sakai-dev at collab.sakaiproject.org List"
Hi Satish,
Copying the dev list to see if we can get another perspective on this...
If the same issue is happening with HSQL, then something must be up with
the build/deployment. Can you rebuild and deploy to a fresh Tomcat? Clean
out your Maven repository as well (delete ~/.2/repository).
Have you got any settings in Tomcat that are out of the ordinary?
It's odd that it's only happening with your admin user and no other user.
Can you activate the web services in sakai properties and then make a web
service call to the server to change the password for the admin user and
see if that has any effect?
Hope this helps,
cheers,
Steve
On 20/01/2010, at 5:10 PM, Satish Agrawal wrote:
Hi Steve,
Can you please help us on the issue as we are heading nowhere and the
login issue is not getting resolved.
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Hi Steve,
I tried using the default database instead of MySQL, but still the same
error is encountered.
Please find attach the properties file as well as the catalina file.
Thanks & Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/18/2010 03:57 PM
Cc:
production
Hi Satish,
It's still looking like a database error.
2010-01-18 14:55:05,991 INFO main
org.sakaiproject.springframework.orm.hibernate.AddableSessionFactoryBean -
Building new Hibernate SessionFactory
2010-01-18 14:55:06,259 WARN main org.hibernate.cfg.SettingsFactory -
Could not obtain connection metadata
java.sql.SQLException: Access denied for user 'sakaiuser'@'localhost'
(using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
To get to the bottom of this, can you comment out the MySQL block and
username/password in sakai.properties and restore the HSQL ones, and
startup that way? The username for HSQL is 'sa', no password.
Also, does your MySQL user have full privileges on this database. (grant
all on dbname.* to sakaiuser@'localhost' identified by 'password';)
cheers,
Steve
On 18/01/2010, at 8:43 PM, Satish Agrawal wrote:
Hi Steve,
Got install the 'sakai' database freshly again, but still getting the same
error in login as 'admin'.
Please find the latest catalina.out file.
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/18/2010 02:36 PM
Yes try that and see how you go. Is auto.ddl=true in sakai.properties?
cheers,
Steve
On 18/01/2010, at 5:31 PM, Satish Agrawal wrote:
Hi Steve,
Yes, the database was created as UTF8 only....we can drop the database and
create it once again.
Shall i give that a try??
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/18/2010 11:58 AM
Hi Satish,
Upper and lower case shouldn't matter. Was your database created as utf8?
It might be an issue with the password perhaps.
Is it an option to drop and recreate the database?
cheers,
Steve
On 18/01/2010, at 5:22 PM, Satish Agrawal wrote:
Hi Steve,
Its a fresh installation of everything, we have installed sakai freshly on
a fresh tomcat, mysql and other applications....We are having problem when
we are trying to login using the admin account only, and a new account
creation is easily done.
I am able to connect to the database using the user details mentioned in
my sakai.properties file and also the database shows 291 tables present in
the sakai db(some tables are in uppercase and some in lowercase, could
that be a problem??).
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/18/2010 11:38 AM
Hi Satish,
Check your database connection details, there are a number of db related
errors from previous start ups.
Did you upgrade or is this a fresh install. And is it a fresh tomcat or
did it have an older version of Sakai deployed to it before?
cheers,
Steve
On 18/01/2010, at 4:55 PM, Satish Agrawal wrote:
Hi Steve,
Please find the entire catalina.out file attached below
Warm Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/18/2010 11:23 AM
Hi Satich,
I need the entire catalina.out from Tomcat, as that is just the most
recent error but there will no doubt be more before it.
cheers,
Steve
On 18/01/2010, at 4:46 PM, Satish Agrawal wrote:
Hi Steve,
Sorry for not mentioning that, we have installed sakai 2.6.1 on a fedora
machine and are using JDK 1.5.0_21, MySQL 5.0.89, Tomcat 5.5.28 and
apache-maven 2.2.1.
Please find attached below the catalina.out file with the specific error
message.
Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Re: [Deploying Sakai] (no subject)
Steve Swinsburg
to:
Satish Agrawal
01/18/2010 11:09 AM
Cc:
production
Hi Satish,
Which version Sakai have you installed? Can you attach the catalina.out
from Tomcat/logs/ and we can take a look at possible issues.
cheers,
Steve
On 18/01/2010, at 4:29 PM, Satish Agrawal wrote:
Hi,
I have installed 'Sakai', but not able to login using the admin account
and getting the below error on login:
2010-01-18 10:56:03,830 WARN http-8080-Processor23
org.sakaiproject.portal.util.ErrorReporter - Bug Report bug-id:
b3f2fd6b-c06a-4b67-857f-3583be70bb13 user: null usage-session: null time:
Jan 18, 2010 10:55:40 user comment: null stack trace
org.sakaiproject.portal.api.PortalHandlerException:
java.lang.NullPointerException
at
org.sakaiproject.portal.charon.handlers.XLoginHandler.doPost(XLoginHandler.java:50)
caused by: java.lang.NullPointerException
at
org.sakaiproject.portal.charon.SkinnableCharonPortal.doLogin(SkinnableCharonPortal.java:861)
at
org.sakaiproject.portal.charon.handlers.XLoginHandler.doGet(XLoginHandler.java:61)
at
org.sakaiproject.portal.charon.handlers.XLoginHandler.doPost(XLoginHandler.java:50)
at
org.sakaiproject.portal.charon.SkinnableCharonPortal.doPost(SkinnableCharonPortal.java:1059)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.sakaiproject.util.RequestFilter.doFilter(RequestFilter.java:616)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:595)
Tool Placement:
No Placement
Request:
: AuthType:null
: CharEncoding:UTF-8
: ContentLength:31
: ContentType:application/x-www-form-urlencoded
: ContextPath:/portal
: LocalAddress:172.25.140.147
: LocalName:172.25.140.147
: LocalPort:8080
: Method:POST
: PathInfo:/xlogin
: Protocol:HTTP/1.1
: QueryString:null
: RemoteAddress:172.25.140.137
: RemoteHost:172.25.140.137
: RemotePort:1372
: Requested URL:http://172.25.140.147:8080/portal/xlogin
: Scheme:http
: ServerName:172.25.140.147
: Headers:
: Header:accept:*/*
: Header:referer:http://172.25.140.147:8080/portal
: Header:accept-language:en-us
: Header:content-type:application/x-www-form-urlencoded
: Header:ua-cpu:x86
: Header:accept-encoding:gzip, deflate
: Header:user-agent:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT
5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648;
.NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
: Header:host:172.25.140.147:8080
: Header:content-length:31
: Header:connection:Keep-Alive
: Header:cache-control:no-cache
: Header:cookie:---censored---
: Parameters:
: Parameter:eid:0:----censored----
: Parameter:pw:0:----censored----
: Parameter:submit:0:Login
: Attributes:
:
Attribute:sakai.session:org.sakaiproject.tool.impl.SessionComponent$MySession at 36799353
: Attribute:sakai.character.encoding.done:sakai.character.encoding.done
: Attribute:sakai.filtered:sakai.filtered
Session:
: Created:1263792333497
: LastAccess:1263792363745
: MaxInactive:3600
: Attributes:
: Attribute:portalskin:defaultskin
2010-01-18 10:56:03,946 WARN http-8080-Processor23
org.sakaiproject.email.impl.BasicEmailService - send:
javax.mail.internet.AddressException: Illegal address in string ``''
Please help me out of this.
Warm Regards,
Satish Kumar Agrawal
Tata Consultancy Services
Plot No 1, Survey No. 64/2, Software Units Layout
Serilingampally Mandal, Madhapur
Hyderabad - 500034,Andhra Pradesh
India
Buzz:- 040 6667 3318
Mailto: satish.agrawal at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
_______________________________________________
production mailing list
production at collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/production
TO UNSUBSCRIBE: send email to
production-unsubscribe at collab.sakaiproject.org with a subject of
"unsubscribe"
<catalina.out>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
<catalinabig.out>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
<catalina.out>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
<sakai.properties><catalina.out>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
<catalina.out><localhost.2010-01-21.log>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
<catalina.out>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
<catalina.out>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
_______________________________________________
production mailing list
production at collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/production
TO UNSUBSCRIBE: send email to
production-unsubscribe at collab.sakaiproject.org with a subject of
"unsubscribe"
--
Mustansar Mehmood
Educational System Developer& Integrator
Information Technology
6100 Main St. MS 119
Houston Texas 77005
Phone:(713)348-2523
Fax :(713)348 6099
email:mustansar at rice.edu
I have yet to see any problem, however complicated, which, when,you looked
at it in the right way, did not become still more complicated.
-- Poul Anderson
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
<catalina.out>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/production/attachments/20100210/5b7666c1/attachment-0001.html
More information about the production
mailing list