64 bit Linux

What is the status of the 64-bit flash plugin for Linux?
There was an alpha release of 10.1 you removed after the virus warning for 10.1 which probably means Adobe's  Flash for Linux "skeleton crew" didn't have time to update the 64-bit version.
Please. I manage many large scale projects and the effort to compile under 32 and 64 bit is minimum once the code is scrubbed for poor integer/pointer sizing. This should only have to be done once, after which the effort to produce both products is trivial.

Does this happen with other 64 bit Linux OS's?  Give Fedora a shot.  They usually have more upgraded driver packages since its a 'bleeding edge' distro.
Looks like this thread might help:
http://www.nvnews.net/vbulletin/showthread.php?t=163153
Do for Fedora 15 x64 OS and Let me know the results 
- Set Discrete Graphics in BIOS
- Set runlevel 3 with `ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target`
- Pass kernel parameter in /etc/grub.conf rdblacklist=nouveau nouveau.modeset=0
- Create file - 
cat /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
# generated by nvidia-installer
blacklist nouveau
options nouveau modeset=0
- Reboot and startx

Similar Messages

  • Can the webmaster fix mozilla's web site so that users don't end up with non working 32bit version of firefox on their 64 bit Linux (see bug #723487)?

    I've been subsribed to bug #723487 (https://bugzilla.mozilla.org/show_bug.cgi?id=723487) for a year and a half, and I identified a problem in the way mozilla's site delivers the linux version of firefox almost a year and a half ago, but for reasons unknown to me, no one bothered to address this problem.
    Other, properly built web sites that deliver binary software packages for linux, can successfully recognise if the user downloading firefox is using a 32bit or 64bit Linux distribution, and offer the appropriate version. Try www.libreoffice.org if you think that my claims are false.
    But this somehow doesn't work with mozillas website, the website recognizes that the user's operating system is Linux, but doesn't try to figure out if it's a 32bit or 64bit linux, so the users end up with 32bit builds of firefox by default, which then don't work on their 64bit sytems.
    The problem is even more intensified due to the rather stupid naming convention used by mozilla - both the 32 and the 64 bit versions are simply named identicaly - for instance firefox-29.0b6.tar.bz2 for the 29 beta 6 version. Other sane software producers (libreoffice, nvidia, qt-project) names their binary packages with different names (eg. the "x86" string is used for the 32bit version, "x64" for the 64bit version) so that the users don't end up trying to use (unsucsesfully; getting a cryptic error message) the wrong version. But in mozilla's case we end up with a lot of confused users filing bug reports, like the bug I mentioned above.
    So to rephrase my question - is someone willing to do something about this (the QA Mentor who commented in bug #723487 has so far proven to be completely useless)?

    The 64-bit Linux builds have been listed on the http://www.mozilla.org/en-US/firefox/all/ page since Firefox 27.0 or 26.0 I believe.
    This link is listed under the green download button with the words of [http://www.mozilla.org/en-US/firefox/all/ Systems & Languages]

  • Unable to connect to SQL Server 2008 from OBIEE 11G(on 64 bit Linux box)

    We are unable to connect to connect to SQL Server 2008 from OBIEE 11G which is on 64 bit Red Hat Enterprise Linux.
    Infrastructure: OBIEE 11.1.1.5 64bit, on 64 bit Red Hat Linux Enterprise Linux 5.6 , MS SQL Server 2008 on 64 bit Microsoft Windows Server
    Issue Description: Unable to connect to SQL Server 2008 from OBIEE11G RPD
    Details: We are unable to connect to SQL Server 2008 from OBIEE which is on a 64 bit Linux box. We created the ODBC connection on Linux box to the SQL server. Whenever we try to import metadata it throws an error that says ‘Connection Failed’.
    Here are the steps we followed to setup the ODBC connection on Linux box.
    1) We updated the user.sh file with the LD_LIBRARY_PATH and LD_LIBRARY_PATH_64 values that point to $ORACLE_HOME/bifoundation/odbc/lib
    This is where we found the driver for SQL server SEmsss23.so.
    2) We updated the odbc.ini file with the entry for SQL server with the connection details
    SI_SQL_Server_DEV = SQL Server
    [SI_SQL_Server_DEV]
    Driver=/u001_OAS/Oracle/Middleware/Oracle_BI1/bifoundation/odbc/lib/SEmsss23.so
    Description=DataDirect 5.1 SQL Server Wire Protocol
    Address=10.230.216.52,54970
    AlternateServers=
    AnsiNPW=Yes
    ConnectionRetryCount=0
    ConnectionRetryDelay=3
    Database=SVBDW_NEW
    LoadBalancing=0
    LogonID=SIDatavalidation
    Password=~~~Password123
    QuoteID=No
    ReportCodePageConversionErrors=0
    3) We updated the IDENTIFIER_QUOTE_CHAR with single quotes instead of double quotes in the DB features of the RPD
    4) We updated the bash_profile file to point the ODBCINI variable to the path where the OBIEE odbc.ini file is present.
    Export ODBCINI=/u001_OAS/Oracle/Middleware/instances/instance1/bifoundation/OracleBIApplication/coreapplication/setup/odbc.ini
    The error in nqsserver.log file says “[nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified.”

    Hi,
    Make sure SQL Configuration Manager make sure the TCP/IP enabled. please try below method
    Method 1
    Re Create a new ODBC & Oracle Bi Server DSN Configuration test it and use it in the connection pools.
    define your ODBC data source in your server where the BI Server is installed. Check your DB connections in your physical layer and make they are defined on your BI Server as well.
    Method 2:
    try using the complete TNS in below format in the datasource name section:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST =DB IP)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = ORCL) ) and provide the credentials.
    Method 3:
    To use the OCI call interface you need to have oracle client DB to be installed so that you can establish a connection using that DB credentials and connect to the remote dB and then import the tables.....this is the rule of thumb.
    hope helps you.
    Thanks
    Deva

  • Is a 64-bit Linux RDBMS appliance on a Windows 7 64 bit host available?

    I have Cloudera Hadoop running with no issues. All I have are 32-bit Oracle Linux environments. It appears I need a 64-bit Oracle environment to install the connector because it has to have Hadoop installed atop of it.
    It there a 64-bit Oracle Linux virtual box or VM appliance for a Windows 7 64 host that I can use for testing? Even better, one that has the HADOOP connector and SQL Loader already installed?
    Rob

    We are planning a VM that will have 64 bit Linux with single node Hadoop, connectors and a database. I will post a note when it is available.
    Meanwhile, it is straightforward to have a 64 bit Oracle Database install and then add the Hadoop client that one of the connectors needs. The connectors documentation points to instructions for installing the Hadoop client.

  • Connection issue on 32 bit Linux OBIEE with Postgres and Mysql

    I am having trouble running reports on 32 bit Linux OBIEE version 10.1.3.4.0 and 10.1.3.4.1 with Postgres or Mysql as data source . I can connect to same data source (postgres and Mysql) from presentation services on windows box and also run queries from nqcmd using 32 bit linux ODBC driver on linux box running OBIEE server. I turned on odbc trace and I see following failures from Postgres and Mysql.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 12010] Communication error connecting to remote end point: address = ; port = 9703. (HY000)
    SQL Issued: SELECT test_obiee.c1 saw_0 FROM test_Postgre30 ORDER BY saw_0
    Mysql odbc trace file :
    ppid=1:pid=2908 719a:f4c1fb90 ENTER SQLSetConnectOption
    HDBC 0x08d4f170
    UWORD 1042
    UDWORD 4079342863
    ppid=1:pid=2908 719a:f4c1fb90 EXIT SQLSetConnectOption with return code 0 (SQL_SUCCESS)
    HDBC 0x08d4f170
    UWORD 1042
    UDWORD 4079342863
    ppid=1:pid=2908 719a:f4c1fb90 ENTER SQLErrorW
    HENV 0x00000000
    HDBC 0x08d4f170
    HSTMT 0x00000000
    WCHAR * 0xf4c1e140 (NYI)
    SDWORD * 0xf4c1e1a8
    WCHAR * 0xf4c1dd40
    SWORD 1022
    SWORD * 0xf4c1e1ae
    ppid=1:pid=2908 719a:f4c1fb90 EXIT SQLErrorW with return code 100 (SQL_NO_DATA_FOUND)
    HENV 0x00000000
    HDBC 0x08d4f170
    HSTMT 0x00000000
    WCHAR * 0xf4c1e140 (NYI)
    SDWORD * 0xf4c1e1a8
    WCHAR * 0xf4c1dd40
    SWORD 1022
    SWORD * 0xf4c1e1ae
    ppid=1:pid=2908 719a:f4c1fb90 ENTER SQLFreeConnect
    HDBC 0x08d4f170
    ppid=1:pid=2908 719a:f4c1fb90 EXIT SQLFreeConnect with return code 0 (SQL_SUCCESS)
    HDBC 0x08d4f170
    Postgres odbc trace file :
    ppid=1:pid=2951 734f:f4a56b90 ENTER SQLAllocConnect
    HENV 0x0a0cf8c8
    HDBC * 0x0a12f278
    ppid=1:pid=2951 734f:f4a56b90 EXIT SQLAllocConnect with return code 0 (SQL_SUCCESS)
    HENV 0x0a0cf8c8
    HDBC * 0x0a12f278 ( 0x0a12f398)
    ppid=1:pid=2951 734f:f4a56b90 ENTER SQLSetConnectOption
    HDBC 0x0a12f398
    UWORD 110
    UDWORD 0
    ppid=1:pid=2951 734f:f4a56b90 EXIT SQLSetConnectOption with return code 0 (SQL_SUCCESS)
    HDBC 0x0a12f398
    UWORD 110
    UDWORD 0
    ppid=1:pid=2951 734f:f4a56b90 ENTER SQLSetConnectOption
    HDBC 0x0a12f398
    UWORD 108
    UDWORD 2
    ppid=1:pid=2951 734f:f4a56b90 EXIT SQLSetConnectOption with return code 0 (SQL_SUCCESS)
    HDBC 0x0a12f398
    UWORD 108
    UDWORD 2
    ppid=1:pid=2951 734f:f4a56b90 ENTER SQLDriverConnectW
    HDBC 0x0a12f398
    HWND 0x00000000
    WCHAR * 0xf31ad2c0 [      -3] "******"
    SWORD -3
    WCHAR * 0xf31ad2c0
    SWORD 6
    SWORD * 0xf4a4d9de
    UWORD 0 <SQL_DRIVER_NOPROMPT>
    I am new to OBIEE and would appreciate any help . I have verified that data source names used in administration matches ODBC DSN in odbc.ini.

    S Chatterji wrote:
    We are in the process of testing backup recovery for our database. We want to test point in time recovery using RMAN.
    Issue:
    Our production has (64 bit)
    Linux DbProd.xxx.dk 2.6.18-164.0.0.0.1.el5xen #1 SMP Thu Sep 3 00:34:43 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
    and our test area on VMware has (32 bit)
    Linux dbprod.xxx.dk 2.6.18-128.2.1.4.9.el5xen #1 SMP Thu Sep 3 00:34:43 EDT 2009 i686 i686 i386 GNU/Linux
    Please advice a best practice to achieve this.
    Thanks.
    S ChatterjiDuplicate posts do not increase your chances for an answer
    Database » Database - Upgrade, - Test recovery on 32 bit Linux where as Production is on 64 bit with Archive
    Database » Installation, - Test recovery on 32 bit Linux where as Production is on 64 bit with Archive

  • Is it possible to install 32 bit oracle db on a 64 bit linux server?

    Is it possible to install 32 bit oracle 10g db on a 64 bit linux server rhel 4.
    thanks in advance,
    chau

    Yes, it is possible, but you can perfectly install the 64 bits version on RHEL4. However you will have more trouble on unsupported OS... so it's useful that you can install the 32 bits version.

  • Moving from 32 bit Linux to 64 bit Windows version on database standard edition

    hi,
    when migrating from  32 bit Linux to 64 bit Windows version on database standard edition, is there a server media needed?
    if yes, can you give me more details on what it consists of?
    thank you,
    Cami

    977689 wrote:
    hi,
    when migrating from  32 bit Linux to 64 bit Windows version on database standard edition, is there a server media needed?
    if yes, can you give me more details on what it consists of?
    thank you,
    Cami
    post results from SQL below that is run against the Oracle DB installed on Windows 64-bit OS
    SELECT * FROM V$VERSION;

  • 32 bit Oracle server installation on 64-bit Linux box

    Hi All,
    I would like to know if it is suggested to install 32 bit oracle software on a 64 bit Linux box.
    Details of our new DB box below:
    $ cat /etc/SuSE-release
    SUSE LINUX Enterprise Server 9 (x86_64)
    VERSION = 9
    PATCHLEVEL = 4
    $ free -m
    total used free shared buffers cached
    Mem: 48293 33114 15179 0 412 31496
    -/+ buffers/cache: 1205 47088
    Swap: 65535 0 65535
    $ grep -i name /proc/cpuinfo
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    $ uname -a
    Linux stllin06 2.6.5-7.311-smp #1 SMP Mon Mar 10 13:12:16 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux
    Oracle : Oracle server Enterprise Edition 9.2.0.8
    We need this setup to match the other two 32bit linux DB server boxes so that we can use DB cloning and Transportable Tablespace feautres between these three linux machines.
    Thanks in advance for your help.
    PS: I did raise a request to support and waiting for the update.
    Thanks,
    Krishna Bussu

    Thanks Girish. But all my findings says NO NO and NO.
    From http://www.oracle.com/technology/support/metalink/index.html
    Certify - Product Version and Other Selections: Oracle Database - Enterprise Edition On Linux x86-64 (AMD64/EM64T)
    General Notes For Oracle Database - Enterprise Edition On Linux x86-64 (AMD64/EM64T):
    Processor Chip Information:
    Linux x86-64, support on AMD64/EM64T and Intel Processor Chips that adhere to the x86-64 architecture with supported Linux releases.
    "Running Oracle 32-bit on AMD64/EM64T (64-bit OS) is not supported . "
    Oracle 32-bit running on AMD64/EM64T with a 32-bit OS is supported, refer to platform Linux x86 for more information on product availability.
    Note: As Ivan confirmed EM64T is mark for Intel 64 (x86-64) processors.
    Even the metalink Note: 182999.1 says...
    "A 32-bit application will work on both a 32-bit and 64-bit O/S, whereas a 64-bit application will only work on a 64-bit O/S."
    but the same articel says
    "Note: These statements do not necessarily apply to Oracle on Windows O/S's, Itanium or AMD64/EM64T based Platforms. See Certify for specific information."
    and then I got update from Support. Even they Say....
    "No it is not suggested that you run Oracle at 32 bits for a Linux X86_64 platform. This would not be a good idea"
    I guess I need to sit with my senior DBAs and SA tomorrow to find the path forward...
    Thanks all.
    Krishna Bussu.

  • R12 32 bit stage need to install  on 64 bit linux

    Hi all
    i have r12.1.1 stage of compatibility linux 32 bit
    Now currently i have installed RHEL5 update 6- 64 bit and finished the all pre-requisites as per the documnet id:761566.1
    when running rapidwiz it is asking for rdbms disk where as on 32 bit it is not asking and starting installation process.
    Please let me know how to do the installation of R12.1.1 on 64 bit linux using 32 bit R12.1.1 stage.
    Thanks
    Shaik

    Shaik wrote:
    Hi all
    i have r12.1.1 stage of compatibility linux 32 bit
    Now currently i have installed RHEL5 update 6- 64 bit and finished the all pre-requisites as per the documnet id:761566.1
    when running rapidwiz it is asking for rdbms disk where as on 32 bit it is not asking and starting installation process.
    Please let me know how to do the installation of R12.1.1 on 64 bit linux using 32 bit R12.1.1 stage.
    Thanks
    ShaikYou either install a 32-bit OS and use this stage area directory or create a 64-bit stage area directory and install EBS on your existing OS.
    Thanks,
    Hussein

  • Apps allways wanting to install on 64 bit linux

    Ive got Air installed on 64bit Ubuntu by following the instrcutions here
    i then went and installed BBC iplayer
    everything worked fine.
    but when i try to download somthing from bbc iplayer, it says that i need to install the app, I click ok and air redownloads the app before saying that i allready have it, do i want to lauch it?
    to launch the app i have to stop it as its most likly allready running, then allow air to lauch it which finally completes the download....
    how can i make it so that Iplayer sees that i allready have it installed and just start the download
    works fine on my 32bit laptop

    Installing AIR Runtime and/or an AIR application from broswer is known as 'Seamless Install'. This feature basically detects whether AIR runtime is already installed on the system and behaves accordingly.
    Unfortunately, this feature is not yet supported on 64-bit Linux distributions.
    Thanks,
    -romil

  • How do setup FlexUnit in your CI build process on 64-Bit Linux

    Hello everyone. I am trying to setup FlexUnit in my build process and am using Rackspace cloud servers for my build server. I only have the option of Linux 64 bit distros or Windows 32b/64b. I started setting up and configuring everything on Linux but ran into problems installing the required stand alone player for test execution using FlexUnit. There is no 64-bit linux compatitble version of the stand alone player. In configuring the system to use the browser plugin on the machine instead of the stand alone player for executing the tests, I then get a manual interaction component which doesn't fit well with an automated CI build.
    Am I the only person out there trying to integrate FlexUnit into my CI process on a 64b Linux machine? Any pointers, tips, workarounds or general hypothetical ideas would be great!

    @mbbender - Answers below:
    > I have been able to get the Flash Plugin working in a browser on my 64b Ubuntu 10.4 system. However, from my understanding I can not use the flash plugin from a browser to properly execute a headless execution of my tests during the CI process. To execute the tests as part of the CI process I need the Flash Stand Alone Player.
    -- As of FlexUnit 4.1-beta2, you have the option of executing your tests using the stand-alone debug Flash Player using the default mechanism to launch that player or using a custom command, which could potentially point to the browser.  Check out the docs on the Ant task @ http://docs.flexunit.org/index.php?title=Ant_Task#Usage and the sample CI build using a browser @ http://github.com/flexunit/flexunit/blob/master/FlexUnit4SampleCIProject/build.browser.xml for more details on how to do this.
    > Are you saying that I can somehow use the Flash Plugin dependencies to install the Flash Stand Alone Player? If so, would I then need a 32b emulator wrapper for running the Stand Alone Player?  Or, are you suggesting that I can somehow use the Flash Plugin in the browser to do what I need to execute my tests during the Hudson build?
    -- Although I'm not a savvy Linux admin, it's my understanding that recent 64-bit Linux distros can execute 32-bit applications as well as 64-bit applications.  The only req I'm aware of is that the 32-bit version of the dependencies must be available.  In this case, executing the 32-bit version of the SA player should work from what I understand.
    > Do you have a CI build process setup on a Linux 64b CentOS system with FlexUnit? To be honest, I'm more concerned with the end result right now than learning how to do it on my own and would like to know if you can potentially help me get this done a little quicker if you are interested.
    -- I currently have a setup using 64-bit CentOS and running the 32-bit SA player, although it's not on Adobe's proper list of supported OSes.  We've worked with other folks who have the 32-bit SA player running with FlexUnit on Ubuntu 64-bit.  There was some feedback on some issues using older versions of openSUSE, but I don't know too many details re: the problem.
    Hope this helps.
    -Brian

  • OBIEE 11.1.1.5 configuration failing on 64 bit Linux(please don't delete)

    Please DONOT delete this thread. I see someone keeps trying to do it don't know why. The last two threads on the same topic were
    https://forums.oracle.com/forums/thread.jspa?messageID=10473944#10473944
    and
    https://forums.oracle.com/forums/messageview.jspa?messageID=10467383&stqc=true
    OBIEE 11.1.1.5 Software only install configuration failing on 64 bit Linux
    My scenario is installing in 64 bit Linux with WLS 10.3.5 (with SOA/BAM server installed already). So as recommend by Oracle (http://docs.oracle.com/cd/E21764_01/bi.1111/e10539/a1_installscrn.htm) I did a software only install and then tried to configure BI using config.sh. I didn’t have root privilege, so continued with local inventory, hope that wasn't an issue.
    1) First time it failed in 'Configure BI Domain' step. I aborted and retried. It failed saying there is already entry in HSS Component table. I fixed the issue and tried again
    2) Then it failed again in 'Configure BI Domain' step, the error stack is
    Executing Task: Configure BI Domain
    javax.management.InstanceNotFoundException: oracle.biee.admin:group=Service,type=BIDomain
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
    at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke(Unknown Source)
    at weblogic.management.remote.common.RMIConnectionWrapper$16.run(ClientProviderBase.java:919)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.security.Security.runAs(Security.java:61)
    at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:917)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
    at oracle.as.install.bi.biconfig.standard.BIDomainConfigureTask.doExecute(BIDomainConfigureTask.java:58)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.management.InstanceNotFoundException: oracle.biee.admin:group=Service,type=BIDomain
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassLoaderFor(DefaultMBeanServerInterceptor.java:1438)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getClassLoaderFor(JmxMBeanServer.java:1276)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$1.run(WLSMBeanServerInterceptorBase.java:58)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getClassLoaderFor(WLSMBeanServerInterceptorBase.java:53)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.getClassLoaderFor(FederatedMBeanServerInterceptor.java:141)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$1.run(WLSMBeanServerInterceptorBase.java:56)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getClassLoaderFor(WLSMBeanServerInterceptorBase.java:53)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$1.run(WLSMBeanServerInterceptorBase.java:56)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getClassLoaderFor(WLSMBeanServerInterceptorBase.java:53)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$1.run(WLSMBeanServerInterceptorBase.java:56)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getClassLoaderFor(WLSMBeanServerInterceptorBase.java:53)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getClassLoaderFor(WLSMBeanServer.java:527)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$19.run(JMXConnectorSubjectForwarder.java:1014)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$19.run(JMXConnectorSubjectForwarder.java:1012)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getClassLoaderFor(JMXConnectorSubjectForwarder.java:1012)
    at javax.management.remote.rmi.RMIConnectionImpl$5.run(RMIConnectionImpl.java:1326)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.getClassLoaderFor(RMIConnectionImpl.java:1323)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:771)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Does this option actually work?? Can someone help please

    Has someone ever got it to work? Is there any resolution to the problem described

  • Oracle Database 10g Express Edition in a 64 bits Linux?

    Can I use Oracle Database 10g Express Edition in a 64 bits Linux? Thank you.

    I´m sure AMD 64 can emulate 32 bits, my problem is about the OS. I mean I´m not sure about the question: Can 64 bits RHEL or FC4 run 32 bits programs as Oracle Database 10g Express Edition?
    Thanks.

  • Java 1.4.2 w/ 64 bit Linux on AMD 64 processors

    I noticed that Java 1.4.2 wasn't availble for AMD 64 bit Linux. Is this true? Was it ever developed? I need 1.4.2. since an RMI distribution I am using was built against it.
    Thanks,
    Sam

    Vandering,
    You may try to use 64 bit libs from OS, not those 32-bit libs downloaded from Oracle.
    In my Red Hat 4 installation, 64 bit libs are available at /lib64/
    You may try to copy the 64-bit files libstdc++.so.5 and libgcc_s.so.1 to your netpoint/webgate/access/oblix/lib/ directory.
    BTW, the last package I found at Oracle is: Oracle_Access_Manager10_1_4_0_3_linux64_APACHE2_WebGate
    Diego DR.

  • TimesTen Release 11.2.1.8.0 (32 bit Linux/x86): PLSQL_MEMORY_ADDRESS

    Hi!
    I am trying to setup TT 11.2.1.8.0 (32 bit Linux/x86) with jboss-4.2.3.GA using JRockit JVM. The problem I get is:
    TT8517: Cannot attach PL/SQL shared memory; PLSQL_MEMORY_ADDRESS not valid or already in use -- file "db.c", lineno 9856, procedure "sbDbConnect")
    I am aware of this issue with jrockit and as in http://docs.oracle.com/cd/E11882_01/timesten.112/e13080.pdf:
    JRockit on 32-bit Linux allocates a default heap that is 50 percent of available
    physical memory up to 1 gigabyte. Users of JRockit on 32-bit platforms may need
    to choose a value for PLSQL_MEMORY_ADDRESS other than the default
    +(10000000). Consider values such as B0000000, which ensures that the PL/SQL+
    shared memory is not part of the JRockit heap.
    So I added to sys.odbc.ini the following line:
    PLSQL_MEMORY_ADDRESS=B0000000
    and also in jdbc url same line. I still get:
    [STDERR] org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory ([TimesTen][TimesTen 11.2.1.8.0 ODBC Driver][TimesTen]TT8517: Cannot attach PL/SQL shared memory; PLSQL_MEMORY_ADDRESS not valid or already in use -- file "db.c", lineno 9
    In ttmesg.log I found corresponding log:
    22:30:57.67 Info: : 2272: maind got #14.15, hello: pid=3031 type=library payload=%00%00%00%00 protocolID=TimesTen 11.2.1.8.0.tt1121 ident=%00%00%00%00
    22:30:57.67 Info: : 2272: Got hello from pid 3031, type library (/usr/jrockit/bin/java -Dprogram.name=run.sh -Xms512M -Xmx512M -Djava.net.preferIPv4Stack=true -Dimsc.harmiport=3444 -Dimsc.jvmid=1 -Dimsc.configurationdir=/var/lib/OC/imsc/server/imsc-1/conf -Dimsc.jgroups.address=224.0.0.37 -Dimsc.jgroups.port=45678 -Djb)
    From pmap 3031 it seems that 0xB0000000 should be free or I miscalculated it?
    $ pmap 3031
    3031: /usr/jrockit/bin/java -Dprogram.name=run.sh -Xms512M -Xmx512M -Djava.net.preferIPv4Stack=true -Dimsc.harmiport=3444 -Dimsc.jvmid=1 -Dimsc.configurationdir=/var/lib/OC/imsc/server/imsc-1/conf -Dimsc.jgroups.address=224.0.0.37 -Dimsc.jgroups.port=45678 -Djboss.partition.udpGroup=226.168.121.220 -jrockit -Xbootclasspath/p: -XXaggressive -XXcompaction:heapParts=512 -XXgcThreads:2 -XXgctrigger:35 -Xgc:genconcon -XXcompaction:internalPercentage=3.9 -XXcompaction:externalPercentage=3.9 -XX:+FlightRecorder -XX:Fli
    08048000 64K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/bin/java
    08058000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/bin/java
    08e5c000 38124K rwx-- [ anon ]
    83b4d000 272K rwx-- [ anon ]
    83b91000 84K r-x-- /usr/lib/libelf-0.137.so
    83ba6000 8K rwx-- /usr/lib/libelf-0.137.so
    83ba8000 31020K r-x-- /opt/TimesTen/tt1121/lib/libttpl.so
    859f3000 1044K rwx-- /opt/TimesTen/tt1121/lib/libttpl.so
    85af8000 64K rwx-- [ anon ]
    85b08000 10812K r-x-- /opt/TimesTen/tt1121/lib/libtten.so
    86597000 212K rwx-- /opt/TimesTen/tt1121/lib/libtten.so
    865cc000 408K rwx-- [ anon ]
    86632000 824K x [ anon ]
    86716000 88K r-x-- /opt/TimesTen/tt1121/lib/libttJdbc.so
    8672c000 8K rwx-- /opt/TimesTen/tt1121/lib/libttJdbc.so
    8672e000 264K rwx-- [ anon ]
    86770000 12K x [ anon ]
    86773000 508K rwx-- [ anon ]
    867f2000 12K x [ anon ]
    867f5000 636K rwx-- [ anon ]
    86894000 12K x [ anon ]
    86897000 124K rwx-- [ anon ]
    868b6000 12K x [ anon ]
    868b9000 124K rwx-- [ anon ]
    868d8000 12K x [ anon ]
    868db000 124K rwx-- [ anon ]
    868fa000 12K x [ anon ]
    868fd000 124K rwx-- [ anon ]
    8691c000 12K x [ anon ]
    8691f000 124K rwx-- [ anon ]
    8693e000 12K x [ anon ]
    86941000 508K rwx-- [ anon ]
    869c0000 12K x [ anon ]
    869c3000 516K rwx-- [ anon ]
    86a44000 12K x [ anon ]
    86a47000 124K rwx-- [ anon ]
    86a66000 12K x [ anon ]
    86a69000 380K rwx-- [ anon ]
    86ac8000 12K x [ anon ]
    86acb000 260K rwx-- [ anon ]
    86b0c000 12K x [ anon ]
    86b0f000 508K rwx-- [ anon ]
    86b8e000 12K x [ anon ]
    86b91000 380K rwx-- [ anon ]
    86bf0000 12K x [ anon ]
    86bf3000 116K rwx-- [ anon ]
    86c10000 2932K rwxs- [ shmid=0x6000b ]
    86eed000 1420K rwx-- [ anon ]
    87050000 12K x [ anon ]
    87053000 948K rwx-- [ anon ]
    87140000 1024K rwxs- /var/lib/OC/imsc/server/imsc-1/data/hypersonic/localDB.data
    87240000 1768K rwx-- [ anon ]
    873fa000 24K x [ anon ]
    8740b000 8K rwx-- [ anon ]
    8740d000 12K x [ anon ]
    87410000 508K rwx-- [ anon ]
    8748f000 12K x [ anon ]
    87492000 4028K rwx-- [ anon ]
    87881000 12K x [ anon ]
    87884000 124K rwx-- [ anon ]
    878a3000 12K x [ anon ]
    878a6000 124K rwx-- [ anon ]
    878c5000 12K x [ anon ]
    878c8000 124K rwx-- [ anon ]
    878e7000 12K x [ anon ]
    878ea000 124K rwx-- [ anon ]
    87909000 12K x [ anon ]
    8790c000 124K rwx-- [ anon ]
    8792b000 12K x [ anon ]
    8792e000 124K rwx-- [ anon ]
    8794d000 12K x [ anon ]
    87950000 124K rwx-- [ anon ]
    8796f000 12K x [ anon ]
    87972000 124K rwx-- [ anon ]
    87991000 12K x [ anon ]
    87994000 124K rwx-- [ anon ]
    879b3000 12K x [ anon ]
    879b6000 124K rwx-- [ anon ]
    879d5000 12K x [ anon ]
    879d8000 380K rwx-- [ anon ]
    87a37000 12K x [ anon ]
    87a3a000 124K rwx-- [ anon ]
    87a59000 12K x [ anon ]
    87a5c000 116K rwx-- [ anon ]
    87a79000 4K x [ anon ]
    87a7a000 10240K rwx-- [ anon ]
    8847a000 4K x [ anon ]
    8847b000 13840K rwx-- [ anon ]
    891ff000 4K x [ anon ]
    89207000 648K rwx-- [ anon ]
    892a9000 12K x [ anon ]
    892ac000 3196K rwx-- [ anon ]
    895cb000 4K x [ anon ]
    895cc000 10240K rwx-- [ anon ]
    89fcc000 4K x [ anon ]
    89fcd000 10240K rwx-- [ anon ]
    8a9cd000 4K x [ anon ]
    8a9ce000 10240K rwx-- [ anon ]
    8b3ce000 4K x [ anon ]
    8b3cf000 10240K rwx-- [ anon ]
    8bdcf000 4K x [ anon ]
    8bdd0000 10240K rwx-- [ anon ]
    8c7de000 8K rwx-- [ anon ]
    8c7e0000 12K x [ anon ]
    8c7e3000 116K rwx-- [ anon ]
    8c800000 36K r-x-- /lib/libcrypt-2.5.so
    8c809000 4K r-x-- /lib/libcrypt-2.5.so
    8c80a000 4K rwx-- /lib/libcrypt-2.5.so
    8c80b000 156K rwx-- [ anon ]
    8c832000 56K r-x-- /opt/OC/lib/libfmkmgrts.so.4.2.10
    8c840000 4K rwx-- /opt/OC/lib/libfmkmgrts.so.4.2.10
    8c841000 8K rwx-- [ anon ]
    8c843000 448K r-x-- /opt/OC/lib/libfmkmgt.so.4.2.10
    8c8b3000 16K rwx-- /opt/OC/lib/libfmkmgt.so.4.2.10
    8c8b7000 228K r-x-- /opt/OC/lib/liboclic_core.so.0.0.1
    8c8f0000 8K rwx-- /opt/OC/lib/liboclic_core.so.0.0.1
    8c8f2000 92K r-x-- /opt/OC/lib/liboclic.so.0.0.1
    8c909000 4K rwx-- /opt/OC/lib/liboclic.so.0.0.1
    8c90a000 2352K r-x-- /opt/OC/lib/libocsipcore.so.1.4.4
    8cb56000 8K rwx-- /opt/OC/lib/libocsipcore.so.1.4.4
    8cb58000 8K rwx-- [ anon ]
    8cb5a000 324K r-x-- /opt/OC/lib/libocsipmsg.so.1.4.4
    8cbab000 8K rwx-- /opt/OC/lib/libocsipmsg.so.1.4.4
    8cbad000 300K r-x-- /opt/OC/lib/java/libocsipjni.so.1.4.4
    8cbf8000 4K rwx-- /opt/OC/lib/java/libocsipjni.so.1.4.4
    8cbf9000 256K rwx-- [ anon ]
    8cc39000 4K x [ anon ]
    8cc3a000 10240K rwx-- [ anon ]
    8d63a000 4K x [ anon ]
    8d63b000 10240K rwx-- [ anon ]
    8e03b000 4K x [ anon ]
    8e03c000 10240K rwx-- [ anon ]
    8ea3c000 4K x [ anon ]
    8ea3d000 10240K rwx-- [ anon ]
    8f43d000 4K x [ anon ]
    8f43e000 10240K rwx-- [ anon ]
    8fe3e000 4K x [ anon ]
    8fe3f000 10240K rwx-- [ anon ]
    9083f000 4K x [ anon ]
    90840000 10240K rwx-- [ anon ]
    91240000 40K r-x-- /opt/OC/lib/libTTLBase.so.1.0.0
    9124a000 4K rwx-- /opt/OC/lib/libTTLBase.so.1.0.0
    9124b000 120K rwx-- [ anon ]
    91269000 36K r-x-- /opt/OC/lib/libTTL.so.1.0.0
    91272000 28K rwx-- /opt/OC/lib/libTTL.so.1.0.0
    91279000 4K rwx-- [ anon ]
    9127a000 236K r-x-- /lib/libsepol.so.1
    912b5000 4K rwx-- /lib/libsepol.so.1
    912b6000 40K rwx-- [ anon ]
    912c0000 88K r-x-- /lib/libselinux.so.1
    912d6000 8K rwx-- /lib/libselinux.so.1
    912d8000 176K r-x-- /usr/lib/libgssapi_krb5.so.2.2
    91304000 4K rwx-- /usr/lib/libgssapi_krb5.so.2.2
    91305000 148K r-x-- /usr/lib/libk5crypto.so.3.1
    9132a000 4K rwx-- /usr/lib/libk5crypto.so.3.1
    9132b000 588K r-x-- /usr/lib/libkrb5.so.3.3
    913be000 12K rwx-- /usr/lib/libkrb5.so.3.3
    913c1000 72K r-x-- /usr/lib/libz.so.1.2.3
    913d3000 4K rwx-- /usr/lib/libz.so.1.2.3
    913d4000 1192K r-x-- /lib/libcrypto.so.0.9.8e
    914fe000 76K rwx-- /lib/libcrypto.so.0.9.8e
    91511000 16K rwx-- [ anon ]
    91515000 268K r-x-- /lib/libssl.so.0.9.8e
    91558000 16K rwx-- /lib/libssl.so.0.9.8e
    9155c000 888K r-x-- /usr/lib/libstdc++.so.6.0.8
    9163a000 12K r-x-- /usr/lib/libstdc++.so.6.0.8
    9163d000 8K rwx-- /usr/lib/libstdc++.so.6.0.8
    9163f000 152K rwx-- [ anon ]
    91667000 180K r-x-- /opt/OC/lib/libfmkgmp.so.4.2.10
    91694000 4K rwx-- /opt/OC/lib/libfmkgmp.so.4.2.10
    91695000 100K r-x-- /opt/OC/lib/libfmkmgr.so.4.2.10
    916ae000 4K rwx-- /opt/OC/lib/libfmkmgr.so.4.2.10
    916af000 212K r-x-- /opt/OC/lib/libfmkbus.so.4.9.2
    916e4000 4K rwx-- /opt/OC/lib/libfmkbus.so.4.9.2
    916e5000 32K rwx-- [ anon ]
    916ed000 224K r-x-- /opt/OC/lib/libfmktbx.so.4.8.8
    91725000 12K rwx-- /opt/OC/lib/libfmktbx.so.4.8.8
    91728000 100K rwx-- [ anon ]
    91741000 12K x [ anon ]
    91744000 124K rwx-- [ anon ]
    91763000 12K x [ anon ]
    91766000 124K rwx-- [ anon ]
    91785000 12K x [ anon ]
    91788000 180K rwx-- [ anon ]
    917c1000 8K rwx-- [ anon ]
    917c3000 12K x [ anon ]
    917c6000 124K rwx-- [ anon ]
    917e5000 12K x [ anon ]
    917e8000 124K rwx-- [ anon ]
    91807000 12K x [ anon ]
    9180a000 124K rwx-- [ anon ]
    91829000 12K x [ anon ]
    9182c000 124K rwx-- [ anon ]
    9184b000 12K x [ anon ]
    9184e000 124K rwx-- [ anon ]
    9186d000 12K x [ anon ]
    91870000 124K rwx-- [ anon ]
    9188f000 12K x [ anon ]
    91892000 124K rwx-- [ anon ]
    918b1000 12K x [ anon ]
    918b4000 124K rwx-- [ anon ]
    918d3000 12K x [ anon ]
    918d6000 124K rwx-- [ anon ]
    918f5000 12K x [ anon ]
    918f8000 116K rwx-- [ anon ]
    91915000 2932K rwxs- [ shmid=0x50009 ]
    91bf2000 1028K rwx-- [ anon ]
    91cf3000 2932K rwxs- [ shmid=0x48008 ]
    91fd0000 64K rwx-- [ anon ]
    91fee000 8K rwx-- [ anon ]
    91ff0000 12K x [ anon ]
    91ff3000 116K rwx-- [ anon ]
    9201e000 8K rwx-- [ anon ]
    92020000 12K x [ anon ]
    92023000 244K rwx-- [ anon ]
    9206a000 648K rwx-- [ anon ]
    9210c000 12K x [ anon ]
    9210f000 124K rwx-- [ anon ]
    9212e000 12K x [ anon ]
    92131000 124K rwx-- [ anon ]
    92150000 12K x [ anon ]
    92153000 692K rwx-- [ anon ]
    9220a000 1156K rwx-- [ anon ]
    9232b000 200K r-x-- /opt/OC/lib/java/libSaNtfJava.so.1.0.0
    9235d000 4K rwx-- /opt/OC/lib/java/libSaNtfJava.so.1.0.0
    9235e000 264K rwx-- [ anon ]
    923a0000 12K x [ anon ]
    923a3000 1360K rwx-- [ anon ]
    924f7000 36K x [ anon ]
    9250e000 2816K rwx-- [ anon ]
    927d9000 60K r-x-- /lib/libresolv-2.5.so
    927e8000 4K r-x-- /lib/libresolv-2.5.so
    927e9000 4K rwx-- /lib/libresolv-2.5.so
    927ea000 16K rwx-- [ anon ]
    927ee000 12K x [ anon ]
    927f1000 628K rwx-- [ anon ]
    9289c000 8K rwx-- [ anon ]
    9289e000 12K x [ anon ]
    928a1000 1916K rwx-- [ anon ]
    92a80000 12K x [ anon ]
    92a83000 3188K rwx-- [ anon ]
    92dae000 8K rwx-- [ anon ]
    92db0000 12K x [ anon ]
    92db3000 380K rwx-- [ anon ]
    92e12000 12K x [ anon ]
    92e15000 124K rwx-- [ anon ]
    92e34000 12K x [ anon ]
    92e37000 124K rwx-- [ anon ]
    92e56000 12K x [ anon ]
    92e59000 124K rwx-- [ anon ]
    92e78000 12K x [ anon ]
    92e7b000 124K rwx-- [ anon ]
    92e9a000 12K x [ anon ]
    92e9d000 124K rwx-- [ anon ]
    92ebc000 12K x [ anon ]
    92ebf000 124K rwx-- [ anon ]
    92ede000 12K x [ anon ]
    92ee1000 124K rwx-- [ anon ]
    92f00000 12K x [ anon ]
    92f03000 124K rwx-- [ anon ]
    92f22000 12K x [ anon ]
    92f25000 124K rwx-- [ anon ]
    92f44000 12K x [ anon ]
    92f47000 124K rwx-- [ anon ]
    92f66000 12K x [ anon ]
    92f69000 124K rwx-- [ anon ]
    92f88000 12K x [ anon ]
    92f8b000 124K rwx-- [ anon ]
    92faa000 12K x [ anon ]
    92fad000 124K rwx-- [ anon ]
    92fcc000 12K x [ anon ]
    92fcf000 124K rwx-- [ anon ]
    92fee000 12K x [ anon ]
    92ff1000 124K rwx-- [ anon ]
    93010000 12K x [ anon ]
    93013000 380K rwx-- [ anon ]
    93072000 12K x [ anon ]
    93075000 636K rwx-- [ anon ]
    93114000 12K x [ anon ]
    93117000 124K rwx-- [ anon ]
    93136000 12K x [ anon ]
    93139000 124K rwx-- [ anon ]
    93158000 12K x [ anon ]
    9315b000 124K rwx-- [ anon ]
    9317a000 12K x [ anon ]
    9317d000 124K rwx-- [ anon ]
    9319c000 12K x [ anon ]
    9319f000 124K rwx-- [ anon ]
    931be000 12K x [ anon ]
    931c1000 124K rwx-- [ anon ]
    931e0000 12K x [ anon ]
    931e3000 124K rwx-- [ anon ]
    93202000 12K x [ anon ]
    93205000 124K rwx-- [ anon ]
    93224000 12K x [ anon ]
    93227000 124K rwx-- [ anon ]
    93246000 12K x [ anon ]
    93249000 380K rwx-- [ anon ]
    932a8000 12K x [ anon ]
    932ab000 884K rwx-- [ anon ]
    93397000 124K r-x-- /lib/libexpat.so.0.5.0
    933b6000 8K rwx-- /lib/libexpat.so.0.5.0
    933b8000 1672K rwx-- [ anon ]
    9355a000 12K x [ anon ]
    9355d000 124K rwx-- [ anon ]
    9357c000 12K x [ anon ]
    9357f000 124K rwx-- [ anon ]
    9359e000 12K x [ anon ]
    935a1000 124K rwx-- [ anon ]
    935c0000 12K x [ anon ]
    935c3000 124K rwx-- [ anon ]
    935e2000 12K x [ anon ]
    935e5000 124K rwx-- [ anon ]
    93604000 12K x [ anon ]
    93607000 124K rwx-- [ anon ]
    93626000 12K x [ anon ]
    93629000 372K rwx-- [ anon ]
    9368c000 100K r-x-- /opt/OC/lib/libSaNtf.so.1.0.0
    936a5000 4K rwx-- /opt/OC/lib/libSaNtf.so.1.0.0
    936a6000 64K rwx-- [ anon ]
    936b6000 44K r-x-- /lib/libgcc_s-4.1.2-20080825.so.1
    936c1000 4K rwx-- /lib/libgcc_s-4.1.2-20080825.so.1
    936c2000 72K rwx-- [ anon ]
    936d4000 12K x [ anon ]
    936d7000 764K rwx-- [ anon ]
    93796000 12K x [ anon ]
    93799000 3380K rwx-- [ anon ]
    93aec000 32K rwxs- [ shmid=0x10001 ]
    93af4000 8K rwx-- [ anon ]
    93af6000 12K x [ anon ]
    93af9000 756K rwx-- [ anon ]
    93bb7000 32K r-x-- /usr/lib/libkrb5support.so.0.1
    93bbf000 4K rwx-- /usr/lib/libkrb5support.so.0.1
    93bc0000 8K rwx-- [ anon ]
    93bc2000 12K x [ anon ]
    93bc5000 124K rwx-- [ anon ]
    93be4000 12K x [ anon ]
    93be7000 124K rwx-- [ anon ]
    93c06000 12K x [ anon ]
    93c09000 1396K rwx-- [ anon ]
    93d66000 36K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjmapi.so
    93d6f000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjmapi.so
    93d74000 712K rwx-- [ anon ]
    93e26000 12K x [ anon ]
    93e29000 124K rwx-- [ anon ]
    93e48000 12K x [ anon ]
    93e4b000 124K rwx-- [ anon ]
    93e6a000 12K x [ anon ]
    93e6d000 124K rwx-- [ anon ]
    93e8c000 12K x [ anon ]
    93e8f000 124K rwx-- [ anon ]
    93eae000 12K x [ anon ]
    93eb1000 380K rwx-- [ anon ]
    93f10000 12K x [ anon ]
    93f13000 124K rwx-- [ anon ]
    93f32000 12K x [ anon ]
    93f35000 124K rwx-- [ anon ]
    93f54000 12K x [ anon ]
    93f57000 1020K rwx-- [ anon ]
    94056000 12K x [ anon ]
    94059000 124K rwx-- [ anon ]
    94078000 12K x [ anon ]
    9407b000 124K rwx-- [ anon ]
    9409a000 12K x [ anon ]
    9409d000 124K rwx-- [ anon ]
    940bc000 12K x [ anon ]
    940bf000 380K rwx-- [ anon ]
    9411e000 12K x [ anon ]
    94121000 124K rwx-- [ anon ]
    94140000 12K x [ anon ]
    94143000 1972K rwx-- [ anon ]
    94331000 64K r-x-- /usr/lib/liblog4c.so.3.1.0
    94341000 4K rwx-- /usr/lib/liblog4c.so.3.1.0
    94342000 68K rwx-- [ anon ]
    94359000 4K r-x-- /usr/lib/libaio.so.1.0.1
    9435a000 4K rwx-- /usr/lib/libaio.so.1.0.1
    9435b000 28K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libnio.so
    94362000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libnio.so
    94363000 264K rwx-- [ anon ]
    943a5000 12K x [ anon ]
    943a8000 4156K rwx-- [ anon ]
    947b7000 12K x [ anon ]
    947ba000 828K rwx-- [ anon ]
    94889000 12K x [ anon ]
    9488c000 884K rwx-- [ anon ]
    94969000 24K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/liborii.so
    9496f000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/liborii.so
    94970000 3448K rwx-- [ anon ]
    94cce000 200K x [ anon ]
    94d01000 16K r-x-- /opt/OC/lib/libntl.so.1.0.0
    94d05000 4K rwx-- /opt/OC/lib/libntl.so.1.0.0
    94d06000 80K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libnet.so
    94d1a000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libnet.so
    94d1b000 24K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libmanagement.so
    94d21000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libmanagement.so
    94d22000 8K rwx-- [ anon ]
    94d24000 12K x [ anon ]
    94d27000 116K rwx-- [ anon ]
    94d44000 8K r-x-- /usr/lib/libsctp.so.1.0.6
    94d46000 4K rwx-- /usr/lib/libsctp.so.1.0.6
    94d47000 12K r-x-- /opt/OC/lib/libiniparser.so.1.0.0
    94d4a000 4K rwx-- /opt/OC/lib/libiniparser.so.1.0.0
    94d4b000 24K r-x-- /usr/lib/openais/libSaEvt.so.2.0.0
    94d51000 4K rwx-- /usr/lib/openais/libSaEvt.so.2.0.0
    94d52000 8K rwx-- [ anon ]
    94d54000 12K x [ anon ]
    94d57000 1212K rwx-- [ anon ]
    94e86000 12K x [ anon ]
    94e89000 124K rwx-- [ anon ]
    94ea8000 12K x [ anon ]
    94eab000 252K rwx-- [ anon ]
    94eea000 12K x [ anon ]
    94eed000 124K rwx-- [ anon ]
    94f0c000 12K x [ anon ]
    94f0f000 124K rwx-- [ anon ]
    94f2e000 12K x [ anon ]
    94f31000 124K rwx-- [ anon ]
    94f50000 12K x [ anon ]
    94f53000 252K rwx-- [ anon ]
    94f92000 12K x [ anon ]
    94f95000 252K rwx-- [ anon ]
    94fd4000 12K x [ anon ]
    94fd7000 884K rwx-- [ anon ]
    950b4000 60K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libzip.so
    950c3000 8K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libzip.so
    950c5000 520K rwx-- [ anon ]
    95147000 12K x [ anon ]
    9514a000 124K rwx-- [ anon ]
    95169000 12K x [ anon ]
    9516c000 124K rwx-- [ anon ]
    9518b000 12K x [ anon ]
    9518e000 252K rwx-- [ anon ]
    951cd000 12K x [ anon ]
    951d0000 244K rwx-- [ anon ]
    9520d000 24K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/native_threads/libhpi.so
    95213000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/native_threads/libhpi.so
    95214000 384K rwx-- [ anon ]
    95274000 76K r-x-- /lib/libnsl-2.5.so
    95287000 4K r-x-- /lib/libnsl-2.5.so
    95288000 4K rwx-- /lib/libnsl-2.5.so
    95289000 8K rwx-- [ anon ]
    9528c000 4K rwx-- [ anon ]
    9528d000 8K r-x-- /lib/libkeyutils-1.2.so
    9528f000 4K rwx-- /lib/libkeyutils-1.2.so
    95290000 8K r-x-- /lib/libcom_err.so.2.1
    95292000 4K rwx-- /lib/libcom_err.so.2.1
    95293000 20K r-x-- /opt/OC/lib/java/libgmfjni.so.4.2.10
    95298000 4K rwx-- /opt/OC/lib/java/libgmfjni.so.4.2.10
    95299000 140K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjava.so
    952bc000 8K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjava.so
    952be000 44K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libverify.so
    952c9000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libverify.so
    952ca000 552764K rwx-- [ anon ]
    b6e99000 52K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjfr.so
    b6ea6000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjfr.so
    b6ea7000 636K rwx-- [ anon ]
    b6f46000 36K r-x-- /lib/libnss_files-2.5.so
    b6f4f000 4K r-x-- /lib/libnss_files-2.5.so
    b6f50000 4K rwx-- /lib/libnss_files-2.5.so
    b6f51000 1024K rwx-- [ anon ]
    b7051000 4K x [ anon ]
    b7052000 4K rwx-- [ anon ]
    b7053000 12K x [ anon ]
    b7056000 10224K rwx-- [ anon ]
    b7a52000 28K r-x-- /lib/librt-2.5.so
    b7a59000 4K r-x-- /lib/librt-2.5.so
    b7a5a000 4K rwx-- /lib/librt-2.5.so
    b7a5b000 148K r-x-- /lib/libm-2.5.so
    b7a80000 4K r-x-- /lib/libm-2.5.so
    b7a81000 4K rwx-- /lib/libm-2.5.so
    b7a82000 4K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/librmi.so
    b7a83000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/librmi.so
    b7a84000 4K r-x-- /opt/OC/lib/java/hpoc-fsc-core/ocsac-starter-ext.so.1.0.0
    b7a85000 4K rwx-- /opt/OC/lib/java/hpoc-fsc-core/ocsac-starter-ext.so.1.0.0
    b7a86000 4K r-x-- [ anon ]
    b7a87000 4K rwx-- [ anon ]
    b7a88000 32K rwxs- /tmp/hsperfdata_ocadmin/3031
    b7a90000 108K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libosal.so
    b7aab000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libosal.so
    b7aac000 4K rwx-- [ anon ]
    b7aad000 2828K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/jrockit/libjvm.so
    b7d70000 108K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/jrockit/libjvm.so
    b7d8b000 368K rwx-- [ anon ]
    b7de7000 1276K r-x-- /lib/libc-2.5.so
    b7f26000 4K x /lib/libc-2.5.so
    b7f27000 8K r-x-- /lib/libc-2.5.so
    b7f29000 4K rwx-- /lib/libc-2.5.so
    b7f2a000 12K rwx-- [ anon ]
    b7f2d000 76K r-x-- /lib/libpthread-2.5.so
    b7f40000 4K r-x-- /lib/libpthread-2.5.so
    b7f41000 4K rwx-- /lib/libpthread-2.5.so
    b7f42000 8K rwx-- [ anon ]
    b7f44000 8K r-x-- /lib/libdl-2.5.so
    b7f46000 4K r-x-- /lib/libdl-2.5.so
    b7f47000 4K rwx-- /lib/libdl-2.5.so
    b7f48000 4K r-x-- /opt/OC/lib/java/hpoc-fsc-core/ocsac-starter.so.1.0.0
    b7f49000 4K rwx-- /opt/OC/lib/java/hpoc-fsc-core/ocsac-starter.so.1.0.0
    b7f4a000 44K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libutil.so
    b7f55000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libutil.so
    b7f56000 4K rwx-- [ anon ]
    b7f57000 4K r-x-- [ anon ]
    b7f58000 104K r-x-- /lib/ld-2.5.so
    b7f72000 4K r-x-- /lib/ld-2.5.so
    b7f73000 4K rwx-- /lib/ld-2.5.so
    bfd4d000 84K rwx-- [ stack ]
    total 893656K
    Please help,
    Ivan

    I was wrong - my choosen memory address was already used :-(.
    Now I decided to use 0xb9000000 which is free. What I get on JDBC side is:
    [STDERR] Caused by: java.sql.SQLException: [TimesTen][TimesTen 11.2.1.8.0 ODBC Driver][TimesTen]TT15019: Only the instance admin may alter the PLSQL_MEMORY_ADDRESS attribute -- file "db.c", lineno 9722, procedure "sbDbConnect"
    and in ttmesg:
    22:52:44.39 Info: : 2281: 8892 0x85ace688: Connect /opt/TimesTen/tt1121/occpdb_datastore/occpdb_1121 a=0x0 f=0x1000040
    22:52:44.39 Info: : 2281: permsize=41943040 tempsize=33554432
    22:52:44.39 Info: : 2281: logbuffersize=0 logfilesize=0
    22:52:44.39 Info: : 2281: permwarnthresh=90 tempwarnthresh=90 logflushmethod=0 connections=0
    22:52:44.39 Info: : 2281: ckptfrequency=-1 ckptlogvolume=-1 conn_name=java
    22:52:44.39 Info: : 2281: recoverythreads=0 logbufparallelism=0
    22:52:44.39 Info: : 2281: plsql=1 sgasize=33554432 sgaaddr=0xb9000000
    22:52:44.39 Info: : 2281: control1=0 control2=0 control3=0
    22:52:44.39 Info: : 2281: ckptrate=-1 receiverThreads=0
    22:52:44.39 Info: : 2281: cacheAwtMethod=0
    22:52:44.39 Info: : 2281: 2281/8892: <wait and mark>: Mark in-flux (now reason 2=connect pid 8892 nwaiters 0 ds /opt/TimesTen/tt1121/occpdb_datastore/occpdb_1121) (was reason 0)
    22:52:44.39 Info: : 2281: Marked in flux for connect by 8892 : 0
    22:52:44.39 Info: : 2281: daDbConnect failed
    22:52:44.39 Info: : 2281: connect.c:1928: Mark not in-flux (was reason 2=connect pid 8892 nwaiters 0 ds /opt/TimesTen/tt1121/occpdb_datastore/occpdb_1121)
    22:52:44.39 Info: : 2281: return 1 15019 'illegal request to change 1st connect attribute' arg1='PLSQL_MEMORY_ADDRESS' arg1type='S' arg2='' arg2type='S'
    22:52:44.39 Info: : 2281: maind: done with request #15.18
    The PLSQL_MEMORY_ADDRESS is set in sys.odbc.ini:
    [occpdb_1121]
    Driver=/opt/TimesTen/tt1121/lib/libtten.so
    ConnectionCharacterSet=US7ASCII
    DatabaseCharacterSet=US7ASCII
    DataStore=/opt/TimesTen/tt1121/occpdb_datastore/occpdb_1121
    PermSize=40
    TempSize=32
    PLSQL_MEMORY_ADDRESS=B9000000
    PLSQL=1
    How to make this work?
    Please advise,
    Ivan

  • Serial ports in 64-bit Linux

    I am having problems with this and have posted here:
    java comm api in 64-bit Linux (second page... look for a post about the same time as this one)
    Does anyone have a reliable howto for 64 bit Linux ?
    Needless to say... annoyance that this is not in the core api is limitless.
    Edited by: hamiljf on 06-Nov-2010 07:55

    hamiljf wrote:
    Needless to say... annoyance that this is not in the core api is limitless.I'm annoyed that we don't have Complex Primitives, Operator Overloading and World Peace in the core API but they ain't and are probably never going to be. If you are really annoyed then you could always switch to Mono and use System.IO.Ports . I can switch to use Mono for Operator Overloading but Mono does not have Complex Primitives or World Peace and I don't see them ever being implemented in Mono. I suppose I have to go back to FORTRAN and just forget World Peace. Bummer!

Maybe you are looking for