[Building Sakai] Turnitin timeout

View: New views
5 Messages — Rating Filter:   Alert me  

[Building Sakai] Turnitin timeout

by Sanghyun Jeon :: Rate this Message:

| View Threaded | Show Only this Message

Hello,
 
Is there anybody assigning a timeout value for turnitin connection?
 
Sanghyun

_______________________________________________
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] Turnitin timeout

by Jehan Badshah :: Rate this Message:

| View Threaded | Show Only this Message

Dear Sanghyun Jeon

clear all records from scheduler_trigger_events  table, 
then you will not face timeout problem.

Thanks

On Fri, Jun 22, 2012 at 12:22 AM, Sanghyun Jeon <euksa99@...> wrote:
Hello,
 
Is there anybody assigning a timeout value for turnitin connection?
 
Sanghyun

_______________________________________________
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"



--

Regards
----------------------------------------------------
Jehan Badshah | Sr. Software Engineer & Team Lead
Department of Research & Development
National University of Computer and Emerging Sciences
A.K. Brohi Road, H-11/4, Islamabad
UAN: +92 (0)51 - 111 128 128 ext 344



_______________________________________________
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] Turnitin timeout

by Sanghyun Jeon :: Rate this Message:

| View Threaded | Show Only this Message

Thank you for your advice.
 
I am wondering what kind of error you had experienced from tii timeout.


Currently we are suffering from two distinct IOException:
java.net.NoRouteToHostException and

HTTP response code: 500 for URL: https://www.turnitin.com/api.asp

 

We can handle 500. However, in case of noroutetohostexception, TII is frozen while waiting any available route. We need to delete the table manually.

 

Sanghyun

 

 



On Wed, Jun 27, 2012 at 2:00 PM, Jehan Badshah <jehan.badshah@...> wrote:
Dear Sanghyun Jeon

clear all records from scheduler_trigger_events  table, 
then you will not face timeout problem.

Thanks

On Fri, Jun 22, 2012 at 12:22 AM, Sanghyun Jeon <euksa99@...> wrote:
Hello,
 
Is there anybody assigning a timeout value for turnitin connection?
 
Sanghyun

_______________________________________________
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"



--

Regards
----------------------------------------------------
Jehan Badshah | Sr. Software Engineer & Team Lead
Department of Research & Development
National University of Computer and Emerging Sciences
A.K. Brohi Road, H-11/4, Islamabad
UAN: +92 (0)51 - 111 128 128 ext 344




_______________________________________________
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] Turnitin timeout

by Jehan Badshah :: Rate this Message:

| View Threaded | Show Only this Message

Yes! 

I also experienced same problem, and when I deleted  scheduler_trigger_events    then everything started working fine.


On Thu, Jun 28, 2012 at 9:13 PM, Sanghyun Jeon <euksa99@...> wrote:
Thank you for your advice.
 
I am wondering what kind of error you had experienced from tii timeout.


Currently we are suffering from two distinct IOException:
java.net.NoRouteToHostException and

HTTP response code: 500 for URL: https://www.turnitin.com/api.asp

 

We can handle 500. However, in case of noroutetohostexception, TII is frozen while waiting any available route. We need to delete the table manually.

 

Sanghyun

 

 



On Wed, Jun 27, 2012 at 2:00 PM, Jehan Badshah <jehan.badshah@...> wrote:
Dear Sanghyun Jeon

clear all records from scheduler_trigger_events  table, 
then you will not face timeout problem.

Thanks

On Fri, Jun 22, 2012 at 12:22 AM, Sanghyun Jeon <euksa99@...> wrote:
Hello,
 
Is there anybody assigning a timeout value for turnitin connection?
 
Sanghyun

_______________________________________________
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"



--

Regards
----------------------------------------------------
Jehan Badshah | Sr. Software Engineer & Team Lead
Department of Research & Development
National University of Computer and Emerging Sciences
A.K. Brohi Road, H-11/4, Islamabad
UAN: +92 (0)51 - 111 128 128 ext 344






--

Regards
----------------------------------------------------
Jehan Badshah | Sr. Software Engineer & Team Lead
Department of Research & Development
National University of Computer and Emerging Sciences
A.K. Brohi Road, H-11/4, Islamabad
UAN: +92 (0)51 - 111 128 128 ext 344



_______________________________________________
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] Turnitin timeout

by Sanghyun Jeon :: Rate this Message:

| View Threaded | Show Only this Message

Actually, we deleted from sakai.qrtz_fired_trigger table to release the frozen tii. What I want to do is to prevent or handle the tii exception gracefully, so that I would like to prevent the tii from hanging / freezing again. I am coding the user defined exception handling. At the same time, I want to play with TII timeout value in order to pass the time out value to HttpURLConnection.
Have you ever set the value for tii timeout?
 
Sanghyun

On Thu, Jun 28, 2012 at 12:19 PM, Jehan Badshah <jehan.badshah@...> wrote:
Yes! 

I also experienced same problem, and when I deleted  scheduler_trigger_events    then everything started working fine.


On Thu, Jun 28, 2012 at 9:13 PM, Sanghyun Jeon <euksa99@...> wrote:
Thank you for your advice.
 
I am wondering what kind of error you had experienced from tii timeout.


Currently we are suffering from two distinct IOException:
java.net.NoRouteToHostException and

HTTP response code: 500 for URL: https://www.turnitin.com/api.asp

 

We can handle 500. However, in case of noroutetohostexception, TII is frozen while waiting any available route. We need to delete the table manually.

 

Sanghyun

 

 



On Wed, Jun 27, 2012 at 2:00 PM, Jehan Badshah <jehan.badshah@...> wrote:
Dear Sanghyun Jeon

clear all records from scheduler_trigger_events  table, 
then you will not face timeout problem.

Thanks

On Fri, Jun 22, 2012 at 12:22 AM, Sanghyun Jeon <euksa99@...> wrote:
Hello,
 
Is there anybody assigning a timeout value for turnitin connection?
 
Sanghyun

_______________________________________________
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"



--

Regards
----------------------------------------------------
Jehan Badshah | Sr. Software Engineer & Team Lead
Department of Research & Development
National University of Computer and Emerging Sciences
A.K. Brohi Road, H-11/4, Islamabad
UAN: +92 (0)51 - 111 128 128 ext 344






--

Regards
----------------------------------------------------
Jehan Badshah | Sr. Software Engineer & Team Lead
Department of Research & Development
National University of Computer and Emerging Sciences
A.K. Brohi Road, H-11/4, Islamabad
UAN: +92 (0)51 - 111 128 128 ext 344




_______________________________________________
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"