Arch not starting - no console login

Hi guys,
I've been trying stuff for myself for some time now, but seems I need your help.
For a few weeks now, my Arch Linux i868/KDEMod-System is not starting anymore. Last thing I remember is to do an upgrade to the latest KDE(Mod) packages (4.5.0 I guess), but I don't think thats the problem. Here's what happens:
When I boot Arch, it just stops at some point towards the end of the boot process - soon after ntp and boinc daemons are loaded - with the message "Error opening display", and eventually error messages about vc processes respawning too fast - the virtual consoles 1-x, I guess. So no chance to login. The only reaction I get is the switch to runlevel 6 when pressing CTRL-ALT-DEL.
I thought it was an X11 issue and switched drivers from nvidia to nv to vesa, no success. I then disabled loading KDE in the inittab, no change either. Now I am down to runlevel 3, but still the same. I am a bit confused because I thought X shouldn't try to start anymore like this, but I still get "error opening display".
The grub menu Arch fallback option doesn't do anything different either. Next thing I thought about is using an older kernel, but there's just one in /boot. /var/log's don't look helpful to me either... excerpts at the bottom.
Any ideas?
Regards,
Xaver
/var/log/daemon.log:
Aug 30 22:06:09 archbox ntpd[3421]: adjusting local clock by -2.342556s
Aug 30 22:06:14 archbox init: Id "c1" respawning too fast: disabled for 5 minutes
Aug 30 22:06:14 archbox init: Id "c2" respawning too fast: disabled for 5 minutes
Aug 30 22:06:14 archbox init: Id "c6" respawning too fast: disabled for 5 minutes
Aug 30 22:06:14 archbox init: Id "c4" respawning too fast: disabled for 5 minutes
Aug 30 22:06:14 archbox init: Id "c3" respawning too fast: disabled for 5 minutes
Aug 30 22:06:14 archbox init: Id "c5" respawning too fast: disabled for 5 minutes
Aug 30 22:06:14 archbox init: no more processes left in this runleve
/var/log/error.log:
Aug 30 22:06:04 archbox agetty[3494]: /dev/vc/1: No such file or directory
Aug 30 22:06:04 archbox agetty[3495]: /dev/vc/2: No such file or directory
Aug 30 22:06:04 archbox agetty[3496]: /dev/vc/6: No such file or directory
Aug 30 22:06:04 archbox agetty[3497]: /dev/vc/4: No such file or directory
Aug 30 22:06:04 archbox agetty[3498]: /dev/vc/3: No such file or directory
Aug 30 22:06:04 archbox agetty[3499]: /dev/vc/5: No such file or directory
/var/log/Xorg.0.log is very long and without errors as var as I can see

You mean like this? If it helps...
/etc/inittab:
# /etc/inittab
# Runlevels:
# 0 Halt
# 1(S) Single-user
# 2 Not used
# 3 Multi-user
# 4 Not used
# 5 X11
# 6 Reboot
## Only one of the following two lines can be uncommented!
# Boot to console
id:3:initdefault:
# Boot to X11
#id:5:initdefault:
rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p
# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 vc/1 linux
c2:2345:respawn:/sbin/agetty -8 38400 vc/2 linux
c3:2345:respawn:/sbin/agetty -8 38400 vc/3 linux
c4:2345:respawn:/sbin/agetty -8 38400 vc/4 linux
c5:2345:respawn:/sbin/agetty -8 38400 vc/5 linux
c6:2345:respawn:/sbin/agetty -8 38400 vc/6 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >& /dev/null
# End of file
/etc/rc.conf:
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="de_DE.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Europe/Berlin"
KEYMAP="de"
CONSOLEFONT=""
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(forcedeth snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-pcsp soundcore !snd-hda-intel)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="archbox"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
eth0="dhcp"
#eth0="eth0 192.168.178.2 netmask 255.255.255.0 broadcast 198.168.178.255"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.178.1"
ROUTES=(gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng dbus network netfs crond alsa @openntpd boinc numlockx)

Similar Messages

  • Group Preferences mounting AFP, but not starting apps at login

    I need a little help on this one please. Thanks in advance for any advice.
    I have OD working. In Workgroup Manage I am trying to mount a shared volume and start 3 applications for a group of users. I have added all these under the Login preference for the group. When a user logs in, they get the share-point, but the apps do not start. I can add the apps to the computers (bound computers in WM) and the apps will start, but I was wanting to do this for a group of users, not a group of computers. Can someone help me figure out what I am doing wrong?
    I also tried to add the share-point to the Dock preferences hoping to see the mounted volume in the Dock, but that is not working either. Is there a trick to do this?
    Thanks again for any help.

    OK, that was helpful. Thanks. The script is something I picked up somewhere:
    tell application "Finder"
    try
    activate (mount volume "smb:<username>:<password>@//pele/peter")
    on error
    display dialog "There was an error mounting the Volume." & return & return & ¬
    "The server may be unavailable at this time." & return & return & ¬
    "Please inform the Network Administrator if the problem continues." buttons {"Okay"} default button 1
    end try
    end tell
    The console log tells me:
    22-10-09 01:00:48 [0x0-0x11011].com.apple.ScriptEditor2[703] dyld: Library not loaded: /Library/Frameworks/ThursbySecurity.framework/Versions/A/ThursbySecurity
    22-10-09 01:00:48 [0x0-0x11011].com.apple.ScriptEditor2[703] Referenced from: /sbin/mount_cifs
    22-10-09 01:00:48 [0x0-0x11011].com.apple.ScriptEditor2[703] Reason: image not found
    22-10-09 01:00:48 ReportCrash[841] Saved crash report for mount_cifs[851] version ??? (???) to /Users/peter/Library/Logs/DiagnosticReports/mountcifs_2009-10-22-010048peter-hasperhovens-imac.crash
    Aha, It seems to have something to do with the Thursby package Dave whcich I once tried to install. The crash report contains:
    Process: mount_cifs [851]
    Path: /sbin/mount_cifs
    Identifier: mount_cifs
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: AppleScript Editor [703]
    Date/Time: 2009-10-22 01:00:48.804 +0200
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Library not loaded: /Library/Frameworks/ThursbySecurity.framework/Versions/A/ThursbySecurity
    Referenced from: /sbin/mount_cifs
    Reason: image not found
    Looks like DAVE replace mount_cifs. Now where to find the original? I'll guess I have to do some seaching on the install DVD.
    Thanks so far.
    Cheers,
    Peter

  • Inventory service does not start 610 failed login

    L.S.
    Netware 6.5, SP6
    ZEN 7.01SP1IR1
    Sybase database
    Standalone server
    My inventory service does not start. I've looked around but did not yet find the solution. I did have an error I've read nothing about:
    logger screen: java:Class com.novell.....ZENWorksInventoryservicemanager exited with status -1
    C1, Inventory service object shows 610: database location policy is not configured (but it is)
    NRM: health, failed login: user: .CN=Server package_ZENSERVER:Netware:ZENDateBase.O=context.T= tree
    Any suggestions
    Thomas Roes

    Thomasroes,
    either of these help?
    http://www.novell.com/support/php/se...1%200%20506894
    http://www.novell.com/support/php/se...1%200%20506894
    Shaun Pond

  • How to make iWeb NOT start up at login?

    I did something, somhow, to make iWeb start up at login. I checked the Preferences to find a place to stop this, but Preferences does not deal with automatic login.
    QUESTION:
    Where do I go to get iWeb not to start up automatically at login?
    Thank you.
    Lorna in Southern California

    Well a picture is worth a thousand words...
    You see.... all those items that show up in your list
    are scheduled to be launched or opened whenever you
    login to your account.... and what is the last item
    in there??? iWEB!!!!!!!! That is why iWeb is
    opening.
    The checkboxes only designate which applications are
    to be hidden to the background AFTER launching.
    Every Application that is on your list is launched
    at startup or login.
    The answer to your problem? To stop iWeb from
    opening every time you startup the computer or login
    to your account, you need to highlight iWeb in the
    list and the click on the "minus" button to delete it
    from the list.
    .......... Lorna says ................................................
    Oh oh. I saw it the minute I laid eyes on the picture: The checks were for hiding the items. But what do you mean, the check is for items that are to be HIDDEN IN THE BACKGROUND AFTER LAUNCHING? What do you mean, hidden? Does that mean that the application pages do not open up in the screen and force you to look at them?
    So I now will go and get rid of the the iWeb in that column.
    Thank you, James.
    ..........................................................................

  • Lightroom cc does not start. logout and login in creative cloud does not help. Have a test account, 2 days more to go (and want to decide whether to buy PS & LR CC or to stay with current desktop solutions.)

    I installed lightroom cc. But it did not start. Tried the solution, that seemed to help many others (logout, login) but it did not help. Even did logout, restartet pc (win 8.1, 64) and logged in again. tried to log out and log in in the cloud panel and in photoshop cc. nothing helped.
    Maybe it has to do with the fact, that i have a test account and only 2 more days to go? but i need to launch lightroom cc first before i can decide to purchase CC.

    Thanks for your reply. I was able to find help through a tech support chat session and the person helped me edit my /etc/hosts file and it solved the problem.
    For anyone else experiencing this issue (Mac OS X):
    Close all other programs and sign out from the Adobe Desktop App
    From the Finder, Go > Go to Folder...
    Type /etc and hit enter
    Find "hosts" file (only "hosts", there were similar files such as hosts.config but only open the one that says "hosts"
    Open the file, and replace the entire content with ### Host Database## localhost is used to configure the loopback interface#
    Close the file, sign back into the Adobe Desktop App
    Problem solved!

  • Solaris 9 x86 platform update 4 8/03 can not start Management Console

    smc& but cannot start management console 2.1
    no problem on solaris 8 x86 platform.
    Error as below :
    I cannot start the Solaris Management Console in Solaris 9. The splash screen appears for a few seconds, then nothing else, core dumped.
    There is a error: "Assertion Fail: Offset < fFileSize ............../../../src....
    Any ideas ??????

    Java Bug 4838130:
    http://developer.java.sun.com/developer/bugParade/bugs/4838130.html
    suggests to trace the problem by running the java application with JAVA2D_DEBUGFONTS defined, so try
    env JAVA2D_DEBUGFONTS=1 smc
    The bug report also documents a workaround: Set the environment variable JAVA_FONTS to
    /usr/openwin/lib/X11/fonts/TrueType, i.e.
    env JAVA_FONTS=/usr/openwin/lib/X11/fonts/TrueType smc

  • LXDE Does Not Start After GDM Login

    Hope someone can advise...
    Have installed Arch and overall running OK...but having problem getting LXDE to start up after logging in with GDM.
    Have followed instructions on this from the GDM and LXDE wiki pages...
    After logging in with GDM (and see that LXDE is selected...), all I get is a dark gray screen with an arrow cursor on it....
    Have to do ctrl+alt+f2 to get back to console and log back in and then do 'startx' to get LXDE running.
    Any suggestions on how to get LXDE running after GDM login?

    ubunchu wrote:I have noticed some problems lately with GDM, though I don't know if its solved.
    Either way, consider using others such as LXDM, KDM, etcetera.
    Yes, agree...I switched to LXDM and it is working now...
    And those 27 views mean that 27 people thought they might help you, but maybe they don't know how. Patience is key.
    Good luck.
    Understand....thanks....

  • [SOLVED] xfce does not start after SLiM login :S

    hello, i have been following the wiki's to setup X, and xfce (which works when i start it from CLI (startxfce4)), and i have installed SLiM which works too!
    Anyway, i have setup SLiM to startup via /etc/inittab, (Runlevel 5).  I use ~/.xinitrc to run my xfce WM:
    #the only uncommented line is:
    exec startxfce4
    The problem is that once SLiM loads, and i login, X seems to crash (i see the CLI login) before SLiM respawns, and i am required to login again.  I think it must be a simple issue of xfce not actually being started?
    i have tried changing startxfce4 to xfce-session, neither work. The login code for SLiM is (/etc/slim.conf):
    login_cmd         exec /bin/bash -login ~/.xinitrc %session
    and from the same file, my available sessions are:
    sessions          xfce4,icewm,wmaker,blackbox
    So, ive heard of some other people who seemed to experience this same issue, but i cant seem to resolve it like they did   anyway, i think i must be missing something and would like some help? thanks.
    Last edited by Deuterium (2009-12-14 11:36:06)

    Many thanks Deuterium. You saved my day! I posted a new thread and finally found your answer. The arch community is great. Now the question is how this file got permission changed?
    [EDIT]
    After few tests I noticed that while X is working automount is broken again and no possibilty to go to standby either. This was in the past solved by going to the latest version of consolekit. The problem is that I'm already running consolekit 0.4.1-2.
    Here is the message I get when inserting a USB drive:
    Rejected send message, 1 matched rules; type="method_call", sender=":1.38" (uid=1000 pid=3437 comm="exo-mount) interface="org.freedesktop.Hal.Device.Volume" member="Mount" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=2806 comm="/usr/sbin/hald)).
    [EDIT2]
    The above error came from the fact that when I got stuck with no WM I modifed the .xinitrc to only have 'exec startxfce4' rather than my original '
    exec ck-launch-session startxfce4'. Then after fixing the WM issue I forgot to modify .xinitirc back.
    Last edited by alphazo (2009-12-25 10:07:58)

  • Growl 1.4 from the Mac App Store will not start up at login

    I have the new MacBook Pro with Retina Display. I have Growl 1.4 from the Mac App Store. Sometimes it starts at login, other times it does not. Can someone give me some advice?

    Make a back up of your Library. Now you can update without fear.
    Regards
    TD

  • Mac will not start after entering login credentials

    When I start my MacBook Pro it Comes to the login screen. I enter my credentials. The screen goes gray and never changes.
    At the login screen, I receive a message sdaying the startup drive is almost full.
    What can I do?

    Boot to safe mode, hold the Shift key down (either one will work) at startup. Once and IF it boots to safe mode move, copy to external and delete from internal, files from the hard drive to free up space. Then restart normally.

  • Address Book entries disappear & apps not starting at login when set.

    On Friday, I created an address group for a class I'm teaching. After I finished creating the group, I left Address Book. Later, I was sending out email messages and email had lost its ability to complete the email addresses of people I correspond with, regularly. When it did this for several people, I went into Address Book and discovered that only the information for the new address group I created was in my Address Book. Furthermore, iChat, Calendar, and Mail are not starting when I login, as they are set to do. I rebooted my machine and they still didn't start. I disbled and re-enabled "start at login". That also didn't work. I disabled it, rebooted, logged in and re-enabled it, then rebooted again and that also didn't fix my problem. That these three programs are affected because all three of them read the Address Book data.
    Has anyone else experience this problem and how did your fix it.
    IUCeeJay
    G5 Mac OS X (10.4.9)
    G5   Mac OS X (10.4.9)  

    Nothing???

  • [SOLVED] X not starting at login

    I have followed this: https://wiki.archlinux.org/index.php/Start_X_at_Login
    But still X do not start at login, after logging in I just get in the tty console.
    If I type 'startxfce4' all work fine, it's like that command is not being executed automatically.
    My bash profile:
    $ cat .bash_profile
    # ~/.bash_profile
    . $HOME/.bashrc
    #[[ -f ~/.bashrc ]] && . ~/.bashrc
    [[ -z $DISPLAY && $XDG_VTNR -eq 3 ]] && exec startx
    export LD_LIBRARY_PATH="/opt/java/jre/lib/amd64"
    My xinitrc (do not pay attention to the 2 xrandr lines):
    $ cat .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    ####### Personalizzazioni ########
    xmodmap -e 'add mod3 = Scroll_Lock'
    xrandr --fbmm 408x255
    #xrandr --output DVI-I-1 --pos 1440x0 --mode 1440x900 --rate 75.0
    ######## Ambiente singolo ########
    # exec gnome-session
    # exec startkde
    exec startxfce4
    # ...or the Window Manager of your choice
    ######### Post ambiente ##########
    xrandr --output DVI-I-1 --pos 1440x0 --mode 1440x900 --rate 75.0
    ######## Ambiente multiplo #######
    # exec ck-launch-session --exit-with-session startxfce4
    #DEFAULT_SESSION="exec ck-launch-session --exit-with-session startxfce4"
    #case $1 in
    #xfce4)
    # exec startxfce4
    #gnome)
    # exec gnome-session
    #e17)
    # exec enlightenment_start
    #esac
    EDIT: added description about happens after login, in the 2nd row of the post.
    Last edited by buntolo (2014-09-13 12:40:20)

    Trilby wrote:What does not starting look like?  Do you get an error?  Does it crash?  Do you just log in and see a command prompt?  See other diagnostic tests here
    I get logged in the tty console, no error at all! It acts like there is no .xinitrc file.
    $ pgrep Xorg
    443
    $ echo $0
    bash
    $ echo $XDG_VTNR
    1
    $ loginctl
    SESSION UID USER SEAT
    c1 1000 archio seat0
    1 sessions listed.
    $ uname -a
    Linux archio-immobile 3.16.2-1-ARCH #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014 x86_64 GNU/Linux
    After manually launching startxfce4 I get a correct session:
    $ loginctl show-session $XDG_SESSION_ID
    Id=c1
    Name=archio
    Timestamp=Sat 2014-09-13 10:38:24 UTC
    TimestampMonotonic=21599169
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Scope=session-c1.scope
    Leader=383
    Audit=0
    Type=tty
    Class=user
    Active=yes
    State=active
    IdleHint=yes
    IdleSinceHint=1410604736829235
    IdleSinceHintMonotonic=0
    Last edited by buntolo (2014-09-13 12:06:25)

  • Oracle Database Console Service not starting on Windows 2008 R2

    I am installing Oracle 11G
    The database installs fine, however Database Console service will not start. The java process is launched and I get the login screen, however after logging in I see: Error: Internal Error has occurred. Check the log file for details.
    I check emoms.trc and I found the following:
    2011-07-08 11:22:16,037 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.asprov.ui.intg.ASProvisioningIntegration
    2011-07-08 11:22:16,037 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.paf.sample.ui.intg.PAFDemoIntegration
    2011-07-08 11:22:16,037 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.emCLI.CLIIntg
    2011-07-08 11:22:16,037 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.emCLI.CLIDownloadIntg
    2011-07-08 11:22:17,285 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration
    2011-07-08 11:22:22,808 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.sidb.ui.intg.SIDBProvisioningIntegration
    2011-07-08 11:22:23,089 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.racprov.ui.intg.RACProvIntegration
    2011-07-08 11:22:23,089 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.ec.ui.intg.ExtendClusterIntegration
    2011-07-08 11:22:23,135 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.dn.ui.intg.DltNodeIntegration
    2011-07-08 11:22:23,135 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.common.ui.intg.ProvCommonIntegration
    2011-07-08 11:22:23,135 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.420 - Integration Class not found: oracle.sysman.pp.bpelprov.ui.intg.BPELProvisioningIntegration
    2011-07-08 14:41:07,079 [EMUI_14_41_06_/console/database/instance/sitemap] ERROR perf.sitemap initializeGeneral.580 - Failed to initialize object: ORA-20206:
    ORA-06512: at "SYSMAN.EMD_DATABASE", line 1297
    ORA-01403: no data found
    ORA-06512: at line 1
    2011-07-08 14:41:08,779 [MetricCollector:HOMETAB_THREAD600:60] ERROR rt.DbMetricCollectorTarget _getAllData.344 - java.lang.NullPointerException
    java.lang.NullPointerException
         at oracle.sysman.emSDK.emd.comm.EMDClient.getURL(EMDClient.java:1570)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1266)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1242)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1689)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getMetrics(EMDClient.java:981)
         at oracle.sysman.emo.perf.metric.rt.DbHomeTab._getAllData(DbHomeTab.java:340)
         at oracle.sysman.emo.perf.metric.rt.DbHomeTab.getData(DbHomeTab.java:154)
         at oracle.sysman.emo.perf.metric.eng.MetricCached.collectCachedData(MetricCached.java:416)
         at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread._collectCachedData(MetricCollectorThread.java:605)
         at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread.run(MetricCollectorThread.java:325)
         at java.lang.Thread.run(Thread.java:595)
    I went here SYSMAN.EMD_DATABASE", line 1297 and found the below query:
    SELECT target_guid, type_display_name, last_load_time,
    TYPE_META_VER, CATEGORY_PROP_1, CATEGORY_PROP_2, CATEGORY_PROP_3,
    CATEGORY_PROP_4, CATEGORY_PROP_5,
    NVL(to_char(from_tz(CAST(last_load_time AS TIMESTAMP),
    timezone_region),
    'TZD'),
    'GMT ' || to_char(from_tz(CAST(last_load_time AS TIMESTAMP),
    timezone_region),
    'TZR'))
    INTO targetGuid, typeDisplayName, lastUpdatedTime,
    meta_ver, cat_prop_1, cat_prop_2, cat_prop_3,
    cat_prop_4, cat_prop_5,
    timeZone
    FROM mgmt_targets
    WHERE target_name = targetName
    AND target_type = targetType;
    I do not know what is being passed for variables, however there is only one row in that table (Target_name=Management Services and Repository) and in another database instance I have 5.
    I have tried uninstalling the entire database several times and I have also used emca -deconfig dbcontrol db -repos drop and emca -config dbcontrol db -repos create several times after updating my host file (even though I have a static IP). Any assistance would be greatly appreciated.
    Thanks,
    Ben

    Hi Eric,
    Thanks for the reply. I do have enough disk space. This is a new server with over a TB of free space on the drive where I am installing.
    Thanks,
    Ben

  • Embedded weblogic admin console will not start

    Hi Forum members,
    I'm using JDeveloper Studio Edition Version 11.1.1.0.2 and trying to start the WebLogic admin console for
    JDeveloper's embedded WebLogic Server.
    The admin login screen appears, but after entering userid and password, the admin console crashes.
    The log entries are below; thanks for your assistance.
    <Nov 4, 2009 12:44:55 PM PST> <Error> <netuix> <BEA-423103> <[consolehelp] Deployment descriptor /WEB-INF/netuix-config.xml malformed.>
    <Nov 4, 2009 12:44:55 PM PST> <Error> <netuix> <BEA-423443> <Exception while initializing SingleFileServlet: [javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class com.bea.netuix.servlets.manager.types.netuix_config.WeblogicPortalAppDocument].
    javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class com.bea.netuix.servlets.manager.types.netuix_config.WeblogicPortalAppDocument
         at com.bea.netuix.util.ThrowServletException.throwServletException(ThrowServletException.java:28)
         at com.bea.netuix.servlets.manager.AppDescriptor.loadDescriptor(AppDescriptor.java:1053)
         at com.bea.netuix.servlets.manager.SingleFileServlet.reinitInternal(SingleFileServlet.java:124)
         at com.bea.netuix.servlets.manager.SingleFileServlet.initInternal(SingleFileServlet.java:84)
         at com.bea.netuix.servlets.manager.SingleFileServlet.access$100(SingleFileServlet.java:48)
         Truncated. see log file for complete stacktrace
    java.lang.NoClassDefFoundError: Could not initialize class com.bea.netuix.servlets.manager.types.netuix_config.WeblogicPortalAppDocument
         at com.bea.netuix.servlets.manager.types.netuix_config.WeblogicPortalAppDocument$Factory.parse(WeblogicPortalAppDocument.java:533)
         at com.bea.netuix.servlets.manager.AppDescriptor.loadConfig(AppDescriptor.java:670)
         at com.bea.netuix.servlets.manager.AppDescriptor.loadDescriptor(AppDescriptor.java:1040)
         at com.bea.netuix.servlets.manager.SingleFileServlet.reinitInternal(SingleFileServlet.java:124)
         at com.bea.netuix.servlets.manager.SingleFileServlet.initInternal(SingleFileServlet.java:84)
         Truncated. see log file for complete stacktrace
    >
    <Nov 4, 2009 12:45:24 PM PST> <Error> <netuix> <BEA-423540> <No IPreferenceStore implementation has been registered in WEB-INF/netuix-config.xml. See the javadoc for com.bea.portlet.prefs.spi.IPreferenceStore for information on how to configure a preference store. Using a no-op store as a default.>
    <Nov 4, 2009 12:45:57 PM PST> <Error> <netuix> <BEA-423203> <The included control tree for URI [PortalConfig/snmp/Snmp.book] is invalid.
    com.bea.netuix.nf.UIControlException: Error creating tree from uri [PortalConfig/snmp/Snmp.book].
         at com.bea.netuix.servlets.controls.content.ValidatedContent.validateContent(ValidatedContent.java:91)
         at com.bea.netuix.servlets.manager.SingleFileProcessor.getMergedControlFromFile(SingleFileProcessor.java:358)
         at com.bea.netuix.servlets.manager.UIServletInternal.processStream(UIServletInternal.java:272)
         at com.bea.netuix.servlets.manager.UIServletInternal.getTree(UIServletInternal.java:230)
         at com.bea.netuix.servlets.manager.UIServletInternal.createUIContext(UIServletInternal.java:105)
         Truncated. see log file for complete stacktrace
    com.bea.netuix.nf.UIControlException: One or more validation error(s) occurred during parsing [PortalConfig/snmp/Snmp.book]. The error(s) were: [Parser Error...
    org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'netuix:meta'. One of '{"http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0":toggleButton, "http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0":content}' is expected.
         at com.bea.netuix.servlets.controls.content.ValidatedContent.validateContent(ValidatedContent.java:80)
         at com.bea.netuix.servlets.manager.SingleFileProcessor.getMergedControlFromFile(SingleFileProcessor.java:358)
         at com.bea.netuix.servlets.manager.UIServletInternal.processStream(UIServletInternal.java:272)
         at com.bea.netuix.servlets.manager.UIServletInternal.getTree(UIServletInternal.java:230)
         at com.bea.netuix.servlets.manager.UIServletInternal.createUIContext(UIServletInternal.java:105)
         Truncated. see log file for complete stacktrace
    >
    <Nov 4, 2009 12:46:26 PM PST> <Warning> <netuix> <BEA-423319> <A default encoding was not found for webapp [console]. You can set a default encoding for portals in netuix-config.xml. Defaulting to [UTF-8].>
    <Nov 4, 2009 12:46:27 PM PST> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@3ee3a0 - appName: 'consoleapp', name: 'console', context-path: '/console', spec-version: '2.5', request: weblogic.servlet.internal.ServletRequestImpl@13442f1[
    GET /console/console.portal HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 (CK-zz) Firefox/3.0.14
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: http://127.0.0.1:7101/console/login/LoginForm.jsp
    Cookie: JSESSIONID=jWpJKxnS1N3pd3ryQRGShJF7qbkZt2KrP9DdTPCphJh9vwvyJndL!662735321; ADMINCONSOLESESSION=5012KxnLnRNpnk679vWrWSbX2SXrhv0nqN11JcwGzJvhbjNy7L4R!662735321
    ]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: Could not initialize class schemacom_bea_xml.system.sF6C6DB196AAE83D234595A687AE0370E.TypeSystemHolder
         at sun.misc.Unsafe.ensureClassInitialized(Native Method)
         at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:25)
         at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:122)
         at java.lang.reflect.Field.acquireFieldAccessor(Field.java:918)
         at java.lang.reflect.Field.getFieldAccessor(Field.java:899)
         Truncated. see log file for complete stacktrace

    The Fusion Middleware is installed on my Windows XP laptop. To start my admin server, I use the Windows start button and navigate to "Oracle Fusion Middleware 11.1.1.0.2" -> "User Projects" -> "base-domain" -> "Start Admin Server for WebLogic Server Domain" menu item.
    After the admin server is running, I use the Windows start button and navigate to "Oracle Fusion Middleware 11.1.1.0.2" -> "User Projects" -> "base-domain" -> "Admin Server Console" menu item.
    A web browser pops up and after a few minutes, the login screen appears. After logging in, the admin console return a error screen. The log file contains the previous posted entries.

  • X2-4 and X3-2: start /SP/console -f not showing output

    Hi all
    I've successfully installed a couple of X3-2 and X2-4 servers at a customer site. I used the ILOM web interface to access the console whilst on site.
    Now that I am not on site I need to use the ILOM cli method. The reason for this is because the bandwidth is too low to allow efficient use of the web interface.
    I attempted to start the console session by typing: start /SP/console -f
    I get the following output:
    -> start /SP/console -f
    Are you sure you want to start /SP/console (y/n)? y
    Serial console started. To stop, type ESC (
    No output is displayed after that until I stop/exit. I need to be able to work on the OS to make network changes so I cannot do it via ssh to the OS.
    The OS version is:
    Oracle Solaris 10 8/11 s10x_u10wos_17b X86
    Assistance with this would be highly appreciated.
    Regards
    Dean
    Edited by: 851956 on 23-Nov-2012 04:49

    Hi.
    /SP/console can work only at text mode, but when solaris start on x86 systems use graphics mode for output.
    So you can use only WEB interface for redirections.
    On support.oracle.com doc: ID 1325578.1 describe step by step procedure for
    "Sun x64 Servers: How to change OS console login to output through ILOM's start /SP/console"
    It just need run command "eeprom console=ttya" and reboot you system.
    But after this you can't use general keyboard and monitor as console. Only /SP/console.
    Regards.

Maybe you are looking for