Help with JMX, SNMP in my app.

My app has bunch of EJBs(in Jars) and one WAR file. Everything is packaged inside EAR file. My app is using JDBC and IMAP connections. Currently SNMP implementation is very simple - we jsut sending fixed trap with variable VarBind information.(no set/get functionality). Please elt me know if somebody implemented MBeans for their application. We are planning to have a full set/get functionality with MIB defined through SNMP Agent on WLS. IS it possible? I would like to hear some ideas on how to implement it.
Thank you foir your help in advance.

I would like to be able to do gets and sets on my EJBs and WebApps from
a remote SNMP
client manager. I know sets cannot be done to WL MBeans using the
WebLogic SNMP Service. I see two ways
to go, run an AdventNet or Sun SNMP adapter in each WL Server which will
forward
SNMP requests to the MBeanServer or run my own SNMP agent which is
proxied from
the WL SNMP agent. The WL SNMP agent does not allow sets, will it
forward set commands
to other SNMP agents it is proxying for?
Mihir Kulkarni wrote:
Rick/Stanislav, could you please elaborate ?
Do you want to add to the BEA MIB - that is not possible
if you want to write custom MBeans to monitor things, you certiainly can by registering your notificationListener on the mbean...
I dont think, it would be possible to monitor a custom MBean through SNMP.
my 2 cents,
Mihir
Rick Holland wrote:
I am interested in exactly the same thing. However since 6 weeks has
gone by without a response it looks like we are on our own.
Stanislav Paltis wrote:
My app has bunch of EJBs(in Jars) and one WAR file. Everything is packaged inside EAR file. My app is using JDBC and IMAP connections. Currently SNMP implementation is very simple - we jsut sending fixed trap with variable VarBind information.(no set/get functionality). Please elt me know if somebody implemented MBeans for their application. We are planning to have a full set/get functionality with MIB defined through SNMP Agent on WLS. IS it possible? I would like to hear some ideas on how to implement it.
Thank you foir your help in advance.
- Rick Holland OO/Distributed Systems Consultant
- ObjectAge Inc.
- [email protected]
"Logic is a wreath of pretty flowers, that smell bad"
- Rick Holland OO/Distributed Systems Consultant
- ObjectAge Inc.
- [email protected]
"Logic is a wreath of pretty flowers, that smell bad"
[att1.html]

Similar Messages

  • Please help with my iphone 4 ipod app?

    Hi everyone, I am having problems with playing podcasts and music on my iphone 4 (IOS 4.3.5 8L1). The symptom is that the podcast skips or doesn't play at all. Music is similar.
    I have had the phone replaced by Apple once, and have been to the genius bar 3 times and spent hours on the phone to Apple support.
    I have done DFU restores on the phone and downloaded the entire IOS update several times, the firewall, AV and ad aware all disabled on the computer (windows 7 BTW) during the download of both the IOS and subsequent podcasts.
    Directly after a DFU and with no apps installed, sample podcasts (that had experienced problems) seem to be OK. I then installed the apps one at a time and tested the podcasts in between, I installed the 6 apps I find most useful. I then downloaded more podcasts and the problem returned after the ipod app on the phone "lost" some podcasts that were shown as being on the phone in iTunes. Resyncing meant that the podcasts were shown but the problem of skipping etc. had returned.
    Today I went through the same process and got the same result, but with different podcasts. Similarly, the ipod app "lost" some podcasts before resyncing corrected that part but started the "skipping" fault.
    Other things I have done:
    The podcasts all play correctly on iTunes, and also on my iPod.
    I have downloaded the entire podcast library several times to eliminate the remotest possibility that they are corrupt (this would manifest by them not playing correctly in iTunes/iPod I would imagine as well).
    I have had a iPhone 3GS for a while and also an iPod, so I am familiar with the products, and never had a problem.
    I have logged a case with Apple and am now at my wits end, because it seems that getting any sort of ownership is a real problem.
    Any suggestions on what else I can do?
    Many Thanks,
    Neil
    BTW: iTunes 10.4.1.10

    Hi there MeMeGuidry,
    You may find the troubleshooting steps in the article below helpful.
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Display image issues
    This can include bright or dark pixels, lines in video, or sections of video missing.
    Try turning iPhone off and then on again.
    Verify the issue is not content related, by viewing different content.
    If the image is too dark, adjust the brightness. In General Settings choose Brightness and Wallpaper and slide the slider.
    Issue not resolved
    My issue is still not resolved. What do I do next?
    Contact Apple Support.
    -Griff W. 

  • Need help with languages issue in iOS app created in Flash Pro CS5.5

    Hello all,
    I'm using Flash Pro CS5.5 on a Mac running Snow Leopard to create an iOS app by publishing with 'AIR for iOS' from inside Flash Pro. Everything works great except after I submit my app to the Apple App Store and it is approved, the App Store listing claims that the app is available in a ton of different languages including English, German, Chinese, Italian, Spanish, etc. Since this app is a word game and all the words are in English, this is a pretty significant issue.
    If I view the binary details for the app in iTunes Connect, it shows that localizations are active for all of the different languages. This information is read from the .ipa file that is submitted.
    If I unzip the .ipa file, I can see that folders have been created for all of the localizations (i.e. en.lproj, es.lproj, fr.lproj, etc.). If I delete any of those folders, the .ipa will give me a 'resources modified' error at install.
    I have also tried setting the plist attribute 'CFBundleLocalizations' to 'English' by editing the 'app.xml'. I have verified that the attribute has been changed correctly but it does not solve the issue. All of the localizations are still active.
    Any help would be greatly appreciated.

    Can you try workaround given at http://forums.adobe.com/message/3976641 and post back your findings.

  • Help with setting/getting variables in app

    Hi,
    I have an application which behaves in the following manner:
    1. User logs in.
    2. User is presented with a list of projects; user clicks on a project to drill down to that project.
    3. User is presented with project information which includes 4 separate lists of tasks grouped by week. So there are tasks for the current week the user is in plus task for the 3 weeks out.
    4. User can edit talks or create new ones for each of the 4 weekly groupings.
    Given that, on the main page for a project I have set up a report and form for each of the weekly groupings. I also have an item for the project id as well as each weekly grouping id. The goal there is that when a user clicks the "create" button they can create a new task for the appropriate weekly group. However, this isn't working.
    For the first weekly group when I click "create" I'm presented with the form to fill out for the task. All of the info is there, including the correct id for that weekly group so the task gets assigned to it properly. However, when I save I get an error which says that particular id is null.
    For the next three groups when I click "create" I'm given the same thing as above but without the id for the weekly group. Even if I set it and save things I'm getting the same error.
    So, I'm wondering what I've done wrong in the app flow. Am I setting these variables too early, too late? Am I really not picking them up in spite of what I see on my screen? Have I missed some fundamentals of Apex here?
    Thanks in advance for your time and help.
    Jon

    Varad....here you go...thanks!
    0.16: A C C E P T: Request="CREATE"
    0.21: Metadata: Fetch application definition and shortcuts
    0.22: NLS: wwv_flow.g_flow_language_derived_from=FLOW_PRIMARY_LANGUAGE: wwv_flow.g_browser_language=en-us
    0.23: alter session set nls_language="AMERICAN"
    0.23: alter session set nls_territory="AMERICA"
    0.23: NLS: CSV charset=WE8MSWIN1252
    0.23: ...NLS: Set Decimal separator="."
    0.23: ...NLS: Set NLS Group separator=","
    0.23: ...NLS: Set date format="DD-MON-RR"
    0.23: ...Setting session time_zone to -08:00
    0.25: Fetch session state from database
    0.27: ...Check session 1196910493324671 owner
    0.27: ...Metadata: Fetch Page, Computation, Process, and Branch
    0.27: Session: Fetch session header information
    0.27: ...Metadata: Fetch page attributes for application 120, page 18
    0.28: ...Validate item page affinity.
    0.28: ...Validate hidden_protected items.
    0.33: ...Check authorization security schemes
    0.33: Session State: Save form items and p_arg_values
    0.33: ...Session State: Save "P18_TASK_SEQ" - saving same value: ""
    0.33: ...Session State: Save "P18_WEEK_GROUP_SEQ" - saving same value: ""
    0.34: ...Session State: Saved Item "P18_DISCIPLINE_SEQ" New Value="1"
    0.34: ...Session State: Saved Item "P18_TASK_TITLE" New Value="Test"
    0.34: ...Session State: Saved Item "P18_TASK_PRIORITY" New Value="5"
    0.35: ...Session State: Saved Item "P18_PERCENTAGE_COMPLETE" New Value="25"
    0.35: ...Session State: Saved Item "P18_TASK_RISK" New Value="None"
    0.35: ...Session State: Saved Item "P18_TASK_IMPACT" New Value="None"
    0.36: ...Session State: Saved Item "P18_TASK_MITIGATION" New Value="None"
    0.36: ...Session State: Saved Item "P18_CREATED_ON" New Value="12-DEC-08"
    0.37: ...Session State: Saved Item "P18_CREATED_BY" New Value="jwynacht"
    0.37: ...Session State: Save "P18_CREATED_FROM_TASK_SEQ" - saving same value: ""
    0.37: ...Session State: Saved Item "P18_LAST_MODIFIED_ON" New Value="12-DEC-08"
    0.37: ...Session State: Saved Item "P18_LAST_MODIFIED_BY" New Value="jwynacht"
    0.38: ...Session State: Saved Item "P18_DELETE_FLAG" New Value="0"
    0.38: Processing point: ON_SUBMIT_BEFORE_COMPUTATION
    0.38: Branch point: BEFORE_COMPUTATION
    0.38: Computation point: AFTER_SUBMIT
    0.38: ...Evaluate condition "PLSQL_EXPRESSION" for computation of item: P18_WEEK_GROUP_SEQ
    0.39: Tabs: Perform Branching for Tab Requests
    0.39: Branch point: BEFORE_VALIDATION
    0.39: Perform validations:
    0.40: ...Item Not Null Validation: P18_WEEK_GROUP_SEQ
    0.40: ...Validation did NOT pass
    0.40: ...Item Not Null Validation: P18_DISCIPLINE_SEQ
    0.40: ...Item Not Null Validation: P18_TASK_TITLE
    0.40: ...Item Not Null Validation: P18_TASK_PRIORITY
    0.40: ...Item Not Null Validation: P18_CREATED_ON
    0.40: ...Item Not Null Validation: P18_CREATED_BY
    0.40: ...Item Not Null Validation: P18_LAST_MODIFIED_ON
    0.40: ...Item Not Null Validation: P18_LAST_MODIFIED_BY
    0.40: ...Item Not Null Validation: P18_DELETE_FLAG
    0.41: ...Inline validation error count = 1
    0.41: Show current page with inline validations
    0.42:
    0.42: S H O W: application="120" page="18" workspace="" request="" session="1196910493324671"
    0.43: NLS: Language=en-us
    0.43: Application 120, Authentication: CUSTOM2, Page Template: 2370905300761909
    0.43: ...Session ID 1196910493324671 can be used
    0.43: ...Application session: 1196910493324671, user=JWYNACHT
    0.43: ...Determine if user "APEX_JON" workspace "995216593441806" can develop application "120" in workspace "995216593441806"
    0.44: ...Metadata: Fetch page attributes for application 120, page 18
    0.44: Branch point: BEFORE_HEADER
    0.44: Fetch application meta data
    0.46: Computation point: BEFORE_HEADER
    0.46: Processing point: BEFORE_HEADER
    0.47: ...Recompute field lables for fields in error.
    0.48: Show page template header
    0.53: Computation point: AFTER_HEADER
    0.53: Processing point: AFTER_HEADER
    0.53: ......Do not perform process because inline validation condition found.
    0.53: ...Do not run process "Fetch Row from TASK", process point=AFTER_HEADER, condition type=, when button pressed=
    JWYNACHTLogout
    1 error has occurred
    Week Group Seq must have some value.
    0.53: Computation point: BEFORE_BOX_BODY
    0.53: Processing point: BEFORE_BOX_BODY
    0.53: Region: Task
    Task          
    Cancel
    Create
    0.55: Item: P18_TASK_SEQ HIDDEN_PROTECTED
    0.57: Item: P18_WEEK_GROUP_SEQ TEXT
    Week Group Seq
    Week Group Seq must have some value.     
    0.57: Item: P18_DISCIPLINE_SEQ TEXT
    Discipline Seq     
    0.58: Item: P18_TASK_TITLE TEXT
    Title     
    0.58: Item: P18_TASK_PRIORITY TEXT
    Priority     
    0.58: Item: P18_PERCENTAGE_COMPLETE TEXT
    %Complete     
    0.59: Item: P18_TASK_RISK TEXTAREA
    Risk     
    0.59: Item: P18_TASK_IMPACT TEXTAREA
    Impact     
    0.59: Item: P18_TASK_MITIGATION TEXTAREA
    Mitigation     
    0.59: Item: P18_CREATED_ON TEXT
    Created On     
    0.60: Item: P18_CREATED_BY TEXT
    Created By     
    0.60: Item: P18_CREATED_FROM_TASK_SEQ TEXT
    Created From Task Seq     
    0.61: Item: P18_LAST_MODIFIED_ON TEXT
    Last Modified On     
    0.61: Item: P18_LAST_MODIFIED_BY TEXT
    Last Modified By     
    0.62: Item: P18_DELETE_FLAG TEXT
    Delete Flag     
    0.62: Computation point: AFTER_BOX_BODY
    0.62: Processing point: AFTER_BOX_BODY
    0.62: Computation point: BEFORE_FOOTER
    0.62: Processing point: BEFORE_FOOTER
    0.62: Show page tempate footer
    Home
    Application 120
    Edit Page 18
    Create
    Session
    Activity
    No Debug
    Show Edit Links
    0.63: Computation point: AFTER_FOOTER
    0.63: Processing point: AFTER_FOOTER
    0.63: Log Activity:
    0.63: Execute Count=0
    0.63: End Show:

  • Need Help with this Error message in App World

    hi, i just install the new version of app world. when i try to open my world or my account, i got this error message "THERE IS AN ISSUE WITH THE CURRENT SESSION. PLEASE LOGIN TO CONTINUE. (Error Id: 30702).
    when i press Ok..nothing happen at all..anyone please help..i already try install the previous version app world but still the same.

    Hello azain
    Welcome to the Community
    Please check the Article below to help you solve the issue.
    "Unable to login to your BlackBerry ID account" or "Unable to update your BlackBerry ID account info...
    Goodluck and please let us know if it helps you
    Ron
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up Blackberry Battery Saving Tips | Follow me on Twitter

  • Need help with passcode using the "Remote" app

    Hello and thanks in advance. I can't find a place on iTunes to enter the passcode from the Remote app.

    PLEASE READ!!!
    I have a HP Pavilion - Windows XP
    I need help as well with the passcode. I went to Networking and Sharing center and clicked customize and changed the name to NetGear because that is what it says next to my WiFi on my iPhone but with my iPhone under Settings it says WiFi NETGEAR > but when I click on it, it says choose a Network. Is NETGEAR a network? How do I find or change to a Network? is this the problem?

  • Please help with setting up native mail app using Gmail with alternate email address

    I have an alternative email address setup such as [email protected] configured to use with my online Gmail account.  In the online account, I use the alternate email services smtp server so emails are sent correctly from that alias.
    Is there a way to setup the native mail app to use Gmail for mail, contacts, and calendar and use an alternate email address as the sender?  Right now I am syncing contacts and the calendar through the native mail app and using the Gmail mail app for my email.  It allows you to select from all of the emails setup on the Gmail account. 
    But for simplicity sake, I would like to consolidate to the native email app for all of my accounts - I also have an Exchange based work account.
    Thank you for the help.

    iCloud Help
    Creating an iCloud account- Frequently Asked Questions
    Apple IDs and iCloud
    iCloud: What version of Windows software am I using for iCloud?

  • Help With Hooking Up A Google Apps Mail Account With Mail.app v 4.4?

    I'd really appreciate it if someone could help me out with this, basically I'm at university, and my university E-mail account is set up through google apps. It looks like this "[email protected]", and I'd like to be able to access this account through Mail.app, but I'm struggling to get the two to play nice, does anyone know what incoming and outcoming settings I need to use to get it to work, or if there's any settings I need to alter in Gmail itself first?
    Thanks a lot in advance for any help anyone can give me.
    Sam

    Sorry, sorted it, just had to fill it all out like a normal IMAP Gmail account but fill out my entire email address anytime it asked for a username.

  • Need help with a Xcode applescript objc app.

    Hi,
    Just wondering if anyone can help me with this.
    I am building a little application in xcode that basically attempts to get certain images by a designated url and then displays them within the app in an image well. If the images are not there then it will display a question mark. here is an exampole of the main bit of code it uses;
    on applicationrunthatshit_(sender)
    ------ error image
            try
                set imageurlerror to ("http://content.answcdn.com/main/content/img/getty/5/2/CC000552.jpg")
                set theURLerror to current application's NSURL's URLWithString_(imageURLerror)
                set theImageerror to current application's NSImage's alloc's initWithContentsOfURL_(theURLerror)
            end try
            ------ SWATCH
            try
                set imageurl to ("http://static.guim.co.uk/sys-images/Technology/Pix/pictures/2012/8/8/13444203329 67/Google-basketball-008.jpg")
                set theURL to current application's NSURL's URLWithString_(imageURL)
                set theImage to current application's NSImage's alloc's initWithContentsOfURL_(theURL)
                theImage's setSize_({50, 50})
                swatch_preview's setImage_(theImage)
                on error
                swatch_preview's setImage_(theImageerror)
            end try
            ------ UNDERSCORE 1
            try
                set imageurl to ("http://static.guim.co.uk/sys-images/Technology/Pix/pictures/2012/8/8/13444203329 67/Google-basketball-008.jpg")
                set theURL to current application's NSURL's URLWithString_(imageURL)
                set theImage to current application's NSImage's alloc's initWithContentsOfURL_(theURL)
                theImage's setSize_({50, 75})
                underscore1_default_l's setImage_(theImage)
                on error
                underscore1_default_l's setImage_(theImageerror)
            end try
    end applicationrunthatshit_
    The problem I am having is that every couple of uses the app will crash and the error code in xcode is :
    objc[7543]: Object 0x100506980 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    When it works it does exactly what I wanted it to do, but it comes up with this error about 50% of the time. I'm not expert with xcode so If anyone could point me in the right direction that would be great

    Do you have a Java related question appropriate to this forum? If you do, please ask the question.
    If you don't, I'll be removing this thread later.
    db
    Note: If you're trying to recruit help, please look elsewhere. This forum is for technical discussions, not advertisements.

  • Need help with Apple Mail POP Google App Settings

    I am using Google Apps Account for the domain name xyz.travel
    I have set-up POP Account on Apple Mail for my Email address [email protected] with the Google Mail settings of POP and SMTP correctly. No Problem.
    However, in my Email Address [email protected] there are 3000+ Emails which is more than 3 years old. I do not want all these Emails to be uploaded on my Apple Mailbox. It will take ages for all these 3000+ Emails to be uploaded in my Apple Mailbox. I only want to be able to send Emails from the Apple Mailbox and receive the Emails that I received on [email protected] henceforth.
    Can someone please help me ?

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • My iPad has been stolen, I need some help with the Find my iPhone app and iCloud please

    Hello people.  I have (had) an iPad 1 (wifi only) - which was stolen two days ago.  It's locked with a passcode but I am worried that someone will be able to get into it.  I've got the Find app installed on my iPhone 4S and it shows that both my iPad and stolen iPod are offline.
    Q - if either the iPad or the iPod goes into an unlocked wifi area, will I be notified on my phone?
    Q - can anyone actually break into my iPad as it is locked?
    Q - how does iCloud work in terms of the info that's on my iPad - photos etc that I don't want to lose?
    Q - I've reported this to the police - does Apple need to know?
    I'd be very grateful for any advice, many thanks in advance

    What To Do If Your iDevice or Computer Is Lost Or Stolen
    If your Mac, iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should do in advance - before you lose it or it's stolen - and some things to do after the fact. Here are some suggestions:
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T, Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. Lost or Stolen iPhone? Here’s What to do
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on MobileMe
      3. OS X Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Third-party solutions for computers:
      1. VUWER 1.5.4
      2. Sneaky ******* 0.2.0
      3. Undercover 4.7
      4. LoJack for Laptops Premium Mac
      5. STEM 2.1
      6. MacPhoneHome 3.5

  • Help with trying to make a app work

    i need help trying to make an app work ive updated everything all the requirements meet but it jus keeps freezing the app  is called pilot and wen i go to choose a plane it then jus shuts down the app

    So you have worked through each and every suggestion in this Apple support document including contacting the developer?
    iOS: Troubleshooting applications purchased from the App Store
    B-rock

  • Help with creating basic flow-charting app

    Hello,
    Warning: I am a Total Flex Newbie, but experienced programmer (C#, Ruby/Rails, ...)
    I am coming up to speed with Flex and want to dive in and improve my proficiency by creating a basic flow-charting app.
    The app will consist of a canvas plus a limited set of resize-able objects that will reside in a "tools" container.   These objects can be selected, dragged onto the canvas, connected to each other using a "connector" object -- either straight or right-angled lines, with the ability to be moved around the canvas while retaining their connections.
    That's it.
    I have been searching the forums and the web for pointers on how to start; but while I have found many related posts, I have not found enough to get me started.
    I would appreciate any pointers to example code or tutorials on how to approach/get started on this app.
    Thanks in advance!
    Dondi.

    Hi there, you can check out Chet Haase app Top Drawer, this app has a lot of the functionality that you want I think,
    http://graphics-geek.blogspot.com/search?q=top+drawer

  • Help with not visible folders in app iFiles

    I have a strange probleme: connecting my iPad to the PC and startin iTunes, I checked the documents present into the app iFiles.
    Among this documents there is a folder called "inbox" containing a 2.9Gb mp4 file that i want to delete.
    The problem is that the folder is only visible in itunes on the PC and not directly on the iPad and that it seems not possible to delete it in iTunes.
    Is I click on the folder in the documents list in itunes and press the button canc un the pc keybord, iTunes ask me if I am sure to delete the folder, I click yes but the folder remain in place.
    It is a big prolem because I need to free that memory space.
    Thanks for your help guys
    Stefano

    I have a strange probleme: connecting my iPad to the PC and startin iTunes, I checked the documents present into the app iFiles.
    Among this documents there is a folder called "inbox" containing a 2.9Gb mp4 file that i want to delete.
    The problem is that the folder is only visible in itunes on the PC and not directly on the iPad and that it seems not possible to delete it in iTunes.
    Is I click on the folder in the documents list in itunes and press the button canc un the pc keybord, iTunes ask me if I am sure to delete the folder, I click yes but the folder remain in place.
    It is a big prolem because I need to free that memory space.
    Thanks for your help guys
    Stefano

  • Help with error cannot install any apps

    can any help solve my error issue.  I cannot install any apps.  and apman says i have no catalogues.  but i do anf i even get ! icon saying i have updates.
    BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    ~ $ sudo gainroot
    Root shell enabled
    BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    /home/user # apt-get upgrade
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run `apt-get -f install' to correct these.
    The following packages have unmet dependencies:
      mp-fremantle-community-pr: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is installed
      status-area-orientationlock-applet: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is installed
    E: Unmet dependencies. Try using -f.
    /home/user # apt-get -f install
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following packages were automatically installed and are no longer required:
      python-xml python-facebook libqt4-translations
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
      hildon-desktop
    The following packages will be upgraded:
      hildon-desktop
    1 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
    6 not fully installed or removed.
    Need to get 0B/235kB of archives.
    After this operation, 20.5kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    (Reading database ... 34004 files and directories currently installed.)
    Preparing to replace hildon-desktop 1:2.2.140-1+0m5 (using .../hildon-desktop_1%3a2.2.142-11_armel.deb) ...
    Unpacking replacement hildon-desktop ...
    dpkg: error processing /var/cache/apt/archives/hildon-desktop_1%3a2.2.142-11_armel.deb (--unpack):
     trying to overwrite `/usr/share/gconf/schemas/hildon-desktop-keys.schemas', which is also in package modified-hildon-desktop
    Errors were encountered while processing:
     /var/cache/apt/archives/hildon-desktop_1%3a2.2.142-11_armel.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    /home/user # apt-get autoremove
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run `apt-get -f install' to correct these.
    The following packages have unmet dependencies:
      mp-fremantle-community-pr: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is installed
      status-area-orientationlock-applet: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is installed
    E: Unmet dependencies. Try using -f.
    /home/user #
    BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    ~ $ sudo gainroot
    Root shell enabled
    BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    /home/user # apt-get upgrade
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run `apt-get -f install' to correct these.
    The following packages have unmet dependencies:
      mp-fremantle-community-pr: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is installed
      status-area-orientationlock-applet: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is installed
    E: Unmet dependencies. Try using -f.
    /home/user # apt-get -f install
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following packages were automatically installed and are no longer required:
      python-xml python-facebook libqt4-translations
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
      hildon-desktop
    The following packages will be upgraded:
      hildon-desktop
    1 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
    6 not fully installed or removed.
    Need to get 0B/235kB of archives.
    After this operation, 20.5kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    (Reading database ... 34004 files and directories currently installed.)
    Preparing to replace hildon-desktop 1:2.2.140-1+0m5 (using .../hildon-desktop_1%3a2.2.142-11_armel.deb) ...
    Unpacking replacement hildon-desktop ...
    dpkg: error processing /var/cache/apt/archives/hildon-desktop_1%3a2.2.142-11_armel.deb (--unpack):
     trying to overwrite `/usr/share/gconf/schemas/hildon-desktop-keys.schemas', which is also in package modified-hildon-desktop
    Errors were encountered while processing:
     /var/cache/apt/archives/hildon-desktop_1%3a2.2.142-11_armel.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    /home/user # apt-get autoremove
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run `apt-get -f install' to correct these.
    The following packages have unmet dependencies:
      mp-fremantle-community-pr: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is installed
      status-area-orientationlock-applet: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is installed
    E: Unmet dependencies. Try using -f.
    /home/user #
    cheers for any assistance

    k i went to maemoder and tried to remove hildon via restore (strange) then entered the commonds u gave but this is what i got
    o30+0m5) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    ~ $ root
    BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    Nokia-N900:~# apt-get install hildon-desktop
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
      python-xml python-facebook libqt4-translations
    Use 'apt-get autoremove' to remove them.
    The following packages will be upgraded:
      hildon-desktop
    1 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
    6 not fully installed or removed.
    Need to get 0B/235kB of archives.
    After this operation, 20.5kB of additional disk space will be used.
    (Reading database ... 34004 files and directories currently installed.)
    Preparing to replace hildon-desktop 1:2.2.140-1+0m5 (using .../hildon-desktop_1%3a2.2.142-11_armel.deb) ...
    Unpacking replacement hildon-desktop ...
    dpkg: error processing /var/cache/apt/archives/hildon-desktop_1%3a2.2.142-11_armel.deb (--unpack):
     trying to overwrite `/usr/share/gconf/schemas/hildon-desktop-keys.schemas', which is also in package modified-hildon-desktop
    Errors were encountered while processing:
     /var/cache/apt/archives/hildon-desktop_1%3a2.2.142-11_armel.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Nokia-N900:~#
    why did it not work?

Maybe you are looking for

  • BAPI_SALESORDER_SIMULATE-  FREE GOODS - ORDER_CONDITION_EX

    Hi Gurus, I am using standard Function module : BAPI_SALESORDER_SIMULATE to simulate pricing conditions. I am trying to figure out the reason for the function module:  BAPI_SALESORDER_SIMULATE  not giving values in CONDITIONS EX when I use it to <b>s

  • No iPod Icon in My Computer

    I have the 60 GB video iPod. I have it Enabled for Disk Use. I'm able to use the Calendar function properly. I have no trouble with the Music files. Here's the problem: I'm interested in storing .txt files, but as I understand it... you can't just dr

  • Fp won't load SOME objects in ie9 run as a RESTRICTED account

    hello, i am running windows 7 64 bit, internet explorer 9 and i have the latest version of adobe flash player installed (10.2.159.1). this same flash player works perfectly on ie when i run it as administrator. it works well also on ie run as a norma

  • Re: powerbook wont come back from sleep mode

    I have the same problem. PB G4, 1.5 GHz, bought in '04. When I put it to sleep by closing screen or manually it will not wake up. I have rest PRAM and PMU. Still nothing. Also, it was shut-down unexpectedly a few times and wouldn't restart unless I r

  • Multiple account assihnment in sigle line item

    hi all, please let me know the proceedure how to activate the multiple account assginment for sigleline item.-account assignment cat: K i tried with OME9(MAINTAIN ACCOUNT ASSIGNEMNET CATEGORY) ID: AcctAssgt - status to 2, but the thing is when i do t