ALSB JMX - Can't retrieve proxy statistics using ServiceStatisticsRetriever

Hi, I'm trying to run ServiceStatisticsRetriever.java sample code to retrieve monitoring attributes from a alsb proxy service, but the following error occurs:
Retrieving statistics for all monitored proxy services.
Now trying to get statistics for 1 proxy services...
java.lang.reflect.UndeclaredThrowableException
     at $Proxy0.getProxyServiceStatistics(Unknown Source)
     at alsb.tests.monitoring.ServiceStatisticsRetriever.getAndResetStatsForAllMonitoredProxyServices(ServiceStatisticsRetriever.java:125)
Failed to retrieve and reset statistics for all monitored proxy service ...
     at alsb.tests.monitoring.ServiceStatisticsRetriever$GetAndResetStatisticsTask.run(ServiceStatisticsRetriever.java:488)
     at java.util.TimerThread.mainLoop(Timer.java:512)
     at java.util.TimerThread.run(Timer.java:462)
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at alsb.tests.monitoring.ServiceStatisticsRetriever$ServiceDomainMBeanInvocationHandler.invoke(ServiceStatisticsRetriever.java:419)
     ... 5 more
Caused by: com.bea.wli.monitoring.MonitoringException: [WLI-Monitoring Runtime:473055]Failed to get operation information for service - ProxyService$TesteJMX$HelloJMX from configuration framework due to com.bea.wli.config.component.NotFoundException: Validation failed for ServiceInfoDerivedType TesteJMX/HelloJMX.ProxyService: Referenced component (ServiceInfoDerivedType TesteJMX/HelloJMX.ProxyService) not found.
     at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getOperationNames(ServiceDomainMBeanImpl.java:1886)
     at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getResourceStatisticPathInfo(ServiceDomainMBeanImpl.java:1804)
     at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.processService(ServiceDomainMBeanImpl.java:881)
     at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getServiceStatistics(ServiceDomainMBeanImpl.java:798)
     at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getProxyServiceStatistics(ServiceDomainMBeanImpl.java:499)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:443)
     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
     at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
     at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
     at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:248)
     at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
     at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:63)
     at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
     at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
     at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:377)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:375)
     at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:310)
     at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1410)
     at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
     at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1247)
     at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1350)
     at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:784)
     at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
     at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
     at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.security.service.SecurityManager.runAs(Unknown Source)
     at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
     at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
     at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
Caused by: com.bea.wli.config.component.NotFoundException: Validation failed for ServiceInfoDerivedType TesteJMX/HelloJMX.ProxyService: Referenced component (ServiceInfoDerivedType TesteJMX/HelloJMX.ProxyService) not found.
     at com.bea.wli.sb.resources.cache.DerivedCache.getDerivedValueInfo(DerivedCache.java:211)
     at com.bea.wli.sb.resources.cache.DerivedCache.get(DerivedCache.java:151)
     at com.bea.wli.sb.resources.cache.DerivedResourceManager.getDerivedValueInfo(DerivedResourceManager.java:213)
     at com.bea.wli.sb.resources.cache.DerivedResourceManager.get(DerivedResourceManager.java:238)
     at com.bea.wli.sb.resources.service.CommonServiceRepository.getServiceInfo(CommonServiceRepository.java:196)
     at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getOperationNames(ServiceDomainMBeanImpl.java:1878)
     ... 37 more
The service is there but the code can't get monitoring information. The service monitoring is enabled. Someone could help me?
Regards
Rogério

I too had faced similar issues in the last week.
Unfortunately this weird behavior is by design. We are getting an exception
(which is not very informative by itself) because we are attempting to get
WEBSERVICE_OPERATION statistics for a business service that is not wsdl
based.
Unfortunately there is no way we can check whether a service is wsdl based
or not. Therefore our only option is to requests statistics that we know
exist, and for others have a try catch block.
I'm in process of modifying my code and see if it works.
Manoj
Edited by: mneelapu on Sep 10, 2009 8:55 AM

Similar Messages

  • Can not retrieve my password using my email address nor birthday as security question, can not access my purchases to update them even if I creat a new account with same email address, what can I do?

    Has anyone had an issue with password and not been able to retrieve it using email nor answering security questions? This is my case, I tred to do both, I do not get any email from Itunes to let me know how to do. If I try to reset it using my security question, which was my birthday, does not work either. I believe someone changed everything for me and I do not know what to do because in oder to update all my purchases I need my original account. I just created one using same ID and e-mail address, all successful, but it does not mean that I'm able to retrieve all my prurchases because it's a new account...Please, any idea, I appreciate your comments and/or feedback, Thanks!!!

    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with one Apple ID with a new Apple ID.

  • I have broken my iphone 4. Can I retrieve icloud data using an Iphone 3gs and the same sim?

    My iphone 4 is broken due to water damage.
    I'm considering purchasing a cheap iphone until my upgrade.
    If I bought and iphone 3gs would I be able to retrieve the date from my icloud (contacts etc) for the 3gs?
    Thanks
    Sarah

    To access iCloud all your iPhone needs is iOS 5 or later and an Internet connection, either via cell service or WiFi. Then just set up iCloud with the same Apple ID and password you've been using on your iPhone 4.
    You might want to consider just getting your iPhone 4 replaced by Apple. Based on the prices I've seen for iPhone 3GS units, Apple's replacement price isn't that much more, and you'll be certain of getting a working, non-hacked iPhone.  Apple's replacement price for the iPhone 4 is US $149.
    http://www.apple.com/support/iphone/service/faq/
    Regards.

  • How can i retrieve photos through icloud off of a stolen i phone?

    My I phone was stolen. How can i retrieve my photos using i cloud

    Welcome to the Apple Community Lauren.
    Photos in photo stream...
    You can log into your iCloud account on another computer or device and enable photo stream to see your photos. You should do this as soon as possible because photo stream in the cloud only keeps photos for 30 days and each day you delay, you will lose another days photos.
    Photos in the camera roll...
    If you kept a back up of your device you can use it to restore to a replacement device, this will restore all of the photos in your camera roll and isn't time limited.

  • After upgrading to Lion, Preview (5.2.2) appears to have lost the facility to run a slide show by using my mouse to click an icon in the visible menu bar, as I could in the previous version.  Can I retrieve that icon and thus that facility?

    After upgrading to Lion, Preview (5.2.2) appears to have lost the facility to run a slide show by using my mouse to click an icon in the visible menu bar, as I could in the previous version.  Can I retrieve that icon and thus that facility?

    Unfortunately not. Lion has made many adjustments to the previous system. Try opening your pdfs in keynote.

  • I am trying to retrieve music that I had from an iPad to my iTunes account. I'm using the same computer for synching my iPhone.  I'm logged into my iPad account, but can't retrieve music. It only recognizes my iPhone.

    I am trying to retrieve music that I had from an iPad to my iTunes account. I'm using the same computer for synching my iPhone.  I'm logged into my iPad account, but can't retrieve music. It only recognizes my iPhone.  Does anyone know how I can get my music?  I know longer own the iPad so I don't have access to it, but I don't think that should be a problem.

    So you had music on the iPad that is not in iTunes and you no longer have the iPad. Is that what you are saying? If that is what you are saying, iTunes won't "recognize" anything that was on the iPad, that was not purchased from iTunes. If the music was purchased from iTunes, you should probably be able to download it again for free as long as you are using the same Apple ID that you bought it with. Did you try downloading the music again?
    Am I understanding what it is that you want to do? If I am understanding you correctly, you will find this to be useful.
    Downloading past purchases from the App Store ... - Support - Apple
    I admit that I'm a little confused by your remark about being logged into your iPad account. You should be logged into your iTunes account.

  • How can I retrieve my password when the retrials email was not recoverable? I also can't use or pass the othere menace of recovery? Not being able to pass or answer the security questions?

    How can I retrieve my password when the retrials email was not recoverable either? I also can't use or pass the othere means of recovery? Not being able to pass or answer the security questions?
    I created a new ID but never being able to update the iTunes that were purchased/saved using the old id?
    I can't also delete.

    Hi Kazmania89,
    Welcome to the Support Communities!
    If you require additional assistance with this, click on the link below for guidance:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Once you are able to gain access to the old Apple ID, this article may be helpful:
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    I have purchased music, apps, or books with multiple Apple IDs. How can I get all of this content onto my iOS device?

    First, you need to copy all of your purchased content so it is on the same Mac or PC with iTunes. This computer should be the one you sync your device with. For more information on how to move your content, see these articles:
    Mac:  iTunes for Mac: How to copy purchases between computers
    PC:  iTunes for Windows: How to copy purchases between computers
    Next, authorize your computer to play content with each Apple ID in iTunes. Once your computer is authorized for all your content, it can be synced to your iPhone, iPad, or iPod touch. 
    Cheers,
    - Judy

  • How can i retrieve documents(.doc,.pdf, .txt) using forms from the database.

    How can i retrieve documents(e.g .doc,.pdf, .txt etc) using forms from the database.
    i inserted the documents using sql*loader, below is the control and data files.
    -- control file
    LOAD DATA
    infile 'load.txt'
    INTO TABLE husman
    APPEND
    FIELDS TERMINATED BY ','
    (id integer external,
    fname FILLER CHAR(50),
    docu LOBFILE(fname) TERMINATED BY EOF)
    --data file
    1,../husman/dell.doc,
    2,../husman/me.pdf,
    3,../husman/export.txt,
    in the form i have a text field to display the id and an OLE container to display the document as an icon. but when i execute query, i only get the id number and not the document.
    any help will be appreciated.
    Thanks
    Hussein Saiger

    Step by step
    1. Erase all contents and settings
    2. You'll be asked twice to confirm
    3. You'll see Apple logo and progress bar
    4. You'll see a big iPad logo on screen
    5. Configuration start
    6. Set language
    7. Set country
    8. Enable Location Service
    9. Select network, enter password and join network
    10. You'll be given 3 options (a) Setup as New iPad (b) Restore from iCloud Backup (c) Restore from iTune Backup
    11. Selected Restore from iCloud Backup
    12. You'll be required to enter Apple ID and Password
    13. Agree to Terms and Conditions
    14. Select Backup file
    15. You'll see progress bar
    16. Red slider will appear; slide to unlock; step #1 to #16 is fast
    17. Pre-installed apps will be restored first
    18. Message: Purchased apps and media will now be automatically downloaded
    19. You'll see a pageful of apps with Waiting/Loading/Installing
    20. Message: Some apps cannot be downloaded, please sync with computer

  • HT4623 How can I retrieve my 4 digit security code? iPad is asking for it before an update and I have never had to use one before.

    How can I retrieve my four digit security code? I've never been asked to use one before when trying to do an update.

    There is no way to retrieve the 4 digit code. You have to restore the device if you don't know the code and you cannot unlock the device. There have been more than a few users that are asking about this and they are all saying the same thing that you are saying - they never set a passcode before.
    What is the exact message that you are getting when you try to update?

  • Itunes and proxy settings. Itunes keeps the proxy setting from IE and I can't adapt it due to company policy. How can I force itunes to use firefox?

    itunes can not connect to server and I can't find its proxy settings.
    So I think it uses these from IE and those are blocked by company policy.
    So, how can I force itunes to use the firefox settings

    I fixed this issue (with help from tech support) and it involved several things.
    After adding a song to iTunes, right-click on the song in iTunes and select "Update iTunes Match."
    OR go to the iTunes menu-->Store-->Update iTunes Match.
    Maybe that's the reason, it just hadn't updated to the cloud.
    OR maybe it's not a high-enough bitrate file.   This happens to me because most of my tunes are home-recorded.
    Sometimes converting to .mp3 or Create AAC version might work. (You do this with a right-click in iTunes, and then you will want to remove the original file from iTunes.)
    There is an iTunes Preferences setting, under General Preferences called Import Settings.  Try setting it to AAC Encoder and iTunes Plus.   That (I think) causes imports to be slightly better quality.
    Good luck!  The tech support person at Apple is requesting that a knowlege-base article be written about this.

  • Help I have 'lost' my downloads icon from the dock. Can I retrieve it? If so please describe how, using simple terms

    Help I have 'lost' my downloads icon from the dock on my desktop Mac. Can I retrieve it? If so please describe how, using simple terms. I have tried searching folders, finder and trash

    Your Downloads folder should be in your Home folder. Just drag it to the Dock.
    If you've managed to delete it, try creating a new folder called 'Downloads'. You will probably need to nominate it in Safari or any other browser preferences as your download destination. (Safari Preferences>General, 'Save downloaded items to:' menu)

  • I'm trying to use Dictation.  Where does the text go, and how can I retrieve it?  Thank you.

    I'm trying to use Dictation.  Where does the text go, and how can I retrieve it?  Thank you.

    You dictate after you open a blank page in any text editor. The text goes on the page.
    You can use Text Edit for example (in your applications folder).
    With the blank page open, go to the Edit menu and select Start Dictation. When you are finished, you save the file as you would any other document. You can retrieve it, edit it or anything else you want, because it is a file like any other you create with that text editor.

  • I used to have a large music library on I Tunes but I somehow overwrote it with the few purchased items that were on my I-pod so I have lost everything apart from these few.  Can I retrieve a previous library even if I've somehow lost it?

    I used to have a large music library on I Tunes but I somehow overwrote it with the few purchased items that were on my I-pod so I have lost everything apart from these few.  Can I retrieve a previous library even if I've somehow lost it?  Any ideas?  I've tried the Apple Support but they just showed me how to retrieve previous purchases and don't seem to have any solutions to my problem.

    See Empty/corrupt iTunes library after upgrade/crash.
    tt2

  • How can I retrieve/compute an X509 certificate's thumbprint in Python and then use it for accessing Service Management APIs from Python SDK?

    Hello,
    I am using Azure Python SDK to perform calls to ServiceManagement APIs.
    I have a .publishsettings file generated for my account which includes an encoded version of my X509 certificate and all of my subscription IDs.
    How can I retrieve/compute an X509 certificate's thumbprint in Python?
    Following is the code snippet that helps us do it in .Net.
    Is there a similar approach to do it in Python?
    var publishSettingsFile = @"C:\temp\CORP DPE Account-11-16-2011-credentials.publishsettings";
    XDocument xdoc = XDocument.Load(publishSettingsFile);
    var managementCertbase64string = xdoc.Descendants("PublishProfile").Single().Attribute("ManagementCertificate").Value;
    var importedCert = new X509Certificate2(Convert.FromBase64String(managementCertbase64string));
    thumbprint = importedCert.Thumbprint;
    Once I have the thumbprint, how can I use that thumbprint to access Service Management APIs from Python SDK?
    Thank you in Advance!
    Regards,
    Vaibhav Kale

    Hi,
    Please have check on the below article and check if it helps.
    http://azure.microsoft.com/en-in/documentation/articles/cloud-services-python-how-to-use-service-management/
    Regards,
    Mekh.

  • If i have lost my iphone can i retrieve my pics and messages using icloud

    if i have lost my iphone can i retrieve my pics and contacts using icloud?

    Welcome to the Apple Community.
    Contacts should already be at iCloud.com if you have already set up iCloud sync services. Photos in Photostream can be viewed on a computer using the same iCloud account, but not at iCloud.com.
    If you haven't already set up iCloud on your phone you won't be able to do so now you have lost it.

Maybe you are looking for

  • Using Variable in AGO - TODATE - not working  - only Integer?

    Hi All, I'm trying to do the following. I have a dynamic variable Difference - which is pretty much: YEAR (CURRENT_DATE) - YEAR (BASELINE_DATE) This part is working fine. When I'm trying to substitute it into the AGO function, I get syntax error: AGO

  • Dynamicly linked and stabalized footage doesn't work in PPro

    Hi, I've got a bit of a strange situtaion going on between After Effects and PPro. I am using PPro and After Effects CS5 from the Production Premium Suite and I sent some footage over to AE from PPro to stabalize via Dynamic Link. Everything works fi

  • Low broadband speed (narrowband)

    On the 14th of January I lost my telephone service and obviously my broadband. I telephoned the help line with my mobile phone  and after speaking with an Indian lady in India for 45 minutes she said she was going to run some tests and please would I

  • Window Size Problem in Mountain Lion

    I have a MacBook Pro 13" I use with a Thunderbolt display in another location. When I return home the iTunes window is sized on the MBP screen the same size as it was on the Thunderbot Display. There is no way to reach the lower right corner of the i

  • Updating Nokia Lumia 710

    Hey I'm trying to update my Nokia Lunia 710 using the zune software and it keeps on failing and telling me error code 80004005. Can anyone help?