Unable to set password - airport utility crashes!

Hi All,
I just got a new Airport Extreme and installed the Airport Utility from the Cd (v5.5) on Snow Leopard (upgrade from the latest OS.
When I try to set the AP using the Assist Me mode - it refuses to pass the setting password (and I have only WPA2 and unsecured - which is also odd), with an alert box "a wireless network is required to continue"
So - I switch to manual mode - and select he Airport button from the toolbar (where there are also Internet, Printers, etc). Then I select the Wireless Tab (the third tab from the left).
In this tab window, there is the text "More Options" and a drop menu button, when click it there is one menu option "wireless network options" , when I choose this menu item, the utility always crashes.
===
Any ideas how set a password (WPA, WPA2, WEP), or mac filtering?
Thank you ,
Omer.

I fixed it by changing the way my InitialDirContext is created.
Previously I was using:
InitialDirContext ctx = oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(hostname, portNum, adminName, adminPass);
Now I'm using:
Hashtable env = new HashTable();
env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
env.put(Context.PROVIDER_URL, "ldap://" + hostname + ":" + portNum);
env.put(Context.SECURITY_PRINCIPAL, adminName);
env.put(Context.SECURITY_CREDENTIALS, adminPass);
InitialDirContext ctx = new InitialDirContext(env);
Edited by: user1094798 on Feb 23, 2011 8:29 AM

Similar Messages

  • Unable to set Password Policy controls

    When I call oracle.ldap.util.User.autheticateUser() I receive the exception "Unable to set Password Policy controls". What is the cause of this error? I was not able to find anything useful through google searches.
    I am running everything inside ServiceMix. Furthermore, I am able to create a context and retrieve properties through oracle.ldap.util.User.getProperties().
    Here is the stack trace:
    my.company.Exception.AuthenticationException: Unable to set Password Policy controls
    at my.company.OracleLdap.authenticateClient(OracleLdap.java:171)
    at service.AuthenticationInInterceptor.isAuthenticated(AuthenticationInInterceptor.java:55)
    at service.AuthenticationInInterceptor.handleMessage(AuthenticationInInterceptor.java:32)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243)
    at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:111)
    at org.apache.cxf.transport.http_osgi.OsgiDestination.doMessage(OsgiDestination.java:80)
    at org.apache.cxf.transport.http_osgi.OsgiServletController.invokeDestination(OsgiServletController.java:321)
    at org.apache.cxf.transport.http_osgi.OsgiServletController.invoke(OsgiServletController.java:107)
    at org.apache.cxf.transport.http_osgi.OsgiServlet.invoke(OsgiServlet.java:53)
    at org.apache.cxf.transport.http_osgi.SpringOsgiServlet.invoke(SpringOsgiServlet.java:48)
    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)
    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
    at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401)
    at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.handle(HttpServiceServletHandler.java:64)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
    at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.handle(HttpServiceContext.java:111)
    at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:68)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
    at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:945)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
    at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
    Caused by: oracle.ldap.util.UtilException: Unable to set Password Policy controls
    at oracle.ldap.util.User.authenticateUser(User.java:1243)
    at my.company.OracleLdap.authenticateClient(OracleLdap.java:158)
    ... 29 more
    Edited by: user1094798 on Feb 22, 2011 12:53 PM
    Edited by: user1094798 on Feb 22, 2011 12:55 PM
    Edited by: user1094798 on Feb 22, 2011 1:17 PM

    I fixed it by changing the way my InitialDirContext is created.
    Previously I was using:
    InitialDirContext ctx = oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(hostname, portNum, adminName, adminPass);
    Now I'm using:
    Hashtable env = new HashTable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "ldap://" + hostname + ":" + portNum);
    env.put(Context.SECURITY_PRINCIPAL, adminName);
    env.put(Context.SECURITY_CREDENTIALS, adminPass);
    InitialDirContext ctx = new InitialDirContext(env);
    Edited by: user1094798 on Feb 23, 2011 8:29 AM

  • Airport Utility Crash

    I just purchased a new Airport Extreme Base Station and trying to set it up with a Windows XP machine ( I'm slowing coverting over to Apple products ). After setup of the AEBS using the Airport Utility, I installed my D-Link DWL-G520 wireless card and then installed its drivers. After that, the Airport Utility crashed on load. I remove the D-Link drivers and then the Airport Utility will load properly.
    Anyone seen this this before or have any ideas as to why this happens?
    Regards,
    Marty Becker

    I'm having exactly the same problem. I tried it first on an old Pentium III box, so I thought it might be the age of the processor. But now tried in on Core Duo and same problem.
    Have you found a resolution yet? How about searching the D-Link knowledge base?

  • Airport utility crashes when trying to access Time Capsule

    OSX 10.5.6 Airport Utility 5.4.1 Time Capsule firmware 7.4.1
    All the latest.
    Everything was fine until yesterday I bypassed the TC for a while to use the modem directly. Then when I reconnected the TC now my entire Airport Wireless network is gone.
    When I try to access the TC via Airport Utility, crashes. So, I did a hard reset, and now when I try to reconfigure (either to previous settings or default) airport utility crashes.
    I still have internet access, via ethernet cable, going from modem --> TC --> Apple computer.

    P.S. TC is flashing amber.
    I have three other Airport Extremes in the network, all flashing amber.
    Airport Utility recognizes only the TC, and I cannot reconfigure, as stated above - crashes.

  • Airport Utility Crashes when extending wireless network

    Hi. I have an AirPort Extreme which generates my wi fi network set up in bridge mode as it is connected via Ethernet cable to my Sky hub. I have an airport express I am trying to set up to extend the range but when I use Airport Utility to configure it it gets to "reading base station settings" and then crashes. Airport Utility on my windows PC can't even see the Airport Express. I have tried a hard reset on both the extreme and the express but no luck. Any suggestions? Thanks!

    As a last resort, try connecting an Ethernet cable from your computer to the WAN port on the AirPort Express and see if AirPort Utility can configure the Express that way.
    If it can, you can disconnect the Ethernet cable once the Express is operating correctly.
    If still no luck, the Express is very likely defective. Please take it to an Apple Store....if you have one near you....or contact Apple Support directly for further assistance.
    http://www.apple.com/support/contact/

  • Airplay icon missing in iTunes, unable to set up Airport Express

    Got a new Mini yesterday, replacing an old underpowered model with a 2.5 Ghz, 4GB, Radeon model for running an HTPC setup. Woo Hoo!
    Spent part of yesterday setting everything up. Very easy to do with the Assistant moving old files to new machine. Everything is running great. Strong signal to the new Mac from my Airport Extreme base station.
    Except...
    I am trying to switch my AIrport Express from being a network extender (not needed with new Mini) to running speakers/headphones in another room using Airplay.
    I don't see the Airplay icon in the lower right corner of iTunes, and my AE does not show up in Airport Utility. Home Sharing is on in iTunes. Running newest iTunes 10.5.2. I have read all the support articles, but the missing Airplay icon is the stumper.
    Any ideas?

    Update: I think I figured out the problem.
    1. I had to do a hard reset on the Airport Express to get it to appear in the Airport Utility list of devices. Use a paperclip to push the tiny recessed button on the bottom of the AEX and hold it until the light blinks green several times. This wipes the old settings.
    2. Then I had to change the AEX settings from the old setup (WDS network) to the new "Join existing network."
    3. The Airplay menu in iTunes appears and disappears depending on whether Airplay devices are detected. This is not in any of the Apple documentation that I could find. The AEX is there now. I choose "Multiple speakers" so music could play thru my regular HT speakers and also upstairs on the AEX.
    Hope this helps someone else in the future.

  • Unable to set the airport up

    Hi.
    I bought the airport express to connect my power mac G5 to the internet. I don´t need it for music or anything else. I plug it in, connect it through ethernet, and when I open the airport express utility, it doesn´t recognize it. My network assistant tells me ethernet is working fine, but, of course, the airport is not working, so I don´t have internet. The amber light is flashing intermitently. I have tried reseting it, and re-installing the software, but the same thing happens. Can anyone help me out on this?
    Thanks!

    I'm having the exact same problem with my airport express. It says that it can't find any apple devices. It's driving me nuts.

  • Unable to set password on outlook 2003. Autoadvice says need to disable Activex. How do I do this?

    When changing password details for BTYAHOO.
    At last stage message says my security is too good and stops the process - Instruction is to enable Activex.
    Where are they?
    Only browser is Firefox -Vista-Outlook 2003

    Firefox doesn't do ActiveX.
    https://support.mozilla.com/en-US/kb/ActiveX

  • Airport Utility Base station password

    Hello
    I have the Airport Extreme router and I have also installed the Airport Utility programme on my win7 machines for convenience.
    The win7 wireless machines including the Apple macbook always prompts for a password ( As I set-up Airport Utility to work this way ) but whenever I open the Airport utility which I have installed on the wired Ethernet desktop win7 machines, the Airport Utility never prompts for a password.
    My question is can I force the Airport Utility on the desktop machines to prompt for a password ?
    When I open the base station and select manual setup, then under base station I have un-ticked remember password in my keychain and then updated this, but whenever I reopen the Airport Utility the tick reappears and the Airport Utility opens without prompting for a password.
    I must again stress that the wireless machines always prompt for the password.
    Thanks

    Your desktop machine has already stored the Base Station password, so unchecking the box that tells the PC not to remember the password that it has already stored is not going to work.
    I don't know where Windows keeps stored passwords, but if you do, you will need to access that file and delete the Base Station password there.
    If you don't know how to locate the stored password file on the PC to erase the password, then the simplest thing to do might be to set up a new Base Station password, and make sure that the box next to "Remember password, etc" is not checked when you click to Update the new settings in AirPort Utility.

  • Why does Airport Utility not support Airport Express A1084?

    Airport Utility 1.3.4 (134.22) on my iPad (iOS 8.1.2 (12B440)) and the version of Airport Utility included with the very latest issued version of OSX on my iMac do not recognize Airport Express model A1084. I can still get on the internet via the AE A1084. Because I cannot configure the AE A1084 I am unable to set password protection on the wifi network or perform other functions.
    Is there a fix or work around?
    Has Apple abandoned these older AE's (programmed obsolescence), meaning I'll have to buy a new device?
    Safari on the iPad has been having problems with web sites, dropping and reloading them - attempts to fix that by resetting network settings resulted in losing access to the AE wifi network. The Airport Express network appears in the "Set up new Airport Base Station" window, but attempts to access it produce the message "The Airport Express named "Apple Network XXXX" cannot be set up by this software."

    That is a complex question, and would assume that you had Snow Leopard on the Mac at one time. Best to post your question in the support forum for the operating system that you are using now. Click the link and select your current operating system.
                  Mac OS & System Software     
    Doing something like this not for the faint of heart, and should be best left to an IT technician. That is going to be a significant expense.
    For far less money, and many less headaches trying to revert to an earlier operating system, and knowing that most Express devices only lasted about 5 years, on average, if it were me, I would buy a new Express device or devices and be thrilled that I got about twice as much use as normal from the older A1084 model.

  • Airport utility error 103

    I am unable to update to airport utility 6.2 keep on getting error 103 any ideas why?

    Test after each of the following steps until the problem is resolved.
    Step 1
    If you're trying to install more than one update at the same time, do the installations one at a time.
    Step 2
    Triple-click the line below to select it:  
    /Library/Updates
    Right-click or control-click the highlighted line and select
    Services ▹ Open
    from the contextual menu. A folder should open. Move the contents to the Trash. You may be prompted for your administrator password.

  • Why won't Airport Utility recognize my functioning Airport Extreme?

    I'm trying to recover my Airport Extreme password, Airport Utility's Help, but Utility won't recognize Airport Extreme (which I'm using right now and is functioning properly) or any other wi-fi. I just get the "searching circle" and the notation that Airport Utility doesn't recognize any wi-fi devices. Without that I can't get to the password recovery or other Airport Extreme reset screens.  What I'm trying to do is establish a wi-fi concoction between my computer and a Canon camera. The camera recognizes the Extreme base station and correct user name but won't accept any known password, including the one that has always worked. Is there any other way I can find out the existing Airport Extreme password (and/or tell me how to get Airport Utility to recognize my clearly functioning and broadcasting Extreme with a green light on and ten feet away)?  Thanks for any help.

    On your Mac.....
    Click on Settings (gear icon on the dock)
    Click on Privacy and Security
    Click the Firewall tab
    If the Firewall is "On", then click to turn it "Off"
    Click Apply if asked and close the windows
    Restart the Mac and also restart the AirPort Extreme
    Check to see if AirPort Utility can find the AirPort Extreme
    If yes, you can open AirPort Utility and navigate to check on the passwords. Once you have done that, you can leave the Firewall off if you want, or turn it back on......which may make the AirPort Extreme disappear again in AirPort Utility.
    Another option.....if you have an iPhone or iPad handy....and you have AirPort Utility installed on the iOS device, check to see if the iPhone or iPad can "see" the AirPort Extreme in AirPort Utility.
    If it can, tap on the AirPort Extreme
    Tap Edit
    Tap Advanced
    Scroll down and tap on Show Passwords
    If you do have an iPhone or iPad, but do not have AirPort Utility installed on the device, go to the home screen and tap on App Store. Then tap on Search and type in AirPort Utility to get the process started to download and install the application on your iPhone or iPad.
    If all else fails, you will have to reset the AirPort Extreme using a Hard Reset to restore the original default settings to the AirPort Extreme. To do that, with the AirPort Extreme powered on, hold in the reset button on the back of the AirPort for 7-8 seconds and release. Allow a full minute for the  AirPort to restart back to a slow, blinking amber light.....which indicates that the AirPort has been reset and can now be set up again.
    There is no guarantee that a Hard Reset and reconfiguration will help, but we are out of other options at this point.
    If the AirPort Extreme still remains invisible after the Hard Reset, I suggest that you take the AirPort Extreme to an Apple Store.....if you have one near you.....or contact Apple Support directly for advice.  The link is just below.
    Contact Apple for support and service - Apple Support

  • How set up Airport to connect Mac to isp connection AND play music and print?

    I used to have an AX wifi in the house with which I surfed, printed and played music.
    My isp recently installed a new modem/wireless router in my home. I now have lots of great speed but they couldn't help me retain the ability to send print jobs and music to my (2nd generation) AX base station.
    I know I'm going to have to do a hard reset of my AX to clear out the mess I've created in Network configurations trying to get things working. But once the slate's been cleared, I still don't really have a clue about "creating new networks" vs "extending" existing ones etc etc...
    Can anyone assist me to set up a freshly reset base station to "piggy-back" on my new isp's wifi network for printing and music purposes? Or perhaps recommend/pass along an article or other reference source that would assist me in doing so?
    Rich

    AirPort Express Base Station (AX) - iTunes Setup
    Either connect to the AX's wireless network or connect directly, using an Ethernet cable, to the Ethernet port of the AX, and then using the AirPort Utility in "Manual Setup" mode, make the following changes:
    AirPort Utility > Select the AX > Manual Setup > AirPort > Wireless
    Wireless Mode: Join a wireless network
    Network Name: <existing wireless network>
    Wireless Security: <select the encryption type of the existing wireless network>
    Wireless Password: <enter the existing wireless network password>
    Verify Password: <re-enter the existing wireless network password>
    AirPort Utility > Select the AX > Manual Setup >Music
    Enable AirTunes (checked)
    iTunes Speaker Name: <enter desired speaker name>
    iTunes Speaker Password: (optional)
    Verify Password: (optional)
    Click Update to write the new settings to the AX

  • I have bought an airport express after being assured that I will be able to print from my IPad. I have installed airport utility on my Hp laptop and it is configured correctly but the printer I have is showing neither on laptop nor on IPad. Can u tell how

    I bought an airport express after being assured that I will be able to AirPrint from my IPad. I have set up airport utility on my Hp laptop and configured it properly with the express. But still I'm not able to detect the printer attached to the USB port of airport express, neither on my laptop nor on my IPad. Can someone tell me if and how it can be done?

    Who assured you that an AirPort Express would allow you to use AirPrint from an iPad. They were incorrect.
    AirPrint from iPads and other iOS devices is only supported on a select few wireless network printers that expressly advertise that feature. An AirPort Express will not add that feature to a printer that does not support AirPrint. Also, for printers that do support AirPrint a wireless access point is not required since the printer needs to support wireless networks connections internally.
    The HP laptop should however be able to print to the printer connected to the AirPort Express. Try also installing the Bonjour Print Services for Windows. It will make printer discovery a lot easier when using Bonjour enable devices like an AirPort Express.

  • I'd like to alter my Airport Extreme/Airport Express wireless network so that the 3 Expresses connect to the Extreme via Ethernet. I've been told this will create a more stable wifi signal. How do I configure this using Airport Utility? Thanks.

    I currently have an Airport Extreme Base Station connected to my DSL router by Ethernet. Because I have a long, sprawling home, I have 3 Airport Expresses configured to "Extend the Wireless Network" I've established. Because of my home environment--thick walls encompassaing wire mesh, sprawling rooms, etc., it is hard to maintain a continuously-strong, stable WiFi signal. I've been told that I can create a much more stable network by connecting the Express units to the AEBS via Ethernet cable. Since my home is already wired for Ethernet, I'm considering making this change. If I proceed to establish the Ethernet connections, how do I then set up Airport Utility to accomodate this switch from a Wireless-based WiFi network to an Ethernet-based WiFi network?
    Thanks in advance for any help.
    Phyllis

    I don't see anyplace in the Utility to designate HOW the Express units are connected, only how they relate on the network to the Extreme,
    As I mentioned in the previous post, when you click the Internet icon in AirPort Utility:
    Connect Using = Ethernet  (This tells each Express to connect to the Extreme using the ethernet connection)
    Connection Sharing = Off (Bridge Mode)  (This setting allows your AirPort Extreme to function as the "main" router on the network, as it must for the setup to work correctly.
    You do not need to configure anything differently on the AirPort Extreme (as long as it is working correctly now) to connect the AirPort Express devices.
    The only other question I have is the following: I'm currently already using one of the Ethernet ports on the back of the Extreme-- for my husband's iMac. I really don't think he gains much in performance over how the iMac would run through wifi, so I could disconnect the iMac. If you think the iMac would do better to stay on the Ethernet connection, should I use a switch/splitter to add an extra connection?
    Since each AirPort Express must connect using ethernet, you will need to use the 3 LAN <-> ports on the AirPort Extreme for the AirPort Express devices.
    I would suggest that you try connecting the iMac using wireless to see if that will work. If the wireless connection is not satisfactory, then you can add a 5 port ethernet switch to one of the LAN ports on the Extreme and then plug all the devices connecting using ethernet....the iMac and the 3 AirPort Express devices...into the remaining 4 ports on the switch. That will leave you with 2 open ports on the AirPort Extreme for any future devices that may need to connect.
    When you test out the system, here is a trick to find out which device your computer is actually connecting to at any given time as it "roams" around the house.
    When you have AirPort Utility open to configure each AirPort Express, jot down the AirPort ID for each Express. You can do the same for the AirPort Extreme.
    As you move around with your laptop, hold down the option key on your Mac keyboard while you click on the fan shaped AirPort icon at the top of the screen. Look for the BSSID. That is the AirPort ID of the device that the laptop is connected to at that time. it should also be the ID of the closest AirPort Express (or AirPort Extreme if the laptop is close to the Extreme at the time).
    Let us know how things are working when everything is up and running.

Maybe you are looking for

  • IPod being used by other app while getting disconnected

    when i press the eject ipod button in itunes, it displays the message: ipod cannot be ejected because it is being used by another application i was wondering if the windows 'safely remove hardware' had anything to do with this if so/not, please tell

  • Creating PDF from scan

    What are steps for getting OCR of scanned document so I can edit it? After scanning document, it opens in Acrobat but doesn't seem to be editable, only comment-able. How can I get document to be a mix of text and suporting images that I can edit, cha

  • Slideshow image quality

    I edit photos with I Photo and they look fine in the albums. When I run a slideshow on my computer, however, the images show considerably darker, with more intense colours. It becomes impossible to know how to edit for this. Is this usual? Is there s

  • I can't find photos I edited in iPhoto

    I imported quite a few photos in the last 2 weeks and edited them within iPhoto, and now they aren't there! Help!!

  • .css file in BSP Application

    Hi,     Where can i find the .css file in a BSP application ? kindly help! Regards, Bharath Mohan B.