Linux j2se 1.4.2 INTERNAL ERROR on Browser End: no manager for initializing

I have just installed j2sdk1.4.2_04 and NetScape 7.1 on Redhat Linux 9. After following the instruction to enable java in the browser by issuing the command:
ln -s /usr/java/j2sdk1.4.2_04/jre/plugin/i386/ns610/libjavaplugin_oji .
(note the final period)
then restarting browser, I get the following message:
INTERNAL ERROR on Browser End: no manager for initializing factory.
If I remove the link, the browser starts working again (without java).
I have looked in the search engines, other people are having this problem, but I did not find the cure there.
HELP!

There are two versions of the plugin shared object, one for elder and one for newer versions of the C compiler. Did you pick the right shared object? If you are not sure, try the other one.
/usr/lib/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so
/usr/lib/jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

Similar Messages

  • Internal error: Invalid Aggregation Info No entry for InfoObject: 0FI_DSBIT

    Hi,
    When i create a transformation rule b/w 0fi_ar_4 & ods 0FIAR_C04
    i am mapping the fields which i need rest of them I am not mapping the fields for which i am not mapping  leads to errors like
    Internal error: Invalid Aggregation Info No entry for InfoObject: 0FI_DSBITEM  - contact SAP
    when I map this error I cant see
    is it mandtory to map all the fields

    Harish,
       not a problem. check which feilds you don't want to map. Make ithose as "No Transformation" for those fields in Rule details.
    Note: What ever is possible in 3.X for UR or TR, everything is possible in Transformation of BI 7.0 As well( excpet return table, etc).
    all the best.
    Regards,
    Nagesh Ganisetti.

  • BPM problems on PI (XI 7.0) - internal error - Does BPM work in PI for you?

    Hi guys!
    This is the 2nd time I get into the troubles with BPM on PI. On XI 3.0 I had never problems. But on PI when I use BPM I get following error:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <!--  Empfängergruppierung
      -->
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Es ist ein interner Fehler aufgetreten</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    SAP:Stack tag means in english: An internal error has occured.
    My scenario is:
    Idoc sent from R/3
    Mapping to Integration Process (BPM) inbound interface format
    Message receiver in Int Proc (start of BPM)
    sync call to web service (inside Int Proc)
    web service response sent out from BPM (end of BPM)
    mapping of ws response to target structure (idoc)
    Idoc sent to r/3
    I don't know, what could be wrong. In SXI_CACHE I have return code 0 for this Integration Process, so it should be ok.
    Any ideas? Does BPM work in your PI environment?
    Thanx a lot foro help!
    Olian.

    hi,
    >>>>Any ideas? Does BPM work in your PI environment?
    of course it does
    it might mean that your installation was not done properly (or XI configuration during installation) but it has nothing to do with BPM
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Internal Error while executing a query with varaints in BEX

    HI All,
    I am executing a query which has 4 variants. when I use the first 3 variants the query is working fine.....but when I try to execute the same query for the 4th variant....the system is giving an error message called Internal Error.....
    when I executed the same query with same variant...in RSRT transaction code...I was able to see the results....
    The error messages that I am getting as follows...
    <Internal Error> receiving from the BW Server Failed. BW server raised exception SYSTEM_FAILURE. DO you want to see more information...
    when I selected YES....I got the following message
    Error in a ABAP statement when processing an Internal Table.table.
    Error Group
    RFC_ERROR_SYSTEM_FAILURE
    when clicked on the OK button the following message is displayed....
    <Internal Error> Can not determine text elements for the current query.
    Can any one explain me what went wrong...is there any thing that I need to do in the BEX settings...are there any patches that needs to be installed...or any OSS notes available for this sort of errors...?
    Advance in thanks
    Dilse...
    Hash

    Hi Harish,
    Execute the query in RSRT and check whether you have any short dump is in ST22. This would give a clear idea at what might have gone wrong.
    Another thing is to check whether the code for the variable is fine in the user exit.
    Hope this helps.
    Bye
    Dinesh

  • SQL reporting - An internal error occurred on the report server. See the error log for more details. (rsInternalError)

    I have created an RDL file programatically. When I execute the code I get the error as mentioned below:
    Error: Sub report cannot be shown.
    An internal error occurred on the report server. See the error log for more details. (rsInternalError)
    When I copy and paste the code of RDL file into new RDL file and try to preview the output I get correct result.
    Note: The new RDL file does not give any error if the output is seen using preview tab but it gives the error only when executed from report viewer or from internet explorer.
    Any Suggestion/feedback is highly appreciated.
    Thank You.
    The code of the sample RDL is shown below:
    <?xml version="1.0" encoding="utf-8"?>
    <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
      <DataSources>
        <DataSource Name="DataSource1">
          <DataSourceReference>DataSource1</DataSourceReference>
          <rd:DataSourceID>fe4806ee-0358-4a87-b764-ac5de049545e</rd:DataSourceID>
        </DataSource>
      </DataSources>
      <BottomMargin>0.25in</BottomMargin>
      <RightMargin>0.25in</RightMargin>
      <PageWidth>11in</PageWidth>
      <ReportParameters>
        <ReportParameter Name="machine_id">
          <DataType>String</DataType>
          <Prompt>machine_id</Prompt>
        </ReportParameter>
        <ReportParameter Name="from_date">
          <DataType>String</DataType>
          <AllowBlank>true</AllowBlank>
          <Prompt>From Date</Prompt>
        </ReportParameter>
        <ReportParameter Name="to_date">
          <DataType>String</DataType>
          <AllowBlank>true</AllowBlank>
          <Prompt>To Date</Prompt>
        </ReportParameter>
      </ReportParameters>
      <rd:DrawGrid>true</rd:DrawGrid>
      <InteractiveWidth>8.5in</InteractiveWidth>
      <rd:SnapToGrid>true</rd:SnapToGrid>
      <Body>
        <ReportItems>
          <Table Name="table1">
            <DataSetName>Main_Report</DataSetName>
            <TableGroups>
              <TableGroup>
                <Header>
                  <TableRows>
                    <TableRow>
                      <TableCells>
                        <TableCell>
                          <ReportItems>
                            <Textbox Name="textbox2">
                              <rd:DefaultName>textbox2</rd:DefaultName>
                              <ZIndex>1</ZIndex>
                              <Style>
                                <TextAlign>Left</TextAlign>
                                <PaddingLeft>2pt</PaddingLeft>
                                <PaddingBottom>2pt</PaddingBottom>
                                <PaddingRight>2pt</PaddingRight>
                                <PaddingTop>2pt</PaddingTop>
                              </Style>
                              <CanGrow>true</CanGrow>
                              <Value>=Fields!syscode.Value</Value>
                            </Textbox>
                          </ReportItems>
                        </TableCell>
                      </TableCells>
                      <Height>0.25in</Height>
                    </TableRow>
                  </TableRows>
                  <RepeatOnNewPage>true</RepeatOnNewPage>
                </Header>
                <Grouping Name="table1_Group1">
                  <PageBreakAtEnd>true</PageBreakAtEnd>
                  <GroupExpressions>
                    <GroupExpression>=Fields!syscode.Value</GroupExpression>
                  </GroupExpressions>
                </Grouping>
              </TableGroup>
            </TableGroups>
            <Details>
              <TableRows>
                <TableRow>
                  <TableCells>
                    <TableCell>
                      <ReportItems>
                        <Subreport Name="subreport1">
                          <Parameters>
                            <Parameter Name="machine_id">
                              <Value>=Fields!machine_ip.Value</Value>
                            </Parameter>
                            <Parameter Name="syscode">
                              <Value>=Fields!syscode.Value</Value>
                            </Parameter>
                            <Parameter Name="from_date">
                              <Value>=Parameters!from_date.Value</Value>
                            </Parameter>
                            <Parameter Name="to_date">
                              <Value>=Parameters!to_date.Value</Value>
                            </Parameter>
                          </Parameters>
                          <ReportName>Holding_Summary_Multi_Period</ReportName>
                        </Subreport>
                      </ReportItems>
                    </TableCell>
                  </TableCells>
                  <Height>0.25in</Height>
                </TableRow>
              </TableRows>
            </Details>
            <TableColumns>
              <TableColumn>
                <Width>10.5in</Width>
              </TableColumn>
            </TableColumns>
            <Height>0.5in</Height>
          </Table>
        </ReportItems>
        <Height>0.75in</Height>
      </Body>
      <rd:ReportID>d0a1293a-e98c-4f75-9597-03426d2e7218</rd:ReportID>
      <LeftMargin>0.25in</LeftMargin>
      <DataSets>
        <DataSet Name="Main_Report">
          <Query>
            <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
            <CommandText>select account_syscode as syscode , 'display Name' as display_name , * from mars_customer_list
    where machine_ip = @machine_id</CommandText>
            <QueryParameters>
              <QueryParameter Name="@machine_id">
                <Value>=Parameters!machine_id.Value</Value>
              </QueryParameter>
            </QueryParameters>
            <DataSourceName>DataSource1</DataSourceName>
          </Query>
          <Fields>
            <Field Name="syscode">
              <rd:TypeName>System.Int64</rd:TypeName>
              <DataField>syscode</DataField>
            </Field>
            <Field Name="display_name">
              <rd:TypeName>System.String</rd:TypeName>
              <DataField>display_name</DataField>
            </Field>
            <Field Name="customer_syscode">
              <rd:TypeName>System.Int64</rd:TypeName>
              <DataField>customer_syscode</DataField>
            </Field>
            <Field Name="account_syscode">
              <rd:TypeName>System.Int64</rd:TypeName>
              <DataField>account_syscode</DataField>
            </Field>
            <Field Name="machine_ip">
              <rd:TypeName>System.String</rd:TypeName>
              <DataField>machine_ip</DataField>
            </Field>
          </Fields>
        </DataSet>
      </DataSets>
      <Code>Shared offset As Integer
    Public Function GetPN(reset As Boolean, pagenumber As Integer) As Integer
      If reset
        offset = pagenumber - 1
      End If
      Return pagenumber - offset
    End Function
    </Code>
      <Width>10.5in</Width>
      <InteractiveHeight>11in</InteractiveHeight>
      <Language>en-US</Language>
      <PageFooter>
        <ReportItems>
          <Image Name="image1">
            <Sizing>Fit</Sizing>
            <Left>8.875in</Left>
            <MIMEType />
            <Width>1.5in</Width>
            <Source>External</Source>
            <Style />
            <Value>bottom_right_logo.gif</Value>
          </Image>
        </ReportItems>
        <Height>0.5in</Height>
        <PrintOnLastPage>true</PrintOnLastPage>
        <PrintOnFirstPage>true</PrintOnFirstPage>
      </PageFooter>
      <TopMargin>0.5in</TopMargin>
      <PageHeight>8.5in</PageHeight>
    </Report>

    i created a SSRS report with shared datasets and uploaded rdl files and rsd files , while trying to map rdl file with data sets i am getting an error
    when i click on manage for .rdl file, its throwing error , as
    "An internal error occurred on the report server. See the error log for more details. (rsInternalError)
    Object reference not set to an instance of an object.
    please help me with this

  • Internal Error when launching XCode 3.2.5

    I just installed XCode 3.2.5 but whenever I launch the program, I get an internal error message. The console backtrace for this error is included below. Additionally, trying to open a project or create a new project causes XCode to stop responding. Any ideas?
    1/2/11 10:27:44 PM Xcode[1185] [MT] Uncaught Exception:
    -[NSCFString unsignedLongLongValue]: unrecognized selector sent to instance 0x200031060
    Backtrace:
    0 0x00007fff80820796 __exceptionPreprocess (in CoreFoundation)
    1 0x00007fff806700f3 objcexceptionthrow (in libobjc.A.dylib)
    2 0x00007fff8087a110 +[NSObject(NSObject) doesNotRecognizeSelector:] (in CoreFoundation)
    3 0x00007fff807f291f __forwarding__ (in CoreFoundation)
    4 0x00007fff807eea68 CF_forwarding_prep0 (in CoreFoundation)
    5 0x00007fff87959afe _NSSetUnsignedLongLongValueForKeyWithMethod (in Foundation)
    6 0x00007fff879455f5 -[NSObject(NSKeyValueCoding) setValue:forKey:] (in Foundation)
    7 0x00000001165bb7c6 -[XCRemoteIPhone setValue:forUndefinedKey:] (in iPhoneRemoteDevice)
    8 0x00007fff879455f5 -[NSObject(NSKeyValueCoding) setValue:forKey:] (in Foundation)
    9 0x00007fff879540fd -[NSObject(NSKeyValueCoding) setValuesForKeysWithDictionary:] (in Foundation)
    10 0x00000001165b783f -[XCRemoteIPhone initWithPlistRepresentation:] (in iPhoneRemoteDevice)
    11 0x0000000100374629 +[XCRemoteComputer itemWithPlistRepresentation:] (in DevToolsCore)
    12 0x00000001000ce034 -[XCRemoteComputerManager init] (in DevToolsCore)
    13 0x000000010036d621 __54+[XCRemoteComputerManager sharedRemoteComputerManager]block_invoke0 (in DevToolsCore)
    14 0x00007fff874cec65 dispatchoncef (in libSystem.B.dylib)
    15 0x00000001000cdef1 +[XCRemoteComputerManager sharedRemoteComputerManager] (in DevToolsCore)
    16 0x0000000100002146
    17 0x00007fff87935a66 nsnotecallback (in Foundation)
    18 0x00007fff807c8000 __CFXNotificationPost (in CoreFoundation)
    19 0x00007fff807b4578 _CFXNotificationPostNotification (in CoreFoundation)
    20 0x00007fff8792c9ce -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
    21 0x00007fff809b16fd -[NSApplication finishLaunching] (in AppKit)
    22 0x00007fff809b1350 -[NSApplication run] (in AppKit)
    23 0x00007fff809aa1a8 NSApplicationMain (in AppKit)
    24 0x00000001000017a4
    25 0x0000000000000002

    Hi,
    One of main and primary reasons are that by default your mac is set to go in sleeping mode after 10 minutes and thus your harddisk also goes into sleep mode. This is done to ensure power saving.
    To change this setting, please goto system preferences--> power settings and change according to your neeeds.
    Jony

  • Internal Error when calling BES

    Hi,
    I published a web service:
    https://ussouthcentral.services.azureml.net/workspaces/a5a6b2af17e749a29ae820df3ea5bdf2/services/93564333e9f547f2aaf48f7a9349df08/jobs
    And I tried to call BES in python based on the sample code, but I got the following error:
    {u'Details': u'Process exited with error code -2\nRecord Starts at UTC 03/16/2015 21:01:06:\n\n[ModuleOutput] Error: Error 0000: Internal error\n\nRecord Ends at UTC 03/16/2015 21:01:13.\n\n', u'Results': None, u'StatusCode': u'Failed'}
    I had also verified the RRS works fine.
    Any suggestion?

    Hey Cyan,
    We don't have access to your Azure Storage account - if you go the logging route, the logging outputs will be present in your storage account as described by the document.
    Personally, I like to debug BES by replacing the top-level dataset/web service input with a Reader module pointint to the file you're passing into BES (if you don't have a web service input, you can ignore this). Make sure all the web service parameters
    are the same, and then run the experiment in Studio. It should fail the same way.
    Regards,
    AK

  • Fireworks CS3 - Internal error when save as JPEG and batch mode

    Dears,
    I am being in trouble for all along these 7 days due to this
    error. I hope that someone may help me.
    After upgrading to CS3 from Fireworks 8, I am having this
    "internal error message" both when the preview for a JPEG export
    format is chosen (it works OK when the export format is either GIF
    or PNG) and when I work with batch operation.
    Everything is OK if I run Fireworks either as "root" user or
    as "adminplus" user ("adminplus" is the username of an extra user
    with administration privileges I created for testing).
    My operating system is MacOsX 10.5.4 and my computer is a
    MacBook2,1 (MacBook with Intel Core 2 Duo 2 GHz with 2GB RAM and a
    brand new 186,31 GB Hitachi Journaled HFS+ HD with 100GB free).
    I tried in many way to get the valuable differences in the
    Library files and privileges (looking to many forums, it seems this
    may be the cause, also confirmed by the fact that other users works
    fine) but I didn't get any special differences.
    I tried to trash the preferences but still the error is
    present.
    I tried with the master temporary file in MacOsX with
    terminal command "stat -x $TMPDIR" checked against command "id".
    User and privileges were OK but still the "internal error" was
    there.
    I tried with a simple reinstall for Fireworks CS3 and with a
    full reinstall of the full CS3 web standard suite and, moreover,
    uninstalling and reinstalling everything.
    I also tried with Fireworks 8 which was not removed by the
    upgrade and it has the same problems.
    May I receive a competent suggestion about how to diagnosis
    and solve the problem?
    Many thanks,
    Carmine

    OK. I solved it!
    Whoever will have the same problem may ask how I solved. It
    is not complicated but it is a long story. I succeed without any
    reinstall of operating system as suggested by the ADOBE support, in
    case any of the suggestions found everywhere, will give no result.
    I will be happy to explain what to do to whoever will need
    it.
    My very best wishes,
    Carmine

  • Acrobat Reader Internal Error OSX 10.9.4

    I'm trying to install Acrobat Reader XI and Acrobat 9 Pro (From my version of CS5) and in both instances after the install and I open the application for the first time I get "An Internal Error Occurred" when I do this for Acrobat 9 Pro, I get a Problem Report. I've tried uninstalling the application, removing the folders from Library/Application Support/Adobe, and the adobe files listed in Library/Preferences, and Library/Internet Plug-Ins. I've been at this for an hour now and I'm hoping the forums can help.  I'm running a Mid-2009 MacBook Pro.

    also here is the install package once opened hope this helps

  • Weblogic.management.ApplicationException: - Internal Error

    Hello,
    When deploying a EAR, I get the following exception:
    [Deployer:149033]preparing application esb on <xxx-admin>
    [Deployer:149033]failed application esb on <xxx-admin>
    [Deployer:149034]An exception occurred for task [Deployer:149026]Deploy application esb on <xxx-admin>.: Exception:weblogic.management.ApplicationException: None
    Nested Exception:
    java.lang.RuntimeException: Failed to deploy process <ProcessName.jpd>. Internal error.
    at com.bea.wli.management.WLIAppListener.checkProject(WLIAppListener.java:194)
    at com.bea.wli.management.WLIAppListener.initializingApplication(WLIAppListener.java:130)
    at weblogic.j2ee.ListenerInvocationAction.run(ListenerInvocationAction.java:42)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.j2ee.J2EEApplicationContainer.notifySecureListener(J2EEApplicationContainer.java:4721)
    at weblogic.j2ee.J2EEApplicationContainer.notify(J2EEApplicationContainer.java:4706)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:986)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    I m working on Weblogic 8.1.2 Integration domain. When I delete all the Wli_process_* tables, I m able to deploy the ear and it runs fine for a few days, after which it again starts giving the Internal Error and I m forced to delete the tables and restart the server.
    Does anyone have any idea about this? the cause?
    Is there some alternative solution of getting rid of it?
    Thanks in Advance,
    Looking forward to quick replies
    ak

    I think the deployment fails because you might have inflight processes
    running. And it succeds after you delete the in-process data.
    It will be worthwhile to investigate "Internal Error " rather then the
    re-deployment workaround.
    ~ Veerendra
    "AK Tiwari" <[email protected]> wrote in message
    news:18418117.1103279949606.JavaMail.root@jserv5...
    Hello,
    When deploying a EAR, I get the following exception:
    [Deployer:149033]preparing application esb on <xxx-admin>
    [Deployer:149033]failed application esb on <xxx-admin>
    [Deployer:149034]An exception occurred for task [Deployer:149026]Deploy
    application esb on <xxx-admin>.:
    Exception:weblogic.management.ApplicationException: None
    Nested Exception:
    java.lang.RuntimeException: Failed to deploy process <ProcessName.jpd>.
    Internal error.
    at
    com.bea.wli.management.WLIAppListener.checkProject(WLIAppListener.java:194)
    at
    com.bea.wli.management.WLIAppListener.initializingApplication(WLIAppListener.java:130)
    at
    weblogic.j2ee.ListenerInvocationAction.run(ListenerInvocationAction.java:42)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at
    weblogic.j2ee.J2EEApplicationContainer.notifySecureListener(J2EEApplicationContainer.java:4721)
    at
    weblogic.j2ee.J2EEApplicationContainer.notify(J2EEApplicationContainer.java:4706)
    at
    weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:986)
    at
    weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
    at
    weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
    at
    weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
    at
    weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
    at
    weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
    at
    weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
    at
    weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    I m working on Weblogic 8.1.2 Integration domain. When I delete all the
    Wli_process_* tables, I m able to deploy the ear and it runs fine for a
    few days, after which it again starts giving the Internal Error and I m
    forced to delete the tables and restart the server.
    Does anyone have any idea about this? the cause?
    Is there some alternative solution of getting rid of it?
    Thanks in Advance,
    Looking forward to quick replies
    ak

  • Keep getting this error chrome://browser/content

    I keep getting this error, chrome://browser/content/
    the HTML for the error shows this, blockedPopupAllowSite
    I can get into all Facebook games except empires and allies.
    Please advise.
    Thank you, Al

    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem does not disappear when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • JNI - core dump - internal error on linux after calling Java method

    I'm getting a core dump after calling athe main statric method using JNNI.
    On linux.
    I can get the class id correcttly but when I attempt to call the method it craches with an internal error , anyone know why it would crash instead of just not work.
    if(cls)
        main_methodID = env->GetStaticMethodID(cls, "main", "([Ljava/lang/String;)V");
           printf("Class Found Successfully\n");
      else
        printf ( "cls not found\n");
        return 0;
      if(main_methodID)
              jstring first_str = env->NewStringUTF("The First String");//create string
              jobjectArray args = (jobjectArray)env->NewObjectArray(1,env->FindClass("java/lang/String"), first_str);//new array with 2 elements
                   env->SetObjectArrayElement(args, 2, first_str);//insert the second string into index 1 of the array
              jstring second_str = env->NewStringUTF("The Second String");//create string
              env->SetObjectArrayElement(args, 1, second_str);//insert the second string into index 1 of the array
         env->CallStaticVoidMethod(cls, main_methodID, args);//pass the array to the Java main method
                                  The JAVA method is
      public static void main(String[] args) {
        System.out.println("Main method in Framework");
            Framework framework = new Framework();
                                 

    I see yere points but what I see on linux is it makes it to the constructor of the Java object and somewhere afterwards it bails out, the Java app does work alone. It appears to have problems initializing the JFrame, could there be a problem with the Java inheritance when a JVM is invoked throurgh native invocation??
    Here's some of the Java stuff
    public class Framework extends WindowAdapter {
        public int numWindows = 0;
        private Point lastLocation = null;
        private int maxX = 500;
        private int maxY = 500;
        public Framework() {
            System.out.println("JAVA Framework cnst");//GETTING HERE
            makeNewWindow();
        public void makeNewWindow() {
            System.out.println("JAVA makeWindow"); //GETTING HERE
            JFrame frame = new MyFrame(this); //NOT GETTING HERE!!!!!!!!!
            numWindows++;
            System.out.println("Number of windows: " + numWindows);
            System.out.println("Frame location: " + lastLocation);
            frame.setVisible(true);
            System.out.println("Post Java set frame visible");
        public static void main(String[] args) {
        System.out.println("Main method in Framework");
            Framework framework = new Framework();//GETTING HERE
    class MyFrame extends JFrame {
        protected Dimension defaultSize = new Dimension(200, 200);
        protected Framework framework = null;
        public MyFrame(Framework controller) {
            super("New Frame");
            System.out.println("MyFrame cnst ");//NOT GETTING HERE!!!!!!
            framework = controller;
            setDefaultCloseOperation(DISPOSE_ON_CLOSE);
            addWindowListener(framework);
            JMenu menu = new JMenu("Window");
            menu.setMnemonic(KeyEvent.VK_W);
           setSize(defaultSize);
    }

  • Internal Error trying to open a remote panel in netscape 7.1 in linux

    /usr/local/netscape/netscape
    Internal Error : "fontmgr.cpp", line 1023
    LabVIEW version 7.0
    For assistance in resolving this problem, please exit and relaunch LabVIEW, or contact National Instruments.
    I got this error when I was trying to open a remote panel from a machine running windows 2000 to a machine with netscape 7.1 browser under linux redhat 7.3
    I have made a link in /usr/local/netscape/plugins LV7NPlugin.so -> /usr/local/lib/LabVIEW-7.0/LV7NPlugin.so
    I have also copied the file in /usr/local/netscape/plugins but it doesn't work.

    Here the official statement from NI
    The crash happens when LabVIEW can't open the catch-all font of "fixed" as a fallback when a particular font is not available on the system. The "fixed" font is ALWAYS supposed to be available on the system. The "fixed" font is provided by a font alias in the file /usr/X11R6/lib/X11/fonts/misc/fonts.alias. The alias should be defined in the first few lines of this text file. On a SuSE system where the crash is occurring, do an 'xlsfonts | grep fixed' . In a correct configuration, you should see a font called simply "fixed" in the output, but if not, this will cause the LV crash. I have not actually been able to reproduce the problem here without intentionally deleting this alias, because "fixed" is available on our SuSE syste
    m with the XFree86 packages from SuSE 8.2 installed. It's possible that this problem has already been corrected by SuSE, and the packages on their FTP site have been updated from the original CD release. Workaround: Download XFree86-4.0.3-19.i386.rpm or later from ftp.suse.com (or a mirror; ftp.mcs.anl.gov is a really fast one in the USA) and upgrade your X server. Verify that "xlsfonts | grep fixed" reports that the font is available. LabVIEW should then display an ugly fixed-width font for the missing font(s), but not crash.

  • EXPDP ORA-39006: internal error (Windows to Linux)

    Hello, I have the error ORA-39006 in this situation:
    I have a Client 10gR1 into a Windows machine, and I have an Oracle Database 10.1.0.5.0 in other server with Linux which I want export Data Pump.
    The Database have a directory called DTPUMP that points to the windows machine (because this directory is mounted by cifs).
    Until this all is OK, but when I execute:
    D:\Clientes\Ora10g\BIN\expdp.exe system/<password>@srvdb01-girprtes FULL=Y DIRECTORY=DTPUMP DUMPFILE=SRVDB01-GIRPRTESDP.dmp
    appear the following error:
    Export: Release 10.1.0.2.0 - Production on Jueves, 02 Julio, 2009 12:31
    Copyright (c) 2003, Oracle.  All rights reserved.
    Conectado a: Oracle Database 10g Release 10.1.0.5.0 - 64bit Production
    ORA-39006: internal error
    I was investigating but I don´t find an specific solution or if this is possible with this version of Oracle Client and Database.
    Any suggestions?
    Thanks

    Hi, I discover that the problem is when I try to do export Data Pump into a directory mounted, becuase if I change for other local directory the export Data Pump works fine.
    And the export.log show this errors when I try to do this into a directory mounted:
    ORA-39097: Data Pump job encountered unexpected error -31643
    ORA-39065: unexpected master process exception in FILE
    ORA-31643: unable to close dump file "/mnt/rman/expdp_VSEVOTES.dmp"
    ORA-19510: failed to set size of 1 blocks for file "/mnt/rman/expdp_VSEVOTES.dmp" (blocksize=4096)
    ORA-27045: unable to close the file
    Linux-x86_64 Error: 5: Input/output error
    Any suggestions?

  • ORA-00600: internal error code after Linux update

    Hi,
    I just updated openSuSE from version 10.2 to 11.0 using the online repositoties. It seemed to keep all of my Oracle 10.2 directories and files intact. The Listener starts just fine, but the DB starts and then disconnects...
    SQL*Plus: Release 10.2.0.1.0 - Production on Mi Sep 17 16:41:12 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> ORA-00600: internal error code, arguments: keltnfy-ldmInit, 46, 1], [, ], [, ], [
    SQL> Disconnected
    I've checked /etc/hosts. It contains the exact same info as my archived copy (that I saved before updating Linux). My /etc/profile.local file is also exactly the same; all pertinent variables are exported. So can someone please give me some other reasons for why the DB would disconnect?
    Thanks for your replies!

    You can verify if your system can lookup its hostname using ping:
    [root@cfengine ~]# hostname
    cfengine
    [root@cfengine ~]# ping -c 1 cfengine
    PING cfengine (10.0.0.1) 56(84) bytes of data.
    64 bytes from cfengine (10.0.0.1): icmp_seq=1 ttl=64 time=0.026 ms
    --- cfengine ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.026/0.026/0.026/0.000 ms
    Above example shows a hostname (cfengine) which could be resolved; a hostname is used and the ping utility was able to resolve the ip address (10.0.0.1). Please mind that the actual function of the ping utility is to test host connectivity using the ICMP protocol, but because ping needs to resolve the ip address of a hostname to do so, it can be used to see if a hostname exists. There are much other methods to do so.
    [root@cfengine ~]# ping -c 1 nonexistent
    ping: unkown host nonexistent
    Above example shows a hostname (nonexistent) which could not be resolved.
    If a hostname can not be resolved, the hostname should be made resolvable. The most easy way to do so is by adding the ip address and hostname to /etc/hosts:
    [root@cfengine ~]# ifconfig | grep inet
    inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
    inet6 addr: fe08::a00:27ff:fe40:ec86/64 Scope:Link
    inet addr:127.0.0.1 Mast:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    The ip address, 10.0.0.1 in my case. Next, put this ip address and the hostname in /etc/hosts:
    [root@cfengine ~] echo "10.0.0.1 cfengine" >> /etc/hosts
    Try ping again to see if the hostname can be resolved:
    [root@cfengine ~]# ping -c 1 cfengine
    PING cfengine (10.0.0.1) 56(84) bytes of data.
    64 bytes from cfengine (10.0.0.1): icmp_seq=1 ttl=64 time=0.026 ms
    --- cfengine ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.026/0.026/0.026/0.000 ms

Maybe you are looking for

  • Travel iViews in ERP 6.0 EHP4

    Hello, Please, we need to use SAP enhancement package 4 for SAP ERP 6.0, Travel management iViews. EHp4 is installed in portal properly but in ERP 6.0 EHP4 folder (pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.er

  • Firefox will not process credit card 3D authentication - but IE will. Why?

    Credit Card payments and on line purchases that require the 3D authentication process, fail, when using MFirefox. This doesnt happen when using IExplorer. From memory, earlier versions [before Firefox 4- or possibly earlier still ] didnt have this pr

  • Run Flex App in Frame?

    1. Can I run a flex app in a frame? Like a nav bar at the top of an html page for example. 2. Can the flex app register mouse clicks from an html frame that it is not running in? 3. Can anyone point me to references on these subjects? Thank you very

  • Url for sxmb_moni to alert message

    Hi all; I have a query that can we pass the url for sxmb_moni or something like that into our alert message trigerred from the BPM. Mudit

  • Define a range for JProgressBar

    Is it possible to define a range for JProgressBar object ?? I want to paint a progress bar from say 30% to 70% with a color say "green". If i do: JProgressBar progressBar = new JProgressBar(ProgressBar.HORIZONTAL); progressBar.setForeground(Color.gre