[Building Sakai] ERRORS installing SAKAI 2.9.3 on CentOS 6.4 64-bit

Jehan Badshah jehan.badshah at nu.edu.pk
Sun Oct 6 02:21:14 PDT 2013


You should kill existing java process by following way

ps -ax | grep java

It will give you process id in the first column, let suppose above
command show following like output

7456 pts/3    Z      0:00 [java] <defunct>


in the above line  7456 will be the process id number, you should kill
it by following commanad

kill -9 7456
then start tomcat

Thanks






On Sun, Oct 6, 2013 at 6:24 AM, Mark J. Norton <markjnorton at earthlink.net>wrote:

>  You might also try "ps -ax" and look for any processes running Java.  I
> agree with Matt.  It's probably a default tomcat running.  I've seen this
> sort of thing before, especially on cloud servers cloned from a template
> server.
>
>
> On 10/5/2013 8:44 PM, Matthew Jones wrote:
>
> I'd bet there is something listening, probably a default tomcat that was
> installed from the package manager or something. At least that's the
> usually problem with ubuntu.
>
>  Try lsof to see what's listening on the port. You can also go into
> conf/server.xml and change the port there from 8080 to something else. You
> might have to change all of the other ports too.
>
>  sudo lsof -i :8080
>
>
> _______________________________________________
> sakai-dev mailing listsakai-dev at collab.sakaiproject.orghttp://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"
>
>
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>



-- 

Regards
----------------------------------------------------
Jehan Badshah | Team Lead
Sakai Learning and Teaching Environment (SLATE)
URL: http://slate.nu.edu.pk,
National University of Computer and Emerging Sciences
UAN: +92 (0) 51 - 111 128 128 ext 344
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20131006/6198f7d9/attachment.html 


More information about the sakai-dev mailing list