Anyone know a way to prevent this BEA-000610?
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Bea-000610
Collapse
X
-
Bea-000610
Insanity: repeating the same actions, but expecting different results.
threadeds website, and here's my blog.
-
Erm, 2:16pm?Originally posted by threadedAnyone know a way to prevent this BEA-000610?Call the cops
-
Give us the whole stack trace and I'll have a go - BEA-000610 is the standard "something's up but I don't know what"...Originally posted by threadedAnyone know a way to prevent this BEA-000610?The squint, the cocked eye and clenched first are the cornerstones of all Merseyside communication from birth to graveComment
-
Nah, no stack trace. The server just halts for 20 seconds, then spits out a log line containing this, loses 5M of memory and carries on.Originally posted by EqualOpportunitiesGive us the whole stack trace and I'll have a go - BEA-000610 is the standard "something's up but I don't know what"...
If you know a way to make it give up a stack trace for this that'd be nice as it currently appears randomly.Insanity: repeating the same actions, but expecting different results.
threadeds website, and here's my blog.
Comment
-
Put a
in some deep down base class in the application. Sounds like it's throwing an error rather than an exception - could be the JVM running out of usable heap and WebLogic is managing to recover somehow.Code:try { .... } catch (Throwable e) { e.printStackTrace(); throw e; }Comment
-
Sounds to me like a connection leak (but it could indeed be many other things) - try enabling leak profiling, if you've not already.Originally posted by threadedNah, no stack trace. The server just halts for 20 seconds, then spits out a log line containing this, loses 5M of memory and carries on.
If you know a way to make it give up a stack trace for this that'd be nice as it currently appears randomly.The squint, the cocked eye and clenched first are the cornerstones of all Merseyside communication from birth to graveComment
-
Tried that, and nothing, so it must be internal to BEA.Originally posted by Cowboy BobPut a
in some deep down base class in the application. Sounds like it's throwing an error rather than an exception - could be the JVM running out of usable heap and WebLogic is managing to recover somehow.Code:try { .... } catch (Throwable e) { e.printStackTrace(); throw e; }Insanity: repeating the same actions, but expecting different results.
threadeds website, and here's my blog.
Comment
-
Tried that, unfortunately nearly all the code is springified hibernate stuff so it tells me not a lot.Originally posted by EqualOpportunitiesSounds to me like a connection leak (but it could indeed be many other things) - try enabling leak profiling, if you've not already.
Yet both suggestions have been helpful, thanks.Insanity: repeating the same actions, but expecting different results.
threadeds website, and here's my blog.
Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Contractors, Joint & Several Liability’s unintended consequences are already piling up Today 07:29
- Contractors, did you know self-employed DBS Checks have changed, for the better? Yesterday 07:56
- Offshoring harms already fraught IT contractors. Here’s what ministers can do Mar 16 07:57
- Dividends in 2026/27: an expert’s explainer for contractors Mar 13 07:20
- Dividends in 2026/27: an expert’s explainer for contractors Mar 13 07:04
- Contracting Awards 2026 opens for entries — with new AI category Mar 12 07:26
- Contracting Awards 2026 opens for entries — with new AI category Mar 12 07:26
- Contractors, beware these four traps in the UK’s Statutory Residence Test Mar 11 08:18
- Contractors, beware these four traps in the UK’s Statutory Residence Test Mar 11 00:23
- ‘Stable’ IT contractor demand moved near growth in February 2026 Mar 10 07:16

Comment