10g 10.1.2.0.2 MouseWheelListener.class

Hi,
We're eagerly adopting the 10g 10.1.2.0.2 release of Forms and Reports services, and while browsing the error_log (yay, what fun :) ) I noticed this error messsage:
File does not exist: ORACLE_HOME/forms/java/java/awt/event/MouseWheelListener.class
So what's the deal? Can I download the class from somewhere and perhaps get some sort of mouse wheel support in forms and reports 10g - or is this merely a provision for "things to come"?
I must admit it's the most interesting error I've had in a long time :)
Jesper Vad Kristensen
Denmark

The blog entry mentioned above is mine. It's been raised as an high priority issue with Oracle, but so far they haven't fixed it yet.
The decrease in performance we found was a combination of this missing class file, use of a proxy server and use of SSL. Using SSL makes your JVM at the client raise an unhandled exception. You can see this if you open the Java console. On low end machines (Celeron 300-600MHz) this caused a considerable drop in performance.
The other mousewheel-classes were not in 9.0.4.1. It looks like Oracle introduced these classes in 9.0.4.2 but forgot one. This was also logged internally at Oracle as a bug against a pre-release version of 10.x. That was fixed in the final 10.1.2 release, but no backport fix has been made for 9.0.4.2. That is what I have requested and what Oracle is working on.
In the meantime I've just extracted the frmall.jar from 10.1.2 myself and added the single class file to the 9.0.4.2 frm90.all. That completely fixed the issue and is probably exactly what Oracle will be doing once hey supply the backport fix. Until then we are just taking our chances by running with a non-supported JAR file. If we do run into any problems, support might ask us to reproduce first with the standard JAR file. That's a risk I'm willing to take.

Similar Messages

  • OAM 10g attribute is not visible in object class in Identity System console

    Hi All,
    This is about OAM 10g environment with OID used as user/config/policy store. There are one custom user object class and custom attributes defined in Identity System console already. Now there is a requirement to add another custom attribute to that already existing custom user object class.
    I have created the attribute in schema through ldap command and I am able to see it in LDAP browser as well. However even after restarting OAM identity server and webpass services, the attribute is not visible in Identity System console -> Common Configuration -> Objectclasses -> Custom object class.
    Appreciate any help. Please treat this as urgent.
    Thanks
    Mahendra.

    The solution is to add the attributes in OVD schema as OVD is the user store.

  • 10g RAC on Blade Servers (HP C-Class)

    All
    Just wanted to know anyone's take on deployment of 10g RAC on blade servers -
    Challenges, recommendations, etc. Anyone out there deployed a mission critical oltp application running RAC on blade servers?
    Appreciate a response
    Thanks - KP

    Have several RAC blade clusters. Not using HP's blades though. The biggest one (12 nodes) is over 2 years old. The only h/w issue during that time as far as I can recall, was a power supply that blew. Vendor replaced and it was business as usual.
    We are btw replacing all our HP boxes (old L classes mostly) with blade clusters. Given the stability and robustness of our big cluster, and that of the blades we're using for development, web servers and stand-alone database servers (running SE), we've decided to make this our standard h/w architecture. Of course, financially this receives a lot of noddy points from the bean counters. ;-)

  • Hands On COURSE Oracle Database 10g: Administration Workshop 1,Oracle Database 10g: Administration Workshop II Release 2,TRAINING CLASS ILT.

    I am accessing Hands On Course url
    https://www.starttest.com/gateways/starttest/3.0/starttestgateway.aspx?program=oracle&partner=vue&mode=14&candidateid=OC0842480&appointmentid=89049&datetime=2013-08-30T11:56:03&code=8a25b0793eb018e3a1f36341018b75a2c6cff095
    I am receiving the Message that,
    There are no registrations associated with student information.

    This is a duplicate to what you posted one minute earlier:
    https://forums.oracle.com/thread/2575320
    This duplicate is locked.

  • File upload conflict with BC4JRequestProcessor under 10g

    Hello.
    I'm using file upload in application designed in JDeveloper 9i with STRUTS framework. Request processor is BC4JRequestProcessor. Application uses file upload performed with form derrived from ActionForm with property of interface FormFile. Everything was OK until migration to 10g was performed. Under 10g, the NullPointerException is reported in MultipartUtil class called from BC4JRequestProcessor. Details:java.lang.NullPointerException
    at oracle.jbo.html.struts11.MultipartUtil.populate(MultipartUtil.java:227)
    at oracle.jbo.html.struts11.BC4JRequestProcessor.processPopulate(BC4JRequestProcessor.java:433)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:254)
    ...The problem is, that method "populate" of MultipartUtil class doesn't resolve the MultipartRequestHandler parameter and the names of the parameters (Enumeration names) has than a null value. There is a NullPointerException thrown after an attempt of iteration of this enumeration.
    Any suggestions?
    Thanks.

    just found this thread
    BC4J MultipartRequestHandler is null

  • How to set the debug port for Eclipse for OracleAS 10g Enterprise Server

    Hi All,
    I want to debug a java class, which is exposed as webservice. what are the settings I need to do in OracleAS 10g Enterprise Server to debug a java class using a eclipse.
    Thanks in advance,
    Vidyasagar.

    Hi, have you double checked that your oc4j is started with Sun's JVM or any other JVM that recognizes the kind of remote debug option as above? You can find the JVM used by oc4j in the ORACL_HOME/opmn/conf/opmn.xml.
    To double check that your oc4j is started in debug mode, you can test with another remote debugger. Say, with the jdb in sun's jdk jdb -connect com.sun.jdi.SocketAttach:hostname=yourHost,port=4000 (Personally, I also use Jdeveloper or Jswat to double check.) If you can connect with jdb, then you have to check your Eclipse. Can its remote debugger connect to any java application at all?

  • Error with LOG4J, in 10G compilation

    Hi Everyone,
    Please I need Help I try to load Log4J en Database 10G, When I try to compile the class in toad, or in database, sende a message error the class are:
    ORA-29521: referenced name javax/management/RuntimeOperationsException could not be found
    ORA-29521: referenced name javax/management/AttributeList could not be found
    ORA-29521: referenced name javax/management/Attribute could not be found
    ORA-29521: referenced name javax/management/DynamicMBean could not be found
    ORA-29521: referenced name javax/management/MBeanRegistration could not be found
    ORA-29521: referenced name javax/management/MBeanException could not be found
    ORA-29521: referenced name javax/management/ReflectionException could not be found
    ORA-29521: referenced name javax/management/AttributeNotFoundException could not be found
    ORA-29521: referenced name javax/management/InvalidAttributeValueException could not be found
    ORA-29521: referenced name javax/management/MBeanServer could not be found
    ORA-29521: referenced name javax/management/ObjectName could not be found
    ORA-29521: referenced name javax/management/MBeanInfo could not be found
    I dont now what to do, if enyone know what cause this error, I try to update the JDK in data base to 1.5 but I dontknow to do.

    Alcides,
    For your information, the Oracle 10g database embedded JVM is compatible with java 1.4 and so supports logging. Hence no real need to install Log4j.
    As far as I know, you cannot upgrade the Oracle database embedded JVM.
    (See your How Install JDK 1.5 in Data Base Oracle 10G, urgent pleeeeese.)
    Certainly looks like the version of Log4j you are trying to use is compatible with java 1.5, so if you insist on using Log4j, you'll have to use a version that is compatible with java 1.4. Sorry :-(
    By the way, I think the Java in the Oracle Database forum is the most appropriate for your question.
    Good Luck,
    Avi.

  • Regarding oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB class

    Hi,
    The Integration developers guide mentioned that the Corrective action codes and details in the oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB class.
    Do we need to write this class or is there any configuration file exists,which is referred by this class?
    My use case is to create a key-value pairs for Corrective actions.
    Please let me know of you've done the similar excercise.
    Thanks,
    Bhanu

    1. Does this class oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB already exist within AIA so to add new error message etc... you just need to modify it?
    Yes this exists oob with FP. In 10g it will be under bpel/system/classes folder.
    2. If the above is true then where do i find this class to add new messages?
    In 10g it will be under bpel/system/classes folder. In 11g it will be under <MW_HOME>/soa/modules/oracle.soa.ext_11.1.1/classes folder.
    3. Must this Listresource bundle be implemented in all AIA composites? If so how do i do this?
    No, only one resource bundle exists and you can add your messages to the same class.
    3. Does anyone have any example which i can use to implement error handling?
    Please refer AIADemo available in OTN for download. All the composites have error handling.
    4. Any other general advice about using this resource list bundle
    In 11g the resource bundles class is replaced with a properties text file.

  • Problems instantiating oracle xdk class CXmlCtx

    I'm having problems using the CXmlCtx C++ class in XDK 10g when I define my own ErrorHandler class. The default version appears to be working but does not allow any errors to be dealt with properly.
    I believe there is some kind of memory corruption occurring as I'm getting inconsistent results when I instantiate CXmlCtx. There are times when the CXmlCtx class is instantiated and then I can successfully parse an xml doc BUT most of the time I'm getting a mix between Error 19 returned (which is XMLERR_PROP_NOT_FOUND) and a core dump.
    Does anyone know what error 19 actually means and more importantly how can I avoid it? (and hopefully the core dumps).

    Hi,
    I am facing a similar problem. Please let me know if you were able to resolve this/

  • Run Form

    Hi there,
    OS: Windows XP SP2
    Forms: 10g
    For some reason I can't run any form!
    It started with IE7, then I moved to IE6 and it was fine for sometime, but again it raised an error so I moved to FireFox 2.0.0.6 and it was just great for more than a month, then suddenly it stopped working! the minute I run my form it opened FireFox Loading Java Applet then the Oracle logo came then its closed!
    Whats wrong!!
    Thanks in advance ('',)

    Windows Event Viewer didn't show any logs!!
    Logs from D:\DevSuiteHome_1\j2ee\DevSuite\log\default-web-access.log:
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:14:40 +0300] "POST /forms/frmservlet HTTP/1.1" 200 4064
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:14:41 +0300] "GET /forms/frmservlet HTTP/1.1" 200 3986
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:14:42 +0300] "GET /forms/java/frmall_jinit.jar HTTP/1.1" 304 0
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:15:20 +0300] "GET /forms/java/java/awt/KeyboardFocusManager.class HTTP/1.1" 404 170
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:15:45 +0300] "GET /forms/java/java/awt/event/MouseWheelListener.class HTTP/1.1" 404 174
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:15:46 +0300] "GET /forms/java/oracle/forms/registry/Registry.dat HTTP/1.1" 200 4216
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:15:46 +0300] "GET /forms/java/oracle/forms/registry/default.dat HTTP/1.1" 404 168
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:15:46 +0300] "GET /forms/lservlet;jsessionid=3e966b9022b991136372f19148bfa6539a4531c31f50?ifcmd=getinfo&ifhost=XXXXXXX-XXXXXXX&ifip=XX.XXX.XXX.XXX HTTP/1.1" 200 26
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:15:47 +0300] "POST /forms/lservlet;jsessionid=3e966b9022b991136372f19148bfa6539a4531c31f50 HTTP/1.1" 200 8
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:15:50 +0300] "POST /forms/lservlet;jsessionid=3e966b9022b991136372f19148bfa6539a4531c31f50 HTTP/1.1" 200 3634
    XX.XXX.XXX.XXX - - [29/Sep/2007:14:15:54 +0300] "POST /forms/lservlet;jsessionid=3e966b9022b991136372f19148bfa6539a4531c31f50 HTTP/1.1" 200 7
    Logs from D:\DevSuiteHome_1\j2ee\DevSuite\log\global-application.log:
    07/09/29 13:24:01 Started
    07/09/29 13:24:06 defaultWebApp: jsp: init
    07/09/29 13:24:06 defaultWebApp: Started
    Logs from D:\DevSuiteHome_1\j2ee\DevSuite\log\jms.log:
    07/09/29 13:23:51 10.1.2.0.2 Started
    Logs from D:\DevSuiteHome_1\j2ee\DevSuite\log\rmi.log:
    07/09/29 13:23:52 10.1.2.0.2 Started
    Logs from D:\DevSuiteHome_1\j2ee\DevSuite\log\server.log:
    07/09/29 13:23:51 10.1.2.0.2 Started
    07/09/29 13:24:03 10.1.2.0.2 Started
    Logs from D:\DevSuiteHome_1\j2ee\DevSuite\application-deployments\forms\application.log:
    07/09/29 13:24:03 Started
    07/09/29 13:26:49 formsweb: jsp: init
    07/09/29 13:26:49 formsweb: frmservlet: init
    07/09/29 13:26:49 formsweb: FormsServlet init():
    configFileName: D:\DevSuiteHome_1/forms/server/formsweb.cfg
    testMode: false
    07/09/29 13:26:50 formsweb: Started
    07/09/29 13:27:50 formsweb: lservlet: init
    07/09/29 13:27:50 formsweb: ListenerServlet init()
    Please help guys :(

  • Applet hangs at startup [SOLVED]

    Hi All,
    I am facing problem with launching my forms application.
    Version:
    Oracle Application Server 10g Release2
    Jinitiator: 1.3.1.22
    IE7, IE6
    When i launch my application after applet is initialized and splash screen is launched nothing happens. I can see a window Oracle Developer Forms runtime -Web with only 'window' as the only menu item.
    I have tried various things like using Jinitiator 1.3.1.28, using Sun JPI instead of Jinitiator but nothing has worked so far.
    I am able to access applications hosted on other servers but not this one.
    I tried setting forms_timeout to 15 but no success.
    I am having same problem with IE7 as well as IE6.
    With IE7 i tried using
    Jinit: 1.3.1.22, 1.3.1.28
    Sun JPI: 1.6.0_05
    With IE I tired using
    Jinit: 1.3.1.22
    Sun JPI: 1.4.2_05
    Appreciate any help fixing this issue.
    Also to add, I checked Java Console for any errors by enabling trace but no help from there either.
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\AmitT
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    Dump system properties ...
    application.home = C:\PROGRA~1\Oracle\JINITI~1.22
    awt.toolkit = sun.awt.windows.WToolkit
    bridge.home = C:\PROGRA~1\Oracle\JINITI~1.22
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.fonts =
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = C:\PROGRA~1\Oracle\JINITI~1.22\lib\applet.
    java.class.version = 47.0
    java.ext.dirs = C:\PROGRA~1\Oracle\JINITI~1.22\lib\ext
    java.home = C:\PROGRA~1\Oracle\JINITI~1.22
    java.io.tmpdir = C:\DOCUME~1\AmitT\LOCALS~1\Temp\
    java.library.path = C:\Program Files\Internet Explorer;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Internet Explorer;;C:\Ora10gAS\jdk\jre\bin\classic;C:\Ora10gAS\jdk\jre\bin;C:\Ora10gAS\bin;C:\Ora10gAS\jlib;C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\orb\asp\6.0\bin;C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\orb\bin;C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin;C:\ORA_BIP\jre\1.4.2\bin\client;C:\ORA_BIP\jre\1.4.2\bin;C:\oracle\product\10.2.0\db_1\bin;C:\oracle\product\10.2.0\client_1\bin;C:\orant\bin;C:\Program Files\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Diskeeper Corporation\Diskeeper\;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\Common Files\Lenovo;C:\Program Files\Lenovo\Client Security Solution;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\orant\jdk\bin
    java.protocol.handler.pkgs = sun.plugin.protocol.jdk12
    java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version = 1.3.1.22-internal-srajan_05_apr_2005_01_38
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.3
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.3.1.22-internal
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.3.1_15-b01
    javaplugin.maxHeapSize = 96m
    javaplugin.nodotversion = 13122
    javaplugin.trace = true
    javaplugin.trace.lever = 5
    javaplugin.version = 1.3.1.22
    javaplugin.vm.options = -Djava.class.path=C:\PROGRA~1\Oracle\JINITI~1.22\lib\applet. -Xbootclasspath/a:C:\PROGRA~1\Oracle\JINITI~1.22\lib\jaws.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\plugprov.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\javax-ssl-1_2.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\jssl-1_2.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.3.1.22 -Djavaplugin.nodotversion=13122 -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Oracle\JINITI~1.22 -Djavaplugin.trace=true -Djavaplugin.trace.lever=5 -Djava.protocol.handler.pkgs=sun.plugin.protocol.jdk12
    line.separator = \r\n
    os.arch = x86
    os.name = Windows XP
    os.version = 5.1
    path.separator = ;
    sun.boot.class.path = C:\PROGRA~1\Oracle\JINITI~1.22\lib\rt.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\i18n.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~1\Oracle\JINITI~1.22\classes;C:\PROGRA~1\Oracle\JINITI~1.22\lib\jaws.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\plugprov.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\javax-ssl-1_2.jar;C:\PROGRA~1\Oracle\JINITI~1.22\lib\jssl-1_2.jar
    sun.boot.library.path = C:\PROGRA~1\Oracle\JINITI~1.22\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    trustProxy = true
    user.dir = C:\Documents and Settings\AmitT\Desktop
    user.home = C:\Documents and Settings\AmitT
    user.language = en
    user.name = Amitt
    user.region = US
    user.timezone =
    Done.
    JAR cache enabled
    Location: C:\Documents and Settings\AmitT\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Registered modality listener
    Referencing classloader: sun.plugin.ClassLoaderInfo@6ac461, refcount=1
    Added trace listener: sun.plugin.ocx.ActiveXAppletViewer[oracle.forms.engine.Main,0,0,1000x750,invalid,layout=java.awt.BorderLayout]
    Sending events to applet. LOAD
    Sending events to applet. INIT
    Sending events to applet. START
    Opening http://localhost:7777/forms/java/frmall_jinit.jar
    Connecting http://localhost:7777/forms/java/frmall_jinit.jar with no proxy
    Loading http://localhost:7777/forms/java/frmall_jinit.jar from JAR cache
    Opening http://localhost:7777/forms/java/java/awt/KeyboardFocusManager.class
    Connecting http://localhost:7777/forms/java/java/awt/KeyboardFocusManager.class with no proxy
    Loaded image: jar:http://localhost:7777/forms/java/frmall_jinit.jar!/oracle/forms/icons/splash.gif
    Opening http://localhost:7777/forms/java/java/awt/event/MouseWheelListener.class
    Connecting http://localhost:7777/forms/java/java/awt/event/MouseWheelListener.class with no proxy
    Opening http://localhost:7777/forms/java/oracle/forms/registry/Registry.dat
    Connecting http://localhost:7777/forms/java/oracle/forms/registry/Registry.dat with no proxy
    Opening http://localhost:7777/forms/java/oracle/forms/registry/default.dat
    Connecting http://localhost:7777/forms/java/oracle/forms/registry/default.dat with no proxy
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Opening http://localhost:7777/forms/frmservlet?config=sgdemo&acceptLanguage=en-us&ifcmd=startsession
    Connecting http://localhost:7777/forms/frmservlet?config=sgdemo&acceptLanguage=en-us&ifcmd=startsession with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe?ifcmd=getinfo&ifhost=localhost&ifip=10.1.106.175
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe?ifcmd=getinfo&ifhost=localhost&ifip=10.1.106.175 with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Forms Applet version is : 10.1.2.0
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Opening http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe
    Connecting http://localhost:7777/forms/lservlet;jsessionid=0a016ab030d612c80353b0b44887a655c649c0d159d9.e34KchaQbxuMci0Nb34QaNyMc3f0n6jAmljGr5XDqQLvpAe with no proxy
    Thanks
    AT
    Message was edited by:
    Amit Trivedi
    Message was edited by:
    Amit Trivedi

    Rajesh,
    1. Test form is coming up.
    2. I tried disabling windows firewall. Still problem persists.
    3. Apache logs show
    [Wed Jul 02 15:53:16 2008] [error] [client 10.1.103.96] [ecid: 1215028396:10.1.106.175:3504:5076:1,0] File does not exist: c:/ora10gas/forms/java/java/awt/KeyboardFocusManager.class
    [Wed Jul 02 15:53:17 2008] [error] [client 10.1.103.96] [ecid: 1215028397:10.1.106.175:3504:5064:1,0] File does not exist: c:/ora10gas/forms/java/java/awt/event/MouseWheelListener.class
    [Wed Jul 02 15:53:17 2008] [error] [client 10.1.103.96] [ecid: 1215028397:10.1.106.175:3504:5084:2,0] File does not exist: c:/ora10gas/forms/java/oracle/forms/registry/default.dat
    Now this path c:/ora10gas/forms/java/java/awt does not exist in my machine and there is only registry.dat file in c:/ora10gas/forms/java/oracle/forms/registry folder.
    Still I am clueless what could be wrong.
    Thanks and Regards
    AT

  • JInititiator 1.3.1.22 and Internet Explorer 7.0 in HTTPS Mode Not Working

    Anyone else having problems running Jinitiator 1.3.1.22 in Internet Explorer 7.0 in HTTPS mode? I'm getting the usual unhelpful java.lang.ClassNotFoundException:oracle.forms.engine.Main error.
    Works okay in HTTP mode. Confirmed that JInititiator and the certdb.txt file were okay by connecting successfully with IE 6.0 in HTTPS.

    Thank you for a very informative response.
    I installed 1.3.1.26 and get the same error when trying to connect to Forms in HTTPS mode.
    I also verified I can download the frmall.jar file directly from the server.
    Here's what I found in the OHS access log:
    192.168.1.1 - - [14/Nov/2006:16:01:55 -0600] "GET /forms/lservlet HTTP/1.1" 200 223
    192.168.1.1 - - [14/Nov/2006:16:02:04 -0600] "GET /forms/frmservlet?ok=OK+to+continue HTTP/1.1" 200 3931
    192.168.1.1 - - [14/Nov/2006:16:02:04 -0600] "GET /forms/java/frmall_jinit.jar HTTP/1.1" 200 1188684
    192.168.1.1 - - [14/Nov/2006:16:02:29 -0600] "GET /forms/java/java/awt/KeyboardFocusManager.class HTTP/1.1" 404 381
    192.168.1.1 - - [14/Nov/2006:16:02:29 -0600] "GET /forms/java/java/awt/KeyboardFocusManager.class HTTP/1.1" 404 381
    192.168.1.1 - - [14/Nov/2006:16:02:30 -0600] "GET /forms/java/java/awt/event/MouseWheelListener.class HTTP/1.1" 404 385
    192.168.1.1 - - [14/Nov/2006:16:02:30 -0600] "GET /forms/java/java/awt/event/MouseWheelListener.class HTTP/1.1" 404 385
    192.168.1.1 - - [14/Nov/2006:16:02:30 -0600] "GET /forms/java/oracle/forms/registry/Registry.dat HTTP/1.1" 200 4216
    192.168.1.1 - - [14/Nov/2006:16:02:30 -0600] "GET /forms/java/oracle/forms/registry/default.dat HTTP/1.1" 404 379
    Here's the corresponding entries from the OHS error log:
    [Tue Nov 14 16:02:29 2006] [error] [client 192.168.1.1] [ecid: 4760584573966,1] File does not exist: c:/oracle/mid1012/forms/java/java/awt/KeyboardFocusManager.class
    [Tue Nov 14 16:02:29 2006] [error] [client 192.168.1.1] [ecid: 4777764443166,1] File does not exist: c:/oracle/mid1012/forms/java/java/awt/KeyboardFocusManager.class
    [Tue Nov 14 16:02:30 2006] [error] [client 192.168.1.1] [ecid: 4760584573982,1] File does not exist: c:/oracle/mid1012/forms/java/java/awt/event/MouseWheelListener.class
    [Tue Nov 14 16:02:30 2006] [error] [client 192.168.1.1] [ecid: 4794944313801,1] File does not exist: c:/oracle/mid1012/forms/java/java/awt/event/MouseWheelListener.class
    [Tue Nov 14 16:02:30 2006] [error] [client 192.168.1.1] [ecid: 4812124183473,1] File does not exist: c:/oracle/mid1012/forms/java/oracle/forms/registry/default.dat
    Again, I can connect via HTTP mode. This only occurs when connecting via HTTPS.
    Unfortunately, our customers must use HTTPS mode and I fear they will be forced to upgrade to IE7 within the next month.
    Any suggestions you may have are most welcome. Thanks again for your quick response.
    Jim

  • Application Builder problem on one server but not another

    I am having an Application Builder problem. When I get into App Express and go inside the builder and try to edit a listed application, I get an “http 404 the page cannot be found. The page might have had its name changed or is temporarily unavailable” situation. I can get into SQL commands, utilities, and administrative activities. I can also run the application. Also, if I go onto a different server with App Express on it, I can get into the builder and edit applications with no trouble. Our DBA had the server in question rebooted a little over a week ago and that took care of the problem for a couple days. Any ideas? Is this an Express problem or a server problem? He had also tried restarting Express before he had the reboot done and that didn’t help.
    Thank you for any help.
    Cordially,
    Robert J. Smith

    I have messages from the Apache error log files from the dates I was getting the builder error. For future reference, I will post them below. The builder has been working fine lately.
    Robert Smith
    ** error log messages follow **
    [Mon Jul 16 07:25:12 2007] [error] [client 147.159.5.134] [ecid: 
    79143788610,1] File does not exist:
    /app/oracle/oraappsrv10g/forms/java/java/awt/KeyboardFocusManager.class
    [Mon Jul 16 07:25:12 2007] [error] [client 147.159.5.134] [ecid: 
    79143788611,1] File does not exist:
    /app/oracle/oraappsrv10g/forms/java/java/awt/event/MouseWheelListener.class
    [Mon Jul 16 07:25:13 2007] [error] [client 147.159.5.134] [ecid: 
    83438757083,1] File does not exist:
    /app/oracle/oraappsrv10g/forms/java/oracle/forms/registry/default.dat

  • Jdeveloper 11g - JAX-RPC 1.1 method is not supported in WLS 8.1 clients.

    Hi,
    I am using Jdeveloper 11g and migrating a web Service Proxy created using jdeveloper 10g.
    I imported all the proxy classes and when I try to run web service client In Jdeveloper 11g I get the following error
    "JAX-RPC 1.1 method is not supported in WLS 8.1 clients. If you are attempting to run an OC4J 10.1.3 JAX-RPC client in WLS, please see the Web Service Migration Guide for instructions."
    Please advise on how to solve this?
    which is the offending jar/library file in Jdeveloper 11g which is causing the above error?.
    Is the above problem there in the WebLogic Server Runtime also?
    Please let me know.
    2) I cannot generate web server proxies also with jdev11g because the wsdl has overloaded methods omitting the name property within the input and output message, ie, they have a null name. therefore Jdeveloper 11g is using the library which
    when called with an overloaded operation that contains null input/output message names, a duplicate error occurs because it sees other operations with the same name. so it is effectively not allowing to create the web service proxies.
    Thanks,
    Appreciate your quick response to the above

    Have you checked the 'Web Service Migration Guide' mentioned in the error message?
    Timo

  • How to disable status bar messages

    hi,
    while loading a form or running the forms applications, forms applet writes log to the status bar of internet explorer.
    i want to disable some of these messages. because i am listening status bar, for a specific message and these messages causes performance problem.
    is there a way to do it?
    regards , Engin.
    here are the messages i logged :
    Finding site: 10.222.4.51
    Connecting to site 10.222.4.51
    Connecting to site 10.222.4.51
    Start downloading from site: http://10.222.4.51:8000/forms/frmservlet?config=tfs
    Opening page http://10.222.4.51:8000/forms/frmservlet?config=tfs...
    Opening page http://10.222.4.51:8000/forms/frmservlet?config=tfs...
    Opening page http://10.222.4.51:8000/forms/frmservlet?config=tfs...
    (2 items remaining) Opening page http://10.222.4.51:8000/forms/frmservlet?config=tfs...
    Opening http://10.222.4.51:8000/forms/java/frmwebutil.jar
    Opening http://10.222.4.51:8000/forms/java/frmall_jinit.jar
    Opening http://10.222.4.51:8000/forms/java/frmall_jinit.jar
    Opening http://10.222.4.51:8000/forms/java/frmwebutil.jar
    Opening http://10.222.4.51:8000/forms/java/frmwebutil.jar
    Opening http://10.222.4.51:8000/forms/java/jacob.jar
    Opening http://10.222.4.51:8000/forms/java/jacob.jar
    Opening http://10.222.4.51:8000/forms/java/tfsbeans.jar
    Opening http://10.222.4.51:8000/forms/java/tfsbeans.jar
    Opening http://10.222.4.51:8000/forms/java/tfsimage.jar
    Opening http://10.222.4.51:8000/forms/java/tfsimage.jar
    Opening http://10.222.4.51:8000/forms/java/jai_imageio.jar
    Opening http://10.222.4.51:8000/forms/java/jai_imageio.jar
    Opening http://10.222.4.51:8000/forms/java/clibwrapper_jiio.jar
    Opening http://10.222.4.51:8000/forms/java/clibwrapper_jiio.jar
    Opening http://10.222.4.51:8000/forms/java/jacob.jar
    Opening http://10.222.4.51:8000/forms/java/jacob.jar
    Applet loaded.
    Applet initialized.
    Applet started.
    Opening http://10.222.4.51:8000/forms/java/tfsbeans.jar
    Opening http://10.222.4.51:8000/forms/java/tfsbeans.jar
    Opening http://10.222.4.51:8000/forms/java/tfsimage.jar
    Opening http://10.222.4.51:8000/forms/java/tfsimage.jar
    Opening http://10.222.4.51:8000/forms/java/jai_imageio.jar
    Opening http://10.222.4.51:8000/forms/java/jai_imageio.jar
    Opening http://10.222.4.51:8000/forms/java/clibwrapper_jiio.jar
    Opening http://10.222.4.51:8000/forms/java/clibwrapper_jiio.jar
    Opening http://10.222.4.51:8000/forms/java/java/awt/KeyboardFocusManager.class
    Opening http://10.222.4.51:8000/forms/java/java/awt/KeyboardFocusManager.class
    Applet loaded.
    Applet initialized.
    Opening http://10.222.4.51:8000/forms/java/java/awt/event/MouseWheelListener.class
    Opening http://10.222.4.51:8000/forms/java/java/awt/event/MouseWheelListener.class
    Opening http://10.222.4.51:8000/forms/java/oracle/forms/registry/Registry.dat
    Opening http://10.222.4.51:8000/forms/java/oracle/forms/registry/Registry.dat
    Opening http://10.222.4.51:8000/forms/java/oracle/forms/registry/default.dat
    Opening http://10.222.4.51:8000/forms/java/oracle/forms/registry/default.dat
    Opening http://10.222.4.51:8000/forms/frmservlet?config=tfs&acceptLanguage=en-us,tr;q=0.5&ifcmd=startsession
    Opening http://10.222.4.51:8000/forms/frmservlet?config=tfs&acceptLanguage=en-us,tr;q=0.5&ifcmd=startsession
    Opening http://10.222.4.51:8000/forms/lservlet;jsessionid=0ade042330d69eb05aec84b344128245ca217665e6c7.e3eNc3iPc3j0ax4LbNeKaxqKci1ynknvrkLOlQzNp65In0?ifcmd=getinfo&ifhost=EDP12PC58&ifip=10.222.12.58
    Opening http://10.222.4.51:8000/forms/lservlet;jsessionid=0ade042330d69eb05aec84b344128245ca217665e6c7.e3eNc3iPc3j0ax4LbNeKaxqKci1ynknvrkLOlQzNp65In0?ifcmd=getinfo&ifhost=EDP12PC58&ifip=10.222.12.58
    Opening http://10.222.4.51:8000/forms/lservlet;jsessionid=0ade042330d69eb05aec84b344128245ca217665e6c7.e3eNc3iPc3j0ax4LbNeKaxqKci1ynknvrkLOlQzNp65In0
    Opening http://10.222.4.51:8000/forms/lservlet;jsessionid=0ade042330d69eb05aec84b344128245ca217665e6c7.e3eNc3iPc3j0ax4LbNeKaxqKci1ynknvrkLOlQzNp65In0
    Opening

    First off that's what's called a kernel panic and it's the most extreme software problem as the kernel itself is malfunctioning which everything else depends upon.
    It's rather easy to resolve, there are usually two causes for it, outdated software or a problem with OS X itself like it lost part of itself somehow on the drive.
    So instead of disabling it which you can't as the operating system is basically frozen (not all of it of course) you should just fix it up really quick and all is well.
    Depending upon what operating system the machine has gives you different options to #8 Resinstall Just OS X over itself to fix issues in OS X, and with third party "hooks" called kernel extension files (kexts) that some software place into OS X itself.
    So you do that here and it won't delete programs or files, but any program with a kext file in OS X is removed by the overwrite process.
    So do #8 here and other Steps as you see fit to fix the machine.
    ..Step by Step to fix your Mac
    Of course doing so is going to make some software not work, so you have to check to make sure before you reinstall certain software that it's been updated and works fine with the current OS X verison.

Maybe you are looking for

  • PDFs display differently in Internet Explorer 9 versus FireFox

    We use Adobe Reader X in all cases (10.4.1) On old computer, we have a website we go to using Internet Explorer (version 8.x on XP) where we ope/save & print to a PDF file. The information on the PDF prints vaules in a certain order - for example:  

  • Define Proxy Server details in MS Dynamics CRM 2013 tamplate project using CRM 2013 developer toolkit

    Hi, I am trying to create MS CRM 2013 template project using MS CRM 2013 developer tool kit. When I am trying to connect with MS CRM 2013 online , it is giving me error "407 Proxy Authentication Required". Actually I am using proxy server for connect

  • Simillar madule in BI 7.0 as UMC_NOTIF_SEND_EMSIL in MWP.

    Hello all, there is a module in MWP with the name of UMC_NOTIF_SEMD_EMSIL. I want to know if there is a similar module that does the same thing in BI 7.0. anything will be helpful. thanks

  • Installation troubles....Any advice?

    I have done a complete installation of iTunes along with Quicktime and after I received the confirmation that it has downloaded successfully, I restart my computer. After it has rebooted, I double click on the iTunes icon on my window, and it does no

  • Cannot download free trial of Visio Pro 2013

    I have tried repeatedly to download the free trial of Visio Professional 2013.  Each time, the download aborts with a message that Tech Support is working on the issue.  Can we find out what the issue is, and when it will be resolved?  Anxious to dow