From: Aplaws D. L. <apl...@li...> - 2009-02-11 09:50:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6398975 By: oliew [2009/02/11 09:40:01] init exception for `worker' java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start(Native Method) Has anyone seen this message before? for some reason our APLAWS instance just decides to go to service unavailable every so often and this is what i see in error.log ive made some changes to the envvars and added Xss1024k ## Jave Runtime Environment parameters JAVA_OPTS=-Xms1024m -Xmx1024m -Xss1024k #-Xss1024k added in because of java stack size the application server is a dual xeon with 4gb ram. any help would be appreciated thanks Oli ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-02-11 09:57:40
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6399038 By: terry_permeance Try adding these two settings: -XX:PermSize=256m -XX:MaxPermSize=256m The "permanent" area of memory stores classes so such settings are typical for large Java applications with lots of classes. Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-02-11 10:43:22
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6399359 By: oliew Terry, thanks for that, i have added these to my envvars and done a restart lets see if it fixes the problem :) do you think i need my -Xss set to 1mb? regards Olie ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-02-11 11:19:15
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6399615 By: terry_permeance Possibly not. Did you add it to try and fix the OutOfMemoryError's? Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-02-11 11:29:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6399670 By: oliew Terry, yes that was my first attempt to fix the errors, but it didnt really work. :) ill give the site a day or two and see if i get any downtime which i shouldnt and ill let you know on here ! thanks Oli ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-02-24 12:11:01
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6512545 By: oliew ok ive had some downtime over the weekend and looking at the logs its very sporadic when the site goes down.. its looking like its when the search is used but i can only find this sort of log: -*-*-*- Section: Request summary -*-*-*- Context path: /ccm-ldn-search Request URI: /ccm-ldn-search/files/ Query string: app-id=2046 Method: GET Remote user: null -*-*-*-*-*- End Error Report -*-*-*-*-*- 2009-02-24 11:51:55,659 [72.51] FATAL logging.ErrorReport - -*-*-*-*-*- Begin Error Report -*-*-*-*-*- -*-*-*- ACS Error Report Code: localhost:228199:11fa8207e0b -*-*-*- -*-*-*- Message 1: com.caucho.jsp.JspLineException: no path to XSL stylesheet found; try modifying /WEB-INF/resources/aplaws-stylesheet-paths.txt -*-*-*- -*-*-*- Message 2: java.lang.RuntimeException: no path to XSL stylesheet found; try modifying /WEB-INF/resources/aplaws-stylesheet-paths.txt -*-*-*- -*-*-*- Section: CCM User -*-*-*- Party not logged in maybe its when someone is using lucene search on page 20 or something i know that it causes some errror if you keep going through the search results. cheers Oli ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-02-24 17:02:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6515177 By: oliew ive just done a test and when lucene is asked to get more than 9 or so pages i get a 500error with the " no path to XSL stylesheet found; try modifying /WEB-INF/resources/aplaws-stylesheet-paths.txt -*-*-*-" then the website seems ok for 2 more next pages then if i keep refreshing and searching more i get the dreaded service unavailable 503 error. if i then refresh the search error page the website is back. any ideas? ta Oli ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-02-25 13:10:10
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6524382 By: oliew today i had another downtime but managed to see a screen of what was being displayed this was to an external company they emailed me the screenshot when they tried to load the website: Directory of / -tmp -webapps -.bash logout -conf -data -.bashrc -logs -.bash_profile first i thought hmm this is /usr/share/ccm directory but is it? its back now so i cant delve deeper into the error to see what is wrong someone please help?! thanks Oli ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-03-04 02:21:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6619546 By: terry_permeance Do you have an Apache httpd out the front? Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |
From: Aplaws D. L. <apl...@li...> - 2009-03-04 10:46:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6625007 By: oliew terry no resin is doing this the ccm start container=resin I used to have apache at front using the mod caucho I think in the httpd but when I made the new boxes I didn't use apache, you think apache would help? thanks oli ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |