Problems with administration console

I try to launch the administration console by using this command.
java -jar oc4j.jar -console
It doesn't works
The error message is :
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.evermind.server.ApplicationServer.launchCommandline(ApplicationServer.java:837)
at com.evermind.server.OC4JServer.launchOC4JCommandline(OC4JServer.java:194)
at com.evermind.server.OC4JServer.main(OC4JServer.java:232)
Caused by: java.util.MissingResourceException: Can't find bundle for base name com/evermind/client/assembler/Assembler, locale fr_FR
at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at com.evermind.util.FallbackResourceBundle.getBundle(FallbackResourceBundle.java:81)
at com.evermind.util.FallbackResourceBundle.getBundle(FallbackResourceBundle.java:76)
at com.evermind.client.assembler.Assembler.<clinit>(Assembler.java:24)
... 3 more
I use oc4j standalone version 9.0.0.3
and the jdk 1.4
on a w2000 in console mode
thanks

Hi S B
I agree with the rest of the complainers:
Orion seem frozen in its tracks for more than a year
now since Oracle took it over.
I'm not sure if you're saying that OC4J hasn't developed or Orion hasn't developed in the last year.
I know we've been working hard on OC4J. OC4J now leads the SpecjAppserver benchmarks for some categories in both the 2001 and 2002 editions -- big deal you may say -- but that shows OC4J can run complex apps at high workloads and achieve good performance levels. OC4J is J2EE 1.3 compatible and we have an preview release which exposes some J2EE 1.4 functionality in which which we have also integrated TopLink as the CMP provider and provided Web Services capabilities which use JAX-RPC and support for WS-I.
> The barrier to entry for developers are as follows:
>
1) The documentation is all over the place on
technet. They need to consolidate the docs into one
big manual like all the other J2EE vendors.
All the official product documentation for each production releaseis available from one place on OTN.
http://otn.oracle.com/documentation/ias.html
This is accessible from the doc tab on the top of the OTN page.
The early doc we put out for the preview releases is usually linked off of the OC4J specific area -- is this what is hard to find? I'd appreciate any comments on specific doc you found hard to find so we can try and fix it.
2) No administrative console except that bulky
enterprise manager
Enterprise Manager is being slimmed down (and quickened!) for the 904 release.
We're aware that we need an alternative solution for management for the standalone distribution. We have implemented a JMX server and requisite MBeans/APIs per JSR77/88 and this will be available in the OC4J 10.0.3 release. A preview of this is available today. We are also shipping a demo console with the preview which uses the JMX capabilities to do deployment and management of the server.
3) Lots of undocumented features you need like
dmsoc4j/Spy that it seems only oracle internal people
and people that troll forums can find
We have a lot of capabilities in the product, so it's likely there are some pieces that are not covered in each piece of documentation. The DMS spy utility is described in the performance documentation book for the product. The concepts guide does try to present a relatively high level description of all the components of OracleAS and is worth a quick read to get across all the moving parts.
4) (most of) the examples are all written by
inexperienced hacks who make them so overly
complicated that the are impossible to use for
learning. The ant scripts for them are terrible
Can you point to which specific examples you are referring to here so we can get it looked at and addressed.
Please OC4J team, put some work into making the
product more useable, clean up the docs and examples,
and for godsakes rename the classes to
com.oracle.oc4j. That's the first sign that you guys
doing a sloppy job of taking it over. And not the
only. Can I ask why do you need the packages renamed? How does that have any effect on you as a developer?
I look forward to your improvements and would offer
to help if it was at all pluggable. Too bad, my
efforts will go to jboss instead.Thanks for the time you put into the feedback.
-steve-

Similar Messages

  • Problem with administrative share

    Hello!
    We have headache-giving problem with Administrative Share in our company.
    Network looks like this:
    1) Server VLAN - x.x.10.1
    2) User VLAN - x.x.11.1
    3) Domain Admins VLAN - x.x.12.1
    Now for that situation.
    When we trying to access Administrative share (C$) from Admin VLAN to User VLAN, it's all fine
    From Admin VLAN to Server VLAN - all fine
    From Server VLAN to User VLAN - problem
    What we found
    Our network guy ensured us, that all three VLAN's are wide open to each other
    We can't access share on variety of OS - WIndows XP, Windows 7 32/64
    Windows share is turned on using Group Policy
    File sharing is allowed in Windows firewall
    On server we are logged via RDP with Domain Admin accout, which is in local Administrators group on every station on user VLAN
    Share service is running
    Any ideas?
    MT

    Hi, 
    Is there any error message when you try to access Administrative share (C$) From Server VLAN to User VLAN and can you access other administrative share (F$, G$, H$, etc.)? Can you access Administrative share (C$) From Server VLAN to Admin VLAN? 
    Please also refer to the thread below to see if it is helps:
    Unable to access administrative share
    http://social.technet.microsoft.com/Forums/en-US/6d0ef498-47c1-4b55-a716-633af7de61d7/unable-to-access-administrative-share?forum=winserver8gen
    Regards, 
    Mandy
    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.

  • Problem with BPEL Console

    Hi all,
    We are facing a peculiar type of problem on BPEL Console.
    Scenario: I have created an empty BPEL process. That process gets initiated by a CSV file present in the specific folder (with the help of file adapter), and subsequently the values from that CSV file is used as an input parameter for calling a procedure (with the help of DB Adapter). The success or failure of the BPEL process is informed to particular set of people through Email. Everything is working perfectly fine including the process instance and the Email part.
    Problem: We are not able to see any instance created on BPEL console if we are passing more than 2000-3000 records in a CSV file. But the process is happening because procedure is doing its work and we are getting the success or failure Email also.
    Point to note, For less than 2000 its working perfectly fine.
    Any help in this case will be helpful for our team.
    Regards,
    Abhi...

    This sounds like a bug in the administrative console. It would be interesting to see what happens if you query the database directly:
    There is a whitepaper that discusses that:
    http://www.oracle.com/technology/pub/articles/bpel_cookbook/blanvalet.html
    The relevant code for you is:
    whereCondition where = whereConditionHelper.whereInstancesStale();
    IInstanceHandle[] instances = getLocator(domainId, domainPassword).listInstances(where);
    BPEL ProcessManager API documentation can be found in [bpelhome]\integration\orabpel\docs\apidocs\index.html
    If this returns all instances, even when there are more than 2000, you know you hit a bug in the management console.
    Hope this helps,
    Lonneke

  • Problem with admin console

    Hai Folks,
    I have installed Weblogic8.1 SP5.I have created mydomain with user name,password,and all other portdetails host.
    When I start server it is running properly with out any errors..the out put window shows the below message..
    Starting weblogicserver with Java HotSpot(TM) Client VM Version 1.4.2_0
    Inc.>
    2006 11:14:55 AM CDT> <Info> <Configuration Manageme
    r is being started as the administration server.>
    2006 11:14:55 AM CDT> <Info> <Management> <BEA-14110
    8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 6
    2006 11:14:56 AM CDT> <Notice> <Management> <BEA-140
    ration from configuration repository at C:\bea\user_
    config.xml.>
    2006 11:14:59 AM CDT> <Notice> <Log Management> <BEA
    e C:\bea\user_projects\domains\mydomain\myserver\mys
    ver side log events will be written to this file.>
    2006 11:15:02 AM CDT> <Notice> <Security> <BEA-09008
    ing security realm myrealm.>
    2006 11:15:03 AM CDT> <Notice> <WebLogicServer> <BEA
    Admin Server "myserver" for domain "mydomain">
    2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
    dmin Server "myserver" for domain "mydomain" running
    2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
    RUNNING mode>
    2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
    ad.Default" listening on port 7001, ip address *.*>
    But when i try to open admin console through browser giving the url as
    http://localhost:7001/console the page is not displaying its giving page not found error.I tried it again by restarting the system,but again the same problem..Please help me regarding this problem.
    Thanks,
    Sai

    mmm, it could be CPU, it could be a network-related issue... are you using multicast or unicast?
    can you reproduce the issue?
    if yes, can you run "top" to verify the CPU usage,
    and do a thread dump on the admin server?
    or at that point the box is entirely unresponsive?
    in that case, running a scripts which periodically does a thread dump, and running top to sample every 10 seconds, could help...
    jm2c

  • OIM 9.1 Time-out problem with Design Console

    If I leave the design console running for any length of time, making updates result in the following error:
    17:36:52,578 ERROR [ACCOUNTMANAGEMENT] Class/Method: tcDataBase/getUser encounter some problems: Invalid user found: xelsysadm
    java.lang.RuntimeException: Invalid user found: xelsysadm
    at com.thortech.xl.server.tcDataBase.getUser(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.isOperationAllowed(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.isUpdatePermissible(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source) ...
    Closing the Design Console and re-launching produces similar errors. I must stop and restart the JBOSS server to get access again. My environment is Windows 2003 with JBOSS and an 11g database.
    Any help on what to look for would be appreciated.
    KC

    You are correct. If you pre-populate, it will be the requester. The requester would need to manually populate the field during the request with the requestee information. And there is only one form available. You can however, after submission of the request, get the request data, parse the Consolidated Request Data to determine the id's in the request field, and then return appropriate responses to trigger the tasks needed. This will still be a problem in the long run because you can't change the requestee information for each approval task. You're pretty much out of luck on this one.
    -Kevin

  • Upgrading to PT 8.49.14 - PermGen problem with weblogic console

    All Peoplesoft domain Comes you fine in our env setup (Admin, PIA1, and PIA2).
    When we try to bring up the console, we're able to get the initial signon screen.
    We enter the account and password, hit the signon button, and it never comes back.
    The log ends up showing a PermGen error:
    hrdmo@peo1asdv-z1:/psa1asdv/apps/hrdmo/hr890/webserv/hrdmo/servers/WebLo
    gicAdmin/logs> more WebLogicAdmin_stderr.log
    Exception in thread "VDE Replication Thread" java.lang.OutOfMemoryError:
    PermGen space
    Exception in thread "[STANDBY] ExecuteThread: '6' for queue:
    'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:
    PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '0' for queue:
    'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:
    PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '7' for queue:
    'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:
    PermGen space
    Changed Java heap from Solution:
    from:
    JAVA_OPTIONS_SOLARIS="-server -Xms512m -Xmx512m -XX:MaxPermSize=256m
    -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform"
    To:
    JAVA_OPTIONS_SOLARIS="-server -Xms1024m -Xmx1024m -XX:MaxPermSize=256m
    -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform"
    Changed the adminserver:
    from:
    JAVA_OPTIONS_ADMINSERVER="-Xms256m -Xmx1024m"
    to:
    JAVA_OPTIONS_ADMINSERVER="-Xms1024m -Xmx1024m"
    still getting PermGen space error, any thoughts?
    Env setup: Solaris 10, WLS 92 MP3 patch1, PTools 849.14
    Thanks

    Increasing PermGen size doesn't solve problem at all. Source of the problem is related with class loader. After you web app is undeployed class loader can not unload all classes from PermGen memory. This leads to extra memory consumption after every undeploy, deploy cycle. Make sure every class can be released and undeployed after undeploy.
    Regards
    Remis B
    Remigijus Bauzys
    Java EE freelancer
    IT Consultant.

  • [Help: Urgent] problems with accessing /console after apparent successful install of Portal server SP3.0sp3a

    Hi,
    HW: Sun Solaris 2.8
    I would really appreciate it you can cc: me if you can shed any light
    as
    to whats going wrong, and what I should do to fix the following
    problem.
    Portal server doesn't allow one to access /console (or /login) -
    0 length document is returned.
    We find the following in the enterprise server error log, when we
    attempt
    to access portal console (URI: http://....:8080/console)
    1) Installed SP3.0sp3a as Open Portal, i.e without the gateway and
    without
    SSL enabled.
    2) Our Unix users are served using YP
    ***From the server access logs : ***
    - - [16/Nov/2001:15:12:40 -0800] "GET /login HTTP/1.0" 503 0
    ***From the server error logs : ***
    [16/Nov/2001:14:11:27] info ( 4639): successful server startup
    [16/Nov/2001:14:11:27] info ( 4639): iPlanet-WebServer-Enterprise/4.1SP7
    BB1-04/05
    /2001 18:30
    [16/Nov/2001:14:11:28] info ( 4639): Loading Simple Session Manager by
    default. Sp
    ecify MMapSessionManager in servlets.properties to load persistent
    session manager
    [16/Nov/2001:14:11:28] info ( 4639): SimpleSessionManager: Default
    values for maxi
    mum number of sessions is 1000 with a time out value of 1800 seconds
    [16/Nov/2001:14:11:28] info ( 4639): SimpleSessionManager: Maximum
    number of sessi
    ons (1000) with a time out value of (1800) seconds
    [16/Nov/2001:14:12:40] info ( 4639): Internal Info: loading servlet
    login
    [16/Nov/2001:14:12:41] info ( 4639): Internal Info: loading servlet
    pllservice
    [16/Nov/2001:14:12:41] info ( 4639): pllservice: init
    [16/Nov/2001:14:12:42] failure ( 4639): Internal error: exception thrown
    from the
    servlet service function (uri=/login): java.lang.NullPointerException,
    stack: java
    ..lang.NullPointerException
    at
    com.iplanet.portalserver.auth.service.AuthD.printProfileAttrs(Compiled
    Code)
    at
    com.iplanet.portalserver.auth.service.AuthD.<init>(AuthD.java:160)
    at
    com.iplanet.portalserver.auth.service.AuthD.getAuth(AuthD.java:171)
    at
    com.iplanet.portalserver.auth.service.LoginServlet.doGetPost(Compiled C
    ode)
    at
    com.iplanet.portalserver.auth.service.LoginServlet.doGet(LoginServlet.j
    ava:990)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at
    com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunne
    r.java:507)
    , root cause:
    Many thanks for your responses on this.
    Tarang Kumar Patel. WWW home:http://ic-www.arc.nasa.gov/ic/
    NASA Ames Research Center, MS 269-2, Moffett Field, CA 94035-1000
    Email: [email protected], Tel:(650) 604-4721 fax: (650) 604
    3594
    Stated views are my own IDEA, as I'm another I.D.E.A man "I Didn't
    Explain All"

    Just one more thing:
    I made the following setting in platform.conf
    ips.debug=on
    Now, the trace I see on the STDOUT/STDERR stream reveals :
    Received RequestSet XML : <?xml version="1.0" standalone="yes"?>
    <RequestSet vers="1.0" svcid="profile" reqid="2">
    <Request sid="qxcuekwwdrcfwubmmwuip82764q94o37r67n@[email protected]@8080@z
    repvc"><![CDATA[<ProfileService ver="1.0" reqid="0"><GetProfile  searchFlag="false"
    admin="false"><Profile profileName="mercip/authentication" profileType="9"><Priv p
    rivName="iwtSession-addSessionListenerOnAllSessions"/></Profile></GetProfile></Prof
    ileService>]]></Request>
    </RequestSet>
    ---->NEED TO FILL APPSHASH -----
    getProfile.walktree
    321^iwtSession-addSessionListenerOnAllSessions-pv
    com.iplanet.portalserver.profile.service.ProfileServiceException: 321^iwtSession-ad
    dSessionListenerOnAllSessions-pv
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Exception.java:42)
    at com.iplanet.portalserver.profile.service.ProfileServiceException.<init>(
    ProfileServiceException.java:47)
    at com.iplanet.portalserver.profile.service.ProfileService.walkTree(Compile
    d Code)
    at com.iplanet.portalserver.profile.service.ProfileService.getProfile(Compi
    led Code)
    at com.iplanet.portalserver.profile.service.ProfileService.processProfileRe
    quest(ProfileService.java:134)
    at com.iplanet.portalserver.profile.service.ProfileService.processRequest(P
    rofileService.java:123)
    at com.iplanet.portalserver.profile.service.ProfileService.process(Compiled
    Code)
    at com.iplanet.portalserver.pll.server.PLLRequestServlet.handleRequest(PLLR
    equestServlet.java:139)
    at com.iplanet.portalserver.pll.server.PLLRequestServlet.doPost(Compiled Co
    de)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner
    .java:507)
    ProfileResponse: exception key:321
    ProfileResponse: exception string:iwtSession-addSessionListenerOnAllSessions-pv
    ProfileResponse.toXMLString:method id is 0
    Sent ResponseSet XML : <?xml version="1.0" standalone="yes"?>
    <ResponseSet vers="1.0" svcid="profile" reqid="2">
    <Response><![CDATA[<ProfileService vers="1.0" reqid="0"><Exception>321^iwtSession-a
    ddSessionListenerOnAllSessions-pv</Exception></ProfileService>]]></Response>
    </ResponseSet>
    ProfileResponse: exception key:321
    ProfileResponse: exception string:iwtSession-addSessionListenerOnAllSessions-pv
    ProfileUtils.getProfileResponse: Response content <ProfileService vers="1.0" reqid=
    "0"><Exception>321^iwtSession-addSessionListenerOnAllSessions-pv</Exception></Profi
    leService>
    Profile Error:
    Invalid attribute or privilege name
    com.iplanet.portalserver.session.SessionException: Invalid attribute or privilege n
    ame
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at com.iplanet.portalserver.session.SessionException.<init>(SessionExceptio
    n.java:30)
    at com.iplanet.portalserver.session.Session.addSessionListenerOnAllSessions
    (Session.java:642)
    at com.iplanet.portalserver.session.Session.addSessionListenerOnAllSessions
    (Session.java:502)
    at com.iplanet.portalserver.auth.service.AuthD.<init>(AuthD.java:112)
    at com.iplanet.portalserver.auth.service.AuthD.getAuth(AuthD.java:171)
    at com.iplanet.portalserver.auth.service.LoginServlet.doGetPost(Compiled Co
    de)
    at com.iplanet.portalserver.auth.service.LoginServlet.doGet(LoginServlet.ja
    va:990)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner
    .java:507)
    Authd Profile Attributes
    cookieDomains
    cookieName->iPlanetPortalServer
    authHost:authPort->........:8080
    authProto->http
    authHostIP->.....
    authHostURL->http://.......:8080/login/default
    Lets hope this helps

  • Problem with Management Console

    This is not really an installation issue, but this seemed the most appropriate category.
    Whenever I try to access any functions of the Users Tool in the Solaris Management Console (gui), such as viewing users, viewing roles, etc., an error msg pops up stating "CIM_ERR_FAILED" . This occurs whether I load locally or over network from another machine's Management Console.
    The box is running Solaris 8 04/01 with several packages from the Sun companuon CD installed, as well as the latest Sun recommended patch cluster. Any help and/or suggestions would be greatly appreciated.

    I think I temporarily fixed this problem I am not sure how this will affect the development.
    But atleast I can start the J2EE/DB services so that I can start and stop services from the MMC
    What was happening was that the services
    SAPJ2E_00
    SAPJ2E_01
    were not starting up because of the logon problems, the default account that was created SAPService( something like that ) was not able to log on, I changed the logon permissions to "Local System" and started the service, this time atleast the service started.
    I need to launch the Development Studio and see if I am able to work with the new account permissions on the J2EE server

  • Problems with Administrator Account

    I am presently using my G4 PowerBook while I am away in Australia. It is running system 10.4.11.
    It is set up with three accounts: administrator, my wife's and a visitor's account. Both the administrator account and my wife's can administer the computer. The privileges for the visitor account are very limited.
    During the last few days the administrator account is behaving very oddly. It allows only one window to be open at anytime. For example, if I am running Text Edit and I decide to bring up Safari, the Text Edit window will disappear although the programme continues to run in the background. I have tried running other pairs of programmes and the fault seems to be universal. When I cycle through open programmes by typing Command-Tab, all open programmes are represented.
    Now when I open up my wife's account, the computer behaves normally and one can have multiple windows open and drag and drop as usual.
    I have repaired permissions and run Disk Utiltiy from the original install disk. This process suggests that all is not well with the hard drive. When I ran Tech Tools, from the CD I obtained with my Apple Care, it suggested that the hard drive needed repair. I carried out the repair process and was told that everything was OK.
    I hoped that the upgrade to 10.4.11 would sort out the problem but it has not done so. It is behaving as if there is a check box somewhere that allows for multiple windows that has become unticked. I have searched high and low but have not been able to find anything amiss. I use Macaroni which carries out regular Unix maintenance.
    Any clues, anyone?
    Many thanks in advance.
    David Amies

    Ok, what I will get you to do is take each file I list below and drag it to the desktop, the log out and back in and test. Drag only 1 or 2 at once until the problem disappears. If after moving some files and testing and the issue persists, replace them in the preferences folder. If you pull multiple files to the desktop at once and the problem stops, replace them one at a time until it is apparent what file is the culprit.
    com.apple.finder.plist
    com.apple.dock.plist
    com.apple.desktop.plist
    com.apple.dashboard.plist
    com.apple.dashboard.client.plist
    com.apple.FolderActions.plist
    com.apple.FolderActionsSetup.plist
    com.apple.LaunchServices.plist
    com.apple.help.plist
    com.apple.helpviewer.plist
    com.apple.MenuBarClock.plist
    If none of those work, message me back for a few more.
    Good luck!

  • Problems with admin console in firefox 4 and chrome 10

    I am experiencing problems when accessing the admin console with firefox 4.0 or chrome.
    Apparently this came up after i switched to firefox 4.0.
    Symptoms:
    In many admin screens the detailed information is missing. e.g. the list of SGD servers is not visible at all.
    Sometimes it flashes briefly, as if it were created but deleted immediately afterwards....
    Has anybody seen this?
    The same does not occur with Internet Explorer.
    Edited by: user3336194 on 26.04.2011 03:42
    Edited by: user3336194 on 26.04.2011 03:43

    You can use a userscript like this one to make it work in Chrome and Firefox:
    // ==UserScript==
    // @match https://*/sgdadmin/*
    // ==/UserScript==
    var a = document.all;
    for (var i = 0; i < a.length; i++) {
    var e = a;
    if(e.id.match("Form:")) {
    e.hidden = false;
    https://gist.github.com/raw/1818005/sgdadmin.user.js
    (Requires Greasemonkey on Firefox: https://addons.mozilla.org/de/firefox/addon/greasemonkey/)
    Cheers, Daniel

  • Problems with administrative password

    I'm trying to help my parents fix their airport problems, which complicates things because I haven't been through this at every step, so I'm not exactly sure what the computers have been through.
    The main problem, though, seems to be that their airport was set up to where only approved computers could access the wireless network, rather than a password. The problem is that their old administrative computer crashed and they got rid of it. Now, any laptop that was already approved still works fine with the airport, but wee can't figure out how to approve any new computers to work with it, since the administrative computer is no more. Is there any way to reset the airport, or create a new administrator without the old one?
    Thanks.

    Normally you would not need to do anything for other computers to join as long as you provided them the encryption password (if you have wireless encryption enabled).
    To configure the AirPort Extreme base station (AEBS) you would use AirPort Utility (found in /Applications/Utilities on a Mac). First thing that you should do is disable MAC address filtering. The 2nd thing you should do is enable WPA2 wireless encryption with a long non-dictionary password. If you have some computers not compatible with WPA2 you can try WPA and then even down to WEP.

  • Using IBM SVC console with firefox 4 does not display the last row of data correctly, also see same the problem with HMC console as well.

    Using Firefox 4.0.1, the IBM SVC console and the IBM HMC console both have the last line of selectable items either cut off, or overlaying the prior row of displayed items. Junked version 4 and reverted back to 3.6.17.

    Seeing the same problem using the HMC with FF7 beta.

  • Slim, a problem with virtual consoles and a question about reboot

    hi, just installed slim but now when I switch to the virtual consoles my session on X starts firing keyboard events on the consoles I have there, how can I fix that?
    I'm using xmonad, my terminal is sakura and I'm starting slim from /etc/inittab and xmonad from ~/.xinitrc
    also, it seems slim uses special usernames to halt and reboot however those ask me for the root password, is there a way to avoid that?
    thanks all.
    Last edited by Samus_ (2008-11-23 18:19:49)

    Samus_ wrote:hi, just installed slim but now when I switch to the virtual consoles my session on X starts firing keyboard events on the consoles I have there, how can I fix that?
    this http://developer.berlios.de/bugs/?func= … up_id=2663 might be related.  out of curiosity, why are you starting slim from /etc/inittab and not as a daemon in /etc/rc.conf?
    Samus_ wrote:also, it seems slim uses special usernames to halt and reboot however those ask me for the root password, is there a way to avoid that?
    the flippant answer is, "yes, fix slim."  but so as not to be a jerk, 'man slim' turns up this:
    The 'halt' and 'reboot' commands need the root password, this may change in future releases.
    so i was about to say, "no."  then i decided to hit google with 'slim "special usernames" password'.   unfortunately, your post here is the fourth result, so no love there.
    *but* there's this:
    http://developer.berlios.de/bugs/?func= … up_id=2663
    and this:
    http://developer.berlios.de/patch/?func … up_id=2663
    and the abs.
    so if you really want it, read the wiki page on the abs, add the patch to the pkgbuild, makepkg, and pacman -U.  if you don't want pacman to replace your patched version when there's an update, add slim to the IgnorePkg line in /etc/pacman.conf.  you'll have to re-makepkg and re-pacman -U whenever there's an update, but it ain't that hard.
    if it works, i might like a copy of yr pkgbuild.  hth!

  • Problem with amadmin console

    i am deploying my own portlet using the pddeploy command with amadmin as login.
    it is also allowing me to create new channel using the identity server.
    But when i am trying to login on portal server desktop as amadmin it gives me error as confoguration error.
    You are not having access rights.

    Hello Delali97,
    Both the console and the script you mentioned seems tell us you have a question more related to programming or anything else. This is not related to Visual Studio Setup and Installation forum. That is forum talks about Visual Studio Installation.
    Please reopen your post to a related forum or you can post back and clarify your project details so that we will give you a direction.
    Regards,
    Barry
    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 msdos console

    Hi friends!,
    When I run my multi thread appliaction in a MSDOS console, sometimes, after some minutes the aplication stop and only run if I put the enter button on the console.
    The problem don't is for the code because in the editors un very good.
    Can you help me?, What is the problem?.
    Thanks a lot and greetings from Venezuela.
    Sorry for my little english!!!.

    Thanks, the code is very large and complex, but the
    problem don't is the code because in the editors the
    program run very good.Don't you ever assume you did everything correctly.
    The problem is the msdos console. After random time
    the program stop, and when I put "Enter", the program
    continue.
    It Is Like the pogram is inactive .Looks like your program asks for input. As I mentioned before.

Maybe you are looking for

  • Query possible?

    Hi Experts, Please help me in designing a query for the below given requirement. The Flow: I have three DSO's X, Y, Z and a multiprovider over them. The three DSO's have a key figure each to be displayed in the report. Report requirment: The report n

  • Nothing Happens when Logging on Admin Account

    Currently, I am using a secondary account to post this message. When I try to get into my main account, after entering my password... nothing happens. I see the mouse, and the background, but that's it. The dock never appears. I've tried waiting it o

  • 2 second battery life - can anyone help?

    My sixth month old powerbook G4 has a battery life of all of 2 seconds and needs to be plugged into the charger constantly. Anyone have any idea either why this has happened, or how I can sort it out? Will apple supply me with a new one or is there s

  • I need Project Systems(PS) documentation

    Dear Consultants, I need Project Systems(PS) documentation. I would really appriciate if any one help me out in getting PS material. my email id is [email protected]

  • Auto Size All Columns

    _Auto Size All Columns_ no longer auto sizes the Name column in the Windows version of iTunes. Furthermore, _Auto Size All Columns_ ought to be a configurable option that works automatically whenever you select different music in the library to appea