Packet length mismatch 14336,56 on x2100 after patch 118855-19

I'm new to solaris, and I don't currently have a solaris support contract.
After installing solaris 10 6/06 onto my shiny new x2100 (base model) and installing the latest available patches (as of this posting), I started seeing the following message repeated every few seconds in the system log:
ip: [ID 498608 kern.notice] Packet length mismatch: 14336, 56
Backing out 118855-19 causes the message to stop appearing.
Other than this message, I don't believe I have encountered any actual problems (yet).
Any suggestions on whether I should:
- continue to ignore this message;
- back out the patch;
- post this in another forum;
- try to investigate?
Update:
The following messages have also appeared in the system log during shutdown:
ip: [ID 646971 kern.notice] ip_create_dl: hw addr length = 0
ip: [ID 200596 kern.error] bge0: <unknown primitive> failed: DL_UNSUPPORTED
Message was edited by:
Mike_Watters

Hi!
I have this patch installed, but I haven't this problem (I use IPv4).
$ uname -srvmpi
SunOS 5.10 Generic_118855-19 i86pc i386 i86pc
1) Check that all recommended patches was applied.
2) It seems to me, that one of your application uses raw socket interface
(IP_HDRINCL, see /usr/include/netinet/in.h, ip(7p), ip6(7p), icmp6(7p)), and
length field (ip_len, see /usr/include/netinet/ip.h) in raw packet from
application supplied in wrong byte sequence (application was design for big
endian computer).
Usually kernel drops that kind of packets silently. May be new ip driver
(/kernel/drv/ip.conf), which includes in this patch starts to work in verbose
mode...
Try to find this application by stopping applications one by one.

Similar Messages

  • Smpatch disfunction after patch 118855-30 and grater

    Hello.
    smpatch (x86) does not work after 118855-30 and grater patch.
    smpatch depends on "showrev -p" (that fails SEGV core dump) to obtain list of installed patches.
    I found temporary solution to edit /var/sadm/pkg/SUNWcsr/pkginfo and remove long line PATCH_INFO_118855....
    I also found bug id 6489035 and previous ( http://sunsolve.sun.com/search/advsearch.do?collection=all&max=10&language=en&queryKey1=6489035 ) (5-nov-2006 :-O) that is flagged "10-fix delivered".
    My question: Which patch deliver the fix ?
    (smpatch update without support contract does not deliver the fix).
    Thank you, M.C>

    I see this, too. showrev -p dumping core seems to be sprinkled through the history of Solaris releases
    uname -aSunOS flarg 5.10 Generic_118855-36 i86pc i386 i86pc
    showrev -pSegmentation fault (core dumped)
    And yes, which patch is it that supposedly has fixed this? Cmon Sun, throw us a bone here :-) Is showrev deprecated officially now...surely there must be a better way than this to do it :-)

  • Packet Length errors

    We are getting frequent partition crashes in various service objects with
    this type of exception:
    FATAL ERROR: Packet length extracted from data is illegal (0x6d70).
    Class: qqsp_ImplementationException
    Error #: [501, 93]
    Detected at: qqcm_FortePacket::ReadHeader at 1
    Error Time: Tue May 22 17:43:54
    Exception occurred (locally) on partition "a_service_server_cl0_Part9",
    (partitionId = C83527E0-0DB4-11D5-B381-ED2750E6AA77:0x69ba, taskId =
    [C83527E0-0DB4-11D5-B381-ED2750E6AA77:0x69ba.5]) in application
    "a_service_server_cl0", pid 4091 on node tronsha4 in environment
    mdlprime.
    We are running Forte 3.0.M.6, compiled, on Solaris 2.6 with the most recent
    patches. I haven't found anything on this in the tech notes or the
    forte-users archive. I would suspect some port scanner activity, but this
    system is not attached to the public network, so I don't think that is
    possible.
    Any information would be greatly appreciated.
    Thanks,
    Mike Lapeyre
    EDS bluesphere

    Do you have any docs or infos with "mib" oder something i should check is the ap is a good condition. i have the problem that sometimes some aps "die" -> i have to reboot them, the problem is that i have to drive to them, they are not in my office.
    hope you can help me
    bernhard

  • Invalid Packet Length?

    Hi,
    We have a SessionBean that is being called very often. Whenever
    the SB method is called, we do a select from dual to access a
    sequence.
    After a while, we start getting a SQLException (see below for
    stacktrace) with "Invalid Packet Length" message.
    The first exception is on the PreparedStatement.close() and the
    following exception are in the Connection.prepareStatement()
    method.
    Does anybody have an idea of the cause of the problem?
    java.sql.SQLException: Io exception: Invalid Packet Lenght
    at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:168)
    at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:210)
    at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:323)
    at oracle.jdbc.driver.OracleStatement.close
    (OracleStatement.java:604)
    at oracle.jdbc.driver.OraclePreparedStatement.privateClose
    (OraclePreparedStatement.java:290)
    at oracle.jdbc.driver.OraclePreparedStatement.close
    (OraclePreparedStatement.java:235)
    at
    itc.epc.components.docManager.SBDocManagerBean.getUniqueKey
    (SBDocManagerBean.java:2048)
    at
    itc.epc.components.docManager.SBDocManagerBean.createDocument
    (SBDocManagerBean.java:156)
    at
    itc.epc.components.docManager.SBDocManagerBean.createDocument
    (SBDocManagerBean.java:101)
    at
    itc.epc.components.docManager.SBDocManagerBean.createDocument
    (SBDocManagerBean.java:251)
    at
    com.sssw.gen.ejb.EJB_DocManagerDeployed.itc.epc.components.docMan
    ager.SBDocManagerObject.createDocument
    (SBDocManagerObject.java:487)
    at
    com.sssw.gen.ejb.EJB_DocManagerDeployed.itc.epc.components.docMan
    ager.SBDocManagerObjectPOATie.createDocument
    (SBDocManagerObjectPOATie.java:1038)
    at
    itc.epc.components.docManager._SBDocManager_Stub.createDocument
    (_SBDocManager_Stub.java:2660)
    at itc.fs_model.parser.ModelBuilder.storeReferenceFileInfo
    (ModelBuilder.java:827)
    at
    itc.fs_model.parser.ModelBuilderCreateMode.createReferenceFile
    (ModelBuilderCreateMode.java:295)
    at itc.common.xmlparser.XMLParser.exportReferenceFile
    (XMLParser.java:467)
    at itc.common.xmlparser.XMLParser.exportOneScenario
    (XMLParser.java:319)
    at itc.common.xmlparser.XMLParser.exportScenarios
    (XMLParser.java:242)
    at itc.common.xmlparser.XMLParser.traverseTree
    (XMLParser.java:210)
    at itc.common.xmlparser.XMLParser.parseFile
    (XMLParser.java:135)
    at itc.fs_model.parser.ModelBuilder.start
    (ModelBuilder.java:628)
    at itc.fs_model.parser.ModelBuilderCreateMode.start
    (ModelBuilderCreateMode.java:351)
    at
    itc.epc.components.docManager.SBDocManagerBean.createScenario
    (SBDocManagerBean.java:1547)
    at
    com.sssw.gen.ejb.EJB_DocManagerDeployed.itc.epc.components.docMan
    ager.SBDocManagerObject.createScenario
    (SBDocManagerObject.java:718)
    at
    com.sssw.gen.ejb.EJB_DocManagerDeployed.itc.epc.components.docMan
    ager.SBDocManagerObjectPOATie.createScenario
    (SBDocManagerObjectPOATie.java:968)
    at
    itc.epc.components.docManager._SBDocManager_Stub.createScenario
    (_SBDocManager_Stub.java:1845)
    at com.interfacing.epc.ui.admin.UploadModelAction.perform
    (UploadModelAction.java:167)
    at
    org.apache.struts.action.ActionServlet.processActionPerform
    (ActionServlet.java:1787)
    at org.apache.struts.action.ActionServlet.process
    (ActionServlet.java:1586)
    at org.apache.struts.action.ActionServlet.doPost
    (ActionServlet.java:510)
    at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:853)
    at com.sssw.srv.resources.AgWarResource.doServletDispatch
    (AgWarResource.java:796)
    at com.sssw.srv.resources.AgWarResource.service
    (AgWarResource.java:572)
    at com.sssw.srv.resources.AgWarURLResource.perform
    (AgWarURLResource.java:114)
    at com.sssw.srv.http.httpd.perform(httpd.java:4560)
    at com.sssw.srv.http.Client.processRequest(Client.java:883)
    at com.sssw.srv.http.Client.loop(Client.java:1217)
    at com.sssw.srv.http.Client.runConnection(Client.java:1421)
    at com.sssw.srv.http.Client.run(Client.java:1381)
    at java.lang.Thread.run(Thread.java:484)

    Hi,
    your router will drop the over sized packet if the DF flag is set.  However, it will return a message to the originating device showing packet oversize.
    You can try setting the router logging to debug and verbose.  This should return the originating IP.  One other thing that you can do is take a close look at any devices  that you have setup.
    Additionally, you can try changing the MTU on the router but this could result in performance 
    degradation.  Alternatively, if you can identify the originating device, you can try changing
     the MTU there as well.
    HTH 
    Houtan

  • SSH Disconnecting: Bad packet length

    If I log into my new Xserves (running 10.4.4) using an invalid username, after I submit a password, ssh will hang for a long time then report:
    Disconnecting: Bad packet length xxxxxx
    My older Xserves (running 10.2 and 10.3) don't have this problem, they will just say "Permission denied, please try again" and prompt for the password again. eventually they'll disconnect you, but not with an error.
    Has Apple supplied a new version of SSH in 10.4 that is broken in some way?
    I have noticed this on both OS X server, and the desktop version (All at 10.4.4)
    This doesn't seem to be a problem if you use a valid login, only when you use an invalid userid.
    Any one else run into this? Any idea how to make ssh behave?
    thanks
    -jason

    In this case I was attempting to connect via my laptop (a powerbook) that was connected to the servers via a gigabit switch (the only intervening piece of equipment). Needless to say, these are about the most reliable connections you could expect to have.
    However, I've seen this behavior, when connecting to:
    2 different Xserves running 10.4.4 Server
    1 DualG5 powermac running 10.4.4 and
    1 Powerbook also running 10.4.4
    However when connecting to 10.2.x or 10.3.x servers, I receive the Permission denied response as one would expect.
    I just had an epiphany ....
    While attempting to disable password authentication on the 2 xserves altogether, I had to set not only "PasswordAuthentication no", but also "UsePAM no".
    So, perhaps the problem is that UsePAM is set to yes by default....
    I just attempted to log in to my workstation (10.4.4 with an unmodified sshd_config file) using a bogus username and I received:
    "Disconnecting: Bad packet length 4185019582" after an extended delay
    Then I changed the config file to set "UsePAM no" and tried the login again. this time I received:
    "Permission denied, please try again." almost immediately
    So, It appears that the default configuration that has PAM enabled for sshd is the problem here.
    Thanks for having me revisit this after sitting on it for a couple of days. It led me to the solution.
    -jason

  • Function module "GM_DOCUMENT_REVERSE" not found.  after Patch Update

    Hi Abapers/Basis
    After patch update i am not able to do FBCJ reversal entry getting below error message.
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Exception              CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time          25.05.2011 14:43:26
    Short text
         Function module "GM_DOCUMENT_REVERSE" not found.
    What happened?
         The function module "GM_DOCUMENT_REVERSE" is called,
         but cannot be found in the library.
         Error in the ABAP Application Program
         The current ABAP program "SAPLRWCL" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
         not caught in
        procedure "CALL_DISPATCHER_STORNO_R" "(FORM)", nor was it propagated by a
         RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        The program "SAPLRWCL" contains the CALL FUNCTION statement.
        The name of the function module to be called is "GM_DOCUMENT_REVERSE".
        No function module exists with the name "GM_DOCUMENT_REVERSE".
        All function modules are listed in the Function Library (SE37).
        Possible reasons:
        a) Wrong name specified. Pay particular attention to
           upper/lower case and underscores ("_").
           or
        b) Transport error
        c) In the case of an enqueue/dequeue module,
           the lock object may not have been activated
           (ABAP/4 Dictionary).
    How to correct the error
        Check the last transports to the SAP System.
        Is the program "SAPLRWCL" currently being changed?
        If an enqueue/dequeue module is involved, is the activation
        of the lock object missing in the ABAP/4 Dictionary?
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "CALL_FUNCTION_NOT_FOUND" "CX_SY_DYN_CALL_ILLEGAL_FUNC"
        "SAPLRWCL" or "LRWCLF10"
        "CALL_DISPATCHER_STORNO_R"
        Function modules with names similar to "GM_DOCUMENT_REVERSE":
        GM_DOCUMENT_CLOSE
        GM_DOCUMENT_RECORD
        GM_DOCUMENT_DELETE
        GM_DOCUMENT_POST
        GM_DOCUMENT_CHECK
        G_DOCUMENT_RECORD
        GJ_DOCUMENT_RECORD
        GM_DOCUMENT_PROJECT
        GET_DOCUMENTS
        GM_DOCUMENT_DISPLAY
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    Moderator message: please don't just dump your dumps, search for SAP notes or open a call with SAP instead.
    Edited by: Thomas Zloch on May 25, 2011 2:16 PM

    Hi Karthik,
    Thank you for ur reply.
    I did not implement any user exit/ badi. Dump is saying that my smarform function module does not exist in the se37 library.
    I have excuted my form through se38, that time is working fine. When i tried through output type it is going to dump.
    Regards,
    Kusuma.

  • Error while running isupplier portal from jdev after patches

    latest POS rollup patch was applied and since then i get an error on local machine while running portal pages, need not mention that my substitution has also broken after patches.
    On server :
    login as isupplier > click on any PO either on home page or any order via Orders> ponumber
    On local machine : I get below error when I click on any po.
    I have deleted all teh old classes and ftped the whole apps directory on my local machine, but i still get this error.
    Also noted that the functionality of changing PO, etc works fine, but this error gets printed in jdev console.
    can someone give me some clue ?
    thanks
    java.lang.ClassCastException
         at oracle.apps.pos.isp.server.PosServerUtil.checkSecurePO(PosServerUtil.java:85)
         at oracle.apps.pos.changeorder.webui.ViewOrderPGCO.processRequest(ViewOrderPGCO.java:1012)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at OA.jspService(OA.jsp:34)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:39)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Edited by: OAF-dev on Apr 19, 2010 1:39 PM

    I cross checked all the versions and I have the correct one installed....
    it was working before the patch . Patch is only the upgrade of POS. I got all teh class files again on my local machine , but this error comees up in jdev console. and rest all works fine. I have no clue why.

  • Authorization problems after patch 6 upgrade and re-install

    Hello everybody.
    I had a perfect working Visual Composer installation.
    After patching it, I got an 401 message, stating that I do not have authorization to view this page:
    HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
    Uninstalling and reinstalling didn't bring me much further. It seems to be an Internet Explorer and/or IIS 6.0 related problem.
    Of course I followed the very valuable note 804996, but the problem remains...
    Can anyone help me out?
    Thanx.

    Hi all.
    I resolved my own problem.
    Additional to the permission settings as they are explained in note 804996, you must add the Directory Security - Authentication & Access Control, set to Integrated Windows Authentication.
    Otherwise Windows NTFS security will block you.
    Gr.,
    Marc.

  • Sales office data missing after patching in CRM

    Hi,
    We have CRM 4.0 for internet sales.
    Recently, we patched our Development and QA CRM systems from SAPKU40009 to
    SAPKU40016.
    Immediately after the patching, we see that the Sales office information in the BP (Sales area- organization tab) is missing.  We have only one Sales org and Dist channel with division not active. All the sales office belong to the same sales org. Nothing has changed w.r.t org model before and after patching and all the org units are checked for determintation.
    Everything was working before the patching. Just after patching, we find the sales office information blanked out in the BP and as well as the drop down list is empty.
    I can see the sales office table entries for all the BPs in CRMM_BUT_SET0140. But when ichange the BP data (for some other field) and save, the table entries get deleted as i am not able to assign the sales office any more.
    We have not buffered the attributes. I tried that also and ran the report HRBCI_ATTRIBUTES_BUFFER_UPDATE, but it is of no use.
    Can somebody help?
    Thanks
    Shankar

    Hi ,
    What you can do is,
    Create a request for a material whose Sales Area data is missing in
    CRM , and perform the request load in transaction:R3AR4.
    And please check whether sales area data flows to CRM.
    Put a filter in txn:R3AC1, to download single material or material
    range.And before performing an initial load in txn:R3AS,please make
    sure that sales area data is missing in CRM.Now, perform the initial
    load in txn:R3AS.And please check whether sales area data flows to
    CRM.
    Check the  filter settings in transaction R3AC1 for
    object MATERIAL and please make sure that it would bring down all
    the expected materials from R/3 along with the sales area data. I guess there is some
    filter setting which is blocking it.
    Please check the entries you have maintained in table MVKE - the entries
    for the sales data maintained here must match with the ones maintained in the
    filters.
    thanks & regards,
    Krishnen
    Edited by: Krishnen Subramanian on Aug 9, 2011 8:47 AM

  • Startup after patching (9654983) ORA-32004

    I patched a nearly identical system before this one with no issues however after patching this one
    on attempting to startup I get :
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance.
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    What gives?
    Thanks for any and all help in advance,
    Brian

    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance.
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    What gives? Check the alert.log to identify the obsolete parameter and remove it.
    OR
    Check V$OBSOLETE_PARAMETER to see the matching on and remove it.
    Then,startup the database.
    -Anantha

  • Behaviour change of synchronous reply after patching to 10.1.3.4

    Hi people ,
    i have a process like this:
    [http://www.jettmedia.com/images/630_syncReply10134Test.jpg]
    Normally in 10.1.3.1 , 10.1.3.3.x ; the process will continue after a partial reply, and any fault uncatched in the process would terminate the flow. And any changes to the outputvariable wont change the process response.
    But after patching to 10.1.3.4 im having a different behaviour on synchronous process replys ,
    The process continues and any uncatched fault AFTER A REPLY its raised to the client, and any change to the outputvariable AFTER A REPLY its changed to the process response .
    The worst thing its that is not clear when the response its really sent to the client , ( if i put a wait activity , after the reply, with 1 minute , works as was expected, like in 10.1.3.3 ... )
    I read this new features list from oracle
    http://www.oracle.com/technology/tech/soa/cab/oraclesoacab-webinar-04-22-08bpel_10_1_3_4_update.pdf
    It says that "Faults in a transient process go to the client" , correcting an old problem of lost instances..
    I cant find any other documentation explaining this new beahaviour but for my organization its a huge problem afecting , many production processes, on the patched servers. Because i raised faults to leave the instances marked as faulted on the console as a normal procedure on the flows , but now , if that throw its close enough after a reply(with a unknow criteria or number of activities) its raised to the client :S
    Thanks for any help , by now the workaround to keep the same behaviour its: WAIT after every reply :S :S !!
    Greetings
    Dam

    Yes its a fire and forget pattern, thanks for the suggestion, il. try it ...
    but its difficult to refactor several flows just for patching , you have any idea if this change after upgrade to 10.1.3.4 its normal ? this is an expected beahaviour ?
    Thank you very much again

  • After patching Portal 7.31 SP9 - SP13, CM BW reports fail

    Our links to the BI credit reports (like Early Warning Risk) stopped working after patching the NW Portal 7.31 from SP9 to SP13.  No other changes were made, and the reports worked prior to the patching. 
    The child window for the report opens, but then comes back with error:
    com.sap.portal.appintegrator.sap.BWReport::BWReport/AskForReport
    And then it asks for a BEx Web Application Query String.
    I would put this in the portal/netweaver forum, but this error seems strictly related to the CM delivered content (we are on the most current 1.41 BP).   We've validated that that the SSO tickets from portal to back end ERP and BI are working properly.  Has anyone had this kind of issue after a patch (while staying on same portal release)?  We didn't make any changes/patches to the back end ERP and BI systems either.

    Yes we have experienced the same thing.  We upgraded from 30 to 353 and now we are getting the BW logon prompt.  It is very frustrating. I have been searching these message boards for help.
    Brien

  • Problem with national language after patching

    I have BEx Analyser based on Excel 2007. After patching with 801 (SAP NetWeaver 7.0 Support Package BI Frontend Add-on 7.x SP's for SAP GUI 7.10) got problem with national symbols input.
    Please any ideas...
    Thanks,
    Olga

    It's best to post this in a SQL Server forum. ConfigMgr is simply a delivery mechanism for the patch and really has nothing to do with what the patch actually does.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Non priviledged commands fail after patch cluster install

    For several years, to allow users to access system functions for higher clock resolutions in their
    applications, we have made the following mods to two files (per Sun recommendations):
    In the /etc/system file, add lines:
    * 10 ms clock resolution*
    set higher_tick = 1*
    In /etc/user_attr, add:
    dssuser::::type=normal;defaultpriv=proc_clock_highres,file_link_any,proc_info,proc_session,proc_fork,proc_exec
    Everything was fine until I installed the latest patch cluster (from 2-14-2011) on our Netra 210. No issues installing the cluster. Upon reboot, the dssuser cannot do some simple things, like use ftp or ping. Messages like this:
    ping: unknown host
    ftp: socket: Permission denied.
    The root user has no problems using any of these commands. As soon as I comment out the dssuser line from the /etc/user_attr file, everything works as expected. But we need the highres clock settings for our applications. I am unfamiliar with the workings and intent of the entries in user_attr so any help would be most appreciated.
    Mark

    The problem is that after patch implementation, the special privileges for any user defined in the /etc/user_attr file were modified to append the string "!net_privaddr" specifically denying use of common commands ping and ftp for example. The output of ppriv:
    $ ppriv $$
    14870: -sh
    flags = <none>
    E: basic,proc_clock_highres,!net_privaddr
    I: basic,proc_clock_highres,!net_privaddr
    P: basic,proc_clock_highres,!net_privaddr
    L: all
    I had to add the keyword net_privaddr in the user_attr file like:
    dssuser::::type=normal;defaultpriv=proc_clock_highres,file_link_any,proc_info,proc_session,proc_fork,proc_exec,net_privaddr
    to get past this problem. A bug or what?

  • How do I change the length of multiple photo's after I've added them?

    How do I change the length of multiple photo's after I've added them?

    Hey,
    The best way to do this is to select all the clips by holding down the shift key or command key if the clips you want to change are not all right next to each other and then selecting each clip that you want to change. Then double-click on the clips which will open up the inspector tab and then you can change the duration. If you want to just change all clips to the same duration just double-click on one of the photos and in the inspector tab next to the durationt tab you will see a box that says "add duration to all clips". If you click that, when you change the duration all the photos will change to that duration. That will then change the duration of all the clips at the same time.

Maybe you are looking for