1.4.2_02 incompatible with RedHat 9 2.4.20-20.9?

Our program would hang because of a system level lock when running 1.4.2_02 on Redhat 9 2.4.20-20.9 Kernel.
Notice that the MAIN thread is stuck within Sun's code. This is the line of our source code that created the call stack:
System.out.println(this.mFilename + "recordList(" + this.mWorkingDate +") size : " + recordList.size() );
A simple System.out.println can cause such a problem?
Please help. Thanks
Full thread dump Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode):
"Parser Thread" prio=1 tid=0x0808d818 nid=0x23c4 in Object.wait() [4d097000..4d098098]
at java.lang.Object.wait(Native Method)
- waiting on <0x44c06060> (a java.lang.Object)
at java.lang.Object.wait(Unknown Source)
at EDU.oswego.cs.dl.util.concurrent.LinkedQueue.take(LinkedQueue.java:122)
- locked <0x44c06060> (a java.lang.Object)
at finance.frontEnd.branchSvr.importer.StoreParser.run(StoreParser.java:58)
at java.lang.Thread.run(Unknown Source)
"Thread-3" prio=1 tid=0x0808e640 nid=0x23c4 in Object.wait() [4d017000..4d018118]
at java.lang.Object.wait(Native Method)
- waiting on <0x44bfbbe0> (a java.util.TaskQueue)
at java.util.TimerThread.mainLoop(Unknown Source)
- locked <0x44bfbbe0> (a java.util.TaskQueue)
at java.util.TimerThread.run(Unknown Source)
"SimpleDeliveryManager Resequencing Thread" daemon prio=1 tid=0x08090da0 nid=0x23c4 waiting on condition [4cf97000..4cf98198]
at java.util.HashMap$HashIterator.<init>(Unknown Source)
at java.util.HashMap$ValueIterator.<init>(Unknown Source)
at java.util.HashMap$ValueIterator.<init>(Unknown Source)
at java.util.HashMap.newValueIterator(Unknown Source)
at java.util.HashMap$Values.iterator(Unknown Source)
at com.ubermq.jms.client.impl.SimpleDeliveryManager$2.run(SimpleDeliveryManager.java:170)
- locked <0x44c09d10> (a java.util.HashMap)
at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
at java.lang.Thread.run(Unknown Source)
"Channel-Based NIO Thread" daemon prio=1 tid=0x08090940 nid=0x23c4 runnable [4cf17000..4cf18218]
at sun.nio.ch.PollArrayWrapper.poll0(Native Method)
at sun.nio.ch.PollArrayWrapper.poll(Unknown Source)
at sun.nio.ch.PollSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked <0x44bfbd70> (a java.util.HashSet)
- locked <0x44bfbd80> (a java.util.HashSet)
- locked <0x44bfbd20> (a sun.nio.ch.PollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at com.ubermq.kernel.ReadWriteTransformThread.run(ReadWriteTransformThread.java:49)
"Thread-2" daemon prio=1 tid=0x082cce08 nid=0x23c4 waiting on condition [4ce80000..4ce80298]
at java.lang.Thread.sleep(Native Method)
at org.apache.torque.oid.IDBroker.run(IDBroker.java:525)
at java.lang.Thread.run(Unknown Source)
"Thread-1" daemon prio=1 tid=0x082ca928 nid=0x23c4 waiting on condition [4ce00000..4ce00318]
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$ValueIterator.next(Unknown Source)
at java.util.AbstractCollection.toArray(Unknown Source)
at java.util.Collections$SynchronizedCollection.toArray(Unknown Source)
- locked <0x44b64280> (a java.util.Collections$SynchronizedMap)
at finance.frontEnd.branchSvr.persistent.PstFactory$OpenConnLogger.run(PstFactory.java:122)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
"Signal Dispatcher" daemon prio=1 tid=0x0809d490 nid=0x23c4 waiting on condition [0..0]
"Finalizer" daemon prio=1 tid=0x08088b80 nid=0x23c4 in Object.wait() [41fbf000..41fbf598]
at java.lang.Object.wait(Native Method)
- waiting on <0x44b601c8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
- locked <0x44b601c8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
"Reference Handler" daemon prio=1 tid=0x08087f80 nid=0x23c4 in Object.wait() [41f3f000..41f3f618]
at java.lang.Object.wait(Native Method)
- waiting on <0x44b60230> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Unknown Source)
at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
- locked <0x44b60230> (a java.lang.ref.Reference$Lock)
"main" prio=1 tid=0x08052798 nid=0x23c4 waiting on condition [bfffc000..bfffd3c8]
at sun.misc.URLClassPath.findResource(Unknown Source)
at java.net.URLClassLoader$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findResource(Unknown Source)
at java.lang.ClassLoader.getResource(Unknown Source)
at java.lang.ClassLoader.getResource(Unknown Source)
at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
at java.util.ResourceBundle$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.ResourceBundle.loadBundle(Unknown Source)
at java.util.ResourceBundle.findBundle(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at sun.text.resources.LocaleData$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.text.resources.LocaleData.getBundle(Unknown Source)
at sun.text.resources.LocaleData.getDateFormatZoneData(Unknown Source)
at java.text.DateFormatSymbols.cacheLookup(Unknown Source)
at java.text.DateFormatSymbols.initializeData(Unknown Source)
at java.text.DateFormatSymbols.<init>(Unknown Source)
at java.text.SimpleDateFormat.<init>(Unknown Source)
at java.util.Date.toString(Unknown Source)
at java.lang.String.valueOf(Unknown Source)
at java.lang.StringBuffer.append(Unknown Source)
- locked <0x4485b1f8> (a java.lang.StringBuffer)
at finance.frontEnd.branchSvr.guiProxy.TranOrderComp.doTransfer(TranOrderComp.java:193)
at finance.frontEnd.branchSvr.upkeep.DataCleaner$ImportReportJob.run(DataCleaner.java:324)
at finance.frontEnd.branchSvr.upkeep.JobRunner.runDayEnd(JobRunner.java:105)
at finance.frontEnd.branchSvr.importer.closeProcess.main(closeProcess.java:44)
"VM Thread" prio=1 tid=0x08086c60 nid=0x23c4 runnable
"VM Periodic Task Thread" prio=1 tid=0x0809fd28 nid=0x23c4 waiting on condition
"Suspend Checker Thread" prio=1 tid=0x0809cb08 nid=0x23c4 runnable

You could try setting the environment variable LD_ASSUME_KERNEL to
2.2.5 for linux threads with a floating stack or
2.4.1 for linux threads with out a floating stack.
See the release notes for Linux Red Hat 9. It mentions applications
that do not work correctly with the new threading implementation - java.
It says you 1.4 is ok but I found I need to set this var anyway.
Good luck.
Maryann

Similar Messages

  • Problem: 9i with RedHat Enterprise 4 EM64T

    Hi ppl,
    I was trying to install Oracle 9.2.0.4 on RedHat Enterprise 4 EM64T but i got this error:
    Error in invoking target install_isqlplus of makefile $ORACLE_HOME/sqlplus/lib/ins_sqlplus.mk
    My system is fully updated with RHN.
    I tried to modify the genclntsh file, but when i do ./genclntsh i got this error. What should i do?? Anyone can help me?
    /usr/bin/ld: skipping incompatible /usr/lib/gcc-lib/i386-redhat-linux/2.96/libgcc.a when searching for -lgcc
    /usr/bin/ld: skipping incompatible /usr/lib/gcc-lib/i386-redhat-linux/2.96/libgcc.a when searching for -lgcc
    /usr/bin/ld: warning: i386 architecture of input file `/usr/lib/gcc-lib/i386-redhat-linux/2.96/crtbeginS.o' is incompatible with i386:x86-64 output
    /usr/bin/ld: warning: i386 architecture of input file `/usr/lib/gcc-lib/i386-redhat-linux/2.96/crtendS.o' is incompatible with i386:x86-64 output
    /usr/bin/ld: crti.o: No such file: No such file or directory
    collect2: ld returned 1 exit status
    cp: cannot stat `/DISCARD/': No such file or directory
    ar: creating /home/oracle/ora92/lib/libclntst9.a
    Created /home/oracle/ora92/lib/libclntst9.a
    cat: /tmp/clntst9.9598/*.nm: No such file or directory
    sort: open failed: /tmp/clntst9.9598/*.objs: No such file or directory
    Usage: ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
    ar -M [<mri-script]
    commands:
    d - delete file(s) from the archive
    m[ab] - move file(s) in the archive
    p - print file(s) found in the archive
    q[f] - quick append file(s) to the archive
    r[ab][f]u - replace existing or insert new file(s) into the archive
    t - display contents of archive
    x[o] - extract file(s) from the archive
    command specific modifiers:
    [a] - put file(s) after [member-name]
    b - put file(s) before [member-name] (same as i)
    [N] - use instance [count] of name
    [f] - truncate inserted file names
    [P] - use full path names when matching
    [o] - preserve original dates
    u - only replace files that are newer than current archive contents generic modifiers:
    [c] - do not warn if the library had to be created
    [s] - create an archive index (cf. ranlib)
    [S] - do not build a symbol table
    [v] - be verbose
    [V] - display the version number
    emulation options:
    No emulation specific options
    ar: supported targets: elf64-x86-64 elf32-i386 a.out-i386-linux efi-app-ia32 elf64-little elf64-big elf32-little elf32-big srec symbolsrec tekhex binary ihex
    ar: creating /home/oracle/ora92/lib32/libclntst9.a
    Created /home/oracle/ora92/lib32/libclntst9.a
    **************** And the script ends

    compatibility problem solved uninstalling
    compat-libcwait-2.0-2.i386.rpm
    compat-oracle-rhel4-1.0-5.i386.rpm
    but now i have another problem:
    /usr/bin/ld: skipping incompatible /usr/lib/libc_nonshared.a when searching for /usr/lib/libc_nonshared.a
    /usr/bin/ld: cannot find /usr/lib/libc_nonshared.a
    collect2: ld returned 1 exit status
    cp: cannot stat `/DISCARD/': No such file or directory

  • SOURCE_PACKAGE is INCOMPATIBLE with the FORMAL PARAMETER DATA_PACKAGE

    Hello Experts,
    Infocube A is getting updated from shopping carts DSO. I have added 3 new fields in SC DSO then cube transformations got inactive.  I do not want 3 new fields in cube. we have report on DSO. Below is syntax error when  checking transformations.
    Error: In PERFORM or CALL FUNCTION "ROUTINE_9998", the actual parameter "SOURCE_PACKAGE" is incompatible with the formal parameter "DATA_PACKAGE".
    3 New fields are available in tys_SC_1 but not available in tys_SC_1_full. I tried to insert 3 fields in tys_SC_1_full but still it is showing same syntax error.  And more TYPE is availalbe tys_TG_1_full.  This type does not have 3 fields.
    Please  advice.
    Thanks in advance.
    Regards
    Venkata.

    Hello Rathy,
    I have resolved issue by addinng fields to data package. Issue is becasue of 4 fields in source and I have added only 3 fields in data package. Added one more field to data package and no syntax errors when checked.
    Thanks for the input and points assigned.
    Regards
    Venkata Agraharam.

  • I just updated to 10.9.3. I now cannot open Mail - it comes up with an error window and suggests it may be incompatible with this OS. What is the fix for this? Thanks

    When I try to open Mail from the launchbar it won't open and comes up with a window saying it may be incompatible with this version of OS X.
    What is the answer to fix this?!

    Backup for safety on at least two reliable drives.
    Reinstall using the combo update at http://support.apple.com/kb/DL1746
    You would be wise to quit all apps, disconnect all peripherals and preferably delete all email accounts before upgrading.

  • K7N2 Delta (ILSR) incompatible with 200FSB?

    Is the K7N2 Delta (Nforce2 Chipset) incompatible with 200FSB??... Ive seen many problems when trying to upgrade the CPU, and use a 200FSB in various forums. So, why does it keep hanging/crashing?? Might it be not really supported even though it specify it does?

    From most of the posts I've been reading about this issue, the users are trying to build their systems using Value RAM from various manufacturers such as Kingston or Corsair among others...this just isn't a reality anymore in the high speed world of components...the Delta boards require a lot of power and high speed memory nowadays and a lot of the users are just unaware of these facts...
    Part time builders are the most susceptible to this as they build a system every few years and think that all of the 'old' rules apply to their situation...what 'should' be isn't anymore as we continue to design and produce faster products that require faster peripherals to support them...
    Getting away cheaply has been designed out of most systems and this really stems from the CPU mfg's and how MB designers have to approach BUS speeds and the like...
    CDM has it right that you need to dip a little deeper these days for good QUALITY memory and peripheral items to ENSURE that when you build your new PC that you minimize these issues from the get go...if not then you're going to have a good run at testing this RAM or that RAM to find one that is cheap and will still have the speed capability to keep up with your high end MB & components...
    Apacer is a good example of this...they're moderately priced and they perform very well in the sandbox with most applications that you set before them...overclocking them can lead you down a problematic path but overall they're pretty flexible from what I've seen...
    Most of us here know that Mushkin is pretty infallable and will take pretty much whatever is thrown at their modules...if not calling their CS dept gets you the kind of help that most companies only dream about providing...
    All in all the 'line' has risen and it will rise again and you'll see a rash of users that will complain that "This should do what I want it to do" but as is most always the case, you'll find that they're trying to build an underpowered system that requires fast peripheral components and a lot of them just aren't willing to dish out the cash required for a great white box system...
    Yes I agree that it's a scam from the companies to force us to spend more of our hard earned dollars but that is the way of the world now, albeit that it's unfortunate...if you're really good at building systems tho, you'll find that you can usually come up with a pretty mid-range priced system that will blaze thru all the latest games but that only comes with buying components to play trial & error with...much like I used to do in my Computer Store years ago...these days I don't do much of that, I just buy the good stuff and save my time...

  • Witch laptops are compatible/incompatible with windows XP/VISTA

    Hi so i am planning on buying Apple MacBook or maybe PRO
    i have a list of laptops that are served in our area:
    Apple MacBook Pro MA895
    Apple MacBook Pro MA610
    Apple MacBook Pro MA611
    Apple MacBook Pro MA897
    Apple MacBook MB062
    Apple MacBook MB063
    and i need to know wich one of those are compatible or incompatible with Windows XP? please make a quick response
    In advance thank you for your time

    All of the "MacBook" laptops are compatible with XP/Vista.
    One thing to note is that BootCamp is currently in the beta version (at least until when OS X Leopard comes out), so you may have some minor problems installing and running windows, but they should be fine.
    Another thing to note is since Vista craves a lot of CPU, RAM, HD and graphics, I would suggest you going to a MacBook Pro. I have heard that Vista does not run smoothly on computers with less than 2 GB RAM, nor does all of its features render well if you don't have a 128 MB graphics card. Increasing the MacBook's RAM to 2 GB may also significantly increase the performance.
    Either way, the option is yours. All of them should work out fine, with perhaps a couple of firmware updates

  • Oracle 9i installation problem with RedHat 7.2 (segmentation violation)

    I have try to installation 9i with RedHat 7.2 by x windows.
    when i use xwin to run the "./runInstaller, i got the error
    (segmentation) as below:
    i have already try to follow the installation procedure in
    http://staff.in2.hr/denis/oracle/901install_rh72_en.html#1 but
    still got this error.
    Can anyone help me??
    Regards
    Chris Sung
    =================================================================
    ===============
    oracle install
    Connecting 192.168.1.3 via TELNET
    Thursday, December 13, 2001 1:04:06
    Red Hat Linux release 7.2 (Enigma)
    Kernel 2.4.7-10 on an i686
    login: oracle
    Password:
    Last login: Thu Dec 13 00:46:39 from apple
    [oracle@orange oracle]$ (/home/oracle/Disk1/runInstaller -
    display 192.168.1.2:0
    -name "oracle install" &)
    [oracle@orange oracle]$ Initializing Java Virtual Machine
    from /tmp/OraInstall/jre/bin/jre. Please wait...
    SIGSEGV 11* segmentation violation
         stackbase=0xbffff298, stackpointer=0xbffff160
    Full thread dump:
    "Finalizer thread" (TID:0x4276d210, sys_thread_t:0x4d0bfe0c,
    state:R) prio=1
    "Async Garbage Collector" (TID:0x4276d258,
    sys_thread_t:0x4d09ee0c, state:R) prio=1
    "Idle thread" (TID:0x4276d2a0, sys_thread_t:0x4d07de0c,
    state:R) prio=0
    "Clock" (TID:0x4276d088, sys_thread_t:0x4d05ce0c, state:CW)
    prio=12
    "main" (TID:0x4276d0b0, sys_thread_t:0x80d6fe8, state:R)
    prio=5 *current thread*
         java.lang.System.initializeSystemClass(System.java)
    Monitor Cache Dump:
    Registered Monitor Dump:
    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Dynamic loading lock: <unowned>
    Monitor IO lock: <unowned>
    Child death monitor: <unowned>
    Event monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>
         Waiting to be notified:
         "Clock" (0x4d05ce0c)
    Monitor registry: owner "main" (0x80d6fe8, 1 entry)
    Thread Alarm Q:

    Strange, but yesterday I nter in Oracle9i install, open
    gnome-terminal window as oracle user and simply type
    /tmp/Disk1/runInstaler
    the DISPLAY enviroment variable was set,
    using RedHat 7.2 , kernel 2.4.16-0.9, glibc-2.2.4-19
    Segmentation violation 11 may mean RAM problem, sometimes
    incorrect program pointer.So I think it must work (runIstaler)

  • Subroutine-the actual parameter is incompatible with the formal parameter

    Hi,
    I have the following code that is outputting an error message during activation:
    DATA: I_RESBB TYPE TABLE OF RESBB,
          WA_RESBB TYPE RESBB.
    PERFORM OBTAIN_RESBB_DATA
    USING I_RESBB.
    *&      Form  OBTAIN_RESBB_DATA
    *       text
    *      -->P_I_RESBB  text
    FORM OBTAIN_RESBB_DATA  USING    VALUE(P_I_RESBB) TYPE RESBB.
    ENDFORM.                    " OBTAIN_RESBB_DATA
    However, I am getting the following messages during activation:
    In PERFORM or CALL FUNCTION "OBTAIN_RESBB_DATA", the actual parameter
    "I_RESBB" is incompatible with the formal parameter "P_I_RESBB".
    What am I doing wrong? I have checked through many different threads & sites but can't find a solution.
    Thanks,
    John

    John, since you seem quite familiar with the ABAP help and obsolete statements I'm now surprised what you were initially asking for.. .
    Anyhow, below a sample coding with the table being passed as a USING parameter. Avoid using VALUE on the parameter (i.e. pass by value) unless you need a copy of the parameter. Otherwise this leads to a performance overhead (requirement to copy the parameter), especially for large internal tables.
    TYPES T_RESBB_TAB TYPE STANDARD TABLE OF RESBB WITH NON-UNIQUE DEFAULT KEY.
    DATA I_RESBB TYPE T_RESBB_TAB.
    PERFORM OBTAIN_RESBB_DATA USING I_RESBB.
    FORM OBTAIN_RESBB_DATA  USING I_RESBB TYPE T_RESBB_TAB.
      FIELD-SYMBOLS: <RESBB> TYPE LINE OF T_RESBB_TAB.
      LOOP AT I_RESBB ASSIGNING <RESBB>.
        " Additional coding for evaluating/updating the table
      ENDLOOP.
    ENDFORM.
    Cheers, harald
    P.S.: Update of my posting: Just read your one comment. Looks like your only problem was attempting to define the table type in the parameters section of the form routine. This doesn't work. If you don't have a type you could use a generic type (i.e. simply just say <i>using i_resbb type table</i>), but in general I would stick to strong typing unless you have a generic routine that must handle different table types. So simply refer to a table type from dictionary or that you defined in your program.

  • "SOURCE_PACKAGE" is incompatible with "DATA_PACKAGE"

    Hi All,
    While activating Transformation 2lis_13-vditm I am getting an error
    In PERFORM or CALL FUNCTION "ROUTINE_9998", the actual parameter "SOURCE_PACKAGE" is incompatible with the formal parameter "DATA_PACKAGE".
    Is there anyone who can solve this problem?
    Regards
    Amit Srivastava

    Hi,
    Do you have a similar declaration as below, for Type  tys_SC_1_full,  in the routine?
    TYPES:
          BEGIN OF _ty_s_SC_1_full,
            field1 type c,
            field2 type c,
            field3 type i,
          END   OF _ty_s_SC_1_full.
    If Yes, delete or comment all the declarations present in between above BEGIN & END(remove the field1, field2 & field3 declarations).
    Now copy all the declarations from the other TYPES tys_SC_1 delcaration and paste here.
    In brief the structure of  tys_SC_1_full should be exactly same as  tys_SC_1.

  • BIB-16633 Cannot connect because the database version is incompatible with

    BIB-16633 Cannot connect because the database version is incompatible with Feb 15, 2005 9:28 PM
    Reply
    why is this?
    oracle.dss.connection.common.ConnectionException: BIB-16633 Cannot connect because the database version is incompatible with this BI Beans version.
    at oracle.dss.connection.server.drivers.mdm.MDMConnectionDriverImpl.connect(MDMConnectionDriverImpl.java:147)
    at oracle.dss.connection.server.ConnectionImpl.connect(ConnectionImpl.java:285)
    at oracle.dss.connection.client.Connection.connect(Connection.java:425)
    at oracle.dss.connection.client.Connection.connect(Connection.java:342)
    at oracle.dss.addins.designer.OLAPSource.test(OLAPSource.java:284)
    at oracle.dss.addins.wizard.configFileEditor.OlapPanel.testConnection(OlapPanel.java:244)
    at oracle.dss.addins.wizard.configFileEditor.OlapPanel.btnTest_actionPerformed(OlapPanel.java:378)
    at oracle.dss.addins.wizard.configFileEditor.OlapPanel$3.actionPerformed(OlapPanel.java:120)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
    at java.awt.Dialog$1.run(Dialog.java:540)
    at java.awt.Dialog.show(Dialog.java:561)
    at java.awt.Component.show(Component.java:1133)
    at java.awt.Component.setVisible(Component.java:1088)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
    at oracle.dss.addins.wizard.configFileEditor.ConfigFileEditorWizard.run(ConfigFileEditorWizard.java:229)
    at oracle.dss.addins.designer.BIDesignerImpl.editConfigFile(BIDesignerImpl.java:1428)
    at oracle.dss.addins.designer.BIDesignerAddin.openBIDesignerSettings(BIDesignerAddin.java:990)
    at oracle.dss.addins.designer.BIDesignerAddin.actionPerformed(BIDesignerAddin.java:807)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
    at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Lisa Sherriff
    Posts: 137
    OTN Member Since: Jan, 2001
    Re: BIB-16633 Cannot connect because the database version is incompatible w ( In Reply To : BIB-16633 Cannot connect because the database version is incompatible with ) Feb 16, 2005 1:32 AM
    Reply
    Hi,
    From the 10.1.2 BI Beans Install Guide it says:
    OracleBI Beans supports data stored in Oracle9i Enterprise Edition or Oracle Database 10g Enterprise Edition. However, only particular releases and patchsets are supported:
    * Oracle9i Release 2 Enterprise Edition, as follows:
    o 9.2.0.6 for all platforms.
    o 9.2.0.5 with the latest OLAP patch for Windows-only.
    * Oracle Database 10g Release 1 Enterprise Edition with the latest OLAP patch.
    From the error message it would appear that the Database is not one of the above.
    Thanks,
    Lisa
    JDev QA
    401488
    Posts: 48
    OTN Member Since: Aug, 2002
    Re: BIB-16633 Cannot connect because the database version is incompatible with ( In Reply To : BIB-16633 Cannot connect because the database version is incompatible with ) Feb 18, 2005 8:01 PM
    Reply
    Hi,
    Please note that we have follwing versions of DB up and running:-
    1)Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    2)Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    With the Partitioning and Real Application Clusters options
    JServer Release 9.2.0.5.0 - Production
    Pls let us know the solution to resolve this problem ASAP.
    Thanks.

    You are not using a supported version of the database. BI Beans/OLAP only support the following database versions:
    10g - 10.1.0.3 with additional OLAP patch
    9i - 9205 with additional OLAP patch
    9i - 9206
    I would suggest that you have not applied all the required database patches to your instance.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oraclc Corporation

  • UDI-00018: Data Pump client is incompatible with database version 11.2.0.1

    Hi
    I am trying to import data in Oracle 11g Release2(11.2.0.1) using impdp utitlity and getting below errror
    UDI-00018: Data Pump client is incompatible with database version 11.2.0.1.0
    Export dump has taken in database with oracle 11g Release 1(11.1.0.7.0) and I am trying to import in higher version of the database. Is there any parameter I have to set to avoid this error?

    AUTHSTATE=compat
    A__z=! LOGNAME
    CLASSPATH=/app/oracle/11.2.0/jlib:.
    HOME=/home/oracle
    LANG=C
    LC__FASTMSG=true
    LD_LIBRARY_PATH=/app/oracle/11.2.0/lib:/app/oracle/11.2.0/network/lib:.
    LIBPATH=/app/oracle/11.2.0/JDK/JRE/BIN:/app/oracle/11.2.0/jdk/jre/bin/classic:/app/oracle/11.2.0/lib32
    LOCPATH=/usr/lib/nls/loc
    LOGIN=oracle
    LOGNAME=oracle
    MAIL=/usr/spool/mail/oracle
    MAILMSG=[YOU HAVE NEW MAIL]
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    NLS_DATE_FORMAT=DD-MON-RRRR HH24:MI:SS
    ODMDIR=/etc/objrepos
    ORACLE_BASE=/app/oracle
    ORACLE_HOME=/app/oracle/11.2.0
    ORACLE_SID=AMT6
    ORACLE_TERM=xterm
    ORA_NLS33=/app/oracle/11.2.0/nls/data
    PATH=/app/oracle/11.2.0/bin:.:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.:/usr/local/bin:/usr/ccs/bin
    PS1=nbsud01[$PWD]:($ORACLE_SID)>
    PWD=/nbsiar/nbimp
    SHELL=/usr/bin/ksh
    SHLIB_PATH=/app/oracle/11.2.0/lib:/usr/lib
    TERM=xterm
    TZ=Europe/London
    USER=oracle
    _=/usr/bin/env

  • Is incompatible with

    Hi friends,
    I am getting the error message:
    In PERFORM or CALL FUNCTION "GETATTRIBUTES",
    the actual parameter "LT_ATTR_DAT"
    is incompatible with
    the formal parameter "P_LT_ATTR_DATA".
    Please advice what is wrong right here.
    Thanks in advance
    Sas
    DATA: lt_attr_dat TYPE TABLE OF bbpt_attr.
    PERFORM getattributes
                TABLES
                   lt_attr_dat
                USING
                   sy-uname.
    FORM getAttributes
           TABLES lt_attr_data  type bbpt_attr
           USING  lv_user       TYPE sy-uname.
    TYPES: BEGIN OF lty_user_attr,
            attr_id          TYPE om_attrib,
            value_logsys TYPE     log_system,
            value            TYPE char30,
           END OF lty_user_attr.
    DATA: lt_user_attr TYPE TABLE OF lty_user_attr.
    DATA: lt_attr_list TYPE bbpt_attr_list.
    DATA: lt_vlist     TYPE bbpt_attr_values.
    DATA: ls_attr_list TYPE bbp_attr_list.
    DATA: ls_attr_data TYPE bbps_attr.
    DATA: ls_user_attr TYPE lty_user_attr.
    DATA: ls_vlist     TYPE bbps_attr_values.
    DATA: ls_t77omattr TYPE t77omattr.
    lv_user = sy-uname.
    ls_attr_list-attr_id = 'WRK'.
    APPEND ls_attr_list TO lt_attr_list.
    * Read Attributes
      CALL FUNCTION 'BBP_READ_ATTRIBUTES'
        EXPORTING
          iv_user                 = lv_user
          it_attr_list            = lt_attr_list
        IMPORTING
          et_attr                 = lt_attr_data
        EXCEPTIONS
          object_id_not_found     = 1
          no_attributes_requested = 2
          attributes_read_error   = 3
          OTHERS                  = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    endform.                    " getAttributes

    PERFORM getattributes
                TABLES
                   lt_attr_dat[]
                USING
                   sy-uname.
    FORM getAttributes
           TABLES lt_attr_data  STRUCTURE  bbpt_attr
           USING  lv_user       TYPE sy-uname.
    Note : STRUCTURE Is obselete, hence you may define it as
    types: tab_type type table of bbpt_attr.
    FORM getAttributes
           TABLES lt_attr_data  type tab_type
           USING  lv_user       TYPE sy-uname.
    Regards,
    Mohaiyuddin
    Edited by: Mohaiyuddin Soniwala on Nov 26, 2008 5:10 PM
    Edited by: Mohaiyuddin Soniwala on Nov 26, 2008 5:12 PM

  • I updated to Firefox 4.0.1 this morning. Norton 5.5 is now disabled and the message states that it is incompatible with 4.0.1. I need the Norton features enabled. Can I go back to 4.0 until this is rersolved?

    I updated to Firefox 4.0.1 this morning. Norton 5.5 is now disabled and the message states that it is incompatible with 4.0.1. I need the Norton features enabled. Can I go back to 4.0 until this is resolved?

    Please do a Live Update to the Norton product.
    They have provided an important update to Firefox 4.0.1.

  • ITunes is incompatible with Acer PCs, can I get a refund on my iPhone 4S and buy a Galaxy instead?

    Ten days ago I signed a contract with Sprint for the 4S iPhone and Apple Care Plus through Radioshack. I also bought a $25 gift card to spend on iTunes Match.
    When I got home to use it, and iTunes, I found that iTunes crashes within seconds of opening. Every time, guaranteed. I went through the usual steps recommended on these forums of checking for updates, turning off firewalls, restarting Windows, checking for viruses, uninstalling and reinstalling, running as administrator, pressing shift when opening, etc. No luck.
    I went to the Apple store, and to my surprise, they claim iTunes is a whole seperate brand from Apple computers they know nothing about (I guess like how Ford and Lincoln are two seperate companies). Despite my expensive warranty, and the 4S not being remotely as usuable without iTunes (yes, I can still use it as a phone, and listen to Pandora, but I was really hoping to have MY collection of music and photos on it), theres nothing the Apple store would do. They recommended online support, but that breaks down to two options, these forums, and a paid (per minute?) "ExpressLane". According to Radioshack, that Express Lane is free with the Apple Care+ however, I'm afraid, if Apple Inc. considers iTunes a seperate company and service than the 4S, I will be charged a ton of money because technically my issue is with iTunes not the 4S hardware.
    Nevertheless, at least at any cost someone on ExpressLane might be able to fix iTunes. But before I tried, I discovered that the problem is literally unfixable.
    I discovered this thread: https://discussions.apple.com/thread/3224128
    Like a dozen people, all with the same Acer Aspire, and assuming by their claims of 1.0Ghz dual core AMD, the exact same netbook model I have. The same problem. (Only they have been able to use the rest of iTunes, just not some feature.) They claim theyve been able to get iTunes running by turning off something called Genius. But I can't seem to do anything fast enough from the time I click the iTunes icon on the desktop to the time it crashes.
    If iTunes, one of the biggest features of iPhones, is incompatible with Acer PCs, and my only option is to buy a whole new computer, don't I deserve a refund?
    Who would I take it up with? The Apple store was kinda rude. Should I complain to Sprint stores, or to Radioshack? Or Express Lane? Who is responsible for a refund? How does Apple get away with not addressing an issue that affects one of the most popular lower price brands of computers? I don't suppose Acers are all that rare considering their price, they seem to be the PC of choice at Targets, Sears, Kmart, Walmart, etc.

    If you want to return your iPhone, you must do so through whoever you purchased the iPhone from. If that was someone other than an Apple Store, either online or physical, then that dealer's return policies will apply; Apple will have nothing to say about it. You may have to talk to Sprint in regards to your contract with them. I believe you have 30 days to return your phone and cancel your contract, but I'm not certain about Sprint.
    iTunes works fine under Windows on many, many systems, including Acer. Perhaps if you'll post details here, someone can help you sort things out. The thread you refer discusses an earlier version of iTunes and probably no longer applies even if that were the problem on your system, though I cannot say with certainty.  Note that if you are running Windows 7 Starter on your netbook, that version is reported to have problems with a lot of software, not just iTunes. Many people have installed and run iTunes quite successfully, though.
    they claim iTunes is a whole seperate brand from Apple computers they know nothing about
    I don't know who you talked to, but either there was a misunderstanding - the statement would apply perhaps to the iTunes Store, but not to iTunes as a program - or that person was an idiot. iTunes, the program, is most definitely an Apple product and should be supported fully by the Apple Store technical staff.
    Regards.

  • My iPad 1 is now very unstable. Apps crash consistently, Mac Numbers/Pages etc incompatible with IOS 5.1 etc. There seems to be no backwards compatibility to iPad 1. Am I just supposed to throw it away? I have restored the iPOad and it has ample storage .

    My iPad 1 is very unstable. Many Apps simply crash after opening. There is ample storage available.I have restored the iPad twice now and still it is unstable.
    Is this a lack of backwards compatibility because no-one writes apps for IOS 51.1. and the original iPad anymore? not even Apple, as the documents and sheets I create on my Mac are incompatible with my iPad now.
    My naievete tells me that this is simply Apple expecting us to upgrade to later levels of hardware. If so, very disappointing for an Apple fan. Seems your App developer approvals (even your own apps) do no require compatibility with anything but IOS 6 or later.

    There are various things to make your iPad more stable. You can try deleting all apps from the multitasking bar; do a reset ie hold the power and home buttons simultaneously until the Apple logo appears; Settings > General > Reset all Settings.
    If you had the previous version of iPages (version 09) on your Mac before upgrading to Pages 5.2, your Mac should still have that version in Applications, which is still compatible with your version of Pages on your iPad.
    If you don't have that version, you can 'Export to Pages 09' which is still compatible with iOS 5.1.1.

Maybe you are looking for

  • I want to understand TJ command with array string

    In one of my pdf inside the stream i have this code: BT /F2 8.5 Tf 1 0 0 -1 0 7.0295 Tm [IS, 12, B, 4, N: 978-1-449-32914-3] TJ 0 -16.2 Td [[LS, 12, I]] TJ ET The Abobe text block display ISBN: 978-1-449-32914-3 [LSI] I wanted to understand the signi

  • How to fix this error ?

    Ive got this problem that i tried installing an extension then at the end of the process it says : "cannot update insert bar.xml. extension will not be installed"

  • Buying used Vision Box pros/cons

    Thanks to all the info on my other thread[on demand], before i fully committ to getting Vision a friend of mine has a box [black] 1yr old and no longer uses it as he said it was a nightmare! so am looking to buy off him or at least try it out first b

  • Laptop won't switch on

    My laptop which I have had for 6 months suddenly won't switch on, the power light just flashes. I tried removing the battery and replacing it, and having it on charge, but the charging light doesn't even come on when I do that. Any ideas? the model i

  • Strategy 10 & 20

    For a material of strategy 20 , can i create PIR,with req. type LSF? Logically system should not allow me. But iam able to create PIRs. what could be the reason? Pl. help me. Best regards, K.Kumaran.