Invalid Pointer

Post Author: remdev
CA Forum: General
Hey all,
I am receiving the following error message when running a report:
AN ERROR OCCURRED WHILE GENERATING THE CRYSTAL REPORT: 0X80004003 - INVALID POINTER (ARERR 1904).
Crystal Reports is integrated with Remedy's Action Request System Software.  Any ideas on where to look regarding this error. I have already tried reinstalling the Remedy software (v7.0.1 patch 1 and installing v7.0.1 patch2). The ODBC connection looks fine and I have poked around just about everywhere. Any clues would be appreciated.

Hi,
try to rebuild the package.

Similar Messages

  • Query user ACL results in exception, PortalException, Invalid pointer AxisFault

    Hi,
    I am developing a remote portlet application in Java for plumtree portal v 5.0.3, using EDK library v 5.0. The requirement is to determine if the user accessing the application has "Admin" privileges for the portlet or not.. For this, I query User (and all the user's groups) ACL to check if the AccessLevel is Admin. This method seemed to work fine on the development environment but fails on staging environment. I have checked the SOAP-API-URI and other settings like sending Login Tokens etc, and all seems to be fine. The application is written in Java hosted on a UNIX box, while the portal is on Windows environment.
    Following is the code where the error occurs:
    IPortletContext edk = PortletContextFactory.createPortletContext(request, response); IRemoteSession remoteSession = edk.getRemotePortalSession(); //IRemoteSession remoteSession = RemoteSessionFactory.getTokenContext(edk.getRequest().getRemoteAPIEndpoint(), edk.getRequest().getLoginToken()); -- Tried this but no difference
    IPortletManager portletManager = remoteSession.getPortletManager(); logger.debug("Got Remote portal session");
    int portletId = edk.getRequest().getPortletID(); IACL acl = portletManager.queryACL(portletId);<-- This is where it breaks
    Following is the exception stacktrace that I get.
    AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultString: Server was unable to process request. --> Invalid pointer faultActor: null faultDetail: stackTrace: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultString: Server was unable to process request. --> Invalid pointer faultActor: null faultDetail:
    Server was unable to process request. --> Invalid pointer at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:135) at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:949) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1203) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:294) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:261) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:147) at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:286) at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:232) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:546) at org.apache.axis.Message.getSOAPEnvelope(Message.java:377) at org.apache.axis.client.Call.invokeEngine(Call.java:2132) at org.apache.axis.client.Call.invoke(Call.java:2102) at org.apache.axis.client.Call.invoke(Call.java:1851) at org.apache.axis.client.Call.invoke(Call.java:1777) at org.apache.axis.client.Call.invoke(Call.java:1315) at com.plumtree.remote.prc.soap.DirectoryAPISoapBindingStub.queryACL(Unknown Source) at com.plumtree.remote.prc.soap.DirectoryProcedures.QueryACL(Unknown Source) at com.plumtree.remote.prc.xp.XPACLPersistence.QueryEntries(Unknown Source) at com.plumtree.remote.prc.xp.XPACLPersistence.QueryACL(Unknown Source) at com.plumtree.remote.prc.xp.XPObjectManager.queryACL(Unknown Source) at com.plumtree.remote.prc.ObjectManagerWrapper.queryACL(Unknown Source) at com.enbridge.txb.web.shared.security.PortalAuthenticationUtil.isUserACLAdmin(PortalAuthenticationUtil.java:159) at com.enbridge.txb.web.shared.security.SetAdminPrefsAction.getAdminPrefs(SetAdminPrefsAction.java:82) at java.lang.reflect.Method.invoke(Native Method) at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:278) at com.enbridge.txb.web.shared.BaseAction.execute(BaseAction.java:116) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560) 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.AJPRequestHandler.run(AJPRequestHandler.java:148) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Unknown Source)
    Server was unable to process request. --> Invalid pointer at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:135) at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:949) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1203) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:294) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:261) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:147) at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:286) at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:232) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:546) at org.apache.axis.Message.getSOAPEnvelope(Message.java:377) at org.apache.axis.client.Call.invokeEngine(Call.java:2132) at org.apache.axis.client.Call.invoke(Call.java:2102) at org.apache.axis.client.Call.invoke(Call.java:1851) at org.apache.axis.client.Call.invoke(Call.java:1777) at org.apache.axis.client.Call.invoke(Call.java:1315) at com.plumtree.remote.prc.soap.DirectoryAPISoapBindingStub.queryACL(Unknown Source) at com.plumtree.remote.prc.soap.DirectoryProcedures.QueryACL(Unknown Source) at com.plumtree.remote.prc.xp.XPACLPersistence.QueryEntries(Unknown Source) at com.plumtree.remote.prc.xp.XPACLPersistence.QueryACL(Unknown Source) at com.plumtree.remote.prc.xp.XPObjectManager.queryACL(Unknown Source) at com.plumtree.remote.prc.ObjectManagerWrapper.queryACL(Unknown Source) at com.enbridge.txb.web.shared.security.PortalAuthenticationUtil.isUserACLAdmin(PortalAuthenticationUtil.java:159) at com.enbridge.txb.web.shared.security.SetAdminPrefsAction.getAdminPrefs(SetAdminPrefsAction.java:82) at java.lang.reflect.Method.invoke(Native Method) at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:278) at com.enbridge.txb.web.shared.BaseAction.execute(BaseAction.java:116) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560) 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.AJPRequestHandler.run(AJPRequestHandler.java:148) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Unknown Source)
    can anyone please help me? :-(
    Thanks,Gaurav

    Hi,
    By default on CE SLD is not available. Please go through this to configure SLD
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20c58fff-0c62-2b10-4381-9ac4d920a8cc
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09527da-39a7-2b10-9f99-c6a007e516a5
    Regards
    Ayyapparaj

  • PDF report : glibc detected *** free(): invalid pointer

    We are having an running a PDF report concurrent program - After a while it errors out with the following message.
    emsg:was terminated by signal 6
    Enter Password:
    *** glibc detected *** free(): invalid pointer: 0x0847b6d8 ***
    Report Builder: Release 10.1.2.3.0 - Production on Fri Jan 15 13:22:11 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Program was terminated by signal 6
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 4459737.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    We see this issue in all the cloned instances. In Production system also it errors out with a different error message as below.
    emsg:was terminated by signal 6
    Enter Password:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb68b6745, pid=21709, tid=2377784224
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [libca.so.0+0x13745] cadckgt+0xa5
    # An error report file with more information is saved as hs_err_pid21709.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    I ran ACTIVE USERS with PDF output option. That completed successfully though.
    Any ideas ?

    Hi,
    We are having an running a PDF report concurrent program - After a while it errors out with the following message.Is this a standard or custom concurrent program?
    Do you get any error if you change the report type to Text/PostScript?
    emsg:was terminated by signal 6
    Enter Password:
    *** glibc detected *** free(): invalid pointer: 0x0847b6d8 ***
    Report Builder: Release 10.1.2.3.0 - Production on Fri Jan 15 13:22:11 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Program was terminated by signal 6
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 4459737.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...I would suggest you enable trace/debug and see if more details about the error are collected in the logs.
    We see this issue in all the cloned instances. In Production system also it errors out with a different error message as below.
    emsg:was terminated by signal 6
    Enter Password:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb68b6745, pid=21709, tid=2377784224
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [libca.so.0+0x13745] cadckgt+0xa5
    # An error report file with more information is saved as hs_err_pid21709.logCan you find any details about the error in this log file?
    I ran ACTIVE USERS with PDF output option. That completed successfully though. Does this mean that the issue is only with custom PDF concurrent programs?
    Regards,
    Hussein

  • Invalid pointer error on setting reportviewer parameter values

    Post Author: erika
    CA Forum: General
    Hi
    I'm using the crystal reports version bundled with VS2005, everything on the web reportviewer works perfectly until I set any parameter values. I then get the following error:
    Message: "Invalid Pointer",
    Source: rptcontrollers.dll,
    Stack Trace:     at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetPage(PageRequestContext pPageRequestContext)\r\n   at CrystalDecisions.ReportSource.EromReportSourceBase.GetPage(PageRequestContext pageReqContext)\r\n   at CrystalDecisions.CrystalReports.Engine.FormatEngine.GetPage(PageRequestContext reqContext)\r\n   at CrystalDecisions.ReportSource.LocalReportSourceBase.GetPage(PageRequestContext pageReqContext)\r\n   at CrystalDecisions.Web.ReportAgent.GetPage(Boolean bSeparatePages)\r\n   at CrystalDecisions.Web.CrystalReportViewer.OnPreRender(EventArgs e)
    My rptcontroller DLL version is: 10.2.0.1093
    The following code is how I set the parameters:
    ParameterFields pfsReport = new ParameterFields();
    ParameterDiscreteValue pdvReport = new ParameterDiscreteValue();
    pdvReport.Value = oReportParameterValues.ToString();
    ParameterField pfdReport = new ParameterField();
    pfdReport.CurrentValues.Add(pdvReport);
    pfsReport.Add(pfdReport);
    rpvView.ParameterFieldInfo = pfsReport; //rpvView = ReportViewer
    rpvView.ReportSource = rptReport; //rptReport = ReportDocument
    rpvView.RefreshReport();
    Has anybody got any answers to how I can fix this, or maybe another way to add the parameter values that doesn't give the same error?

    This is likely an issue with order of operations.  I would try setting the dataset first, then pass parameters.  if that is what you are already doing, reverse the order and see what happens.

  • Out Of Memory & Invalid Pointer exceptions on CSV export

    Iu2019m having problems when exporting more than 1 million rows of data to a CSV format.  Iu2019m running the export from C# code (see sample code below).  Depending on the template that I use, I get either a System.OutOfMemoryException or a System.Runtime.InteropServices.COMException (Invalid pointer) error.  See the full error text below.
    This worked fine with Crystal XI but now breaks with Crystal 2008.
    Is this a known problem and are there any workarounds?
    Sample Code:
    ReportDocument rptDoc = new ReportDocument();
    rptDoc.Load("C:\somereport.rpt");
    ExportOptions opts = new ExportOptions();
    opts.ExportDestinationType = ExportDestinationType.DiskFile;
    DiskFileDestinationOptions destOpts = ExportOptions.CreateDiskFileDestinationOptions();
    destOpts.DiskFileName = "C:\outputfile.csv";
    opts.ExportDestinationOptions = destOpts;
    opts.ExportFormatType = ExportFormatType.CharacterSeparatedValues;
    rptDoc.Export(opts);
    Configuration:
    Crystal Reports 2008 (Full Version)
    C#
    .NET 3.5
    VS 2008
    Exceptions:
    System.Runtime.InteropServices.COMException occurred
      Message="Invalid pointer\r"
      Source="Analysis Server"
      ErrorCode=-2147467259
      StackTrace:
           at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
           at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)
    System.OutOfMemoryException occurred
      Message="Exception of type 'System.OutOfMemoryException' was thrown."
      Source="CrystalDecisions.ReportAppServer.Controllers"
      StackTrace:
           at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
           at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
           at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)

    Hello Ludek, Thanks for the reply.
    I am using 'Crystal Report Basic For Visual Studio 2008 - version 10.5'  version of the Crystal Report.
    I have 12 columns in my Report. Out of these 12 columns 2 columns display images (one is of size 320X240 and second one is of size 120X240).
    Some description is as :-
         When Report contain 1180 events, and when I export it as .xls( Size - 21, 492 KB i.e near about 22.5 MB) and .pdf ( Size :- 153,961 KB i.e near about 154MB) it get export properly without an error.
         When Report contan 1451 events, and when I export it as .xls (size :- 26,644 KB i.e. Near about 26.6MB) it export properly without an error. But if I try to export it as .pdf it gives " Invalid Pointer" exception.
         When Report contain 2813 events and when I export it as .xls (size :- 13, 957 KB) it get export properly without an error but this xls file does not contain the images. (If you look into size of xls for 1451 Events Report and 2813 Events Report, xls for 2813 Events Report has lower size than 1451 Events Reports, because it does not contain the images.) If I export this Report as .pdf , it gives "Invalid Pointer" exception.
         I used my own code to export the report in various formats.
        What should be done to export the large sized Reports in all possible formats?
    Thanks in advance.
    Edited by: YogeshP on Sep 2, 2009 2:20 PM

  • Gnome Keyboard Properties invalid pointer

    I keep getting
    *** glibc detected *** free(): invalid pointer: 0xb74ae9a0 ***
    everytime I try to run gnome-keyboard-properties.
    On a side note, the weather report applet seems to only list North America and the Middle East as possible locations, and it seems that Alaska is the only state in the US.
    Anyone else have these problems or is it only occuring on my computers?

    I updated gnome-applets, so the weather applet should work indeed
    The gnome-keyboard-properties thingy was a bug in libxklavier 1.0.4 which returns a static declared variable as a pointer, which breaks with the new glibc. Fixed that with a patch kindly grabbed from gentoo CVS

  • Unhandled COMException: Invalid Pointer

    Hello everyone,
    The company that I'm working for has a need for their crystal reports to be exported to .PDF files with the hyperlinks being maintained. A little experimentaion has show that exporting to .rtf then converting to .pdf will maintain the hyperlinks well enough.
    I've been tasked with creating an application that does just that. It exports to temporary .rtf files, converts those files to .pdf then removes the temp file. I currently have it working, with one exception. I get an 'Unhandled COMException: Invalid pointer exception on the export command of relatively small files.
    I've done some reading on the forums, and this issue seems to have been around for a while... but I can't find a solution. What I find odd is that the other people who have seen this error usually report it happening while exporting files with 4000-5000 pages, and tons of images. The largest file that I am trying to export has 111 pages, with a small 1X3 inch logo at the top of each page.
    Now, if I remove the logo, it exports fine. But still, people have reported being able to export reports with thousands of images and pages before. I don't know why I'm having such an issue with less than 200 pages.
    One issue that I've faced that may be contributing to this is that I have to use Visual C# 2010 Express Edition. The Crystal reports SDK doesn't work with the express edition, so I've been manually adding the references as I need them. I have a licensed copy of Crystal Reports 2008, and I found the DLLs on my local drive. I don't think that they're the most recent libraries, though, as I can only use them with a target .net framework of 2.0.
    I was hoping that someone out there could point me in the direction of where I can find the most recent libraries. I've tried to get them by installing 'Crystal Reports for Visual Studio 2010', but it can't install on an express edition of VS. I think that this may solve some of my troubles... that being said, if anyone out there knows of an alternate solution, I'd love to hear from you.
    Thanks for your time,
    - Scott

    Only suggestion I have;
    Don't use 2010 Express Edition. I know, sounds flip - but really...
    The Crystal reports SDK doesn't work with the express edition, so I've been manually adding the references as I need them.
    The above gives me ebee jeebees...
    How unsupported can we get ?
    OK. So I do have one suggestion that is worth the minute you spend reading this, but after I make the suggestion, I'll lock this thread as I do not want any other posts into it. E.g.; at worst the suggestion I make breaks all licensing agreements, at best it's so far out in the unsupported land that not even the Hubble telescope can see it.
    Download the crvs2010 runtime and install it (you may be then able to manually add the references).
    32 bit MSI:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0.zip
    64 bit MSI:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0.zip
    I'll probably get all kids of flack for posting the suggestion... your best bet is to go to "full" version of VS2010. Express may be good for students and stuff, but CR does not work with it - except when you hack it as above. Maybe...
    - Ludek

  • Perl - c - java munmap_chunk(): invalid pointer

    I am trying to use the JNI invocation interface from within some C code which in turn is invoked from Perl (Perl -> C -> Java).
    The problem is, when the Perl process ends, i end up this:
    *** glibc detected *** /usr/bin/perl: munmap_chunk(): invalid pointer: 0xb68d3880 ***
    ======= Backtrace: =========
    /lib/i686/cmov/libc.so.6(+0x6b321)[0xb7e20321]
    /lib/i686/cmov/libc.so.6(+0x6c59e)[0xb7e2159e]
    /usr/bin/perl(perl_destruct+0x1290)[0x807dd30]
    /usr/bin/perl(main+0x95)[0x80642a5]
    /lib/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb7dcbc76]
    /usr/bin/perl[0x8064171]
    I am simply invoking this function once, which creates the JVM and later invokes DestroyJavaVM...
    static void test( void ) {
        JavaVM *jvm;
        JNIEnv *env;
        JavaVMInitArgs vm_args;
        JavaVMOption options[ 1 ];
        options[ 0 ].optionString = "-Djava.class.path=/tmp";
        vm_args.version = JNI_VERSION_1_6;
        vm_args.nOptions = 1;
        vm_args.options = options;
        vm_args.ignoreUnrecognized = 0;
        int ret = JNI_CreateJavaVM( &jvm, ( void** ) &env, &vm_args );
        if(ret < 0)
            printf("\nUnable to Launch JVM\n");
        else {
            if( (*env)->ExceptionOccurred( env ) )
               (*env)->ExceptionDescribe( env );
            (*jvm)->DestroyJavaVM( jvm );
    }Can anyone offer me any clues as to what may be happening here? I am guessing that DestroyJavaVM is not freeing the resources allocated by the JVM and this interferes with garbage collection in Perl...

    I am guessing that DestroyJavaVM is not freeing the resources allocated by the JVMThat definitely won't be it, as DestroyJavaVM() currently does nothing.
    I would take this in three steps:
    1. write a C main() that starts and stops the JVM correctly
    2. write a C test() that does nothing except get called by Perl correctly
    3. Have the test() start the JVM using the same code as at (1).
    I would also have a look at how you are building the C exe. In my experience on Windows, sharing the C RTL doesn't work in conjunction with the JVM. Some years ago I was a whizz at fixing this sort of thing but these days I just use a static library ;-)

  • PTWS Invalid Pointer

    The following code runs fine whilst using server1 (PTWS, EDK 5.0.2, Win2K) while using server2 (PTWS, EDK 5.0.2, W2K3) I'm getting that Invalid Pointer exception thrown. I'm definetly getting a login token back, since a call to portletRequest.GetLoginToken() comes back fine. I've done a diff on the PTWS directories on both servers and they're both the same. I've checked the portal50 DSN and it too connects just fine. Anyone have an idea on what could be causing this?
    IPortletContext portletContext = PortletContextFactory.CreatePortletContext(this.Request, this.Response);IPortletRequest portletRequest = portletContext.GetRequest();IPortletResponse portletResponse = portletContext.GetResponse(); IRemoteSession prcSession = RemoteSessionFactory.GetTokenContext(new Uri("http://server2/ptapi/QueryInterfaceAPI.asmx"), portletRequest.GetLoginToken()); IUserManager userMgr = prcSession.GetUserManager();
    foreach(int groupID in userMgr.GetCurrentUserGroups()){ Response.Write (groupID + "<br>");}
    Response from server:
    HTTP/1.1 100 Continue
    HTTP/1.1 500 Internal Server Error.Date: Thu, 14 Jul 2005 00:23:31 GMTServer: Microsoft-IIS/6.0X-Powered-By: ASP.NETX-AspNet-Version: 1.1.4322Cache-Control: privateContent-Type: text/xml; charset=utf-8Content-Length: 978
    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Invalid pointer at com.plumtree.server.helper.IPTSession.Reconnect(String bstrToken) at com.plumtree.server.CIPTSession.Reconnect(String bstrToken) at com.plumtree.soap.basic.PTSoapAPIImplBasic.createSession(String sLoginToken) at com.plumtree.soap.basic.SessionAPIImplBasic.getCurrentUserGroupMembership(String sLoginToken) at SessionAPI.SessionAPI.getCurrentUserGroupMembership(String sLoginToken) --- End of inner exception stack trace ---</faultstring> <detail /> </soap:Fault> </soap:Body></soap:Envelope>

    It is possible the clocks are out of sync between your portal issuing the request to your portlet and the WS Server.  Make sure the clocks for the machines hosting your portal and WS Server are synced up.
    Also, you might want to trying increasing the duration of the login token.  In your Remote Portlet Web Service administration screen, where you configure it to sent the login token, there is a box that says &#034;5 minutes&#034; as the token's default duration.  Increase it to say 15 to better your chances.
    It is also possible that the new WS Server itself has a problem.

  • "sqlplus: free(): invalid pointer:" when trying to connect to SSL listener

    Hi,
    I'm trying to get an SSL connection configured with my Oracle 11.2.0.1 database and I am getting the following error after entering the password (and when I try to just tnsping the connection):
    NOTE: I cut out a big chunk of the trace dump. If you'd like to see the entire dump, please let me know.
    [po@la4 oracle]$ sqlplus cots_usr@LA2_COTS_SSL
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Jun 4 11:55:03 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Enter password:
    *** glibc detected *** sqlplus: free(): invalid pointer: 0x000000001ef6d490 ***
    ======= Backtrace: =========
    /lib64/libc.so.6[0x3b34e70d7f]
    /lib64/libc.so.6(cfree+0x4b)[0x3b34e711db]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nzumfree+0x74)[0x2adbcffd190c]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztiFIC_Free_Identity_Contents+0x42)[0x2adbcfe3224c]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztiDI_Destroy_Identity+0x37)[0x2adbcfe321e5]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztiFIL_Free_Identity_List+0x3c)[0x2adbcfe32182]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztnFPC_Free_Persona_Contents+0x41)[0x2adbcfe329ad]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztnDAP_Destroy_A_Persona+0x37)[0x2adbcfe32947]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztnFPL_Free_Persona_List+0x3c)[0x2adbcfe328e6]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztwFWC_Free_Wallet_Contents+0x6d)[0x2adbcfe331e3]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztwCloseWallet+0x43)[0x2adbcfe33103]
    7fffc9fa9000-7fffc9fac000 r-xp 7fffc9fa9000 00:00 0 [vdso]
    ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0 [vsyscall]
    [po@la4 oracle]$
    TNSPING results in the same...
    [po@la4 oracle]$ tnsping LA2_COTS_SSL
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 04-JUN-2012 12:08:27
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /opt/oracle/11g_client/WALLETS/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCPS)(HOST = la2.po.org)(PORT = 2484)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = la2.po.org_cots)))
    *** glibc detected *** tnsping: free(): invalid pointer: 0x0000000011a1f0a0 ***
    ======= Backtrace: =========
    /lib64/libc.so.6[0x3b34e70d7f]
    /lib64/libc.so.6(cfree+0x4b)[0x3b34e711db]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nzumfree+0x74)[0x2b829cd5a90c]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztiFIC_Free_Identity_Contents+0x42)[0x2b829cbbb24c]
    /opt/oracle/11g_client/product/11_2/lib/libnnz11.so(nztiDI_Destroy_Identity+0x37)[0x2b829cbbb1e5]
    However, the non-SSL connection works fine:
    [po@la4 oracle]$ tnsping LA2_COTS
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 04-JUN-2012 12:10:26
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /opt/oracle/11g_client/WALLETS/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = la2.po.org)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = la2.po.org_cots)))
    OK (10 msec)
    -- AND I can connect using sqlplus as well.
    MY TNSNAMES.ORA file:
    # NON-SSL Connector for DB running on LA2 server
    LA2_COTS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = la2.po.org)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = la2.po.org_cots)
    # SSL Connector for DB running on LA2 server
    LA2_COTS_SSL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCPS)(HOST = la2.po.org)(PORT = 2484))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = la2.po.org_cots)
    MY SQLNET.ORA file
    [po@la4 WALLETS]$ cat sqlnet.ora
    BEQUEATH_DETACH=YES
    NAMES.DIRECTORY_PATH=(TNSNAMES)
    SQLNET.EXPIRE_TIME=10
    SQLNET.AUTHENTICATION_SERVICES = (beq,tcps)
    SQLNET.OUTBOUNT_CONNECTION_TIMEOUT = 3
    SSL_CLIENT_AUTHENTICATION = true
    SSL_VERSION = 3.0
    SSL_CIPHER_SUITES = (SSL_RSA_WITH_3DES_EDE_CDC_SHA, SSL_RSA_WITH_RC4_128_SHA)
    WALLET_LOCATION =
    (SOURCE =
    (METHOD = FILE)
    (METHOD_DATA =
    (DIRECTORY = /home/po/certs)
    Does anyone have any ideas as to what the problem may be?
    Thanks

    I have since reinstalled the 11gR2 database after noticing that I was missing some library paths (/lib and /usr/lib) in my LD_LIBRARY_PATH env var.
    The database that I reinstalled at this point seems to be working fine but all the clients on the other VIPs are installed with those same paths missing from the LD_LIBRARY_PATH. We are in the process of updating the paths on those boxes and then will try reinstalling the clients with the hopes that this will help.

  • Reg:Invalid Pointer Exception in CRW

    Hi Jonathan,
    We are getting Invalid Pointer on large text files and large exact rich text files.  I tried both thru Crystal Designer and I was able to get the RTF to export without issue, but I was not able to get the text file to export.  I get the following error:  crw32.exe has encountered a problem and needs to close.
    We are having reports (txt and rtf) go down every night for Invalid Pointer or OutofMemory.  We are having to manually skip these reports to complete our runs each  night and then we manually need to create the report the next day.
    Any help would be greatly appreciated.
    Thanks, Lori

    Hi, Lori;
    As you are gettting this error in the Crystal Reports Designer, I am transferring your post to our Design forum.
    Regards,
    Jonathan

  • Invalid Pointer - Live Office - after in/uninstalling Live Office 3.0

    Hi Everyone,  thanks for your help in advance.
    When I add use Live Office to add an object into Excelsius, I get a "Invalid Pointer" error when I select the report.
    Also receiving a .NET error when shutting down the computer
    Object reference not set to an instance of the object.
    Steps to reproduce:
    - Business Objects XIR2 installed
    - Xcelsius 2008 installed
    - Live Office Productivity Pack XIR2 installed
    1.  Installed Live Office 3.0
    2.  Uninstalled Live Office 3.0
    Steps taken to resolve:
    - Restarted all BOE Servers
    - Restarted computer
    - Reinstalled Xcelsius 2008
    - Reinstalled Live Office XIR2 Productivity Pack
    - Reintalled .NET Framework

    Hi Steve,
    Live Office is only supported when it is connected to the same version of BusinessObjects Enterprise, eg XI R2 with XI R2, 3.0 with 3.0. Unfortunately, you are attempting to connect Live Office 3.0 with BOE XI R2. This is not supported and you may run into problems.
    Beyond that, I would highly recommend reading the Release Notes for both Live Office and Xcelsius, paying particular attention to the sections in each dedicated to the other program. Live Office within Xcelsius does not have the full functionality or feature set of Live Office in MS Office applications.

  • NI-IMAQdx: (Hex 0xBFF69003) Invalid pointer when running application as exe

    Hello everyone,
    I have developed an application that uses NI-IMAQdx to capture images from GigE cameras from Basler.
    It is all running fine as long as I run it from the development environment,
    but as soon as I compile it and try to run it as an exe file im getting the abovementioned error. (error -1074360317 at IMAQdx Get Image.vi : NI-IMAQdx: (Hex 0xBFF69003) Invalid pointer )
    I am using the IMAQDx Open Camera VI to open the session and the Imaqdx snap vi to grab the image. Ive already tried to get it working by replacing those vi with the corresponding set of low level imaqdx functions but no avail.
    My system is a Windows 7 machine with LV 2014 and all the newest updates and drivers installed.
    The thread at https://forums.ni.com/t5/Machine-Vision/error-1074360317-occurred-at-an-unidentified-location/m-p/21... is about the same error, but unfortunately no solution was posted there.
    Thanks in advance for helping out.

    Hi!
    aybe you used a image control or constant?
    Alternatively, this error might be caused by closing the reference to the image while it is still required in another part of the code. This may be solved by ensuring that the IMAQ Dispose is called after all IMAQ and IMAQdx VIs that require this memory location have finished executing.
    Have a look at this:
    Why Do I Receive Error -1074360317 in My IMAQ LabVIEW VI? - National Instruments
    http://digital.ni.com/public.nsf/allkb/6AFD40039A622693862574F200813F65?OpenDocument
    Regards,
    Julika

  • VS2013 Invalid Pointer error

    Good day master's.
    I am using Visual studio 2013 in three months. At first everything is fine until something happen in my operating system that I need to use system restore. The problem is my VS2013 encountered error since I used system restore. Every time I run (F5) my program
    the error "Error while trying to run project: invalid pointer" keep showing and my program won't start. But the program is build properly because i can run it manually in "BIN" folder. The worst is all my project won't run now (VB.net/C#.net).
    Please HELP master's!
    Thanks in advance.

    Hi Kenneth,
    Thank you for posting in the MSDN forum.
    Actually I’m not very sure that what the real app you were debugging, but if you couldn’t debug your app after system restore, we would check whether it is your VS IDE or the specific app issue.
    >> Invalid Pointer error.
    Actually I doubt that you got the error “Unable to Start Programxxxxxx.exe" Invalid Pointer.
    Anyway, to make sure that it is not your VS IDE issue, please reset your VS settings, and then re-open your project, test it again.
    http://msdn.microsoft.com/en-us/library/ms247075(v=vs.90).aspx
    To make sure that it is not your project issue, please clean and rebuild your whole project, and then debug it again. 
    Maybe you could get more useful information from the Error list/output window if you rebuild it in solution explorer window.
    Please delete the bin\debug folder, and then reopen and rebuild it, debug it again.
    If still no help, please share us the latest message, it would be better if you could share us the detailed output/error list message if you got.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • GPRESULT /H GPReport.html = ERROR: Invalid pointer

    When I enter GPRESULT /H GPReport.html I get the following error...ERROR: Invalid pointer
    With the syntax /X it´s possible to get an xml report. Any ideas?
    Thanks in advance
    Martin

    Hi,
    Thanks for your posting.
    After search I think your issue is caused by unregistered .dll file. Run below command to register all .dll files. After that, restart your OS
    to check whether you can generate an html group policy report.
    for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
    For more information please refer to following articles:
    Explanation of Regsvr32 usage and error messages
    http://support.microsoft.com/kb/249873
    Lawrence
    TechNet Community Support

Maybe you are looking for

  • Wifi not reconnecting

    Hello, 2 Z10s (10.1.0.4181 - 10.1.0.4633) on different locations with 2 Fritz!box 7390 on 5Ghz with firmware 5.50. Worked a long time, then maybe 2-3 weeks ago problems started. Tablets are not affected so I suppose its our Z10s fault. WiFi works, th

  • Smartform function module

    HI,   is it same development client smartform function module (meane when we execute the smartform) and test client smartform function module?pls help me? regrds, dhanan

  • Aix users security problem with remote brtools

    I'm having a separate instance for my database and central instance. Both instances are running on AIX 5.3. From my understanding, the DB13 dbcheck and dbverify are done by executing brtools at database instance form central instance. This is done by

  • How to use third party APIs with Sun J2ME Toolkit

    I've installed Sun J2ME Toolkit 2.1. If I intend to use other third party APIs with my existing toolkit, how do I do that. I can manage to get the jar file of the associated API classes, but how to integrate the same with the toolkit. Thanks in advan

  • Ability to delete multiple folders

    Ability to delete multiple folders