LookupException with PI 7.0 in HA Environment

Hi,
In one of our XSLT mappings we use a RFC LookupService to call an ABAP FM via an RFC Communication Channel. In our QA environment this works fine but it does not in our production environment where a <b>LookupException</b> is thrown.
In the Java API documentation for the com.sap.aii.mapping.lookup.LookupService
class I found the following "Note that you can only use channels which are <b>located on the Integration Server (central adapters). Decentral adapters,adpapters which are not located on the Integration Server cannot be used.</b> "
This makes me suspicious about the SLD registration of the AE...
A difference between our prod environment and test environment is that the prod env. is a HA environment with a ASCS instance and two dialog instances.
In the Integration Directory I have noticed in the prod environment that for the Communication Channels the drop down for Adapter Engine contains the value "af.pxi.sapxidb" versus "Integration Server" as in the test environment.
I have checked the SLD entries and associations according to note 764176 but I can't find anything obviously wrong.
In the RWB the AE is shown as a central AE under the Integration Server node in the Component Monitoring.
I'm most curious why the central AE shows as af.pxi.sapxidb in the integration directory, but any input is appreciated?
rgds Johan

Also note 1036727 is applied but no effect...
//Johan

Similar Messages

  • Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Hi.
    This is definitely not supported, and I don't know that any work is scheduled in the future
    to support this JDK on WLS 5.1.
    Having said that, I was able to start WLS 5.1sp12 with JDK 1.4 with no errors. I didn't
    exercise any features, however.
    Regards,
    Michael
    Rakesh Gupta wrote:
    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • OCS on a cluster with Load balancing and fail safe environment

    Dear all,
    i want to ask is there any documat or hints on how to do an OCS R2 installaiotn on 3 server with RAC option (clustered Fail Safe), how can i install OCS on a cluster with Load balancing and fail safe environment.
    plz i need ur help
    thanking u
    [email protected]

    Dear all,
    i want to ask is there any documat or hints on how to do an OCS R2 installaiotn on 3 server with RAC option (clustered Fail Safe), how can i install OCS on a cluster with Load balancing and fail safe environment.
    plz i need ur help
    thanking u
    [email protected]

  • Problem with setLocation in a multi screen environment

    hello,
    I'm using a multiple screen environment (matrox graphicccard, 3 screens).
    I've a application moving some JDialogs to screen-locations saved somewhen before. So far so good.
    getLocation () for my left screen delivers me a negative value:
    e.g. getLocation().x = -150
    getLocation().y = 50
    setLocation (-150, 50) works as expected.
    Ok, but if I use the same application on another workstation using another matrox driver, the dialog disappears.
    On my computer the 3 screens are handled as separate screens (the one in the middle as the mainscreen) => 3x1024x768
    JDialogs on the left screen are given negative x-location values, JDialogs on the right screen have x-location values greater than 1024.
    On the other computer the 3 screens are handled as one big desktop => 1x3072x1024 (as said: other matrox device).
    My problem is now: if I transfer my locations stored in an external config-file somewhere else I can't restore the location on the other computer, seems clearly there is no negative screen with this graphiccard.
    I tried following code
         public void setLocation (int x, int y)  {
              GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
              Dimension screenSize;
              try  {
                   Rectangle screenS = new Rectangle ();
                   GraphicsDevice[] gs = ge.getScreenDevices ();
                   for (int j = 0; j < gs.length; j++) {
                        GraphicsDevice gd = gs[j];
                        GraphicsConfiguration[] gc = gd.getConfigurations();
                        for (int i=0; i < gc.length; i++) {
                             screenS = screenS.union(gc.getBounds());
                   screenSize = screenS.getSize ();
              } catch (HeadlessException e) {
                   screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize();
              if (x > screenSize.width) {
                   x = screenSize.width-getSize().width;
              if (y > screenSize.height) {
                   y = screenSize.height-getSize().height;
              super.setLocation (x, y);
    but it doesn't help. By the way: I can't (!) check in this function for negative x-values because computer 1 allows negative x-values, computer 2 NOT.
    I need something to get out if a x,y-location is situated in a viewable screencontent AND this should work on every computer.....
    any help would be great
    Thanks a lot

    Has anyone solved this problem yet? I've tried several variants in the call to Frame's getMaximizeBounds() and cannot reliably get it to work. For one particular monitor setup (1280x1024, 1024x1280, and 1024x1280), I can find the magic numbers to make it maximize across both 1024x1280 monitors.
    For my scenario, the left monitor is 1280x1224 and is primary, the other two are used to run the Java application. When maximized, it should take over the complete 2048x1280 space of both portrait monitors (middle and right monitors). When not maximized (in NORMAL mode), it the window takes over the space of the middle 1024x1280 monitor.
    To make it work, I use the following call:
    // x = 0, y = 1, width = 2304, and height = 1280
    m_windowFrame.setMaximizedBounds(new Rectangle(0,1,2304, 1280));
    - if "y" is 0, which I would expect should be ok, the maximize defaults to having as if I pass in null (it maximized to only one monitor).
    - if "width" is the correct amount (2048), it doesn't use all the space of both portrait monitors. For some reason, if I use with width of the primary and the width of one portrait, it works.
    This doesn't make a bit of sense why these number works. If someone can shed light on how this call works, I would very much appreciate it.
    Thank you

  • Issue with External Form Repost in Testing Environment

    Please help!
    We are attempting to add an Eloqua repost to our webform on https://www.2checkout.com/signup. We are a payment processor and therefore, our customer admin area, of which this page is a part, must maintain various compliance standards. With this in mind, we are testing the repost in our test environment, which sits on https://va.test.2checkout.com. I've double-checked and our eloqua tracking scripts are picking up these pages.
    When we run the repost, the line of code to get the GUID - 
    elqQ.push(['elqGetCustomerGUID']);
    is erroring. I've attached a screenshot.
    For reference, we're using the code illustrated in Thomas Reyto's Topliner's post: http://topliners.eloqua.com/community/do_it/blog/2012/04/17/how-to-repost-an-externally-hosted-form-to-eloqua.
    Any assistance in determining the issue would be most appreciated! As mentioned, we really want to get this working in the test environment before we push it live, as it could break our sign up process otherwise.
    Thank you Topliners!

    Jennifer Comisford the JavaScript snippet to include elqcfg.min.js on your page?  The waituntilCustomerGuidIsRetrieved function is defined in the elqcfg.min.js tracking script.  From the error it looks like your page has not loaded the file correctly.
    <script type="text/javascript">
        var _elqQ = _elqQ || [];
        _elqQ.push(['elqSetSiteId', '#########']);
        _elqQ.push(['elqTrackPageView']);
        (function () {
            function async_load() {
                var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;
                s.src = '//img.en25.com/i/elqCfg.min.js';
                var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
            if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false);
            else if (window.attachEvent) window.attachEvent('onload', async_load);
    </script>

  • Problem with uploading a file in Clustered Environment

    Hi,
    I have a problem with uploading a file in a clustered environment. I have an iview component which facilitates an upload action of an xml config file. The problem is that the upload of the modified XML file is reflected only in the central instance of the cluster and not in the dialog instances. The dialog instances hold the old config file.
    Is there any solution to upload the file to all the nodes in the cluster.
    Thanks
    Kiran

    Hi,
    This is a known problem with clustered environment. Remember that your portal component runs on just on dialog instance and it doesn't automatically have access to the other nodes.  However, there are some ways to get around this
    1. Use KM to store files. KM is a common repository for all application servers and therefore you needn't worry more
    2. Use an external batch oriented product (suresync/robocopy) to synch folders on the different DIs. You basically use your existing portal component, but there is a batch job which makes sure the upload folder is identical on all DIs (however, there is a slight delay depending on how often you run the batch job)
    3. Store the files on a shared disk directly from the portal component.
    Cheers
    Dagfinn

  • 802.1x with AD authentication in a wired environment

    Hello,
    I have a question about 802.1x authentication. I want use a combination from 802.1x and a domain authentication on a AD from microsoft. I think the first login request is the domain login, but the port on the switch is always blocked. After the PC is already up, then I can login with 802.1x authentication. Please let me know what is the best solution for this scenario. The customer need a domain login and he want use the 802.1x authentication.
    Give it a solution with only 1 login request???
    thanks
    Jens

    You can enable Machine Authentication with Windows 2000/XP/2003 clients. For this to work you need to use either PEAP or EAP-TLS. PEAP requires only a certifacate on the RADIUS Server. EAP-TLS requires a client certificate installed in the machine store on the 2000/XP/2003 client. With Machine Authentication the switchport authenticates the PC using 802.1x prior to user logon.
    You can push certificates down to Machines & Users via Active Directory Group Policy (you can't push user certificates down with a 2000 AD or 2000 Clients). You need to also enable Remote Access privileges for Machines as well.
    http://support.microsoft.com/kb/318750/EN-US/
    http://www.microsoft.com/technet/prodtechnol/winxppro/deploy/ed80211.mspx
    I have this deployed in a test environment at the moment using Microsoft IAS (Radius). Due to the way the IAS policies are created you need to plan things out carefully. Each switch has to be added individually to the IAS Server so it can look ugly (no more so than a DHCP server though).
    HTH
    Andy

  • Exchange 2007 with windows 2012 R2 domain controllers environment.

    Hello,
    I am planning to upgrade to AD windows 2012 R2 from 2008 in 2003 on funtional level for domain and forrest, my question is, is 2007 exchange (Version build: 08.03.0245.001) supported on 2012 R2 domain environment on 2008 funtional level?
    I am planning to upgrade exchange later in december to exchange 2013 but not now.
    Thanks in advance

    Hello,
    At present, there is no official article to verify whether exchange 2007 is supported on windows server 2012 R2 domain.
    But I agree with damird's suggestion.
    And you don't install exchange 2007 on windows server 2012 r2.
    If you have any feedback on our support, please click
    here
    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.

  • Trouble with Sending Mails with forms 6i on a Citrix Environment

    I have a problem, cause i tryed to use the guide`s that i found in the forum, but using this code:
    PACKAGE mail_pkg IS
    /* paquete sacado de internet: UTL_SMTP package */
    session OLE2.OBJ_TYPE; /* OLE object handle */
    args OLE2.LIST_TYPE; /* handle to OLE argument list */
    procedure logon( Profile IN varchar2 default NULL );
    procedure logoff;
    procedure send( Recp IN varchar2,
    Subject IN varchar2,
    Text IN varchar2,
    Attch IN varchar2
    END;
    PACKAGE BODY mail_pkg IS
    session_outbox OLE2.OBJ_TYPE;
    session_outbox_messages OLE2.OBJ_TYPE;
    message1 OLE2.OBJ_TYPE;
    msg_recp OLE2.OBJ_TYPE;
    recipient OLE2.OBJ_TYPE;
    msg_attch OLE2.OBJ_TYPE;
    attachment OLE2.OBJ_TYPE;
    procedure logon( Profile IN varchar2 default NULL )is
    Begin
    session := ole2.create_obj('mapi.session');
    /* create the session object */
    args := ole2.create_arglist;
    ole2.add_arg(args,Profile);/* Specify a valid profile name */
    ole2.invoke(session,'Logon',args);
    /* to avoid the logon dialog box */
    ole2.destroy_arglist(args);
    End;
    procedure logoff is
    Begin
    ole2.invoke(session,'Logoff');
    /* Logoff the session and deallocate the */
    /* resources for all the OLE objects */
    ole2.release_obj(session);
    ole2.release_obj(session_outbox);
    ole2.release_obj(session_outbox_messages);
    ole2.release_obj(message1);
    ole2.release_obj(msg_recp);
    ole2.release_obj(recipient);
    ole2.release_obj(msg_attch);
    ole2.release_obj(attachment);
    End;
    procedure send( Recp IN varchar2,
    Subject IN varchar2,
    Text IN varchar2,
    Attch IN varchar2
    )is
    Begin
    /* Add a new object message1 to the outbox */
    session_outbox := ole2.get_obj_property(session,'outbox');
    session_outbox_messages := ole2.get_obj_property(session_outbox,'messages');
    message1 := ole2.invoke_obj(session_outbox_messages,'Add');
    ole2.set_property(message1,'subject',Subject);
    ole2.set_property(message1,'text',Text);
    /* Add a recipient object to the message1.Recipients collection */
    msg_recp := ole2.get_obj_property(message1,'Recipients');
    recipient := ole2.invoke_obj(msg_recp,'add') ;
    ole2.set_property(recipient,'name',Recp);
    ole2.set_property(recipient,'type',1);
    ole2.invoke(recipient,'resolve');
    /* Add an attachment object to the message1.Attachments collection */
    msg_attch := ole2.get_obj_property(message1,'Attachments');
    attachment := ole2.invoke_obj(msg_attch,'add') ;
    ole2.set_property(attachment,'name',Attch);
    ole2.set_property(attachment,'position',0);
    ole2.set_property(attachment,'type',1); /* 1 => MAPI File Data */
    ole2.set_property(attachment,'source',Attch);
    /* Read the attachment from the file */
    args := ole2.create_arglist;
    ole2.add_arg(args,Attch);
    ole2.invoke(attachment,'ReadFromFile',args);
    ole2.destroy_arglist(args);
    args := ole2.create_arglist;
    ole2.add_arg(args,1); /* 1 => save copy */
    ole2.add_arg(args,0); /* 0 => no dialog */
    /* Send the message without any dialog box, saving a copy in the Outbox */
    ole2.invoke(message1,'Send',args);
    ole2.destroy_arglist(args);
    --message('Correo Electrónico Enviado Correctamente');
    End;
    END;
    I have an error when I try to send a mail, i create a pdf file, and just after appears this message:
    FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-305500
    I use a Citrix environment, but if I use local applicattion, in my machine, without citrix, It send the e-mail correctly.
    Any help??
    Please...

    Duane,
    don't knowwhy you chose to extend VButton, but the following code works for me. Note that I extend the VBean class. Also I am using Jinitiator 1.3.1.9 (this is what I had available for testing). My first test chowed that there was a problem with the way you specify teh URL string, which is why I harcoded the URL string when building the URL.
    Another issue when running it is that you need to sign the file because it needs socket permission (at least this was the error shown on a remote client).
    Here's the code
    package mypackage3;
    import oracle.forms.ui.*;
    import oracle.forms.properties.ID;
    import java.net.URL;
    import java.applet.*;
    import javax.swing.JTextField;
    import oracle.forms.handler.IHandler;
    public class Class1 extends VBean {
    public final static ID PLAY = ID.registerProperty("PLAY");
    private IHandler mHandler = null;
    public Class1()
    super();
    public void init(IHandler handler)
    mHandler = handler;
    super.init(handler);
    public boolean setProperty(ID property, Object value) {
    if (property == PLAY)
    try
    System.out.println("before soundplay");
    URL sou = new URL("http://fnimphiu-lap.de.oracle.com/forms60java/Drums.wav");
    System.out.println("1");
    //Applet testapp = new Applet();
    Applet testapp = mHandler.getApplet();
    System.out.println("2");
    AudioClip clip = testapp.getAudioClip(sou);
    System.out.println("3");
    clip.play();
    System.out.println("after soundplay");
    return true;
    catch(Exception ex)
    ex.printStackTrace();
    return super.setProperty(property, value);
    Fran

  • Issues with multiple Files with multiple subdbs on a single environment.

    I'm having an issue with Berkeley DB 4.2 on 32-bit platforms, regarding multiple physical files with multiple subdatabases in a single database environment. Specifically, when I open a subdatabase for a physical file, Berkeley DB thinks that it is using the same subdatabase in a different physical file.
    I'm doing the following:
    1. Create and open a db enviornment.
    2. Move file1 to the common area.
    3. Open, get and close the subdatabases in file1.
    4. Move file2 to the common area.
    5. Open, get and close the subdatabases in file2.
    6. remove file2 from the common area
    7. Move file3 to the common area.
    8. Open a subdatabase from file3. About 1/2 the time, the fetches
    return data from file2, not from file3.
    It's possible that at some earlier time (i.e. before step 1 of this
    test case), file1, file2 and file3 were the same file. I noticed
    that there is something called env->fileid_reset, but that is not
    in 4.2.52.
    Any ideas?

    Looks like I've resolved the issue

  • SSIS Error with Oracle 10.2 in 64Bit environment

    I am trying to debug a SSIS package in BIDS which was developed in a 32 Bit environment. The machine on which I am trying to bebug is a 64Bit with Windows 2003. Our DBA has installed both the 64 Bit as well as the 32 Bit client on the 64bit machine.
    When I open the package in BIDS, I am able to see the list of providers. I can create a data source using .NET Providers for Oledb\Oracle Provider for OLE DB and when I click the TEST button, the test succeeds. However, when I try to bebug the package, it errors out with the following error.
    [bill_to_dim [83]] Error: System.InvalidOperationException: The 'OraOLEDB.Oracle.1' provider is not registered on the local machine. at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager90.AcquireConnection(Object pTransaction) at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction) at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper90 wrapper, Object transaction)
    I have checked to ensure that the oraOLEDB10.dll is registered on the machine. the Oracle\Home folder has full rights
    What I dont understand is that if the connection succeeds in Design time why does it fail at Run Time.
    Any help will be appreciated.
    Thanks!
    AB

    jy**** wrote:
    I've resolved this legendary issue recently.
    You have to uninstall 10.2 but install Oracle 11g client 32bit &amp; 64bit both <font face="tahoma,verdana,sans-serif" size="1" color="#000">version</font> and have to change registry little bit.
    For some reason my colleague fixed that issue with some patches on Oracle 10g installation, but that doesn't work for me...
    Please refer to the link for detail...
    [http://knol.google.com/k/jeyong-park/accessing-oracle-data-source-from-64bit]
    Edited by: [email protected] on Sep 24, 2009 5:51 PM
    Nice writing, Thanks for your instruction!

  • Installing LC with JBoss on a clustered Win2003 environment

    I need to install LC using JBoss on a clustered (1 node + failover node) Win2003 environment, and I have several doubts:
    - Do I need to configure JBoss for clustering following the instructions on "Configuring LiveCycle ES Application Server Clusters Using JBoss"? Following such leads to LiveCycle not being able to get properly configured with the Configuration Manager... a lot of errors and exceptions get triggered, and Database doesn't get properly initialized.
    - Somewhere on that document, at the "Modifying LiveCycle ES configuration files" section, it instructs to add some lines to the adobe-ds.xml file, referring to the "BAM Server Metadata Database", however, I'm installing no BAM Server. It's still necessary to do it??
    I can't remember exactly which errors were being thrown by the Configuration Manager and the JBoss startup command line... I'll post them here as soon as I get a chance with the cluster.

    OK, so I'm inatalling again from the beginning.
    I've setup the jboss folder, and modified the JBoss configuration in order to set it up as two cluster nodes. So far, when starting up the nodes, they recognize each other.
    However, this message also appears later on the startup process, and appears whenever there's another node already running:
    2008-03-24 18:19:12,652 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:..--- MBeans waiting for other MBeans ---.ObjectName: jboss.mq.destination:service=Queue,name=adobe_PECommandQueue. State: CONFIGURED. I Depend On:. jboss.mq:service=DestinationManager..ObjectName: jboss.mq.destination:service=Queue,name=adobe_PEDCommandQueue. State: CONFIGURED. I Depend On:. jboss.mq:service=DestinationManager..ObjectName: jboss.mq.destination:service=Queue,name=adobe_PEInteractionQueue. State: CONFIGURED. I Depend On:. jboss.mq:service=DestinationManager..ObjectName: jboss.mq.destination:service=Queue,name=adobe_JobManagerQueue. State: CONFIGURED. I Depend On:. jboss.mq:service=DestinationManager..ObjectName: jboss.mq.destination:service=Queue,name=adobe_TaskEventTopic. State: CONFIGURED. I Depend On:. jboss.mq:service=DestinationManager..--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---.ObjectName: jboss.mq:service=DestinationManager. State: NOTYETINSTALLED. Depends On Me:. jboss.mq.destination:service=Queue,name=adobe_PECommandQueue. jboss.mq.destination:service=Queue,name=adobe_PEDCommandQueue. jboss.mq.destination:service=Queue,name=adobe_PEInteractionQueue. jboss.mq.destination:service=Queue,name=adobe_JobManagerQueue. jboss.mq.destination:service=Queue,name=adobe_TaskEventTopic..
    Is this normal?? I recall that's the only error that appears until trying to bootstrap the database.
    This time I'm wiping out the jboss folder (A JBoss with no clustering, it went smooth) and copying the clustered-configured JBoss folder instead. Should I skip the DB Bootstrapping when running the configuration manager?? (Can I use the already initialized database?)

  • Design guide for integrating unigy with cisco HUCS 7.1.1 Environment

    Hi,
    I have a requirement to integrate unigy dealer board with cisco HUCS environment.  please provide if any design and  integration document is there.
    Regards,
    baskaran.M

    Fix you contact resolution to your LDAP and you'll get just that, what you're seeing right now is expected as the fact you get JID and not the friendly username, means you're not looking at LDAP.
    Right now you're also unable to dial, assuming you have softphone or deskphone control, from jabber as the DNs for the contact, are also brought over with the contact resolution from LDAP.
    Make sure you have SRVs, or manually configure the integration in jabber-config.xml.

  • Configuring Mobile Access with single public ip in test environment

    Hi to all, I'm trying to configure a test lab environment for Lync 2013. Actually I installed DC+FE in 2 separate servers and domain and off-domain pc (with exported CA chain ad certificate) works perfectly. My goal is now to configure access for mobiles
    (iphone\ipad). In my country (Italy) Lync is not really diffused like in USA. Now my question. I've a lone public ip for testing, is it possible to make it works? What have i to install now? Edge? Reverse Proxy? Both?? I wanna have less resource possibile
    implicated in this lab environment also if this means "not supported".
    Thank you for the support.
    A.

    Edge server is needed when you need to support audio/video modality and push notification.
    You can deploy Lync mobility service without Edge Server in a lab environment.
    Lisa Zheng
    TechNet Community Support

  • Dies with signal 11 in a chroot environment

    Hello,
    I found out that JRockit crashes in a chrooted jail environment on
    Linux. The environment that we set up has JRockit,
    glibc, XFree86, core Linux utilities and system files, installed into it. However,
    the
    /proc filesystem is not mounted in for security reasons.
    Details on the system I use:
    Linux 2.4.22-std-smp-alt16 SMP i686
    2 Xeon CPUs (HT enabled, results in 4 virtual CPUs)
    glibc version 2.2.6
    ld version 2.14.90.0.8
    Any ideas on how to counter this? Was /proc non-inclusion a bad idea after all?
    This is the output JRockit's java executable produces (sorry, couldn't find the
    mentioned core file):
    [JRockit] WARNING: could not open /proc/meminfo for reading.
    ===== BEGIN DUMP =============================================================
    JRockit context dump produced after 0 days, 00:00:00 on Sat Apr 10 01:57:18 2004
    If you see this dump, please send it, along with as much
    information as you can on your system setup and the program
    you were running, to [email protected] Please include the
    file jrockit.10165.dump from the current directory in the bug
    report. Thank you.
    A core file will be dumped into /usr/src/RPM/BUILD/xerces-2_6_2.
    Please attach that file to your bug report.
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : ari-24879-20031212-1523-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel

    Hi Mikhail!
    JRockit will run into all sorts of problems if it's unable to access /proc, so
    your safest bet for now should be to map /proc into your chroot jail.
    Cheers //Johan
    Mikhail Zabaluev wrote:
    Hello,
    I found out that JRockit crashes in a chrooted jail environment on
    Linux. The environment that we set up has JRockit,
    glibc, XFree86, core Linux utilities and system files, installed into it. However,
    the
    /proc filesystem is not mounted in for security reasons.
    Details on the system I use:
    Linux 2.4.22-std-smp-alt16 SMP i686
    2 Xeon CPUs (HT enabled, results in 4 virtual CPUs)
    glibc version 2.2.6
    ld version 2.14.90.0.8
    Any ideas on how to counter this? Was /proc non-inclusion a bad idea after all?
    This is the output JRockit's java executable produces (sorry, couldn't find the
    mentioned core file):
    [JRockit] WARNING: could not open /proc/meminfo for reading.
    ===== BEGIN DUMP =============================================================
    JRockit context dump produced after 0 days, 00:00:00 on Sat Apr 10 01:57:18 2004
    If you see this dump, please send it, along with as much
    information as you can on your system setup and the program
    you were running, to [email protected] Please include the
    file jrockit.10165.dump from the current directory in the bug
    report. Thank you.
    A core file will be dumped into /usr/src/RPM/BUILD/xerces-2_6_2.
    Please attach that file to your bug report.
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : ari-24879-20031212-1523-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel

Maybe you are looking for

  • MacBook Air will not connect to a specific network

    Hi, I recently moved into a new place and the landlord has a wireless connection in place. My Macbook Pro , iPad and iPhone 5s all connect to the network without a problem (it requires a password and we were able to connect just fine). However, my mo

  • Cannot access photo gallery

    Have had phone for six months, no problem accessing photo gallery.  Now, when I click on the gallery widget, the gallery will not come up.  I have turned phone off and on, still will not work.  Thoughts? Also, how do I know if the Gingerbread update

  • Table Names & Field Names in FS for ABAP

    What is the easiest option to find out Table & Field Names normally asked by ABAP Consultant through Functional Specs? Any specific tips to find specific table names & field names?

  • Resource name programatically

    I am trying to obtain the PXI resource name "PXI1Slot2" programatically. How to obtain object handle whch viGetAttribute() requires? viOpenDefaultRM (&rsrcHandle); returns ViSession. Is there a attribute to obtain the Slot number? int CVICALLBACK Fin

  • How to update my operating system in ipad

    how to update my operating system in ipad?