Handling big size messagges

Hi to all. Iim getting into a problem and after a lot of test i'm no able to fix it.
My managed server comunicates with an external system in asynchronous fashion (by using JMS, proxy service, business service).Sometimes the response of this syetm is to big.
In order to manage these situation i tried to tuning my server and in particular i modified the "Maximum Message Size". Actually the value is 1000000 and i run two different test and i got ambiguos result. In both case i simulated the response of the external system by a mockservice in order to modulate the response size.
1)In the first test the response was 4MB but the server was able to manage it ("Maximum Message Size=1000000").
2)In the second test the response size was 2.5 MB and i got the following exception:
<Error> <ALSB Kernel> <scdp-demo> <Server_1> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-014A10E3240346104C7D> <> <1269259496600> <BEA-382004> <Failed to process request message for service ProxyService InterVOIP/PMA/proxy/proxy-response-pma-ipfoniaUgis: com.bea.wli.sb.pipeline.PipelineException: java.lang.OutOfMemoryError: allocLargeObjectOrArray - Object size: 8388624, Num elements: 4194304
com.bea.wli.sb.pipeline.PipelineException: java.lang.OutOfMemoryError: allocLargeObjectOrArray - Object size: 8388624, Num elements: 4194304
     at com.bea.wli.sb.pipeline.PipelineContextImpl.handleError(PipelineContextImpl.java:964)
     at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:862)
     at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:143)
     at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:851)
     at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
     at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:68)
     at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:851)
     at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:194)
     at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:75)
     at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:669)
     at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:668)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
     at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:666)
     at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:304)
     at com.bea.wli.sb.transports.jms.JmsInboundMDB.onMessage(JmsInboundMDB.java:108)
     at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:429)
     at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:335)
     at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:291)
     at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4072)
     at weblogic.jms.client.JMSSession.execute(JMSSession.java:3962)
     at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:4490)
     at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
java.lang.OutOfMemoryError: allocLargeObjectOrArray - Object size: 8388624, Num elements: 4194304
     at org.apache.xmlbeans.impl.store.Saver$TextSaver.resize(Saver.java:1592)
     at org.apache.xmlbeans.impl.store.Saver$TextSaver.preEmit(Saver.java:1223)
     at org.apache.xmlbeans.impl.store.Saver$TextSaver.emit(Saver.java:1167)
     at org.apache.xmlbeans.impl.store.Saver$TextSaver.emitXmlns(Saver.java:962)
     at org.apache.xmlbeans.impl.store.Saver$TextSaver.emitNamespacesHelper(Saver.java:985)
     at org.apache.xmlbeans.impl.store.Saver$TextSaver.emitElement(Saver.java:936)
     at org.apache.xmlbeans.impl.store.Saver.processElement(Saver.java:456)
     at org.apache.xmlbeans.impl.store.Saver.process(Saver.java:307)
     at org.apache.xmlbeans.impl.store.Saver$TextSaver.saveToString(Saver.java:1727)
     at org.apache.xmlbeans.impl.store.Cursor._xmlText(Cursor.java:546)
     at org.apache.xmlbeans.impl.store.Cursor.xmlText(Cursor.java:2436)
     at org.apache.xmlbeans.impl.values.XmlObjectBase.xmlText(XmlObjectBase.java:1455)
     at org.apache.xmlbeans.impl.values.XmlObjectBase.toString(XmlObjectBase.java:1440)
     at stages.logging.runtime.LogRuntimeStep.processMessage(LogRuntimeStep.java:108)
     at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:319)
     at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)
     at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:184)
     at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:319)
     at stages.transform.runtime.IfThenElseRuntimeStep.processMessage(IfThenElseRuntimeStep.java:83)
     at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:319)
     at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)
     at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:93)
     at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:851)
     at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:143)
     at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:851)
     at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
     at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:68)
     at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:851)
     at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:194)
     at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:75)
     at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:670)
     at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:668)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
     at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:666)
     at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:304)
     at com.bea.wli.sb.transports.jms.JmsInboundMDB.onMessage(JmsInboundMDB.java:108)
     at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:429)
     at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:335)
     at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:292)
     at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4072)
     at weblogic.jms.client.JMSSession.execute(JMSSession.java:3962)
     at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:4490)
     at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
>
I would like to understand if there is some relation between the response size and the "Maximum Message Size" parameter. Thanks to all, regards Marino.

While my Mac Pro is not hooked up to a LCD TV, my PowerBook is. And it works fine, it works great, even on that laptop from 2003. It is connected via DVI via an HDMI adapter so that it can be plugged into the HDMI port on the LCD TV, which is the same way you would connect a Mac Pro.
For music software, you're probably OK. If you were doing serious color graphics you would need to be warned that computer monitors are of much higher color quality and sharpness than TVs. But for music software it should be fine, if all you need to do is see the controls and timelines. The only caution left, which you may already be aware of, is that you probably want the monitor a few metres further from your face than a computer monitor or the pixels will be too large, since 1920x1200 is being spread across a far larger area than a computer monitor at that resolution.

Similar Messages

  • Efficient Time effective algorithm to read a BIG Size Image matrix

    Hi,
    I am given a specific problem for Big size Matrix data handling.
    In a File there are Huze data in the Matrix form (m*n) - These data basically represents some image pixel value.
    say for example I am give a pixel value of leena image of size 5MB.
    What should be the efficient logic for faster reading of the File and put it in a Data Structure,
    What should be the efficient Data structute to hold that huge data (data range varry from 0-255)
    Thank you
    shankha

    It rather depends what you want to do with the data. For most purposes, I'd imagine that that the standard image libraries are pretty good.

  • How efficiently Big Size file can be processed

    Hi,
    I am given a specific problem for Big size Matrix data handling.
    In a File there are Huze data in the Matrix form (m*n) - These data basically represents some image pixel value.
    say for example I am give a pixel value of leena image of size 5MB.
    What should be the efficient logic for faster reading of the File and put it in a Data Structure,
    What should be the efficient Data structute to hold that huge data (data range varry from 0-255)
    Thank you
    shankha

    Do you want to know how to load an image? http://java.sun.com/docs/books/tutorial/2d/images/index.html
    BTW, 5MB isn't "huge".

  • How to publish big size repot by BI Publisher?

    Hi all,
    Our customer wants to know how to publish big size report by BI Publisher.
    Because they have performance problem with Excel Analyzer, which is used for reporting perpose.
    Their existing reports are based on Excel. So, they wants to design and report by Excel Interface.
    I'd like to know how to publish the big size report by BI Publisher?
    We want to know customer case and explain it our customer.
    Thank you,
    Wataru

    Nice document.
    Also if you want to look at it from concurrent program log itself, then:
    In the application developer responsibility
    -> Concurrent
    -> Program
    -> Define
    -> Query for short code
    -> Click on Parameters
    ->Define the following parameter (if not existing)
    Parameter Name=P_DEBUG_FLAG, attach any valueset that is YES_NO valueset.
    Give
    Default value=Y
    Token=DebugFlag
    Save.
    Next time you run the Concurrent Program, the log file contains the sql executions similar to xdo logs.
    By
    Vamsi

  • I can't download the apps with big size like need for spees, but in apps with normal size(less than 100KB)there is no problem,is there any body who can help me?

    I can't download the apps with big size like need for spees

    Have a little patience. 4 minutes is only a short time for someone to find your post and reply to it. Also clicking on "This Solved My Problem" marks your problem as solved so many folks that may otherwise help will pass the question by since it is "solved."
    I suggest you start a new question that gives a good title to a specific problem. Then in the body of the thread describe the problem in detail, tell us what steps you have tried so far to correct the problem, what happened, and what error messages you received.

  • While I am looking the photos on orkut-album the the rotating icon to enlarge the photos are not workin and I am unable to see the photo in big size.

    Sir/Madam, While I am looking my photo album on orkut, The formatted photos displayed on the screen, but when I click on any photo the rotating loading icon is not working and I can not see the photos on big size. Please reply.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Handle big amount of data

    Hello,
    I have to analyse a great amount of data (more than 20MByte), that I read from a logfile. I can't split these data into smaller parts because some of my analysis-methods need all data (regression,....).
    Are there any tricks for LabVIEW (5.0.1), how to handle big amounts of data?
    hans

    You might be able to do as you would like. If analysing process needs
    all amont of data,
    the whole process takes a couple of minutes but no problem. It gives you
    no information
    on the way of process like as hanging, so using "read files", not "read
    from spread
    sheet files", is better to have confirming process including the graphic
    monitor involved
    in the analysing vi that you like to build.
    Thanks in advance,
    Tom
    hans wrote:
    > Hello,
    >
    > I have to analyse a great amount of data (more than 20MByte), that I
    > read from a logfile. I can't split these data into smaller parts
    > because some of my analysis-methods need all data (regression,....).
    >
    > Are there any tricks for LabVIEW (5.0.1), how to handle big amounts of
    > data?
    >
    > hans

  • Cannot run the big size exe file ( 900MB) on Windows Storage Server 2003 x86 SP2 OS(Hyper-V VM machine)

    When I run a big size exe file(>900 MB) on Windows Storage Server  2003 x86 SP2 OS VM mchine(which is managered by Hyper-V server), I got the following error message:
    Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
    This setup.exe should be a trusted source because of it run other OS(windows 2003, windows 2008, 2008 R2 etc.).  we use the same way to create the exe whose size < 700MB, it works fine on the same machine(Windows Storage
    Server 2003 x86 SP2 OS VM machine).  So I assume that the file size(>900MB) causes the problem, It seems that OS dont' support it.
    My questions:
    1. Is there the limitation of exe size to run on Windows
    Storage Server  2003 x86 SP2 OS VM machine?  If yes, what is the size of limitation?
    2. What reason is this error? Is it related with Hyper-V?
    Thanks,
    Recky

    Did you install the 2003 VM from scratch or did you create it via a P2V process?  In addition to what Shaon says about not all applications running properly in VMs, performing P2V to create VMs can also cause issues with a variety of things. 
    First thing to check would be Shaon's suggestion to try it in another VM.  If it works in another VM, and you P2V'ed this VM, try creating your Storage Server VM from scratch and try again.  Better yet, if the application can be run on a later version
    of the OS, create a 2012 Storage Server instead of the 2003 Storage Server as your VM and give it a try.
    .:|:.:|:. tim

  • Image Upload - Big size image

    I get succede to work with the below link to upload the image.
    But its not working for the big size image. Could you please help any one.
    http://search.experts-exchange.com/simpleSearch.jsp?q=upload+OR+imag+OR+servlet+OR+java+OR+asp+OR+upload+OR+imag&searchSubmit=true

    Big images could take a lot of memory. For instance 3000x3000 ARGB image will take 34MB in memory. If you load 2 images in memory then it takes more than 64MB that could be a problem with default Java Heap size (64MB). A solution is to not load the image fully in memory to display. Try the following image upload applet with large image: http://www.jfileupload.com/products/jimageupload/index.html and you will see if it helps.

  • Big Size messages stuck in TOPIC

    Hi Experts,
    I am facing one issue, when receive messages coming from sim to rms, sometimes it took long time to replicate and sometimes stuck (we take the backup and republish then). I check and found its big size messages, please advice. Environment is R13.
    Thanks

    Hi,
    Let me know RIB version 13.1 or 13.2
    Also for the families having problem post an extract from RIB_SETTINGS table.
    Regards,
    PPS

  • Administration/Database too big size

    Dear all,
    Our customer has a administration/database of a size of 4gb... without attachments, worddocs, exceldocs. etc.
    Anybody know why the database has a big size and is there any way to shrink the database?
    SBO Version: SBO2005A PL22
    SQLServer: 2005
    Thanks in advance,
    Chief

    I have just checked the tables of the customer and the results are
    AITM:      12737
    ADOC:      112112
    ACRD:     11069
    ADO1:     666508
    AACP:                    73
    AACT:                    277
    AAD1:                    46
    AADM:                    48
    ACPR:                    6502
    ACR1:                    20028
    ACR2:                    1959
    ACRB:                    50
    ADO10:                    2454
    ADO6:                    58911
    ADP1:                    33
    AFPR:                    84
    AIT1:                    49324
    AITB:                    36
    AITT:                    40
    AITW:                    6425
    AJD1:                    7908
    AJDT:                    3581
    AKL1:                    0
    ALR1:                    1987
    ALR2:                    6173
    ALR3:                    6173
    ALT1:                    3
    AOB1:                    3624
    ARC2:                    25673
    ARC4:                    5335
    ARCT:                    30204
    ARI1:                    18
    ATC1:                    2842
    ATT1:                    40
    AUSR:                    95
    AWHS:                    7
    And how do you clean up the logs? Remove?

  • TLF have a big size

    Dears,
    i use TLF in flash files, it make the file has a big size.
    for example classic Text size is 2-3 k and TLF size is 56 k,
    sure without the external tfl file which is exported during the publish.
    So, How can i reduce and control this difference in size ?
    Thank you in advance....

    Sounds like you are using the RSL and not static linking.  Static linking would make the SWF even bigger.  You could avoid the additional size by using TLF directly and avoiding the Flash TLFTextField component.
    Hope that helps,
    Richard

  • ADOBE PREMIERE - Big size letters

    Hello guys,
    i'm having the following issue with my AdobePremiere.
    1. ADOBE CC with big size letters. ScreenSize 1920x1080
    2. ADOBE PREMIERE CS6. Here everything is okay. ScreenSize 1920x1080
    I don't know why i'm having this issue. The first one (ADOBE CC) looks really weird on my screen, really big.
    May someone help me?
    PS.: i'm having the same issue on my inDesign. My AE, Ai, Lr, Mu, Ps are okay.
    Regards,
    Felipe Cardoso

    Where are the 'Big size letters' it looks ok to me

  • Why programms bying me in appstore (big size game) when I synhronized my iPad copy to my MacBook?

    Why programms bying me in appstore (big size game) when I synhronized my iPad with my MacBook copy to my MacBook? I am won't a double copy programs in my iPad (64Gb) and my MacBook!!!!

    what a long post....Apple, btw, does not read this stuff, so ranting, raving, and complaining here might make you feel good, but it does no good at all. That being said, I, too have a Mac Pro Quad Core Xeon with 6 gigs of ram and an nVidia 8800 GT graphics card (not as good as yours, alas) and I've had no problems at all with it. Yes, it doesn't have Thunderbolt, but maybe we Mac pro owners will get lucky and someone will come out with an adapter (probably not). No, you probably don't have to throw away your Mac Pro, but if you do, I'll take it, for a small "recycling" fee >:-) That was a joke.  Yes, the Mac Pro's future isn't quite clear, YET. Hopefully that will improve very soon. As for not being able to upgrade to Mountain Lion. Don't worry about that too much, Nobody is forcing you to do that.  Your Mac Pro won't quit working if it isn't installed. From what  I've heard, you should give the new OS a chance, and wait to get it, in case there might be some bugs, or stuff not working with the new OS, which has been known to happen. Yes, we Mac Pro owners don't like being treated like mushrooms-kept in the dark, and being fed......... but Apple is Apple and it will do what it does, and there is nothing you or me can really do to change that. All I can say is....trust, have faith, be patient, go for a walk, do something else to take your mind off of this problem. IF apple decides to drop the Mac Pro for good, and that's a big "IF", I think they will anger a whole bunch of people
    which isn't good. However, that hasn't happened...YET. Let us hope that it doesn't
    John B

  • Cant't generarte PDF with big size

    Helllo,
    If I want generate PDF with a big paper-size (example 1.000 x 2.200 mm) nothing will done (tested with differnt files and different joboptions an different big sizes).
    No Dialog, no window ... nothing. Sometime I can see for a short time the printer icon. But .... If I say "Okay take only 210 x 297mm" then everything is okay.
    I have Windows 8.1 Pro and Adobe CS 5.5 with Acrobat Distiller 9.5.5316.
    I want generate the PDF from CorelDraw about "Print" and as the Printer is "Adobe PDF", then I change the paper-size and then I want to generate ... nothing.
    If I use a a normal PS-Driver and export this as a ps-file and if I then use this file for my Distiller, the it will be done.
    Thank you very much.
    Greetings Steffen

    Have a little patience. 4 minutes is only a short time for someone to find your post and reply to it. Also clicking on "This Solved My Problem" marks your problem as solved so many folks that may otherwise help will pass the question by since it is "solved."
    I suggest you start a new question that gives a good title to a specific problem. Then in the body of the thread describe the problem in detail, tell us what steps you have tried so far to correct the problem, what happened, and what error messages you received.

Maybe you are looking for

  • I need help - songs are still on the ipod but dont show up

    my itunes crashed the other day and suddenly all the files on my ipod were gone. now when i connect it, itunes doesnt recognize it anymore, but i can see from the space left info in the finder that the songs are still on there. using ipod viewer, it

  • My phone keeps dropping calls what can i do to fix this?

    My phone is dropping calls, and having trouble downloading apps over the 3G.

  • TEM and Time Mgmt. Integration

    Dear All I have activated the integration between Training and Event Management and Time Management in the node SAP Customizing Implementation Guide>Training and Event Management>Integration>Time Management>Integration Yes or No?. Moreover in the nex

  • Rrror: RABAX_STATE for Information Broadcasting

    Hi there, Can you let me know how to fix this issue? I got error message when I use Information Broadcasting to schedule the query. The termination tye was: RABAX_STATE. When I checked it in ST22. It looks like a communication error. What can be the

  • 1z0-042 Exam

    Hi, I was a Sybase DBA for almost 5 years and now trying to be more familiar with Oracle as well. I've already passed exam 1z0-007 but then thought of moving to 10g. Currently preparing for the 1z0-042 exam through e-learning. Can you please send me