Application initialization failure exception

I am unable to start the JSL/JREPSVR processes.I am getting the following error when i give tmboot command.Also find the ubbConfig file that I am using.
E:\bea\tuxedo9.1\samples\jolt\ToUpper>tmloadcf -y ubbToupper
E:\bea\tuxedo9.1\samples\jolt\ToUpper>tmboot -y
Booting all admin and server processes in E:\bea\tuxedo9.1\samples\jolt\ToUpper\tuxconfig
INFO: BEA Tuxedo, Version 9.1, 32-bit, Patch Level (none)
INFO: Serial #: 454493271161-2140437240256, Expiration 2007-02-15, Maxusers 100
INFO: Licensed to: BEA Evaluation Customer
Booting admin processes ...
exec BBL -A :
process id=2100 ... Started.
Booting server processes ...
exec DMADM -A :
process id=1040 ... Started.
exec JSL -- -n //GVC3ZA65:3052 -m10 -M50 -x10 :
CMDTUX_CAT:1685: ERROR: Application initialization failure
exec JREPSVR -A -- -W -P E:\bea\tuxedo\udataobj\jolt\repository\jrepository :
CMDTUX_CAT:1685: ERROR: Application initialization failure
exec WSL -A -e E:\bea\logs\stderr -o E:\bea\logs\stdout -- -n //GVC3ZA65:3051 -m 2 -M 10 -x 10 :
process id=4040 ... Started.
3 processes started.
UBBConfig file
#     (c) 2003 BEA Systems, Inc. All Rights Reserved.
#ident     "@(#) samples/atmi/simpapp/ubbsimple     $Revision: 1.5 $"
#Skeleton UBBCONFIG file for the TUXEDO Simple Application.
#Replace the <bracketed> items with the appropriate values.
*RESOURCES
IPCKEY          54321
#Example:
#IPCKEY          123456
DOMAINID     simpapp
MASTER          GVC3ZA65
MAXACCESSERS     20
MAXSERVERS     10
MAXSERVICES     10
MODEL          SHM
LDBAL          N
*MACHINES
DEFAULT:
          APPDIR="E:\bea\tuxedo9.1\bin"
          TUXCONFIG="E:\bea\tuxedo9.1\samples\jolt\ToUpper\tuxconfig"
          TUXDIR="E:\bea\tuxedo9.1"
          TLOGSIZE=100
          MAXWSCLIENTS=10
#Example:
#          APPDIR="/home/me/simpapp"
#          TUXCONFIG="/home/me/simpapp/tuxconfig"
#          TUXDIR="/usr/tuxedo"
"GVC3ZA65"      LMID=GVC3ZA65
#Example:
#beatux          LMID=simple
*GROUPS
DEFAULT: LMID=GVC3ZA65 OPENINFO=NONE
GROUP1
LMID=GVC3ZA65     GRPNO=1     OPENINFO=NONE
DMGROUP GRPNO=200
GWGROUP2 GRPNO=220
WSL_GRP GRPNO=800
JSLGRP GRPNO=95
JREPGRP GRPNO=94
*SERVERS
DEFAULT: GRACE=0 MAXGEN=10 RESTART=Y
DMADM SRVGRP=DMGROUP SRVID=10
#GWADM SRVGRP=GWGROUP2 SRVID=20
#GWTDOMAIN SRVGRP=GWGROUP2 SRVID=30 RQADDR="gwtdom2"
JSL SRVGRP=JSLGRP SRVID=31 CLOPT= " -- -n //GVC3ZA65:3052 -m10 -M50 -x10"
JREPSVR SRVGRP=JREPGRP SRVID=98 RESTART=Y GRACE=0 CLOPT="-A -- -W -P E:\bea\tuxedo\udataobj\jolt\repository\jrepository"
#JREPSVR SRVGRP=JREPGRP SRVID=97 RESTART=Y RQADDR=JREPQ REPLYQ=Y GRACE=0 CLOPT="-A -- -P E:\bea\tuxedo\udataobj\jolt\repository\jrepository"
#JREPSVR SRVGRP=JREPGRP SRVID=96 RESTART=Y RQADDR=JREPQ REPLYQ=Y GRACE=0 CLOPT="-A -- -P E:\bea\tuxedo\udataobj\jolt\repository\jrepository"
WSL SRVGRP=WSL_GRP SRVID=10
CLOPT="-A -e E:\bea\logs\stderr -o E:\bea\logs\stdout -- -n //GVC3ZA65:3051 -m 2 -M 10 -x 10"
#simpserv     SRVGRP=GROUP1 SRVID=1
*SERVICES
TOUPPER

Ajay,
Either you have forgotten to execute tmloadcf on your UBBCONFIG file or the
value of the TUXCONFIG environment variable is set to something different
than the value specified in the UBBCONFIG file.
In tmboot, the TUXCONFIG environment variable is set to
D:\bea\tuxedo9.1\samples\jot\ToUpper\tuxconfig , and tmboot cannot open this
file.
Ed
<Ajay Kumandan> wrote in message news:[email protected]...
Hi Todd,
Now Iam able to start the JSL process but JREPSVR process
is still not starting.I have the following snippet in my
UBBConfig file.
JSL SRVGRP=JSLGRP SRVID=31
CLOPT= "-A -- -n //GVC3ZA03TESTING:3052 -m1 -M1 -x5"
JREPSVR SRVGRP=JREPGRP SRVID=98 #RESTART=Y GRACE=0
CLOPT="-A -- -W -P D:\bea\tuxedo\udataobj\jolt\repository\jrepository"
#JREPSVR SRVGRP=JREPGRP SRVID=97 RESTART=Y RQADDR=JREPQ REPLYQ=Y GRACE=0
CLOPT="-A -- -P D:\bea\tuxedo\udataobj\jolt\repository\jrepository"
#JREPSVR SRVGRP=JREPGRP SRVID=96 RESTART=Y RQADDR=JREPQ REPLYQ=Y GRACE=0
CLOPT="-A -- -P D:\bea\tuxedo\udataobj\jolt\repository\jrepository"
Please find the ULOG file for reference
122101.GVC3ZA03TESTING!slisten.exe.6776.7476.-2: 01-31-2007: Tuxedo Version
9.1, 32-bit
122101.GVC3ZA03TESTING!slisten.exe.6776.7476.-2: CMDTUX_CAT:4323: INFO:
Listener Process Started
125326.GVC3ZA03TESTING!tlisten.9820.6620.-2: 01-31-2007: Tuxedo Version 9.1,
32-bit
125326.GVC3ZA03TESTING!tlisten.9820.6620.-2: CMDTUX_CAT:1468: INFO: Listener
Process Started
125530.GVC3ZA03TESTING!tmboot.2444.6484.-2: 01-31-2007: Tuxedo Version 9.1,
32-bit
125530.GVC3ZA03TESTING!tmboot.2444.6484.-2: LIBTUX_CAT:603: ERROR: TUXCONFIG
file D:\bea\tuxedo9.1\samples\jolt\ToUpper\tuxconfig does not exist
125530.GVC3ZA03TESTING!tmboot.2444.6484.-2: LIBTUX_CAT:588: ERROR: Unable to
open TUXCONFIG file
125530.GVC3ZA03TESTING!tmboot.2444.6484.-2: FATAL: internal error:
CMDTUX_CAT:754: ERROR: error processing configuration file
125530.GVC3ZA03TESTING!tmboot.2444.6484.-2: FATAL: internal error:
CMDTUX_CAT:1360: ERROR: configuration file not found
125549.GVC3ZA03TESTING!tmboot.5388.6568.-2: 01-31-2007: Tuxedo Version 9.1,
32-bit
125549.GVC3ZA03TESTING!tmboot.5388.6568.-2: LIBTUX_CAT:603: ERROR: TUXCONFIG
file D:\bea\tuxedo9.1\samples\jolt\ToUpper\tuxconfig does not exist
125549.GVC3ZA03TESTING!tmboot.5388.6568.-2: LIBTUX_CAT:588: ERROR: Unable to
open TUXCONFIG file
125549.GVC3ZA03TESTING!tmboot.5388.6568.-2: FATAL: internal error:
CMDTUX_CAT:754: ERROR: error processing configuration file
125549.GVC3ZA03TESTING!tmboot.5388.6568.-2: FATAL: internal error:
CMDTUX_CAT:1360: ERROR: configuration file not found
131834.GVC3ZA03TESTING!tmboot.9840.5780.-2: 01-31-2007: Tuxedo Version 9.1,
32-bit
131834.GVC3ZA03TESTING!tmboot.9840.5780.-2: LIBTUX_CAT:603: ERROR: TUXCONFIG
file D:\bea\tuxedo9.1\samples\jolt\ToUpper\tuxconfig does not exist
131834.GVC3ZA03TESTING!tmboot.9840.5780.-2: LIBTUX_CAT:588: ERROR: Unable to
open TUXCONFIG file
131834.GVC3ZA03TESTING!tmboot.9840.5780.-2: FATAL: internal error:
CMDTUX_CAT:754: ERROR: error processing configuration file
131834.GVC3ZA03TESTING!tmboot.9840.5780.-2: FATAL: internal error:
CMDTUX_CAT:1360: ERROR: configuration file not found
132154.GVC3ZA03TESTING!tmboot.8724.10076.-2: 01-31-2007: Tuxedo Version 9.1,
32-bit
132154.GVC3ZA03TESTING!tmboot.8724.10076.-2: LIBTUX_CAT:603: ERROR:
TUXCONFIG file D:\bea\tuxedo9.1\samples\jolt\ToUpper\tuxconfig does not
exist
132154.GVC3ZA03TESTING!tmboot.8724.10076.-2: LIBTUX_CAT:588: ERROR: Unable
to open TUXCONFIG file
132154.GVC3ZA03TESTING!tmboot.8724.10076.-2: FATAL: internal error:
CMDTUX_CAT:754: ERROR: error processing configuration file
132154.GVC3ZA03TESTING!tmboot.8724.10076.-2: FATAL: internal error:
CMDTUX_CAT:1360: ERROR: configuration file not found
132234.GVC3ZA03TESTING!tmboot.7108.8460.-2: 01-31-2007: Tuxedo Version 9.1,
32-bit
132234.GVC3ZA03TESTING!tmboot.7108.8460.-2: LIBTUX_CAT:603: ERROR: TUXCONFIG
file D:\bea\tuxedo9.1\samples\jolt\ToUpper\tuxconfig does not exist
132234.GVC3ZA03TESTING!tmboot.7108.8460.-2: LIBTUX_CAT:588: ERROR: Unable to
open TUXCONFIG file
132234.GVC3ZA03TESTING!tmboot.7108.8460.-2: FATAL: internal error:
CMDTUX_CAT:754: ERROR: error processing configuration file
132234.GVC3ZA03TESTING!tmboot.7108.8460.-2: FATAL: internal error:
CMDTUX_CAT:1360: ERROR: configuration file not found
132331.GVC3ZA03TESTING!tmboot.6160.2752.-2: 01-31-2007: Tuxedo Version 9.1,
32-bit
132331.GVC3ZA03TESTING!tmboot.6160.2752.-2: LIBTUX_CAT:603: ERROR: TUXCONFIG
file D:\bea\tuxedo9.1\samples\jolt\ToUpper\tuxconfig does not exist
132331.GVC3ZA03TESTING!tmboot.6160.2752.-2: LIBTUX_CAT:588: ERROR: Unable to
open TUXCONFIG file
132331.GVC3ZA03TESTING!tmboot.6160.2752.-2: FATAL: internal error:
CMDTUX_CAT:754: ERROR: error processing configuration file
132331.GVC3ZA03TESTING!tmboot.6160.2752.-2: FATAL: internal error:
CMDTUX_CAT:1360: ERROR: configuration file not found
152528.GVC3ZA03TESTING!tlisten.9820.6620.-2: CMDTUX_CAT:4209: INFO: Accepted
request from //127.0.0.1:4553, seq # 1
152655.GVC3ZA03TESTING!slisten.exe.6776.7476.-2: CMDTUX_CAT:4209: INFO:
Accepted request from //10.226.65.102:4554, seq # 1
153804.GVC3ZA03TESTING!slisten.exe.6776.7476.-2: CMDTUX_CAT:4209: INFO:
Accepted request from //10.226.65.102:4580, seq # 2
164453.GVC3ZA03TESTING!slisten.exe.6776.7476.-2: CMDTUX_CAT:4209: INFO:
Accepted request from //10.226.65.102:4959, seq # 3
164758.GVC3ZA03TESTING!jsh.4900.7868.-2: 01-31-2007: Tuxedo Version 9.1,
32-bit
164758.GVC3ZA03TESTING!jsh.4900.7868.-2: JOLT_CAT:1034: "ERROR: Failed to
attach to shared memory for listener table, errno = 22"
164831.GVC3ZA03TESTING!JSH.exe.5084.2480.-2: 01-31-2007: Tuxedo Version 9.1,
32-bit
164831.GVC3ZA03TESTING!JSH.exe.5084.2480.-2: JOLT_CAT:1034: "ERROR: Failed
to attach to shared memory for listener table, errno = 22"
Thanks and Regards,
Ajay

Similar Messages

  • CMDTUX_CAT:1685: ERROR: Application initialization failure

     

    PeopleTools 8.19.04 requires an upgrade of tuxedo 6.5 patchlev ?? AND
    Jolt, patchlev ?? . There are also some HP patches if you're moving
    from tools 8.16 or below. We have successfully booted our BBLs on HP
    with tools 8.19.04. Exact patch levels are in the release notes. If
    problem continues, you might try PeopleSoft's Customer Connection.
    "Wayne W. Scott" <[email protected]> wrote in message news:<[email protected]>...
    Kevin:
    1) You will get better Tuxedo help in tuxedo.general.
    2) Okay, Tuxedo 6.5 on HP-UX 11; show the output from
    tail $TUXDIR/udataobj/patchlev
    3) Fix the NLS problems with: export NLSPATH=$TUXDIR/locale/C
    { it might be NLS_PATH; I often forget which }
    4) It seems you are using PeopleSoft. The problem might lie in the PeopleSoft to Tuxedo
    interface, whatever it is. I don't know where to direct you for that.
    Wayne Scott
    Kevin Medlin wrote:
    Hi all,
    Kinda new at the tuxedo stuff. Any help is appreciated.
    Attempting to boot ...
    Booting all admin and server processes in /software/pt819/hrms830/appserv/ps819tm1/PSTUXCFG
    INFO: TUXEDO(r) System Release 6.5
    INFO: Serial #: 101998665, Expiration NONE, Maxusers 1000000
    INFO: Licensed to: PeopleSoft
    Booting admin processes ...
    exec BBL -A :
    process id=12485 ... Started.
    Booting server processes ...
    exec PSAPPSRV -s@../psappsrv.lst -s@../psqcksrv.lst -sICQuery -sSqlQuery:SqlRequest
    -- -C psappsrv.cfg -D PT81 -S PSAPPSRV :
    CMDTUX_CAT:1685: ERROR: Application initialization failure
    tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error
    handler
    exec tmshutdown -y
    Shutting down all admin and server processes in /software/pt819/hrms830/appserv/ps819tm1/PSTUXCFG
    Shutting down server processes ...
    tmboot: CMDTUX_CAT:828: NLS:6: Message not found, catalog CMDTUX_CAT, set 1, num
    828
    ==============ERROR!================
    Boot attempt encountered errors!. Check the TUXEDO log for details.
    ==============ERROR!================
    Do you wish to see the error messages in the APPSVR.LOG file? (y/n) [n] :
    Shutting down admin processes ...
    Server Id = 0 Group Id = dbhrt2 Machine = dbhrt2: shutdown succeeded
    1 process stopped.
    y
    PSADMIN.12243 [04/21/03 15:00:57](0) Begin boot attempt on domain ps819tm1
    PSAPPSRV.12486 [04/21/03 15:01:06](0) PeopleTools Release 8.19.04 (HP/UX) starting
    PSAPPSRV.12486 [04/21/03 15:01:09](0) Open file cache UPM : use
    existing content
    ( 0) 0xc72c35ec DumpStack__18PSExceptionHandlerFi + 0xbc [software/pt819/hrms830/bin/libpssys.sl]
    ( 1) 0xc72c2e20 DumpStackEventHandler__18PSExceptionHandlerFPCUs + 0x48 [software/pt819/hrms830/bin/libpssys.sl]
    ( 2) 0xc72c4154 OnEvent__28CPSStackTraceRequestObserverCF8PS_EVENTPCvPv + 0x1c
    [software/pt819/hrms830/bin/libpssys.sl]
    ( 3) 0xc5dca158 Notify__18CPSEventDispatcherF8PS_EVENTPv + 0x60 [software/pt819/hrms830/bin/libpscmn.sl]
    ( 4) 0xc5dba5b8 PSAssert__FPCcT1Ui + 0x88 [software/pt819/hrms830/bin/libpscmn.sl]
    ( 5) 0xc743855c SamIsSrcDB + 0x8c [software/pt819/hrms830/bin/libpssys.sl]
    ( 6) 0xc7498d6c StmSignon + 0x87c [software/pt819/hrms830/bin/libpssys.sl]
    ( 7) 0xc14fcd10 SgnDBSignon__FP11SGN_DBPARMS + 0x88 [software/pt819/hrms830/bin/libpssgn.sl]
    ( 8) 0xc620db5c InitInstance__10CNetServerFiPPUs + 0x434 [software/pt819/hrms830/bin/libpsnetapi.sl]
    ( 9) 0x000595f8 InitInstance__10CAppServerFiPPUs + 0xb0 [software/pt819/hrms830/bin/PSAPPSRV]
    (10) 0x000591a4 tpsvrinit + 0xdc [software/pt819/hrms830/bin/PSAPPSRV]
    (11) 0xc5a09f84 _tmmain + 0x328  [software/pt819/tuxedo65/lib/libtux.sl]
    (12) 0xc59fcc80 _tmstartserver + 0x78  [software/pt819/tuxedo65/lib/libtux.sl]
    (13) 0x00037408 main + 0x44 [software/pt819/hrms830/bin/PSAPPSRV]
    (14) 0xc0143158 _start + 0xc0  [lib/libc.2]
    (15) 0x00036608 $START$ + 0x1a0 [software/pt819/hrms830/bin/PSAPPSRV]
    PSADMIN.12243 [04/21/03 15:01:54](0) End boot attempt on domain ps819tm1
    Do you wish to see the error messages in the TUXLOG.042103 file? (y/n) [n] :y
    150057.dbhrt2!PSADMIN.12243: Begin boot attempt on domain ps819tm1
    150101.dbhrt2!BBL.12485: 04212003: TUXEDO Version 6.5 HP-UX B.11.00 U 9000/898
    1623623321 unlimited-user license.
    150101.dbhrt2!BBL.12485: LIBTUX_CAT:262: INFO: Standard main starting
    150106.dbhrt2!PSAPPSRV.12486: 04212003: TUXEDO Version 6.5 HP-UX B.11.00 U 9000/898
    1623623321 unlimited-user license.
    150106.dbhrt2!PSAPPSRV.12486: LIBTUX_CAT:262: INFO: Standard main starting
    150154.dbhrt2!PSAPPSRV.12486: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    150154.dbhrt2!tmboot.12481: 04212003: TUXEDO Version 6.5 HP-UX B.11.00 U 9000/898
    1623623321 unlimited-user license.
    150154.dbhrt2!tmboot.12481: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered;
    initiating user error handler
    150154.dbhrt2!tmboot.12481: NLS:6: Message not found, catalog CMDTUX_CAT, set
    1, num 724
    150154.dbhrt2!PSADMIN.12243: End boot attempt on domain ps819tm1

  • : ERROR: Application initialization failure

    The error report for the subect matter is some what vague on how to go about resolving an initialization failure. Can anyone give some pointers on what to check to try and isolate the problem.
    Regards

    Hi Todd,
    Here's a part of my ULOG file you were asking for. While booting Tuxedo all the other servers booted properly except Rating (6 instances) and Counter server gave following WARNING message.
    164949.DCDELSPST!Counter.356542.1.0: 06-09-2007: Tuxedo Version 8.1, 32-bit
    164949.DCDELSPST!Counter.356542.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    164949.DCDELSPST!Counter.356542.1.0: Initializing Update counter Service ....
    164950.DCDELSPST!Counter.356542.1.0: LOGTYPE/S:
    164950.DCDELSPST!Counter.356542.1.0: ... Successfully initialized
    164950.DCDELSPST!Counter.356542.1.0: LIBTUX_CAT:6205: WARN: Server initialization function did not call tx_open() or tpopen() or this call failed
    164950.DCDELSPST!Rating.577820.1.0: 06-09-2007: Tuxedo Version 8.1, 32-bit
    164950.DCDELSPST!Rating.577820.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    164950.DCDELSPST!Rating.577820.1.0: LOG: ERROR OFF, WARNING OFF, INFO OFF, DEBUG OFF
    164950.DCDELSPST!Rating.577820.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    164950.DCDELSPST!TMSYSEVT.487536.1.0: LIBTUX_CAT:1478: ERROR: .SysServerInit: Rating, group AMDL_APPS_GR, id 200 server initialization failure

  • AS2 adapter failure: Initialization failure

    Hi experts,
    We had a message in RWB with this error:
    Unable to forward message to JCA adapter. Reason: Fatal exception: com.sap.aii.af.ra.cci.XIDeliveryException: SEEBURGER AS2: AS2 Adapter failure # com.seeburger.dt.security.smime.SMIMEHelper (initialization failure), SEEBURGER AS2: AS2 Adapter failure # com.seeburger.dt.security.smime.SMIMEHelper (initialization failure)
    Exception caught by adapter framework: Fatal exception: com.sap.aii.af.ra.cci.XIDeliveryException: SEEBURGER AS2: AS2 Adapter failure # com.seeburger.dt.security.smime.SMIMEHelper (initialization failure), SEEBURGER AS2: AS2 Adapter failure # com.seeburger.dt.security.smime.SMIMEHelper (initialization failure)
    Delivery of the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Fatal exception: com.sap.aii.af.ra.cci.XIDeliveryException: SEEBURGER AS2: AS2 Adapter failure # com.seeburger.dt.security.smime.SMIMEHelper (initialization failure), SEEBURGER AS2: AS2 Adapter failure # com.seeburger.dt.security.smime.SMIMEHelper (initialization failure): javax.resource.ResourceException: Fatal exception: com.sap.aii.af.ra.cci.XIDeliveryException: SEEBURGER AS2: AS2 Adapter failure # com.seeburger.dt.security.smime.SMIMEHelper (initialization failure), SEEBURGER AS2: AS2 Adapter failure # com.seeburger.dt.security.smime.SMIMEHelp
    There weren't any errors from sxmb_moni, tried checking the com channels and they seem to be working fine.  Any help would be appreciated, thanks in advance.
    Regards,
    Donnie

    Hi Doonie
    Please check your system cache
    Please go through this blog
    Seeburger AS2 Adapter No binding found for: AS2, http://seeburger.com/xi
    Thanks
    Abhishek
    **Reward points if helpful**

  • Unable to connect to Oracle Discover Application: ORB Initialization failure

    We are running Discoverer 4.1.37 in a DMZ. Some of our internal users receive a "Unable to connect to Oracle Discoverer Application: ORB Initialization failure ..." error when trying to use Discoverer Plus. Our external users are able to connect using Discoverer Plus. We have SSL and Gatekeeper was configured with the machine's IP address (Exterior address), port 443 (exterior port), and exterior proxy address. Networking changes were made to enable users to use one web address instead of two (one for external and one for internal). Also, if I trying to use the machine's IP address in the web address, Discoverer just says "Loading" in the Discoverer Plus status box. If I use the one web address (originally, the external web address), I can log into Discoverer.

    How are you trying to connect the database using JPA?
    Has your datasource got bind successfully. You should check all these things first. If your datasource has not got binded then debug for that.

  • "'Catastrophic failure (Exception from HResult:0x8000FFF(E_UNEXPECTED))'" when updating a List item

    Hi,
    I am receiving the below error when I update a List item.
    'Catastrophic failure (Exception from HResult:0x8000FFF(E_UNEXPECTED))'
    I have enabled the Verbose logging, and below are the details of the error that I have taken from Log Files.
    Application error when access /sites/exg/Lists/Applics/EditForm.aspx, Error=Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))   at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish)     at Microsoft.SharePoint.Library.SPRequest.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish)
    Kindly advise the resolution to avoid this error.
    Thanks

    Hi shameej,
    i found a similar thread , can you plz check it?
    http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/2ee9e393-70f9-4ec7-b19b-f107ef204ef7
    http://www.sharepointdev.net/sharepoint--development-programming/catastrophic-failure-after-itemupdatingeventhandler-66510.shtmlBest Regrads,
    Ahmed Madany

  • Open Tunnel Failure Exception still if there APN settings in device

    Hi All,
    I have writen blackberry application for BB8100,it give me "Open Tunnel failure exception", Though i have write APN Setiing in Advanced options--->Tcp
    I am from india
    Carrier provides :Airtel
    APN:airtelgprs.com
    Uname:......
    Pass:......
    But still m not resolved this problem if any one have resolution please give me that,its really helpfull to me.
    Thanks in Advance
    Deepak 

    thanks but i haven't been able to find a ksoap specific forum! I have posted the same question on the blackberry forums but there are so many ksoap related issues there that nobody seems able to help.
    I was hoping that this issue was more a general error than a ksoap one!
    Alex

  • Catastrophic failure ( Exception From HRESULT:0x8000FFFF (E_UnExpected))

    Received this error after installing the desktop client from Azure.
    Created LS app, deployed to Azure, Installed client, received the error.
    I am currently running VS2013 Update 4 and Silverlight 5 (5.1.30514.0). The client download and installs, but on execution, I get the error.
    I read the article below, but to no avail.... Any ideas?
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/bce9d623-2985-42dc-9efc-30897fb0ea9b/catastrophic-failure-exception-from-hresult0x8000ffff-eunexpected?forum=lightswitch

    I managed to resolve this. Being that the application is in beta, there is no SSL attached to it. I tweaked the config to not require encryption and it worked. I'm having another issue now...
    I published an update to the same application. When I run it from my desktop, it shows the application has been updated and to run the application again. Well, everytime I run it, I get the "Updated successfuly" message and advised to run the application
    again. I found a blog post regarding the same issue, but his resolution did not work for me. Here is the link:  http://jandho.blogspot.com/2012/09/out-of-browser-ls-app-keeps-on-showing.html
    Any help would be greatly appreciated

  • I get a 'dll initialization failure' dialog

    On a maching with a DAQ ATMIO16E running LabView 6.1 I get a 'DLL initialization' failure dialog when I try to open a vi (any vi). Clicking OK clears it but it reappears within a second and LabView wont do anything else. I have just upgraded my OS from Win 98 to Win 2000, but removed and reinstalled LabView completely. On a machine without a DAQ I do *not* get the same problem under the same circumstances (having upgraded that one also).
    I should say I had no problems under Win 98 and the card appears to be installed correctly (hardware wizard says its running OK).

    Hello;
    A valid test you can do is to uninstall the NI-DAQ driver and remove the DAQ device from the machine you are getting the error, and try to run the VIs are giving you the error now.
    If the error is still there, the problem is probably on the installation of Labview (make sure you are logged on in an account with administrator privilegies before installing Labview).
    If you don't see the error anymore, the problem is on the NI-DAQ installation (also make sure to be an administrator on that machine before installing the Software).
    Hope this helps.
    Filipe A.
    Applications Engineer
    National Instruments

  • Callable Object - Web Service: Initialization failure in GenericServiceFact

    Hello,
    I am just trying to do the NetWeaver 7.0 exercise
    "Callable Objects: Web Service –
    ...In this exercise you will create a callable object as an external web service. A prerequisite to the exercise is that ... the web services container settings in the J2EE Visual Administrator must be set to allow access to the internet.
    Author: Composite Application Framework Product Management "
    However, when setting up the Callable Object, after entering the WSDL-URL given in the pdf I get the error "<b>Initialization failure in GenericServiceFactory when trying to load  http://www.webservicex.net/WeatherForecast.asmx?WSDL</b> ".
    Is it the missing activation of internet-access in the J2EE Web container? I can't find any such parameter in the J2EE-config tool (and where has the Visual Admin gone?).
    Regards,
    Jens

    .

  • Worker thread initialization failure

    Hello All,
    After deploying the application and loading the first page, I am getting the below error.
    Can you let me know as what is causing the below issue.
    Also let me know If anything more info is needed.
    I am using jboss to deploy and It is a enterprise application with ejbs, spring , hibernate and mysql database.
    14:17:10,908 ERROR [ServerThread] Worker thread initialization failure
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at org.jboss.remoting.transport.socket.ServerThread.createServerSocketWrapper(ServerThread.java:755)
    at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:375)
    at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:173)
    Caused by: java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
    at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2266)
    at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2279)
    at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2750)
    at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:780)
    at java.io.ObjectInputStream.<init>(ObjectInputStream.java:280)
    at org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.<init>(ObjectInputStreamWithClassLoader.java:95)
    at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.createInput(JavaSerializationManager.java:54)
    at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.getMarshallingStream(SerializableUnMarshaller.jav
    a:72)
    at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.getMarshallingStream(SerializableUnMarshaller.jav
    a:55)
    at org.jboss.remoting.transport.socket.ClientSocketWrapper.createInputStream(ClientSocketWrapper.java:179)
    at org.jboss.remoting.transport.socket.ClientSocketWrapper.createStreams(ClientSocketWrapper.java:162)
    at org.jboss.remoting.transport.socket.ClientSocketWrapper.<init>(ClientSocketWrapper.java:66)
    at org.jboss.remoting.transport.socket.ServerSocketWrapper.<init>(ServerSocketWrapper.java:46)
    ... 7 more
    14:17:10,910 ERROR [ServerThread] Worker thread initialization failure
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at org.jboss.remoting.transport.socket.ServerThread.createServerSocketWrapper(ServerThread.java:755)
    at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:375)
    at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:173)
    Caused by: java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
    at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2266)
    at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2279)
    at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2750)
    at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:780)
    at java.io.ObjectInputStream.<init>(ObjectInputStream.java:280)
    at org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.<init>(ObjectInputStreamWithClassLoader.java:95)
    at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.createInput(JavaSerializationManager.java:54)
    at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.getMarshallingStream(SerializableUnMarshaller.jav
    a:72)
    at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.getMarshallingStream(SerializableUnMarshaller.jav
    a:55)
    at org.jboss.remoting.transport.socket.ClientSocketWrapper.createInputStream(ClientSocketWrapper.java:179)
    at org.jboss.remoting.transport.socket.ClientSocketWrapper.createStreams(ClientSocketWrapper.java:162)
    at org.jboss.remoting.transport.socket.ClientSocketWrapper.<init>(ClientSocketWrapper.java:66)
    at org.jboss.remoting.transport.socket.ServerSocketWrapper.<init>(ServerSocketWrapper.java:46)
    ... 7 more

    Its in the stacktrace itself.
    Caused by: java.net.SocketTimeoutException: Read timed outApparently something in the networking environment is fudging things up. A firewall perhaps? Who knows, good luck finding out.

  • Collection Server Initialization Failure

    One of my collection servers will not initialize. The WinXP box was
    replaced by a VMWare virtual WinXP machine and the ZAM 7.5 software was
    installed on the new machine using the same name as the old server. I
    installed the Task Server, Collection Server and the Collection client.
    All of the services start and there are no errors in the event logs. The
    manager shows the Task Server as running but the Collection server as
    stopped. When I start the Collection server I get the errors shown
    below. This is one of many Collection/Task Servers that I have setup
    including some that have been replaced by virtual machines as this one
    has been. All other Collection/Task Servers are running without error.
    I'm willing to remove it from ZAM and re-install and have tried that
    once to no avail. Any help is appreciated.
    MSSQL2005
    ZAM 7.5 IR13
    Management Server Windows 2003
    Collection/Task Servers WinXP
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Bucket size: 200
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Process Controller Initialized
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Resetting all Workstations to Disconnected
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Default Option Set (COptset) may have been updated
    {67D90F66-44B1-40B4-B99E-47AC4AAC9D61}
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Process Controller Running
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Client cleanup. 0 entries.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Default Option Set (COptset) may have been updated
    {695CA4D0-CF4B-47C2-83B3-07461265CB06}
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Default Option Set (COptset) may have been updated
    {56547EAC-3A97-4BFE-8648-CA68C8227574}
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Updating cache file TSUsage32.exe as
    ..\Cache\EXEDir\Client\Win32\TSUsage32.exe.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    Filestore checksum failure
    Filename: .\Cache\EXEDir\Client\Win32\TSUsage32.exe, Chksum
    calculated: 1, errno: 0
    Catalog (size: 446464, chksum: 48497451), File (size: 446464, chksum:
    48597282)
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    Unable to retrieve file TSUsage32.exe or write to
    ..\Cache\EXEDir\Client\Win32\TSUsage32.exe
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    Application Object Error at 12/2/2008 10:05:48 AM on BMMSUS1 by BMMSUS1
    File Store Validation Failed.
    [2.4.1216] This application was unable to access the file due to a
    checksum failure. Source filename = TSUsage32.exe.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Updating cache file tscclient as .\Cache\EXEDir\Client\Linux\tscclient.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    Filestore checksum failure
    Filename: .\Cache\EXEDir\Client\Linux\tscclient, Chksum calculated:
    1, errno: 0
    Catalog (size: 556853, chksum: 46150589), File (size: 557419, chksum:
    46259996)
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    Unable to retrieve file tscclient or write to
    ..\Cache\EXEDir\Client\Linux\tscclient
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    Application Object Error at 12/2/2008 10:05:48 AM on BMMSUS1 by BMMSUS1
    File Store Validation Failed.
    [2.4.1216] This application was unable to access the file due to a
    checksum failure. Source filename = tscclient.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    Updating cache file colosx as .\Cache\EXEDir\Client\OSX\colosx.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:49 AM" SEVERITY="Severe">
    Filestore checksum failure
    Filename: .\Cache\EXEDir\Client\OSX\colosx, Chksum calculated: 1,
    errno: 0
    Catalog (size: 1546124, chksum: 114527802), File (size: 1497396,
    chksum: 111016250)
    </EVENT>
    <EVENT AT="12/2/2008 10:05:49 AM" SEVERITY="Severe">
    Unable to retrieve file colosx or write to .\Cache\EXEDir\Client\OSX\colosx
    </EVENT>
    <EVENT AT="12/2/2008 10:05:49 AM" SEVERITY="Severe">
    Application Object Error at 12/2/2008 10:05:49 AM on BMMSUS1 by BMMSUS1
    File Store Validation Failed.
    [2.4.1216] This application was unable to access the file due to a
    checksum failure. Source filename = colosx.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:49 AM" SEVERITY="Info">
    Updating cache file UMxlator.exe as
    ..\Cache\EXEDir\Client\Win32\UMxlator.exe.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    Filestore checksum failure
    Filename: .\Cache\EXEDir\Client\Win32\UMxlator.exe, Chksum
    calculated: 1, errno: 0
    Catalog (size: 1249280, chksum: 129525058), File (size: 1249280,
    chksum: 129500295)
    </EVENT>
    <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    Unable to retrieve file UMxlator.exe or write to
    ..\Cache\EXEDir\Client\Win32\UMxlator.exe
    </EVENT>
    <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    Application Object Error at 12/2/2008 10:05:50 AM on BMMSUS1 by BMMSUS1
    File Store Validation Failed.
    [2.4.1216] This application was unable to access the file due to a
    checksum failure. Source filename = UMxlator.exe.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Info">
    Updating cache file siupd as .\Cache\EXEDir\SysinfoUpg\Linux\siupd.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    Filestore checksum failure
    Filename: .\Cache\EXEDir\SysinfoUpg\Linux\siupd, Chksum calculated:
    1, errno: 0
    Catalog (size: 7776, chksum: 613014), File (size: 7642, chksum: 602893)
    </EVENT>
    <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    Unable to retrieve file siupd or write to
    ..\Cache\EXEDir\SysinfoUpg\Linux\siupd
    </EVENT>
    <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    Application Object Error at 12/2/2008 10:05:50 AM on BMMSUS1 by BMMSUS1
    File Store Validation Failed.
    [2.4.1216] This application was unable to access the file due to a
    checksum failure. Source filename = siupd.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Info">
    Updating cache file Colw32.exe as .\Cache\EXEDir\Client\Win32\Colw32.exe.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:54 AM" SEVERITY="Severe">
    Filestore checksum failure
    Filename: .\Cache\EXEDir\Client\Win32\Colw32.exe, Chksum calculated:
    1, errno: 0
    Catalog (size: 2285840, chksum: 230582079), File (size: 2371856,
    chksum: 255767264)
    </EVENT>
    <EVENT AT="12/2/2008 10:05:54 AM" SEVERITY="Severe">
    Unable to retrieve file Colw32.exe or write to
    ..\Cache\EXEDir\Client\Win32\Colw32.exe
    </EVENT>
    <EVENT AT="12/2/2008 10:05:54 AM" SEVERITY="Severe">
    Application Object Error at 12/2/2008 10:05:54 AM on BMMSUS1 by BMMSUS1
    File Store Validation Failed.
    [2.4.1216] This application was unable to access the file due to a
    checksum failure. Source filename = Colw32.exe.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:55 AM" SEVERITY="Severe">
    Collection Server Error at 12/2/2008 10:05:55 AM on BMMSUS1 by BMMSUS1
    Collection Server Initialization Failure
    [2.6.4] The Collection Server failed to initialize.
    Application Object Error at 12/2/2008 10:05:54 AM on BMMSUS1 by BMMSUS1
    File Store Validation Failed.
    [2.4.1216] This application was unable to access the file due to a
    checksum failure. Source filename = Colw32.exe.
    </EVENT>
    <EVENT AT="12/2/2008 10:05:59 AM" SEVERITY="Info">
    The Process Controller has terminated.
    </EVENT>
    <EVENT AT="12/2/2008 10:06:16 AM" SEVERITY="Info">
    *** bmmsus1 *** One-minute Marker ***
    </EVENT>

    I tried copying the bin files from another server (again) and this time
    it worked. I only wish I knew what I did different.
    > One of my collection servers will not initialize. The WinXP box was
    > replaced by a VMWare virtual WinXP machine and the ZAM 7.5 software was
    > installed on the new machine using the same name as the old server. I
    > installed the Task Server, Collection Server and the Collection client.
    > All of the services start and there are no errors in the event logs. The
    > manager shows the Task Server as running but the Collection server as
    > stopped. When I start the Collection server I get the errors shown
    > below. This is one of many Collection/Task Servers that I have setup
    > including some that have been replaced by virtual machines as this one
    > has been. All other Collection/Task Servers are running without error.
    > I'm willing to remove it from ZAM and re-install and have tried that
    > once to no avail. Any help is appreciated.
    >
    >
    > MSSQL2005
    > ZAM 7.5 IR13
    > Management Server Windows 2003
    > Collection/Task Servers WinXP
    >
    >
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Bucket size: 200
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Process Controller Initialized
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Resetting all Workstations to Disconnected
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Default Option Set (COptset) may have been updated
    > {67D90F66-44B1-40B4-B99E-47AC4AAC9D61}
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Process Controller Running
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Client cleanup. 0 entries.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Default Option Set (COptset) may have been updated
    > {695CA4D0-CF4B-47C2-83B3-07461265CB06}
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Default Option Set (COptset) may have been updated
    > {56547EAC-3A97-4BFE-8648-CA68C8227574}
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Updating cache file TSUsage32.exe as
    > .\Cache\EXEDir\Client\Win32\TSUsage32.exe.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    > Filestore checksum failure
    >
    > Filename: .\Cache\EXEDir\Client\Win32\TSUsage32.exe, Chksum
    > calculated: 1, errno: 0
    >
    > Catalog (size: 446464, chksum: 48497451), File (size: 446464, chksum:
    > 48597282)
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    > Unable to retrieve file TSUsage32.exe or write to
    > .\Cache\EXEDir\Client\Win32\TSUsage32.exe
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    > Application Object Error at 12/2/2008 10:05:48 AM on BMMSUS1 by BMMSUS1
    > File Store Validation Failed.
    > [2.4.1216] This application was unable to access the file due to a
    > checksum failure. Source filename = TSUsage32.exe.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Updating cache file tscclient as .\Cache\EXEDir\Client\Linux\tscclient.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    > Filestore checksum failure
    >
    > Filename: .\Cache\EXEDir\Client\Linux\tscclient, Chksum calculated: 1,
    > errno: 0
    >
    > Catalog (size: 556853, chksum: 46150589), File (size: 557419, chksum:
    > 46259996)
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    > Unable to retrieve file tscclient or write to
    > .\Cache\EXEDir\Client\Linux\tscclient
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Severe">
    > Application Object Error at 12/2/2008 10:05:48 AM on BMMSUS1 by BMMSUS1
    > File Store Validation Failed.
    > [2.4.1216] This application was unable to access the file due to a
    > checksum failure. Source filename = tscclient.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:48 AM" SEVERITY="Info">
    > Updating cache file colosx as .\Cache\EXEDir\Client\OSX\colosx.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:49 AM" SEVERITY="Severe">
    > Filestore checksum failure
    >
    > Filename: .\Cache\EXEDir\Client\OSX\colosx, Chksum calculated: 1,
    > errno: 0
    >
    > Catalog (size: 1546124, chksum: 114527802), File (size: 1497396,
    > chksum: 111016250)
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:49 AM" SEVERITY="Severe">
    > Unable to retrieve file colosx or write to .\Cache\EXEDir\Client\OSX\colosx
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:49 AM" SEVERITY="Severe">
    > Application Object Error at 12/2/2008 10:05:49 AM on BMMSUS1 by BMMSUS1
    > File Store Validation Failed.
    > [2.4.1216] This application was unable to access the file due to a
    > checksum failure. Source filename = colosx.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:49 AM" SEVERITY="Info">
    > Updating cache file UMxlator.exe as
    > .\Cache\EXEDir\Client\Win32\UMxlator.exe.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    > Filestore checksum failure
    >
    > Filename: .\Cache\EXEDir\Client\Win32\UMxlator.exe, Chksum calculated:
    > 1, errno: 0
    >
    > Catalog (size: 1249280, chksum: 129525058), File (size: 1249280,
    > chksum: 129500295)
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    > Unable to retrieve file UMxlator.exe or write to
    > .\Cache\EXEDir\Client\Win32\UMxlator.exe
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    > Application Object Error at 12/2/2008 10:05:50 AM on BMMSUS1 by BMMSUS1
    > File Store Validation Failed.
    > [2.4.1216] This application was unable to access the file due to a
    > checksum failure. Source filename = UMxlator.exe.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Info">
    > Updating cache file siupd as .\Cache\EXEDir\SysinfoUpg\Linux\siupd.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    > Filestore checksum failure
    >
    > Filename: .\Cache\EXEDir\SysinfoUpg\Linux\siupd, Chksum calculated: 1,
    > errno: 0
    >
    > Catalog (size: 7776, chksum: 613014), File (size: 7642, chksum: 602893)
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    > Unable to retrieve file siupd or write to
    > .\Cache\EXEDir\SysinfoUpg\Linux\siupd
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Severe">
    > Application Object Error at 12/2/2008 10:05:50 AM on BMMSUS1 by BMMSUS1
    > File Store Validation Failed.
    > [2.4.1216] This application was unable to access the file due to a
    > checksum failure. Source filename = siupd.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:50 AM" SEVERITY="Info">
    > Updating cache file Colw32.exe as .\Cache\EXEDir\Client\Win32\Colw32.exe.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:54 AM" SEVERITY="Severe">
    > Filestore checksum failure
    >
    > Filename: .\Cache\EXEDir\Client\Win32\Colw32.exe, Chksum calculated:
    > 1, errno: 0
    >
    > Catalog (size: 2285840, chksum: 230582079), File (size: 2371856,
    > chksum: 255767264)
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:54 AM" SEVERITY="Severe">
    > Unable to retrieve file Colw32.exe or write to
    > .\Cache\EXEDir\Client\Win32\Colw32.exe
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:54 AM" SEVERITY="Severe">
    > Application Object Error at 12/2/2008 10:05:54 AM on BMMSUS1 by BMMSUS1
    > File Store Validation Failed.
    > [2.4.1216] This application was unable to access the file due to a
    > checksum failure. Source filename = Colw32.exe.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:55 AM" SEVERITY="Severe">
    > Collection Server Error at 12/2/2008 10:05:55 AM on BMMSUS1 by BMMSUS1
    > Collection Server Initialization Failure
    > [2.6.4] The Collection Server failed to initialize.
    >
    > Application Object Error at 12/2/2008 10:05:54 AM on BMMSUS1 by BMMSUS1
    > File Store Validation Failed.
    > [2.4.1216] This application was unable to access the file due to a
    > checksum failure. Source filename = Colw32.exe.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:05:59 AM" SEVERITY="Info">
    > The Process Controller has terminated.
    > </EVENT>
    >
    > <EVENT AT="12/2/2008 10:06:16 AM" SEVERITY="Info">
    > *** bmmsus1 *** One-minute Marker ***
    > </EVENT>

  • A photo upload application in my business software will no longer work, as I keep getting the message "Application Error General Exception"; how can I fix this?

    Continuing from the original question above...
    The full error message reads:
    Application Error
    General Exception
    Name: com.aurigma.imageuploader.ImageUploader
    ClassNotFoundException: com.aurigma.imageuploader.ImageUploader.class
    This seems to be tied in with an update to Java 7, but my software won't allow me to proceed w/o the update. As soon as I update Java, the system gets corrupted and I just continually get the above message. I've done all I know to do, and I'm on my 4th 'restore', all the way back to June 14th. I really need this resolved, as my livelihood depends, in part on uploading pix I take in the field.
    I'm using a 2.3Gh dual-core PC w/ 4 Gs of RAM on a totally updated WIndows XP operating system using Mozilla Firefox.
    PLEASE, if there's a fix readily available, or if you can help me find one, I would be most seriously grateful.
    Thank you!!!

    Does this software run in Firefox, or is it a stand-alone program?
    Assuming it is a stand-alone program:
    If you need to stick with an older version of Java until that software is updated, you can disable Java in your web browers to protect against its vulnerabilities. Naturally this will disable some website features (for example, this uploader on sites that use it). To disable Java in all browsers, you can use the Java control panel, security tab and uncheck the box to use Java in browsers.
    (I don't know whether that takes effect immediately or after exiting and restarting the browsers.)

  • Service Bus with WCF in IIS 8 with Application Initialization Issue

    I’m running service bus 1.1 on premise locally and have it hooked into a wcf service using netMessagingBinding. 
    I installed Application Initialization and set Start Mode to AlwaysRunning for the application pool, and set Preload Enabled to true for the site. 
    I also have the appropriate <applicationInitialization> section in the web config where I added the service to an initializationPage.
    The message gets delivered if I hit the endpoint in my browser, and even if I do an IIS reset, it still gets delivered, however I had to hit the endpoint first manually. 
    If I do a clean (or edit any of the wcf code files) and build, it won’t get delivered until I hit the endpoint. 
    I get similar behavior when I set a break point in the service and attach to the w3wp.exe process. 
    If I do a clean and build and set a break point in the service code, it has the open red circle that says breakpoint will not be hit, no symbols have been loaded for this document. 
    When I hit the endpoint, the open red circle gets filled, and the endpoint can be hit. 
    I’m guessing these 2 go hand in hand with what I’m seeing with the service bus.
    Setting up Application Initialization fixes the issue if I restart IIS, it can continue to receive messages, however I first need to hit the endpoint.
     I just don’t know how it handles the scenario when it first gets deployed (like when I do a clean and build). 
    I thought the Application Initialization would of handled this but I’m probably missing something.

    Hi sir,
    Form your description, it seems that you use the op-premise service bus. I will move this thread to Azure Pack forum for more helps.
    Regards,
    Will 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • BAPI_DOCUMENT_CREATE2 throws communication failure exception

    Hello to all,
    I want to upload a file in WebDynpro ABAP by placing a service call to BAPI_DOCUMENT_CREATE2.
    But i am getting "communication failure" exception. Request your help on this issue.
    <b>(RFC Exception COMMUNICATION_FAILURE with Message RFC destination Create document does not exist. Occurred)</b>
    Code for this service call is as follows :-
    METHOD EXECUTE2_BAPI_DOCUMENT_CREATE2 .
    DATA: ls_doc    typE bapi_doc_draw2,
          ls_return typE bapiret2.
        key fields of the document
    DATA: lf_doctype    typE bapi_doc_draw2-documenttype,
          lf_docnumber  typE bapi_doc_draw2-documentnumber,
          lf_docpart    typE bapi_doc_draw2-documenttype,
          lf_docversion typE bapi_doc_draw2-documenttype.
    **.... Originals that are checked in simultaneously
    DATA: "lt_files typE bapi_doc_files2 OCCURS 0 WITH HEADER LINE,
          lt_files type standard table of bapi_doc_files2,
          wa_lt_files like line of lt_files,
    **.... Short texts
          lt_drat  typE standard table of bapi_doc_drat,
          wa_lt_drat like line of lt_drat,
    **.... Object links
         "lt_drad  typE bapi_doc_drad OCCURS 0 WITH HEADER LINE.
         lt_drad  typE standard table of bapi_doc_drad,
         wa_lt_drad like line of lt_drad.
    Allocate document data
    ls_doc-documenttype    = 'DRW'.
    ls_doc-documentnumber  = '4711'.
    ls_doc-documentversion = '00'.
    ls_doc-documentpart    = '000'.
    ls_doc-statusextern   = 'AF'.
    ls_doc-laboratory     = '001'.
    Check in original 1 simultaneously in the SAP Database
    REFRESH lt_files.
    CLEAR lt_files.
    wa_lt_files-storagecategory = 'DMS_C1_ST'.
    wa_lt_files-docfile      = 'c:\original_acy.txt'.
    wa_lt_files-wsapplication = 'TXT'.
    APPEND wa_lt_files to lt_files.
    declarations for context navigation
      DATA lo_element TYPE REF TO if_wd_context_element.
      DATA lt_elements TYPE wdr_context_element_set.
    declarations for parameters
    get all involved child nodes
    get input from context
    the invocation - errors are always fatal !!!
      DATA lv_rfc_error   TYPE c LENGTH 120.
      DATA lv_rfc_message TYPE string.
      CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
        DESTINATION  'Create document'
        EXPORTING
           documentdata =                    ls_doc
    "      hostname =                        wd_this->hostname
    "      docbomchangenumber =              wd_this->docbomchangenumber
    "      docbomvalidfrom =                 wd_this->docbomvalidfrom
    "      docbomrevisionlevel =             wd_this->docbomrevisionlevel
    "      cad_mode =                        wd_this->cad_mode
    "      pf_ftp_dest =                     wd_this->pf_ftp_dest
          pf_http_dest =                    'SAPHTTPA'
       IMPORTING
          documenttype =                    lf_doctype
          documentnumber =                  lf_docnumber
          documentpart =                    lf_docpart
          documentversion =                 lf_docversion
          return =                          ls_return
       TABLES
    "      characteristicvalues =
    "      classallocations =
          documentdescriptions = lt_drat
          objectlinks = lt_drad
    "      documentstructure =
          documentfiles = lt_files
    "      longtexts =
    "      components =
        EXCEPTIONS
          system_failure =                    1   MESSAGE    lv_rfc_error
          communication_failure =             2   MESSAGE    lv_rfc_error.
    error handling
      CASE sy-subrc.
        WHEN  1.
          lv_rfc_message = lv_rfc_error.
          RAISE EXCEPTION TYPE cx_wd_no_handler
            EXPORTING
              textid        = cx_wd_no_handler=>kind_rfc
              old_exception = `SYSTEM_FAILURE`
              rfc_message   = lv_rfc_message.
        WHEN  2.
          lv_rfc_message = lv_rfc_error.
          RAISE EXCEPTION TYPE cx_wd_no_handler
            EXPORTING
              textid        = cx_wd_no_handler=>kind_rfc
              old_exception = `COMMUNICATION_FAILURE`
              rfc_message   = lv_rfc_message.
      ENDCASE.
    store output to context
    ENDMETHOD.

    Hi Abhishek,
    This link may be helpful for you
    Re: How to upload file from Web Dynpro into R/3 (BAPI_DOCUMENT_CREATE2)
    Regards
    Fahad Hamsa

Maybe you are looking for

  • SAP XI- File to ABAP Proxy scenario

    Hi SDN, I have a FILE to ABAP proxy scenarioin SAP+XI can you guide me how to procede in that, what should be my ESR and ID objects and how to use the sproxy transaction. Regards, Aniruddha Bhattacharya

  • Openings in Delhi/NCR

    We are an automation company; work on LabVIEW, PLC's, SCADA's & on all automation technologies and presently we are looking for LabVIEW Engineers, Sales Engineers at different positions at junior & mid levels in Delhi/NCR. Interested candidate must h

  • Torch 9800 Bluetooth pairs to everything except Blackberry desktop software

    I've got the 6.0 bundle 2475 desktop software. My Blackberry Torch is paired to my new HP G72 laptop, running Windows 7 64, via bluetooth. To test that it is actually functional I've backed up my BB from Windows, and seen the file transferred via blu

  • Compilation's problems with eclipse

    hello in working for my thesis with eclipse I have see that the modify to source code have not effect in runt-time In effect I have an file .class, I modify the source file .java, I compile and i go this in run with the Eclipse command <<run>> but th

  • Regions: created at runtime?

    Hi, I am a complete newbie in Application Express but it looks as it is fairly easy to grasp... I do however have a project in mind for which I would like to use HTML DB but not sure if the result I've been trying to obtain is even possible... The ge