Service Unit Deployment Question

When a Service Unit is first deployed to component A the life cycle calls to the service unit manager are:
deploy
init
start
My question is when component A is re-installed what are the life cycle calls to re-install the service unit? In other words is the service unit re-deployed with the new instance of component A by:
deploy
init
start
Or is it already considered deployed and just shutdown and re-started once the new version of this component is brought up (by init and start)?

Currently, before you can uninstall a component, all service units deployed to that component must be undeployed. This can be achieved only by undeploying all Service Assemblies which have service units deployed to that component.
Subsequently, after you install the new component, you must re-deploy those Service Assemblies.
There are already plans underway to provide for "upgrading" a component, which would eliminate the need to undeploy and re-deploy the Service Assemblies.

Similar Messages

  • Use of service units

    Hi,
    I have a problem trying to understand when to use a Service Unit.
    If i need to design for the following flow of control.
    1. Client invokes service A
    2.A responds to request
    3.Client invokes service B, based on the response from A.
    Assuming that services A and B are http-soap based web services,
    do i need to delpoy service A and B using a service unit on to a http Binding Component ?
    Or
    Do i need to create two instances of the http Binding component for ServiceA and Service B and configure them to invoke the web services.?
    Thanks in advance
    vamsi

    For a static service dependency situation, such as you describe, external service providers must be configured in the appropriate binding component, so that it a) knows about the provider, and b) can make the service available within the JBI environment. Those configuration data are held in a service unit, deployed to the binding component.
    You'll only need one bindiing component; you'll probably create two separate service units for the binding component.

  • Service Unit Packaging: how is the wsdl found?

    Hi,
    I'm just working my way through JBI. I have the SynchronousSampleApplication running and am currently trying to fully understand it. Now I am wondering: how is the WSDL found in a service deployment unit?
    Looking at the sun-http-binding.jar I find /META-INF/jbi.xml. But the main information is in the WSDL file that can be found as /SynchronousSample/SynchronousSample.wsdl. But there is no "pointer" from jbi.xml to this file. So how can the http binding component find this file during deployment? What packaging rule applies here? I couldn't find any hint in the specification. Section 6.3.4 only mentions the jbi.xml, not a word about the WSDL...
    Any hint? Thanks!
    Michael

    We have written 4 JBI Binding Components (RSS, SIP, UDDI, and XMPP) and I can tell you how we did it which probably should be similar.
    On ServiceUnitManager.deploy() the BC is given a path to the Service Unit Root Path, where is does a search for *.wsdl files. For each wsdl file he extracts the binding to determine whether or not it's his. Therefore each BC has it's own binding namespace such as for RSS it's <rss:binding> located in the <binding> section of the wsdl, where the rss namespace is http://schemas.sun.com/jbi/wsdl-extensions/rss/.
    In summary, the BC will search the service unit root path for all wsdls and when he finds one that matches his specific binding he knows it's his.

  • Com.sap.tc.webdynpro.services.sal.deployment.api.WDClassLoaderException:

    my application run sucessfully for past copule of weeks but
    now it show the following exception and i can't able to see my
    output window.... i dont know why
    The Exception is:
    com.sap.tc.webdynpro.services.sal.deployment.api.WDClassLoaderException: Classloader of 'local/Certification' is null, even though application is started.
    if anyone knows, please help me....
    thank you

    Hi,
    plz check the values of all attributes.
    Suppose the values is not there(null) and ur checking some conditions based on this value.
    Null pointer exception will araise due to any nullvalue.
    To avoid this plz put the check--> if(!value = null){........ }.
    Reagrds,
    Lavanya.G

  • While loading ITunes Igot this messege, Service "Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services. My question is, How do I verify if I have sufficient privileges?

    While loading ITunes I got this messege, Service "Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services. My question is, How do I verify if I have sufficient privileges?

    Hello hurleygirl63,
    Thank you for the details of the issue you are experiencing with iTunes.  I recommend following the steps in the article below:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/TS1567
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Production Issue heap space error. Getting ERROR 503 Service not deployed

    Hi,
    I have deployed my web services (VAS services) in tomcat 6.0 in production .I am using axis2 1.4.1 as web service engine and apache 2.2 for httpd service. My problem is that in every 8-10 hrs when no of transactions increase, a problem occurs in my server and I get an “ERROR 503 service not deployed”. I don’t know the exact cause and solution to this problem. Presently every time I face this problem, I restart my httpd services and tomcat. Please help me to rectify this problem as this is hampering our business in a big way. I am sending the log details of catalina.log in tomcat’s log folder
    17-Nov-2008 17:20:56 org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet AxisServlet threw exception
    java.lang.OutOfMemoryError: Java heap space
    17-Nov-2008 17:21:33 org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet AxisServlet threw exception
    java.lang.OutOfMemoryError: Java heap space
    17-Nov-2008 17:21:33 org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet AxisServlet threw exception
    java.lang.OutOfMemoryError: Java heap space
    17-Nov-2008 17:21:36 org.apache.jk.core.MsgContext action
    WARNING: Error sending end packet
    java.net.SocketException: Software caused connection abort: socket write error
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    at java.net.SocketOutputStream.write(Unknown Source)
    at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:531)
    at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:121)
    at org.apache.jk.core.MsgContext.action(MsgContext.java:301)
    at org.apache.coyote.Response.action(Response.java:183)
    at org.apache.coyote.Response.finish(Response.java:305)
    at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:276)
    at org.apache.catalina.connector.Response.finishResponse(Response.java:486)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:285)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
    at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:686)
    at java.lang.Thread.run(Unknown Source)
    17-Nov-2008 17:21:36 org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet AxisServlet threw exception
    java.lang.OutOfMemoryError: Java heap space
    17-Nov-2008 17:23:31 org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.OutOfMemoryError: Java heap space
    17-Nov-2008 17:23:31 org.apache.jk.common.ChannelSocket processConnection
    WARNING: processCallbacks status 2
    17-Nov-2008 17:23:31 org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.OutOfMemoryError: Java heap space
    17-Nov-2008 17:23:31 org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.OutOfMemoryError: Java heap space
    17-Nov-2008 17:23:31 org.apache.jk.core.MsgContext action
    WARNING: Error sending end packet
    java.net.SocketException: Software caused connection abort: socket write error
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    at java.net.SocketOutputStream.write(Unknown Source)
    at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:531)
    at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:121)
    at org.apache.jk.core.MsgContext.action(MsgContext.java:301)
    at org.apache.coyote.Response.action(Response.java:183)
    at org.apache.coyote.Response.finish(Response.java:305)
    at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:276)
    at org.apache.catalina.connector.Response.finishResponse(Response.java:486)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:285)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
    at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:686)
    at java.lang.Thread.run(Unknown Source)
    17-Nov-2008 17:23:31 org.apache.jk.core.MsgContext action
    WARNING: Error sending end packet
    java.net.SocketException: Software caused connection abort: socket write error
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    at java.net.SocketOutputStream.write(Unknown Source)
    at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:531)
    at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:121)
    at org.apache.jk.core.MsgContext.action(MsgContext.java:301)
    at org.apache.coyote.Response.action(Response.java:183)
    at org.apache.coyote.Response.finish(Response.java:305)
    at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:276)
    at org.apache.catalina.connector.Response.finishResponse(Response.java:486)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:285)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
    at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:686)
    at java.lang.Thread.run(Unknown Source)
    17-Nov-2008 17:23:34 org.apache.jk.common.ChannelSocket processConnection
    WARNING: processCallbacks status 2
    17-Nov-2008 17:23:34 org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: getOutputStream() has already been called for this response
    at org.apache.catalina.connector.Response.getWriter(Response.java:604)
    at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:198)
    at org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:125)
    at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:118)
    at org.apache.jasper.runtime.PageContextImpl.release(PageContextImpl.java:186)
    at org.apache.jasper.runtime.JspFactoryImpl.internalReleasePageContext(JspFactoryImpl.java:118)
    at org.apache.jasper.runtime.JspFactoryImpl.releasePageContext(JspFactoryImpl.java:77)
    at org.apache.jsp.axis2_002dweb.Error.error500_jsp._jspService(error500_jsp.java:110)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:447)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
    at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:424)
    at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:343)
    at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:287)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
    at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:686)
    at java.lang.Thread.run(Unknown Source)
    17-Nov-2008 17:23:34 org.apache.jk.common.ChannelSocket processConnection
    WARNING: processCallbacks status 2
    17-Nov-2008 17:23:34 org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.OutOfMemoryError: Java heap space
    17-Nov-2008 17:23:34 org.apache.catalina.core.ApplicationDispatcher invoke
    Regards,
    Paritosh
    Edited by: anshu_299 on Nov 18, 2008 9:39 AM

    Hi,
    503 error comes when the client finds that the target server is not running or accessible.
    Is the java system up and running? Check if the server nodes are up ?
    check for the logs in work dir and if only server node is not coming up then check for default traces.
    Amit.

  • (266758030) Can WebLogic Workshop Web Services be deployed on a different Application Server?

    (266758030) Q(asked by Lalit Sudan): Can WebLogic Workshop Web Services be deployed
    on a different Application Server?
    A(by Adam Fitzgerald): .jws files are not yet an accepted standard so you can expect
    that the WebLogic Workshop Web Services cannot be ported to other Application Servers,
    however, it is a general goal to expand the functionality of the Workshop tool for
    other App Servers.

    Just so you'll know Oracle9iAS also includes apache as the HTTP server.
    As Suncan said, if you want to use Forms on the Web you need the Forms Server engine, and it comes bundled in Oracle9iAS. You'll save yourself a lot of headache if you just install Oracle9iAS and have everything pre-configured for you thus reducing maintanance costs.

  • Startup class is run before web services are deployed

    Hello, I need to run a class at server start-up which uses web services deployed on the same Weblogic server.
    I'm using Weblogic startup class, which fires after the server is up and all modules have been deployed.
    However, it is fired before web services are deployed, so this solution doesn't work.
    Is there a way to have a class that is run by Weblogic after web services are deployed?
    Right now I'm using a timer that polls the server till the services are up and running, but I hope there's a cleaner way.
    thanx,
    Mike

    Thanx for response.
    Looking at the logs, the following came to light.
    1. My app does get deployed last, but the ServletContextListener in my app is fired after all modules "...transitioned from STATE_PREPARED to STATE_ADMIN".
    It took a few more seconds for all modules to transition "from STATE_ADMIN to STATE_ACTIVE".
    2. After all modules transitioned to STATE_ACTIVE, the log shows this:
    <Channel "DefaultSecure" is now listening on xxx.xxx.xxx.xxx:443 for protocols iiops, t3s, ldaps, https.>
    I assume that only at this point are web services accessible. The error that I get when trying to invoke a web service from ServletContextListener is:
    java.net.ConnectException: Tried all: 1 addresses, but could not connect over HTTPS to server: RLOCVGVY91 port: 443
         at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:289)
    So I dunno... If my ServletContextListener waits for 10 seconds, everything works.
    Mike

  • [deployDecisionServices] There are no decision services to deploy

    I am deploying this service and testing that it is running.
    the Build is coming sucessfull but saying "[deployDecisionServices] There are no decision services to deploy"
    E:\product\10.1.3.1\OracleAS_1\bpel\samples\utils\CreditRatingService>ant
    Buildfile: build.xml
    Trying to override old definition of task customize
    pre-build:
    validateTask:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Validating workflow
    [echo] --------------------------------------------------------------
    [echo]
    [validateTask] Validation of workflow task definitions is completed without erro
    rs
    compile:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Compiling bpel process CreditRatingService, revision 1.0
    [echo] --------------------------------------------------------------
    [echo]
    [bpelc] validating "E:\product\10.1.3.1\OracleAS_1\bpel\samples\utils\Credit
    RatingService\bpel\CreditRatingService.bpel" ...
    [bpelc] BPEL suitcase generated in: E:\product\10.1.3.1\OracleAS_1\bpel\samp
    les\utils\CreditRatingService\output\bpel_CreditRatingService_1.0.jar
    deployProcess:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Deploying bpel process CreditRatingService on bg1ws0044.sonata.loc
    al, port 80
    [echo] --------------------------------------------------------------
    [echo]
    [deployProcess] Deploying process E:\product\10.1.3.1\OracleAS_1\bpel\samples\ut
    ils\CreditRatingService\output\bpel_CreditRatingService_1.0.jar
    [deployProcess] Successfully deployed the process "CreditRatingService" on serve
    r "bg1ws0044.sonata.local" and port "80"
    deployTaskForm:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Deploying workflow form for CreditRatingService on BG1WS0044, port
    80
    [echo] --------------------------------------------------------------
    [echo]
    [deployTaskForm] There are no forms to deploy
    deployDecisionServices:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Deploying decision services for CreditRatingService on BG1WS0044,
    port 80
    [echo] --------------------------------------------------------------
    [echo]
    [deployDecisionServices] There are no decision services to deploy
    process-deploy:
    post-build:
    deploy:
    BUILD SUCCESSFUL
    Total time: 17 seconds
    Thanks
    Yatan

    thanks for response, actually I am following tutorial on BPEL -->"http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28987/phase2.htm"
    can you please explain it more, or if possible tell me what exactly to do.
    thanks
    Yatan

  • New (defective) iPad replaced by Service Unit?

    iPad (first gen, wifi) was bought on 3/19/2011. this unit had a bad pixel. returned first unit on 3/26/2011 and was replaced with a service unit on same date. I discovered that none of my B&N eTextbooks can be read on the iPad and my Wiley Vitalsource books can only be used in one device (on my Mac). The second unit itself frequently freezes in the mail app and I have to, now and then, force some apps to close from the "carousel" despite having updated iOS to 4.3.1. I also frequently lost WiFi connection at work and at home that I have to go back to settings, tap wifi on/off and connect again. I decided to return the service unit today at 4/2, well within the return period, plus the fact that I cannot take consolation for a service unit knowing that fact that I bought a new one.
    Now, Apple Store employee said I cannot return a service unit because it was a service unit and my box and receipt don't match the service unit (of course). Why didn't they tell me this in the first place? I would have asked refund when I returned the first unit had I known I cannot return the service unit.
    Has it always been this way: you can't return a service unit? What is my recourse, stick with it for life?

    lllaass wrote:
    Yes, you can get a replacement unit replaced again within the warranty period (like yours is). I would demand to see the manager of the Apple store.
    Yes, I asked for another replacement. They said NO. NO. NO. NO. 3 Genius Bar people talked to me said that I have no other recourse but to keep the unit, and since it's in working condition, there is nothing I can do. But what about the fact that I am not satisfied anymore? Isn't customer satisfaction part of that too.

  • Web services deployment question

    My employer has a deployment environment typically requiring an application
    to be deployed in a multi-tier architecture (i.e. JSP/Servlets in one
    cluster, EJBs in a second cluster). They do however have this one
    application that requires a combined tier architecture and it is currently
    deployed this way. This application will shortly have a small web services
    layer added to it to support another application that needs information from
    this application.
    The IT staff that manage this environment wants to now create two clusters
    for this application on the same hardware, cluster A would contain the
    original application and be responsible for presentation and cluster two
    would contain the second app plus the web services layer and be responsible
    solely for handling web services. Their reasoning for doing so is that the
    web services are not considered presentation and thus this should be
    logically seperated. This seems strange to me, now your maintaining two
    clusters with identical code bases, doing identical work with the only
    difference being the entry point. There is no scalability advantage to two
    clusters that I can see, just a lot of extra work to create a logical
    seperation that isn't even real.
    Before I go back to them I just want to be sure I'm not missing some obvious
    reason why this would be a good idea.
    Thanks,
    George

    Tim
    You can change this behavior by passing notestconsole to the
    startweblogic.cmd or by setting the testConsoleFlag variable to false in
    the startweblogic.cmd script. Also testconsole is turned off by default for
    all EAR files.
    Please refer to the following document for more information on this
    http://e-docs.bea.com/workshop/docs81/doc/en/workshop/reference/commands/cmdStartWebLogicCommand.html
    Regards,
    Raj Alagumalai
    Backline Workshop Support
    "Tim " <[email protected]> wrote in message
    news:3f8af6cc$[email protected]..
    >
    How do you configure Workshop 8.1 to hide the Web Services test page fordeployment.
    This question has been posted and answered, but the answer had to do withediting
    the
    web-service.xml file. Workshop does not deploy a web-service.xml file.

  • Getting Error in Asmx Web Service Unit Testing & not able to debug unit-test Project.

    I am getting below error message while running unit test for ASMX web service
    Failed MyFunction The ASP.NET Web application at 'D:\MyProjectFolder' is already configured for testing by another test run. Only one test run at a time can run
    tests in ASP.NET. If there are no other test runs using this Web application, ensure that the Web.config file does not contain an httpModule named HostAdapter.
    I checked in web.config. Below line already added in web.config. i removed below line to run test again but getting same error message.
    <httpModules>
    <add name="HostAdapter" type="Microsoft.VisualStudio.TestTools.HostAdapter.Web.HttpModule, Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </httpModules>
    i am not able to debug unit test project.
    Please "Mark as Answer" if this post answered your question. :)
    Kalpesh Chhatrala | Software Developer | Rajkot | India
    Kalpesh 's Blog
    VFP Form to C#, Vb.Net Conversion Utility

    Hi Kalpesh,
    >>Failed MyFunction The ASP.NET Web application at 'D:\MyProjectFolder' is already configured for testing by another test run. Only one test run at a
    time can run tests in ASP.NET. If there are no other test runs using this Web application, ensure that the Web.config file does not contain an httpModule named HostAdapter.
    In your web application root, can you find a file named 'web.config.backup'?
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/e2ad0c20-df90-48dc-818c-8c5ec24d9365/visual-studio-test-is-not-hitting-breakpoints-in-debug?forum=vststest
    Fang also shared more information about debugging the unit test for web project here:
    https://social.msdn.microsoft.com/Forums/en-US/daa16086-b1b8-4917-ad8d-65e23b49e1bc/not-able-to-read-webconfig-through-unit-test-feature-by-visual-studiovsts?forum=vststest
    Best Regards,
    Jack
    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.

  • Service PO and Service Entry Sheets Question

    Hi Guru,
    I need some advice on the following questions in service PO and service entry sheets.
    1) How can i change the default unit of measure in service PO? where is this in customizing?
    2) How can i turn off the message "No message record could
    be found for output of message.Save anyway?" when i try to accept a service entry sheet entry?
    3)Can someone share with me the business process for service PO?
    Is it a must to do MIRO against the service entry sheet? How does the the person who is performing the MIRO transaction knows the service entry sheet number?
    Thanks.
    Zhulk

    HI,
    Following are answers to some of your questions -
    1) What do you mean by default unit measure? If this is the unit of Service, then you may change this in Service Master (T Code AC03). If the unit is at line item, then it should be AU, because you may order multiple services under one line each having different units of measure.
    2) The message "No message record could be found for output of message. Save anyway?" is displayed because, you have not maintained output message for service entry sheet. Either define the output or remove the warning message at Attributes of system messages.
    3) The process of service PO is same as material PO. The difference is that the item category for service PO is 'D' & then you maitain services for the line item either with or without service master. After completion of service, you create service entry sheet at transaction code ML81N & after accepting the service entry sheet, service entry sheet based GRN is prepared. The person who is posting MIRO is not required to know Service Entry Sheet number to post MIRO. The system automatically checks the service entry sheets accepted. Anyway, the service entry sheet number can be displayed at Purchase Order History tab of the conccerned PO at PO display option (T Code ME23N).
    Hope your query is fulfilled.
    Reward points if the answer is helpful.
    Regards,
    Prashant Kolhatkar

  • Error restarting services after deploying a RPD.

    Hi all,
    I have recently performed OBIEE installation and, when a repository is deployed and all services restarted comes an error like this one and BI Server status is down:
    Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obis1; msg 0 of 1 processes started.
    OBIEE version is 11.1.1.6 and the unique RPD that works is the sample one, any others fail during the restart process.
    I have been thinking that maybe it was a logging error but I am not sure due to the last actions I performed, which have been those:
    - Create a new user in the Console
    - Create a new repository and give the username created before and its password.
    Can you help me please?
    Regards,
    Borja M.

    Think this may be the wrong place to be posting the question about BI

  • Service Plan Duration question

    My question pertains to your service plans for desktop computers. The manufacturer gives a 1-year warranty on the computer when you buy, so would your 2-year service plan provide me 2 additional years beyond the manufacturer warranty (to equal 3 years) or is the service plan simply an additional 1 year to equal 2 years total?
    Thanks, Howard
    Solved!
    Go to Solution.

    The mfg. warranty covers mfg. defects. The GSBTP plan covers mfg. defects, dust, heat, humidity, power surge, and normal wear and tear. In addition, the mfg. will often keep repairing the unit no matter what the cost or how many times its been repaired. The GSBTP plan will replace the unit if repairs are economically unfeasible or if a part isn't avaliable. In addition, you also have the No Lemon coverage that will replace the unit after three qualified repairs and a fourth diagnosed failure.

Maybe you are looking for

  • How to track the repair box for iphone 5?

    I have the comfirmation code but not the tracking information? How do i know when Im going to get it....

  • Unit CS is not created in EN error

    Hi Gurus, After activating the datasource and trying to preview the data I got the ff error: Unit CS is not created in EN Can anyone pls help how to go round this issue. Also I would be grateful  if   someone can help me to create a routine to multip

  • A & b works also for int primitives ?

    Hello During my lessons java SCJP 5.0 I saw that the & expression also excepts integers as oprands. But how can i predict the outcome of such an expression. For example int a=1,b =1; a++; System.out.println(a & b); // Prints 0 a++; b++; System.out.pr

  • Stepping back thru History shouldn't change layers until it needs to

    Hopefully I can explain this behavior clearly. I have "Command + Z" assigned to Step Backward in history to give roughly the same functionality as multiple undo in most any other app on the Mac. When I'm doing illustration work in PsCS4, I'll often s

  • Elimination of Interunit Profit/Loss in BPC 10?

    Hi, all, how it is possible to set up an Elimination of Interunit Profit/Loss task in BPC 10? Thanks in advance and best regards Gerd