Nl80211:driver initialization failed | HOTSPOT with hostapd.

I had no troubles setting up a hotspot for my nexus4 in ubuntu using hostapd.. But in Arch I am always getting this error:
sudo hostapd /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
nl80211: Failed to set interface wlp8s0 into AP mode
nl80211 driver initialization failed.
I am currently using NetworkManager. I've tried to look for a solution on the forums.. but nothing has helped.
Also I don't get this error if I stop the NetworkManager.service but the hotspot doesn't seem to work properly then.
My /etc/hostapd/hostapd.conf :
ssid=YourWifiName
wpa_passphrase=Somepassphrase
interface=wlp8s0
bridge=br0
auth_algs=3
channel=7
driver=nl80211
hw_mode=g
logger_stdout=-1
logger_stdout_level=2
max_num_sta=5
rsn_pairwise=CCMP
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
Please help me. I have only one wired connection available here.

I have started the hotspot building the hostapd myself.. my device lists the hotspot name.. but it can't connect to it.. it just saves the password and then nothing happens when I try to connect to the hotspot.
I did this:
After make for the hostapd.. I configured my hostapd.conf.. and then instead of  sudo hostapd /etc/hostapd/hostapd.conf in the script
#!/bin/bash
#Initial wifi interface configuration
ifconfig $1 up 10.0.0.1 netmask 255.255.255.0
sleep 2
###########Start dnsmasq, modify if required##########
if [ -z "$(ps -e | grep dnsmasq)" ]
then
dnsmasq
fi
#Enable NAT
iptables --flush
iptables --table nat --flush
iptables --delete-chain
iptables --table nat --delete-chain
iptables --table nat --append POSTROUTING --out-interface $2 -j MASQUERADE
iptables --append FORWARD --in-interface $1 -j ACCEPT
#Thanks to lorenzo
#Uncomment the line below if facing problems while sharing PPPoE, see lorenzo's comment for more details
#iptables -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
sysctl -w net.ipv4.ip_forward=1
#start hostapd
./hostapd ./hostapd.conf 1> /dev/null
killall dnsmasq
I used ./hostapd ./hostapd-minimal.conf  ... because sudo hostapd /etc/hostapd/hostapd.conf still gives the nl80211 error...
What is stopping my device to connect to the hotspot it can see?
Note: I've used dnsmasq.

Similar Messages

  • [SOLVED]bluetooth error - sap driver initialization failed

    Hello,
    I have problem with bluetooth (since I installed Arch 4 years ago ). I've noticed that there are two errors (one is probably just consequence of the first). Nothing else except this is in journalctl and the same message I get when i manually restart bluetoothd through systemctl. Here is an output of status:
    ● bluetooth.service - Bluetooth service
    Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled)
    Active: active (running) since Tue 2014-11-11 09:41:40 CET; 2s ago
    Docs: man:bluetoothd(8)
    Main PID: 1495 (bluetoothd)
    Status: "Running"
    CGroup: /system.slice/bluetooth.service
    └─1495 /usr/lib/bluetooth/bluetoothd
    Nov 11 09:41:40 530uarch bluetoothd[1495]: Bluetooth daemon 5.24
    Nov 11 09:41:40 530uarch bluetoothd[1495]: Starting SDP server
    Nov 11 09:41:40 530uarch bluetoothd[1495]: Bluetooth management interface 1.7 initialized
    Nov 11 09:41:40 530uarch bluetoothd[1495]: Sap driver initialization failed.
    Nov 11 09:41:40 530uarch bluetoothd[1495]: sap-server: Operation not permitted (1)
    Nov 11 09:41:40 530uarch bluetoothd[1495]: Endpoint registered: sender=:1.10 path=/MediaEndpoint/A2DPSource
    Nov 11 09:41:40 530uarch bluetoothd[1495]: Endpoint registered: sender=:1.10 path=/MediaEndpoint/A2DPSink
    I've found some info here but it's KDE-desktop related.
    My /etc/bluetooth/main.conf is in it's default and active lines are:
    [General]
    # Default adaper name
    # %h - substituted for hostname
    # %d - substituted for adapter id
    Name = %h-%d
    # Default device class. Only the major and minor device class bits are
    # considered.
    Class = 0x000100
    # How long to stay in discoverable mode before going back to non-discoverable
    # The value is in seconds. Default is 180, i.e. 3 minutes.
    # 0 = disable timer, i.e. stay discoverable forever
    DiscoverableTimeout = 0
    # How long to stay in pairable mode before going back to non-discoverable
    # The value is in seconds. Default is 0.
    # 0 = disable timer, i.e. stay pairable forever
    PairableTimeout = 0
    # Automatic connection for bonded devices driven by platform/user events.
    # If a platform plugin uses this mechanism, automatic connections will be
    # enabled during the interval defined below. Initially, this feature
    # intends to be used to establish connections to ATT channels.
    AutoConnectTimeout = 60
    # What value should be assumed for the adapter Powered property when
    # SetProperty(Powered, ...) hasn't been called yet. Defaults to true
    InitiallyPowered = true
    # Do reverse service discovery for previously unknown devices that connect to
    # us. This option is really only needed for qualification since the BITE tester
    # doesn't like us doing reverse SDP for some test cases (though there could in
    # theory be other useful purposes for this too). Defaults to true.
    ReverseServiceDiscovery = true
    # Enable name resolving after inquiry. Set it to 'false' if you don't need
    # remote devices name and want shorter discovery cycle. Defaults to 'true'.
    NameResolving = true
    # Enable runtime persistency of debug link keys. Default is false which
    # makes debug link keys valid only for the duration of the connection
    # that they were created for.
    DebugKeys = false
    Anyway - when I want to connect my keyboard, I have to go to bluetoothctl, connect, disconnect and then again connect - then it's working OK.  During that I get this errors:
    Nov 11 09:53:40 530uarch bluetoothd[1495]: Can't get HIDP connection info
    The keyboard also gets disconnected after cca 5 minutes of inactivity and bluetooth daemon use 100% of one core for no reason. When I type something on keyboard, it gets back to normal. And the best thing? When I hit Caps Lock on my BT keyboard, it stops working and disconnect from laptop. I have to disconnect it first in bluetoothctl and connect it again!
    I guess this should be first step in making it work.
    My friend with other laptop and other keyboard has exactly same problems. Thanks to lack of documentation for Bluez it's hard to find out what's going on. Really - this is one of the things that pisses me off the most in Linux.
    Last edited by Kotrfa (2014-11-13 08:03:51)

    Ok, solved by installing bluez4 from AUR and then use commands which I've found on wiki for BT keyboard here. And then added this to my autostarted applications:
    if [[ `rfkill list bluetooth | grep Soft|awk '{print $3}i'` == 'no' ]]; then bluez-test-input connect 20:73:**:55:**:88; fi
    Last edited by Kotrfa (2014-11-13 08:03:38)

  • T440 Unable to create managed/master HOTSPOT using hostapd

    Hello All,
    I am trying to create a HOTSPOT on my laptop as Super user. However It fails.
    Linux details :- [vigneshwara@oc2002381118 ~]$ uname -a
    Linux oc2002381118 2.6.32-504.16.2.el6.x86_64 #1 SMP Tue Mar 10 17:01:00 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
    Kindly assist with an solution.
    [root@oc2002381118 ~]# hostapd -dd /etc/hostapd/hostapd.conf
    random: Trying to read entropy from /dev/random
    Configuration file: /etc/hostapd/hostapd.conf
    ctrl_interface_group=10 (from group name 'wheel')
    nl80211: interface wlan0 in phy phy0
    rfkill: initial event: idx=0 type=2 op=0 soft=0 hard=0
    rfkill: initial event: idx=1 type=2 op=0 soft=0 hard=0
    rfkill: initial event: idx=2 type=1 op=0 soft=0 hard=0
    nl80211: Using driver-based off-channel TX
    nl80211: wifi status sockopt failed
    nl80211: Add own interface ifindex 3
    nl80211: Set mode ifindex 3 iftype 3 (AP)
    nl80211: Failed to set interface 3 to mode 3: -95 (Operation not supported)
    nl80211: Interface already in requested mode - ignore error
    nl80211: Setup AP - device_ap_sme=0 use_monitor=0
    nl80211: Subscribe to mgmt frames with AP handle 0xa062f0
    nl80211: Register frame type=0xb0 nl_handle=0xa062f0
    nl80211: Register frame match - hexdump(len=0): [NULL]
    nl80211: Register frame command failed (type=176): ret=-22 (Invalid argument)
    nl80211: Register frame match - hexdump(len=0): [NULL]
    nl80211: Failed to set interface wlan0 into AP mode
    netlink: Operstate: linkmode=0, operstate=6
    nl80211: Set mode ifindex 3 iftype 2 (STATION)
    nl80211 driver initialization failed.

    vigveera, welcome to the forums. Please edit your post and add code tags around output from the terminal. Thank you.

  • OneKey Recovery Driver Initialization fsiled

    I have an S206 IdeaPad now loaded with Windows 8.
    When I try to Lsunch OneKey I get Driver Initialization Failed, please reinstall application. I have reinstalled using the setup.exe in the OneKey directory on the Lenovo partition, but still get the same error. I have searched the community, google, support etc. but cannot see  resolution.
    Any ideas would be appreciated.

    hi duckulaj,
    Welcome to the Lenovo Forums.
    Some lenovo softwares and applications including the One Key Recovery 7.0 will not function properly after upgrading from Windows 7 to Windows 8 as discussed in the Lenovo Windows 8 Upgrade Guide.
    If you want to create a recovery disc for the preloaded OS, you will need to contact Lenovo on how to go about getting this disc as you can only create it on the preloaded Windows 7 OS.
    Hope this heps.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Is there an issue with the hitachi hard drives in the MacBook Pro's ?  Got a 15 inch and a 13 inch at the same time and both drives have failed in under two years. I have heard from a few other people with same issue.

    Is there an issue with the hitachi hard drives in the MacBook Pro's ?  Got a 15 inch and a 13 inch at the same time and both drives have failed in under two years. I have heard from a few other people with same issue. Other drive I have had have lasted at least 5 or more years.

    there is a dylib you can put in the springboard if jailbroken but if not you have to find an apple store

  • I'm trying to backup a my harddrive with disk utility but I'm getting an error  Unable to create Backup.dmg" (input/output error). Is there any other way to save my data? I believe my hard drive is failing or corrupt file. I can't boot up. Grey screen

    I'm trying to backup a my hard drive with disk utility but I'm getting an error  Unable to create Backup.dmg" (input/output error). Is there any other way to save my data? I believe my hard drive is failing or corrupt file. I can't boot up. Grey screen and spinning wheel. I've tried everything https://discussions.apple.com/message/20580424#20580424
    any help will be greatly appreciated.

    Check here. Also have you done a TimeMachine back up?
    http://support.apple.com/kb/TS2570

  • I have an ipod classic 6th generation which has a 160gb MK1626GCB HDD in it. This drive has failed so I bought a new one. I don't know how I've managed it but I've ended up with a 160gb MK1634GAL. Can I just get a different ribbon so it fits?

    Hello I hope somebody can help. I have an ipod classic 6th generation which has a 160gb MK1626GCB HDD in it. This drive has failed so I bought a new one. I don't know how I've managed it but I've ended up with a 160gb MK1634GAL. The connectors on the hdds are different on the hdd end but look the same on the mb end. Can I just get a different ribbon so it fits? Ive looked for one and have found a couple of different ones and the seem to be specific to the ipod although I cannot find one specific for the 160g. Can anyone shed some light onto this?

    Your computer is called an iMac.
    Did you turn proxies on?  If so, you should turn them off.

  • My i mac is having trouble at Start up and often makes a clicking sound followed eventually by a folder icon on the screeen that shows a file with a questionmark inside,  Is this a sign that my hard drive is failing?

    My i mac is having trouble at Start up and often makes a clicking sound followed eventually by a folder icon on the screen that shows a file with a question mark inside,  Is this a sign that my hard drive is failing?

    As for the folder with a '?', here is some info that might help:
    https://discussions.apple.com/thread/5201710
    http://support.apple.com/kb/TS2570
    Hopefully you are making regular full backups just in case the hard drive is failing?

  • Opmnctl fails to start with error:  "Main: Nls Initialization Failed!!"

    Hi. Just thought I would add this here since someone else will probably hit this error when attempting to start opmnctl: "Main: Nls Initialization Failed!!" when using 10g App Server on Windows.
    There is a known workaround, which is to avoid libociei.so, but I don't have that object on windows, so I found that I have some conflict with other installed programs on this server. I removed them from the path, even the end of the path, opened a new command window, then, opmn started with no problem.
    Probably not a long term solution, but if you are working on a dev server, like I am, you probably have a bunch of stuff installed that is no longer used ;)
    Hope this helps someone,
    Robin

    Actually, I would first check on metalink to see if there is anything that can help with this error message. I resolved it by cleaning up the environment, but you probably need to keep your existing environment the way it is, since you have already installed.
    Sorry--I didn't read through your question very well the first time.
    --robin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • CodedUI Tests Fails Intermittently With Initialization Errors

    I would like to re-ask the question asked in this thread:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/855c561b-2100-4494-bf65-c5b9ec83e4af/inconsistent-coded-ui-test-behavior-depending-on-lab-size?forum=vsmantest
    There was no answer given and no more replies coming in to that thread.
    We are exactly in the same situation. We have large number of CodedUI test cases (500+) which runs daily. Some of the tests fails intermittently with the initialization failures. The details are:
    ERROR MESSAGE
    Error calling Initialization method for test class TEST_CLASS_NAME: System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.
    ERROR STACK TRACE
    Microsoft.VisualStudio.TestTools.UITest.Playback.Engine.IRPFPlayback.SetSkipStepEventName(String skipStepEventName)
    Microsoft.VisualStudio.TestTools.UITest.Playback.ScreenElement.InitPlayback()
    Microsoft.VisualStudio.TestTools.UITesting.Playback.Initialize()
    Could someone please let us know what could be the issue of these intermittent failures?

    Hi digitali,
    According to your description, I would like to know the details:
    How many agent machines in the lab environment?
    What’s the details of these machines? (e.g. memory, system)
    What’s the version of TFS, MTM, test controller and test agent?
    Regards
    Starain
    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.

  • Problem with driver initialization and associated application

    I am recertifying a application suite on Solaris 10. This product works well on Solaris 8 & 9. It contains a special psuedo/streams device driver that allows applications to open a port to a daemon that manages clean up of these applications. The daemon is started by init (in the inittab file) and initially also opens a port to the special device. Synchronization in the driver is handled mutexs. The current problem appears to be that the daemon is started by the init process before the initialization routine of the driver is called that initializes the mutex. The result of the problem is that one of the Interrupt service routines in the driver is called due to the open of the port from the daemon to the driver. The routine uses the sychronization mutex which seems not to be initialized which results in a system panic.
    Has the flow of driver initialization vs application start via the init process changed in Solaris 10 vs earlier version of Solaris?

    make sure all the settings are same as the working version and once undeploy the process then shut dowm the server and then startup -->then deploy the process and again shut down and start it.this should be the trick

  • Script initialization failed with several plasmoids

    I'm using KDE on Arch and since a few previous KDE versions or Plasma updates (I don't remember the exact version) when i try to install some plasmoids (for example  'Yahoo Currency Converter', 'Temperature' or 'Brigtness control') i get the message 'script initialization failed'. Python-pyqt4, python-pyqt5, kdebindings-python, kdebindings-python2 and qscintilla packages are installed.

    For this issue, you can check below link
    http://www.systemcentercentral.com/research-this-kb-workflow-initialization-failed-to-start-a-workflow-that-runs-a-process-or-script/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"Mai Ali | My blog:
    Technical | Twitter:
    Mai Ali

  • NOT POSSIBLE TO START ESSBASE WHEN SSO INITIALIZATION FAILS

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

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

  • AcroDist.exe-DLL Initialization Failed on logoff/shutdown in XP x64

    Acrobat 9 Pro
    Windows XP Professional x64 Edition
    Intel Pentium Dual CPU E2160 1,8GHz
    2GB of memory.
    The title of the window of error is "AcroDist.exe - DLL Initialization Failed" and the message is "The application failed to initialize because the window station is shutting down." Behind the window is "Ending AcroTrayIcon". These messages occur when you logoff/shutdown and log into the system the first message reappears.
    If I close the process acrotray.exe before you logoff, the error does not occur.
    I am grateful for the help.

    Hi,
    I have  removed the SMD command lines from config tool, i have restarted the Instance  now  i am  facing the new error one .
    Sandbox is copied from Instance DBW and all services are pointing to DBW... even the message server also. please suggst where i have to change these settings..
    Thr 59500] Mon Jul 07 14:12:27 2008
    [Thr 59500] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 59500] ***LOG Q0I=> NiPGetServByName2: service 'sapmsDBW' not found: getservbyname_r [ninti.c 530]
    [Thr 59500] *** ERROR => LgIGroupX: NiServToNo(sapmsDBW) failed, (rc=NIESERV_UNKNOWN) [lgxx.c       4168]
    [Thr 59500] *** ERROR => JRFC> Error jrfc_lg LgGroup failed(-102) [jrfclg.c     344]
    [Thr 59500] *** ERROR =>       mshost: nbcddsabw10, msserv: sapmsDBW, r_group: TICDEV [jrfclg.c     345]
    [Thr 59860] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 59860] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 59860] JLaunchCloseProgram: good bye (exitcode = -11113)
    Thanks,
    Subhash.G

  • Installation Stop Error "Session 3 Initialization Failed"

    I've upgraded to Leopard and am now trying to install a new copy of Windows XP Home + SP 2. In Boot Camp (via Boot Camp Installer). I have formatted the partition (with 10 GP to SP2) and begun the installation process. While starting Windows (and before selecting the partition in Windows Setup) I get the following "blue screen" error:
    "A problem has been detected and windows has been shut down to prevent damage to your computer.
    "Session3 Initialization Failed
    "If this is the first time you've seen this Stop error screen, restart your computer. If this screen appears again, follow these steps:
    "Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for anyy windows updates you might need.
    "If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe More to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode
    Technical Information: * STOP: 0x0000006F (0xc0000020,0x00000000,0x00000000,0x00000000)"
    I've shut down the computer, tried to restart whilst pressing F8, restarted in Mac OS (using the option key), removed the partition and tried to reinstall 8 or so times. I've never gotten past this above screen.
    Does anyone have any useful advice? If disabling BIOS or caching/shadowing might help, what does that mean and how do I do it?

    The answer has everything to do with an incompatibility between the Mac optical drive and Boot Camp. It is a problem that has existed since the Beta release of Boot Camp - one wonders why it has not been corrected prior to the Leopard release, but who am I to second guess the superior product that is Mac Book. The answer thread may be contained in older threads on this web site. I found the answer at:
    http://forums.macosxhints.com/showthread.php?t=66323&highlight=session3initializationfailed
    Basically, my MacBook (which was bought in August of 2006) does nto properly read the Windows XPSP2 installation disk. Te solution, simple bt scary, is to burn a copy of the windows disk to a copy disk using the Mac. Instructions for making a copy are at:
    "Go to this link for instructions on how to make a copy of a disk and print it out.
    http://docs.info.apple.com/article.h...n/duh1945.html
    Anyway, once I made that copy everything worked fine. That's scary.
    Now that windows is running, I can't get wireless access from Windows. Also, i guess I need to get antivirus software. But I can connect to the computer network at work (the whole point of this ridiculous exercise).
    Computers are supposed to make life more easy, in reality I think they just allow us to use computers more. After this experience I've realized that the apple v. microsoft war is simply Coke v. Pepsi.

Maybe you are looking for

  • Will a SATA III Hard Drive work on a Mac Pro 2,1 (2008)

    Will a SATA III work on a Mac Pro 2,1 (I think 2008)? http://www.amazon.com/gp/product/B004CSIG1G/ref=wms_ohs_product?ie=UTF8&psc=1 If not the above, then what?

  • Why did apple remove the superdrive from the current mac mini model?

    Also why does the standalone superdrive (USD $79) ONLY work with server version of the current Mac Mini?  Does not make sense.  Was just thinking of buying a mac mini when they changed the line about 2 months ago.  I still use DVD's and CD's as I am

  • Concurrent program error

    HI All, This is the errror iam getting while running pick slip report. Routine FDPREP: Please register an Oracle Reports driver for printer noprint and print style LANDSCAPE. release 11.5.10.2 with RHEL 4 Please update me ASAP ,What might be the erro

  • WLS 7.0 : How to call a webservice from a webservice, both running on a same server?

    Server settings : Two webservices running on a server. WEB-INF\lib contains the respective XXX_client.jar files. One webservice calls another one using service Port and gets the Exception NoClassDef... How to resolve?

  • Generating a Book

    I've created a book using a 3rd-party template. I now need to generate/update the book. I do not see a Gnerated command on the File menu. Where is that command, or how do I do this? Thanks!