I prematurely logged out of my account at SEASnet and I cannot stop my servlet
container. What should I do?
Students who log out prematurely with their Apache Tomcat
servlet container and cannot get back to end the
process can do the following:
·
Log in to the account
·
Use the ‘ps –e | grep
<user name>”
·
Identify the ID of the other session(s) that
was logged out prematurely
·
Use the “kill <id>” command
·
If that doesn’t stop the process, use the “kill -9 <id>”
command
This should end the processes on the sessions that are
logged out prematurely.
I am assigned to different machines than my project
partner. What should I do?
There would be no need to access the database of your
project partner. Each student should either work on their own copy of the
database, or be working together next to his/her partner. Working on the same
database concurrently will lead to many problems, mainly communication between
partners (if one person changed something and the other person didn’t know). If
students are working on the project separately from their partner, each person
should just work on their own script on his/her own, and then compare notes, or
demonstrate it to the other person on one database. Remember, each pair of
partner should only submit one copy of the project result.
I’d really want to
enroll in the class! How can I get a PTE number?
Students request PTE
numbers should mail the TA at jthsiao@cs.ucla.edu
by Wednesday
Is there a copy of
DB2 I can download for my own personal use?
Yes. Students can download a copy of DB2
Personal Developer's Edition (DB2
UDB PE for Windows) to use DB2 on their own computers. However, copies of DB2
on a student’s own computer will not be supported by the instructor or the TA.
Also, it is the student’s responsibility to make sure that the scripts that the
students produce on their own copy of DB2 also work with the SEASnet version of DB2 when submitting graded material.