Concurrent Access does not modify an attribute

Good day,
I'm working on a multi-process environment, whose main class could be summed up as this:
public Class ServerCluster {
     // In reality, this attribute belongs to a superior class and is protected
     private SolverCluster solverCluster;
     public void installSolver (SolverCluster newSolverCluster){
          // Tests here to check the newSolverCluster isn't null
          sychronized (this){
               System.out.println("A new SolverCluster is given");
               this.SolverCluster = newSolverCluster;
     public void mainProcess(){
          while (true){
               synchronized (this){
                    if (this.solverCluster != null){
                         System.out.println("the solverCluster isn't null");
                         //That's where we want to go
               thread.sleep(1000);
}Basically, a process started from another class calls the method mainProcess and then stays inside.
Then, another Java process connects to the serverCluster (by RMI) and calls the method installSolver.
The problem is that the message "A solverCluster is given" is displayed, but when the process leaves the method, the attribute becomes null again and therefore the message "the solverCluster isn't null" in the mainProcess method is never displayed.
(I'm using NetBeans 4.1.).
Thank you

Basically, a process started from another class calls
the method mainProcess and then stays inside.Okay it loops checking then sleeping. Fine.
Then, another Java process connects to the
serverCluster (by RMI) and calls the method
installSolver.Presumably this is the same serverCluster object
The problem is that the message "A solverCluster is
given" is displayed, but when the process leaves the
method, the attribute becomes null again and
therefore the message "the solverCluster isn't null"
in the mainProcess method is never displayed.
(I'm using NetBeans 4.1.).My best guess would be that they are different serverCluster objects.
Does the real code use instances or statics? If statics you'd have to watch for classes being loaded in different classloaders and therefore having their own static values.

Similar Messages

  • HT4907 I am able to connect to my Mac Mini on Back to My Mac through iCloud but the keyboard/trackpad on the MBAir or MBP with which I access does not register on the Mini.  So I can see the screen but cannot interact with it. Mini works accessing MBP/Air

    I am able to connect to my Mac Mini on Back to My Mac through iCloud but the keyboard/trackpad on the MBAir or MBP with which I access does not register on the Mini.  So I can see the screen but cannot interact with it. Mini works accessing MBP/Air and I can use Mini to input data or interact with screens of those computers.

    Regarding your first question about bookmarks, I think you discovered the answer in when you pressed the address bar. The second tab there has your bookmarks.
    As for the keyboard, I'm not sure why your Firefox is reacting so slowly; mine seems to show keyboards even when I don't want them. If you have accumulated a lot of history, perhaps that's an issue?
    Did you use any third party software to move your Firefox data from internal memory to the storage card?

  • Error : Sales Org.Unit does not have these attributes -- Urgent

    Hi, Team,
    I am unable to create a service order with serivce material ( Only installation visit charges ) for w/o warranty product .
    I am getting error : " Sales Org.Unit does not have these attributes "
    I had checked the related Org data of respective sales org , already the sales area combination is also maintained from R/3 with required attributes "
    Pls revert with possible solution .
    Regards,
    VCS

    PePe :
    Thanks for reversion !!
    Basically it is a product Service Material (Servicing Charges), where in I had checked in the transaction ,   Though the required sales area  is well maintained in the R/3 System and is being replicated to the CRM . 
    When I checked the product Service material , the required comination is missing and could find other sales area combinations .
    Pls guide , how to go to get this resolved .
    Regards,
    VCS

  • HT5509 In guided Access does not unlock when I Press the home button I need to run down the Battery and turn back on and it is then out off guided Access

    In guided Access does not unlock when I Press the home button I need to run down the Battery and turn back on and it is then out off guided Access

    How To Get Out Of Guided Access On iOS6? : TechNGuide
    SOS I cannot Exit Guided access: Apple Support Communities

  • SAP Cookies does not have secure attribute

    Cookies remain without Secure Attribute after changing ticket_only_by_https = 1, SystemCookiesHTTPSProtection=true, and ume.logon.security.enforce_secure_cookie=True.
    1.)ABAP: sap-appcontext cookies
    2.)Portal: com.sap.engine.security.authentication.original_application_url   
    Security guidelines advice us to put all cookies into secure flag.
    1.) What are these cookies, the information it contain and how are they use?
    2.) Is it necessary to set this cookies to secure flag? If not is how does SAP handles possible cookie hijacking?

    Hi Jason,
    The cookie "com.sap.engine.security.authentication.original_application_url" is used to remember the originally called URL, when - to retrieve this URL - a logon is needed. After the successful login, it is used to redirect to the originally called application URL (and will be deleted then).
    It is also (mis)used to interpret for the SPNego login module if there already was a failed approach to login via SPNego. So if the auth request sees this cookie, it does not try to run SPNego but skips it.
    The value is encoded; only the information if the initial request was GET or POST is put in clear text in front of the value, separated by a "#" char.
    The code setting the cookie can be found in class com.sap.engine.interfaces.security.auth.AbstractWebCallbackHandler in line 1200++ - there someone could add the secure flag.
    Hope it helps
    Detlev

  • Schema Validator does not honor "nullable" attribute

    Oracle XML Schema validator v1.0 does not seem to honor "nullable" schema attribute as in:
    <xsd:element name='myelem' type='xsd:string' nullable='true'/>
    On input
    <myelem/> or <myelem></myelem>
    it reports:
    Element not completed: 'myelem'
    Thanks
    null

    My mistake. Input must be specified as:
    <myelem xsi:null="true">
    where
    xmlns:xsi="http://www.w3.org/1999/XMLSchema/instance"
    null

  • Calendar Server 4: Adding a user to a node does not add ou attribute

    In Netscape Calendar Server (CS) 3.5, if I add a new user with an organizational
    unit (ou)
    attribute to a Calendar Server node, the server will create an
    ou so that the Calendar client
    will be able to use the ou
    parameter to search for this user.
    <P>
    However, in CS 4.0, if I add a new user to an ou
    and then add that user to a Calendar
    node, the server does not automatically create a separate ou
    attribute.
    <P>
    Will I need to manually add the separate ou
    attribute to the ldif
    <P>
    No. The CS 4.0 server, unlike the CS 3.5 server, supports mapping from
    Calendar Server attributes to LDAP attributes. You can find more information
    on this mapping property in the Administrator's Guide for Netscape Calendar
    Server 4.0 at the following URL:<BR>
    <P>
    http://docs.iplanet.com/docs/manuals/calendar/ncs40/ag/appendie.htm#1025959.
    <BR>
    <P>
    To enable this mapping, in the [LDAP]
    section of the
    /users/unison/misc/unison.ini file,
    add the following entry:<BR>
    <P>
    attr_orgunit1 = "ou"

    Is there a way to enter multiple groups? Guess I'll have to learn how to do multi input in a real custom form.The "MultiSelect" HTML Component works for me and I cant think of any other suitable component. Multiselectable List maybe. Fill the allowedValues property with a hardcoded list (*BAD*) or directly from a search on LDAP (_GOOD_) using IDM getResourceObjects FormUtil. You should find plenty of examples how to use it in the forum.
    One issue I noticed, I've verified the user was added to the group using an external ldap tool (JXplorer), however now that group has disappeared from the LDAP resource browser list view.(I personally prefer the good old [lbe LDAP Browser\Editor|http://www-unix.mcs.anl.gov/~gawor/ldap/] or ldapadmin)
    That shouldn't happen... Verify the group is still there, the objectclass isnt changed by IDM (really shouldnt happen...) and make double sure nobody else screwed around with it. Groups of objectclass groupOfNames and groupOfUniqueNames (and posixGroup but that's a different schema mapping) are supported by default afaik.

  • Eyedropper tool does not copy all attributes

    Illustrator CS2 with Windows XP (SP2)
    Every document I've checked says that AI CS2's eyedropper tool will copy all appearance attributes. Yet it fails to copy the Align Stroke attribute.
    It's not given as an option on preferences so I haven't inadvertently turned it off. All the others work ok. I gather from other documents in this forum that Align Stroke is new to CS2? Could Adobe have forgotten to add a line of code?
    Grimble.

    > If you wouldn't mind humoring me a little longer, could you confirm that the attributes listed under Appearance, Focal Stroke are: Color, Transparency, Overprint, Weight, Cap, Join, Miter Limit, and Dash Pattern; i.e. that Align Stroke does not appear in the list?
    Yes, that is correct. Align Stroke is an effect, so like all other effects it does not appear specifically on the list. The transfer of effects with the Eyedropper is controlled by having the main Appearance checkbox checked. So checking all the items listed
    underneath Appearance while leaving the Appearance checkbox itself unchecked means you want to transfer all aspects of Appearance
    except Effects. (Brushes are another Effect that is applied through a palette instead of through the Effects menu.)
    Since the behavior of Effects are dependent upon each other and upon the fills and strokes (for example, many of them are applied to a specific fill or stroke), they can only be transferred if the entire Appearance is transferred. That's why there is no Effects line. The Appearance checkbox itself means transfer the
    entire appearance.
    Is your Eyedropper tool transferring other kinds of effects such as Drop Shadow and Roughen?
    > Secondly, when I choose a tool, such as pen or rectangle, with no object selected (in order to draw a new object), I find that the Align Stroke option is greyed out - and it is the only option greyed out in Stroke. It only becomes functional after the object is drawn (and still selected) or when another object is selected. This also seems unusual behaviour and I'm wondering if it is normal?
    I think it's odd too, and would consider it a bug. The Align Stroke item seems to have very conservative enabling rules. There are many other conditions under which it is disabled even though it is legal for the selection to carry aligned strokes. For example, it is disabled if you have a text object or a compound shape selected. Yet you can transfer outside or inside aligned strokes to compound shapes or text objects using the Eyedropper tool, and you can apply them to those objects by applying an appropriate Graphic Style, and you can apply them to those objects by dragging the Appearance indicator in the Layers palette.
    My guess (I did not work on this feature so I don't know for sure) is that when it was first implemented it only worked on path objects, so the button was disabled for other kinds of selections, and then the implementation was beefed up to handle other kinds of objects, but the button enabling logic was never revised to reflect the new capabilities.

  • Modifying XMP metadata does not modify the document

    Another from couple questions which accumulated over time.
    If I modify layer in document by adding or updating XMP metadata, the document itself is not modified (does not enable save), so far if document is closed without doing some other action which marks document as modified, data are lost.
    Question: how to either force document to see changes in XMP meta or how to mark document as modified?
    Code snippet:
         activeDocument.activeLayer.xmpMetadata.rawData = meta.serialize();
    Thanks,
    --Petr

    When you ask app-specific questions, you should really specify the app you are referring to.
    I'm guessing you are talking about Photoshop. This seems to be a scripting related question, and you'll probably get better answers on the Photoshop forum: http://forums.adobe.com/community/photoshop/photoshop_scripting
    Harbs

  • Since updating to iOS 8 guided access does not work

    I Was given a iPad mini at school to use for test taking on SofTest. Since updating to ios8, my guided access no longer turns on when I triple click.  But it worked fine before the update. I am not the only student having this issue. I tried resetting, without deleting all content. I rebooted several times, turned access on and off while rebooting, and still nothing.  Does anyone have any ideas or is this an ios8 flaw?

    Are you still having this issue? SofTest's Guided Access seems to be working alright on my iPad, although I think there was a small stretch where it wouldn't work.

  • Apex4 does not render readonly attribute properly for IE.

    I found that Apex4 renders the readonly attribute with an extra quotation mark for IE. So I get this:
    "readonly="readonly"
    And it doesn't work, obviously. For Firefox, all is good.
    The simplest solution seems to be to just leave the Disabled attribute set to No and manually add "readonly=true" to the "HTML Form Element Attributes" field.

    Hi,
    yes that is a problem on our known issue list http://www.oracle.com/technetwork/developer-tools/apex/40-known-issues-159870.html and will be fixed in our upcoming patchset 4.0.1. Actually the release candidate for this patchset has already been installed on apex.oracle.com. So there you should not be able to reproduce the problem anymore.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Will there be an alternative to the current minimalist theme of iOS 7. It is far to small for a handheld instrument. Accessibility does not solve it for me don't know about others. Perhaps offer the old icons and fonts as an option? Easier to view

    Will there be an alternative to the minimalist theme? Or at least give us the old icons fonts etc the access ability options don't cut it for me
    I know you can do better you have before.

    lov2bugu, you said things the exact way I wanted to express them! It was like watching me talking to a SONY’s CEO.
    I don’t really think they are not aware of the problems. SONY used to be the 27th largest company in the world, according to Forbes. They are now at the 456th place!!
    They are aware of their problems and I think, the move to buy the remaining stocks from Ericsson, is a move to bounce back into the market. They found the right time, where the stock is too low and the economics around the globe don’t  look promising enough. I have to recognize them, all the bad phases they went into this year … hacking attack, loss of their factory in London, global economic climate etc.
    But these are not excuses good enough not to produce quality, reliable and technologically advanced goods. I think that SONY is not to blame for the bad course SE has had. I think this is what SONY wants to revert. They want to “embody” all their technology … BRAVIA engines (TV Tech), Walkman and Cybershot tech (using Carl Zeiss lenses), VAIO (Comp tech) and finally PS3. Ericsson tried to integrate them, unsuccessfully.
    Overall, I thing SONY, did not have or did not attempt to have the control of SE, hence, the answer you got back from SONY “… anything related to SE must be posted on the website of SE”. I think they will bounce. Just give ‘em some time. I’m willing to give them time, but not too much though. Just because I’ve always loved this brand!

  • Modifying Sales order in ECC does not modify the planned order in APO?

    Hello,
    I have the next situation, a MTO scenario, LPP material,:
    - users create a sales order, quantity 2000M, 2 individual lenghts by 1000M. In automatically, being a MTO scenario, APO generates a planned order to fulfill the requirement with 2000 M qty, individual lenght 1000.
    - users modify the sales order, the quantity 2000 M remains, but will change it in 1 individual lenght by 2000M. APO cancels the precendently created planned order and generates another one, with individual lenght 2000.This is OK.
    -users modify the sales order, the quantity remains 2000 M, but again 2 individual lenghts by 1000 M. In this case, the planned order is not cancelled, as expected, but remains with individual lenght 2000, which is not ok.
    Any idea how to fix this?
    Regards,
    Alex

    Hello again,
    while creating/changing sales order in crm,
    the user exit mv45 is called in R3.
    Problem solved.
    Thanks
    Gerd

  • Concurrent manager does not start

    Sinds today I cannot start concurrent manager, get Windows error 1065, database connection error. The vis database and listeners are running.

    After stopping services using c:\oracle\viscomn\admin\scripts\VIS_pc007\adstpall.cmd APPS/APPS command, running C:\oracle\viscomn\admin\scripts\VIS_pc007\adautocfg.cmd, C:\oracle\visdb\9.2.0\appsutil\scripts\VIS_pc007\adautocfg.cmd and starting services by c:\oracle\viscomn\admin\scripts\VIS_pc007\adstrtal.cmd APPS/APPS the concurrent manager has been started. However when I try to log in to E-business suite as sysadmin I get following errors:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = createSession(int)(userId=6,sessionMode='null','50A433AC43BB44D19FEE33615DA0CC0122667116423664681147113645494831'); REASON = java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
    ; ERRNO = 4068; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:974)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4572)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
    ; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4572)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2185)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2059)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2976)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:734)
         at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2120)
         at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2224)
         at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4347)
         at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1077)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4570)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
    ; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4572)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2185)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2059)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2976)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:734)
         at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2120)
         at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2224)
         at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4347)
         at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1077)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4570)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

  • Encrypted="true" does not encrypt MBean attribute

    Hi,
    I have developed a Custom Weblogic Security Service Provider. I have also created
    an MBean
    to manage my provider. One of my MBean attributes is as follows:
    <MBeanAttribute
    Name = "JdbcPassword"
    DisplayMessage = "The JDBC Password to the security database"
    Type = "java.lang.String"
    Writeable = "true"
    Encrypted = "true"
    Default = ""password""
    />
    I have specified Encryped="true" above, however, the value I put in the Weblogic
    Console
    is still seen in cleartext in the config.xml. Why isnt it being encrypted? Or
    do I misunderstand
    the purpose of the Encrypted attribute?
    Thanks,
    Proneel.

    "Proneel Guptan" <[email protected]> wrote:
    >
    Hi,
    I have developed a Custom Weblogic Security Service Provider. I have
    also created
    an MBean
    to manage my provider. One of my MBean attributes is as follows:
    <MBeanAttribute
    Name = "JdbcPassword"
    DisplayMessage = "The JDBC Password to the security database"
    Type = "java.lang.String"
    Writeable = "true"
    Encrypted = "true"
    Default = ""password""
    />
    I have specified Encryped="true" above, however, the value I put in the
    Weblogic
    Console
    is still seen in cleartext in the config.xml. Why isnt it being encrypted?
    Or
    do I misunderstand
    the purpose of the Encrypted attribute?
    Thanks,
    Proneel.Hi Proneel,
    Could you please tell me what version of Weblogic are you using?
    Thanks,
    Carmen

Maybe you are looking for

  • Adobe Acrobat 9 redaction trouble

    Hello, When redacting documents in Acrobat 9 Professional, it will sometimes alter text further in the document. For example if I redact some text on page 3 of the document, it alters the word "Washington" to "ashington W" on page 11. this is not doc

  • How to send mails to "CC" and "BCC" using receiver mail adapter dynamically

    Hi, Due to business requirement PI need to send mails dynamically to u201CCCu201D and u201CBCCu201D using receiver mail adapter. We have an option to send mails to u201CTou201D dynamically, but are there any option to send mails u201CCCu201D and u201

  • Missing "(sent)" files roundtripping b/n FCP and STP

    Sorry, but I'm posting this here because the STP forum is quite slow to reply. And, I'm not sure if this is an FCP or STP issue. I have just finished my first project using STP. I was doing a lot of round tripping b/n FCP5 and STP (about 15 clips) an

  • Files missing & audio breakup

    Seems everything is hitting me today, suddenly I get a "No Vram" available. I have a relatively new iMac (2011) and restarted and vram issue was gone but I lost files in a project, both audio and video and can't seem to reconnect with them. Audio is

  • Does Siri in iPhone 4S works offline, without 3G or Wi-Fi?

    Can I use Siri without Wi-Fi or 3G, or is it ok if i use normal GPRS connection from the service provider?? Or does Siri also works offline??