Getting BEA-141138 warning

Hi,
We are getting BEA-141138 bea messages in the server log. Our server(which are in cluster) is running file. But applications are not coming up. This message shows network issue. But other application on different domains are running file. Kindly help us to troubleshot this.
Thanks,
Biswa

It's because you are using a raw Main parameter to your Sub constructor. If you use raw Main, it doesn't matter that your set is parameterized separately from Main's class parameter, everything in that Main instance is treated as being raw. I don't recall the sepcific reasoning behind this but it is the case. Remove is not generic, which is why you don't get errors on that call.
Try changing the constructor of Sub to:
public Sub(Main<?> new_object)And your declaration of object to:
private Main<?> object;

Similar Messages

  • Cannot move any files into trash to delete them. I get a Trash warning box saying "The Finder cannot complete the operation because some data in 'file name' could not be read or written.(Error code - 36)".Macbook has so much data it is almost not working

    Cannot move any files into trash to delete them. I get a Trash warning box saying "The Finder cannot complete the operation because some data in 'file name' could not be read or written.(Error code - 36)".Macbook has so much data it is almost not working.
    I have tried reseting to factory settings by removing battery and holding down the power switch for more than 5 sec but this does nothing.
    Any ideas would be greatly appreciated as I think with so much unwanted data on the desktop and other places the whole os will crash very soon.
    Thanks, Rick

    The hard drive may be dying anyway, or the directory damaged because it is so full.  You should never let the hard drive get over 85% full.
    A -36 error is a read/write error.
    All you did with the power is reset the SMC.  Does nothing to reset everything to factory settings. 
    Do you have your original 10.4 installer discs for the MacBook?
    Is your data backed up?

  • All of the music on my Ipod Touch is blown out after I synched it with my new MacBook. I didn't get the 'synch' warning-- but now can't find my library of songs. I'm about to panic!

    All of the music on my Ipod Touch is blown out after I synched it with my new MacBook. I didn't get the 'synch' warning-- but now can't find my library of songs. I'm about to panic!

    The iPod backup that iTunes makes does not inlcuded synced media like apps and music. Thes those iTunes are not restored to the iPod unless they are in the iTunes library.
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up
    - Restore to factory settings/new iOS device.

  • On opening gogle I get the message:"WARNING! Your Flash Player may be out of date. Please update to continue" - on clicking ok I am diverted to Flash Player Pro download site?? Is this a Adobe product? And why even though i have the latest flash player ve

    On opening google I get the message:"WARNING! Your Flash Player may be out of date. Please update to continue" - on clicking ok I am diverted to Flash Player Pro download site?? Is this a Adobe product? And why even though i have the latest flash player version I repeatedly get the message?

    This is not a message that Adobe is providing, and I recommend that you not click on the link. It sounds as though you might have malware on your computer.
    For more information, see: http://malwaretips.com/blogs/warning-your-flash-player-may-be-out-of-date-virus/ or http://wasconet.com/how-to-remove-warning-your-flash-player-may-be-out-of-date/

  • After upgrading to IOS 8 on my iPad I constantly get a temperature warning despite the fact it is cool. Did not happen with IOS 7. I have restored the iPad to factory settings with the problem not resolved.

    After upgrading to IOS 8 on my iPad I constantly get a temperature warning despite the fact it is cool. Did not happen with IOS 7. I have restored the iPad to factory settings with the problem not resolved.

    Hey, I've got the same problem. Did you find any help or solution by now?

  • After upgrading to IOS 8 on my iPad I constantly get a temperature warning despite the fact it is cool. Did not happen with IOS 7

    After upgrading to IOS 8 on my iPad I constantly get a temperature warning despite the fact it is cool. Did not happen with IOS 7. I have restored the iPad to factory settings with the problem not resolved.

    Both of you please choose the correct forum to start a new topic thread.  Classic has nothing to do with iOS.
    Site map of Communities and Categories

  • When I try to export as a word document, I get an export warning.

    When I export my document on pages as word document, I get a export warning saying "Merge fields were exported as regualar text, not as merge fields". What does that mean and what do I do? It won't let me open it up on a pc. Please help!

    Merge fields are the places where Pages is substituting information in the text from your Address Book or Numbers. Commonly this is Address information. As it says, because Word does not understand these objects, they are changed to just text.
    When it won't open on the PC what message do you get and it would be helpful to know what version of Pages, OSX and Word you are working with.
    Peter

  • I am trg to open a PDF and I am getting a security warning that says allow cancel or block and then it says it needs a signature to open the document I have never had this problem before it is on a public document I am trying to view any help is apperciat

    I am trying to open a PDF in and I am getting a security warning that says block , close , or allow and then it still will not open then it says it needs a signature it is a public document any help is appreciated thank you in advance sorry this is my first time on here

    I have no idea what you're talking about. Are you sure it want a "signature" and not "password"? If it asks you for password then the document is encrypted and you need to know the password toopen it. The fact that it is a "public" PDF, whatever you mean by "public" does not mean anything. If it is not that then:
    Which product are you using, which version (including minor), which platform (Win/Mac), which OS/version? Please, include screenshots of the alerts, warnings that you get.

  • Create a form in Word where the user doesn't get the security warning

    I created a form in Word that needs to be sent to external customers.  It has some text boxes, check boxes and combo boxes.  We are getting complaints from the users that they either don't see or can't deal with answering the question about enabling
    the Active X controls.  How do I create a form that they can use without having to deal with the security issue?  Here's what the current code is behind the form.   
    Private Sub ComboBox1_Change()
    End Sub
    Private Sub ComboBox2_Change()
    End Sub
    Private Sub Document_Open()
         With Me.ComboBox1
             .AddItem ".edi"
             .AddItem "EDI no extension"
             .AddItem "Cxml/.xml"
             .AddItem ".csv"
             .AddItem ".txt"
             .AddItem ".xls"
             .AddItem ".xlsx"
         End With
          With Me.ComboBox2
             .AddItem ".edi"
             .AddItem "EDI no extension"
             .AddItem "Cxml/.xml"
             .AddItem ".csv"
             .AddItem ".txt"
             .AddItem ".xls"
             .AddItem ".xlsx"
         End With
          With Me.ComboBox3
             .AddItem ".edi"
             .AddItem "EDI no extension"
             .AddItem "Cxml/.xml"
             .AddItem ".csv"
             .AddItem ".txt"
             .AddItem ".xls"
             .AddItem ".xlsx"
         End With
          With Me.ComboBox4
             .AddItem ".csv"
             .AddItem ".txt"
             .AddItem ".xls"
             .AddItem ".xlsx"
         End With
          With Me.ComboBox5
             .AddItem ".edi"
             .AddItem "EDI no extension"
             .AddItem "Cxml/.xml"
             .AddItem ".csv"
             .AddItem ".txt"
             .AddItem ".xls"
             .AddItem ".xlsx"
         End With
          With Me.ComboBox6
             .AddItem ".edi"
             .AddItem "EDI no extension"
             .AddItem "Cxml/.xml"
             .AddItem ".csv"
             .AddItem ".txt"
             .AddItem ".xls"
             .AddItem ".xlsx"
         End With
     End Sub
     Private Sub CheckBox1_Click()
    End Sub
    Private Sub CheckBox2_Click()
    End Sub
    Private Sub CheckBox3_Click()
    End Sub
    Private Sub CheckBox4_Click()
    End Sub
    Private Sub CheckBox5_Click()
    End Sub
    Private Sub CheckBox6_Click()
    End Sub
    Private Sub CheckBox7_Click()
    End Sub
    Private Sub CheckBox8_Click()
    End Sub
    Private Sub CheckBox9_Click()
    End Sub
    Private Sub CheckBox10_Click()
    End Sub
    Private Sub ListBox1_Click()
    Load
    End Sub
    Private Sub DTPicker21_CallbackKeyDown(ByVal KeyCode As Integer, ByVal Shift As Integer, ByVal CallbackField As String, CallbackDate As Date)
    End Sub

    Hi,
    Did you get the security warning in Outlook or Word?
    Could you please provide a screenshot about the warning to help us understand the problem?
    In addition, please have a look at this link and check if it applies to the issue:
    http://www.slipstick.com/how-to-outlook/disable-unsafe-hyperlink-warning-opening-attachments/
    If this is the case, please try to use the following registry value to disable the security warning:
    HKEY_CURRENT_USER\Software\Microsoft\Office\xx.0\Common\Security
    DWORD: DisableHyperlinkWarning
    Value: 1
    xx.0 is the version of your Outlook. 12.0 is Outlook 2007; 14.0 is Outlook 2010; 15.0 is Outlook 2013.
    Please let me know the result.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • I play virtual city.. Now I get a message: Warning you're running low on disk space

    i play virtual city playground. now i get a message: Warning you're running low space

    Launch Disk Utility (Applications --> Utilities --> Disk Utility)
    1. Select your Macintosh HD from the left pane --> Verify Disk
    (If Problems, Select Repair)
    2. Select your Macintosh HD from the left pane --> Verify Permissions
    (If Problems, Select Repair)

  • I get a security warning whenever I try to access anything

    I get a security warning whenever I try to access anything - even a Google search. Just started within the last few days and I haven't updated or anything like that. If I click "Continue", I can then proceed - but it's annoying.
    Can't see anything to turn off that might help.
    Any ideas ?
    I'm using Firefox 25 and I don't want to update as I will loose some addons I want to keep.
    Regards,
    Robert.

    For freecorder, you need to update to freecorder 8 (http://www.freecorder.com/)
    You also need to update wondershare, http://www.wondershare.com/convert-video-audio/firefox-youtube-downloader.html
    You have a lot of add-ons that all do one thing (download youtube videos) maybe try to condense to just one that works really well?

  • My account is for CC Photography (recently changed from CC Single App Photoshop), but when I open photoshop I get the Adobe warning that there is trouble verifying my membership. Please advise

    Hi, my account is for CC Photography (recently changed from CC Single App Photoshop), but when I open photoshop I get the Adobe  warning that there is  trouble verifying my membership. Please advise

    Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -wrong email https://forums.adobe.com/thread/1446019
    or
    Log out of your Cloud account... Restart your computer... Log in to your paid Cloud account
    -Sign in help http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

  • I downloaded Firefox 5.0 for Mac and now every time I want to open Firefox, I get a window warning me about downloading from the internet andwon't let me open until I answer.

    I downloaded 5.0 for Mac and now when I click on Firefox icon, I get a box warning me about downloading from the internet. How do I get rid of this?
    Another issue also, my bookmarks open up with the pages skewed to the right. How do I rectify?

    You can get latest version of Firefox from
    * getfirefox.com
    review mac installing guideline
    * https://support.mozilla.com/en-US/kb/Installing%20Firefox%20on%20Mac

  • I GET A SECURITY WARNING RIGHT AWAY-UNENCRYPTED CONNECTION. WHAT DO I DO?

    WHEN I CLICK FIREFOX ON MY DESKTOP, I IMMEDIATELY GET A SECURITY WARNING (ALTHOUGH THIS PAGE IN ENCRYPTED, THE INFO YOU HAVE ENTERED IS TO BE SENT OVER AN UNENCRYPTED CONNECTION AND COULD EASILY BE READ BY A 3RD PARTY. ARE YOU SURE YOU WANT TO CONTINUE? MY OPTIONS ARE TO CONTINUE OR CANCEL. IF I CANCEL I CAN'T GET IN. DOES THIS MEAN WHEN I USE FIREFOX AS MY BROWSER OTHERS CAN READ IT AND GET MY INFO (CREDIT CARD, ETC).

    It is not up to date, download from getfirefox.com and run the installer.

  • Getting rid of "Warning:  JavaScript Window" when using xfa.host.response()

    When I use xfa.host.response() I get that javascript warning. Is there a way to get rid of it?
    Thanks.

    The only way I know of to get rid of this warning is to Certify the document. Once the document has been certified, any javascript interaction either through the Dialog Manager or xfa.host.response will not have the warning.
    However, The only way to certify the document is to use Document Security Server or manually through Acrobat by adding a blank signature.
    I also dont know if this will work with Dynamic forms without breaking the certification. It worked in Static / Acrobat 6 compatible PDF's.
    Any scripting or dynamic rebuild of the form will break the certification and the message comes back.
    So basically, stick with the warning for now or else you need to make sure you revalidate the signature after EVERY piece of script using the signatureValidate() method of the AcroForm Field.

Maybe you are looking for