ConnectionFramework - HowTo run SDNConnectorExample

Hello all,
we have some trouble with the SDNConnectorExample. It always fails on the line
connection = cgService.getConnection(sapsystemalias,cp);
The following error occures after applying SP12 on JE22/Portal on a EP6.0.
We try to connect to a IDES 4.7x200 system. The Connector Test on the SLD System
object doesnt run successfully. The alias can be retrieved, but the connect still fails.
com.sap.portal.ivs.semantic.systemLandscape#sap.com/irj#com.sap.portal.ivs.semantic.systemLandscape#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error#1#/System/Server#Java###
Failed to get alias mappers sub context in the Portal Registry##
#1.5#001321FCD3E3005400000074000009E80003F96B6AEC4369#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###
java.lang.NullPointerException#
#1.5#001321FCD3E3005400000075000009E80003F96B6AEC47B9#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnectionFactoryName(ConnectionProvider.java:340)#
#1.5#001321FCD3E3005400000076000009E80003F96B6AEC4878#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnection(ConnectionProvider.java:460)#
#1.5#001321FCD3E3005400000077000009E80003F96B6AEC4905#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnection(ConnectionProvider.java:209)#
#1.5#001321FCD3E3005400000078000009E80003F96B6AEC4991#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sapportals.portal.ivs.cg.ConnectorService.getConnection(ConnectorService.java:442)#
#1.5#001321FCD3E3005400000079000009E80003F96B6AEC4A18#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sapportals.portal.ivs.cg.ConnectorService.getConnection(ConnectorService.java:74)#
#1.5#001321FCD3E300540000007A000009E80003F96B6AEC4AA4#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sap.nwrig.demo.sapTest.doContent(sapTest.java:126)#
#1.5#001321FCD3E300540000007B000009E80003F96B6AEC4B29#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)#
#1.5#001321FCD3E300540000007C000009E80003F96B6AEC4BB4#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)#
#1.5#001321FCD3E300540000007D000009E80003F96B6AEC4C3F#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)#
#1.5#001321FCD3E300540000007E000009E80003F96B6AEC4CC9#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)#
#1.5#001321FCD3E300540000007F000009E80003F96B6AEC4D6F#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain### at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)#

Hi Christian,
how do you authenticate? Usermapping?
If the connection test in the systemlandscape fails, you can forget about the ConnectorExample.
Try to get your connection properties corrected until the connection test succeeds.
http://help.sap.com/saphelp_nw04/helpdata/en/ea/d4df3df2ad685ae10000000a11405a/frameset.htm
Regards, Karsten
p.s. the message "Failed to get alias mappers sub context in the Portal Registry" doesn't matter.

Similar Messages

  • Connection Framework - HowTo run SDNConnectorExample

    Hello all,
    we have some trouble with the SDNConnectorExample. It always fails on the line
    connection = cgService.getConnection(sapsystemalias,cp);
    The following error occures after applying SP12 on JE22/Portal on a EP6.0.
    We try to connect to a IDES 4.7x200 system. The Connector Test on the SLD System
    object doesnt run successfully. The alias can be retrieved, but the connect still fails.
    com.sap.portal.ivs.semantic.systemLandscape#sap.com/irj#com.sap.portal.ivs.semantic.systemLandscape#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error#1#/System/Server#Java###
    Failed to get alias mappers sub context in the Portal Registry##
    #1.5#001321FCD3E3005400000074000009E80003F96B6AEC4369#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###
    java.lang.NullPointerException#
    #1.5#001321FCD3E3005400000075000009E80003F96B6AEC47B9#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnectionFactoryName(ConnectionProvider.java:340)#
    #1.5#001321FCD3E3005400000076000009E80003F96B6AEC4878#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnection(ConnectionProvider.java:460)#
    #1.5#001321FCD3E3005400000077000009E80003F96B6AEC4905#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sap.portal.ivs.internalconnector.ConnectionProvider.getConnection(ConnectionProvider.java:209)#
    #1.5#001321FCD3E3005400000078000009E80003F96B6AEC4991#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sapportals.portal.ivs.cg.ConnectorService.getConnection(ConnectorService.java:442)#
    #1.5#001321FCD3E3005400000079000009E80003F96B6AEC4A18#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sapportals.portal.ivs.cg.ConnectorService.getConnection(ConnectorService.java:74)#
    #1.5#001321FCD3E300540000007A000009E80003F96B6AEC4AA4#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sap.nwrig.demo.sapTest.doContent(sapTest.java:126)#
    #1.5#001321FCD3E300540000007B000009E80003F96B6AEC4B29#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)#
    #1.5#001321FCD3E300540000007C000009E80003F96B6AEC4BB4#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)#
    #1.5#001321FCD3E300540000007D000009E80003F96B6AEC4C3F#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)#
    #1.5#001321FCD3E300540000007E000009E80003F96B6AEC4CC9#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)#
    #1.5#001321FCD3E300540000007F000009E80003F96B6AEC4D6F#1118664680832#System.err#sap.com/irj#System.err#CFI#1907####40bba700dc0411d9a406001321fcd3e3#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)#

    Hi Christian,
    I guess it would be better to post this question on the /community [original link is broken] forum. You could get more responses there.
    Best regards,
    Vladimir

  • Howto run Distiller in unsafe mode?

    Hi,
    I have to convert a Postscript file into PDF which, during the distillation process, creates and writes to intermediate, named text files using the
    filename (w) file
    Postscript operator. However, this requires Distiller to be run in unsafe mode. Otherwise an `invalidfileaccess' error is raised. Ghostscript provides the `-dNOSAFER' command line option for this purpose. Does there exist an equivalent option for Distiller as well?
    Thanks for your suggestions. Regards,
    Alexander Grahn

    Unfortunately option /F doesn't seem to have any effect, because Distiller (7.0) still issues the error message:
      %%[ Error: invalidfileaccess; OffendingCommand: file ]%%
    Stack:
    (w)
    (lorenz.dat)
    /statefile
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    Alexander

  • HowTo run a .jar file??

    Hi
    I downloaded jpodder. It is a jar file.
    How do I run it?
    [chris@traumschiff Desktop]$ java -jar jpodder1.0RC2-Linux.jar
    kaffe-bin: machine.c:256: translate: Zusicherung »reinvoke == false« nicht erfüllt.
    Abgebrochen
    [chris@traumschiff Desktop]$
    What have I to do?
    chris

    Zusicherung »reinvoke == false« nicht erfüllt.
    Abgebrochen
    babelfish translation wrote:Warranty "reinvoke == false" does not fulfill. Broken off
    Hmmm... sounds like an assert failure of some kind...
    my interpretation of babelfish wrote:Assert "reinvoke == false" failed. Terminating.
    That sounds like it thinks it's already running, and so doesn't start a second instance.
    Of course, I'm just speculating here... I have no solid idea of what's happening.

  • Howto run a single diag from a regression

    Hello,
    I am running the core1 regressions with the sims script.
    Now I would like to rerun a single diag/testcase from the regression.
    Looking into the core1.diaglist it does not appear to be easy to extract the right information by hand. So ideally I would like to list all diags in the core1 regression and and then take one of the names and run it.
    Any hint is appreciate ...

    When you run sims with group=core1_mini,
    master_diaglist.core1_mini file is created under your
    $MODEL_DIR/<DateID> directory.
    Search for <core1_mini> in master_diaglist.core1_mini file, all diags between
    <core1_mini> and </core1_mini> are part of core1_mini.
    So this list will give you list of all diags for core1_mini and
    options with each diag.

  • Howto run a script in the idle task

    Hi all,
    I successfully wrote and executed an idle task routine that periodically executes a simple method. now i need to add a functionality to that method so that it executes a simple javascript.
    here is my code:
    uint32 myTestIdleTask::RunTask(
        uint32 appFlags, IdleTimer* timeCheck) {
        if( appFlags &
            ( IIdleTaskMgr::kMouseTracking
            | IIdleTaskMgr::kUserActive
            | IIdleTaskMgr::kInBackground
            | IIdleTaskMgr::kMenuUp))
            return kOnFlagChange;
        this->runTestScript();
        return kmyTestFvExecInterval;
    void myTestIdleTask::runTestScript() {
        // this is the test script
        PMString myTestScript("app.activeDocument.exportFile(ExportFormat.pdfType, File(\"/Users/testuser/testing.pdf\"),false);");
        // i think i need to call    CScriptRunner::RunScript()
       // somewhere here but no success
    Any help on how to execute the myTestScript Javascript code from the runTestScript() method?
    Thanks in advance,
    Hakan

    Dear Hakan
              I read your post, I'm really very happy to say, B'coz I'm also struggle to run the "JavaScript" through VC++ coding,
    I need your help to run the below script.
    Code:
         var myOs = getOs();
         alert(myOs);
         function getOs() { 
           if( $.os.substring(0, 7)=="Windows")
                     myUser =  $.os;
                     return myUser; 
            else if($.os.substring(0, 7)=="Mac Os")
           myUser =  $.os;
            return myUser; 
    I'm checking the OS. How to invoke this in to VC++ or run through VC++ coding. I'm creating the project using dollyxs.bat file.
    Kindly give me a guideline to run the above script & help me.
    Thanks in advance
    Regards
    T.R.Harihara SudhaN

  • Howto run appserver behind apache proxy

    I have an existing site that runs great on apache and have installed oracle application server elsewhere, now I need apache to redirect pages of /foo to oracle application server
    in my apache config I have proxypass and proxypassreverse
    when I access /foo then oracle application server sends a redirect using the host name of the box it's running on (which is behind the firewall and not accessisable) looking at the generated source all paths are relative so it appears the redirect is coming before the webapp ever sees the request
    I'm using version 0.1.2.0.2
    Has anyone done this? How do I do it?

    We are using mod_proxy to proxy requests for JSP and servlets to oc4j . This works fine
    <IfModule mod_proxy.c>
    ProxyRequests On
    ProxyPass /servlets http://oc4j_server_name:port/web_app/servlet
    ProxyPassReverse /servlets http://oc4j_server_name:port/web_app/servlet
    ProxyPass /jsp http://oc4j_server_name:port/web_app/jsp
    ProxyPassReverse /jsp http://oc4j_server_name:port/web_app/jsp
    </IfModule>

  • Howto run umtsmon as regular user

    Hi,
    I've got myself a UMTS USB modem and I've a  problem running umtsmon from the AUR as regular user. In particular it's telling me that it can't find a device (even though it's 100% there). I think I am missing something simple here, maybe a group thing but I couldn't figure out what. I've made the user a member of the network group already (but I think that's only for the pppd part). Running it as root or via sudo works without problems.
    Thanks in advance
    Last edited by chimeric (2008-11-06 09:14:25)

    You can also put it in your .bashrc, so it will be executed every time you log in. For example, I have it set to mount my external disc if it's plugged but not mounted:
    if [[ -r /dev/disk/by-label/disco-externo && `mount | grep disco-externo | wc -l` -eq 0 ]]
    then
    sudo mount /dev/disk/by-label/disco-externo /mnt/disco-externo
    fi
    If you put the sudo away you can start any command as a regular user under certain circumstances.

  • SCCM 2012 sp1: howto remotely execute powershell commands?

    Hi,
    Please advise on howto run remote powershell scripts to an SCCM 2012 SP1-server.
    Locally importing the module (on sccm 2012) works fine, but not remotely. It tells I should run from x86 console, but I am!
    Please advise.
    J.
    Jan Hoedt

    Start the SCCM Console and start Powershell from there. (left-top "Connect via Windows Powershell")
    This will register the CM PSDrive for the user who started the console.
    The PSDrive will not be available to a PowerShell IDE or another editor. However in looking at this, it shows that it's loading "Microsoft.ConfigurationManagement.PowerShell.Types.ps1xml". So I tried the following:
    Update-TypeData
    -PrependPath
    ($Env:SMS_ADMIN_UI_PATH.Substring(0,$Env:SMS_ADMIN_UI_PATH.Length-5)
    +
    '\Microsoft.ConfigurationManagement.PowerShell.Types.ps1xml')
    That seems to load the correct datatype. However I still get an error doing the following command (example):
    New-PSDrive
    -Name
    "CAS"
    -PSProvider
    CMSite
    -Root
    "ServerUNC"
    Error:
    New-PSDrive : Object reference not set to an instance of an object.
    Hopefully someone knows more about TypeData...
    -Ken

  • How to refresh changed data in a plannable template with the Enter Key

    Hi,
    The situation I face is as follows.
    Integrated Planning is being implemented as a tool for budgeting. The user changes a value in a plannable cell on the portal and wishes to see the new updated data by pressing ENTER. Currently we have provided a REFRESH button so that the user gets the desired result.
    Is it possible to see the updated value by pressing ' ENTER' and if so , whats the way around to do it.
    thanks in advance.
    Jaya

    Hey guys,
    I'm interested too in this solution. In BPS there is an additional function described in the HowTo Paper HowTo run planning functions on save and other events
    Now I'm looking for this possibility in IP as well in excel-based IP and web-based IP. For example a copy function should be executed automatically when pushing the enter key.
    Thanks a lot!
    Clemens

  • Problem to get 3d work on HP Compaq Business Desktop dx2000

    I bought a brand new HP with linux - mandrake - a month ago. I installed mandrake but then I got so confused that I through it all away and started on again with Archlinux that I have become used to.
    Everything (well, of course not everything but most :? ) works all right but a few things doesn't.
    First I couldn't get CUPS to work properly but that I solved - but don't ask me how. I think I did the same things over 5 times and then suddenly it worked as it should.
    Then I had problems with the sound - but that worsk now after following the wiki.
    Then I had problems with playing CD and DVD but that I managed to get to work.
    But now I am stuck.
    The 3d doesn't work. I tried to install all 3d modules I could find in arch but no result. I tried through hwd -e and lokalsed the modules named there with no result. I even tried NVIDIA (the computer have a intel graphics on board and no Nvidia-card) with the result that now the CD can't play sound-CD and the DVD doesn't work for multimedia despite newest xine and mplayer, koffeine etc I installed.
    So I have 3 major problems:
    1) the 3d card I want to start working
    2) the CD-rom should be able to play sound-CD
    3) the DVD should be able to play dvd-films.
    Some hard-data:
    HP Compaq Business Desktop dx2000
    Intel celeron with MMX technology 2.6 Ghz and 400 Mhz system bus
    Integrated ADI AD1888 Audio
    Integrated Intel extreme Graphics 2 with GDI/GDI+ and Direct Show controller
    Graphics memory 16 Mb + extra through Intel Dynamic Video Memory. Complete OpenGL 1.3 support.
    2 DVD-drives installed Toshiba Samsung
    Any one that could giv me a hint on how to start the solving of this?

    These modules I have loaded:
    % lsmod
    odule                  Size  Used by
    dummy                   3460  0
    ehci_hcd               35332  0
    i810                   86420  0
    snd_pcm_oss            56612  0
    snd_mixer_oss          21120  1 snd_pcm_oss
    snd_intel8x0           34336  1
    snd_ac97_codec         78176  1 snd_intel8x0
    snd_pcm               101252  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
    snd_timer              27140  1 snd_pcm
    snd                    59108  8 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
    soundcore              10848  1 snd
    snd_page_alloc         10244  2 snd_intel8x0,snd_pcm
    parport_pc             28996  1
    lp                     12296  0
    parport                38600  2 parport_pc,lp
    usb_storage            71232  0
    uhci_hcd               34576  0
    eepro100               30988  0
    e100                   36992  0
    mii                     5760  2 eepro100,e100
    usbserial              31336  0
    usbcore               125560  5 ehci_hcd,usb_storage,uhci_hcd,usbserial
    when I try hwd -e this results come:
    % hwd -e
    HARDWARE DETECT ver 4.1.2
    Starting... (expert mode)
    Detecting pci, usb, and pcmcia devices.
    PCI DEVICE
    VendID  DevID   Module          Description
    8086    1050    "e100"  "Intel Corp.|82801EB (ICH5) PRO/100 VE Ethernet Controller"
    8086    1229    8086    1050    "eepro100"      "Intel Corp.|EtherExpress PRO/100 S Server Adapter"
    8086    244e    "hw_random"     "Intel Corp.|82820 815e (Camino 2) Chipset PCI"
    8086    24d0    "i810-tco"      "Intel Corp.|82801EB ISA Bridge (LPC)"
    8086    24d2    "usb-uhci"      "Intel Corp.|USB Controller"
    8086    24d3    "i2c-i801"      "Intel Corp.|82801EB SMBus"
    8086    24d4    "usb-uhci"      "Intel Corp.|USB Controller"
    8086    24d5    "snd-intel8x0"  "Intel Corp.|82801EB AC'97 Audio"
    8086    24d7    "usb-uhci"      "Intel Corp.|USB Controller"
    8086    24db    "ata_piix"      "Intel Corp.|82801EB ICH5 IDE"
    8086    24dd    "ehci-hcd"      "Intel Corp.|USB Enhanced Controller"
    8086    24de    "unknown"       "Intel Corp.|82801EB USB EHCI Controller #2"
    8086    2570    "intel-agp"     "Intel Corp.|82865G [Springdale-G] Chipset HostBridge"
    8086    2572    "Card:Intel 865"        "Intel Corp.|865 Chipset Graphics Controller"
    PCMCIA DEVICE
    no pcmcia driver in /proc/devices
    VendID  DevID   Module          Description
    USB DEVICE
    VendID  DevID  Module  Description
    Press any key to continue...
    HD PARITIONS
    /dev/hda  /dev/hda1  /dev/hda2  /dev/hda3  /dev/hdc  /dev/hdd
    MODULES
    dummy  ehci_hcd  i810  snd_pcm_oss  snd_mixer_oss  snd_intel8x0  snd_ac97_codec snd_pcm  snd_timer  snd  soundcore  snd_page_alloc  parport_pc  lp  parport  usb_storage  uhci_hcd  eepro100  e100  mii  usbserial  usbcore
    INFORMATION
    hwd -s  - generates howto and sample X configure.
    % hwd - s
    HARDWARE DETECT ver 4.1.2
    Starting...  : (simple mode)
      Kernel     : 2.6.10-ARCH
      CPU & Cache: Processor 0 is Intel(R) Celeron(R) CPU 2.53GHz 2534MHz, 256 KB Cache
      ALSA(sound): Intel Corp.|82801EB AC'97 Audio module: snd-intel8x0
      Video      : Intel Corp.|865 Chipset Graphics Controller server: Xorg (i810)
      Monitor    : MAX1b6c H:28.0-96.0kHz V:50.0-75.0Hz
      Mouse      : Generic PS/2 Wheel Mouse device: /dev/psaux
      Hard Disk  : SAMSUNG SP0411N device: /dev/hda
      SCSI       : No scsi disk
      Swap       : Swap found device: /dev/hda2
      Scanner    : No scanner
      CDROM 1    : TSSTcorpDVD-ROM TS-H352A device: /dev/hdc
      CDROM 2    : TSSTcorpDVD-ROM TS-H352A device: /dev/hdd
      Floppy     : 3.5  1.44MB floppy drive device: /dev/fd0
      USB        : USB found module: ehci-hcd
      Ethernet   : Intel Corp.|82801EB (ICH5) PRO/100 VE Ethernet Controller module: e100 device: eth0
      PCMCIA     : Detect PCMCIA cards run hwd -d
      Modem      : No pci modem
      Howto      : View howto run hwd -h
      Testing    : File /etc/X11/xorg.conf already exist!!
                 : Read more in howto.
    in hwd - h the following part is about monitor:
    XWindows:
           Video Card   : Intel Corp.|865 Chipset Graphics Controller
           Monitor      : MAX1b6c
           H kHz        : 28.0-96.0
           V Hz         : 50.0-75.0
           Xserver      : Xorg
           Xmodule      : i810
           Mouse        : Generic PS/2 Wheel Mouse at /dev/psaux module: msintellips
    /2
    anyone that can help me on?

  • Unable to boot new Linux installation on Lenovo G400

    I am having problems installing Linux Mint 16 to a Lenovo G400 that I recently purchased here in China. I have an older Lenovo that I have had for several years, and have been quite pleased with it so I thought I would get another. I gave up on Windows several years ago, and have been running exclusively Linux, mostly Ubuntu or Mint, ever since. I have heard and read things about how Microsoft seems to be fighting back to restrict the spread of Linux, so I took a Live USB stick of Linux Mint 16 so I could see if start it with any machine that I was interested in.
    The machine I tested my USB stick on worked fine, so I sent them to the warehouse to get a fresh one in a box. My problems started when they came back from the warehouse with another model, newer, with a faster processor, and pre-installed Linux. I entered the data required to complete the setup, and played around with the Linpus OS a bit before deciding to take that machine instead of the other. My thinking was that I could replace Linpus with Mint later. I did not try booting from my USB stick before agreeing to take this machine.
    Later, after trying out Linpus and deciding I had a strong preference for a Debian derivative, I had trouble setting the boot order, but resolved that by finding a copy of the user guide in English. When I tried to boot from the USB, the first thing I noticed was that anything I tried to run from a Live USB stick would not function in standard or default mode. The menu would come up, I would select the default or standard mode, and the system would start to load but a few seconds later the screen would go black. The USB continued to flash for a while but the screen stays black.
    At first I noticed this problem with Gparted, which would not run in default or failsafe mode, but does run in safe graphic mode. Similarly, with Mint 16, the live USB will only start in compatibility mode. Later there were several other live systems that I have tried with similar results. Almost all of the live systems I tried ran in their equivalent of the compatibility mode. The one exception to that was Boot-Repair-Disk, which I could not get to work at all in the 64-Bit edition. The 32-Bit edition did work, in their equivalent of compatibility mode, but it told me I needed the 64-Bit Edition because EFI was detected.
    When I succeeded in getting the Gparted and Mint 16 live USBs to function in non-default modes I decided to go ahead with my repartitioning and installation plans. This may have been my second mistake. Maybe I should have taken this machine back, but I didn't.
    With my Live USB of Gparted running in Safe Graphic mode, I found 6 partitions on the HDD: sda1 is FAT 32 and labeled boot; sda2 is an unknown file system and labeled bios_grub. Both of these partitions are 500 Mb, and I left them alone. I also left sda3 untouched, which is labeled linux-swap. Sda4, sda5 and sda6 I re-sized and re-formated to use as two / partitions and a shared /home.
    I then installed Mint 16 in sda4 with sda6 as home. I left the GRUB intallation in the default setting, sda. The installation seemed to go alright, but when I try to boot I just see Lenovo and then the screen goes black. It does seem like the system may be loading and I just can't see it, but that is only a guess. I don't see anything that looks like the GRUB screen and so there is no way to use compatibility mode. Using Gparted from a Live USB suggests that the installation worked and there are files there.
    I have searched on the web and have been unable to find anything that helps. Obviously, I am not an expert, but I have installed Linux quite a few times and never experienced anything like this. But then I am used to starting from a clean disk.
    I am very tempted to delete the two partitions that I left in place and try an installation like I am used to doing. But I do not know anything about EFI, and my hard drive is listed in BIOS setup as an EFI HDD Device, so I don't know if my machine would still work if I delete these partitions.
    So I am very much in need of some advice on this and I wonder if anyone can please offer me some guidance. And perhaps I should add a few more details, such as: USB Legacy is enabled; Boot Mode is set at Legacy Support ; Boot Priority is Legacy First ; USB Boot is Enabled; and my BIOS Version is 78CN25WW(V2.03).
    I am sorry to go on so long, but I have tried to be thorough, thank you.

    Hi, the W520 has ACPI and powermanegement issues on kernels < 2.6.39 without specific patches. Two questions:
    What version of (K)Ubuntu are you trying to run?
    What is the setting of your graphics system in the BIOS? Most of the time, setting it to Integrated just works fine, the open source Intel driver is quite good. When setting it to Discrete, you can either use the open source Nouveau drivers for the Nvidia card or the Nvidia proprietary binary drivers, all with varying success. At the moment I would not recommend setting it to Optimus, since support with Bumblebee is work in progress and quite tricky to handle. I am not sure what the Live CD is trying to do, but test it with graphics set to integrated first. Because of all the manual tweaking necessary two month ago I switched from Ubuntu to Gentoo, rolled a new kernel and never looked back. See my thread about HowTo Running Linux on the W520:
    http://forums.lenovo.com/t5/Linux-Discussion/HowTo-Running-Linux-on-W520/td-p/453327
    W520|4282-W16|2720QM|16GB|Q1000M|FHD|500GB|UMTS|BIOS 1.26|Gentoo Linux/2.6.39-r3|Win7-64-Prof|

  • Mobile Device Center and Windows 8.1 (Enterprise) not working

    After a HD crash i've got a new HD. Had to setup all development tools and so on. And because of a new setup why not over to Windows 8.1?
    Now the problem is that Window 8.1 will not activate WMDC !? I keep saying "a  component is missing"  but no more information.
    Does any body has any idea how to make a connection to my Windows Mobile 6.5 device? (Psion/Symbol Workabout Pro G4)
    thanks

    Please check this
    Howto run Windows Mobile Device Center in Windows 8
    and the last reply in this thread:
    http://answers.microsoft.com/en-us/winphone/forum/sync/cannot-install-windows-mobile-device-center-on/698d9763-1a15-4d4a-8cc3-7e8804b78393
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to start with CDC?

    Hi, friends:
    I have read much online material about CDC, but I'm still confused.
    I knew that I can download the WTK2.2 or higher to develop the app based on the CLDC and MIDP.
    My question is how to start with CDC. For example, If I use JBuilder, what stuff should been downloaded and installed? and how about the Eclipse?
    And some online learning resource is better!
    Thanks in advance!

    See
    http://home.elka.pw.edu.pl/~pboetzel/
    for HOWTO run SWT application on PocketPC (emulator). I used CDC 1.1 Personal Profile 1.1. You will find exact instructions what to download and install to write and run CDC applications. And also links to other guides and tutorials.

  • Oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener

    I am getting classnotFounException when deploy application on stand alone Weblogic.
    1. I Install WLS 10.3.5
    2. I Install ADF library using jdeveloperstudio1112 installer.
    3. Create domain and configure use jrf 11.1.1 librarys using wizard
    4. Using wizard i define servers, machines and add librarys to servers..
    When i test i can deploy application well in admin server but in other server i create i am getting
    classnotFoundException oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    I check on forum and find many topics about this...
    I try this answers:
    http://remcodeblok.blogspot.com/2009/03/howto-run-adf-with-node-manager.html
    Standalone WLS deployment failure - incorrect weblogic-application.xml
    but nothing seems to fix the error....
    I am wonder if i am doing something wrong.. i have instaled weblogic 10.3.1 many times and didnt get errors like this..
    Help

    Well, both threads are for older versions, the problems described there are solved by now.
    All I had to do is the second solution from the first thread (change nodemanger properties).
    Then start the node manager, then the admin server. The first time you need to start the managed server via the admin console. After shutting down everything and starting again all servers are OK.
    Have you checked that the Ast libraries targeted to your managed server?
    Timo

Maybe you are looking for

  • Unable to create the partition

    Tthe admin console show "ERR missing parameter" after I try to add the new partition. This error messsage show me after I submit to save. Please you suggest me how do i add the new partition and setting some user to used secondary partition. nickname

  • Latency when playing with my m-audio midi keyboard

    There is a disturbing latency when I play the keyboard. I Have my buffersize to 128 so it should´nt be so long as I experience it. Is there anyone who knows how to shorten it down? I have a Roland Edirol fire wire FA 66 interface.

  • I am having the B200 error which is a major problem. I have followed the directions without luck.

    B200 error. What must I do to fix the problem? I have removed the ink and printer head and unplugged for 10 min.  The MP620B still fails to work.

  • Time Capsule Ignoring my 'Excluded' Folders

    Hi, This is my first time backing up with Time Capsule / Time Machine. I excluded quite a lot of stuff that I have backed up elsewhere -- I have a 140 gb drive and the TM settings say "Total Included: 75 gb." However, when I start my backup, the prog

  • License Expired Error with CS4 Design Standard Student Edition

    Photoshop, Illustrator, and InDesign all say that my license is expired.  However, all the other programs work, including but not limited to Adobe Air, Device Mangager, Mobile Manager, Bridge, Media Player, and Acrobat.  Why is it only these three pr