BUG No Toplink with HSQLDB support

1. Start HSQLDB in server mode
2. Log in as SA
3. Create two tables (in public schema, which is the default) with parent-child relation
4. Create new schema, switch to new schema
5. Create two tables (in public schema, which is the default) with parent-child relation in new schema
6. Create HSQLDB library in JDeveloper
6. Create connection in JDeveloper jdbc:hsqldb:hsql://...
7. Create JDeveloper project
8. Create Toplink map
9. Start "Java Objects from Tables" wizard.
10a. Select a table from public schema
11a. "Public schema is only for synonyms" error message appears
10b. Select a child table from the other schema.
11b. "A foreign key constraint must define at least one column" error message appears
I am using JDeveloper 10.1.3.1.0.3914 and HSQLDB 1.8.0.

Hi,
don't have HSQLDB for testing, but typing HSQLDB TopLink into a Google search brought up many messages of people that got this combination working.
I suggest to post this question on the TopLink forum here on OTN
Frank

Similar Messages

  • Error with hsqldb toplink configuration in oc4j

    Hi,
    I am trying to user hsqldb with toplink with oc4j.
    My independant jpa aplication is working fine.
    But when i try to run that application using oc4j that it is giving "No suitable driver found" error.
    I have put the toplink's jar and hsqldb.jar into my lib directory.
    Application is compiling fine. But on runtime it is giving No suitable driver found.
    Anybody has tried to configure hsqldb with toplink in oc4j?
    Can anybody provide any help?
    - Kumar

    Are you having JPA connect directly to JDBC, or are you using a DataSource?
    Using a DataSource in OC4J should work and is probably the best way to configure your connection. Either way ensure that your JDBC driver is on the OC4J or your application classpath.
    The issue is most likely that TopLink cannot see the JDBC driver on its classpath. You could most likely use a SessionCustomizer to call useDirectDriverConnect(driver, url, url) to workaround the issue.

  • Toplink with sql server

    I have sucessfully used Toplink with Oracle. ow I have to use it with MS SQL server and I am having problems. First of all, in the Mapping Worbench, the only SQL server driver listed is weblogic.jdbc.mssqlserver4.Driver. Why can't I use the regular ms sql driver, com.microsoft.jdbc.sqlserver.SQLServerDriver? Why should the mapping workbench be tied to Weblogic? If one did not have Weblogic, would it be impossible to use Toplink with SQL server? Well, I have Weblogic, so I tried using the weblogic driver with the url jdbc:microsoft:sqlserver://<host ip>:1433;DatabaseName=<db name>. When I try to connect, a dialog box appears that says: "java.sql.SQLException $$$$$$$$$$ License Exception $$$$$$$$$$ Missing license for: WebLogic Server 6.1. $$$$$$$$$$ License Exception $$$$$$$$$$ Username or password could be invalid." I have weblogic.jar in the classpath. I tried adding the line SET WLS61_HOME=M:\bea610\wlserver6.1 to workbench.cmd. It didn't help. Any suggestions?

    I already tried this. It does not work. I put the following jars in the classpath in workbench.cmd: msbase.jar;mssqlserver.jar;msutil.jar. Then I start workbench. When I try to enter com.microsoft.jdbc.sqlserver.SQLServerDriver as the driver, I get an exception. Here is the stacktrace:
    Exception occurred during event dispatching:
    java.lang.ClassCastException: com.webgain.openapi.foundation.uitools.WGDefaultListModel
         at com.webgain.workbench.ui.db.BldrLoginInfoPanel.actionPerformed(Unknown Source)
         at com.webgain.openapi.foundation.uitools.WGListChooser.fireActionEvent(WGListChooser.java:664)
         at com.webgain.openapi.foundation.uitools.WGListChooser$ListDataHandler.contentsChanged(WGListChooser.java:473)
         at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
         at com.webgain.openapi.foundation.uitools.WGDefaultListModel.setSelectedItem(WGDefaultListModel.java:740)
         at com.webgain.openapi.foundation.uitools.WGListChooser.setSelectedItem(WGListChooser.java:1446)
         at com.webgain.openapi.foundation.plaf.basic.WGBasicListChooserUI$ListChooserModel.setSelectedItem(WGBasicListChooserUI.java:527)
         at javax.swing.JComboBox.actionPerformed(Unknown Source)
         at javax.swing.plaf.basic.BasicComboBoxUI$EditorFocusListener.focusLost(Unknown Source)
         at java.awt.AWTEventMulticaster.focusLost(Unknown Source)
         at java.awt.AWTEventMulticaster.focusLost(Unknown Source)
         at java.awt.Component.processFocusEvent(Unknown Source)
         at javax.swing.JComponent.processFocusEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.setFocusRequest(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Component.requestFocus(Unknown Source)
         at javax.swing.JComponent.grabFocus(Unknown Source)
         at javax.swing.JComponent.requestFocus(Unknown Source)
         at javax.swing.text.DefaultCaret.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at com.webgain.openapi.foundation.uitools.WGPasswordField.processMouseEvent(WGPasswordField.java:99)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    If I ignore the exception and try to connect to the database anyway, it tries to use the weblogic driver.
    Next I manually edited the database xml file and put in the driver name automatically. When I bought up the mapping workbench again, it again threw an exception. However, the correct driver name was in the file, so it did finally let me connect to the database. So it seems there IS a bug, although it has to do with the GUI and not SQL server per se.

  • How do I install a version of vim with Python support?

    I'm trying to install a version of vim with Python support, but for some reason I can't seem to find anything useful when I search.
    So far I've found posts that say arch doesn't have one built with Python support, and use this <broken link> AUR package. I've search AUR for "vim python" which turned up nothing. There *does* exist extra/gvim-python3, but when I install that, then vim (not gvim) still tells me "Error: Required vim compiled with +python"
    This search:
    https://duckduckgo.com/?t=lm&q=arch+lin … on+support
    Provides:
    https://bbs.archlinux.org/viewtopic.php … 1#p1070281 - Only a link to a bug report
    https://bbs.archlinux.org/viewtopic.php … 0#p1144210 - Post with the 404'd AUR link
    What I finally found was this Gist with directions on using the ABS:
    https://gist.github.com/MicahElliott/3048622
    Ultimately you'll have to change the particular tar.xz files you use in the pacman -U steps, but this should get you vim with Python enabled.

    I have downloaded vim by cloning The Vim Mercurial repository.
    hg clone https://vim.googlecode.com/hg/ ~/bin/vim_bin
    Then i have a this script to install it in my own ~/bin/ dir.
    #!/bin/bash
    cd /home/myuser/bin/vim_bin/src
    echo "---Configure----"
    ./configure --prefix=/usr --localstatedir=/var/lib/vim \
    --with-features=big --with-compiledby="Custom Vim insall" \
    --enable-gpm --enable-acl --with-x=no \
    --disable-gui --enable-multibyte --enable-cscope \
    --enable-netbeans --enable-perlinterp \
    --enable-rubyinterp --enable-luainterp \
    --enable-pythoninterp --with-python-config-dir=/usr/lib/python2.7/config \
    --enable-python3interp --with-python3-config-dir=/usr/lib/python3.4/config > my_log
    echo "=== Make ==="
    make >> my_log
    echo "==== Install ===="
    make install >> my_log
    Hope it helps some one

  • No permission to copy file (to NAS with AFP support) - extended attributes?

    For certain files that I copy from one of my drives to the NAS here (Synology 206j), ever since upgrading to Snow Leopard, Finder's behaviour has changed. It will simply refuse to copy the file, stating that "The operation can’t be completed because you don’t have permission to access some of the items."
    The source is an external USB drive in Mac OS Extended format, I do have full permissions on the files and in any case the drive is set to ignore ownership.
    The target is, like most NASes, in EXT3 format. It's sharing via its own AFP implementation.
    I'd have tried repairing permissions, but for whatever reason, it's greyed out on my external drives. Since then I've figured that it was probably not that anyway, which will become apparent:
    I tried copying the file via the terminal and it actually worked, but also gave an error: "cp: myfile: could not copy extended attributes to /Volumes/media backup/myfile: Operation not permitted"
    This suggests to me that, as expected, the target volume doesn't support extended attributes. But rather than popping up with the message that Leopard did (something along the lines of "your target volume doesn't support extended attributes so your file's metadata may be lost, do you wish to continue") it just aborts instead.
    I'm not sure if this is a Snow Leopard problem or a change that Synology need to catch up with. A workaround is to compress the file to ZIP first.
    Thought I'd mention it here before trying to report it as a bug somewhere. Anyone else having similar issues, either with a NAS or some other storage, in which case please specify?
    Message was edited by: Cloudane

    Thanks guys, yeah I've been monitoring the netatalk mailing list myself: they're onto the same problem, have come to the same conclusions about it being Extended Attributes and have much better proof of such than I
    It looks like they're currently debating the best way to fix it (pretending to support EAs but sending them to a black hole being the quick and dirty way, but I suspect they'll go for implementation)
    It'll be a while for sure, but the Synology guys are very good with Mac support so I'm sure they'll apply the update fairly quickly once the netatalk crew get something public. FWIW, I did detect a certain sense of urgency from the netatalk discussions.
    Although it's essentially answered, I'll leave the question marked as unanswered in case Apple come up with a better one
    Message was edited by: Cloudane

  • Kaffeine embedded crash fixed when compiled with libxcb support?

    From kaffeine website:
    Embedded Kaffeine crash fixed.
    This long standing bug is now fixed in current svn ...
    In order to make it possible, we have ported Kaffeine and xine to xcb (a thread-safe replacement for xlib).
    You can give it a try right now:
    1) install libxcb=>1.0
    2) install current xine-lib cvs (it contains xcb based video output plugins: xshm and xv)
    2) install current Kaffeine svn
    Notes
    a) Both xine-lib and Kaffeine have to be compiled with xcb support (autodetected, check configure results).
    b) Kaffeine will still work with xlib based video out plugins if compiled without xcb (but then, no fix!)
    From 0.8.4 changelog:
    * xine-part: support for xcb. Requires libxcb 1.0 and xine-lib 1.1.5. Fixes several issues.
    Any reason not to incorporate this? If it lives up to it's promises It could mean kde users only need ONE media player :-)  (I have 2 installed just to get DVD menus and embedding in konqueror without crashing)
    Any thoughts?
    Cheers,
    Steve.

    I felt that the laptop was possibly overheating and that is why I started down the road to call "customer support", thinking that a fan went out or there was damage to hardware due to it over heating.  And that road got me no where in a fast manner, and two "techs" telling me it was a software related issue and that I needed to reformat the laptop (twice) and re-install to factory settings.  Even when I did this, it still had the issue and they again told me that it was software related when there was no software on the computer except for Windows 7.  The only thing that customer support helped me with is the knowledge of next time I buy a laptop, but Dell or any other laptop besides a Toshiba.  That is too bad.
    Anyway, I tried to continue on with my thinking of a possible over heating issue, so I blew air into the vents and fins of the laptop.  A lot of dust came out.  I kept blowing air into the vents until no more dust came.
    My wife had to re-install everything again to her laptop after I got the major items re-installed.  She has been running it for the last day or so with no issues.  We hope that this was the issue.  I know she enjoys the laptop when it was running well.
    I guess we will see how it goes.

  • Elvis with X11 support - PKGBUILD

    Building the other 2 elvis PKGBUILDs in the AUR is broken, and they are without X11 support.
    I'm wondering if I should submit this PKGBUILD, which compiles and works fine, and includes X11 and x86_64 support and the help documentation, to the AUR.
    # Maintainer: Robert Kieffer <rek2w @ A L U M N I DOT V I R G I N I A DOT E D U>
    # Based on pkgbuild by Rudy Matela <[email protected]>
    # Date: 2010-1-18
    #compile options
    _ELVISVERSION=2.2_0 # valid options are 2.2_0 and 2.2_1 which are stable and beta, respectively
    _COMPILEWX11=true # X11 support built by default
    _SLACKWARECOLORS=false # elvis colorscheme from slackware not installed by default - it's boring
    _GENERALCOMPILEOPTS="" # place for you you to define your own configure options
    if [ $_ELVISVERSION = "2.2_0" ]; then
    _ELVISSRC="ftp://ftp.cs.pdx.edu/pub/elvis/elvis-2.2_0.tar.gz"
    _ELVISMD5="6831b8df3e4a530395e66c2889783752"
    pkgver="2.2_0"
    fi
    if [ $_ELVISVERSION = "2.2_1" ]; then
    _ELVISSRC="ftp://ftp.cs.pdx.edu/pub/elvis/unreleased/almost-2.2_1.tar.gz"
    _ELVISMD5="6959f2f156920db47e4c6324f187e632"
    pkgver="2.2_1"
    fi
    pkgname=elvis_patched-withx
    pkgver=$pkgver
    pkgrel=1
    url="http://elvis.the-little-red-haired-girl.org/"
    alt_url="http://elvis.vi-editor.org/"
    pkgdesc="A vi clone - with X support (if you wish) - stable or beta version"
    depends=('glibc' 'libx11' 'ncurses' 'fontconfig' 'expat' 'freetype2' 'zlib')
    source=("$_ELVISSRC"
    "http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/editors/elvis/patches/patch-ref.c"
    "http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/editors/elvis/patches/patch-ae"
    "ftp://ftp.slackware.com/pub/slackware/slackware-13.0/source/a/elvis/elvis.clr")
    md5sums=("$_ELVISMD5"
    '8d9df9aa5edcf8e0b8a2f5d59d1c30c7'
    '2bec41d9f09542e2ef41de1e6b41727e'
    'c47a70cb176ebf2eb99b055c4048a560')
    arch=('i686' 'x86_64')
    license=('PerlArtistic')
    conflicts=('elvis' 'elvis_slack')
    replaces=('elvis' 'elvis_slack')
    _DESKTOPFILE="[Desktop Entry]\\nType=Application\\nVersion=1.0\\nName=Elvis\\nComment=A simple text editor\\nExec=elvis\\nIcon=$pkgname\\nTerminal=true\\nCategories=Editors;Programming;Accessories"
    build() {
    cd $srcdir/elvis-$pkgver
    if [ $_COMPILEWX11 = "true" ]
    then
    _GENERALCOMPILEOPTS="$_GENERALCOMPILEOPTS --with-x"
    _COMPILEWX11=1
    else
    _GENERALCOMPILEOPTS="$_GENERALCOMPILEOPTS --with-x=no"
    _COMPILEWX11=0
    fi
    if [ $_SLACKWARECOLORS = "true" ]
    then cp $srcdir/elvis.clr ./data
    fi
    cat $srcdir/patch-* > patches
    patch -p0 <patches
    echo -e $_DESKTOPFILE > $pkgname.desktop
    ./configure --prefix=/usr --verbose $_GENERALCOMPILEOPTS
    sed 's/\<CTAGS\>/ELVTAGS/g; s/ctags\>/elvtags/g; s/ant" elvtags/ant" ctags/' doc/ctags.man >doc/elvtags.man
    /usr/bin/make || return 1
    install -d $pkgdir/usr/bin $pkgdir/usr/share/elvis/ $pkgdir/usr/share/man/man1/
    for i in elvis ref elvtags elvfmt; do
    install -D -s -m755 $i $pkgdir/usr/bin/
    done
    cd $srcdir/elvis-$pkgver/data/
    cp -r * $pkgdir/usr/share/elvis/
    cd $srcdir/elvis-$pkgver/doc/
    install -D -m644 *.html bugs.txt $pkgdir/usr/share/elvis/
    for i in elvis ref elvtags elvfmt; do
    mv $i.man $i.1
    gzip $i.1
    install -D -m644 $i.1.gz $pkgdir/usr/share/man/man1/
    done
    if (( $_COMPILEWX11 ))
    then
    install -D -m644 $srcdir/elvis-$pkgver/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
    install -D -m644 $srcdir/elvis-$pkgver/data/icons/elvis3.xpm $pkgdir/usr/share/pixmaps/$pkgname.xpm
    fi
    Last edited by theapodan (2010-01-20 01:15:08)

    While I didn't actually read your PKGBUILD here, in general, there's no reason not to submit such things to AUR.

  • Toplink with mysql: problem with blob size

    I'm using toplink with a mysql database. I want to store some data in a blob.
    In mysql there exist different sizes of blobs (in my case I need a mediumblob).
    But if I create the scheme for the database with jpa/toplink it alway creates only a column with type blob.
    I can explicitly tell the database to use a mediumblob by this:
    @Column("MEDIUMBLOB")
    But by doing this I limit my program to mysql of course, as this data type is not known to other databases.
    Does anybody know a more elegant solution to setting the blob size?
    for example with hibernate it can be done this way:
    @Column(length=666666)

    Looks like you are using JPA, and in JPA you would set the columnDefinition to the type that you want, e.g.
    @Lob
    @Column(name="BLOBCOL", columnDefinition="MEDIUMBLOB")
    byte[] myByteData;
    As you mentioned, this does introduce a dependency on the database. However, you can always either put the Column metadata in XML, or override it with something else later in XML.
    The length attribute was intended and specified for use with Strings but I guess there is no reason why it couldn't be used for BLOBs as well (please enter an enhancement request, or submit the code to add the feature to EclipseLink). Be aware, though, that doing so at this stage is going to be introducing a dependency on the provider to support a non-spec defined feature.

  • Can Macbook pro 2012 with GT650M support 3d vision via bootcamp

    can Macbook pro 2012 with GT650M support 3dvision via bootcamp
    For sure GT650 is 3d vision supported, but anyone ever made test that you
    can watch 3d movie via windows under bootcamp on new macbook pro
    Thanks..

    After updating NVidia driver newer than 267.76,
    I got black screen after Windows Logo shown during reboot.
    After countless annoying tests,
    I installed the newest NVidia 285.79 driver without problem finally.
    My original prefered display configuration:
    link the primary monitor with HDMI port
    I already followed the GeForce Driver Installation Guide, step by step,
    http://forums.nvidia.com/index.php?showtopic=169555
    but there's still black screen after reboot.
    THEN, I TRIED TO USE mini-DISPLAY PORT INSTEAD AND REBOOT AGAIN,
    video signal was connected to my DELL 2707W(only DVI port)
    by MiniDP to HDMI adapter/HDMI-DVI cable.
    The display is NORMAL NOW !!
    Root Cause assumption:
    Maybe the driver newer than 267.76 always regard miniDP as primary signal output port,
    even if you set the HDMI port as primary.
    I think this is a serious bug, but no solution after mote than 30 driver updating.
    The following configuration worked on my Mac mini 2010 system:
    mini─miniDP to HDMI adapter─
    HDMI cable to HDMI splitter─┬HDMI-DVI cable─Dell 2707
                                                  └HDMI cable─ 3D projector
    but I found that the configuration can't play 3D video...
    So I changed the configuration to:
    Mac─miniDP to HDMI adapter─HDMI-DVI cable─Dell 2707
          └HDMI cable─ 3D projector 
    For your reference.   

  • All MacBook Pro, iMac purchase in 2012 bug! starting with mine and those of all in Fnac st Lazare (France), try to open the keychain you will see ...

    All MacBook Pro, iMac purchase in 2012 bug! starting with mine and those of all in Fnac st Lazare (France), try to open the keychain you will see
    I've tried to open keychain first from my macbook pro because of Safari and Chrome, they still dont work in wifi unless Firefox, then I went to a Fnac (like Best Buy) and I try to open the keychain in all the iMacs exposed and everytime the application froze , to the macbook air at  the iMac all of them froze.

    Hello Kavans,
    Thank you for the details of the issue you are experiencing with your MacBook Pro.  I recommend reviewing the following article for this issue:
    Mac OS X: Why your Mac might not sleep or stay in sleep mode
    http://support.apple.com/kb/HT1776
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • 11gr2 bug on Linux with standby database

    It looks like there is an oracle 11gr2 bug on linux with standby database. The following shows while activating standby database on Solairs, the standby database on Solaris will clear the standby logfile and recreate it. But, on Linux plateform it generated an exception instead. I don't beleive there is a bug open in metalink yet for this problem.
    On Solaris SPARC 10 MU8
    ===============
    ALTER DATABASE ACTIVATE STANDBY DATABASE
    ALTER DATABASE ACTIVATE [PHYSICAL] STANDBY DATABASE (sdb1)
    Begin: Standby Redo Logfile archival
    End: Standby Redo Logfile archival
    RESETLOGS after incomplete recovery UNTIL CHANGE 8469476
    Using STANDBY_ARCHIVE_DEST parameter default value as USE_DB_RECOVERY_FILE_DEST
    Waiting for all non-current ORLs to be archived...
    All non-current ORLs have been archived.
    Errors in file /u01/app/oracle/product/11.2.0/db_1/log/diag/rdbms/sdb/sdb1/trace/sdb1_ora_3964.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/redo/redo_group1'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    Clearing online redo logfile 1 /redo/redo_group1
    Clearing online log 1 of thread 1 sequence number 23
    Errors in file /u01/app/oracle/product/11.2.0/db_1/log/diag/rdbms/sdb/sdb1/trace/sdb1_ora_3964.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/redo/redo_group1'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /u01/app/oracle/product/11.2.0/db_1/log/diag/rdbms/sdb/sdb1/trace/sdb1_ora_3964.trc:
    ORA-00367: checksum error in log file header
    Deleted Oracle managed file /data/SDB/onlinelog/o1_mf_1_6hc48ykr_.log
    Deleted Oracle managed file /arch/SDB/onlinelog/o1_mf_1_6hc48zoq_.log
    Clearing online redo logfile 1 complete
    Clearing online redo logfile 3 /redo/redo_group3_3.dbf
    Clearing online log 3 of thread 2 sequence number 0
    Clearing online redo logfile 3 complete
    Resetting resetlogs activation ID 3157008110 (0xbc2c1eee)
    On Redhat 5.5 x64
    ============
    ALTER DATABASE ACTIVATE STANDBY DATABASE
    ALTER DATABASE ACTIVATE [PHYSICAL] STANDBY DATABASE (sdby1)
    Begin: Standby Redo Logfile archival
    Errors in file /u01/app/oracle/product/11.2.0/db_1/log/diag/rdbms/sdby/sdby1/trace/sdby1_ora_10932.trc:
    ORA-00314: log 7 of thread 2, expected sequence# 16 doesn't match 0
    ORA-00312: online log 7 thread 2: '/redo/SDBY/onlinelog/sb_redo3'
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0xD9] [PC:0x22A55A5, ksfdcls()+45] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/product/11.2.0/db_1/log/diag/rdbms/sdby/sdby1/trace/sdby1_ora_10932.trc (incident=43361):
    ORA-07445: exception encountered: core dump [ksfdcls()+45] [SIGSEGV] [ADDR:0xD9] [PC:0x22A55A5] [Address not mapped to object] []
    ORA-00314: log 7 of thread 2, expected sequence# 16 doesn't match 0
    ORA-00312: online log 7 thread 2: '/redo/SDBY/onlinelog/sb_redo3'

    Then why did you post it here? No one from support reads these forums looking for things that belong in an SR: Open one and let us know how it is resolved.

  • Vanilla kernel with suspend2 support

    Hey people,
    I have started using the beyond kernel a while ago, because I wanted a precompiled arch kernel with suspend2 support. I used self-compiled vanilla+suspend2 kernels for a while before that, and they were very stable. With beyond, I first got strange bugs, hard to reproduce, suspending or resuming sometimes failed, and the newest version doesn't work at all.
    Just for some testing, I compiled a kernel with the same config and patches as kernel26 AND suspend2 patches included. It seems to work great, much stabler than beyond when suspending.
    What I am asking is, how many people would be interested if such a kernel would be maintained in community and what kernel modules they would need (I am planning to do rt2500, rt2x00, nvidia and maybe ATI, more if requested).
    Please only submit your vote to the poll if you are either a suspend2 user or interested in using suspend2

    brain0 wrote:
    dtw wrote:I think this is a waste of time and energy propogated by a lack of patience.  Do you really want to go to all this trouble, maintain what is in essence a very small but new kernel patchset and all the relevant modules _just_ because suspend2 is a broken in -beyond at the moment?  My Dog, I wish I had such time to spend.
    Can you give me your definition of "at the moment" please? Or better, name a beyond release where suspend2 was stable. I switched to beyond with 2.6.16 and since then it was always unusable for me. With a vanilla kernel, suspend2 hasn't failed for me in a year or so. With beyond, it failed every time I really needed it.
    Admittedly suspend2 may be _generally_ unstable with other patchsets but even still, it'll only take one bulletproof release to invalidate all you are suggesting.
    I won't spend the rest of my life waiting for the beyond release that will work. I'd rather do something about it and provide a kernel that is stable and has that very important feature. (And as tpowa wasn't willing to include suspend2 in kernel26 when I asked him, this is the best shot).
    Awesome -  I dont think I could have said it in better words - however I did try above >
    I have tried many patchsets that had suspend2=swap patches but the never worked or not as well as a vanilla kernel with just suspend2-swap patch.
    Lets do it.

  • Can you please put me in touch with the support  for the trial copy of adobe acrobat XI pro which I had tried out on March 15 for 30 days. I have  been trying to cancel since the cost is too much and Acrobat Reader is OK for me. I can't find uninstaller.

    Can you please put me in touch with the support  for the trial copy of adobe acrobat XI pro which I had tried out on March 15 for 30 days. I have  been trying to cancel since the cost is too much and Acrobat Reader is OK for me. I can't find uninstaller.
    I have had to erase my disk since then with trouble with Apple Store not recognising my machine and the reload from Time Machine has given complications . Can you please cancel my trial and return my Trial money.

    If you paid for what you used then it was not a trial.
    Look thru the following links and use the chat option if required for your situation:
    Cancel your membership or subscription | Creative Cloud
    https://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html
    https://forums.adobe.com/thread/1703848
    Chat support - For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Creative Cloud support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html ( http://adobe.ly/19llvMN )
    Phone support | Orders, returns exchanges
    http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Dvi to hdmi with sound support

    I was looking for a way to watch movies from my MBP (mid-2011 13") on a HD LCD TV, and I found an HDMI port in the back of the TV. I went to the Apple store and picked up a Kanex "Mini DisplayPort to HDMI Cable (with sound support)." The picture looks great, but there's no sound. Is there a switch I need to activate somewhere that turns on the sound for the DVI port? Do I need to set anything on the TV?

    Try going to System Preferences > Sound and chose your TV as an output source. Also, go into Applications > Utilities > Audio MIDI Setup and in the left side of the window chose the output source. If these don't work then you may have a problem with your TV, it may not support audio from a HDMI cable. In that case you could use a Digital Optical Cable (TOSlink) with a 3.5mm adapter for the headphone jack of your Mac and plug that into your TV (if it has a Optical Output).

  • Hi all, I'm trying to connect my macbook pro to Sony Bravia tv using Kanex Mini DisplayPort to HDMI Cable with Audio Support , when connected to the HDMI on tv I get a picture of the mac screen saver ( the starburst ) no video/audio,thanks, Derek

    Hi all, I'm trying to connect my macbook pro to Sony Bravia tv using Kanex Mini DisplayPort to HDMI Cable with Audio Support , when connected to the HDMI on tv I get a picture of the mac screen saver ( the starburst ) no video/audio,any ideas? thanks, Derek

    Dave I'm glad to say that it works perfectly but I'm embarrassed to say that my 12 year old nephew hooked it up in about 10 minutes.
    If you have the Kanex Mini DisplayPort cable it will work, what confused me was changing the display settings in System Preferences,
    and dragging the mac screen from the mac onto the tv. Sorry I cant be more helpful but you have the right cable now you need a 12 year old nephew.
    Good luck Derek

Maybe you are looking for