New LOV Bug in JHeadstart 10.1.3.1.26

Software Versions:
JHeadstart 10.1.3.1.26
JDeveloper 10.1.3.1.0
I belive I have discovered a new bug with LOV's in the newest release of JHeadstart. When a value is selected from the LOV pop-up window, the value is not visually being returned to the main table-forum. The update is only visually invoked when the page is saved, or sometimes, when another row is selected on the page via the table-form's radio buttons.

Matthew,
To work around the issue of copying back to quick search, you can add the following property to lovItemInQuickSearchBean.vm
<managed-property>
<property-name>itemsToClear</property-name>
<list-entries>
#foreach ($item in ${item.dependentItemsToClear})
<value>Search${item.bindingName}</value>
#end
</list-entries>
</managed-property>
To fix the issue in the table, you have to change the DepartmensView ViewObject: the EmployeeId attribute added as part of the Employees lookup EO should have the Key property unchecked. If this property is checked, the key of the row changes when you select a different manager, causing unexpected behavior.
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • Creating a new Lov in std oracle screen - iproc

    Hi,
    I want to create a new LOV in std oracle screen.
    I will create the item using personalize option.
    I will create the LOV Region with scope as public and VO etc in jdeveloper and deploy in instance
    Now will this region be available in personalize screen to link with the new messagelov input?
    Thanks,
    Gowtam.

    I could understand that you are creating a Lov using Personalization. Also if you click on the Personalize page link, you can see the newly created Lov. Do let me know if I missed your question.

  • AM creation while creating a new LOV

    Hi,
    I have to create a new LOV. For this I have to create an AM,VO and LOV region. Now my question is regarding AM.
    1. Can we create a new AM or,
    2. Do I extend the already existing LOV AM.
    I created a new AM but after personalizing the page get an error "Can't find the application module...."
    I had also attached the new AM to the new LOV region created.
    So is it necessary that the existing LOV AM be extended or can we create a new AM?
    Please guide
    Thanks

    1. I have bounced server after files were transferred.
    2. The AMs are tn correct place on server
    3. The AM is attached to the LOV region and is not attached to the table
    The error stack is as follows:
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition sspn.oracle.apps.okc.lov.server.SSPN_RepSiteLOVAM of type ApplicationModule not found
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1270)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1458)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2673)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1919)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:554)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:662)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition sspn.oracle.apps.okc.lov.server.SSPN_RepSiteLOVAM of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1192)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1458)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2673)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1919)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:554)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:662)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition sspn.oracle.apps.okc.lov.server.SSPN_RepSiteLOVAM of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1192)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1458)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2673)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1919)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:554)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:662)

  • Detailed Steps to create a new LOV in AK Regions

    Hi,
    Can any one give the information on how to create a new LOV using AK Developer responsibility?
    Thanks

    Hi,
    Can any one give the information on how to create a new LOV using AK Developer responsibility?
    Thanks

  • Multi-select LOV bug and Developer6i R2 Patch7

    Has anyone verified that Patch7 corrects the problem with multi-
    select LOV bug (see below). The Headstart6i Report Launch form
    (QMS0012F) exhibits this bug (when using the demo reports for
    example) and we were unsuccessful applying the workaround (see
    below). We will upgrade to Patch7 if this bug is fixed or we
    could use a little help from the HeadStart team correcting the
    Report Launch form to get around this bug. Thanks, Keith
    We have found one odd quirk with Headstart 6i and Forms
    6i versions 6.0.13 and higher.
    Description ===========
    1. When using a multi-select LOV (which is displayed in a modal
    dialog window), you select the records you want, press OK, and
    the application exits.
    2. When using a shuttle control to move records from left to
    right or vice versa, you select the records you want, press '>'
    to move them, and the application exits. This occurs in Forms
    6.0.8.13.0 and higher. It did NOT occur in prior releases. This
    is some kind of forms bug.
    Workaround ==========
    For some reason the call to procedure 'renumber' in
    qms$msel.process_records in qmslib65.pll causes the application
    to exit. If you copy the code from renumber to all the places
    from which it is called, it works fine.

    So far as I know, this bug has not yet been corrected.
    You will have to apply the fix as described in your email
    message.
    Regards, Lauri

  • Nokia X6 *NEW* date bug.

    This is a new possible bug which I've just spotted on my Nokia X6 16GB, which is slightly worse than the date incorrect bug described here: /t5/Xseries/X6-Date-incorrect/td-p/684385
    Instead of the date on the phone reverting back by 24 hours, when I switched on my X6 just now, the date reverted all the way back to 01/01/2010 
    This is the 1st time I've seen a X6 have its system date automatically shoot all the way back to 1st Jan 2010.
    Bug detected on firmware version 31.0.004
    If you have encountered this problem, please post it here.

    This is also associated with the other date bug, I have seen this as well as losing a day.

  • New JMF bug?

    Hi to all,
    I'm developing a videoconferencing app, by using client-server architecture.
    Today i get the following error message, after i closed my app by pressing <CTRL>+C in the DOS Prompt.
    Perhaps is a new JMF bug, 'cause i never found any news regarding this particular dll (jmddraw.dll).
    Notice: some times i catch some overlapping, when receiving video data from 2 clients in session. It's strange...
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x11401a9b, pid=3360, tid=2944
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode)
    # Problematic frame:
    # C [jmddraw.dll+0x1a9b]
    --------------- T H R E A D ---------------
    Current thread (0x0ade69c0): JavaThread "Loop thread: com.sun.media.renderer.video.DDRenderer@3a835d" daemon [_thread_in_native, id=2944]
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x116206f0, ECX=0x00000000, EDX=0x7c91e2f1
    ESP=0x1185f9fc, EBP=0x11ab8c50, ESI=0x0ade6a7c, EDI=0x00000000
    EIP=0x11401a9b, EFLAGS=0x00010206
    Top of Stack: (sp=0x1185f9fc)
    0x1185f9fc: 0ade69c0 07408088 1185fb44 07408088
    0x1185fa0c: 1185fa2c 00000000 11ab8c50 0f7afe58
    0x1185fa1c: 00000000 7c91e2f1 7c8024b7 00000004
    0x1185fa2c: 00000000 1185fa48 73e81e55 1185faf8
    0x1185fa3c: 73e81ee5 1142074c 00000000 00000000
    0x1185fa4c: 00000000 00000000 000000b0 00000090
    0x1185fa5c: 000a249c 00000000 00000002 00000000
    0x1185fa6c: 1185fb08 0ade69c0 11420730 113a1716
    Instructions: (pc=0x11401a9b)
    0x11401a8b: 00 50 e8 6b 07 00 00 8b 54 24 28 8b f8 83 c4 04
    0x11401a9b: 89 17 8b 43 1c 8d 54 24 24 8b 08 52 8d 54 24 38
    Stack: [0x11820000,0x11860000), sp=0x1185f9fc, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [jmddraw.dll+0x1a9b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.media.renderer.video.DDRenderer.dxDraw(Ljava/lang/Object;JII)Z+0
    j com.sun.media.renderer.video.DDRenderer.doProcess(Ljavax/media/Buffer;)I+217
    j com.sun.media.renderer.video.BasicVideoRenderer.process(Ljavax/media/Buffer;)I+18
    j com.sun.media.BasicRendererModule.processBuffer(Ljavax/media/Buffer;)I+357
    j com.sun.media.BasicRendererModule.scheduleBuffer(Ljavax/media/Buffer;)Z+459
    j com.sun.media.BasicRendererModule.doProcess()Z+330
    j com.sun.media.RenderThread.process()Z+4
    j com.sun.media.util.LoopThread.run()V+14
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0acb3920 JavaThread "Thread-1" daemon [_thread_in_native, id=3836]
    0x0addd4c8 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=1044]
    0x0addeaa0 JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@1e2afb2" daemon [_thread_blocked, id=224]
    0x0add9568 JavaThread "Loop thread: com.sun.media.renderer.audio.DirectAudioRenderer@c4bc34" daemon [_thread_blocked, id=1968]
    0x0ade7230 JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@864e43" daemon [_thread_blocked, id=2588]
    =>0x0ade69c0 JavaThread "Loop thread: com.sun.media.renderer.video.DDRenderer@3a835d" daemon [_thread_in_native, id=2944]
    0x0adde048 JavaThread "DirectSound Request Thread" daemon [_thread_blocked, id=2616]
    0x0addc2b8 JavaThread "Loop thread" daemon [_thread_blocked, id=908]
    0x0fa83388 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" daemon [_thread_blocked, id=488]
    0x0add8088 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" daemon [_thread_blocked, id=2928]
    0x0add73b8 JavaThread "Loop thread" daemon [_thread_blocked, id=2860]
    0x0ad2a410 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" daemon [_thread_blocked, id=3036]
    0x0acd09e0 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" daemon [_thread_blocked, id=3980]
    0x0acd1d78 JavaThread "RTPStream" daemon [_thread_blocked, id=1576]
    0x0ae73218 JavaThread "RTPStream" daemon [_thread_blocked, id=2748]
    0x0adad7c8 JavaThread "RTPStream" daemon [_thread_blocked, id=316]
    0x0acdac08 JavaThread "RTPStream" daemon [_thread_blocked, id=3172]
    0x0ae6fc30 JavaThread "RTCP Reporter" daemon [_thread_blocked, id=2064]
    0x0ae6f078 JavaThread "SSRC Cache Cleaner" daemon [_thread_blocked, id=3884]
    0x0ae790a8 JavaThread "RTP Forwarder for address 192.168.0.44 port 1034" daemon [_thread_in_native, id=2720]
    0x0ae75700 JavaThread "RTCP Forwarder for address192.168.0.44 port 1037" daemon [_thread_in_native, id=1848]
    0x0adb14a8 JavaThread "RTPEventHandler" daemon [_thread_blocked, id=2628]
    0x0acdae78 JavaThread "Loop thread" [_thread_blocked, id=1124]
    0x0ad78000 JavaThread "TimerQueue" daemon [_thread_blocked, id=472]
    0x00035b68 JavaThread "DestroyJavaVM" [_thread_blocked, id=2980]
    0x0ad4cb30 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2228]
    0x0ad11980 JavaThread "AWT-Shutdown" [_thread_blocked, id=4052]
    0x0acecc10 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3900]
    0x00a91550 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3504]
    0x00a90178 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3392]
    0x00a8f500 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2864]
    0x00a867e8 JavaThread "Finalizer" daemon [_thread_blocked, id=1256]
    0x00a85358 JavaThread "Reference Handler" daemon [_thread_blocked, id=3164]
    Other Threads:
    0x00a81210 VMThread [id=4000]
    0x00a92728 WatcherThread [id=3536]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 261K [0x02ad0000, 0x02b70000, 0x02fb0000)
    eden space 512K, 47% used [0x02ad0000, 0x02b0cf78, 0x02b50000)
    from space 64K, 26% used [0x02b60000, 0x02b64500, 0x02b70000)
    to space 64K, 0% used [0x02b50000, 0x02b50000, 0x02b60000)
    tenured generation total 2468K, used 2318K [0x02fb0000, 0x03219000, 0x06ad0000)
    the space 2468K, 93% used [0x02fb0000, 0x031f39c0, 0x031f3a00, 0x03219000)
    compacting perm gen total 9728K, used 9684K [0x06ad0000, 0x07450000, 0x0aad0000)
    the space 9728K, 99% used [0x06ad0000, 0x07445220, 0x07445400, 0x07450000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\WINDOWS\system32\java.exe
    0x7c910000 - 0x7c9c6000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8ff000      C:\WINDOWS\system32\kernel32.dll
    0x77f40000 - 0x77feb000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77da0000 - 0x77e31000      C:\WINDOWS\system32\RPCRT4.dll
    0x77be0000 - 0x77c38000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d640000 - 0x6d7c9000      C:\Programmi\Java\jre1.5.0_04\bin\client\jvm.dll
    0x77d10000 - 0x77da0000      C:\WINDOWS\system32\USER32.dll
    0x77e40000 - 0x77e86000      C:\WINDOWS\system32\GDI32.dll
    0x76b00000 - 0x76b2e000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Programmi\Java\jre1.5.0_04\bin\hpi.dll
    0x76bb0000 - 0x76bbb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      C:\Programmi\Java\jre1.5.0_04\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Programmi\Java\jre1.5.0_04\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Programmi\Java\jre1.5.0_04\bin\zip.dll
    0x6d000000 - 0x6d167000      C:\Programmi\Java\jre1.5.0_04\bin\awt.dll
    0x72f70000 - 0x72f96000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76340000 - 0x7635d000      C:\WINDOWS\system32\IMM32.dll
    0x774b0000 - 0x775ed000      C:\WINDOWS\system32\ole32.dll
    0x5b180000 - 0x5b1b8000      C:\WINDOWS\system32\uxtheme.dll
    0x736d0000 - 0x73719000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    0x738b0000 - 0x73980000      C:\WINDOWS\system32\D3DIM700.DLL
    0x6d240000 - 0x6d27d000      C:\Programmi\Java\jre1.5.0_04\bin\fontmanager.dll
    0x746b0000 - 0x746fb000      C:\WINDOWS\system32\MSCTF.dll
    0x7c9d0000 - 0x7d1ec000      C:\WINDOWS\system32\shell32.dll
    0x77e90000 - 0x77f06000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773a0000 - 0x774a2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5d4d0000 - 0x5d567000      C:\WINDOWS\system32\comctl32.dll
    0x6d4c0000 - 0x6d4d3000      C:\Programmi\Java\jre1.5.0_04\bin\net.dll
    0x71a30000 - 0x71a47000      C:\WINDOWS\system32\WS2_32.dll
    0x71a20000 - 0x71a28000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Programmi\Java\jre1.5.0_04\bin\nio.dll
    0x10000000 - 0x10041000      C:\Programmi\Sync Manager\agent\syncagent.dll
    0x719d0000 - 0x71a10000      C:\WINDOWS\System32\mswsock.dll
    0x76ee0000 - 0x76f07000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f78000      C:\WINDOWS\System32\winrnr.dll
    0x76f20000 - 0x76f4d000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f86000      C:\WINDOWS\system32\rasadhlp.dll
    0x66750000 - 0x667a8000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a10000 - 0x71a18000      C:\WINDOWS\System32\wshtcpip.dll
    0x0f200000 - 0x0f215000      C:\WINDOWS\system32\jmutil.dll
    0x0f370000 - 0x0f37d000      C:\WINDOWS\system32\jmvfw.dll
    0x73af0000 - 0x73b03000      C:\WINDOWS\system32\AVICAP32.dll
    0x77bd0000 - 0x77bd8000      C:\WINDOWS\system32\VERSION.dll
    0x75df0000 - 0x75e11000      C:\WINDOWS\system32\MSVFW32.dll
    0x72c90000 - 0x72c99000      C:\WINDOWS\system32\wdmaud.drv
    0x76bf0000 - 0x76c1e000      C:\WINDOWS\system32\WINTRUST.dll
    0x77a50000 - 0x77ae5000      C:\WINDOWS\system32\CRYPT32.dll
    0x77af0000 - 0x77b02000      C:\WINDOWS\system32\MSASN1.dll
    0x76c50000 - 0x76c78000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x72c80000 - 0x72c88000      C:\WINDOWS\system32\msacm32.drv
    0x77bb0000 - 0x77bc5000      C:\WINDOWS\system32\MSACM32.dll
    0x77ba0000 - 0x77ba7000      C:\WINDOWS\system32\midimap.dll
    0x73e50000 - 0x73e54000      C:\WINDOWS\system32\ksuser.dll
    0x770f0000 - 0x7717c000      C:\WINDOWS\system32\OLEAUT32.dll
    0x76f90000 - 0x7700f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77010000 - 0x770e2000      C:\WINDOWS\system32\COMRes.dll
    0x778f0000 - 0x779e7000      C:\WINDOWS\system32\setupapi.dll
    0x73620000 - 0x73627000      C:\WINDOWS\system32\msdmo.dll
    0x0f790000 - 0x0f797000      C:\WINDOWS\system32\jmdaudc.dll
    0x73e80000 - 0x73edc000      C:\WINDOWS\system32\DSOUND.dll
    0x20000000 - 0x202d5000      C:\WINDOWS\system32\xpsp2res.dll
    0x10150000 - 0x1015d000      C:\WINDOWS\system32\jmacm.dll
    0x587e0000 - 0x587e7000      C:\WINDOWS\system32\imaadp32.acm
    0x72c60000 - 0x72c67000      C:\WINDOWS\system32\msadp32.acm
    0x586f0000 - 0x586f5000      C:\WINDOWS\system32\msg711.acm
    0x586c0000 - 0x586c8000      C:\WINDOWS\system32\msgsm32.acm
    0x58690000 - 0x58694000      C:\WINDOWS\system32\tssoft32.acm
    0x73ae0000 - 0x73ae7000      C:\WINDOWS\system32\tsd32.dll
    0x586d0000 - 0x586ed000      C:\WINDOWS\system32\msg723.acm
    0x58700000 - 0x5874d000      C:\WINDOWS\system32\msaud32.acm
    0x586a0000 - 0x586be000      C:\WINDOWS\system32\sl_anet.acm
    0x58750000 - 0x587da000      C:\WINDOWS\System32\l3codeca.acm
    0x10290000 - 0x102b4000      C:\WINDOWS\system32\sirenacm.dll
    0x102d0000 - 0x102de000      C:\WINDOWS\system32\jmgsm.dll
    0x103f0000 - 0x103fb000      C:\WINDOWS\system32\jmvcm.dll
    0x10510000 - 0x105bc000      C:\WINDOWS\system32\jmvh263.dll
    0x106d0000 - 0x106de000      C:\WINDOWS\system32\jmcvid.dll
    0x109f0000 - 0x10a0b000      C:\WINDOWS\system32\jmh263enc.dll
    0x113a0000 - 0x113ac000      C:\WINDOWS\system32\jmdaud.dll
    0x11400000 - 0x11408000      C:\WINDOWS\system32\jmddraw.dll
    0x6d360000 - 0x6d366000      C:\Programmi\Java\jre1.5.0_04\bin\jawt.dll
    0x115e0000 - 0x115e9000      C:\WINDOWS\system32\jmfjawt.dll
    VM Arguments:
    java_command: RTPClient
    Environment Variables:
    CLASSPATH=.;.;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\jdk1.4.2\bin;C:\Programmi\QuickTime\QTSystem\
    USERNAME=Tony
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 12 Stepping 0, AuthenticAMD
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1047856k(636784k free), swap 2519584k(2224060k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_04-b05) for windows-x86, built on Jun 3 2005 02:10:41 by "java_re" with MS VC++ 6.0
    So, i have just reported this to the "bug report", and i'm waiting for some answers.
    I never catch this error, 'cause in the past i ever used the 1.4.2 JVM's version (i think this is the main reason...).

    Hi, and thank you for reply.
    Are you sure?
    Recently i made some tests with my Client app, and this works with 1.5.
    Of course, there are some problems, e.g. the GUI's layout is not perfect, but i send and receive RTP streams normally... strange...
    By the way, for the moment i'll use the JVM version 1.4.2, thanks.

  • Add a new LOV item to a seed Iprocurement Page

    Dear Forum,
    I am relatively new with OA Framework and have a query.
    In IProcurement-> Preferences Page -> Iproc Preferences, has many profiles that can be set to have a default value. I need to do the following add a NEW LOV item in the Delivery Billing region (DeliveryBillingDefaultsRN) on the existing page.
    I found the Page to be in $ICX_TOP/mds/profiles/webui/MYProfilePG.xml.
    The VO used by the page is oracle.apps.icx.profile.server.ProfileValuesVO
    This VO does not contain the attribute I need to add.
    1) What do I need to do to add this new item on this region ?
    2) Would The LoV would need to be linked to another 'new ' VO ? How does it all work ?
    If it is a new VO for 2) , to which AM do I need to attach it to ?
    I did manage to create a new item via personalization, but this needs to be linked to a VO, would this be the extend ProfileValuesVO or the VO for the new lov ?
    Some detailed steps in the right direction would help. I have read the dev guide, ch9 etc but am a bit confused.
    Many Thanks
    Shanky
    Thanks
    Gagan

    Please go through the Extension chapter of Jdev guide and the OAF Personalization guide. There you will find enough detail. You can also find threads with discussion on the similar requirements,
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Issues in creating new LOV input Item in a standard page

    Hi,
    I'm trying to create a new LOV item in a page. I'm using the personalizations as said in the jdev guide. But, I want to use a custom VO and RN.
    I created a new VO and used that to create an LovRN. But, when i call it in the ExternalLOV property and run the page, the LOV is giving an error saying that the VO is not in the LOV AM.
    I tried to extend the AM and then attach this VO to the custom extended AM. I'm running into errors and also found that the AM is rootAM for the page and so I removed the extension.
    Please help me out in solving the issue.

    Bharath P ,
    This is a limitation in framrework that u cannot extend the root AM which has LOV on the page. The work around is to make a nested AM. Attach a new AM at any region under pagelayout region, it would automatically become nested AM of the root AM.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Suggested defense against the new "Bash bug"?

    I am looking for suggestions on how to protect my Mac OS X Server from the new "Bash bug" that has just been announced today. The bug affects Mac OS X, Linux and Unix.
    I run a simple web server, nothing fancy. Only HTML, PHP and MySQL. The only open ports are TCP port 80 for web hosting and 3306 or MySQL access.
    Any suggestions, advise, insights, et cetera is appreciated!
    Thanks!

    Download the patch here: https://ftp.gnu.org/pub/gnu/bash/bash-3.2-patches/

  • 10.5.2 and new Adobe bugs...

    I just recently updated to 10.5.2 and the subsequent leopard graphics update, hoping to resolve annoying little bugs in my Adobe programs. For example, when switching spaces into an open Photoshop document in 10.5.1, all my toolbars and windows would be grayed out (pretty annoying). With 10.5.2, all those windows disappear completely! arrgh... (really annoying)
    I was expecting Apple to fix these kinds of bugs with this update, not add to them. Is anyone else experiencing this bug or any other new Adobe bugs?

    Brian:
    I don't know if you already has solved your problem, but here's my contribution.
    After the 10.5.2 Upgrade, I had the same problem that you with PS CS3 and ID CS3, but before I did a reinstall from 10.5.2 Combo Update, I upgraded my FontExplorer to it's newest version, and trashed the apple.CoreGraphics.plist from my user's Library/Preferences.
    After that, it wasn't necessary to make the Combo reinstall. And now, everything is working fine again.
    During the problem, I also noticed that my Spaces Preferences Panel didn't work, so I couldn't turn it off. Also, I noticed that doing a log in from another user in my Mac everything worked ok. I think this is the cause of the Adobe CS3 Apps Crash.
    I expect my solution works for you, and for others too. In case that you use FontExplorer.
    Good Luck!

  • New record insert in JHeadstart application deployed to Tomcat

    Hello Friends,
    I developed an application with JHeadstart and it works well but when I deploy it into Tomcat a problem appears:
    I have some records -let's say employees- and I want to enter a new record. I click the "New Employee" button but the selected record seems in the form instead of empty form. This problem is seen in the first run of the program.
    How can I overcome this Tomcat problem, I need an immediate help.
    thanks...

    Dear Muller,
    THanks your reply, As my test to generate new jheadstrat application again that using JHEADSTART10.1.2.2.32 release, the problem be solve! but I follow /install.html to migration our exist application that using JHEADSTART10.1.2., the problem cannot be solve after did all migration procedure , the problem whether can be solve using migration path on exist application?
    the following is my migration procedure:
    For upgrading from a previous JHeadstart 10.1.2.0.x build, apply the following steps:
    1. Apply the steps in section Installation in the existing JHeadstart 10.1.2 Home, overwriting the old JHeadstart 10.1.2.x files.
    2. For each JHeadstart project where you want to make it possible to run JHeadstart Application Generator with all the new features and fixes, perform the following steps:
    * Select all JHeadstart Generator Templates (*.jut files, *.jjt files, and *.jtp files) in the JDeveloper (ViewController) Project and choose File - Erase from Disk. If you customized one or more templates, you should re-apply the functional changes you made.
    * Select all JHeadstart generated files in [HTML Root]\common in the JDeveloper (ViewController) Project and choose File - Erase from Disk. If you customized one or more of these files, you should re-apply the functional changes you made.
    * In each Application Structure File, for each Lookup of type "lov", turn on the new Generation Switch "Generate LOV Page?"
    3. Other upgrade steps to perform for each JHeadstart project, to ensure that the new JHeadstart Runtime will work correctly:
    * Correct the link to the JHeadstart documentation in index.html. In previous builds, this link was incorrect. It should be * Re-enable JHeadstart on each (ViewController) JHeadstart project. Choose Overwrite All and Yes to All, unless you know you have customized images or other supported files other than web.xml or uix-config.xml. A backup will always be made of those two files. If you customized the uix-config.xml or web.xml file, you will have to re-apply the customizations.
    * If you don't generate the Struts-Config Service-level Entries anymore (a setting in the JHeadstart Application Structure File), you should manually add the processorClass attribute to the <controller> element of your struts-config.xml file(s) like this: <controller ... processorClass="oracle.jheadstart.controller.strutsadf.JhsRequestProcessor"/>
    * If you subclassed any JHeadstart runtime classes in your own Java classes, check the overridden methods to see if they have changed. You might need to change the way you override the JHeadstart behavior as well.
    Note that if you have overridden classes in JhsDataAction just to override default behavior of the JHeadstart BindingUtils or ReportingUtils classes, the new JhsDataAction has a much easier way to achieve that. Just override JhsDataAction.getBindingUtils() or JhsDataAction.getReportingUtils(), and make sure that it returns your own subclass of BindingUtils or ReportingUtils.
    For upgrading from a previous JHeadstart 10.1.2.x build, apply the following steps:
    1. Apply the steps in section Installation in the existing JHeadstart 10.1.2 Home, overwriting the old JHeadstart 10.1.2.x files.
    2. Re-enable JHeadstart on each (ViewController) JHeadstart project. Choose Overwrite All and Yes to All, unless you know you have customized images or other supported files other than web.xml or uix-config.xml. A backup will always be made of web.xml and uix-config.xml. If you customized the uix-config.xml or web.xml file, you will have to re-apply the customizations.

  • Is Apple going to release a security update for Snow Leopard to patch the new 'bash' bug?

    What are the chances we will see Apple release a security update to patch this bash bug vulnerability? I really love snow leopard and don't want to update. At the same time, I don't want my computer to be vulnerable! Apple is still selling snow leopard, so are they still maintaining it?

    STWriter wrote:
    OSx 10.6.8 IS INFECTED TOO -- news says ALL for about 25 YEARS !
    I posted a site link -- check the thread.
    10.6 does have the bash bug (I confirmed that a few replies back in this thread, and I mentioned the 25 years in another reply to this thread). But that is NOT an infection. Bash did not catch it. The bug was not put there on purpose. And the bug itself does not actively do anything. It is a flaw that can allow a web server using server side scripts written in the bash shell scripting language, or a server side script that invokes bash. Or a user that allows anonymous remote ssh logins. Or has enabled the CUPS web management interface.
    All of which was said before in this thread. Along with why it is most likely not a problem for the typical Mac consumer.
    This is a serious problem for many web servers.  And there are instructions for patching bash (see above).
    The typical Mac user does not do the things that put them at risk. And if they know how to set their Mac up to put themselves at risk, they are knowledgable enough to follow the patching instructions.

  • New Finder bug in 10.7.2 - overwriting file w/authenticated move fails and zeroes out target file too

    I have found a new bug in the Finder for Lion 10.7.2
    In 10.7 and 10.7.1, if I downloaded a new version of an application, and wanted to drag it to /Applications or /Applications/Utilities, here is what happened:
    1) Try to drag to one of these protected directories, in order to copy it over the old version.
    2) Get a dialog box saying "The item XXX could not be moved because "Utilities" couldn't be modified." This dialog would have two choices: "Authenticate" or "Cancel"
    3) Click "Authenticate"
    4) Get another dialog: "An older item named XXX already exists in this location. Do you want to replace it with the newer one you're moving?" Choices would be "Keep Both Files" "Stop" and "Replace"
    5) On clicking "Replace", the OS would ask for an admin password.
    6) You would give it, and then the OS would copy the new file. Done.
    Now, in Lion 10.7.2's Finder, after steps 1-5, there is a new dialog:
    "This operation couldn't be completed because some files had to be skipped. For each item, chose File > Get Info, make sure "Locked" is deselected, and then check the Sharing and Permissions section. When you are sure the items are unlocked and not designated as Read Only or No Access, try again."
    "OK is the only choice to exit this dialog.
    AND
    the target file is in fact overwritten with an empty file! So your folder now contains a nonfunctional app, while the new version can't be copied over it!
    You can, in fact, go in and delete the zeroed-out app and drag the new copy into the folder. But authenticated overwriting appears dangerously broken.
    (And what an error message! Sounds like someone from the Windows 2000 team thought that one up...")
    I'm not a developer, but if any registered developers would care to replicate this and file it as a bug, I'd be very grateful.

    Yup. Thomas, have you tried replicating this in the other direction? In Terminal you can make a folder, chown it to root, get the permissions to the same as those of /Applications/Utilities,  then as a normal user, try dragging something
    into that folder? I have - this is replicable.
    This is a real bug - worked ok until 10.7.2, then broke.
    I have worked around this bug by changing the permissions on my Applications and Applications/Utilities folders so that my account has write permission there without authentication. But that not ideal from a security standpoint.
    If any developer out there could fire a Radar report off on this, I'd be much obliged.

  • GB will not open due to new sounds bug - no answers

    Error message - "New Post - GarageBand was not able to install new sounds. Close and re-open GarageBand to download and install them again".
    Saw one thread on this and there was no resolution at the end of it. Seemed like multiple people are suffering the same issue. This bug makes Garageband not work at all. I have no way to record! Has anyone spoken to apple? Called applecare? Come up with a definitive fix? I'm so frustrated right now. Early 2008 iMac with newly installed Yosemite and most recent version of garageband. Please help me.

    obviously the "new post" was not part of the error message - just copied and pasted potential header.

Maybe you are looking for