NWDS + NWAS 7.2 and JSF1.2

Hello,
I've built an JSF1.2 application and changed the context root in properties of my dynamic web project. But i can't reach my application under the path I wish. How can I do this ? Do you have an example ?
Any hints would be appreciated
Best regards,
heinrich

Solved the problem by creating an application.xml in META-INF in EAR DC with entry for context root.
<?xml version="1.0" encoding="UTF-8"?>
<application id="Application_ID" version="5"
     xmlns="http://java.sun.com/xml/ns/javaee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd">
     <module>
          <web>
               <web-uri>vendor.comtestui~web.war</web-uri>
               <context-root>testjsf</context-root>
          </web>          
     </module>
</application>

Similar Messages

  • NWDS can't deploy and cant' search

    Hi Everyone,
    I need you help:: my NWDS has 2 major problems now:
    1) Can't Deploy: when goto J2EE DC Explorer - right click on my custom project I don't get dropdown menu anymore, so I can't seleect Development component / Deploy
    2) Can't Search: I got error "No Search Extensions plugged into workbench or all search pages disabled" when select Search.
    I reinstalled NWDS but the same problems still occur.  Seems Package Explorer is still working (I can Edit files and DC/build...).
    Any advises / suggestions?  Please HELP.
    Thanks alot, Jin

    Hi Jin,
    Although you need not to save anything but to be more safe side, take a backup copy of your complete workspace.
    Make this above change and let us know if it works.
    Regards,
    Arshi

  • Two other minor errors in NWDS/WDJ Tutorial #2 (and one mroe question)

    First:
    In the layout instructions for the QuesdtionMarkView on page 25-26 of Tutorial #2, it does not say to delete the default text view (although it does say to do this for the other views.)  So when you first deploy/run as per instruction on page 29, you will see the text "QuestionMarkView" as well as the question mark image itself.
    Second (a little more important):
    On page 29, the tutorial seems to read as if the code generator has ALREADY added the line
    (1)  wdThis.wdFirePlugStartQuizOut();
    for the START plug, and that you only have to add this line of code for the EXIT plug:
    (2) wdThis.wdGetQuizInterfaceViewController().wdFirePlugGotoUrl("http://www.sap.com");
    But inn my version of NWDS, line #1 bove has NOT already been added by the code generator for the START plug, and it has to be added manually as well as line #2.
    Is this a change in the operation of the code generator or an error in the tutorial?

    hi L.M.:
    You may be right, though I can't tell at this point if I missed the step you mention when following BG's instructions on page 28 of WDJ Tutorial #2.  I'm pretty sure I followed his instructions to set plug values for all view actions, including StartQuizOut for StartPressed.  I'm sure I'll hit this again in another tutorial, and will check at that point to see if you're right.
    Anyway, 10 for explaining how the NWDS "points-and-clicks" are related to the code generator.
    Thanks
    djh

  • Migration from NWDI 6.40 to NWDS Only 7.0   and SVN

    Hi,
    I am Migrating our source code for an update from EP 6.0 to EP 7.0
    I have some projects residing in a subversion repository some projects beeing "maintained" in NWDI.
    At the moment I am trying to move the projects from NWDI to subversion.
    I struggle with:
    - changes to the referenced libraries. For some DCs i simply can change the classpath and I can do a Quick Par Upload built with the EP 7 / NW 2004s libraries (good but not shure if this is the way to go). For other DCs, for e.g. when the result is a sda file - the classpath when using DevelopmentComponent -> Build is overwritten with the DC libs which I guess are all from NW 2004.
    - So I decided to create a new project in JDI without DC an migrate the sources by hand for SDA files but I got in trouble when creating a Webservice for what to me looks like a PortalApplication Project (Created a PortalApplication Project added the Java Classes and tried to add an Webservice)
    So, can you give me some guidance how to succeed in this migration?
    At the moment I don't want another NWDI 7.0 installed as I am the only developer in this project at the moment and it seems to heavy for this and we already have most of our sources in subversion already.
    Regards and thanks in advance!
    Eckbert

    Hello Eckbert
    I see that you have not been able to find a solution for this.
    Can you provide some more information which may help the other SDN posters to assist you?
    Thanks
    Kenny
    Moderator

  • Weblogic 10 and JSF1.2

    Hi,
    I found few threads in the forum on jsf with weblgoic 10 but they didn't solve my problem.
    I am deploying a web application which uses jsf1.2_01 (due to certain limitations with our environment , i have to use only this version) on weblogic 10 server. Getting below error while deploying the app on the server.
    INFO: Initializing Sun's JavaServer Faces implementation (1.2_01-b04-FCS) for context '/SVCWeb'
    Feb 6, 2012 1:46:29 AM com.sun.faces.spi.InjectionProviderFactory getProviderInstance
    SEVERE: JSF1030: The specified InjectionProvider implementation 'com.bea.faces.WeblogicInjectionProvider' cannot be loaded.
    Feb 6, 2012 1:46:29 AM com.sun.faces.spi.InjectionProviderFactory createInstance
    WARNING: JSF1033: Resource injection is DISABLED.
    Feb 6, 2012 1:46:34 AM com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Completed initializing Sun's JavaServer Faces implementation (1.2_01-b04-FCS) for context '/SVCWeb'
    Feb 6, 2012 1:46:34 AM com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Initializing Sun's JavaServer Faces implementation (1.2_01-b04-FCS) for context '/SVCWeb'
    Feb 6, 2012 1:46:34 AM com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Completed initializing Sun's JavaServer Faces implementation (1.2_01-b04-FCS) for context '/SVCWeb'
    When I hit the the application url , getting the below error in the server logs:
    <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@3c49760 - appName: 'SVCWeb', name: 'SVCWeb.war', context-path: '/SVCWeb'] Root cause of ServletException.
    java.lang.IllegalStateException: Servlet response already use stream, Writer not possible
    at org.ajax4jsf.webapp.FilterServletResponseWrapper.getWriter(FilterServletResponseWrapper.java:207)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:163)
    at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
    at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:133)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:244)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
    at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
    at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:368)
    at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    I dont want to use weblogic's implementation of jsf. How can I run my application with the jsf-impl jars which are deployed as part of my war .
    Pleae advice.
    Edited by: 912482 on Feb 6, 2012 12:30 AM

    On some servers it is. Maybe it does not help in your case, but an example configuration looks as:
    <faces-config xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd" version="1.2">
        <application>
            <message-bundle>userinterface.resources.messagebundle</message-bundle>
            <locale-config>
                <supported-locale>en</supported-locale>
                <supported-locale>nl</supported-locale>
            </locale-config>
            <view-handler>org.ajax4jsf.application.AjaxViewHandler</view-handler>
        </application>
    </faces-config>in the web.xml you have to configure the org.ajax4jsf.VIEW_HANDLERS property in you want to use facelets
    <context-param>
            <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
            <param-value>com.sun.facelets.FaceletViewHandler</param-value>
    </context-param>

  • Resetting the JSF Portlet State in weblogic portal 10.3 and JSF1.2

    Hi ,
    I have a Registration JSF Portlet. It has two pages, “Registration home Page" and " Registration confirm Page". After I,enter the Registration details on " Registration home Page" and click submit, I will get a " Registration confirm Page". Add this JSF Portlet on a page in weblogic portal 10.3. Now visit some other page and comeback to the page on which I added the JSF Portlet, I will see that it is showing " Registration confirm Page", i.e the state is retained.
    My problem is... I want to see " Registration home Page " everytime you visit the page. how can be achieved in weblogic portal 10.3.
    Can any one help me out with this problem ..
    Thanks,
    Ram

    My approach was to programmatically redirect to the page again with _nfpb=false. I do this in the handlePostbackData() method in the portlet's backing file.
    redirectUrl = redirectUrl.replaceAll("_nfpb=true", "_nfpb=false");          
    PortletBackingContext.getPortletBackingContext(request).sendRedirect(redirectUrl);
    Matthias Rohe
    [email protected]
    Edited by: user7964913 on 29.09.2010 04:06

  • Problems with NWDS 7.1 EHP1 and JPA persistence unit

    In EJB project with JPA Facet Iu2019m working without any problem for several days. But, after two weeks, JPA plug-in of Eclipse is not working fine.
    When I try to generate DDL Iu2019m getting the following error window:  There isnu2019t a registered persistence unit in the project. But this is not true. Curiously sometimes it works fine.
    Can any body has any suggestion for correcting this issue?
    Thanks in advanced.

    Hi,
    I had the same problem and luckily stumbled upon the solution today.
    1. File persistence.xml is located in /ejbModule/META-INF. Path /build/classes is empty.
    2. Right-click on the DC/project and select "Properties".
    3. In "JPA", change parameter "Platform" or "Connection", then restore the original value. The purpose is to set a dirty flag which will make the IDE generate the missing stuff in path build/classes.
    4. A copy of resource branch META-INF and the .classes files will appear below /build.
    5. Right-click on the DC/Project and select "JPA-Tools -> Generate DDL".
    Please let me know if it works for you.
    Cheers,
    Thorsten

  • Linkage Error in Mapping and Operation mapping testing for Synchronous in NWDS

    Dear Experts,
    Hope you all are doing fine..
    I am working in a synchronous scenario Proxy via SAP PI 7.4 to JAVA Application supporting JSON.I wrote JAVA program to convert JSON to XML and while performing test for the JAVA mapping in response structure at Operation Mapping,I am receiving following error..
    LinkageError at JavaMapping.load(): Could not load class: json2xml/bin/pack/EsrJson2Xml
    java.lang.NoClassDefFoundError: json2xml/bin/pack/EsrJson2Xml (wrong name: pack/EsrJson2Xml) at
    java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:735)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:716) at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
    at com.sap.aii.ib.server.mapping.execution.MappingLoader.findClass(MappingLoader.java:195)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:372) at java.lang.ClassLoader.loadClass(ClassLoader.java:313)
    I followed some of discussions for the Linkagae error http://scn.sap.com/thread/1418477 but could not help..
    Following are details of my NWDS and PI server:
    SAP NetWeaver Developer Studio
    SAP Enhancement Package 1 for SAP NetWeaver Developer Studio 7.3 SP10 PAT0000
    Compiled the project with JAVA SE-1.6 as well as 1.5
    SAP PO 7.4 Java Only , Release: NW731CORE_10_REL
    SP: 05 JDK: jdk16 Latest Change: 353688
    I have taken care to export all the Jar files used in NWDS to be exported and then imported as Archived files in PI server.
    But could not see the 5 jar files in ESR. I hope there is some issue with name as can see in the log.Can the issue be solved?
    How to test the Operation mapping for Synchronous Message in NWDS?
    Regards
    Rebecca

    Dear Hareesh and Experts,
    I resolved the issue by doing the below steps.
    1. Downloaded the JDK5 and updated the Java console i.e. JRE 15.
    2. I had  created this project using the JAVA Compiler with JAVA SE1.6 initially. Changed this to 1.5 in the Properties of the Project.
    3. Uploaded the project again in ESR Imported Archive.
    The issue is solved.
    Thanks a lot for all your inputs.

  • Logs and traces are not reflecting in NWA

    I have to check default trace files from NWA. and for this NWA->montiroing->logs and traces->defaualt traces(filter) but it is saying no logs found.
    Do I have to activate some setting?not sure of this.Can any one let me know what I have to do to make default traces to be shown in NWA.
    Thank you.

    First of all I think this might be because you have not logged in as SAP NetWeaver Admininstrator role.
    Check SAP Note [1166762|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1166762]
    Form this note check that you have activated "Default Logger Param" in the Configuration > Miscellaneous area of Risk Analysis and Remediation.
    Also you will get few more notes at SAP if you want to activate specific logs.

  • Unable to view logs and traces via NWA

    under netweaver administartion I am unable to see logs and traces .when click on the monitor and logs&traces getting the error : "cannot start plug-in".
    Path : NWA>monitoring>logs and traces.
    Please help me .

    Gopal's instructions are fairly clear about the post install steps. Log on to NWA and use the "Deploy and change"  option in the NWA TLN. You will now see a list of tasks organized by template and scenario. One of these under scenario NWA is configure NWA.
    (This is EP7, right?)
    (and I am impressed that he wants you to "avoid points if useful"!)

  • Deployment Error in NWDS 7.2

    Hi All,
    My server and NWDS are on same patch level. Once i am trying to deploy a simple scenario, i am getting below deployment error.
    Status ERROR
    Plugin : com.sap.ide.tools.services
    code=0
    Deployment problems
    children=[
    Status ERROR
    Plugin : com.sap.ide.tools.services
    code=0
    Deploy Exception.
    com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.
    Reason: ASJ.dpl_dc.001085 An error occurred while deploying the deployment item [demo.sap.com_dc_my_name_age].
    ; nested exception is:
         com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_dc_my_name_age]. Cannot deploy it.
    at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:891)
    at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:259)
    at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:104)
    at com.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:178)
    at com.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:92)
    at com.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$3.run(DcDeployAction.java:236)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Nested exceptions :com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 An error occurred while deploying the deployment item [demo.sap.com_dc_my_name_age].
    ; nested exception is:
         com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_dc_my_name_age]. Cannot deploy it.
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:244)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:62)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:273)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:95)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Nested exceptions :com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_dc_my_name_age]. Cannot deploy it.
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:134)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:130)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:210)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:62)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:273)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:95)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Nested exceptions :com.sap.engine.services.deploy.server.utils.DSRemoteException: ASJ.dpl_ds.006193 Error while deploying ear file /usr/sap/BPD/J03/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/135/demo.sap.com~dc_my_name_age.sda; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: TxException
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:4443)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:353)
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:116)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:130)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:210)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:62)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:273)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:95)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Nested exceptions :com.sap.engine.services.deploy.container.DeploymentException: TxException
    atcom.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:1280)
    atcom.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deploy(ContentArchiveDeployContainer.java:137)
    atcom.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:273)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:577)
    atcom.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:297)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:211)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:697)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:755)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2238)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:401)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:351)
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:116)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:130)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:210)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:62)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:273)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:95)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Nested exceptions :java.lang.Exception: com.sap.engine.services.ts.transaction.TxRollbackException: Current transaction is marked for rollback
         at com.sap.engine.services.ts.transaction.TxManagerImpl.commitLevel(TxManagerImpl.java:587)
         at com.sap.transaction.TxManager.commitLevel(TxManager.java:237)
         at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:1277)
         at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deploy(ContentArchiveDeployContainer.java:137)
         at
    Please help me .
    Thanks
    Vidhi

    HI ,
    I am able to over deployment problem. It was due to some error in code of view i created. because of that, it was giving deployment error.
    Now, when i goto NWA->Configuration -> Process and Task -> Process Repository, I can see my deployed DC's. When i select my process and go to start process, Start Process button is blurred (means read only). Can you please help me on this?
    Thanks and Regards
    Vidhi

  • WDJ Exception logging in NWA

    Hi,
    I am trying to write some piece of code in WDJ using which exceptions caught can be shown in NWA under "Default Trace".
    I am using the following piece of code:
    LoggingHKComp loggingHKComp = new LoggingHKComp(wdThis);
           String packageName = loggingHKComp.getClass().getPackage().getName();
           location = Location.getLocation(packageName);
           location.traceThrowableT(1, "Error in Application", hkexception);
    hkexception is a parameter of the method of type java.lang.Exception.
    This kind of works but does not show the whole stack trace in the  Default Trace . It actually points to some entry in the sever log file. Is there any way I can get the whole stack trace in the "Default Trace".
    Also kindly advise me on any settings that need to be made in the NWA to achieve this.
    I am using NWDS 7.1 EHP1 and CE 7.1
    Thanks and Regards,
    Himanshu

    Solved using :
    SimpleLogger.traceThrowable(Severity.ERROR, location, "Error inApplication", hkexception);
    Himanshu

  • Can not execute web service out of vc modelled in nwds

    Hi,
    I am working on CE 7.11 and modelled in NWDS a VC model. I am using several web services. The web services was found by Service Registry and could be added to the vc model without any problems.
    But when I deploy my vc model and try to execute a service I got two errors:
    Error occurred while identifying the destination : Destination CE2 not found
    Error occurred during Destination Lookup
    I know that I have to set something, somewhere but I do not know where. I could cry!
    May somebody help me please?
    Regards

    Hi,
    thats really crazy. You lead me to a new thinking and after hours I got my example running!
    In NWDS:
    When I search and add the web service over the Service Registry and right click at the method > Configure > Target Component I see that NWDS takes as System alias "CE2". Thats wrong because, actually it should take the service name!
    To handle this problem at Window > Preferences > Web Service Configuration I define new service, refresh my service search in NWDS and add it to the model. Now at "Configure > Target Component" I have the correct system alias.
    As final step I only have to define in NWA a HTTP Destination with the exactly same name as defined in System alias.
    But do you know why NWDS takes wrong "System alias" over Service Registry menue?
    Regards

  • I can't find the remove application option on the NWA

    I'm developing an EJB 3.0 project using NWDS 7.1 SP05 and I need to remove my EJB application that deployed earily and not used anymore on the J2EE server. I remember that I used to remove my application in the Deploy service using the remove option in Visual administrator In the Netwearver 7.0. Visual administrator dost not exist anymore. so i've serched NWA but I can't find it. Please help me.

    I've solved it myself. It changed to NWDS from the Visual Administrator. It can be undepolyed using undepoly view in the NWDS.
    I can find the answer using keword 'Deploying and Running the Application from NWDS' in the help portal.

  • SAP NW CE 7.1 EHP1 NWDS Preview Version Installation issue

    I am running into follow error message when trying to install NWDS of SAP NW CE 7.1 EHP1 Preview Version
    Error Message:
    Unable to complete action for feature "SAP NetWeaver Developer Studio Java EE" due to errors
    Error Details:
    Unable to complete action for feature "SAP NetWeaver Developer Studio Java EE" due to errors.
      Unable to complete action for feature "SAP NetWeaver Developer Studio Facades" due to errors.
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
      Unable to complete action for feature "SAP NetWeaver Developer Studio Facades" due to errors.
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
      Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
    Before error message is displayed, I get Windows Pop message with Windows Installer message as below:
    Windows ® Installer. V 3.01.4000.1823
    msiexec /Option 
    Install Options
              i - Status messages
              w - Nonfatal warnings
              e - All error messages
              a - Start up of actions
              r - Action-specific records
              u - User requests
              c - Initial UI parameters
              m - Out-of-memory or fatal exit information
              o - Out-of-disk-space messages
              p - Terminal properties
              v - Verbose output
              x - Extra debugging information
              + - Append to existing log file
              ! - Flush each line to the log
    - Log all information, except for v and x options
         /log
              Repairs a product
              p - only if file is missing
              o - if file is missing or an older version is installed (default)
              e - if file is missing or an equal or older version is installed
              d - if file is missing or a different version is installed
              c - if file is missing or checksum does not match the calculated value
              a - forces all files to be reinstalled
              u - all required user-specific registry entries (default)
              m - all required computer-specific registry entries (default)
              s - all existing shortcuts (default)
              v - runs from source and recaches local package
    Setting Public Properties
    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.
    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.
    Please advice?
    Best regards,
    Sridhar

    Hi,
    Although I have not encountered this error in my installation copy - you can try the following:
    Take the zip file for NWDS to another machine and install it. If you do get the same error - then the zip file was damanged in the transfer - if not then probably it is an issue with the Microsoft Installer files that you are using. If you are using a legal version of Windows then upgrade to the latest updates and then try again. You can try the same steps after shutting down and restarting your PC.
    Most probably the zip file is damaged since the MSI has run successfully.for the CE WAS.
    p256960.

Maybe you are looking for

  • Invisible Deadlock caused by HashMap in AppContext

    Hi All,      I have a strange behaviour where the AppContext.get() is waiting for lock of a HashMap that is not locked by any other task. This freezes my GUI because the AWT-EventQueue wants to stop a javax.swing.Timer that is locked by the TimerQueu

  • Set DOCTYPE for a self rendered HTML page using cl_gui_html_viewer

    G'Day! I'm dealing with HTML in ABAP and i' stuck with a nasty little problem. Perhaps somebody know's the answer and can help me out. Thanks in advance. (I'm sorry for my poor english) My problem is: I am rendering a html page in abap and display is

  • Saving Bit-Accurate Setti

    Decided to ask this in a new thread instead of keep going on in my other thread.... I have an Audigy 4 Card. In order to play a .wav file that was coded in Dolby Digital or DTS out of my Logitech Z-5500 accurately, without it giving a pinknoise, I ha

  • Essbase.Sec corruption and relation with Planning

    Hi all, Is there any relation for Essbase security file with other Hyperion tools ? We have security in Shared Services and have variety of Hyperion tools. If Essbase security file gets corrupted and restored backup is historical then will it has imp

  • UME portal - no connection possible

    Hello, i'm trying to connect my EP 7 to an ABAP system ECC 5 for the UME configuration. When I did it, it's no more possible to connect to the portal with all the users, except administrator. In the default trace I got the error below: Date : 02/25/2