Toplink / Weblogic 8.1 portal loosing indirection references through JPFs.

We're using Toplink 9.0.4 with Weblogic Portal Server 8.1 SP3, and all our indirection references are null when called through a JPF. They are fine on the EJBs. Does anybody have any idea what's going on here?
Thanks!

Not sure -- is the object being serialized? I would expect you to get a null pointer exception when triggering the indirection if it was, but are you saying you're just getting back a null from the relationship?
- Don

Similar Messages

  • Loose the reference to header when migrating

    Hi,
    we have a site with more than 100 pages that share the same header. This header is a dynamic page and the pages are regular Oracle Portal pages with references to portlets. The problem is that when we want to update the header we loose the reference to it in all pages and the cost of migrating again all the pages is really high. Does anyone know how to resolve this issue? Does anyone know any workaround?

    It probably won't get very much priority if you file a bug.  Owner is
    generally set up by the time you get to the validation methods like
    commitProperties and isn't guaranteed in the setters.

  • Indirect reference to IConnectorGatewayService  (JCA)

    Hi,
    I was writing some code to establish connectivity to SAP R/3 using JCA. I am getting the following error while compiling the code in the developer studio. The error message is :
    <i>The compilation unit indirectly references the missing type com.sap.portal.services.api.connectorgateway.IConnectorGatewayService (typically some required class file is referencing a type outside the classpath)      </i>.
    Following is the code I am using to get the connection to R/3:
    IConnectorGatewayService cgService = (IConnectorGatewayService)PortalRuntime.getRuntimeResources().getService(IConnectorGatewayService.KEY);
    I had made sure that I had put the following classes in the classpath with all necessary import statements :
    a) com.sap.portal.ivs.connectorservice_api.jar
    b) connector.jar
    c) GenericConnector.jar
    d) jta.jar
    e) activation.jar
    I know the root cause of this problem because, com.sapportals.portal.ivs.cg.IConnectorGatewayService would inturn extend <i>IService </i>and <i>com.sap.portal.services.api.connectorgateway.IConnectorGatewayService</i>   and I am not able to find which Jar do I need to put in the classpath of studio and where do I get that.
    I would really appreciate if somebody could help me out.
    Thanks
    Mahender

    Hi Mahender,
    See:
    JCA classes missing
    Hope that helps,
    Yoav.

  • Questions for  0B0 102 Weblogic 8.1 Portal Certification ?

    If anybody has sample questions for 0B0 102 Weblogic 8.1 Portal Certification , pls let me know.
    Jibu

    hi,
    you can find more information here
    <br>
    Prasanna Yalam

  • Com.sap.ecommerce.boi.loyalty.LoyaltyUserBackend Indirect reference issue

    Hi All,
    I have some issue when I am customizing SAP CRM 7 application. There I have extend
    com.sap.isa.businessobject.User
      class and create custom Z_User class. 
    But  I got following message in my custom class after extend User class.
    This compilation unit indirectly references  the missing type com.sap.ecommerce.boi.loyalty.LoyaltyUserBackend (typically  some required  class  file is referencing  a type outside  the class path )
    Can anybody to help me to solve this issue?
    Thank You
    Edited by: Chandana Napagoda on Oct 21, 2011 10:35 AM

    Hi,
          I am sending only answers.If wrong pls correct me.
    1.A,C
    2.C
    3.A,B,D,E
    4.ACE
    5.ABCD
    6.B
    7.BE
    8.ALL
    9.ABC
    10.ABCDE
    11.A
    12.ABCD
    13.E
    14.BC
    15.ALL
    16.ABC
    17.ACD
    18.AC
    19.B
    20.ACDE
    21.DE
    22.B
    23.ABCD
    24.CD
    25.C
    26.BDE
    27.BCE
    28.C
    29.CDE
    30.BCDE
    31.BDE
    32.A
    33.B
    34.ALL
    35.ABC
    36.ALL
    37.ABC
    38.A
    39.ACDE
    40.AB
    41.ABE
    42.CD
    43.ABCE
    44.CD
    45.ACDE
    46.BD
    47.AC
    48.CD
                         I have sent answers for the questions.If any answer is wrong pls correct me.
    Assign points if useful
    Regards,
    S.VINAYA KUMAR

  • Compilation unit indirectly references the missing type java.lang.Object

    Hi All,
    I am getting the below mentioned error
    "This Compilation unit indirectly references the missing type java.lang.Object (typically some required class file is referencing a type outside the class path)"
    Please someone help me resolve this issue.
    Thanks
    Uday

    I am getting a new type of error
    each time i am deleting a  method which duplicate, its getting created again.
               catch(WDDynamicRFCExecuteException wddree){
          wddree.printStackTrace(); }
      public void onActionExit(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionExit(ServerEvent)
        //@@end
      //@@begin javadoc:onActionExit(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void onActionExit(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionExit(ServerEvent)
        //@@end
      //@@begin javadoc:onActionSelect(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void onActionSelect(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSelect(ServerEvent)
        //@@end
    The following code section can be used for any Java code that is
    not to be visible to other controllers/views or that contains constructs
    currently not supported directly by Web Dynpro (such as inner classes or
    member variables etc.). </p>
    Note: The content of this section is in no way managed/controlled
    by the Web Dynpro Designtime or the Web Dynpro Runtime.
      //@@begin others
      //@@end

  • Fortran: "cannot access address" or "reference through nil pointer"

    Hi,
    I'm experiencing a strange problem with my Fortran code. When I compile with "-g -openmp=noopt" I get strange results in a particular subroutine. Before presenting the details, I should mention the problem goes away if I remove the "-openmp=noopt" compiler option. I'm using Sun Fortran 95 8.2 Patch 121020-02 2006/04/06, on a Solaris 10/x86 machine.
    My code wasn't behaving as expected, so I went into the debugger to find out what and where the problem was. I found the location of the problem and what was happening, but don't know what's causing it or how to fix it.
    Specifically, I call a subroutine with a number of arguments (integers, single precision scalars, single precision arrays, character arrays) and upon entering the subroutine, I cannot access the values of the majority of the passed arguments anymore and I get error messages "cannot access address 0x3fa00000" or "reference through nil pointer". Meanwhile, the variables passed that I can still access no longer have the same values they did before the call to the subroutine.
    Also, using the where command after I have called the subroutine gives me weird results. For example, most of the arguments as stated in the where command take the form "ibeg = <bad address 0x3fa00000>".
    I've checked the variable assignments before the call to the subroutine and they're all as they should be. Also, there are no parallel regions around the call to this subroutine and I have confirmed that this part of the code, is in fact, serial. In addition, none of the arguments I am passing to the subroutine are calculated inside a parallel region. If it makes any difference, there is a file open when the subroutine is called.
    Any help or guidance I could get in resolving this problem would be much appreciated.
    Thanks in advance,
    Jon
    Message was edited by:
    PerryBothron

    The basic dificulty is that your code has to go through the optimizer
    when you use -xopenmp=noopt. We tell the optimizer not to actually do any
    optimizations but sitll implement the OpenMP directives, but some things still
    get messed up due to bugs. Because dbx expects parameters to be at
    certain stack offsets, and because the optimizer doesn't really want to put
    them there, we have a bug.
    I think this is bugid 6184310.
    It affects parameters only. Local variables should still work as far as I know.
    It only affects x86, not sparc code.
    If you use "stopi at &foo" instead of "stop at foo" then dbx should stop
    on the very first instruction of the function (before the prolog).
    This should get you the same behavior as you see with fully
    optimized code. You should be able to see the parameters as long
    as don't start to step into the function itself.
    A few more details: Normally dbx will implement "stop in foo" by stopping
    after the prolog code at the top of a function. Dbx is expecting this
    prolog code to dump all the register parameters onto the stack at the
    same offsets that the fortran front-end assigned to them. But the prolog
    code is putting them at different offsets, because the code is optimized.
    Hence the problem.

  • Anyone know a good Weblogic 8.1 Portal Book our there?

    I've searched Amazon, B&N, Wiley, WROX, etc. Can only find a single book with BEA WebLogic Portal in the title, and it pre-dates 8.1 release and appears to reference 7.x in the sample pages. Not that the BEA docs are bad, I'm just looking for additional resources.
    Regards,
    Mike Pinter, Sr.

    Nope.. none there. I've talked to a couple publishers and they are not even inclined to publish one :(
    Regards,
    Kunal

  • Weblogic 10.3.0 : Loosing a stateless session bean in the bean pool

    Hi,
    We have a strange situation where we loose a Stateless SessionBean in a Bean Pool in Weblogic 10.3.0 Since we only have one bean in the pool, this effectively hangs all incoming calls. We do not want more than one instance in the pool because of application restrictions.
    In the Weblogic admin console, we can see that there are 1 instance in the bean pool, 0 beans in use and 1 waiting incoming request.
    The question is, what can have caused the system to not send the request to the one obviously free bean instance?
    This happens after several hours and over 100000 incoming requests, and the same scenario worked fine in the old weblogic 8 environment.
    We get the following stacktrace:
    <code>
    "[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@b0d484 TIMED_WAITING
    sun.misc.Unsafe.park(Native Method)
    java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
    java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2054)
    weblogic.ejb.container.pool. StatelessSessionPool.waitForBean (StatelessSessionPool.java:269)
    weblogic.ejb.container.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:111)
    weblogic.ejb.container.manager.StatelessManager.preInvoke(StatelessManager.java:148)
    weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(BaseRemoteObject.java:227)
    weblogic.ejb.container.internal.StatelessRemoteObject.preInvoke(StatelessRemoteObject.java:52)
    com.mycompany.beans.MessageLogFacace_n73y0z_EOImpl.isMyStuffValid(MessageLogFacace_n73y0z_EOImpl.java:261)
    com.mycompany.beans.MessageLogFacace_n73y0z_EOImpl_WLSkel.invoke(Unknown Source)
    weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    weblogic.security.service.SecurityManager.runAs(Unknown Source)
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    </code>
    Any help would be very welcome.
    Regards
    Christer

    This is fixed now. Someone had defined a Servlet for the web service in web.xml that was preventing the EJB container to kick in.
    Edited by: user572625 on Aug 25, 2011 11:54 PM

  • Intermittent Indirect REference to login page error

    Hello,
    I am building a small web app in a mixed (java/microsoft) environment. We have no budget for a purchased single sign on solution, so I built one with the following architecture:
    ASP page with integrated windows security, this simply returns to the url passed in as'URL' the clients current logon name.
    This ASP page is called by the IntranetSSOServlet, which then builds and submit the vanilla logon page. This servlet is my logon page, it simply posts it's URL to the ASP page, and if a return is posted from ASP, the logon page is bult and submitted. The IntranetSSOServlet also sets a session variable called user to the current user's windows login.
    I have two secure files, these are .jsp passthrough pages (since accessing the servlet directly did not appear to trip the security requirement and call the logon request from the server, so no users were ever in any roles). These are simple pages with a javascript redirect to the two servlets, and the jsp is only used because the servlets do not seem to trip the security requirement in the App server.
    On my machine this works with no issues, single sign on is a success and all is well, on the machine next to mine it works fine also. However, on several client machines, I keep getting an invalie direct reference to login page.
    My question is this:
    Does anyone see any major issues with the architecture which are causing this?
    It appears that the browser on some clients is attempting to go 'Back'. Is this a standard function of any software packages (spyware, internet tracking software, etc.?)
    I am building with Netbeans 5.0, running Embedded Tomcat 5.5.9 and the pages are all accessed via windows XP/IE 6
    Again, whats weird is that this works fine on several workstations, but throws the invalid direct reference to login on others...
    I am quite confused.
    Code to follow:
    IntranetSSOServlet
    if(request.getParameter("user") != null)
    HttpSession session = request.getSession(true);
    session.setAttribute("user",request.getParameter("user"));
    //If SSO submission has returned a validated user name
    //out.println(request.getParameter("user"));
    //post this name and the default password to the logon
    //This servlet will become the logon page, which will handle the redirects easier
    out.println("<form METHOD=\"POST\" name = \"form\" action=\"../Intranet-WebModule/j_security_check\">");
    //Generate a div to hide all of the input fields
    out.println("<div style=\"display:;\">");
    out.println("<input type=\"text\" name=\"j_username\" value=\""+request.getParameter("user")+"\"/>");
    out.println("<input type=\"password\" name=\"j_password\" value=\"sas\"/></div>");
    out.println("<input type=\"submit\" value=\"Submit\"/></div>");
    request.getSession().setAttribute("user",request.getParameter("user"));
    //out.println("<input type=\"submit\"></form>");
    out.println("</form><script language=\"javascript\">//form.submit();</script>");
    else
    //call the SSO submission page
    out.write("<script language=\"javascript\">location.replace(\"http://HOSTNAME/SSO/SSO.asp?URL="+lookupIntranetGlobalsBean().getJSPSiteRoot()+"IntranetSSOServlet\");</script>");
    out.close();
    This Servlet simply returns from the ASP a string (the user's logon) and then creates the post page, which posts a single dummy password to the app server
    JSP passthrough page (secured resource)
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%--
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    --%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    </head>
    <body>
    <script language="javascript">
    location.replace('http://HOSTNAME:8080/Intranet-WebModule/HRTools/newEmployeeAccountServlet');
    </script>
    </body>
    </html>

    Another try besides
         <login-config>
            <auth-method>FORM</auth-method>
            <realm-name>userDatabase</realm-name>
            <form-login-config>
                <form-login-page>/pages_public/login.jsp</form-login-page>
                <form-error-page>/pages_public/loginError.jsp</form-error-page>
            </form-login-config>
        </login-config>is that I try to handle the error code in the web.xml with
    <error-page>
         <error-code>400</error-code>
         <location>/error.jsp</location>
      </error-page>It works when I say location = index.jsp, but it doesn't work when I try to redirect to error.jsp.
    But when I redirect to index.jsp I just reload the login page, but then the user gets no information what has happened, therefore I need the error,jsp.
    I have no idea why. If anybody has a hint or know why it is this way, please let me know!!
    Thanks.

  • Not able to display users from Opneldap in Weblogic 8.1 Portal Admin

    Hi
              I had configured openldap for multiple authentication in weblogic 8.1. I am able to see users and groups from openldap in weblogic admin console but when i go to Portal Administration i am not able to see those users and groups. Also as per weblogic documentation it says that Authentication provider selection is shown automatically in Portal Admin. Also i am able to log to portal application from openldap users.
              I want set entitlements using Portal Admin for openldap users
              Can anyone suggest how to make it work.

    Hi
              I had configured openldap for multiple authentication in weblogic 8.1. I am able to see users and groups from openldap in weblogic admin console but when i go to Portal Administration i am not able to see those users and groups. Also as per weblogic documentation it says that Authentication provider selection is shown automatically in Portal Admin. Also i am able to log to portal application from openldap users.
              I want set entitlements using Portal Admin for openldap users
              Can anyone suggest how to make it work.

  • Integrating weblogic server with portal

    Hi  Friends,
    Can any one tell me the procedure how to Integrate application server like weblogic with portal.
    Thanks

    Hi Venigalla,
    FPN is the solution!
    Setting up a federated portal network is comparable to connecting your portal to a u201Cnormalu201D backend system. The steps of configuring a FPN in a nutshell are:
    -->Setting proxy settings
    -->Creating trust / single sign-on between portals in the federation
    -->Creating a producer system on the consumer portal
    Depending on your overall portal landscape the complexity of configuration steps might vary.
    Kindly go through the guides (PDF documents) in the links below:
    1. How to set up Landscape for Federated Portal Network:
    Content Sharing in SAP NetWeaver Portal
    2. SAP NetWeaver Portal WSRP Support:
    Content Sharing in SAP NetWeaver Portal
    3. Activities for Implementing Federated Portal Network - Step by Step (Blog):
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70191d1e-2bd1-2a10-d9b7-ba19500da527
    4. SDN page on WSRP Application Sharing:
    /docs/DOC-8384#section6
    5. SDN page on Configuring a Federated Portal Network:
    Configuring a Federated Portal Network
    These links provide all information on FPN.
    Hope it helps you.
    Regards,
    Anagha

  • WebLogic 8.1 Portal Admin problem !

    Hello,
    I use the web-based portal admin to create a portal with some deployed portlets.
    My problem is that the URL is very long (http://localhost/portal/appmanager/dse/desktop1?...) and can I create a portal with the URL like (http://localhost/dse/desktop1?....)
    Eric

    Address 7001 does't seem to be good idea for debuging, it is weblogic default address.
    try 3999.
    "Arsel" <[email protected]> wrote:
    >
    Hi There,
    I started weblogic server 8.1 with the follwing option -Xdebug -Xnoagent
    -Djava.compiler=NONE
    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7001
    Weblogic started successfully but when I tried to attached the java process
    from
    my IDE I got the error 'Target server failed to handshake' and in the
    weblogic
    console I got the following error.
    <22-Aug-2003 10:09:52 o'clock AM EDT> <Error> <HTTP> <BEA-101083> <Connection
    failure.
    java.io.IOException: A complete message could not be read on socket:
    'weblogic.servlet.internal.MuxableSocketHTTP@1871db
    1 - idle timeout: '60000' ms, socket timeout: '5000' ms', in the configured
    timeout
    period of '60' secs
    at weblogic.socket.SocketMuxer$TimeoutTrigger.trigger(SocketMuxer.java:734)
    at weblogic.time.common.internal.ScheduledTrigger.run(ScheduledTrigger.java:243)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
    at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:229)
    at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:223)
    at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:49)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    Does weblogic 8.1 support JPDA? Any suggesstion is higly appreciated.
    Thanks.
    Arsel

  • BEA Weblogic JSR compliant portal - Modes supported.

    Hi,
    The JSR 168 spec has the provision to support custom modes in addition to the default modes like view , help & edit . I want to know what are the custom modes supported by the Bea Web logic portal which is JSR 168 compliant.
    In specific iam looking for is does the bea weblogic portal support Edit defaults mode. How this mode works is Assume a publisher create a portlet with some defaults and publishes it , and then when another logged in user sees the portlet he will see the portlet with those defaults which he can go and edit based on his customization. Just wanted to know if this mode is supported by the Edit default mode.
    Thanks
    Mouli

    Hi,
    The JSR 168 spec has the provision to support custom modes in addition to the default modes like view , help & edit . I want to know what are the custom modes supported by the Bea Web logic portal which is JSR 168 compliant.
    In specific iam looking for is does the bea weblogic portal support Edit defaults mode. How this mode works is Assume a publisher create a portlet with some defaults and publishes it , and then when another logged in user sees the portlet he will see the portlet with those defaults which he can go and edit based on his customization. Just wanted to know if this mode is supported by the Edit default mode.
    Thanks
    Mouli

  • How can I indirectly reference a worksheet?

    I'd like to extract data automatically from spreadsheets that I obtain on a daily basis.
    I'm pasting each spreadsheet into a new sheet with a summary sheet as sheet one so that I'll have one summary sheet for each month with thirty or so other daily sheets.
    I've created a successful formula for doing this and now I want to be able to drag the formula across in the summary so that I don't need to alter it each day.
    How do I do this?
    Ideally, I'd like to extract the data from each daily spreadsheet without the need to copy and paste or even open it!
    Is this possible with numbers?
    Kind regards

    As quinn suggests, if by daily "spreadsheet" you mean a separate document each day, then you will need a script. More details are needed on what your sheets look like before one can be suggested.
    If you save the daily data in a separate sheet in the same document, then the INDIRECT function can help.  Here is a simple example of Table 1 in Sheet 1, which retrieves values from cell A2 in tables on Sheet 2 and Sheet 3.  For this example, I entered 2 in cell A2 of Table 1 on Sheet 2, and 3 in cell A2 of Table 1 on Sheet 3.  Once you've got the INDIRECT formula working, you can just copy it down the column, and specify in columns C and D the sheets and tables containing the source data.
    Result
    Formula Used in column A
    Sheet reference
    Table reference
    2
    =Sheet 2::Table 1::A2
    Sheet 2
    Table 1
    2
    =INDIRECT(C3&"::"&D3&"::A2")
    Sheet 2
    Table 1
    3
    =INDIRECT(C4&"::"&D4&"::A2")
    Sheet 3
    Table 1
    SG

Maybe you are looking for

  • Macbook 2011 being dysfunctional unexpectedly

    A well-treated and regularly checked Macbook Pro (September 2011) is behaving really oddly. Whenever anything has been wrong with it, I have had it fixed or repaired or checked. It has had its hinge and optical drive replaced in its time, and in July

  • FLV file not showing up on page

    I am a novice with Dreamweaver. I created a site several years ago using just Contribute 2. Yesterday I used Adobe Media Encoder to encode some QTs to FLV (.f4v) files using a preset for Flash 8 compatible FLV files. I created a completely new html p

  • Front panel is not shown completely.

    Hi. I have worked on a project more than three months and last week I was faced with a strange problem. When I switch from 'block diagram' to 'front panel' window it is not shown completely. I had this problem in LabVIEW 8.0 then I removed it complet

  • Another problem creating AuthenticationContext

    I am running Access Manager and IdentityManager 2005Q4 on separate Solaris servers. I am unable to configure IdentityManager to provision Access Manager accounts. I hve followed (and re-followed) the steps in the Resource Reference (the latest versio

  • DEVICE IS LOCKED SCREEN HAS MOVED

    Really minor point, but it is bugging me...I recently updated the software on my blackberry 9780 after being instructed to do so when i connected it to desktop manager. Now when my phone times out and requires a password, I need to scroll down to unl