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

Aaron Zeckoski azeckoski at unicon.net
Sun Oct 6 05:36:56 PDT 2013


This might be easier if it is available in whatever flavor of unix OS you have.
killall -9 java

-AZ


On Sun, Oct 6, 2013 at 5:21 AM, Jehan Badshah <jehan.badshah at nu.edu.pk> wrote:
>
> 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 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"
>>
>>
>>
>> _______________________________________________
>> 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
>
>
>
> _______________________________________________
> 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"



-- 
Aaron Zeckoski - Software Architect - http://tinyurl.com/azprofile


More information about the sakai-dev mailing list