20 Most Recent Business Objects Full Version for PC Questions & Answers

0helpful
1answer

Websphere thread hungs

The issue usually manifests itself with a line in the SystemOut.log or equivalent reporting the following:
WSVR0605W: Thread "THREAD NAME : ID" (55c8824f) has been active for 600,112 milliseconds and may be hung. There are 1 threads in total in the server that may be hung.

If you do a thread dump in your App Server at this point, you will see something like so:

- waiting on <0x93d29020> (a java.lang.Object)
at java.lang.Object.wait(Object.java:429)
at com.crystaldecisions.thirdparty.com.ooc.OB.Downcall.waitUntilCompleted(Downcall.java:831)
- locked <0x93d29020> (a java.lang.Object)
at com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClientWorkerThreaded.receive(GIOPClientWorkerThreaded.java:327)
at com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClientWorkerThreaded.sendReceive(GIOPClientWorkerThreaded.java:353)
at com.crystaldecisions.thirdparty.com.ooc.OB.Downcall.request(Downcall.java:336)
at com.crystaldecisions.thirdparty.com.ooc.OB.DowncallStub.invoke(DowncallStub.java:583)
at com.crystaldecisions.thirdparty.com.ooc.CORBA.Delegate.invoke(Delegate.java:579)
at com.crystaldecisions.thirdparty.org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:125)
at com.crystaldecisions.enterprise.ocaframework.idl.OCA.OCAi._InfoStoreEx3Stub.queryEx3(_InfoStoreEx3Stub.java:62)
at com.crystaldecisions.enterprise.ocaframework.j.a(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.j.find(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.AbstractServerHandler.buildServerInfo(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.AbstractServerHandler.buildClusterInfo(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.aa.for(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.for(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(Unknown Source)
at com.crystaldecisions.sdk.occa.managedreports.ras.internal.CECORBACommunicationAdapter.connect(Unknown Source)
at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source)
at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source)
at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.openDocument(Unknown Source)
at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.openDocument(Unknown Source)
at com.talic.pi.utils.ReportingEngine.generateReport(ReportingEngine.java:86)
at com.talic.pi.cms.dao.ReportsDAO.generateReport(ReportsDAO.java:31)
at com.talic.pi.cms.component.ReportGeneratorComponentImpl.generateReport(ReportGeneratorComponentImpl.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.ibm.ws.sca.internal.java.handler.JavaReflectionAdapter$2.run(JavaReflectionAdapter.java:152)


The cause:
This is mainly caused by reports that take a great deal of time to execute causing the application server to report that the processing thread is 'hung'. A worse side effect of this is when the application server runs out of threads and is unable to process any further requests due to these hung threads.

The solution:
The problem is due to the fact that the Corba Timeout has not been set. You've missed the clientSDKOptions.xml in your deployment. This causes the RAS SDK to probably never timeout its call to the RAS.

Create a file called clientSDKOptions.xml and place it in your application's WEB-INF/classes folder, or alternatively, you could place it in a server wide classpath folder like 'applib' on OC4J or $WASPROFILE/properties on WebSphere.
The contents of the file should be as follows:


<CrystalReports.ClientSDKOptions
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
version="2"
xsi:type="CrystalReports.ClientSDKOptions">
<CORBARequestTimeout>120000</CORBARequestTimeout>
</CrystalReports.ClientSDKOptions>

Restart your app and your done. Your call should now timeout within 2 minutes (something with you can change) and you can say goodbye to your Hung Threads issue.
7/7/2009 4:23:39 PM • Business Objects... • Answered on Jul 07, 2009
0helpful
2answers

Have you ever met change management consultants?

I once met a management consultants on my first consulting project. The project was a massive post merger integration in the Middle East. I knew I'd learn lots from the consultant. We went on to stay in close touch. I owe him a big thank you for many learning over the years - the biggest of which was undertaking a journey to understand myself better and be comfortable with myself. I would suggest http://mhelpdesk.com/field-service-management-software/ for all the informative and massive detail about the related query.
9/15/2016 7:42:50 AM • Business Objects... • Answered on Sep 15, 2016
0helpful
1answer

How to build a universe

Approach 1. Start with a small concentrated lump of matter and energy. Let it go with a big bang.

Approach 2. Let there be light!
1/16/2010 4:34:30 PM • Business Objects... • Answered on Jan 16, 2010
0helpful
1answer

C0000005 'EXCEPTION-ACCESS VIOLATION' call stack at module... error

This is either due to a corrupt report or a bug - depending on the version of BO that you're using.

To rule out a corrupt report, if you rebuild it does the error still occur?
3/14/2009 4:24:45 PM • Business Objects... • Answered on Mar 14, 2009
0helpful
1answer

Do you guys know some good custom web app development services?

DICEUS with 13 years experience. SIMFORM for modernizing legacy architecture. ColorWhistle for leads. PixelCrayons for tailoring to your specific needs.
4/18/2024 5:17:23 AM • Computers &... • Answered Yesterday
0helpful
1answer

My Employer Says They Are Going To Cut My Wages. Can They?

If you are in the middle of a contract, then cutting your wages is almost certainly a violation of your employment law rights. While I am by no means an expert on this matter, I did have a similar issue years ago - mid-contract wage cuts - and I hired anemployment attorney to fight the case on my behalf. It turned out that my employer was basically looking to scare people into taking the wage cut. They got into some pretty serious legal trouble for their transgression, and nothing happened to me in terms of wage cuts after that. If you are between contracts, your employer can re-negotiate your salary, but as far as I am aware, if you are in an agreed-upon contract, they cannot just decide to reduce your salary. If you want to settle matters, contest this action with support from a legal professional.
4/17/2024 5:31:31 PM • Computers &... • Answered Yesterday
0helpful
1answer

Implementing Reliable WordPress Website Backups: A Solution to Downtime and Errorsi wan

Keep a backup on your hard drive or a backup. The backup system is a free service supplied by your internet provider. If you use it daily or after every update, there will never be an issue.
4/16/2024 4:37:13 PM • Computers &... • Answered 2 days ago
0helpful
1answer

How to get free backlinks?

YouTube Backlink Generator https://ovdss.com/apps/youtube-backlink-generator
4/13/2024 3:06:42 PM • Computers &... • Answered on Apr 13, 2024
0helpful
1answer

Solitaire master has a hang

clarify pi please. if you meant pi to mean main screen picture, you probably have used up your free time on this program.
4/13/2024 2:31:14 PM • Computers &... • Answered on Apr 13, 2024
0helpful
3answers

How i free download tally

u need tally 4.5 free software (full ) if u need mail me i will give u link k
4/13/2024 2:20:33 PM • Computers &... • Answered on Apr 13, 2024
0helpful
1answer

We have a Dukane Model No ACC5 Administrative Control Console and it keeps chirping. Not sure why or how to make it stop. Please advise?

This fault / alarm / warning is not listed anywhere and the company is no longer in business. Turn over the console and see if there is a door for a back up battery. It may be warning that it is running out. Do the same with the main control unit. You could also try powering off the main unit for 10 minutes to reset the software. https://www.google.com/search?q=dukane+model+no+acc5+administrative+control+console+chirping This is the unit that drives your admin console http://serialsistemas.com.br/duk/2/85101-0025%20--%20MCS350.pdf ..
4/12/2024 2:30:20 AM • Computers &... • Answered on Apr 12, 2024
0helpful
2answers

To check if my sasseta certificate is registered

http://www.sasseta.org.za/ SASSETA Branch Contact Details Telephone Numbers: Call Centre: 27 (0)11 087 5555 Fax Number: 27 (0)11 205 0046 Switchboard: Midrand E-Mail: [email protected] Address & Map: Midrand Office Physical Address: Riverview Office Park Janadel Avenue (off Bekker road) Halfway Gardens Midrand 1685 Postal Address: P.O. Box 7612 Halfway House 1685 http://www.sasseta.org.za/content/tinymce/plugins/openfile/uploads/FRM_SKA_004_Application%20for%20Certificate%20Re-Issue.pdf
4/12/2024 12:53:51 AM • Computers &... • Answered on Apr 12, 2024
0helpful
1answer

Would you want my fix for empowering technology pop up?

Removing/uninstalling empowering technology popup

BleepingComputer https://www.bleepingcomputer.com > forums > removin... Jul 30, 2020 - This annoying pop up started yesterday, it cannot be stopped. It blinks like a turning signal now. I looked everywhere for a fix or info on ... ..
4/11/2024 9:10:48 PM • Computers &... • Answered on Apr 11, 2024
0helpful
1answer

Can I play Minecraft in my PC?

If it is installed, probably.
4/11/2024 8:56:02 PM • Computers &... • Answered on Apr 11, 2024
0helpful
1answer

Je recherche le service manuel ou diagram beringer pmp1000 merci

Salut! Je pense que c'est le manuel que tu recherches? https://www.manualslib.com/manual/214305/Behringer-Europower-Pmp1000.html
4/11/2024 3:05:34 PM • Computers &... • Answered on Apr 11, 2024
0helpful
1answer

SERIAL NUMBERS DO KARAOKE VIDEO CREATOR?

You have the software, if it is not stolen or bootlegged, you have the numbers to authorise it.
4/10/2024 5:34:15 PM • Computers &... • Answered on Apr 10, 2024
Not finding what you are looking for?
Business Objects  Full Version for PC Logo

2 questions posted

Ask a Question

Usually answered in minutes!

Top Business Objects Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Business Objects Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

View Most Popular

Business Objects Computers & Internet

  • Business Objects Computers & Internet

Most Popular Question

websphere thread hungs

  • Computers & Internet
Loading...