Error when I try to add an user using useradd

Hello All,
I am installing Oracle 11g R2 on Solaris 5.10 VWARE.
as per the installation documents i created the oinstall and dba groups. and the oracle user using the below commands:
# /usr/sbin/groupadd oinstall
# /usr/sbin/groupadd dba
# /usr/sbin/useradd -g oinstall -G dba oracle
UX: /usr/sbin/useradd: ERROR: Inconsistent password files. See pwconv(1M)
I've ran to re create from /etc/passwd:
#pwconv
I still get the same error
What can be the error?
Your help is much appreciated.
Regards,

Many thanks for your response. I am just trying to add the Oracle user.
This is a brand new install on a new solaris vm and it puzzles me as to the reasons for this error.
I did as suggested.
The return code was:
0
I am not able to spot any issues with both my fiiles. Read the man pages carefully. I've pasted the contents below for your eyes in case im being thick here.! Sorry. Please advice:
/etc/passwd
root:x:0:0:Super-User:/:/sbin/sh
daemOn:x:1:1::1/:
bin:x:2:2::/usr/bin:
sys:x:3:3::/:
adm:x:4:4:Admin:/var/adm:
lp:x:71:8:Line Printer Admin:usr/spool/lp:
uucp:x:5:5:uucp Admin:/usr/lib/uucp:
nuucp:x:9:9:uucp Admin:/var/spool/uucppublic:/usr/lib/uucp/uucico
smmsp:x:25:25:SendMail Message Submission Program:/:
listen:x:37:4:Network Admin:/usr/net/nls:
gdm:x:50:50:GDM Reserved VID:/:
webservd:x:80:80:WebServer Reserved UID:/:
Postgres:x:90:90:PostgreSQL Reserved UID:/:/usr/bin/pfksh
svctag:x:95:12:Service Tag UID:/:
nobody:x:60001:60001:NFS Anonymous Access User:/:
noaccess:x:60002:60002:No Access User:/:
nobody4:x:65534:65534:SunOS 4.X NFS Anonymous Access User:/:
/etc/shadow
root:R1jyqdH8WZ3zc:6445::::::
daemon:NP:6445::::::
bin:NP:6445::::::
sys:NP:6445::::::
adm:NP:6445::::::
lp:NP:6445::::::
uucp:NP:6445::::::
nuucp:NP:6445::::::
smmsp:NP:6445::::::
listen:*LK*::::::
gdm:*LK*::::::
webservd:*LK*::::::
postgres:NP::::::
svctag:*LK*:6445::::::
nobody:*LK*:6445::::::
noaccess:*LK*:6445::::::
nobody4:*LK*:6445::::::
Edited by: nickn on Apr 17, 2011 12:00 PM

Similar Messages

  • Why do I get unknown error when I try to add to my iCloud storage

    Why do I get unknown error when I try and add storage to iCloud account ? I have funds in account but I do not have a credit card # on file.

    This didn't solve it for me. Card details already there, and iTunes purchases working fine.
    But just to be sure I' have re-entered and resaved my card info and checked, re-entered and re-checked my appleID info.
    Still not working.
    Anyone got any other suggestions?

  • SourceFire management system error when I try to delete a user agent

    I'm running into an issue with the Sourcefire management system. When I try to delete a user agent within Sourcefire I get redirected to an error page.
    Running 5.3. I have attached the error.

    Try disabling your antivirus/antispam software.

  • What does "unable to initialise LDAP" means when I try to add new user in iws6.0?

    (no LDAP server is configured) contact directory server admin ->how do I do this?
    how do I configure LDAP server?
    iws installation state I should create a Win NT user account, but this is preventing me.
    Will the iws work ok without the user account?

    Hi,
    # how do I configure LDAP server?
    1.Go to Admin server GUI -----> Click on Global Settings Tab ----> Configure Directory Service --->
    LDAP Directory Server Configuration
    Host Name: 10.10.2.204 (IP address of where your ldap server running)
    Port     : 389 (port # of ldap server
    Use Secure
    Sockets Layer (SSL)
    for connections?: Yes No (If your ldap server running on SSL click yes or select no)
    Base DN     : o=web.com (organisation of ldap server)
    Bind DN : cn=Directory Manager
    Bind Password : password of Directory Manager
    2. Click on Save Changes . Save and Apply and restart the admin server.
    3. Now try to add user in iWS admin server page from
    Users and Groups Tab.
    # iws installation state I should create a Win NT user account, but this is preventing me.
    Will the iws work ok without the user account?
    Not necessarly, You can install & run iWS as administrator.
    Thanks,
    Daks.
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • AjaxUpdate Error when I try to add ajax support to dripdown

    javax.faces.FacesException: javax.el.ELException: AjaxUpdate component not found for id
    public void createDropDown(List<EnumValueType> enumValueList, HtmlPanelGrid tempPanelGrid){
              HtmlSelectOneMenu menu = new HtmlSelectOneMenu();
              UISelectItems items = new UISelectItems();
              List<SelectItem> tempList = new ArrayList<SelectItem>();
              Iterator<EnumValueType> enumValueIt = enumValueList.iterator();
              while(enumValueIt.hasNext()){
                   EnumValueType evt = enumValueIt.next();
                   System.out.println(evt.getValue()+":"+evt.getDescription());
                   tempList.add(new SelectItem(evt.getValue(),evt.getDescription()));
              items.setValue(tempList);
              menu.addValueChangeListener(new PropertyValueChangeListener());
              menu.setStyle("float:left");
    HtmlAjaxSupport ajaxSupport = new HtmlAjaxSupport();
         ajaxSupport.setActionExpression(FacesContext.getCurrentInstance().getApplication().getExpressionFactory().createMethodExpression(
         FacesContext.getCurrentInstance().getELContext(), "#{commandBean.completeCommand}", String.class, new Class[] {}));
         ajaxSupport.setEvent("onchange");
         ajaxSupport.setReRender("completeCommand");
         menu.getFacets().put("a4jsupport", ajaxSupport);
              menu.getChildren().add(items);
    }

    Many thanks for your response. I am just trying to add the Oracle user.
    This is a brand new install on a new solaris vm and it puzzles me as to the reasons for this error.
    I did as suggested.
    The return code was:
    0
    I am not able to spot any issues with both my fiiles. Read the man pages carefully. I've pasted the contents below for your eyes in case im being thick here.! Sorry. Please advice:
    /etc/passwd
    root:x:0:0:Super-User:/:/sbin/sh
    daemOn:x:1:1::1/:
    bin:x:2:2::/usr/bin:
    sys:x:3:3::/:
    adm:x:4:4:Admin:/var/adm:
    lp:x:71:8:Line Printer Admin:usr/spool/lp:
    uucp:x:5:5:uucp Admin:/usr/lib/uucp:
    nuucp:x:9:9:uucp Admin:/var/spool/uucppublic:/usr/lib/uucp/uucico
    smmsp:x:25:25:SendMail Message Submission Program:/:
    listen:x:37:4:Network Admin:/usr/net/nls:
    gdm:x:50:50:GDM Reserved VID:/:
    webservd:x:80:80:WebServer Reserved UID:/:
    Postgres:x:90:90:PostgreSQL Reserved UID:/:/usr/bin/pfksh
    svctag:x:95:12:Service Tag UID:/:
    nobody:x:60001:60001:NFS Anonymous Access User:/:
    noaccess:x:60002:60002:No Access User:/:
    nobody4:x:65534:65534:SunOS 4.X NFS Anonymous Access User:/:
    /etc/shadow
    root:R1jyqdH8WZ3zc:6445::::::
    daemon:NP:6445::::::
    bin:NP:6445::::::
    sys:NP:6445::::::
    adm:NP:6445::::::
    lp:NP:6445::::::
    uucp:NP:6445::::::
    nuucp:NP:6445::::::
    smmsp:NP:6445::::::
    listen:*LK*::::::
    gdm:*LK*::::::
    webservd:*LK*::::::
    postgres:NP::::::
    svctag:*LK*:6445::::::
    nobody:*LK*:6445::::::
    noaccess:*LK*:6445::::::
    nobody4:*LK*:6445::::::
    Edited by: nickn on Apr 17, 2011 12:00 PM

  • Error when I try to add a non-catalog requisition t

    Hi
    When on our R12.3 E Business Site Admins is in Iprecurement and clicks None Catalog Request and attempts to add an item to the cart. The following error occurs, can anyone advise how to troubleshoot this?
    The error from the applications is very bland, i.e You have encountered an unxpected error. Please consult your System Administrator for assistance.
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.NullPointerException
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:616)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    java.lang.NullPointerException
         at oracle.apps.icx.icatalog.shopping.webui.SpendClsfCO.processRequest(SpendClsfCO.java:91)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    java.lang.NullPointerException
         at oracle.apps.icx.icatalog.shopping.webui.SpendClsfCO.processRequest(SpendClsfCO.java:91)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)

    Leeat
    Thanks for the replies.
    The information that you posted directed at John is not going to help much although it does tell us that your video file has a .mov files extension.
    But, that might be a significant piece of information depending on your answer to the question "Do you have the latest version of QuickTime installed on your computer along with Premiere Elements 11?" Also, are you running the programs as administrator?
    The QuickTime answer is important so please double check your computer to assure
    a. When you go to Publish+Share/Computer/QuickTime, you find QuickTime presets.
    b. When you go to Control Panel/Programs and the installed programs, you find QuickTime listed there as installed.
    If QuickTime (latest version) is not the solution, then we are going to need more information about the video properties.
    Video Compression
    Audio Compression
    Frame Size
    Frame Rate
    Interlaced or Progressive
    Pixel Aspect Ratio
    besides the .mov file extension which we already have.
    Depending on how things go, consider downloading and installing the free codec utility named GSpot
    GSpot Codec Information Appliance
    and then letting us know the video readout for
    a. Video Name Codec Status
    and
    b. Audio Name Status
    Please review and consider and supply more information. Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • I am getting internal server error when I try to add my points on the weight watchers website. How do I resolve this??

    Does anybody know how to fix internal server error?  This has never happened before?

    Welcome to Apple Support Communities.
    'Internal Server Error' means the problem is on the website you're visiting, not your computer.
    http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm
    The best answer is to wait a few hours and try again.
    If the error persists for you can also try Safari, Empty Cache, as shown below

  • Gettinig 404 error when I try to add an embedded link in Rich Text area

    Hello everyone,
    I am using 9.0.4.1 and I am trying to enter a number of URLs into a rich text field. I highlight the text I want to be the link, then click the link button and enter the url. If I try to enter more than 3 (or 4, or 5, the number varies) links, when I click the Finish button, I get directed to 404 - file not found page. The URL of this page is server/pls/portal/PORTAL.wwv_edit_tab.editItem.
    Do any of you have any clue as to what is going on here?
    Any help would be greatly appreciated
    Jim Koch

    Christian,
    Thanks for the advice. We ended up logging a TAR regarding this, and after working with support, we came to the conclusion that an upgrade we performed last week was causing the problem and that we needed to install patch #4015165. We installed the patch, and now the problem appears to have disappeared.
    Thanks again everyone,
    Jim

  • HT4113 Error when i try to add fingerprint in touch id and passcode

    I keep having a trouble again and again, i have reset the phone twice with no luck!

    Hi Ellstheman!
    This is not an uncommon problem.
    Try taking a wet towel, wipe the screen carefully, dry the screen with a dry towel, then reset the iPhone,
    (Hold down home button and power button at the same time for 10 seconds) and try unlocking it.
    If it does finally work, consider changing to a number or word password to save you from the trouble next time.
    I hope I helped
    If not, contact an Apple associate for tips help.
    Good luck
    ~Sarah J

  • Errors when I try to create shopping cart using BBP_PD_SC_CREATE

    Hi
    I am trying to run the FM - BBP_PD_SC_CREATE with the following data:
    IHEADER:_
    GUID: 00000000000000000000000000000001
    DESCRIPTION: TEST
    CURRENCY: USD
    PROCESS_TYPE: SHC
    POSTING_DATE: 03/24/2009
    I_SRC_OBJECT_TYPE: BUS2121
    IITEM:_
    GUID               00000000000000000000000000000002     
    PARENT          00000000000000000000000000000001     
    NUMBER_INT                     0000000001                           
    DESCRIPTION                    TEST                                 
    CATEGORY_ID                    A05                                  
    QUANTITY                                  1.000                     
    UNIT                           EA                                   
    PRICE                                    10.00                      
    PRICE_UNIT                         1                                
    SUBTYPE                                                             
    GROSS_PRICE                              10.00                      
    CATALOG_PRICE                             0.00                      
    CURRENCY                       USD                                  
    DEL_DATCAT                     1                                    
    DELIV_DATE                     03/24/2009                           
    DELIV_TIME                     10:27:00                        
    PRODUCT_TYPE                   01                 
    LOGSYS_FI                      GDVCLNT100        
    BE_LOG_SYSTEM                  GDVCLNT100   BE_REFOBJ_ITEM2                                           
    BE_REFOBJ_FYEAR2                                          
    BE_STGE_LOC                                               
    BE_PLANT                       0013                       
    BE_BATCH                                                  
    BE_VAL_TYPE                                               
    BE_MOVE_REAS                   0000                       
    BE_EXPERYDATE                                             
    BE_PUR_GROUP                   7AA                        
    BE_PUR_ORG                     0004                       
    BE_CO_CODE                     100                        
    BE_DOC_TYPE                    EC                      
    BE_MOVE_TYPE                   201                   
    BE_PO_PRICE                    1                                          
    ZZREQ_NAME                     LOGON_ID                 
    DUMMY_EEW_PDISS_SC                                     
    DUMMY_EEW_PDISC_SC                                     
    ZZUNAME_ATS                   LOGON_ID
    IACCOUNT:_
    CLIENT                                                          
    GUID                           00000000000000000000000000000003 
    P_GUID                         00000000000000000000000000000002 
    DISTR_PERC                     100.00                           
    ACC_NO                         0001                             
    ACC_CAT                        CC                           
    G_L_ACCT                       3500                             
    BUS_AREA                       A                                
    COST_CTR                       100A419   
    IPARTNER:_
    CLIENT                                                                 
    PARTNER_GUID                   00000000000000000000000000000006        
    P_GUID                                00000000000000000000000000000001        
    PARTNER_FCT                    00000016                           
    ADDR_TYPE                      1                                       
    ADDR_ORIGIN                    A                                 
    ADDR_NO                        1072637    
    PARTNER_ID                    5111147
    IORGDATA:_
    CLIENT                                                         
    GUID                           00000000000000000000000000000007
    P_GUID                         00000000000000000000000000000001
    PROC_ORG_RESP_ID               50030051                        
    PROC_ORG_ID                    50030050                        
    PROC_GROUP_ID                  50030051                        
    I get the following errors in E_MESSAGES
    M MSGID                MSG  MESSAGE
    E BBP_PD               050 Partner of type Requester is not authorized for this document. Check entry
    E BBP_PD               551 No organizational data exists on item level                              
    Can anyone help? Am I missing any inputs/parameters?
    Thanks
    Geetha

    hi,
    Check in t.code: PPOSA_BBP whether the person who is creating the SC is attched to  the organisation  ID 50030050  ,Business partner is attached. The error is you have not defined the person in the organisation and check in the  attrtibute tab : the account assignment details
    Regards
    G.Ganesh Kumar

  • Getting ERROR "Sorry something wnt wrong" when i try to add an Access App...

    Hi 
    Iam struggling with an error when i try to add Access App to the Site / Web Application...
    I have tried to delte the Access Services and re-created it without any luck, and iam SharePoint Administrator, and siite collection admin to.
    But still iam not able to add an Access App...
    Is it any further configuration to set this up, or am i missing something here?

    how you trying to add the access app.
    also check the ULS logs for more information...from technical details you will get a correlation id.
    run the Merge-SPLogFile -correlation to get the complete trace of the error.
    also make sure your account not display as system account:
    Before a user can add an app for SharePoint, a member of the Farm Administrators group must configure the environment to support apps for SharePoint. For more information, see Configure
    an environment for apps for SharePoint (SharePoint 2013).
    A user must have the Manage Web site and Create Subsites permissions to add an app for SharePoint. By default, these permissions are available only to users who have the Full Control permission
    level or who are in the site Owners group.
    When a user adds an app for SharePoint, the app requests permissions that it needs to function (for example, access to Search, or to create a list). Users who do not have those permissions
    are informed that they do not have sufficient permissions and the app cannot be added. The user can contact a site or farm administrator to see if the administrator can add the app.
    A user logged in to a site as the system account cannot install an app. The system account cannot import app licenses because that could result in performance problems.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Why do I keep getting the following error message error code 0x80020022 when I try to burn a DVD using Mac Finder?

    Why do I keep getting the following error when I try to burn a DVD using Mac Finder?
    "The disk can't be burned because communication between the computer and the disc drive failed (error code 0x80020022)."

    I forgot about this since I upgraded to an external burn drive but I used to get this error whenever I tried to used a DVD or CD Blank Disc that was a DVD + R or a DVD +/- R or RW Disc Try using only the DVD -R or DVD -RW Disc   (Minus sign - )

  • HT204053 I have an iPhone 4S and when I try to add an iCloud account is gives me an error "Cannot Sign In, The maximum number of free accounts have been activated on this iPhone." Is there any way to deactivate an account?

    I have an iPhone 4S and when I try to add an iCloud account is gives me an error "Cannot Sign In, The maximum number of free accounts have been activated on this iPhone." Is there any way to deactivate an account? I have one for myself, one for my family and one for my work. I had all three on my iphone and then I deleted my work. I wanted to get my own person @me.com account. It wouldn't let me create it from my iphone, so I created it from my Macbook Pro. I am trying to add it to my iphone, but it keeps giving me that error. If there is a way I can deactivate my work one so I can use my @me.com personal account?

    Welcome to the Apple Community.
    Unfortunately once all the 3 iCloud accounts have been created on your mobile device, you cannot create any more regardless of what you do. You will need to re-use one of the accounts that you have already created or create your new account on another device or computer.
    You should however be able to add existing accounts to your device, are you sure you aren't trying to create on rather than simply use an existing one.

  • Error message when I try to add an image to the header

    I receive the following error message when I try to add an image to the header:
    Acrobat.com encountered an unexpected error.
    I have tried to add .jpg and .gif without success.
    Thanks,
    MDawn

    Hi,
    We typically see this when an organizations IT department is blocking the upload of images.  Are you working on this at work?  If so, can you try adding the image outside your companies network?
    Thanks,
    Todd

  • I get this message "The operation can't be completed because an unexpected error occurred (error code -50)" when I try and add any files to my Time Capsule

    I get this message "The operation can’t be completed because an unexpected error occurred (error code -50)" when I try and add or delete any files to my Time Capsule.  It just started happening a week ago.

    I would get an external drive today and copy all your stuff off the TC.. forget trying to load more onto it. There is a good chance after 3years (A 2TB should be only about 2years tops), the disk or the TC itself is on the way out. Do it immediately. If TM is also failing to backup you need to recognise symtoms of impending doom.
    Unfortunately the error messages are archane and it is hard to discover their meaning.
    You also cannot verify a network drive.. you can verify the TM sparsebundle though so do that.
    A5. http://pondini.org/TM/Troubleshooting.html
    Reboot the whole network from off.. certainly if you run later OS it can simply lose the drive..
    If you still fail to be able to copy to the TC.. then get that external and copy off it. Tell us if you can do that.

Maybe you are looking for

  • No internet after hard drive replacement

    HI. After 4.5 years of abuse I decided to replace my internal hardrive on my Powerbook G4 1.25ghz. I did the repair my self and everything seemed to be working out well. I installed tiger 10.4.6 and the computer booted right up and was working just a

  • Login screen freezes after the Lion 10.7.1 update

    After updating to 10.7.1 (the first Lion update) & restarting the system, it's not logging me in. As I give my password and press return it stays on the same login screen. I could move the mouse but there is no rotating wheel, just the same login scr

  • Photo size reduction in iWeb

    When I transfer photos into iWeb from iphoto how much reduction in size does it automatically make, I only have a website with 100Mb capacity

  • Using fragments as an alternative to copy/paste

    Not really a question, but I thought I would toss this out there in case it helps anyone else. I have been working to implement a new feature on an audit form. I have learned to test on small, easy to piece together sample documents and once it's wor

  • Downgrading Mac OS X 10.5.8 to 10.5.4

    Hi Guys, I have a bit of a problem with my backup. I use Symentec backup for my servers. Unfortunately, the backup only supports up to 10.5.5. My servers are currently 10.5.8. Could I ask how to downgrade the servers?