LMS 4.0.1 Cisco 3925E Inventory Polling Fails

I have an LMS 4.0.1 server (on Windows 2008 R2) with all the LMS and device updates applied that fails when trying to do an Inventory Collection on a Cisco 3925E router.  The router is running IOS Version 15.1(1)T2.  This device is apparently supported according to:
http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.0/device_support/table/lms40sdt.html
Some 'show ver' info:
Cisco IOS Software, C3900e Software (C3900e-UNIVERSALK9-M), Version 15.1(1)T2, RELEASE SOFTWARE (fc1)
ROM: System Bootstrap, Version 15.1(1r)T2, RELEASE SOFTWARE (fc1)
System image file is "flash0:c3900e-universalk9-mz.SPA.151-1.T2.bin"
Cisco CISCO3925-CHASSIS (revision 1.0) with C3900-SPE200/K9 with 689152K/293888K bytes of memory.
'show inv':
NAME: "CISCO3925-CHASSIS", DESCR: "CISCO3925-CHASSIS"
PID: CISCO3925-CHASSIS , VID: V02, SN: FGL152610R8
NAME: "Cisco Services Performance Engine 200 for Cisco 3900 ISR on Slot 0", DESCR: "Cisco Services Performance Engine 200 for Cisco 3900 ISR"
PID: C3900-SPE200/K9   , VID: V02 , SN: FOC151828UX
NAME: "WAN Interface Card - HWIC Serial 1T on Slot 0 SubSlot 0", DESCR: "WAN Interface Card - HWIC Serial 1T"
PID: HWIC-1T           , VID: V04 , SN: FOC15170VRL
NAME: "C3900 AC-POE Power Supply 1", DESCR: "C3900 AC-POE Power Supply 1"
PID: PWR-3900-POE      , VID: V02, SN: SNI1503C7AV
NAME: "C3900 AC Power Supply 2", DESCR: "C3900 AC Power Supply 2"
PID: PWR-3900-AC       , VID: V03, SN: SNI1521C825
For reference, here is the SNMP configuration on the 3925:
snmp-server group ADMIN v3 auth
snmp-server community <rostring> RO
snmp-server ifindex persist
snmp-server ip precedence 2
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps tty
snmp-server enable traps ospf state-change
snmp-server enable traps ospf errors
snmp-server enable traps ospf retransmit
snmp-server enable traps ospf lsa
snmp-server enable traps ospf cisco-specific state-change nssa-trans-change
snmp-server enable traps ospf cisco-specific state-change shamlink interface-old
snmp-server enable traps ospf cisco-specific state-change shamlink neighbor
snmp-server enable traps ospf cisco-specific errors
snmp-server enable traps ospf cisco-specific retransmit
snmp-server enable traps ospf cisco-specific lsa
snmp-server enable traps flash insertion removal
snmp-server enable traps envmon fan shutdown supply temperature status
snmp-server enable traps bgp
snmp-server enable traps memory bufferpeak
snmp-server enable traps config-copy
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps event-manager
snmp-server enable traps cpu threshold
snmp-server enable traps syslog
snmp-server enable traps vtp
snmp-server enable traps ipsla
snmp-server enable traps bulkstat collection transfer
snmp-server host 10.152.1.27 version 2c <rostring>
The specific error message captured from the IC_Server.log file:
[ Thu Sep 29  16:19:55 EST 2011 ],ERROR,[Thread-23],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,1075,Exception for device 172.22.41.9 is
java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.cisco.nm.rmeng.inventory.ics.core.CollectionController.run(CollectionController.java:1065)
    at java.lang.Thread.run(Thread.java:662)
Caused by: com.cisco.nm.xms.xdi.ags.system.CollectionFailed: java.lang.StringIndexOutOfBoundsException: String index out of range: 2
    at com.cisco.nm.xms.xdi.pkgs.LibInventory.EnergyWise_HelperMethods.getDeviceEnergyWise(EnergyWise_HelperMethods.java:77)
    at com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.EnergyWiseAGI_ENERGYWISE_Mib.g$eval(EnergyWiseAGI_ENERGYWISE_Mib.java:51)
    at com.cisco.nm.xms.xdi.ags.EnergyWiseAGI.g$eval(EnergyWiseAGI.java:21)
    at com.cisco.nm.xms.xdi.SdiEngine.initAndEvalAGIs(SdiEngine.java:383)
    at com.cisco.nm.xms.xdi.SdiEngine.request(SdiEngine.java:309)
    at com.cisco.nm.xms.xdi.SdiEngine.getDevRepr(SdiEngine.java:302)
    at com.cisco.nm.rmeng.inventory.ics.core.CollectionController.run(CollectionController.java:687)
    ... 1 more
[ Thu Sep 29  16:19:55 EST 2011 ],ERROR,[Thread-23],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,1107, Collection failed for the device : 19
com.cisco.nm.xms.xdi.ags.system.CollectionFailed: java.lang.StringIndexOutOfBoundsException: String index out of range: 2
    at com.cisco.nm.xms.xdi.pkgs.LibInventory.EnergyWise_HelperMethods.getDeviceEnergyWise(EnergyWise_HelperMethods.java:77)
    at com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.EnergyWiseAGI_ENERGYWISE_Mib.g$eval(EnergyWiseAGI_ENERGYWISE_Mib.java:51)
    at com.cisco.nm.xms.xdi.ags.EnergyWiseAGI.g$eval(EnergyWiseAGI.java:21)
    at com.cisco.nm.xms.xdi.SdiEngine.initAndEvalAGIs(SdiEngine.java:383)
    at com.cisco.nm.xms.xdi.SdiEngine.request(SdiEngine.java:309)
    at com.cisco.nm.xms.xdi.SdiEngine.getDevRepr(SdiEngine.java:302)
    at com.cisco.nm.rmeng.inventory.ics.core.CollectionController.run(CollectionController.java:687)
    at java.lang.Thread.run(Thread.java:662)
I have attached a more detailed output from the IC_Server.log file for the Inventory Collection job of the device.
The error at first glance appears to be related to EnergyWise, so I even tried creating an SNMP view that excludes the EnergyWise MIB with the following configuration:
snmp-server view EXCLUDE-ENERYGYWISE-MIB iso included
snmp-server view EXCLUDE-ENERYGYWISE-MIB ciscoEnergywiseMIB excluded
snmp-server community L1ghty3@rSnmp$ view EXCLUDE-ENERYGYWISE-MIB RO
snmp-server group ADMIN v3 auth read EXCLUDE-ENERYGYWISE-MIB
But that didn't seem to fix it, the Inventory Collection still fails.  (Perhaps this configuration is incorrect?).
Has anyone experienced any issues like this?  I have tried everything I can think of to fix this, and have trawled through the support forums but couldn't find anything.

Hi,
First of all very nice research with logs
You are hitting the below bug , which will  be fixed in LMS 4.2.However an official Patch will be release in the mid of october so you can conatct cisco to get the Patch for the same in October.
CSCts13593    Inventory collection fails due to VersionAPI code
Thanks
Afroj

Similar Messages

  • LMS FWSM Inventory Polling failed

    We have LMS Version 4.2.2 and using it for managing Firewall Service Module (FWSM), Software 4.1(9), (SNMPv2,Telnet,SSH and TFTP allowed).
    Inventory Polling for FWSM is always failing.  What could be a problem ?
    Inventory Collection is ok.
    Inventory Polling is ok for all other devices - Routers, Catalyst switches (6500 where FWSM is located...), some of them using SNMPv2, v3 ...       

    This is # 
    CSCub39352
    Inventory polling failing for FWSM device
    This is fixed in LMS 4.2.3. Please check release notes :
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.2.3/release/notes/lms4_2_3_release_notes.html
    -Thanks

  • LMS 3.2 - RME System Inventory Polling takes very long

    Hi there,
    Environment: Solaris 10 (approx. 1400 devices managed)
    With scheduled RME System Inventory Polling Job at 01:00 am it ends 6,5 hours later.
    Looking into the Job-Log after about 53 minutes following messages are shown until job finish
    [ Fri Jun 11  01:53:08 CEST 2010 ],INFO ,[Thread-2],Updating result for the device: SW-5941
    [ Fri Jun 11  06:38:10 CEST 2010 ],INFO ,[Timer-0], This timer task is not valid anymore, exiting.
    [ Fri Jun 11  06:38:44 CEST 2010 ],INFO ,[Timer-0], This timer task is not valid anymore, exiting.
    [ Fri Jun 11  06:38:44 CEST 2010 ],INFO ,[Timer-0], This timer task is not valid anymore, exiting.
    [ Fri Jun 11  06:38:44 CEST 2010 ],INFO ,[Timer-0], This timer task is not valid anymore, exiting.
    [ Fri Jun 11  06:38:45 CEST 2010 ],INFO ,[Timer-0], This timer task is not valid anymore, exiting.
    [ Fri Jun 11  06:38:47 CEST 2010 ],INFO ,[Timer-0], This timer task is not valid anymore, exiting.
    [ Fri Jun 11  06:38:51 CEST 2010 ],INFO ,[Timer-0], This timer task is not valid anymore, exiting.
    [ Fri Jun 11  06:38:55 CEST 2010 ],INFO ,[Timer-0], This timer task is not valid anymore, exiting.
    Last entries in IC_Server.log
    [ Fri Jun 11  01:53:08 CEST 2010 ],INFO ,[Thread-19],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,596,No Trap
    [ Fri Jun 11  01:53:08 CEST 2010 ],INFO ,[Thread-19],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,602,CALLING SELF TEST
    [ Fri Jun 11  01:53:08 CEST 2010 ],INFO ,[Thread-19],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,604,DONE WITH SELF TEST
    [ Fri Jun 11  01:53:08 CEST 2010 ],INFO ,[Thread-19],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,492, Finished processing device 2246 10.222.68.5
    [ Fri Jun 11  01:53:08 CEST 2010 ],INFO ,[Thread-19],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,498,Total time is 28 seconds for 10.222.68.5
    Please find attached log files (excerpt).
    The Job finishes with failure status and shows following results
    Failed: 19
    Not Attempted: 1
    Successful With changes: 628
    There seems to be a lack of over 700 devices with Inventory Polling.
    Does anybody have an idea?
    Thanks for you feedback
    Lothar

    With only excerpts of logs and no debugging, it's impossible to say what the problem is.  I don't see anything here that shows a problem.  Enable ICServer debugging under RME > Admin > System Preferences > Application Loglevel Settings.  Then, if possible, reschedule the system polling job to run while you are there.  It is important to be able to capture a thread dump of the job's JVM as well as ICServer's JVM when the output in the job log stops.  To capture these dumps, send a SIGQUIT to the PIDs of ICServer and the job.  You can get both PIDs from the output of the pdshow command.  The job's process name will be the job ID number.

  • LMS 3.1 Inventory Collection fails

    I have the same problem as the following post:
    https://supportforums.cisco.com/thread/176673?tstart=0&viewcondensed
    Also, LMS fails inventory collection every time.  I click on the "failed" link from LMS Portal, but the page never comes up detailing why it has failed.  This is after I fixed an issue with group policy overwriting the "Logon as batch" setting for casuser.  Everything appeared to be up and running normally again, when I noticed the next day that inventory polling/collection is failing.  pdshow attatched.
    The following error message continues to show up in the rme_ctm.log file:
    [ Tue Feb 22  07:40:55 CST 2011 ] URN_NOT_FOUND : urn "JRM" : Not found !!
    The last entry in the CTMJrmServer.log file is:
    [ Thu Feb 10  10:52:55 CST 2011 ],INFO ,[main],com.cisco.nm.rmeng.jrmwrapper.server.CTMJobManagerServer,publishDaemonOk,99,Called CreateReady file. Return Value 0
    I've been blindly trying to chase this down and getting nowhere.

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}
    Hi ,
    Great ..
    The issue was this Port was blocked 47001, which was blocked . what we did will skip that Port and
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}
    the ctmregistry should have EssentialsDM on a new port, and the conflict should not reoccur.
    Thanks--
    Afroj

  • RME 4.3.1 Inventory collection failing for cisco 3925

    Hi,
    I've a customer having LMS 3.2 and RME 4.3.1. He has 14 Cisco 3925 routers out of which inventory collection for 2 fails.
    Router IOS is: c3900-universalk9-mz.SPA.150-1.M.bin".
    Can someone suggest what might be going wrong? Attached is the  IC_Server log file for reference.
    Thanks in advance,
    inner_silence

    Hi,
    Here are the exception found from the log :-
    [ Fri Mar 18  16:28:24 EDT 2011 ],ERROR,[Thread-17],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,729,Exception for device 10.103.251.12 is
    java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.cisco.nm.rmeng.inventory.ics.core.CollectionController.run(CollectionController.java:719)
        at java.lang.Thread.run(Thread.java:595)
    Caused by: com.cisco.nm.xms.xdi.ags.system.CollectionFailed: java.lang.StringIndexOutOfBoundsException: String index out of range: 2
        at com.cisco.nm.xms.xdi.pkgs.LibInventory.EnergyWise_HelperMethods.getDeviceEnergyWise(EnergyWise_HelperMethods.java:72)
        at com.cisco.nm.xms.xdi.pkgs.SharedInventoryCatIOS.EnergyWiseAGI_ENERGYWISE_Mib.g$eval(EnergyWiseAGI_ENERGYWISE_Mib.java:51)
        at com.cisco.nm.xms.xdi.ags.EnergyWiseAGI.g$eval(EnergyWiseAGI.java:21)
        at com.cisco.nm.xms.xdi.SdiEngine.initAndEvalAGIs(SdiEngine.java:383)
        at com.cisco.nm.xms.xdi.SdiEngine.request(SdiEngine.java:309)
        at com.cisco.nm.xms.xdi.SdiEngine.getDevRepr(SdiEngine.java:302)
        at com.cisco.nm.rmeng.inventory.ics.core.CollectionController.run(CollectionController.java:539)
        ... 1 more
    [ Fri Mar 18  16:28:24 EDT 2011 ],ERROR,[Thread-17],com.cisco.nm.rmeng.inventory.ics.core.CollectionController,761, Collection failed for the device : 63
    com.cisco.nm.xms.xdi.ags.system.CollectionFailed: java.lang.StringIndexOutOfBoundsException: String index out of range: 2
    Kindly check if the your device is running the required IOS on the device as per the device supported list :-
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/3.2/device_support/table/lms32sdt.html
    There are two 3925 listed with different versions :-
    Cisco 3925 Integrated Services Router   --> 1.3.6.1.4.1.9.1.1042  --> 15.0(1)M [RME]. if this is your device then upgrade to
    3925 to 150-1.M2
    and
    Cisco 3925E Integrated Services Router  --> 1.3.6.1.4.1.9.1.1144 --> 15.1(1)T
    Thanks,
    Gaganjeet
    If this post answers your question, please click the "Correct Answer" button

  • Can LMS 3.2 manage cisco SM-ES3-24-P which is a switch/router module inserted into a 3945 Router?

    LMS 3.2 on Solaris 10
    LMS properly manages our 3950 routers, but we recently installed a cisco SM-ES3-24-P (PowerPC405) processor. This is managed via it's own IP address. I recently added this to our LMS system and ran an update inventory job. The job succeeded, see attachement, however the device is still listed as Unknown. I recently updated all RME device packages, about two weeks ago. I'm assuming there isn't a device package for this type of module yet?
    Thanks,

    Hi,
    These kinds of Modules are supported in LMS 3.2 as per the below link . Check this link and look for -->
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/3.2/device_support/table/lms32sdt.html
    1.3.6.1.4.1.9.1.1053
    It also mentioned what should be the minimum IOS version and this module is supported for what functionality in CiscoWorks.
    Thanks,
    Gaganjeet

  • GETVPN: Cisco 3925E as a Key Server for 1500 GMs

    Hi,
    In a MPLS-VPN scenario as a private network for a client, they want to encrypt all their data traffic. GETVPN is the chosen encryption solution. They have 1500 branch offices, and 2 CPDs. We plan to use two Cisco 3925E as Key Servers, one in each CPD.
    Is the Cisco 3925E enough to support 1500 Branch Offices? If not, what plattaform do you recommend?
    Cisco Deployment and design guide is from 2010 and new platform Cisco 3900 is not mentioned.
    Thanks in advance

    Hi Jorge,
    The maximum number of GMs tested on a 3925E is 4000. you'll find the details of the scalability tests here:
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6525/ps9370/ps7180/GETVPN_DIG_version_1_0_External.pdf
    Hope that helps,
    Atri.

  • Migrating from CiscoWorks LMS 3.1 to Cisco Prime LMS 4.2

    Hi Everyone
    My client was formerly having CiscoWorks LMS 3.1. Recently, they purchased Cisco Prime Infrastructure v1.2, which comes with Cisco Prime LMS 4.2. Can I migrate the database (equipment list, usernames etc.) of the CiscoWorks LMS 3.1 to Cisco Prime LMS 4.2? If yes, how do I do this? Please kindly advice.
    Shown below, were the Part Numbers quoted to the end client.
    R-PI12-UP-K9
    LMS 2.x/3.x to Cisco Prime Infrastructure 1.2 Major Upgrade
    L-PI12-LF-1.5K-LIC
    Prime Infrastructure 1.2 - Lifecycle - 1.5K Device Lic PAK
    L-PILMS42-1.5K-U
    Prime Infrastructure LMS 4.2 - 1.5K Device Maj Upg Lic
    R-PI12-BASE-K9
    Prime Infrastructure 1.2 Base License and Software
    L-PI12-1.5K-UP
    LMS 2.x/3.x to Prime Infrastructure 1.2 Maj Upg 1.5K Device
    Regards,
    Ram

    Thanks Marvin for your advice. Just one last question, there's a statement in the URL that you've provided
    "Ensure that the passwords, HTTPS port and SMTP server details are same in both LMS 3.2 SP1, LMS 4.0.1 or LMS 4.1 server and LMS 4.2 server with Symantec Veritas implementation, while migrating data from non-HA to HA environment."
    Does this mean my client need to purchase Symantec Veritas, as well?

  • Upgradding Prime Infrastructure version 1.2 and LMS 4.x to Cisco Prime Infrastructure 2.0

    Hello,
    A customer currently have 2,500 Cisco Prime Infrastructure Lifecycle device license using Prime Infrastructure version 1.2 and LMS 4.x. the customer wants to upgrade to Cisco Prime Infrastructure 2.0.
    Does anyone know if it is possible to upgrade to version 2.0 without additional cost? the licenses from
    Cisco Prime Infrastructure 1.2 has to be upgraded or we need only to rehost the VUDI.
    Also could be possible to upgrade LMS 4.x to Cisco Prime Infrastructure 2.0?
    thanks!

    The two features you mention are two big missing ones. Another is full syslog capability. I don't believe CiscoView or day one support via package updates is included either.
    Another is less tangible - the depth of experience and documentation available for LMS vs. Prime Infrastructure (particularly the wired management features). I agree for wireless PI 2.0 looks good. Some new features are coming for wired that look promising but they are new as of PI 2.0 so I'm taking a wait and see on them.
    I hope to get 2.0 up in my lab in the next week or so and will hope to be pleasantly surprised but that's seldom the case with a major new release.

  • Cisco 3925E SFP support

      Hi All,
    The Cisco 3925E ISR G2 router contains 4 onboard ports ( 2 RJ45 and two ports that can be used by plugging in an SFP module). The 3925 compatability document only lists Fibre SFP's supported on the onboard ports. Do the other onborad ports only support Fibre ports? becasue there are already two RJ45 ports.           
    Thanks in Advance
    Umesh Shetty

    Hi,
    The 3925E has 2 ports that can be used as copper or fiber (SFP) and the other 2 are only copper for a total of 4 Gig ports.
    Table-7 in this link
    http://www.cisco.com/en/US/prod/collateral/routers/ps10536/data_sheet_c78_553924.html
    HTH

  • LMS 3.2 RME 4.3.1 Inventory collection failing for switches

    I have 6 switches that inventory is failing for.  They do run the 12.2(33)SXI3 software but I have the CSCtb16925-1.0  patch installed.  I've tried to increase the SNMP timeout for the devices but they still fail.
    Ideas?
    Chris Jasztrab

    You did not properly increase the SNMP timeout.  Go to RME > Devices > Device Management > RME Devices, and edit the attributes of the device in question.  Perform an inline edit.  Click on the device name, then change the existing SNMP timeout value to 10.  Then save your changes, and apply them on the previous screen.  Then inventory collection should work.

  • [svn] 3722: Bug: BLZ-260 - Error message for a legacy =3. 0 client poll failing against a =3.1 server is unclear

    Revision: 3722
    Author: [email protected]
    Date: 2008-10-17 14:04:59 -0700 (Fri, 17 Oct 2008)
    Log Message:
    Bug: BLZ-260 - Error message for a legacy <=3.0 client poll failing against a >=3.1 server is unclear
    QA: Yes
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-260
    Modified Paths:
    blazeds/trunk/modules/common/src/flex/messaging/errors.properties
    blazeds/trunk/modules/core/src/flex/messaging/FlexSession.java
    blazeds/trunk/modules/core/src/flex/messaging/client/FlexClient.java

    your problem:
    Missing class: oracle.tip.adapter.jms.JmsManagedConnectionFactory
    Dependent class: oracle.tip.adapter.fw.wsdl.WSDLUtils
    Loader: oracle.bpel.common:10.1.3
    Code-Source: /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar
    Configuration: <code-source> in /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
    It happens when server is custom installed, try to reinstall it as full version and problem should disappear otherwise your need another full installation to retrieve and replace orabpel.jar file from (or maybe more)

  • Uxwdog:  Poll Failed messages in syslog

    Hello,
    I'm running iPlanet 6.0 service pack 5 on HPUX 11i.
    I'm seeing the following in the syslog:
    Sep 10 08:47:10 cosmoweb2 uxwdog[26300]: Poll failed: nmsgs=-216, errno=216 (Soc
    ket operation on non-socket)
    Sep 10 08:47:10 cosmoweb2 above message repeats 22350115 times
    Sep 10 08:47:10 cosmoweb2 uxwdog[26300]: Poll failed: nmsgs=-216, errno=216 (Soc
    ket operation on non-socket)
    Sep 10 09:07:10 cosmoweb2 uxwdog[26300]: Poll failed: nmsgs=-216, errno=216 (Soc
    ket operation on non-socket)
    Sep 10 09:07:10 cosmoweb2 above message repeats 21885097 times
    Sep 10 09:07:10 cosmoweb2 uxwdog[26300]: Poll failed: nmsgs=-216, errno=216 (Soc
    ket operation on non-socket)
    I've search sunsolve and google for this error message and am finding nothing. Eventually the web server hangs and we have to stop and restart it.
    Does anyone know what causes this and what I can do to resolve it?

    We think we found out our problem with watchdog.
    "Could not connect to watchdog socket
    /tmp/https-eciwind1.bace.boeing.com
    ab0d7966/iwswatchdog.7659".
    The /tmp directory is cleaned up daily of files over 3 days old and directories over 7
    days old. We revised the maintainance routines on the server to exempt anything that starts with 'iws*'. Hopefully that will solve the problem - we are still testing (waiting for a failure - none yet).
    Greg

  • Inventory load failed... OPatch cannot load inventory for the given Oracle Home.OPatch failed with error code = 73

    Hi,
    I am going to apply bundle patch and my oracle database is 11.2.0.2 and platform Microsoft Windows x86. As per the read me file Oracle recommends that to use OPatch utility release 11.2.0.1.3 or later.To check the accessibility to the inventory i use %ORACLE_HOME%/OPatch/opatch lsinventory command.
    It ended up with giving below details.
    Invoking OPatch 11.2.0.1.1
    OPatch could not create/open history file for writing : ***my oracle home path***\cfgtoollogs\opatch\opatch_history.txt
    **oracle_home***\cfgtoollogs\opatch\opatch_history.txt (Access is denied)
    Oracle Interim Patch Installer version 11.2.0.1.1
    Copyright (c) 2009, Oracle Corporation.  All rights reserved.
    OPatch could not open log file, logging will not be possible
    Oracle Home       : *****
    Central Inventory : C:\Program Files\Oracle\Inventory
       from           : n/a
    OPatch version    : 11.2.0.1.1
    OUI version       : 11.2.0.2.0
    OUI location      : **ORACLE_HOME***\oui
    Log file location : **ORACLE_HOME**\cfgtoollogs\opatch\opatch2015-04-09_16-27-49PM.log
    Patch history file: **ORACLE_HOME**\cfgtoollogs\opatch\opatch_history.txt
    Inventory load failed... OPatch cannot load inventory for the given Oracle Home.
    LsInventorySession failed: LsInventory cannot create the log directory **ORACLE_HOME***\cfgtoollogs\opatch\lsinv\lsinventory2015-04-
    09_16-27-49PM.txt
    OPatch failed with error code = 73
    Can anyone please help me to solve this?
    Do I need to install latest opatch utility?

    Hi,
    this error message "  LsInventorySession failed: LsInventory cannot create the log directory **ORACLE_HOME***\cfgtoollogs\opatch\lsinv\lsinventory2015-04-
    09_16-27-49PM.txt "
    indicates that you have permission issue with your file systems : ORACLE_HOME/cfgtoollogs/opatch
    double check the owner of this file system.
    Regards,

  • WCF, Typed polling fails - schema deployement error

    Hi,
    I am using WCF-  typed polling feature to generate schema, while testing i got this error msg:
    There was a failure executing the receive pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLReceive, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Source: "XML disassembler" Receive
    Port: "RecPort--" URI: "mssql://localhost//HL7_PMI?InboundId=PollRowId" Reason: Finding the document specification by message type "http://schemas.microsoft.com/Sql/2008/05/Polling/#Polling"
    failed. Verify the schema deployed properly.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    But I know for sure that there is no schema with the above namespace anywhere, so why is it looking for this schema in this namespeace?
    Any help is much appreciated,
    Thanks,
    sushma

    Hi sushma,
    You need to check two things
    1) Goto BizTalk Admin Console ->schema artifacts and check "http://schemas.microsoft.com/Sql/2008/05/Polling/#Polling"
    has been deployed in your application.
    if deployed use schema view property to see the entire schema.
    2) In pipeline change the setting for validation=false, and stop the orchestration. Then enable receive
    location ...message will be suspended. Then check the message body. 
    Now compare schema in  step 1 and step 2 must be match.
    Regards
    Suman

Maybe you are looking for