General failure with CFL

Hello,
I have added a ChooseFromList in a matrix.
My CFL works well, but when I click on "select" to display the value in the matrix, I have a message saying "General Failure".
Aother problem is when I click on "Cancel" (in the CFL form) I have a message "Object reference not defined to an object instance".
If pVal.BeforeAction = False Then
            If FormUID = "CPM" Then
                oForm = SBO_Application.Forms.Item(FormUID)
                Select Case pVal.EventType
                    Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
                        If pVal.ItemUID = "ClassGen" Then
                            oForm.PaneLevel = 1
                        End If
                        If pVal.ItemUID = "ClassAbon" Then
                            oForm.PaneLevel = 2
                        End If
                        If pVal.ItemUID = "ClassStat" Then
                            oForm.PaneLevel = 3
                        End If
                        If pVal.ItemUID = "AjoutL" Then
                            oMatrix.AddRow()
                        End If
                        If pVal.ItemUID = "SupprL" Then
                            oMatrix.DeleteRow(oMatrix.GetNextSelectedRow())
                        End If
                    Case SAPbouiCOM.BoAppEventTypes.aet_ShutDown
                        System.Windows.Forms.Application.Exit()
                    Case SAPbouiCOM.BoEventTypes.et_CHOOSE_FROM_LIST
                        oDataTable = pVal.SelectedObjects
                        Try
                            oEdit = oMatrix.Columns.Item("Nom").Cells.Item(oMatrix.RowCount).Specific
                            val = oDataTable.GetValue("CardName", 0)
                            oEdit.Value = val
                            oEdit = oMatrix.Columns.Item("Mail").Cells.Item(oMatrix.RowCount).Specific
                            val = oDataTable.GetValue("E_Mail", 0)
                            oEdit.Value = val
                        Catch
                            SBO_Application.MessageBox(Err.Description)
                        End Try
                End Select
            End If
        End If
Do you know what my problem is ?
Thanks
Thibault

Here a sample (In C#)
if(pVal.ItemUID=="BOY_1" && pVal.EventType == BoEventTypes.et_CHOOSE_FROM_LIST) {
  ChooseFromListEvent cflEvent = (ChooseFromListEvent)pVal;
  string cflUID = cflEvent.ChooseFromListUID;
  if(!pVal.BeforeAction) {
    DataTable dt = cflEvent.SelectedObjects;
    if(dt!=null && dt.Columns.Count!=0 && dt.Rows.Count!=0) {
      string val = dt.GetValue("ItemCode",0).ToString();
      eventForm.DataSources.UserDataSources.Item("BOY_UDS1").ValueEx = val;
Also remember that you need alphanumeric datasources (CFL doens not work with not alpha types)
Message was edited by: Rasmus Jensen

Similar Messages

  • Is there a general failure with RoboHelp 7? WYS is NOT WYG ??

    Greetings,
    Love to show you screen shots of a Herculean struggle within
    the RH interface to get a simple all text numbered list to align
    (especially when one line item runs on for a few lines) and then
    what shows up in the published doc.
    Just no comparison.
    Is this version 7 of RoboHelp simply a lemon? I've been
    working with RoboHelp since its inception, along with Dreamweaver,
    and have not seen this buggy and unstable an interface. What is the
    point of WYSIWYG if what you see is a total fiction?

    We are experiencing similar issues...especially nested lists that go all over the place and cannot be fixed in the WYSIWYG editor. Often we can fix it by editing the html code directly (often appears that there are multiple tags that are "overstepping" each other). But I have also seen the "mexican jumping bean" phenomenon. And similarly, haven't had these kinds of problems in any ealier version (we are using RH7). Sometimes, we end up trashing the content altogether and retyping. It does seem to be a bigger problem for topics that are converted from an ealier version (we are going from 5 to 7) or being imported (we import mostly Word docs.)
    I would like to see the other posting that Peter referenced, but when I click it just takes me to the Adobe main forums page. I'm relatively new to forums, so I suspect I'm doing something wrong just clicking it?
    Thanks!

  • I get a general failure when I click on links in my email. This happens more frequently now that I've downloaded the latest version of Firefox. Very annoying. Help!!!

    I get a general failure when I click on links in my email. "General Failure" is followed by a link and I have to click ok to get rid of it. This happens every time I click on a link in my email. I've turned my computer on and off several times, but it persists. It's very annoying and I'm considering returning to Internet Explorer because of it.

    This is a known bug, and has been for years. It occurs when Firefox is your default browser and some glitch (or program) changes that default. Thankfully, there's a fairly easy fix, though it does involve monkeying around in the Registry.
    (Note: These instructions apply to Windows Vista and 7 only.)
    1. Click Start, type regedit, and then press Enter.
    2. Navigate to the following entry: HKEY_CLASSES_ROOT\FirefoxURL\shell\open\ddeexec
    3. In the center pane, double-click the Default entry, then remove whatever value is there (it'll probably be a weird string of numbers and commas).
    4. Click OK, then exit Regedit.
    5. If Outlook and/or Firefox are open, close them, then restart them.
    this information was found at[[ http://www.pcworld.com/article/200103/fix_outlook_general_failure_error_for_email_links.html]]
    I am using windows 7 pro this issue has drove me crazy for some time, now finally it's fixed by doing the exact same steps as above, hope this works for everybody that is having this problem. I just had to share this with my fellow firefox users. :)

  • Links inside Microsoft Office Outlook 2007 result in a "General Failure" message instead of loading in Firefox 7

    When I click a link inside Microsoft Office Outlook 2007, it results in a "General Failure" message instead of loading the link inside Firefox 7 (previous versions of Firefox loaded OK, this issue has only arrived with the recent upgrade).

    See this lnk for a fix, it worked for me!
    http://www.pcworld.com/article/200103/fix_outlook_general_failure_error_for_email_links.html

  • AS2 error: IP-51083:  General failure creating S/MIME digital signature

    Hello All,
    I am getting a failure when sending AS2 with encryption and digital signature. The certificates have been set up as follows:
    Signing and Encryption for Host : Store the certificate in both wallet and repository
    Signing and Encryption for TP : Store the certificate in repository.
    Looks like it it finding the key but looking for "alternateWrl: /apps6/orab2b/as10gt/product/1012/ip/config/wallet/wallet1". Not sure where this wallet1 comes from?
    Thanks.
    2009.06.24 at 15:41:21:471: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Entering...
    2009.06.24 at 15:41:21:471: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Sign using the configured certificate
    2009.06.24 at 15:41:21:471: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign wrl: /apps6/orab2b/as10gt/product/1012/ip/config/wallet
    2009.06.24 at 15:41:21:475: Thread-40: B2B - (DEBUG) Utility:getPrivateKey:Enter
    2009.06.24 at 15:41:21:503: Thread-40: B2B - (DEBUG) Utility:getPrivateKey:matching private key found
    2009.06.24 at 15:41:21:503: Thread-40: B2B - (DEBUG) Utility:getPrivateKey:Exit2009.06.24 at 15:41:21:503: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign alternateWrl: /apps6/orab2b/as10gt/product/1012/ip/config/wallet/wallet1
    2009.06.24 at 15:41:21:503: Thread-40: B2B - (DEBUG) Utility:getPrivateKey:Enter2009.06.24 at 15:41:21:504: Thread-40: B2B - (ERROR) java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:990)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:426)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1807)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:296)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:121) at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1684)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:975)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1167)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
    at java.lang.Thread.run(Thread.java:534)
    2009.06.24 at 15:41:21:504: Thread-40: B2B - (ERROR) Error -: AIP-51083: General failure creating S/MIME digital signature: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:1083)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:426)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1807)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:296)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:121)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1684)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:975)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1167)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:990)
    ... 10 more

    Hi Anuj,
    I moved the setup to production and I started to get the failures. I verified and re-verified the setup. It is same as in test. I deleted and re-did the setup. However, still failing. As can be seen from the message below the matching private key is found but the encryption/signature does not happen. Again this is outbound message from host to TP. Appreciate any help.
    Thanks.
    2009.08.24 at 11:20:11:555: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setSignatureAlgorithm using algorithm name Leaving...2009.08.24 at 11:20:11:555: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Entering...2009.08.24 at 11:20:11:555: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Leaving...
    2009.08.24 at 11:20:11:555: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Entering...2009.08.24 at 11:20:11:556: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Sign using the configured certificate2009.08.24 at 11:20:11:556: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign wrl: /apps6/orab2b/as10gp/product/1012/Apache/Apache/conf/ssl.wlt/default
    2009.08.24 at 11:20:11:562: Thread-22: B2B - (DEBUG) Utility:getPrivateKey:Enter
    2009.08.24 at 11:20:11:595: Thread-22: B2B - (DEBUG) Utility:getPrivateKey:*matching private key found*
    2009.08.24 at 11:20:11:595: Thread-22: B2B - (DEBUG) Utility:getPrivateKey:Exit2009.08.24 at 11:20:11:595: Thread-22: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign alternateWrl: /apps6/orab2b/as10gp/product/1012/Apache/Apache/conf/ssl.wlt/default/wallet1
    2009.08.24 at 11:20:11:595: Thread-22: B2B - (DEBUG) Utility:getPrivateKey:Enter
    2009.08.24 at 11:20:11:599: Thread-22: B2B - (ERROR) java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:990)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:426)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1807)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:296)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:121)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1684)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:975)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1167)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
    at java.lang.Thread.run(Thread.java:534)
    2009.08.24 at 11:20:11:600: Thread-22: B2B - (ERROR) Error -: AIP-51083: General failure creating S/MIME digital signature: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:1083)

  • AIP-51083:  General failure creating S/MIME digital signature: Error

    I know you guys did answer to this kind of question in several threads. But my case is bit different. Please try to help me to resolve this issue.
    OS: AIX 5.3
    B2B: 10.1.2.2 (No Additions)
    I did encrypt the message using certificates (Host & Trading Partner) and send to Trading Partner and got the confirmation. So assuming there is no issue with wallet and certificates.
    But I am not able to sing the same message using same certificates.
    (I don’t have any issue with Host certificate, I can use it for host sing but I have issue with Trading Partner certificate)
    Here the error message. I really appreciate your help.
    <MSG_TEXT>Error -: AIP-51083: General failure creating S/MIME digital signature: Error -: AIP-51083: General failure creating S/MIME digital signature: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:434)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1699)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:262)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:110)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1165)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:701)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:832)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:531)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java(Compiled Code))
    at java.lang.Thread.run(Thread.java:568)
    Caused by: Error -: AIP-51083: General failure creating S/MIME digital signature: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:1054)
    at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:392)
    ... 9 more
    Caused by: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:965)
    ... 10 more
    </MSG_TEXT>
    Thanks in Advance,
    Rama K

    Hi Anuj,
    Thanks for your good reply.
    I was doing same thing which you mentioned (Thats the reason encryption is working with same certificates, so there is no issue with wallet and certificates).
    in my log (debug mode) I did find some thing is interesting
    From the log,
    <MSG_TEXT>oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign alternateWrl: /oraaiad/B2BHome/Apache/Apache/conf/ssl.wlt/default/wallet1</MSG_TEXT>
    Log is looking for alternateWrl "/*default/wallet1*"
    But my wallet location which I mentioned in tip.props /oraaiad/B2BHome/Apache/Apache/conf/ssl.wlt/*default/wallet.txt*
    I know there is no location called "*wallet1*" thats the reason why it's throwing null pointer. But my questions is, why it's looking for alternateWrl? Here some of debug log.
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-09-04T21:56:50.336+00:00</TSTZ_ORIGINATING>
    <ORG_ID>oracle.com</ORG_ID>
    <COMPONENT_ID>B2B</COMPONENT_ID>
    <HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
    <MSG_TYPE TYPE="UNKNOWN"></MSG_TYPE>
    <MSG_GROUP>B2B</MSG_GROUP>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>abc.abc.com</HOST_ID>
    <HOST_NWADDR>1.1.1.100</HOST_NWADDR>
    <MODULE_ID>B2B</MODULE_ID>
    <THREAD_ID>Thread-12</THREAD_ID>
    <USER_ID>oraaiad</USER_ID>
    </HEADER>
    <PAYLOAD>
    <MSG_TEXT>Utility:getPrivateKey:Exit</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-09-04T21:56:50.336+00:00</TSTZ_ORIGINATING>
    <ORG_ID>oracle.com</ORG_ID>
    <COMPONENT_ID>B2B</COMPONENT_ID>
    <HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
    <MSG_TYPE TYPE="UNKNOWN"></MSG_TYPE>
    <MSG_GROUP>B2B</MSG_GROUP>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>abc.abc.com</HOST_ID>
    <HOST_NWADDR>1.1.1.100</HOST_NWADDR>
    <MODULE_ID>B2B</MODULE_ID>
    <THREAD_ID>Thread-12</THREAD_ID>
    <USER_ID>oraaiad</USER_ID>
    </HEADER>
    <PAYLOAD>
    <MSG_TEXT>oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign alternateWrl: /oraaiad/B2BHome/Apache/Apache/conf/ssl.wlt/default/wallet1</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-09-04T21:56:50.336+00:00</TSTZ_ORIGINATING>
    <ORG_ID>oracle.com</ORG_ID>
    <COMPONENT_ID>B2B</COMPONENT_ID>
    <HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
    <MSG_TYPE TYPE="UNKNOWN"></MSG_TYPE>
    <MSG_GROUP>B2B</MSG_GROUP>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>abc.abc.com</HOST_ID>
    <HOST_NWADDR>1.1.1.100</HOST_NWADDR>
    <MODULE_ID>B2B</MODULE_ID>
    <THREAD_ID>Thread-12</THREAD_ID>
    <USER_ID>oraaiad</USER_ID>
    </HEADER>
    <PAYLOAD>
    <MSG_TEXT>Utility:getPrivateKey:Enter</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-09-04T21:56:50.506+00:00</TSTZ_ORIGINATING>
    <ORG_ID>oracle.com</ORG_ID>
    <COMPONENT_ID>B2B</COMPONENT_ID>
    <HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_GROUP>B2B</MSG_GROUP>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>abc.abc.com</HOST_ID>
    <HOST_NWADDR>1.1.1.100</HOST_NWADDR>
    <MODULE_ID>B2B</MODULE_ID>
    <THREAD_ID>Thread-12</THREAD_ID>
    <USER_ID>oraaiad</USER_ID>
    </HEADER>
    <PAYLOAD>
    <MSG_TEXT>java.lang.NullPointerException
         at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:984)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:416)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1734)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:286)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:118)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1602)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:900)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1082)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:697)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:373)
         at java.lang.Thread.run(Thread.java:568)
    </MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-09-04T21:56:50.506+00:00</TSTZ_ORIGINATING>
    <ORG_ID>oracle.com</ORG_ID>
    <COMPONENT_ID>B2B</COMPONENT_ID>
    <HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_GROUP>B2B</MSG_GROUP>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>abc.abc.com</HOST_ID>
    <HOST_NWADDR>1.1.1.100</HOST_NWADDR>
    <MODULE_ID>B2B</MODULE_ID>
    <THREAD_ID>Thread-12</THREAD_ID>
    <USER_ID>oraaiad</USER_ID>
    </HEADER>
    <PAYLOAD>
    <MSG_TEXT>Error -: AIP-51083: General failure creating S/MIME digital signature: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:1077)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:416)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1734)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:286)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:118)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1602)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:900)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1082)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:697)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:373)
         at java.lang.Thread.run(Thread.java:568)
    Caused by: java.lang.NullPointerException
         at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:984)
         ... 10 more
    </MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-09-04T21:56:50.507+00:00</TSTZ_ORIGINATING>
    <ORG_ID>oracle.com</ORG_ID>
    <COMPONENT_ID>B2B</COMPONENT_ID>
    <MSG_ID>AIP-51083</MSG_ID>
    <HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_GROUP>B2B</MSG_GROUP>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>abc.abc.com</HOST_ID>
    <HOST_NWADDR>1.1.1.100</HOST_NWADDR>
    <MODULE_ID>B2B</MODULE_ID>
    <THREAD_ID>Thread-12</THREAD_ID>
    <USER_ID>oraaiad</USER_ID>
    </HEADER>
    <PAYLOAD>
    <MSG_TEXT>Error -: AIP-51083: General failure creating S/MIME digital signature
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createSignedMimeBodyPart(MimePackaging.java:458)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.applySecurity(MimePackaging.java:1734)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.createMimeMessage(MimePackaging.java:286)
         at oracle.tip.adapter.b2b.packaging.mime.MimePackaging.pack(MimePackaging.java:118)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1602)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:900)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1082)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:697)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:373)
         at java.lang.Thread.run(Thread.java:568)
    </MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    Please share your idea/comments.
    I appreciate your help.
    Regards,
    Rama K

  • AIP-51083:  General failure creating S/MIME digital signature

    I want to do a test my B2B server whether it can sent B2B with certification request, so first I config
    my wallet file is ewallet.p12, not txt file, so I locate wallet location in tip.properties:
    oracle.tip.adapter.b2b.WalletLocation = file:D:\\EAIB2B\\B2BServer\\ip\\config
    and then in the B2B config console change the wallet password.
    I find such error log as below when I sent B2B request, it expose AIP-51083: General failure creating S/MIME digital signature: java.lang.NullPointerException
    Description: General failure creating S/MIME digital signature
    StackTrace:
    Error -: AIP-51083: General failure creating S/MIME digital signature: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:1083)
    at oracle.tip.adapter.b2b.packaging.MimePackaging.createSignatureMimeBodyPart(MimePackaging.java:480)
    at oracle.tip.adapter.b2b.packaging.MimePackaging.createMultipartMessage(MimePackaging.java:934)
    at oracle.tip.adapter.b2b.packaging.MimePackaging.doPack(MimePackaging.java:1132)
    at oracle.tip.adapter.b2b.packaging.MimePackaging.pack(MimePackaging.java:3172)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1685)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:976)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1167)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging.sign(SmimeSecureMessaging.java:990)
    ... 10 more

    Hi,
    Please refer -
    AS2 error: IP-51083:  General failure creating S/MIME digital signature
    Place your wallet at default wallet location - Midtier_Home/Apache/Apache/conf/ssl.wlt/default and mention this location in your tip.properties file.
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Jun 28, 2009 7:33 PM

  • I click a URL, General Failure, the system cannot find the file specified, then the site comes up.

    If there is a URL on a site to go to for more information. When I click to go there, a window comes up with: General Failure, (repeats the site address) and says - The system cannot find the file specified.
    Then the address I clicked on comes up after that window.

    I tried opening Firefox before clicking on links in e-mail. and it works without that General Failure popping up.
    Why should I need to open Firefox before my e-mail to stop a very annoying process? I never had this problem until I upgraded to Firefox 4.
    Boy how I wish I could go back to the old Firefox because it was so much easier to use. Sometimes progress is not good!!!
    I hope there is something that can be done to correct this problem.
    Thanks for your response.

  • I use Microsoft Office Professional Plus 2010, when clicking a link in Outlook I always get a General Failure box stating 'The system cannot find the file specified' yet it still goes to the specified page. Any ideas on how to resolve this

    I use Microsoft Office Professional Plus 2010, when clicking a link in Outlook I always get a box stating
    General Failure. The URL was "http:// etc etc".The system cannot find the file specified.
    Yet it still goes to the specified page. Any ideas on how to resolve this

    I am having the exact same problem with Windows 7 Professional. Out of the blue, this issue just started a few months ago when running my monthly Windows Backup where I have used a USB drive for the last 3 years, and never ever had this issue before. Most
    of the solutions listed on the Microsoft websites and answers deal with
    "Restore" functions, not the
    "Backup" itself. I have 3 folders being skipped during the backup.
    So I went and changed the Backup from "let Microsoft choose files, directories, etc" to "Let me choose". I included the files and folders that were being skipped, and ran the "Backup" again, and got the same error message,
    but the files that were skipped the first time were "Backed up" finally. This issue is somehow related to my "Libraries"?
    The 3 backup problems are:
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book Recordings. Error:(The system cannot find the path specified. (0x80070003))
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book CD Label-Cover Art. Error:(The system cannot find the path specified. (0x80070003))
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book MP3 Tag Art. Error:(The system cannot find the path specified. (0x80070003))
    Did a "checkdisk" - no problems. Ran a program to fix registry - no problems. All updates up to date. I guess I could eliminate these folders from the Backup folders in the
    Library, and just choose them under the "Users" locations, and be done with it. But I really want to understand this, and fix it. This is within Windows 7 and may be related to Windows Media Player or
    some recent Windows update.  Thanks.

  • When i click on a web link in an email, i receive a "general failure" message reading "an error occured in sending the command to the application". this has only started since my upgrade to 5.0

    i have an HP Pavilion with Windows 7, Outlook 2007 and Firefox 5.0. since my upgrade to 5.0, i receive the following error message when clicking on a url in an email. message reads:
    General failure. The URL was: [here it repeats the URL]. An error occurred in sending the command to the application.
    what is the cause? what can be done to correct?
    thanks in advance.

    I have the same problem after updating to 6.0.2 on Win 7 Pro SP1. Did not have any problems prior to upgrade to 6.0.2. (setting IE as default browser - yuk - allows links to be clicked with no problem)

  • Ping and Tracert return General Failure

    My PC resolves the hostname to the correct IP but my ping and tracert return error "General Failure." (and tracert immediately gives the error, indicating an issue with my machine).
    I tried using a fix that I found through google, the command 'netsh winsock reset' but that was to no avail. I almost thought it worked as I could access the site after the restart, but this was while my applications were still loading. I refresh the page
    and I get the Firefox cannot connect error.
    This leads me to believe there may be some kind of fault on my configuration somewhere but I have no anti-virus nor firewall application running though I have however used Spybot's Search and Destroy immunizer tool, which includes modification to my HOSTS
    file. Other than that I don't believe I have any application that could be causing an issue with site access.
    I am running Windows 7 Ultimate x64 with SP1.

    Hi,
    Firstly, please let me know which destination you tried to ping and tracert? Can you access this website using the IP address?
    Meanwhile, please try the following to test the issue:
    1. Register DNS via command on Windows 7:
        ipconfig /flushdns
    ipconfig /registerdns
    2.
    Reset hosts file
    3. Test the issue in
    Clean Boot mode to check whether this is a third party tool issue.
    Hope this helps.
    Vincent Wang
    TechNet Community Support

  • Ping drop and general Failure on wireless

    Hi all,
    I am facing the ping drop and general failure error when I am connected to AP and try to do ping any IP with the ping size is 5500 bytes.Print screen shot is attached for your reference.
    Product/Model Number                 : AIR-AP1242AG-A-K9
    Regards
    Ali Raza

    yes that is what I mean. And you cannot figure out if this is happening or not. Don't rely on the wireless connection icon on windows.
    It can be possible that your wireless adapters notices that the RF is busy and there were a few packet drops so it reconnects quickly. It's usually transparent to applications but if you are running a ping at that time ...
    In any case, conclusion is : check your RF environment. How many APs around ? a lot of traffic ?
    Nicolas
    ===
    Don't forget to rate answers that you find useful

  • License server general failure

    One workstation using the SAP B1 client generates a "license server general failure" message each time a user attempts to login to SAP B1, this is then followed by the dialogue box requesting the license server name and port number; I have the correct details in there.
    I have checked access the server from that workstation via port 30000 and I can successfully connect via that port; used Telnet ito the server. I still cant find the reason why this workstation cannot connect to the SAP server.
    Does anyone have an idea of how to fix this.
    Best Regards
    Albert.

    Hi Albatto,
    Have you tried to reinstall that client (both client app and diapi)?? also, clear the SBO temp files in the %temp% directory.
    You may also like to try to check the server Control Panel > Services to try to activate the sqlbrowser service. Then try to connect with that client once again.
    Hope it helps!
    Warmest Regards,
    Chinho

  • Java.io.IOException: Connection failure with 500

    Hi
    When i am trying to establish connection from applet to servlet using URLConnection..
    It is giving me java.io.ioexception Connection failure with 500.
    Can anybody let me know why and how to solve this.
    Thanks&Regards,
    Subba

    Error code 500 is "Internal Server Error." Unfortunately this could be loads of things. :-(
    What servlet / web-server are you using?
    Some general pointers.....
    - Check your web-server access log and see if the request is received. (I'd expect so as you're getting a 500 error)
    - Check your servlet log & see if it is init-ing correctly.
    - I always write a simple doGet() method in my servlets so that I can check whether the servlet is alive or not...
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    PrintWriter out = new PrintWriter (response.getOutputStream());
    out.println("<html>");
    out.println("<head><title>ObjectServlet</title></head>");
    out.println("<body>doGet() called: "+new java.util.Date());
    out.println("</body></html>");
    out.close();
    Logger.log(this, "doGet", Logger.TRACE, Logger.TRACE_OUT);
    Then repost if you're still stuck.

  • License Error: License server general failure

    Hi All,
    I have a very strange problem on my computer. Since this morning I cannot open SBO as I get the error License Error : 100000000 License Server General Failure. I have uninstalled the full SBO including deleted all my SBO databases and the SBO-COMMON database. I then deleted my SAP folder in Program Files, restarted my PC and reinstalled SBO... still the same error. Error is just after I click OK on the login window. License Manager seems to be working fine and license also loaded fine.
    Also just wanted to say that my license did not expire (or I don't think so) as I checked my file license text file and it looks like Compatibility License for Add-ons expires 20080115 and the rest of the users 99991231.
    Any help appreciated!
    Adele

    Adele, just try to load once again your license file
    What i have done is cut a little my license file, check 'Write to log' option, and tried to load this damaged file.
    What i've received is:
    1. 'General error occured' message box
    2. ...SBOLicense\SBOLog.txt file with the following content:
    <i>---
    16/08/2006  15:23:44  PollSession - User: manager1, Session: 5
    16/08/2006  15:23:46  GetSystemNumber - 000000000310449963
    16/08/2006  15:23:46  GetInstallationNumber - 0020180382
    16/08/2006  15:23:46  GetHardwareKey
    16/08/2006  15:23:46  GetHardwareKey - HK: C1742774035
    16/08/2006  15:23:47  PollSession - User: manager, Session: 2
    16/08/2006  15:23:50  AddLicenseFile - Start
    16/08/2006  15:23:50  LoadLicenseFile - File: C:\Program Files\SAP Manage\SAP Business One ServerTools\SBOLicense\Temp.txt, pse: C:\Program Files\SAP Manage\SAP Business One ServerTools\SBOLicense\SBOLASVerify.pse
    16/08/2006  15:23:50  LoadLicenseFile - Failed: Unknown error #39
    16/08/2006  15:23:50  IsNewFileOK - Failed to Load License File: 39
    ---</i>
    PS: SBOLog.txt couldn't be created. in that case check the option 'WtL', apply the settings and reopen license service setting and then try to load a license file again

Maybe you are looking for

  • Can the country code of a legal entity be changed?

    We have a business situation where we need to transfer 100% ownership of a company from one wholly owned sub to a new wholly owned sub in a different country. This wholly owned sub is a large transaction volume and greater than 250,000 item/BOMs. Our

  • Tables and grants in custome schema

    Hi I have a created the following script which will be running from Apps. The script includes about 7 tables definitions to be created in Cust schema. How can I include the grant within the script. (grant all to cust.test). We need to log into cust s

  • After sp1- R2 upgrade, Clients cannot open Software center

    Hi I am in a bit of a bind..  We upgraded from SP1 to R2 (not CU2 just the r2 for starters) All went well and all clients in our organization have been upgraded.  Unfortunately I've discovered that the software center on the clients can no longer loa

  • Bind 9.3.0

    http://www.security.nnov.ru/search/docu - docid=7690

  • Un petit problème d'interface !

    Bonjour, Je souhaite développer une interface de type pop - up qui permette de suivre au fur et à mesure de l'application ce que le programme a réalisé comme étape (discussion, initialisation ...) mais ces infos doivant apparaitre dans un fenêtre pop