Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread abhishek.kulkarni
Full java stack trace: - Caused by: org.xml.sax.SAXException: An error was encountered while processing the 'aspect.general.PageNotFoundTransformer' Wing based component: org.dspace.app.xmlui.aspect.general.PageNotFoundTransformer org.apache.commons.dbcp.SQLNestedException: Cannot get a connecti

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread abhishek.kulkarni
I have created new instance of dspace 3.0, and facing this problem on it. Thanks, Abhishek -- View this message in context: http://dspace.2283337.n4.nabble.com/java-util-NoSuchElementException-Timeout-waiting-for-idle-object-tp4663019p4663078.html Sent from the DSpace - Tech mailing list arch

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread abhishek.kulkarni
I am facing this problem after creation new instance of dspace 3.0. -- View this message in context: http://dspace.2283337.n4.nabble.com/java-util-NoSuchElementException-Timeout-waiting-for-idle-object-tp4663019p4663076.html Sent from the DSpace - Tech mailing list archive at Nabble.com. ---

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread helix84
You should try to raise the number of allowed concurrent transactions in both Postgres configuration (max_connections) and DSpace configuration (db.maxconnections). If you connect to your database and run "SELECT * from pg_stat_activity;" and you see many items as " in transaction", it means all y

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread abhishek.kulkarni
I tried setting db.statementpool = false, still no luck.. Exception in full java stack trace is: - Caused by: org.xml.sax.SAXException: An error was encountered while processing the 'aspect.general.PageNotFoundTransformer' Wing based component: org.dspace.app.xmlui.aspect.general.PageNotFoundTra

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread helix84
Does this help? http://dspace.2283337.n4.nabble.com/Recurring-Error-org-dspace-app-oai-PluginCrosswalk-td4662351.html#a4662359 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -

[Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-05 Thread abhishek.kulkarni
Hi Helix84, I created new instance of dspace3.1 and installation went successful. But, hitting the URL throws following exception:- java.util.NoSuchElementException: Timeout waiting for idle object at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:958)