Initializing network Warning KERNEL.346543:eth-smc9: initialization failed

I faced a network configuration problem. I downloaded labview rt on remote machine. After that, the network setting is not possible. I got an error message below.
Initializing network Warning KERNEL.346543:eth-smc9: initialization failed
I tried IP reset and booting with flopy. but it didn't work. Anticipating fast reply. Thank you.

I would like to get more information about your system.
are you using the 8156B controller?
was the controller working before with RT?
Which LabVIEW RT version are you using?
This problem sounds like a bad ethernet port configuration but I will need more information before doing my suggestion
Regards,
Blasioz Valenzuela
National Instruments

Similar Messages

  • Oracle Initialization Failed -- likely missing libraries/dlls

    Hi,
    I've installed MDM 5.0 server with oracle 10.2 as the database on Windows 2003 server.
    When I try to create a repository for the first time I'm facing the following issue "Error initializing database engine"
    The log says:
    Oracle Initialization Failed -- likely missing libraries/dlls
    OCI Init
    ERROR CODE=0 |||
    Last CMD:
    I'm able to connect to the database through SQL plus also the tnsping tests are successfull.
    Please let me know your ides to resolve this issue.
    Regards,
    Varadhu

    Hi Varadharajan,
    Can you provide the detailed steps performed to resolve the issue.
    Even we have installed MDM 7.1 SP 10 Oracle 11.2.0, But we have 3 SAP instance running on the system:
    1) SRM:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    2) CRM:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit
    3) MDM:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    when the server is restarted the MDM is not able to connect to the Database.
    Thanks to provide the exact steps of execution.
    Regards,
    Prajakta Patkar

  • Can't scan or connect to WPA network since kernel upgrade

    Hi guys,
    I upgraded to kernel 2.6.29 earlier today and have been having trouble with scanning and connecting to WPA encrypted networks since. I'm stuck with a wired connection for the minute, but I can't have the wire going through the house for so long otherwise somebody will trip over it - probably me.
    I usually use netcfg to connect to the network, but since the update that has failed.
    My network called is a Belkin USB Wireless G, model number F5D705ed version 5000ed. It worked perfectly fine on 2.6.28 using the rtl8187 native drivers.
    dmesg output for 2.6.29
    usbcore: registered new interface driver rtl8187
    rtl8187: 8187B chip detected.
    wmaster0 (rtl8187): not using net_device_ops yet
    wlan0 (rtl8187): not using net_device_ops yet
    phy0: hwaddr 00:1c:df:47:44:c0, RTL8187BvE V0 + rtl8225z2
    I can start the card up using
    sudo ifconfig wlan0 up
    When I attempt to scan for a wireless network, I get
    sudo iwlist wlan0 scan
    wlan0 No scan results
    The network is WPA, and would scan fine on 2.6.28.
    wpa_supplicant.conf looks like this
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
    eapol_version=1
    ap_scan=1
    fast_reauth=1
    network={
    ssid="Arazmataz"
    psk="*****************"
    priority=5
    I should note though, that since the update - /var/run/wpa_supplicant seems to have disappeared.
    network.d/profile looks like
    CONNECTION="wireless"
    INTERFACE=wlan0
    SCAN="yes"
    SECURITY="wpa"
    ESSID="Arazmataz"
    GATEWAY="192.168.1.1"
    KEY="**************"
    IP="dhcp"
    IWCONFIG="rate 54M"
    TIMEOUT=120
    dhcpcd times out also and netcfg fails to connect. Going back to WEP seems to work ok.
    iwconfig
    wlan0 IEEE 802.11bg ESSID:""
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Tx-Power=20 dBm
    Retry min limit:7 RTS thr:off Fragment thr=2352 B
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    Please help!
    Thanks.
    Last edited by paulingham (2009-04-09 19:04:23)

    brain0 wrote:So everyone whose issue is NOT solved by installing crda and configuring it, please raise your hand (paulingham, I guess you will be one of them).
    *raises hand*
    I've made some progress though - but still can't connect. I can now scan for a network though.
    /etc/conf.d/wireless-regdom
    WIRELESS_REGDOM="GB"
    /var/run/wpa_supplicant still didn't exist, so I created a /var/run/wpa_supplicant folder - and saw a few success messages in the log. This allowed me to bring the card up again and scan for a network.
    At this point, I was getting excited until netcfg2 still kept telling me that it couldn't associate with the network.
    I installed wicd and gave that a go and got the following. I did a 'tail -f /var/log/wicd/wicd.log' and got this;
    2009/04/10 15:17:10 :: Connecting to wireless network Arazmataz
    2009/04/10 15:17:10 :: Putting interface down
    2009/04/10 15:17:10 :: ifconfig wlan0 down
    2009/04/10 15:17:10 :: Releasing DHCP leases...
    2009/04/10 15:17:10 :: Setting false IP...
    2009/04/10 15:17:10 :: ifconfig wlan0 0.0.0.0
    2009/04/10 15:17:14 :: ifconfig eth0 0.0.0.0
    2009/04/10 15:17:14 :: Stopping wpa_supplicant and any DHCP clients
    2009/04/10 15:17:14 :: killall wpa_supplicant
    2009/04/10 15:17:14 :: iwconfig wlan0
    2009/04/10 15:17:14 :: Flushing the routing table...
    2009/04/10 15:17:14 :: route del dev wlan0iwconfig wlan0
    2009/04/10 15:17:14 ::
    2009/04/10 15:17:14 :: route del dev eth0
    2009/04/10 15:17:14 :: Generating psk...
    2009/04/10 15:17:14 :: ['/usr/sbin/wpa_passphrase', 'Arazmataz', 'key commented out here']
    2009/04/10 15:17:14 :: Attempting to authenticate...
    2009/04/10 15:17:14 :: ['wpa_supplicant', '-B', '-i', 'wlan0', '-c',
    '/var/lib/wicd/configurations/001b11ada667', '-D', 'wext']
    2009/04/10 15:17:14 :: iwconfig wlan0
    2009/04/10 15:17:14 :: Putting interface up...
    2009/04/10 15:17:14 :: ifconfig wlan0 up
    2009/04/10 15:17:18 :: iwconfig wlan0 mode managed
    2009/04/10 15:17:18 :: ['iwconfig', 'wlan0', 'essid', 'Arazmataz', 'channel', '6', 'ap',
    '00:1B:11:AD:A6:67']
    2009/04/10 15:17:18 :: WPA_CLI RESULT IS SCANNING
    2009/04/10 15:17:19 :: WPA_CLI RESULT IS SCANNING
    2009/04/10 15:17:20 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:21 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:22 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:23 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:24 :: WPA_CLI RESULT IS SCANNING
    2009/04/10 15:17:25 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:26 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:27 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:28 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:29 :: WPA_CLI RESULT IS SCANNING
    2009/04/10 15:17:30 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:31 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:32 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:33 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:34 :: WPA_CLI RESULT IS SCANNING
    2009/04/10 15:17:35 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:36 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:37 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:38 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:39 :: WPA_CLI RESULT IS SCANNING
    2009/04/10 15:17:40 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:41 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:42 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:43 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:44 :: WPA_CLI RESULT IS SCANNING
    2009/04/10 15:17:45 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:46 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:47 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:48 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:49 :: WPA_CLI RESULT IS SCANNING
    2009/04/10 15:17:50 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:51 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:52 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:53 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:54 :: WPA_CLI RESULT IS SCANNING
    2009/04/10 15:17:55 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:56 :: WPA_CLI RESULT IS ASSOCIATED
    2009/04/10 15:17:57 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
    2009/04/10 15:17:58 :: wpa_supplicant authentication may have failed.
    2009/04/10 15:17:58 :: exiting connection thread
    I checked the password multiple times, and it is what it is supposed to be. Still no luck connecting.

  • After Loading Lion I now get 5 windows w/ a graphic of a Red Stop sign with an ! mark and the following text message: "DAVE Networking  Dave kernel extensions could not be loaded! Error 71 - Too many levels of remote in path."

    After Loading Lion I now get 5 windows w/ a graphic of a Red Stop sign with an ! mark and the following text message:
    "DAVE Networking 
    Dave kernel extensions could not be loaded! Error
    71 - Too many levels of remote in path."
    I have uninstalled DAVE and used Clean App to remove trace elements of program, however I still get the message and am unable to eliminate the error messages.  When I click OK the message goes away briefly and then comes back up.
    Any solutions would be great.

    Dave,
    Thanks....What I did was load the free eval version of Dave 9.0 and then used the uninstaller which must have deleted the kernel giving me the problem. 
    Thanks for the response.
    Razor

  • Initializing network failed PXI 8186...

    Hai
    I configured a PXI 8186 and set a network IP address to it. After that i installed labview RT 7.0, i received prompt message saying that there are already some installed components those should be uninstalled before installing this version. I clicked Ok, after this the system is not booting up or so it looks like.
    the message on the monitor looks like "initializing network...Failed" and it stops there
    can any body tell me what is the problem and how do i solve it?
    any help would be very useful
    Thanx
    Arun

    Hello Arun,
    I think the best bet at this point would be to try and boot the 8186 into safe mode. Once in safe mode, we should be able to access the controller through the network and reinstall software or reformat the controller.
    I�ve attached a link below to the User�s Manual for the 8186. Details on booting the controller into safe mode via the BIOS and the configuration switches are on pages 2-8 and 2-11, respectively.
    PXI-8186 User Manual
    I hope this helps out. Please let me know if this does not get your controller communicating on the network.
    Ken S.
    Applications Engineering
    National Instruments

  • Lost network after kernel update

    Hi
    I have lost my network after kernel updating the kernel [2.6.35.7]
    I downgraded to kernel 2.6.35.6
    Serge

    krychle wrote:
    Hi,
    I'm just reporting that I had this issue today too. I rebooted my computer from Win7 to Arch64 and I was left without network. Also it doesn't work in windows after rebooting back. I thought that It is something with connection so I tried to recoonect cable and also tryied to swap it in switch/adsl gateway. It started working after several switches (not on 1st!) It looks like interface is repeating on and off. So I rebooted to Arch and it stops working again...
    I fixed it by reinstalling kernel26 package. But it is strange because it works yesterday, last thing what I did with kernel and modules was update of gc nvidia drivers... I don't know when I updated kernel last time
    I'm using same network driver as Karol - r8169
    lsmod | less
    mii                     3826  1 r8169
    I'm using this card as well.  I upgraded yesterday and I can't get wireless with WICD.  Windows and normal network daemon work fine.  I use kernel26.  What other info can I provide?  If a bug report needs to be filed, would it be WICD, kernel26 or other?
    Also, I forgot, but I'm not using normal Wicd, I'm using wicd-nogtk from AUR.  Krychle, are you using this also?
    Edit:  I think this has to do with the python update.  I updated wicd-nogtk and its good now.  I am online.
    Last edited by Anonymo (2010-10-19 18:10:23)

  • Lilo warning: Kernel & BIOS return differing head/sector

    After upgrading to kernel 2.6.3 from 2.4.25 I now get the warnings below from lilo.
    It must be related to the kernel, as I did not see such warnings before.
    I also run several other versions of linux on various partitions across two drives.
    None of those distributions show such warnings, and none of those are running
    kernel 2.6.
    Arch boots up fine, no problems.
    Lilo version:22.5.8-1
    Any cause for concern here?
    Maybe lilo has not caught up with the newer kernel?
    Curt
    =>lilo -v
    LILO version 22.5.8, Copyright (C) 1992-1998 Werner Almesberger
    Development beyond version 21 Copyright (C) 1999-2003 John Coffman
    Released 10-Oct-2003 and compiled at 15:06:30 on Oct 10 2003.
    Reading boot sector from /dev/discs/disc0/part11
    Warning: Kernel & BIOS return differing head/sector geometries for device 0x80
        Kernel: 65535 cylinders, 16 heads, 63 sectors
          BIOS: 1024 cylinders, 255 heads, 63 sectors
    Warning: Kernel & BIOS return differing head/sector geometries for device 0x81
        Kernel: 65535 cylinders, 16 heads, 63 sectors
          BIOS: 1024 cylinders, 255 heads, 63 sectors
    Using MENU secondary loader
    Calling map_insert_data
    Boot image: /boot/vmlinuz
    Added arch
    Boot image: /boot/vmlinuz26
    Added arch26 *
    Writing boot sector.
    /boot/boot.030B exists - no boot sector backup copy made.
    my lilo.conf file:
    # /etc/lilo.conf
    boot=/dev/discs/disc0/part11
    # This line often fixes L40 errors on bootup disk=/dev/discs/disc0/disc bios=0x80
    vga=791
    default=arch26
    timeout=50
    lba32
    prompt
    image=/boot/vmlinuz
            label=arch
            root=/dev/discs/disc0/part11
            read-only
        append="hdc=ide-scsi pci=noacpi"
    image=/boot/vmlinuz26
            label=arch26
            root=/dev/discs/disc0/part11
            read-only
        append="pci=noacpi"
    # End of file

    it could be something that is enabled in you kernel that your system does not like. or perhaps it is a lilo setting?
    did you get these errors when running lilo? did you reboot afterwards?
    some very odd errors in there. perhaps you may want to check out one of the large genral forum like justlinux.com or linuxquestion.org to  see if similar such errors were reported recently or in the not so distant pass.
    it alsmost seems like lilo is expecting the same information from two different devices.
    (perhaps reinstall lilo?)
    i dunno though just throwing out some ideas.

  • Disk utility says:warning: kernel extension /Volumes/Macintosh HD/System/L

    what can I do i have exsahusted my capabilaties, warning: kernel extension /Volumes/Macintosh HD/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/USBStora geDeviceSpecifics.kext is missing dependencies this mac i bought for 49 bucks and to buy a hard drive or fix it will cost me alot more is there anyway around that?
    i get libray errors after downloading something and can't open it and when i want to open some files i get dictonary errors saying the script is not readaBle
    ty
    cheap guy

    The first thing to do would be to boot from the Install & Restore disc that came with your machine by:
    1. Inserting the disc, pressing the power button, and immediately after the startup chime, press and hold the C key until you see the spinning gear icon appear on the grey splash screen.
    2. After the machine has booted, pick your language, and when the Installer window appears, do not press Continue, but go to the Utilities menu in the menubar and open Disk Utility.
    3. In Disk Utility, choose your normal startup volume in the pane on the left and then click Repair Disk. If any errors show in the window, run Repair Disk again until you see 'The volume appears to be OK' in green.
    4. Quit Disk Utility, quit the installer and attempt to restart into your regular startup volume.
    Joe

  • "extended network" warning

    Greetings,
    I have a Aiport Extreme running version 7.6.4 which is connected to my time capsule (same version) for my home network. I also have an airport express (v 7.6.4) which i've configured to extend my wireless network. For whatever reason I'm getting an "extended network" warning. The express is in range and configured with the right password and network name. Any suggestions on how to correct this?
    Thanks,
    Ryan.

    OK, thanks for the clarification on that.
    The shortcut fix to try if you want to possibly save a few minutes:
    Power off the AirPort Extreme and the AirPort Express
    Wait a minute, then power up the AirPort Extreme and let it run a full minute
    Then, power up the AirPort Express to see if it is extending correctly without errors
    It will take more time, but is a better procedure:
    Power off the Time Capsule, AirPort Extreme and AirPort Express and wait a minute
    Then, power up either the Time Capsule or AirPort Extreme (whichever you consider your "main" device) and let it run a minute
    Then, power up the other device for a minute
    Finally power up the AirPort Express
    Please report on your results.

  • On starting Essbase, system throws error "CSS Initialization Fails"

    Hi
    I have been using the hyperion essbase in the past.
    Today the someone removed the network cable connecting to the servers. I put them back but since then i am facing issue where i cannot connect to Essbase server.
    I tried restarting the essbase server. On starting the server it first gives the warning:
    log4j:WARN No appenders could be found for logger (com.hyperion.css.common.CSSLo
    gger).
    log4j:WARN Please initialize the log4j system properly.
    But it continues and then prompts error
    [Fri Mar 18 17:06:02 2011]Local/ESSBASE0///Error(1051429)
    Essbase Product Existence Check Fails against the Shared Services Server with Er
    ror [Unable to connect to Shared Services, make sure the Shared Services server
    is running and try again.]
    Fatal Error: CSS Initialization Fails
    I checked the Shared Services service, and it is running fine. My environment is a distributed environment where shared services(foundation) are installed on different machine than Essbase server
    Did anyone also face the problem... please help

    Hi John
    Thanks for the reply. I am able to login and navigate through HSS using the following URL: http://punitp165594d:28080/interop/
    Following are the log entries in SharedServices_Security_Client.log when i tried to start the Essbase server:
    *2011-03-21 13:20:48,803 INFO [main] CSS is initialized as client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)*
    *2011-03-21 13:20:48,819 INFO [main] CSS Log file will be generated at C:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)*
    *2011-03-21 13:20:48,819 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)*
    *2011-03-21 13:20:48,819 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)*
    *2011-03-21 13:20:48,865 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)*
    *2011-03-21 13:20:52,176 INFO [main] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)*
    *2011-03-21 13:20:53,535 INFO [main] Got hub location from Registry:http://<servername>:28080 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)*
    *2011-03-21 13:20:54,238 INFO [main] Got native directory location from Registry:<servername>:28089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)*
    *2011-03-21 13:20:54,253 INFO [main] URL constructed out of values in Registry database:ldap://<servername>:28089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)*

  • NOT POSSIBLE TO START ESSBASE WHEN SSO INITIALIZATION FAILS

    Version is 11.1.1.3. My Essbase is not starting. Issues from the logs and what I have attempted are as follows. I have highlighted the relevant areas in bold.
    When Starting Essbase from products/Essbase/bin/start.bat:
    C:\Hyperion\products\Essbase\bin>start.bat
    C:\Hyperion\products\Essbase\bin>REM eis
    C:\Hyperion\products\Essbase\bin>net start "Hyperion Integration Services"
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM APS
    C:\Hyperion\products\Essbase\bin>call C:\Hyperion\products\Essbase\aps\bin\start.bat
    C:\Hyperion\products\Essbase\bin>REM aps
    C:\Hyperion\products\Essbase\bin>net start HyS9aps
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM EAS
    C:\Hyperion\products\Essbase\bin>call C:\Hyperion\products\Essbase\eas\bin\start.bat
    C:\Hyperion\products\Essbase\bin>REM eas
    C:\Hyperion\products\Essbase\bin>net start HyS9eas
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM EssbaseAgent
    C:\Hyperion\products\Essbase\bin>net start hypservice_1
    The service name is invalid.
    More help is available by typing NET HELPMSG 2185.
    C:\Hyperion\products\Essbase\bin>REM EssbaseStudio
    C:\Hyperion\products\Essbase\bin>C:\Hyperion\products\Essbase\EssbaseStudio\Server\startServer.bat
    C:\Hyperion\products\Essbase\bin>setlocal
    C:\Hyperion\products\Essbase\bin>set CONFIGTOOL_HOME="C:\Hyperion\common\config\9.5.0.0"
    C:\Hyperion\products\Essbase\bin>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Logging configuration file is not found. Expected filename is C:\Hyperion\products\Essbase\bin\.\server.properties
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    13:23:09 11/01/11 INFO Starting up
    13:23:09 11/01/11 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Bui
    ld 090, June 25 2009
    13:23:16 11/01/11 (system) WARNING Failed to load driver for sap
    13:23:16 11/01/11 (system) SEVERE Cannot load Teradata connector
    13:23:16 11/01/11 (system) WARNING Failed to load driver for teradata
    13:23:16 11/01/11 (system) WARNING Failed to load driver for mysql
    13:23:16 11/01/11 (system) WARNING Failed to load driver for netezza
    Essbase.log:
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Info(1051198)
    Single Sign-On Initialization Failed !
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.
    AND
    C:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2011-10-25 11:26:11,039 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2011-10-25 11:26:11,039 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2011-10-25 11:26:11,085 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2011-10-25 11:26:31,023 ERROR [main] 20:1092:Failed to initialize EPM System registry. *[Root Cause: java.sql.SQLException: [Hyperion][SQLServer JDBC Driver]Error establishing socket to host and port: machinex:1433. Reason: Connection refused: connect ] com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)*
    *2011-10-25 11:26:31,023 ERROR [main] Arguments: param1={}, param2=null, param3=C:\Hyperion\logs\essbase\,* com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2011-10-25 11:26:31,023 INFO [main] CSS system intialization failed. : [21484 ms] com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    What I have attempted:
    - Attempted to connect to Shared Services, Workspace url's - YES
    - Checked openLDAP & my Database is running - YES
    - Added following to Configuration File :
    SharedServicesLocation machinex 28080
    AUTHENTICATIONMODULE CSS http://machinex:28080/interop/framework/getCSSConfigFile YES, but same error
    - Changed essbase.bak to essbase.sec YES but same error
    - netstat -an to check for 1423. Port 1423 is not listening, although ALL TCP Ports have been enabled. So YES but same error.
    - Read Knowledgebase article # 954322.1 - the suggested things in there don't seem to apply to my case, unless I am missing something.
    At this point does anybody have any suggestions ?

    An update: Just for kicks, I tried restarting Essbase using Start->Programs-EPMSystem->Essbase->EssbaseServer->Essbase.bat and apparently now Essbase is started.
    EAS, Studio and Planning however are down.
    Excerpt from the HyS9eas-sysout.log:
    [ERROR] RegistryUtils - SQL Exception when trying to create a new connection [Hyperion][SQLServer JDBC Driver]Error establishing socket to host and port: machinex:1433. Reason: Connection refused: connect
    * CRITICAL ERROR: Common Security Services initialization failed. Please *
    * make sure that a valid entry is provided for SECURITY_CONFIGURATION in *
    * OlapAdmin.properties. This is required if Shared Services is enabled. *
    * Please restart the server after the changes. *
    Stopping DAO factory!
    HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    java.lang.ExceptionInInitializerError
    .... bunch of java code.
    This is really strange. There is NOTHING that I changed, started or stopped which could have caused Essbase to start magically all of a sudden.
    Any insights into the cause of all this ?

  • Java APM Agent initialization failed: SEAgent.config.xml does not have a valid event sender configured

    Today I tried to configure JAVA APM on a CentOS 6.4 server with tomcat6 installed through the normal RPM package. Adding this server to SCOM was no problem and it shows itself as a 'Deep Monitored Configuration'. The last part of enabling
    JAVA APM fails. I have followed the following process:
    1. Imported the JAVA APM MP's
    2. Extracted the JAVA APM Files
    3. Copied those files to my CentOS server
    4. Added the JAVA_OPTS to my tomcat configuration file
    5. Restarted Tomcat
    When I look for the log file which needs to be created through the installation of the APM agent it cannot be find. When I look into my Catalina.out file I see the following errors:
    Mar 05, 2014 7:05:16 PM com.microsoft.ManagementServices.APMAgent.Log.SystemLogger error
    SEVERE: Java APM Agent initialization failed: SEAgent.config.xml does not have a valid event sender configured
    com.microsoft.ManagementServices.APMAgent.Exception.ApmException: SEAgent.config.xml does not have a valid event sender configured
            at com.microsoft.ManagementServices.APMAgent.AgentThreadManager.<init>(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.AgentThreadManager.<init>(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.Agent.Monitor.AgentContext.<init>(Unknown Source)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
            at com.microsoft.ManagementServices.APMAgent.Agent.Startup.AgentContextLoader.loadContext(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.Agent.Startup.Agent.premain(Unknown Source)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:382)
            at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:397)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
            ... 15 more
    Caused by: com.microsoft.ManagementServices.APMAgent.Exception.ApmException: Error registering MBean: com.microsoft.ManagementServices.APMAgent:type=COUNTER
            at com.microsoft.ManagementServices.APMAgent.EventSender.MBeanEventLog.registerMetricMBeans(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.EventSender.MBeanEventLog.<init>(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.EventSender.MBeanEventLog.<init>(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.AgentThreadManager.<init>(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.AgentThreadManager.<init>(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.Agent.Monitor.AgentContext.<init>(Unknown Source)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
            at com.microsoft.ManagementServices.APMAgent.Agent.Startup.AgentContextLoader.loadContext(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.Agent.Startup.Agent.premain(Unknown Source)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:382)
            at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:397)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
            ... 15 more
    Caused by: com.microsoft.ManagementServices.APMAgent.Exception.ApmException: Error registering MBean: com.microsoft.ManagementServices.APMAgent:type=COUNTER
            at com.microsoft.ManagementServices.APMAgent.EventSender.MBeanEventLog.registerMetricMBeans(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.EventSender.MBeanEventLog.<init>(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.EventSender.MBeanEventLog.<init>(Unknown Source)
            ... 19 more
    Mar 05, 2014 7:05:16 PM com.microsoft.ManagementServices.APMAgent.Log.SystemLogger info
    INFO: Java APM Agent loading failed (Build: 1.10.100.15, Label: NotFromLabel, BuildDate: 20131112)
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
            at com.microsoft.ManagementServices.APMAgent.Agent.Startup.AgentContextLoader.loadContext(Unknown Source)
            at com.microsoft.ManagementServices.APMAgent.Agent.Startup.Agent.premain(Unknown Source)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:382)
            at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:397)
    Caused by: java.lang.InstantiationException: Monitor initialization failed: SEAgent.config.xml does not have a valid event sender configured
            at com.microsoft.ManagementServices.APMAgent.Agent.Monitor.AgentContext.<init>(Unknown Source)
            ... 12 more
    Does anyone have seen this error before? Can someone help me with this one?
    Thnx,

    I'm running tomcat on a CentOS release 6.4 (Final) server. I installed Tomcat 6 through an RPM from the CentOS sources. I have installed Apache Tomcat/6.0.24 wit JVM version 1.7.0_09-icedtea-mockbuild_2013_01_16_18_52-b00, the JVM Vendor is Oracle Corporation.
    My tomcat configuration needs to be done in '/etc/tomcat6/tomcat6.conf'
    I installed the APM Agent in the path '/opt/apm/' with the rights  40755 (root/root). The files have the following rights:
    -rw-rw-r-- 1 root tomcat  32046 Mar  3 15:38 apm_facade.jar
    -rw-rw-r-- 1 root tomcat 244819 Mar  3 15:38 apm_monitor.jar
    -rw-rw-r-- 1 root tomcat  38110 Mar  3 15:38 apm_producers.jar
    -rw-rw-r-- 1 root tomcat 207006 Mar  3 15:38 asm-all-3.3.1.jar
    -rw-rw-r-- 1 root tomcat   4157 Mar  3 15:38 ASM_Third_Party_Notices.txt
    -rw-rw-r-- 1 root tomcat 241368 Mar  3 15:38 DispatcherStub.dll
    -rw-rw-r-- 1 root tomcat  36880 Mar  3 15:38 pmonitor.config.xml
    -rw-rw-r-- 1 root tomcat   2625 Mar  3 15:38 SEAgent.config.xml
    -rw-rw-r-- 1 root tomcat    830 Mar  5 15:19 Starter.properties
    The above rights are equal to the /etc/tomcat6 directory with the tomcat configuration files.
    In the tomcat6.conf I have added the following entries:
    #Microsoft SCOM APM
    JAVA_OPTS="${JAVA_OPTS} -Djava.library.path=/opt/apm"
    JAVA_OPTS="${JAVA_OPTS} -javaagent:/opt/apm/apm_facade.jar -Xbootclasspath/p:/opt/apm/apm_producers.jar -Xbootclasspath/p:/opt/apm/apm_facade.jar"
    When I look into the running tomcat process I see the following:
    tomcat   17401     1  0 Mar05 ?        00:00:39 /usr/lib/jvm/jre/bin/java -Djava.library.path=/opt/apm -javaagent:/opt/apm/apm_facade.jar -Xbootclasspath/p:/opt/apm/apm_producers.jar -Xbootclasspath/p:/opt/apm/apm_facade.jar
    -Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourceFactory -Djava.library.path=/opt/apm -javaagent:/opt/apm/apm_facade.jar -Xbootclasspath/p:/opt/apm/apm_producers.jar -Xbootclasspath/p:/opt/apm/apm_facade.jar -Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourceFactory
    -classpath :/usr/share/tomcat6/bin/bootstrap.jar:/usr/share/tomcat6/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -Dcatalina.base=/usr/share/tomcat6 -Dcatalina.home=/usr/share/tomcat6 -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/cache/tomcat6/temp
    -Djava.util.logging.config.file=/usr/share/tomcat6/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start
    My Starter.Properties looks like this:
    # Jars to load by inner classloader.
    # Use semicolons to separate the JAR entries
    ClassPath=apm_monitor.jar;asm-all-3.3.1.jar;apm_producers.jar
    # Path to pmonitor.config
    MonitorConfigFileName=pmonitor.config.xml
    # Path to SEAgent.config
    AgentConfigFileName=SEAgent.config.xml
    # Log file name
    # Example for full-path location:
    #                  LogFileName=c:\\tracelog\\apm-java-agent.log
    # Example for relative path (to agent jar files):
    #                  LogFileName=apm-java-agent.log
    LogFileName=apm-java-agent.log
    # Log level (SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST)
    # A level of FINER or FINEST may expose Personally identifiable
    # information (PII) in the log file.  The levels below INFO are
    # intended for debugging and diagnostic use only.
    LogLevel=FINEST
    The 'apm-java-agent.log' is not created on the system. The only logging is done in the catalina.out. When restarting tomcat I see the following entries in te log file:
    INFO: Initializing Java APM Agent (Build: 1.10.100.15, Label: NotFromLabel, BuildDate: 20131112)
    Mar 06, 2014 9:35:21 AM com.microsoft.ManagementServices.APMAgent.Log.SystemLogger info
    INFO: Java APM Agent loading succeeded (Build: 1.10.100.15, Label: NotFromLabel, BuildDate: 20131112)
    Mar 06, 2014 9:35:21 AM com.microsoft.ManagementServices.APMAgent.Log.SystemLogger info
    INFO: Initializing Java APM Agent (Build: 1.10.100.15, Label: NotFromLabel, BuildDate: 20131112)
    Mar 06, 2014 9:35:21 AM com.microsoft.ManagementServices.APMAgent.Log.SystemLogger warning
    WARNING: Failed registering the COUNTER MBean
    Mar 06, 2014 9:35:21 AM com.microsoft.ManagementServices.APMAgent.Log.SystemLogger error
    SEVERE: Java APM Agent initialization failed: SEAgent.config.xml does not have a valid event sender configured
    Mar 06, 2014 9:35:21 AM com.microsoft.ManagementServices.APMAgent.Log.SystemLogger info
    INFO: Java APM Agent loading failed (Build: 1.10.100.15, Label: NotFromLabel, BuildDate: 20131112)
    Hope this gives your some more background around my problem, I double checked the permissions..

  • Xellerate is in failed state as initialization failed state.

    Hi,
    I am facing an issue on one of my app server which is on clustered environment. I am getting the follwing error
    09/08/18 18:58:06 Error initializing the Oracle JMS Resource provider for Queues: Connection Cache with this Cache Name is Disabled
    09/08/18 18:58:10 Error initializing the Oracle JMS Resource provider for Queues: Connection Cache with this Cache Name is Disabled
    09/08/18 18:58:10 WARNING: Application.setConfig Application: Xellerate is in failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: Resource exception(xlJMSResourceAdapterModule) for MessageDrivenBean MessageHandlerMDB during endpoint activation: setDestinations: javax.jms.InvalidDestinationException: Looking up java:comp/resource/xlJMSResourceProvider/Queues/XLAQQUEUE: javax.naming.NameNotFoundException: No resource named 'xlJMSResourceProvider/Queues/XLAQQUEUE'found
    Could somebody help wat i shoud do to get rid of the error.
    Thanks in advance

    Seems JMS queues are not configured properly. On Which AS are u running OIM?
    Pls chk the AS console to see if the queues are deployed correctly

  • [solved]ati/fglrx:DRI initialization failed [disable compos]

    a search pulled up a lot of people struggling with ati, but none of the solved issues seem to apply for this
    i am clueless. i dont know if this is due to an update, just now tried to get proprietary working for beryl
    any help appreciated
    will
    uname -a ~
    Linux RedBanana 2.6.18-ARCH #1 SMP PREEMPT Mon Oct 16 10:36:48 CEST 2006 i686 Intel(R) Pentium(R) M processor 1.80GHz GenuineIntel GNU/Linux
    lspci |grep ATI ~
    01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
    pacman -Qs fglrx ~
    local/ati-fglrx 8.29.6-2
    ATI proprietary binary drivers for >= r300 chipsets. Drivers for the Linux
    kernel.
    local/ati-fglrx-utils 8.29.6-2
    ATI proprietary binary drivers for >= r300 chipsets. Userspace tools and
    libraries
    glxinfo |grep dir ~
    Xlib: extension "XFree86-DRI" missing on display ":0.0".
    direct rendering: No
    OpenGL renderer string: Mesa GLX Indirect
    grep "EE|WW" /var/log/Xorg.0.log ~
    Current Operating System: Linux RedBanana 2.6.18-ARCH #1 SMP PREEMPT Mon Oct 16 10:36:48 CEST 2006 i686
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    (II) Loading extension MIT-SCREEN-SAVER
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (WW) fglrx(0): ***********************************************
    (WW) fglrx(0): * DRI initialization failed! *
    (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
    (WW) fglrx(0): * 2D acceleraton available (MMIO) *
    (WW) fglrx(0): * no 3D acceleration available *
    (WW) fglrx(0): ********************************************* *
    (WW) fglrx(0): Option "VendorName" is not used
    (WW) fglrx(0): Option "ModelName" is not used
    grep fglrx /etc/rc.conf ~
    MODULES=(!usbserial !snd_intel8x0m snd_intel8x0 snd-seq-virmidi intel_agp agpgart fglrx)
    lsmod |grep agp ~
    intel_agp 19740 1
    agpgart 25944 2 fglrx,intel_agp
    grep "DRI|glx" /etc/X11/xorg.conf -C 2 ~
    Section "DRI"
    Mode 0666
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "record"
    dmesg|grep fglrx ~
    fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [fglrx] Maximum main memory to use for locked dma buffers: 431 MBytes.
    [fglrx] module loaded - fglrx 8.29.6 [Sep 19 2006] on minor 0
    locate libGL ~
    /var/abs/local/berly-everything/src/beryl-build/beryl-core/mesa/lib/libGL.a
    /var/abs/local/google-earth/pkg/opt/google-earth/libGLU.so.1
    /usr/lib/xorg/modules/extensions/libGLcore.so
    /usr/lib/xorg/modules/extensions/libGLcore.xorg
    /usr/lib/libGL.so.1
    /usr/lib/libGLU.so
    /usr/lib/libGLU.so.1
    /usr/lib/libGLU.so.1.3.060501
    /usr/lib/libGLw.so
    /usr/lib/libGLw.so.1
    /usr/lib/libGLw.so.1.0.0
    /usr/lib/libGL.so.1.2
    /usr/lib/libGL.so
    /usr/lib/libGLEW.so.1.3.4
    /usr/lib/libGLEW.so
    /usr/lib/libGLEW.a
    /usr/lib/libGLEW.so.1.3
    ----- longer stuff ---
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "AIGLX" "off" # Disable AIGLX (use old XGL driver)
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "record"
    Load "xtrap"
    Load "dbe"
    Load "extmod"
    Load "freetype"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa"
    VendorName "ATI Technologies Inc"
    BoardName "RV350 [Mobility Radeon 9600 M10]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "fglrx"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    LIBGL_DEBUG=verbose glxinfo ~
    name of display: :0.0
    Xlib: extension "XFree86-DRI" missing on display ":0.0".
    libGL error: XF86DRIQueryDirectRenderingCapable failed
    display: :0 screen: 0
    direct rendering: No
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
    client glx vendor string: ATI
    client glx version string: 1.3
    client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
    GLX version: 1.2
    GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
    OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
    0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
    0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
    0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
    0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x3c 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None

    _will wrote:
    thanks for all the replies
    removing composite got rid of some of the errors however
    glxgears wrote:1248 frames in 5.0 seconds = 249.443 FPS
    glxgears is not a benchmark.  If you're having issues in actually graphically-intensive applications, like games, then say so, but otherwise this output means very little, even though you get higher scores with vesa.
    _will wrote:
    Xorg.0.log wrote:(WW) fglrx(0): board is an unknown third party board, chipset is supported
    (WW) fglrx(0): Option "VendorName" is not used
    (WW) fglrx(0): Option "ModelName" is not used
    Those are fine, harmless messages.
    _will wrote:
    also i can't go back to open source "ati" driver which IIRC reported fps in the 1000s with glxgears (?)
    Xorg log wrote:(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
    (EE) RADEON(0): [dri] DRIScreenInit failed. Disabling DRI.
    (WW) RADEON(0): Direct rendering disabled
    (EE) AIGLX: Screen 0 is not DRI capable
    'radeon' DRI needs the 'libgl-dri' package, which conflicts with ati-fglrx-utils.  You can't have both installed at the same time - if you didn't remove ati-fglrx-utils and reinstall libgl-dri before trying this, that's likely your problem.

  • Error -32810 occurred at The FieldPoint server initialization failed. Possible causes: 1. Missing or corrupt configuration file; 2. Failed to create callbacks. : FP Open.vi

    I have two cFP-2120 RT controller. They both have NI-Serial RT2.5.6, DataSocket for LV RT4.2, NI-VISA 3.6, FP Drivers 5.1.0, FP VI Manager 3.1.0 LV RT 7.1.1 installed. But one same vi can run on one controller but not another.
    the error message got when it runs on another controller is "Error -32810 occurred at  The FieldPoint server initialization failed. Possible causes: 1. Missing or corrupt configuration file; 2. Failed to create callbacks. : FP Open.vi"
    I wonder by what it is caused?
    Thanks

    Hi Matthew,
    As mentioned previously, this KnowledgeBase article may be of some help. Also, if your code is being run on an embedded controller and then a network controller (not embedded), you will need to run the program differently. On the embedded controller, you should deploy your VI in a Project Explorer or programmatically (as described here.) However, you do not need to deploy the program to a network controller, but simply run the VI.
    I would also suggest creating a new .IAK file. Do you still see the same error? Also, double-check that the software installed on the controller matches the software installed on the host PC. If you have any file paths associated with one FieldPoint controller, ensure that you are changing them to match the second controller.
    Please keep us posted on your troubleshooting steps. Have a great day!
    Amanda Howard
    Americas Services and Support Recruiting Manager
    National Instruments

Maybe you are looking for

  • How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)

    How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)? The following is my configuration in the conf\mapViewerConfig.xml: <map_data_source name="mvdemo12" jdbc_host="127.0.0.1" jdbc_sid="orcl12c1" jdbc_port="15

  • Error in Travel n Expenses for EHP2 (Abap webdynpro application)

    Hi, We have implemented ESS 1.2 in Portal (NW 7.0) alongwith Enhancement Package 2. Due to EHP2 our Travel Application is now ABAP Based WEBDynpro,so when we access any Travel related link in Portal we will be directed to the R3 system. Now we have a

  • CR2008 Unable to open in InfoView (XI 3.1)

    Hi, Am having an issue opening a Crystal Report 2008 using custom SQL via OLE DB to a MSSQL db datasource. The report uses a LOV within the Business View Mgr. We have tried to manually setting the db configuration in CMC but the report's prompt scree

  • Not Authorized Error

    I have been building an iMovie (5.02) for the past two weeks using some songs from my iTunes music. I was asked to put my iTunes store ID in when originally transferring them into iMovie and the played when testing the movie. After the update to yest

  • Incredible 2.3 update

    Moved for greater exposure