X server won't start after recent catalyst-test and kernel upgrade

Hi,
after recent upgrade of catalyst-test (13.2) and kernel (3.7.5), my x server won't start with this log (WW) and (EE) only:
[   114.989] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   116.077] (WW) Falling back to old probe method for fglrx
[   116.093] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[   116.101] (EE) fglrx(0): DAL initialization failed!
[   116.101] (EE) fglrx(0): Display Infrastructure Failed
[   116.101] (EE) fglrx(0): PreInit failed
[   116.212] (EE) Screen(s) found, but none have a usable configuration.
[   116.212]
Fatal server error:
[   116.212] no screens found
[   116.212] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[   116.212] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   116.212] (EE)
[   116.515] Server terminated with error (1). Closing log file.
My card is mobility radeon hd 5700, I'm running on x86_64 system. I'm using aticonfig generated xorg.conf. I will provide any other information if needed.
I've tried:
- to downgrade to catalyst 12.8 and xorg 1.12 (screen just freezes after trying to get to X, only poweroff button works (system catches the signal and shuts down softly - no errors in Xorg.0.log))
- to use catalyst-total 13.1 / catalyst-generator 13.1 (Xorg.0.log says something about *not* compatible module - i can try it again and give you the whole log, it is probably another problem)
- to use open-source drivers (poor performance, overheating)
- to check nomodeset option (present at all kernel images in generated grub.cfg)
Unfortunately, I could not find any similar issue solved in past few days...

Downgrading kernel to 3.7.4 actually worked for catalyst 13.1. Anyone knows what could be wrong for linux 3.7.5?
Edit: catalyst-test 13.2 beta works with linux 3.7.4.
Last edited by sirkubador (2013-02-05 14:24:44)

Similar Messages

  • Macbook won't start after recent update

    Hi Guys,
    Got a problem with a month old Macbook. Clicked for the recent updates and after it restarting the Macbook won't start up past the Apple logo and the rotating symbol beneath it.
    Any ideas ? Thanks in advance
    Nick

    Hi Nick,
    Check out these two articles:
    http://support.apple.com/kb/TS1541 (Mac OS X 10.5: Troubleshooting installation, startup, and login issues)
    http://support.apple.com/kb/HT2956 (Troubleshooting Mac OS X installation from CD or DVD)
    Running Disk Utility and trying to verify the startup volume or starting up in Safe Mode would probably be the next best course of action.

  • Won't start after recent upgrade

    Started the recent upgrade. A depiction of the apple tv and usb cable connected on one end to tv and other end pointing to iTunes icon then showed up on the tv screen. Let run overnight and still will not connect. I am pretty sure battery in remote is fine; remote was working fine before the upgrade.

    The update has failed.
    You need to connect to iTunes on a computer with a cable.
    Using a USB to microUSB lead (that Apple annoyingly don't include!), try to restore the AppleTV software to current version software using instructions here:
    http://support.apple.com/kb/HT4367
    Pay attention to differences in power connection depending on whether or not you have AppleTV2 or AppleTV 3.

  • Weblogic Administrator Server won't start after a fresh WCC install

    Hi guys, i followed this [install documentation|http://docs.oracle.com/cd/E23943_01/doc.1111/e14538/qiecm.htm#sthref8] to install wls and WCC on a OEL6 (64bit), all went relatively smoothly. Then when I get ready to start weblogic admin server for the first time, it errors out on me.
    system:
    -Oracle Enterprise Linux6 (64bit)
    -WebLogic Server 12.1.1
    -Webcenter Content 11g
    -Oracle DB 11g
    basic steps I've took:
    1) RCU installed UCM, URM, IPM, and IBR schemas into 11g DB
    2) installed wls, created a basic domain (base_domain) with Admin Server as a place holder
    3) installed WCC, create new domain (wcc_domain) with Admin Server
    4) start wls Admin Server: $WCC_DOMAIN_HOME/bin/startWebLogic.sh
    5) error.......
    [high level error msg]
    Feb 12, 2013 10:27:07 PM oracle.security.jps.internal.keystore.file.FileKeyStoreManager openKeyStore
    WARNING: Opening of file based keystore failed.
    <Feb 12, 2013 10:27:07 PM CST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.>
    <Feb 12, 2013 10:27:07 PM CST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
         at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3099)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:105)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:77)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:67)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         Truncated. see log file for complete stacktrace
    [high level error msg]
    steps I've took to tackle this problem:
    1) removed $WCC_DOMAIN/security folder, then re-enter username/password
    <result> can't find SerializedSystemIni.dat file
    2) create a boot.properties file in folder
    <result> same keystore error as above
    3) re-generate a new SerializedSystemIni.dat file [described here|http://www.wikiconsole.com/wiki/?p=3041]
    <result> same keystore error as above
    4) tried modify cwallet.sso [described here|https://forums.oracle.com/forums/thread.jspa?threadID=2266436]
    <result> can't modify, content in sso file is encrtyped
    5) review message with debug option enabled
    <result> it said error from LDAP [described here|http://docs.oracle.com/cd/E17904_01/core.1111/e10043/aptrouble.htm] but I don't have LDAP enabled/installed
    6) create a key store based on WCC install doc (IRM section)
    <result> same keystore error as above
    none of the steps above work, only option left I can think of, is maybe install it with wls 10.3 (seems like that's what the installation doc used). I honestly hope it could be as simple as that, but if I'm missing anything critical, please let me know.
    Thank you
    p.s: please feel free to ask me to post the long lengthy debug output

    Hi ,
    First and foremost I am not sure why you have used WLS 12c to be installed for WCC environment . That is currently a non-supported configuration .
    Secondly you are starting the admin server from <domain_home>/bin ? If yes , then go up the directory and start it from <domain_home> itself .
    Check if that works .
    Thanks,
    Srinath

  • Mpd won't start after recent upgrade

    Hi!
    After one of the last upgrades my mpd service does not start anymore.
    ● mpd.service - Music Player Daemon
    Loaded: loaded (/usr/lib/systemd/system/mpd.service; enabled)
    Active: failed (Result: exit-code) since Di 2014-09-30 10:21:04 CEST; 2s ago
    Process: 1489 ExecStart=/usr/bin/mpd --no-daemon (code=exited, status=1/FAILURE)
    Main PID: 1489 (code=exited, status=1/FAILURE)
    Sep 30 10:21:04 lu10855 systemd[1]: Started Music Player Daemon.
    Sep 30 10:21:04 lu10855 mpd[1489]: fatal_error: Failed to set group 92: Operation not permitted
    Sep 30 10:21:04 lu10855 systemd[1]: mpd.service: main process exited, code=exited, status=1/FAILURE
    Sep 30 10:21:04 lu10855 systemd[1]: Unit mpd.service entered failed state.
    If I start mpd directly with mpd --no-daemon as root or via sudo it starts without any problems.
    Group 92 is audio and the user mpd is part of that group. Do you have any ideas what is going wrong here?
    Best Regards,
    Robin
    Last edited by jayasinghe (2014-09-30 08:43:43)

    jayasinghe wrote:
    Hi!
    After one of the last upgrades my mpd service does not start anymore.
    ● mpd.service - Music Player Daemon
    Loaded: loaded (/usr/lib/systemd/system/mpd.service; enabled)
    Active: failed (Result: exit-code) since Di 2014-09-30 10:21:04 CEST; 2s ago
    Process: 1489 ExecStart=/usr/bin/mpd --no-daemon (code=exited, status=1/FAILURE)
    Main PID: 1489 (code=exited, status=1/FAILURE)
    Sep 30 10:21:04 lu10855 systemd[1]: Started Music Player Daemon.
    Sep 30 10:21:04 lu10855 mpd[1489]: fatal_error: Failed to set group 92: Operation not permitted
    Sep 30 10:21:04 lu10855 systemd[1]: mpd.service: main process exited, code=exited, status=1/FAILURE
    Sep 30 10:21:04 lu10855 systemd[1]: Unit mpd.service entered failed state.
    If I start mpd directly with mpd --no-daemon as root or via sudo it starts without any problems.
    Group 92 is audio and the user mpd is part of that group. Do you have any ideas what is going wrong here?
    Best Regards,
    Robin
    Systemd now starts the service as the mpd user by default (see /usr/lib/systemd/system/mpd.service). You can restore the previous behaviour by creating /etc/systemd/system/mpd.service.d/user.conf with the following content:
    [Service]
    User=
    (will run mpd as root, which then has the capabilities to su to another user)
    Though I'd recommend that you just let systemd handle the permissions setting rather than mpd. Comment out the user/group declarations in your mpd.conf and change the User declaration to the user/uid you want. Add in a Group declaration if you want too, though I don't think running processes as the audio group is a Good Idea™.

  • CiscoWorks Web Server won't start after LMS upgrade 3.0 - 3.2

    I upgraded CiscoWorks LMS from 3.0 to 3.2 today.  Everything worked prior to the upgrade.
    The upgrade was successful, with no errors, and all services started except "CiscoWorks Web Server" which has the following error.
    Apache.exe: Syntax error on line 1025 of C:/Program Files/CSCOpx/MDC/Apache/conf/httpd.conf: Cannot load C:/Program Files/CSCOpx/MDC/Apache/modules/mod_ssl.so into server: The operating system cannot run %1.
    Environment:
    Windows 2003 SP2 Enterprise R2 32-bit, 8 GB RAM, HP BL460c Server
    I suspect there is a problem with the precompiled apache installation?
    I was wondering if someone could zip up a known-working C:/Program Files/CSCOpx/MDC/Apache folder for me from CiscoWorks LMS 3.2?
    Or if someone has a patch or update to 3.2 to correct this?  Or, where I can get LMS 3.1 instead of 3.2 if LMS 3.2 is buggy?
    Or if there is some other solution?  (even if it is a clean install... although I'd rather wait to see if someone can solve this a better way)

    Do you have another application that might be loading Apache or OpenSSL on that same server?
    Search for theses files and verify its located in CSCOpx\bin directory .
    cwssleay32.dll
    cwlibeay32.dll
    If not, copy it from CSCOpx\setup\support directory to CSCOpx\bin directory and then restart the server.
    Get the MDCSupportZip output from C:\Program Files\CSCOpx\MDC\bin\mdcsupport.exe file and upload it here.

  • SUN WEB SERVER WON'T START AFTER CHANGING JVM & CLASSPATH

    hi all,
    i have a sunfire 280r box running solaris 8 which i installed with sun web server 6.0 sp11.
    the default java is
    root@smartvideo1 # java -version
    java version "1.2.2"
    Solaris VM (build Solaris_JDK_1.2.2_10, native threads, sunwjit)
    but this is what i need for my java classes
    root@smartvideo1 # /usr/j2se/bin/java -version
    java version "1.4.2_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode)
    root@smartvideo1 #
    i set the JVM & CLASSPATH settings to /usr/j2se and rebooted the hardware.
    now, when i try to start the web server, i get the ff:
    [08/Apr/2008:03:23:29] info ( 835): iPlanet-WebServer-Enterprise/6.0SP11 B12/15/2006 03:03
    [08/Apr/2008:03:23:29] failure ( 835): Configuration initialization failed: Error running init function load-modules: dlopen of /usr/iplanet/servers/bin/https/lib/libNSServletPlugin.so failed (ld.so.1: ns-httpd: fatal: libjvm.so: open failed: No such file or directory)
    would appreciate any help.
    thanks :)

    hi mv,
    tried your suggestion of installing sun webserver7 but i got an error, something like "can't use sparcv9.so" (too bad i didn't copy the entire error before uninstalling). may have something to do with patches for solaris8. unfortunately, i don't have access to the patches since my support for the hardware ended many years ago.
    was able to get 108434-18 but not 108435-18 which needs an active support account.
    Apr 13, 2008 7:32:55 PM com.sun.web.installer.common.dialogs.CustomDirectorySelectionPanel is
    DisplayComplete
    INFO: Installing Sun Java System Web Server 7.0U2
    Apr 13, 2008 7:32:55 PM com.sun.web.installer.web.dialogs.PatchDetectionListener displayWarni
    ng
    INFO: The following patches need to be installed for the server installation to complete succ
    essfully.
    Patches to be installed: [108435-18]
    Edited by: r3.062167 on Apr 13, 2008 5:16 AM

  • IChat server won't start after upgrade to 10.6.8

    Get the following errror in the log;
    attempting connection to router at 127.0.0.1, port=5347
    fileserver jabberd/sm[1621]: shutting down

    Today i installed Snow Leopard.  iChat was working.  Installed updates and now iChat is not working.  Same error as listed above.  Any ideas?

  • Logitech Media Server won't start

    Hi,
    Logitech Media Server won’t start after I clean installed 10.10.1 and migrated my user data from time machine. I tried tuned of firewall and clean install LMS many times and tried different version of LMS from 7.7.4 to 7.9 but none of them worked.
    I builded a new user account for testing, LMS works well in this new user account.
    Is there anything I can do to fix my old user account?
    Thank you.

    Thank you very much! I did not know about the nightly builds. LMS has pretty much worked throughout the years; it may have needed an update now and then but I never had to go looking for beta versions.
    I held off upgrading my Mac Pro -- which acts as a server for iTunes and other things around the house -- to Yosemite until today. All was well except for getting LMS to start. I was pretty bummed at the prospect of not having my tunes on my Squeezebox radio. In any case, I'm glad I found my answer in 5 seconds here at the Apple forums. Rock on.

  • EPMA Dimension server won't start using SSL enabled Database

    Has anyone had any luck configuring EPMA 11.1.2.2 or 11.1.2.1 EPMA Dimension server with a JDBC SSL connection? I am using the following url to configure my SSL-enabled database:
    jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=slc00qox)(PORT=1529))(CONNECT_DATA=(SERVICE_NAME=slc00qox.us.oracle.com)))
    and the Dimension server won't start. Other Foundation, Essbase and Reporting repository connections work with same URL. Getting an error in Event Log:
    Service cannot be started. Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Hyperion.CommonServices.Exceptions.SessionManagerException: Session Manager could not start because database connectivity could not be established. ---> Oracle.DataAccess.Client.OracleException ORA-12537: TNS:connection closed at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching)
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()
    at Hyperion.DimensionServer.Service.Main.Start()
    at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    AND
    [EPMA Server Startup] ERROR SVR_ERR_PROCESSMGR_CANT_INIT_SESSIONMGR:Cannot initialize the Session Manager.Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Hyperion.CommonServices.Exceptions.SessionManagerException: Session Manager could not start because database connectivity could not be established. ---> Oracle.DataAccess.Client.OracleException ORA-12537: TNS:connection closed at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching)
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()
    at Hyperion.DimensionServer.Service.Main.Start()

    As you have backup you can try this:
    Restore your master database backup to another instance of SQL Server and in the "To
    database:" section of the Restore Database dialog box, use an alternate database name such as "recover_master" to avoid conflict with the master database on this instance of SQL Server. This will cause the mdf/ldf to be named "recover_master.mdf"
    and "recover_master_1.ldf". Then detach the
    recover_master database, go into the file system, copy the recover_master.mdf and recover_master_1.ldf to the instance of SQL Server with the corrupt master database. Delete the corrupt master.mdf and mastlog.ldf files, rename recover_master.mdf to master.mdf,
    and rename recover_master_1.ldf to mastlog.ldf. Now you're ready to try starting the SQL Server service again!
    http://blogs.technet.com/b/fort_sql/archive/2011/02/01/the-easiest-way-to-rebuild-the-sql-server-master-database.aspx
    Once master is online you can restore other database.

  • HI I have a problem with my Firefox, recently my fire fox won't start after I click on its Icon

    HI I have a problem with my Firefox, recently my fire fox won't start after I click on its Icon, when I see the process in task manager Firefox is there but after a second it will end processing automatically, I have tried ff7 and ff6 and have the same problem, even re installing the Firefox doesn't fix the problem, any one know the reason? I'm using a win7 64bit, and bitdefender internet security

    Hi All,
    This is not a virus . I used this website & I found it very useful & you can remove it through the following steps.ar.hao123.com 1- Then right-clicking on the icon Mozilla Firefox on the desktop, then choose "Properties", as shown in the picture: 2- Select Tab "shortcut", and then delete the text after. Exe in "target" as shown in the following picture, then press "Ok" 3- Open Firefox, and then choose "options" from the list of "tools" 4- Select the tab "general", and in the list "when Firefox starts" then select "show my homepage" and in the box "homepage" then enter any other link and then press "OK"
    you can visit [http://ar.hao123.com/report/ar-feedback.html Hao123] hao123
    ar.hao123.com

  • After Setting Up SSO Managed Server Won't Start

    I am using the Oracle supplied white paper to set up SSO using Active Directory. Following those instructions everything was working and testing correctly until I added the NegotiateIdentityAsserter provider to the list of WLS providers. Now the managed server won't start. The admin server starts without any errors and goes to the RUNNING state. But the Start BI Services command window gets to the wls.alive: prompt and hangs. And hangs. Eventually the window goes away and it may throw an error but I've never seen it. You can login to the WLS console and EM without a problem. Remove the new provider and everything comes up normally. I have looked at the krb5.ini and krb5login.conf files and even rewritten them from scratch without any change in behavior.
    While looking for answers I ran into the SPNEGOCheck webapp that Oracle makes available to diagnose problems. It says everything is OK until it parses the krb5login.conf and then complains that the Username associated with SPN in AD is blank and so doesn't match the SPN specified in the krblogin config. But I can't see anything wrong in the files themselves.
    from the log:
    In section 'libdefaults'
    LSA: Found Ticket
    LSA: Made NewWeakGlobalRef
    LSA: Found PrincipalName
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue
    LSA: Made NewWeakGlobalRef
    LSA: Found EncryptionKey
    LSA: Made NewWeakGlobalRef
    LSA: Found TicketFlags
    LSA: Made NewWeakGlobalRef
    LSA: Found KerberosTime
    LSA: Made NewWeakGlobalRef
    LSA: Found String
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue constructor
    LSA: Found Ticket constructor
    LSA: Found PrincipalName constructor
    LSA: Found EncryptionKey constructor
    LSA: Found TicketFlags constructor
    LSA: Found KerberosTime constructor
    LSA: Finished OnLoad processing
    Config name: C:\Windows\krb5.ini
    KdcAccessibility: reset
    KdcAccessibility: reset
    Reachable? true
    Connection seems to have succeeded.
    Parsing section contents 'com.sun.security.jgss.krb5.accept { com.sun.security.auth.module.Krb5LoginModule required principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true;};'
    Section name: 'com.sun.security.jgss.krb5.accept'
    Getting next NV pair beginning at 'principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true'
    NVPair name: 'principal' value: '[email protected]'
    NVPair name: 'keyTab' value: 'biwhse1a.keytab'
    NVPair name: 'useKeyTab' value: 'true'
    NVPair name: 'storeKey' value: 'true'
    Got back 4 name/value pairs.
    section com.sun.security.jgss.krb5.accept should probably contain a setting for debug=true
    Section com.sun.security.jgss.krb5.accept seems OK
    The krb5.ini file:
    [libdefaults]
    default_realm = SRS1.COM
    default_tkt_enctypes = des-cbc-crc
    default_tgs_enctypes = des-cbc-crc
    ticket_lifetime = 600
    [realms]
    SRS1.COM = {
    kdc = 129.58.120.200
    admin_server = adc01.srs1.com
    default_domain = SRS1.COM
    [domain_realm]
    .srs1.com = SRS1.COM
    [appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
    The krb5login.conf file:
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    [D:\] setspn -L bi_kerb_prin
    Registered ServicePrincipalNames for CN=bi_kerb_prin,OU=Non-Person Users,OU=WRC Users,DC=srs1,DC=com:
    HTTP/biwhse1a.srs1.com
    HTTP/biwhse1a
    [D:\]
    OBIEE 11.1.1.6.2 BP2
    Windows Server 2008 SP1

    Did you try -Djava.security.krb5.conf=<path>/krb5.conf before the %EXTRA_JAVA_PROPERTIES%. in your C:\OBI\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd .?
    Also change your JAAS config file and try with
    com.sun.security.jgss.krb5.initiate {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    Now restart and see.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS
    Edited by: SSVS on Mar 17, 2013 11:47 PM

  • WebLogic Admin server fails to start after reboot

    Hi Gurus,
    Weblogic Admin server won't start up after a server reboot. Note that weblogic was gracefully shutdown before the restart.
    Also note that the following files were accidentally deleted after the reboot (but I don't think that should cause an issue..):
    /opt/shared/apps/hyperion/Oracle/Middleware/user_projects/domains/EPMSystem/servers/AdminServer/data/store/default/_WLS_ADMINSERVER000000.DAT
    /opt/shared/apps/hyperion/Oracle/Middleware/user_projects/domains/EPMSystem/servers/AdminServer/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT
    Looking at the AdminServer.log:
    *####<Oct 11, 2012 11:27:53 AM EDT> <Critical> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969273846> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: weblogic.management.provider.EditFailedException:*
    java.lang.AssertionError: weblogic.management.provider.EditFailedException:
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.<init>(DomainRuntimeServiceMBeanImpl.java:79)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.getInstance(DomainRuntimeServiceMBeanImpl.java:68)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl.getDomainConfiguration(DomainRuntimeServiceMBeanImpl.java:132)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.initAppDeploymentRuntimes(DeploymentManagerImpl.java:239)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.<init>(DeploymentManagerImpl.java:83)
         at weblogic.management.deploy.internal.DeploymentServerService.initializeDeploymentManager(DeploymentServerService.java:256)
         at weblogic.management.deploy.internal.DeploymentServerService.startAdminServerDeploymentService(DeploymentServerService.java:233)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:155)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:27)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: weblogic.management.provider.EditFailedException:
         at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1754)
         at weblogic.management.provider.internal.EditAccessImpl.getCurrentDomainBean(EditAccessImpl.java:241)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.<init>(DomainRuntimeServiceMBeanImpl.java:76)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.getInstance(DomainRuntimeServiceMBeanImpl.java:68)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl.getDomainConfiguration(DomainRuntimeServiceMBeanImpl.java:132)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.initAppDeploymentRuntimes(DeploymentManagerImpl.java:239)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.<init>(DeploymentManagerImpl.java:83)
         at weblogic.management.deploy.internal.DeploymentServerService.initializeDeploymentManager(DeploymentServerService.java:256)
         at weblogic.management.deploy.internal.DeploymentServerService.startAdminServerDeploymentService(DeploymentServerService.java:233)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:155)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:27)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: org.xml.sax.SAXParseException: Premature end of file.
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
         at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1414)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1059)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
         at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:235)
         at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
         at weblogic.xml.jaxp.RegistryDocumentBuilder.parse(RegistryDocumentBuilder.java:163)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at weblogic.management.provider.internal.ConfigReader.convert(ConfigReader.java:106)
         at weblogic.management.provider.internal.ConfigReader.<init>(ConfigReader.java:70)
         at weblogic.management.provider.internal.ConfigReader.<init>(ConfigReader.java:64)
         at weblogic.management.provider.internal.EditAccessImpl.loadBeanTree(EditAccessImpl.java:1917)
         at weblogic.management.provider.internal.EditAccessImpl.loadBeanTreeFromPending(EditAccessImpl.java:1807)
         at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1740)
         at weblogic.management.provider.internal.EditAccessImpl.getCurrentDomainBean(EditAccessImpl.java:241)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.<init>(DomainRuntimeServiceMBeanImpl.java:76)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.getInstance(DomainRuntimeServiceMBeanImpl.java:68)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl.getDomainConfiguration(DomainRuntimeServiceMBeanImpl.java:132)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.initAppDeploymentRuntimes(DeploymentManagerImpl.java:239)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.<init>(DeploymentManagerImpl.java:81)
         at weblogic.management.deploy.internal.DeploymentServerService.initializeDeploymentManager(DeploymentServerService.java:256)
         at weblogic.management.deploy.internal.DeploymentServerService.startAdminServerDeploymentService(DeploymentServerService.java:232)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:154)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:26)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    ####<Oct 11, 2012 11:27:54 AM EDT> <Notice> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274051> <BEA-000365> <Server state changed to FAILED>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Error> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274053> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Notice> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274069> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMX> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274138> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://3.56.11.196:7001/jndi/weblogic.management.mbeanservers.domainruntime .>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMX> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274140> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://3.56.11.196:7001/jndi/weblogic.management.mbeanservers.edit .>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMX> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274141> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://3.56.11.196:7001/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <WebService> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274146> <BEA-220028> <Web Service reliable agents are suspended.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <WebService> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274153> <BEA-220029> <Web Service reliable agents are shut down.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <MessagingBridge> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274318> <BEA-200001> <The messaging bridge service has successfully shut down.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMS> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274426> <BEA-040308> <JMS service is suspending.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMS> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274506> <BEA-040107> <Undeployed 8 default connection factories.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMS> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274510> <BEA-040015> <JMS shutdown is complete.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274530> <BEA-001144> <Force Suspending the JDBC service.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274536> <BEA-001146> <Force suspend of the JDBC service completed.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274538> <BEA-001147> <Shutting down the JDBC service.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274552> <BEA-001149> <Shutdown of the JDBC service completed.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274694> <BEA-000236> <Stopping execute threads.>
    Kindly guide me with this. Thanks!
    Edited by: Kent Pawar. on Oct 11, 2012 8:51 AM

    Issue is :
    Caused By: weblogic.management.provider.EditFailedException:
    One probable reason can be some change made to the config.xml file . If you have previous backup for the config.xml file then try to replace the config.xml file and restart the server .
    Another reason for this exception may be that there were some changes made to configuration through the Admin Console which were not activated completely and Admin Server was restarted . under this scenario weblogic will create a /pendig dir and have a config.xml file created there with the un-activated changes .
    some workaround you can try to restore the Admin Server :
    Under domain dir ,
    \pending directory -- take backup and delete the dir .
    Under Admin Server Dir :
    data\store --- take backup and delete the dir .
    thanks,
    Sandeep

  • The Connection Server does not start after an upgrade to BO4.1 SP3

    Hello guys,
    The Connection Server does not start after an upgrade to BO4.1 SP3
    We are in process to upgrade our Business Objects environments to BO4.1 SP3
    The first 2 environments , the upgrade went fine. But the third environment de connection server won’t start.
    When I always try to start it returns me a failed status and shows me that the server is considered failed because it has stopped 5 time(s) in 60 minute(s).
    Our OS is AIX
    Uncaught Exception in SilentScope: [CS] Ser
    verInitialization::InitManager::Initialize: 0.007^^
    The CS initialization failed within the CS server. Aborting
    trc file: "connectionserver_BIO.ConnectionServer_ncs.trc", trc level: 1, release: "720"
    Gerd

    Hi Amine
    The File seems ok
    File from the failing connection server
    -rw-rw---- 1 bioadm bosys 43993 Apr 11 11:29 boconfig.cfg
    File from our test system
    -rw-rw---- 1 bitadm bosys 43892 Apr 14 10:56 boconfig.cfg
    I created a new connectieserver(by the copy function), but the new server won't start.
    Regards
    Gerd
    Log
    |89d4a6e0-2a89-7a05-3020-a51d517ab872|2014 04 14 11:54:30:113|+0200|Error| |>>|E| |connectionserver_BIO.ConnectionServer|28246236|3097|| |0|0|0|0|-|-|-|-|-|-||||||||||||[CS] Unhandled exception raised during CS initialization.
    init_srv.cpp:95:-: TraceLog message 3
    |4dcf04b1-1e1d-df13-48ad-a67f06e29864|2014 04 14 11:54:30:113|+0200|Error| |<<|E|X|connectionserver_BIO.ConnectionServer|28246236|3097|| |0|0|0|0|-|-|-|-|-|-||||||||||||Uncaught Exception in SilentScope: [CS] ServerInitialization::InitManager::Initialize: 0.003
    |77ad78f4-37f7-3013-3b50-85cce9fbe7b8|2014 04 14 11:54:30:113|+0200|Error| |>>|E| |connectionserver_BIO.ConnectionServer|28246236|3097|| |0|0|0|0|-|-|-|-|-|-||||||||||||[CS] The CS initialization failed within the CS server. Aborting.

  • Safari won't start, after installing X Lion

    Safari won't start, after installing X Lion

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Step 1
    Enter the name of the crashed application or process in the Filter text field. Post the messages from the time of the last crash, if any — the text, please, not a screenshot.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

Maybe you are looking for

  • Inventory 0IC_C03 Cube Transformations issue BI 7

    Hi Experts, we are Installing Inventory Cube 0IC_C03, with In dataflow options in BI 7, 2LIS_03_BF transformtions is in Active State, while 2LIS_03_BX transformtion and 2LIS_03_UM transformtions are in Active. and for most of the Keyfields in Cube ar

  • It is taking too much time run the page from Jdeveloper

    Hi Gurus When i m running a page in from Jdeveloper ,it is taking abt 20-25 minutes to render the page ,it is happening first time with me ,i m working on Jdeveloper 10G version .Would some please give some hints . Am i missing some setting in Jdevel

  • File save as

    What happened to file save as . . . ? Now we have this silly duplicate nonsense and then after the duplicate command I have to save to rename it etc. Any extra mouse click for what !!!! Any ideas anybody - Maybe I'm doing something wrong here. Thanks

  • How do I suspend my service if I am already overseas (military)?

    I got overseas about 6 months ago. I called from skype and had my service suspended, everything worked out just fine. Problem is, I reactivated because I went on leave for a week or so back in the states... and now that I have returned overseas I am

  • Adding a leopard Xserve to a Windows network - benefits / drawbacks

    I run a Windows 2003 network of about 25 XP workstations and several Os X systems. One of our designers who uses OSX and who also has the ear of the owner has requested a Leopard Xserve to basically act as a personal file server. None of the other fe