SDM hang when try to deploy aii_adapter_jms_app from SP9

Hello Everyone,
I trying to apply SP9, when SDM try to apply SAPXIAF09_0-20000273.SCA and more specifically aii_adapter_jms_app have a long time (more than 2 hours) and I can't see any errors in any file (.out, .err, .log). I proceed closing SDM and restart the whole process but I can´t deploy the aii_adapter_jms_app.
Any idea???
Kinds regards,
Carlos

Did you get any answer??
Mine is also hanging when deploying SAPXIAF10_P_1.SCA. the following is the error log.
        ... 13 more
#1.5#00306EF3A78F005600000009000035450003F28790E59207#1111088995604#/Applications/AdminConsole/ABAPConnector#sap.com/tcwebadministratoraba
pco#com.sap.sup.admin.connector.AbapConnectorLauncher#J2EE_GUEST#0####bc434030971d11d98c4700306ef3a78f#SAPEngine_Application_Thread[impl:3]_
19##0#0#Error#1#com.sap.sup.admin.connector.AbapConnectorLauncher#Plain###Cannot start ABAP Connector Listener. Please try to configure the
connection in ABAP Systems Management (Setup Local Connectivity).
java.rmi.RemoteException: com.sap.engine.services.ejb.exceptions.BaseRemoteException: Exception in method startListener.
        at com.sap.sup.admin.connector.rfc.AbapConnectorObjectImpl0.startListener(AbapConnectorObjectImpl0.java:206)
        at com.sap.sup.admin.connector.rfc.AbapConnector_Stub.startListener(AbapConnector_Stub.java:145)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
        at $Proxy20.startListener(Unknown Source)
        at com.sap.sup.admin.connector.AbapConnectorLauncher.contextInitialized(AbapConnectorLauncher.java:42)
        at com.sap.engine.services.servlets_jsp.server.runtime.context.WebEvents.contextInitialized(WebEvents.java:45)
        at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:112)
        at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
Caused by: java.lang.NullPointerException
        at com.sap.sup.admin.connector.rfc.RfcRuntimeProxy.isListenerRuning(RfcRuntimeProxy.java:169)
        at com.sap.sup.admin.connector.rfc.RfcRuntimeProxy.startListener(RfcRuntimeProxy.java:102)
        at com.sap.sup.admin.connector.rfc.AbapConnectorBean.startListener(AbapConnectorBean.java:34)
        at com.sap.sup.admin.connector.rfc.AbapConnectorObjectImpl0.startListener(AbapConnectorObjectImpl0.java:188)

Similar Messages

  • Anyone having problems with Elements organiser 13 when try to import photos from Mac photos which was an upgrade from Iphotos on 9th April 2015. Before when I was using Iphotos all was ok...

    Anyone having problems with Elements organiser 13 when try to import photos from Mac photos which was an upgrade from Iphotos on 9th April 2015. Before when I was using Iphotos all was ok...

    hi I have been trying to do this, but PE13 comes up with a fail message saying that file types are not supported, am only trying to import jpeg files so can't understand this.  So far have been unable to use PE13 at all, any ideas anyone please!

  • Have mutli ver of LV -7.1 to LV10sp1 on XP PC. DAQmx - nilvaiu.dll missing when try to open CODE from WIN7 32 bit LV10?

    Have mutli ver of LV -7.1 to LV10sp1 on XP PC.  DAQmx - nilvaiu.dll missing when try to open CODE from WIN7 32 bit LV10?
    What Driver do I need?  VERSION Please -- DAQmx works fine in LV8.6.
    Solved!
    Go to Solution.

    Hi Briana,
    I believe I understand what you're asking, but which current DAQmx driver are you using with LV 2010?  Only the 9.1.5 and above drivers are compatible with LV 2010, while many of the older drivers will still work for you in LV 8.6.  Below, I've linked a compatibility chart for DAQmx drivers and Labview versions. 
    http://digital.ni.com/public.nsf/allkb/F4E76EC05118F72D8625773000672298
    Does this answer your question?
    Regards,
    Austin S.
    National Instruments
    Academic Field Engineer

  • Getting Access Denied error when try to deploy metro app from VS 11 Beta

    Hi,
    When I try to deploy metro style app from VS11 Beta, i'm getting following error.
    Error : DEP0740 : Access denied. This may be because the application state is locked. A possible cause is "RuntimeBroker.exe" retaining a lock on the storage data for your application. The workarounds are (1) Wait for the "RuntimeBroker.exe" to quit. This
    may take up to 6 minutes. (2) Kill the "RuntimeBroker.exe" process and redeploy. (Note that option (2) may cause loss of data.) 
    Error 2 Opening file from location: F:\...bin\Debug\AppX\AppxManifest.xml failed with error code: 0x80070005. Access is denied.
    Any idea, why?
    CAT

    Hi
    I am facing same problem.Even i have copied project in My Document folder but no luck.
    varsf =
    awaitPackage.Current.InstalledLocation.GetFileAsync(@"ContactXML.xml");
    XmlDocumentxmlDoc;
    using(varstream
    = awaitsf.OpenAsync(FileAccessMode.ReadWrite)).
    Access denied issue.

  • System hang after when try to run report from a form

    Hi all,
    I was able to run the report by using the run_report command from form builder to call a report with any problem. However, when I attached in my application, the form is being call out but when try to click on the print button from the form, the screen is stuck or hung without showing anything.
    Below is part of the code that will call the report to print within the form.
    declare
         PL_ID PARAMLIST;
         printername VARCHAR2(50);
    begin     
         PL_ID := GET_PARAMETER_LIST('WEIGHMENT');
    IF NOT ID_NULL(PL_ID) THEN
    DESTROY_PARAMETER_LIST(PL_ID);
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('WEIGHMENT');
    printername := '"'||'ZDesigner GK420d, USB001'||'"';
    Add_Parameter(pl_id, 'DESNAME', TEXT_PARAMETER, printername);
    Add_Parameter(pl_id, 'DESTYPE', TEXT_PARAMETER, 'PRINTER');
    RUN_PRODUCT( REPORTS, 'ACT_INV_ITM_LBL.rep', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL );
    Thanks.
    Lim

    i got it
    just make report out of SSO by the steps
    If you don't want to use Single Sign-On:
    Edit $ORACLE_HOME\reports\conf\rwservlet.properties
    Change #SINGLESIGNON=YES to SINGLESIGNON=NO
    Log in to the Enterprise Manager website at http://<server_name>:18100
    Navigate to the Report server page. Click on the "Edit Configuration File" link.
    Delete the section that reads
    <security id="rwSec" class="oracle.reports.server.RWSecurity">
    <!--property name="securityUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/-->
    <property name="oidEntity" value="reportsApp_apps10_85643151B9D911DCAF4E278FF4D47F77"/>
    </security>
    Press “OK” and let EMWebsite restart the reports server. or restart all
    and it will work ...

  • Project Professional 2010 and pwa hangs when opening a linked project from PWA on Project Server 2010

    When I open a linked project in Project Professional 2010 from PWA, Project Professional 2010 hangs with the "Links Between Projects ..." dialog box open.  Unable to move or close the dialog box.  Unable to move or close Project Professional
    2010.  The PWA tab on internet explorere is frozen and unable to access although other tabs in IE are accessible.  End up having to reboot to close down project or force the process to end.  I suspect a hidden dialog box is the culprit maybe
    the scheduling conflict dialog box but am unable to access or switch and cannot confirm that there is another dialog box.
    Has anybody else experienced this problem?
    Thanks,
    Julie

    I have seen it hang when trying to open a project schedule even with no external links.
    Project 2013 Pro, Link to schedule is on a PWA on a Project 2007 server.
    If Project 2013 is open before clicking on the link, there is a long delay and the project schedule opens up in the web tab where the link was selected. If Project 2013 is not open, it just hangs and has to be shut down via the task manager.
    No idea why. I can create a link to the shared volume and that works OK. But if I actually try to open MS Project by clicking on the link to a .mpp file it never opens in MS Project.
    Mike

  • Outlook hangs when replying to a message from a specific email address.

    My users are a mix of Outlook 2007 and 2010 and we have an onsite Exchange 2010 SP3 environment. They can receive email and send new messages to the vendor's email address, but when anyone reply's to a message from that vendor, Outlook times-out. They have
    to kill Outlook and restart it. Again, this only happens when replying to an email from this specific vendor. I've confirmed this by having this vendor send me just a plain test message with no attachments and I received the email promptly. When I reply to
    the message, Outlook hangs and eventually times-out. I tried playing with the Outlook Account Settings/Server Timeout settings but that didn't help.
    No issues have occurred if we use OWA and reply to the same email address.
    Not sure if this helps, but the vendor email address ends with .ca

    Hi,
    Please take your time to collect some information for troubleshooting:
    Does this issue occurred on all outlook clients?
    Please try to disable any anti-virus software to check this issue.
    Are there any 3rd part mail scanning software?
    Thanks,
    Best Regards.

  • PSE 9 hangs when trying to open preferences from organiser ? and PSE 10

    Moved from PSE 4 through every version til 9
    Windows 7 (64bit) 8gb ram
    Now find that PSE 9 hangs with the banner "loading" when trying to access prefernces from organiser.
    I have already:
    Reinstalled elements
    Reapired catalogue
    Removed and recreated preferences file
    Removed catalogue
    Created new catalogue
    Removed PSE 9 removed all traces of adobe from pc
    Reinstalled PSE 9
    All to no avail..........
    Adobe wont help as not "current" product yet i have had it less than a year ? is it my fault they have changed it again ?
    Some say upgrade but what if thats the same ? Why upgrade when current software seems faulty ?
    has anyone had this problem and managed to fix it ?
    Just downloaded trial version of PSE 10 and its exactly the same !!

    Tried that but it didnt work
    I have also downloaded PSE 10 and it does exactly the same !
    I can access via edit page but the source files, colour setiings, etc can only be amended from organiser ?
    Are there any known issues or compatibility issues ?

  • When try to download apps from ipod keep getting error 1004, change password 2 days ago dont know if that why problem occur can someone help

    When try ti down load apps from Ipod keep getting error 1004 how can I download ?

    http://support.apple.com/kb/TS3694#error1004
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • Error out when try to change pwd from admin cossole

    hi any one can help me out please
    when i try to change password from admin console im geting the following error.
    <1292536442986> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 3:54:03 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536443026> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:15 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536935373> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:15 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536935412> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:22 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536942525> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:22 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536942590> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >

    From the error message,
    "####<Dec 16, 2010 4:02:22 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <1292536942590> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >"
    I see that the changes were undone by this "haveUnactivatedChanges".Please ensure that you have a lock and edit acquired and do the changes again.

  • IE 5.0 hanging when one is reading HTML from Weblogic 6.0

    I have following configuration:
    Local network (TCP/IP, Wins server)
    SERVER: NT 2000 AdvServer & Weblogic Eval 6.0 Sp2 & Oracle 8.1.7
    CLIENTS
    1) Win 2000Pro & IE 5.0
    2) Win 98 & IE 5.0
    Quite often IE (client one) is hanging when one is reading static HTML pages.
    Also IE (client two) says that there is fail in Kernel and display dump of memory.
    In last case it is occured less often.
    I located these static HTML pages in Webdefault catalog.
    Also I have two simple JSP pages, one of them is genering current time and is
    working constantly.
    This situation was not changed when I did the following:
    1. Disable Java Plugin
    2. Set Weblogic Sp1.
    What did I wrong?
    Thanks in advance
    Eugenia
    [email protected]

    I play the mp3 files as sprites in the score that are
    streaming from the web server. If you selecr "Insert->Media
    Element->Shockwave Audio" from the menu in Director you can
    choose to import a mp3/swa file. This file will import as a cast
    member which will have an external link address. (e.g.
    http://www.adobe.com/mysound/myfile.mp3)
    I have then dragged this cast member onto channel 1 in the score
    spanning for instance 10 frames.
    It does not make a difference wether the soundfile is of type
    mp3 or swa, I have tried both.

  • SDM password when running and deploying webdynpro application

    Hi
    I developed a simple webdynpro application, no eventing just displays text. I rebuild it and then 'run and deploy' application. While doing this it pops up with a dialog box asking for a SDM password.
    Is this deploying correctly?
    Any assistance is much appreciated

    Hi Dajee,
    Yes it is deploying correctly. Give sdm as password it sould work if you don't have changed the default password of SDM.
    Regards,
    Bhavik
    Consider Reward points also.

  • Report hanging (when try to modify the report)

    Post Author: aneel
    CA Forum: WebIntelligence Reporting
    Hi All,
    This becomes a longlosting issue for me Please anyone look into this.
    I have created one report with 6 global and 3 local filters, 12 local variables.
    When I try to modify the webi report it strucks up and keeps on running continuously with out giving any kind of result.
    Please reply anyone !!!!!!!!!

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    Vinl,
    The WebI (and BOE XI server) is not completely tuned out of the box to support multiple data providers and large data sets.  There are tuning parameters that must be set (and which will cause more memory usage, etc, etc) and must be monitored to expand performance in order to resolve unwanted timeouts.  If you are not the administrator, then you'll have to work with him or her (and possibly open a trouble ticket with tech support for more help, if needed).
    The timeout aspect is frustrating.  We have three servers, development, testing, and production.  The development system is totally off-line and not under any security-lockdown influences.  Testing is our pre-stage and was built by our BI team.  And production is in the server farm built by the Sysadmins.  Of the three servers, only the production server suffers from a two-minute WebI timeout (and Infoview timeouts where the report just spins all day without a response, but in WebI at least we get an ugly "error notice" when the two-minute timeout occurs).  We think that some kind of lockdown was performed on our production server that causes the two-minute timeout for an executing report to occur.  On the one hand it keeps us sharp in not building reports that will make the user wait a long time, and to encourage them to schedule a report through scheduler when it will take longer than two minutes to execute.  On the other hand it can be troublesome to maintain a report that takes so long to run in terms of modifications and corrections.  At times I've had to go into the datawarehouse and rename a production table to something else, then create a mini-version of that production table in order to run the report and modify it (all done in the off-hours of course), and then when done modifying the report, delete the mini-version of the production table and rename the off-named production table back to its original name in order to press on.  The things we gotta do to press on with life....  Good luck, and hang in there Vinl.

  • Form hangs when try to open excel

    Hi everybody,
    When I try to upload some data from excel it work's ok when i'm doing it on xp, but when i'm on windows server 2003 won't upload. Form hangs on code noted below. On both OS are Excel 2003.
    args := OLE2.create_arglist;
    OLE2.ADD_ARG(args, p_filename);
    vdoc :=OLE2.INVOKE_OBJ(vworkbooks,'Open',args); -- on this code form hangs
    OLE2.destroy_arglist(args);
    I tried various things but without success.
    If I need provide some additional information please let me know.
    Thanks

    What version of WebUtil are you using? There is a known problem with 1.0.2 (beta) where the EXCEL.EXE process is not released by the form.

  • User system gets freeze / Hang when he opens a file from SharePoint. But in chrome it works fine.

    Hi,
    This is the only USER who is facing above issue. But when he hold CTRL key and click on the file. It works fine. We are using IE 8 32 bit. Please note it works fine in IE 8 64 bit. 
    Could you please advise why it happens? Is this something share point admin should resolve or TECH SUPPORT should take care this issue?
    Thanks
    srabon

    There will be something odd setup in his IE settings. Get him to try to connect from another machine which also uses IE 8 32bit, the problem shouldn't be present there.
    That means that the issue is down to his local machines configuration which generally puts it under the tech support / desktop support teams purview.
    To help them along, blow away his cache and reset any of his settings you can find to the default.

Maybe you are looking for

  • Setting up a second calendar in Apple Calendar

    Hey there As a recent convert to a MacBook Air - I used Outllook 2011 for a few weeks till I realized that it was basically incompaltible with Apple! So I canned MS-Outlook last weekend, I have this working with my gmail address through iCloud - but

  • Blue Screen Stop error

    I have experienced windows reboots due to stop error like 000000c2 or 100008e. First I have reinstalled windows and all the adjacent software, but it seems the problem keeps on hitting me again. Last week I have connected my notebook to internet and

  • Why is my ipod touch 3rd generation freezing, why is my ipod touch 3rd generation freezing

    my ipod touch is frezzing and i dont know why... i have to keep the headphones plugged into the headphon jack for my ipod not to freez.

  • Quake 3 Error

    Hi, I am getting an error after installing Quake 3 (native, with the 1.32b point release). Q3 1.32b linux-i386 Nov 14 2002 ----- FS_Startup ----- Current search path: /home/meo/.q3a/baseq3 /usr/local/games/quake3/baseq3/pak8.pk3 (9 files) /usr/local/

  • Insert Adobe Reader document into a Word document.

    How do I insert an Adobe Reader document in to a Microsoft Word document?  I have the Windows 7 operating system.