[Dspace-tech] Internal server error

2009-01-15 Thread Miguel Pizarro
Dear Dspace team: In the Dspace page I get the following message: Internal server error And when reviewing the log appears as follows: SQLNestedException: Cannot get a connection, pool exhausted javax.servlet.ServletException: Cannot get a connection, pool exhausted

Re: [Dspace-tech] NetBeans Build problems

2009-01-15 Thread mikan.d.dspace listmail
Daniel & Tim, I managed to compile and run DSpace on Netbeans some weeks ago. Strangely, recently it had stopped working again allthough I hadnt really changed anything. I re-installed Netbeans, checked out fresh source from SVN (tried both 1_5_1 and 1_5_x) but I always got "build failed". The so

Re: [Dspace-tech] Not found FOM_WebContinuation$UserObject even thoughit is there

2009-01-15 Thread Andrew Marlow
On Thu, Jan 15, 2009 at 2:02 AM, Van Ly wrote: > Andrew, > > Try exposing the value of CLASSPATH in the context of where java is called > for DSpace. Locate your .jar file and check its path is listed in CLASSPATH. > I have found a way to make the problem go away. I have disabled all security i

Re: [Dspace-tech] HANDLE server / Oracle / Firewall

2009-01-15 Thread Jordi Barrios
HI, I solved my problem. Looking the code of the HandlePluging, it on the method haveNA, do a comprovation about the name authority that in my case allways return false, then the server never follow the operations. Adding the variable "handle.plugin.checknameauthority" to false on dspace.cfg, t

Re: [Dspace-tech] Fwd: [Dspace-general] Strange duplication in Manakin/XMLUI

2009-01-15 Thread Diggory Mark
It is a caching error in the cocoon pipeline that happens when the webapplication is reloaded. I encounter it generally when working on the xmlui in development, but I've never isolated why it happens. I find that if I completely shut down tomcat and restart it, that the issue goes away.

Re: [Dspace-tech] NetBeans Build problems

2009-01-15 Thread Tim Donohue
Mika, Thanks for the note on this. I've added your information to the Wiki page on DSpace + NetBeans installation. Dan had emailed me off this list to let me know that his problem was with trying to "Build" the wrong DSpace project in NetBeans. - Tim mikan.d.dspace listmail wrote: > Daniel &

Re: [Dspace-tech] DSpace 1.4.2 / 1.5.x filter-media questions

2009-01-15 Thread Tim Donohue
Sue, There were some improvements to 'filter-media' in DSpace 1.5.x. Primarily, there's the addition of two new PDF-specific settings in the dspace.cfg: pdffilter.largepdfs = true pdffilter.skiponmemoryexception = true The former ensures that all PDF text-extractions are written to temporary

Re: [Dspace-tech] NetBeans Build problems

2009-01-15 Thread Daniel MD
Hi, Sorry forgot to reply to all. "Hi Tim, You are correct i was building from one of the subfolders, not the correct folder. DSpace is installed and All is well now. Thank You." On a side note regarding the wiki page you don't need to download an svn client for netbeans it will download using

Re: [Dspace-tech] Internal server error

2009-01-15 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We used to have frequent problems with this, but after I changed max_connections from 100 to 300 in postgresql.conf, we haven't seen this error since. A quick fix for this is to stop and restart either your web server and/or postgresql. Sue Sue Walker-Thornton ConITS Contract NASA Langley Re

Re: [Dspace-tech] Internal server error

2009-01-15 Thread Allen Lam
Your postgresql connection pool is used up. Restart your postgresql service the error will be gone. If you frequently meet the same error, you should tune your postgresql. There are plenty of config options in your postgresql.conf. e.g. max_connections, shared_buffers, work_mem, etc. Consult the

Re: [Dspace-tech] DSpace 1.5 implementation questions

2009-01-15 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Mark - I am having problems with my install. See my comments below: From: Diggory Mark [mailto:mdigg...@gmail.com] Sent: Wednesday, January 07, 2009 6:41 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subj

Re: [Dspace-tech] Fwd: [Dspace-general] Strange duplication in Manakin/XMLUI

2009-01-15 Thread Stan Orlov
Thanks a lot, Mark! I am sure that your suggestion will work, I just can't see the results yet, because after restarting the tomcat I have error 404 on accessing both http://localhost:8080/jspui and http://localhost:8080/xmlui. At the same time, http://localhost:8080 shows the tomcat screen, but

Re: [Dspace-tech] DSpace 1.5 implementation questions

2009-01-15 Thread Diggory Mark
I'll try to give you an answer below... On Jan 15, 2009, at 6:38 PM, Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] wrote: Mark – I am having problems with my install. See my comments below: 3. When I (re-)deploy, am I still going to deploy from the .war file

Re: [Dspace-tech] Fwd: [Dspace-general] Strange duplication in Manakin/XMLUI

2009-01-15 Thread Diggory Mark
I'd check that tomcat is starting with the appropriate server.xml and webapps configuration. Sorry to hear that it's not so straight forward on your end. -Mark On Jan 15, 2009, at 5:49 PM, Stan Orlov wrote: Thanks a lot, Mark! I am sure that your suggestion will work, I just can't see the

Re: [Dspace-tech] Make LDAP login default but still allow Password logins

2009-01-15 Thread Stuart Lewis
Hi Eric, >> Our DSpace server has LDAP and Password authentication enabled. Is >> there an easy way to modify the Manakin Reference theme's "login" >> links to point directly to http://server/ldap-login rather than the >> login chooser at http://server/login? I need to leave password >> authenti