Reader XI - Forms crash

I am the Software Support Specialist for a library system. I have 2 librarians who have reported that when they are typing in a form it often just locks up. They might be typing, going from one field to the next, saving. One of the women has this happen on 2 different computers that she uses. When this happens, this appears in the eventviewer.
Log Name: Application
Source: Application Error
Date: 8/11/2014 8:17:19 AM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer: LSCCATH178.jeffco-lib.org
Description:
Faulting application name: AcroRd32.exe, version: 11.0.6.70, time stamp: 0x52b528e2
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x0000004b
Faulting process id: 0xcf0
Faulting application start time: 0x01cfb56ec1a9f751
Faulting application path: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe
Faulting module path: unknown
This could happen several times in an hour. Two of the computers are running 11.0.03 and one has 11.0.06. They are both running Reader outside of a browser. One one tried Reader, Edit, Preferences, Security Enhanced, and unchecking Enable enhanced security. I checked to see that Protected mode was turned off.
Does anyone have any suggestions?

I uninstalled reader 11.0.03. I downloaded the latest installer which is 11.0.8.4 (AdbeRdr11008_en_US). It was an .exe but I used WINRAR to extract the files to use the .msi to install. I ran the installation successfully but Control Panel | Programs shows that it is version 11.0.0.0 and I don’t see within the program if a 11.08 is shown there.
So did version 11.0.08 get installed?
Thanks.

Similar Messages

  • Livecycle form crashes Reader and Acrobat

    I've created a Livecycle form that has been working great. However, a user managed to corrupt it somehow and now it causes both Reader and Acrobat to freeze and then close when trying to load it. I also tried it in Nuance which causes a freeze but not an app close. However I noticed in task manager that while frozen, Nuance's memory consumption continues to grow.
    Is there anyway to debug this to determine what is going on? Any other suggestions on how I can try to determine what is happening?

    Hi,
    Does the form crash when you do a preview in LiveCycle Designer?  Have you got "When exception thrown" set to break in JavaScript preferences, maybe you can see an exception in the console?
    Regards
    Bruce

  • FORMS CRASHES (FRM-92101) ON AS 10.1.2.0.2 DURING LOAD PERFORMANCE TESTING

    Hiya
    We have been doing Load Performance Testing using testing tool QALoad on our Forms 10g application. After about 56 virtual users(sessions) have logged-in into our application, if a new user tries to log-in into our application, the Forms crashes. As soon as we encounter the FRM-92101 error, no more new forms session are able to start.
    The Load Testing software start up each process very quickly, about every 10 seconds.
    The very first form that appears is the login form of our application. So before the login screen appears, we get FRM-92101 error message.
    However, those users who have already logged-in into our application, they are able to carry on their tasks.
    We are using Application Server 10g 10.1.2.0.2. I have checked the status on Application Server through Oracle Enterprise Manager Console. The OC4J Instance is up and running. Also, server's configuration is pretty good. It is running on 2 CPUs (AMD Opteron 3GHz) and has 32GB of memory. The memory used by those 56 sessions is less than 3GB.
    The Applicatin Server is running on a Microsoft Windows Server 2003 64bit Enterprise Edition.
    Any help will be much appreciated.
    Cheers
    Mayur

    Hi Shekhawat
    In Windows Registry go to
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems
    In the right hand side panel, you will find String Value as Windows. Now double click on it (Windows). In the pop up window you will see a string similar to the following one:
    %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    Now if you read it carefully in the above string, you will find this parameter
    SharedSection=1024,20480,768
    Here SharedSection specifies the system and desktop heaps using the following format:
    SharedSection=xxxx,yyyy,zzzz
    The default values are 1024,3072,512
    All the values are in Kilobytes (KB)
    xxxx = System-wide Heapsize. There is no need to modify this value.
    yyyy = IO Desktop Heapsize. This is the heap for memory objects in the IO Desktop.
    zzzz = Non-IO Desktop Heapsize. This is the heap for memory objects in the Non-IO Desktop.
    On our server the values were as follows :
    1024,20480,768
    We changed the size of Non-IO desktop heapsize from 768 to 5112. With 5112 KB we managed to test our application for upto 495 virtual users.
    Cheers
    Mayur

  • Forms crashes after copying over fmx

    Group,
    While testing changes, I notice that when I copy over the currently open form's fmx that when I close the form the following exception is raised and forms crashes. Is there any work around? (other then not copying overwriting files in use)
    Thanks.
    Env details
    Forms Version 10.1.2.0.2
    Redhat 3
    latest IE
    --pat
    FRM-92101: there was a failure in the forms server during startup. This could happen due to invalid configuration.
    Please look into the web-server log for details.
    details...
    Loading http://triton.xxxx:7778/forms/java/frmall_jinit.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    oracle.forms.net.ConnectionException: Forms session <26> aborted: unable to communicate with runtime process.
    at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
    at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
    at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
    at oracle.forms.net.HTTPNStream.flush(Unknown Source)
    at java.io.DataOutputStream.flush(Unknown Source)
    at oracle.forms.net.StreamMessageWriter.run(Unknown Source)

    Mr Helmet :-)
    This is actually expected behavior (See MetaLink Note 286762.1). There is a way to work around this in a development environment, but you really DO NOT want to do it in a production environment (See MetaLink Note Note 151618.1).
    To increase scalability of Forms, each individual user does not have all the Forms loaded for them. So, only those things that are necesary for a user to run a session are loaded. For the first sessions, it is everything. For subsequent users, it is only things necessary that are different from the first sessions.
    This allows you to run LOTS more users with FAR fewer resources.
    If this is a Development system, the workaround is to disable this performance feature & load everything into memory for every user. You do this by setting the FORMS_MMAP environment variable to FALSE (0 for Forms 6i and earlier). Use the version number for Forms versions 9 & earlier (i.e. FORMS90_MMAP).
    I hope this explains things for you & why this is expected.
    If you think about it, why would you want currently connected users to be running while putting new Forms in place. Think about how the logic could be messed up if they started running parts of the application that were put out there while other parts were still in memory.
    Another way you could do this in a production environment would be to have multiple directories for different versions of your application. Then, when the new files are ready to be promoted, you change the FORMS_PATH to point to that new location. The connected users will still be reading the old forms & the new users would be using the new ones.
    I hope this helps.
    Cordially,
    Steve

  • Headstart Designer generated form crashes with Java EOF error

    When closing a form while in Enter Query mode, the form crashes & user is
    disconnected from the database with error:
    FRM-92100: Your connection to the server was interrupted.
    Details:
    Java Excepton
    java.io.EOF Exception
    at java.io.DataInputStream.readUnsignedByte(Unknown Source)
    at oracle.forms.engine.Message.readDetails(Unknown Source)
    at oracle.forms.netStreamMessageReader.run(Unknown Source)

    Designer generates the ON-ERROR block level trigger. It has
    execution style of BEFORE. Therefore, both the block level and
    form level ON-ERROR triggers will fire.
    Normally, in the block level trigger, Designer will generate
    calls to its own message handling package to display any
    constraint errors. However, Designer also allows you to specify
    your own custom message handling package.
    The package must contain:
    - a procedure called PUSH
    - a function called MSGGETTEXT, and
    - a procedure called RAISE_FAILURE.
    The preference MSGSFT, Package Used for Messaging, allows you to
    record the name of the custom package.
    Once you have recorded this in the preference, whenever you
    generate a form, Designer will use your package and procedures
    for its error handling code. That is why you see calls to
    Headstart specific code in the block level ON-ERROR triggers.
    If you want to customize the ON-ERROR triggers, you need to make
    sure you understand how the MSGSFT preference is used. Read the
    online help. Then, you can customize individual blocks by adding
    application logic to the block, or you can add your own ON-ERROR
    trigger to the object library in the CG$BLOCK object.
    However, be warned that the Headstart error handling mechanism
    depends on this code. Depending on what you do, you could end up
    breaking things.

  • Why my form crashes ?

    hello
    i am using forms 9i release 2. i am using control blocks in my application. some times my form crashes i mean it disappears and i see only a small vertical line in the status bar of my form moving left to right continously ...
    why it happens so ?

    Hi Mohan,
    I saw something similar the other day. I accidentally coded an infinite loop, and I eventually ran out of virtual memory on the server. On the development environment, of course.
    Try running your form in the debugger and step through your code. If it goes into a library, open the .pll file in forms and you can step through that too (even webutil.pll - step through some of Duncan's code ;-)
    It might not give you the answer, but hopefully it will give you a clue.
    Hope this helps.

  • Form crashing - MAC Computer

    Hi there,
    I am trying to complete what I believe is a dynamic form using Adobe reader and the form keeps crashing unexpectedly, and I lose all information entered. I’m using a new Mac and the latest version of adobe reader.
    I have inserted a image of the error message I receive when the form crashes.
    Please can anyone help to resolve this problem?
    Many thanks in advance
    Lee

    To repair permissions (this is the first thing to try when you have big problems with OS X), go to Applications>Utilities>Disk Utility and click your hard drive in the list on the left, then click Repair Permissions. This takes forever in 10.5, just a century or so in 10.6, so don't fret--let it finish.
    EDIT Oh, and there will be lots of messages like "xxx was altered and will not be repaired"--don't worry about anything that you see in the window after you're done except a major overall fail to repair anything.
    For the combo updater, what version of OS X are you running now?

  • Determining system/forms crashes

    Our application has this bad habit of crashing occasionally, and it usually does so when data entry personnel are entering data on long data entry forms. So, they get a little irritated when all their data is gone. We haven't been able to pinpoint the problem to avoid system and/or form crashing, so I'm trying to implement a work-around within the data entry form itself so that if their system crashes, they'll at least have the majority of their data intact. My question is this: Is there a variable (system or otherwise) that you can check upon application re-entry to determine if the last session was terminated abnormally? I currently have a multiple record form, and I'm performing commits after each record has been entered. The way our application is built (and with my fix) is that if the system were to crash mid-entry, the data that was entered up to that point is saved, but the form appears entered in the database. Therefore, the user cannot open up this form again and complete the data entry on that form. I want to check upon application entry if that form was terminated abnormally and if so, open the form up again for more entry. Anyone know how I can do this?
    Any help would be appreciated.
    Thanks!

    One way is to have a variable saved somewhere (database or file system), when you exit the Form correctly you can set this to OK. and set it to NOTOK when you start a form.
    So when the Form crashes the value will be NOTOK the next time you enter it.

  • Urgent: Intermitent Forms Crash

    Intermitent forms crash/disconnect.
    The application.log looks like:
    06/06/13 13:42:28 forms90web: Forms session <49> exception stack trace:
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
    at java.io.DataInputStream.readLine(DataInputStream.java:562)
    at oracle.forms.net.HTTPHeaderTool.parseResponseHeader(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)

    Intermitent forms crash/disconnect.
    The application.log looks like:
    06/06/13 13:42:28 forms90web: Forms session <49> exception stack trace:
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
    at java.io.DataInputStream.readLine(DataInputStream.java:562)
    at oracle.forms.net.HTTPHeaderTool.parseResponseHeader(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)

  • MAC Adobe Acrobat XI Pro CC pdf forms crash

    MAC Adobe Acrobat XI Pro CC forms crash consistently every time I try to add something to a field.  This happens in different user accounts.  I have confirmed fonts are all OK.  I have confirmed disk permissions are verified.  I have read other posts about this issue but there does not seem to be a solution.

    Moved to Acrobat Installation & Update Issues

  • Custom Formatting of a ADF Read-Only Form

    From what I've worked with so far, the ADF read-only form will only allow you to pick the number of "rows" and "columns" to format data. Columns titles are aligned to the left and column values aligned to the right.
    But the specs I've been given are for a highly customized layout, with column titles above the column values, and with some rows containing only two columns of data and some rows requiring up to ten columns of data.
    How can I adjust the format of ADF components, like read-only forms, to customize the layout?
    Thanks in advance.

    Thanks for the advice Shay.
    What I need to do is take one view object's data (20 columns) and spread them out, in HTML terms, into multiple tables to provide various TR/TD formats on a single screen.
    Are you saying it is possible to layout a single view object's columns into different layout panels to mimic multiple HTML table formats?
    Thanks again.

  • How to get the value of a parameter/field in a ADF Read-Only Form

    Hi,
    My requirement is as follows. Could anyone shed some light on this issue.
    I am showing the records from db table using ADF Read-Only Form ( which uses ViewObject created for the table). Now I want to capture(get) the value of a field in this form and then have to invoke an action based on the value in this field. I mean to say the next page depends the value of a field in this form.
    Please suggest how can I achieve this functionality?
    Thanks in advance.
    ~Sivaji

    That's indeed what Sivaji needs.
    In the page definition you can add a value to the parameters of a certain method. Like RJundi mentioned, point to the attribute of the current row.
    Example:
    The value of the read only textfield will be something like this:
    #{bindings.EmployeeName.inputValue}points to an attribute value in the pageDef of the page:
        <attributeValues id="EmployeeName" IterBinding="AllEmployees">
          <AttrNames>
            <Item Value="EmployeeName"/>
          </AttrNames>
        </attributeValues>The attribute value has also an iterator binding defined in the page def:
        <iterator id="AllEmployees" RangeSize="10"
                  Binds="AllEmployees" DataControl="MyService"/>If you want to 'pass' the attribute of the current row to the service, you can create a methodaction (eg: public void printEmpName(String name)) in the page def or you can drop the method from the datacontrol on to the page. After dropping the method, a screen will appear asking to fill in a value for the parameter ('name' in this example). Fill in '#{bindings.EmployeeName.inputValue}' if you want to pass the EmployeeName of the current row.
    Hope it helps,
    Koen Verhulst

  • How can I read a form using session in javaServerlet?(thanks)

    How can I read a form using session in javaServerlet?(thanks)

    you can not. You get the form entries through the request object.

  • How to get the key values of record in ADF Read-only Form?

    Hi
    I am using ADF Business Component VO.
    I have a search page( ADF Search Form) and I am displaying the results of the search in a ADF Read-Only Table( only few columns are shown) .Then by selecting a record and clicking on the button 'View' , I am navigating to a different page(ADF Read-Only Form) to show all the columns of the table for the selected record.
    In the second page, I have one more button 'view child details'.Now when I click on this view child details button, I have to show another page(ADF Read-Only Form) which fetches the data from one of the child tables of parent record.
    My idea is to create a ViewLink between the parent and child tables.( I have more than 15 child tables for a parent table).
    Is there anyother way to achieve this functionality?
    Please respond ASAP.
    Thanks in advance.
    ~Sivaji..
    Message was edited by:
    Sivaji...the boss

    Sijav,
    ASAP?
    Anyway - yes, you can do this with a view link. When you add the child table to the application model, make sure you actually add it as a child of the parent table instance (select the parent VO first, then use the shuttle to add it). This way, the parent->child relationship should be coordinated for you automatically. You should not need to get the key values manually.
    Then, when you create the page to show the detail table, make sure you use the child table that is shown as a child of the parent table in the data control palette (expand parent table to see the child).
    Hope this helps,
    John

  • Function module to read data form customer tabels

    hi,
    can anyone suggest function module to read data form customer tabels?
    Please give me reply.
    TKS,
    Dharani.P

    Hi,
    this thread is hvaing your answer.
    Is there a Function module to get customer hierarchy data?
    Regards,
    Pravin

Maybe you are looking for

  • "Logical end-of-file reached during read operation, result code = -39"

    This is the message i get when I open Logicpro. I don't really see what difference it makes, but rcently I noticed the "trip Hop Remix" kit does not produce any sound at all. When I copy a loop whcih comprises of Trip Hop remix as an instrument, it p

  • 4k video is choppy

    Hey! I am new to premier pro and the adobe creative cloud as a whole so I am still trying to figure everything out. I am working with 4k videos on a mac book air, in the preview playback the videos are pretty choppy.  The file is itself not choppy be

  • Why is the ringer font staying on my screen?

    Can anyone tell me why the ringer font would stay on my screen for long periods of time? It takes sometimes a couple of minutes before it goees away. Thanks

  • Microsoft Office Invalid Product key

    hi i have a problem with microsoft office and also i have the cd. ok heres the problem i upgraded to mountain lion and then microsoft office got deleted to i installed it again with my cd but when i entered my product key it wont work.can some one he

  • Device identifier is invalid

    I am a complete newbie and am trying to use my brand new PCI-6601.  Measurement & Automation Explorer reports the name of the board as "Dev1" and the test panel application that uses "Dev1/ctr0" works properly.  However, when I compile and run the cn