Problem acessing webdynpro applications deployed using SDM

Dear All,
We have two seperate boxes for ECC 5.0 and (WEBAS + EP).
I am trying to run ESS and MSS on portal.
I downloaded BP for ESS/MSS 100(for souce cose) and ESS/MSS 60.1(iview and other content) both.
I deployed them both through SDM.
I maintained all required JCo connection with ECC system as my target system.
I maintained SAP_WEBDYNPRO_XSS system as my WAS system.
I can see ESS/MSS roles and pages etc in portal.
Also in webdynpro content administration i can see all deployed service i.e. ess/ar/pdata etc.
When i select any of the service, and drip down to application node, i get error
"Failed to find classpath for sap.com/ess~ben"
or whatever service i select.
when i run the application i get attached error.
if you have any clue.. what is missing?
thanks for your time,
Regards,
Sudhir
java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/progmodel/api/IWDEventId
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
at java.lang.Class.getConstructors(Class.java:865)
at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:68)
at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:38)
at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doInit(ClientComponent.java:775)
at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:329)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:352)
at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:593)
at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
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)

Hi Shubham,
Thanks for your reply..
I am
Installations and Upgradesè -> SAP NetWeaverè -> SAP NETWEAVERè -> SAP NETWEAVER 04 -> Business packages -> Portal content
I have deployed ESS, MSS and SAPPCUI_GP files.. and in SDM i can see they are successful deployed..
in ESS deployment there was some error for ess/tra
and other component ess/tra/*
no idea that will cause this issues. check the log in SDM.
Starting Deployment of ess/tra
Finished with warnings: development component 'ess/tra'/'sap.com'/'MAIN_xss04VAL_C'/'114133':
Caught exception during application startup from SAP J2EE Engine's deploy service:
java.rmi.RemoteException: Error occurred while starting application sap.com/ess/tra and wait. Reason: Clusterwide execption: server ID 2107050:<Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Failed implicit start for sap.com/esstratrr : Unknown state(5)', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Failed implicit start for sap.com/esstratrr : Unknown state(5)', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Failed implicit start for sap.com/esstratrr : Unknown state(5)', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Failed implicit start for sap.com/esstratrr : Unknown state(5)
(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
Deployment of ess/tra finished with Warning (Duration 11282 ms)

Similar Messages

  • Problem with CORBA application deployed using Java Web Start 1_6_0.

    Java Web Start fans and experts:
    We have been using Java Web Start to deploy the client side of a CORBA-based application since the inception of Java Web Start ... including Java Web Start 1.0 right up through the present.
    With Java Web Start 1_6_0, we see evidence that Web Start is "tinkering with" the IOR that CORBA uses to communicate. In all previous versions of Java Web Start, independent of the JRE which the application uses, the stringified IOR have been the same size regardless of whether the application is deployed locally or via Java Web Start. With Java Web Start 1_6_0, the stringified IOR is much longer than the "real" IOR (again, regardless of the JRE used by the application itself). To me this smells like a bug in Java Web Start 1_6_0. Has anyone else observed this behavior?
    Here are some specifics .... I've run the same client application with various JREs both with and without Java Web Start as the deployment mechanism. The application was compiled and runs against servers that are running JDK 1_5_0_09.
    Here is the summary of my results from a Linux box running various JREs, various versions of Java Web Start, and also running as a non-JWS deployed application. I've listed the length of the stringified IOR in each case.
    JRE 1.5.0 non-JWS client: stringified IOR length = 344
    JRE 1.6.0 non-JWS client: stringified IOR length = 344 ... this, I think, excludes the JRE as the cause of these problems.
    Java WS 1.5.0, JRE 1.5.0 JWS client: stringified IOR length = 344
    Java WS 1.5.0, JRE 1.6.0 JWS client: stringified IOR length = 344
    Java WS 1.6.0, JRE 1.6.0 JWS client: stringified IOR length = 1568
    Java WS 1.6.0, JRE 1.5.0 JWS cleint: stringified IOR length = 1568
    In all cases, the stringified IOR length is determined by the service receiving the message and is always running JRE 1_5_9_09 and is
    always the same 344 characters in length UNLESS it was deployed
    using Java Web Start 1_6_0, in which case it in nearly 5 times as big!
    To me, it sure looks as if there is a problem with Java Web Start 1_6_0 to be adding so much to the stringified IOR. Note: it's hard to tell how different the underlying IOR is in the JWS 1_6_0 case because, unlike most other ORBs, the Sun ORB doesn't have a tool to extract the IOR into a human readable structure. However, I can think of no good reason why the identical application deployed using Java Web Start 1_6_0 should have a stringified IOR length that is different than that of the same application deployed in non-JWS form or should differ from the behavior seen in all previous releases of Java Web Start.
    Any clues or suggestions? Has anyone else observed this behavior?
    Thanks,
    John

    Hi.
    I got a different problem. My Corba application works in JRE 1.6, but doesn't works in JRE 1.5.X. I got an unexpected error and my console shows:
    getSubjectX500Principal NoSuchMethodError: java.lang NoSuchMethodError
    #### Java Web Start Error:
    #### null
    Can you help me?

  • Application deployment using SDM or NWDI

    Hello guys,
    I'm working on a web dynpro + web services application. It's was developed to work with
    SAP Portal, and MDM 5.5 SP06.
    But we have a problem here. As you people know, we have two forms of deployment of the application to a portal: SDM and NWDI.
    Of course, for security reasons, the company has forbidden the access to the SDM password, so, we are unable to deploy the EAR file directly to the portal server.
    We're then working with NWDI deployment, (create activity then activate). But we are getting alot of trouble here.
    The developers are creating alot of actitivties to test the application, i mean, everytime they need to test anything, they create a "test" actitivty then activate it to the development portal.
    I'm really concerned about those activities, because i wonder if they might mess up with the NWDI and compromise the future of the project.
    Then again, the deployment over this method (test activities) almost never work. The developers complains alot because they can't find the deployment logs, and the deploy just don't work. Otherwise, the SDM deploy works everytime on their own portals installed on their notebooks.
    So, there is my question: There is anyway to find a document, best pratice or anything to show to the company, that the SDM deploy is recommended or anything by SAP?
    There is anyway to show them that the develpoers NEED to test (deploy) the application via SDM?
    I mean, i need something more than just the opinion of the developers or my opinion, i need a document or something.
    Thanks people, sorry for my bad english!

    This thread discuees abuout NWDI and SDM and it might helpful:
    /thread/1042157 [original link is broken]
    Thanks
    Krishna

  • Calling a Webdynpro Application in using WDURLGenerator.getApplicationURL

    Hi,
    I have to call a webdynpro application in an external window using the application name. Please note that no iViews are created out of the application which i am going to call.
    I have DC1 and DC2 and from the Comp Controlller of DC1 , i need to invoke the application in DC2.
    String depObjectName =wdComponentAPI.getDeployableObjectPart().getDeployableObjectName();
    WDDeployableObjectPart depObjectpart=WDDeployableObject.getDeployableObjectPart(depObjectName,"TestApp",WDDeployableObjectPartType.APPLICATION);
    String url = WDURLGenerator.getApplicationURL(depObjectpart) ;
    window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(url,"Test View");
    window.show();
    Is this the correct API to get getDeployableObjectName which is in the different DC.
    Please let me know the correct API which i can use to get the getDeployableObjectName and the subsequently the Application which is availbale in the different DC.
    Thanks and Regards,
    Sekar

    Hi Chintan Virani,
    Thanks for your reply.
    Is it possible to get to know through the APis that the Webdynpro Application Deployed in the server is started.
    I hope some API's will be available.I need to open this application only when it is started.
    I tried this,
    IWDDeployableObject deplObj = WDDeployableObject.getDeployableObject("TestApp");
    if (  deplObj.getState() == WDDeployableObjectState.STARTED ) {
        // do something
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create deployable object TestApp' since it is not a Web Dynpro object.    null
    Thanks and Regards,
    Sekar

  • Webdynpro application deployment problem

    Hi, I am tring to deploy webdynpro application using netweaver studio 2004 version, and using ep6.
    when I deploy and run application , I get following error:-
    URL to deploy : file:/C:/DOCUME1/PROCES1/LOCALS~1/Temp/temp32470a.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/PROCES1/LOCALS~1/Temp/temp32470a.ear
    Aborted: development component 'a'/'local'/'LOKAL'/'0.2006.09.28.23.40.19':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Only Administrators have the right to perform this operation.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    1.
    why does it say only administrator can deploy? I am uing login which has admin rights.
    2. is there any other way to deploy ear file? using some SDM  or other way? How?

    I tried using SDM, same error message: only adminsitrators have rights to perform this action.
    I think, I am not able to access J2EE engine.
    How to get J2EE engine access?
    Message was edited by: Ankit

  • Problem in Running a Webdynpro Application Which uses itext.jar

    Hi,
    I have created a Webdynpro DC which uses a DC called xxx_lib which contains the external JAR Files. (itext.jar etc)
    This JAR file is in my library path as well.
    I have added the lib_dc as used DC under the webdynpro DC.
    The Compilation and build went fine without any error. But when in run the Application Under ---> Content Administration --> Webdynpro , I am getting the following Error.
    The initial exception that caused the request to fail, was:
    <b>java.lang.NoClassDefFoundError: com/lowagie/text/Element
    Failed to create delegate .....
    (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)</b>
    Please let me know if somebody knows the solution.
    Thanks and Regards,
    Sekar

    Hi Sekar,
    Please look into the link below.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7b8180e5-0601-0010-0c94-9bccb92de9c1
    Goto section 2.2.3.1 Defining Libraries Page No. 75
    It gives you the entire process of creating the library DC and referencing the same in your WebDynpro project.
    Hope this helps.
    Regards,
    Rekha Malavathu

  • WebDynpro Application Deployment SDM Error

    Hi all
    I tried to deploy the WebDynpro application but after giving SDM password I m getting following error.
    Deployment exception : Server wsrm00 did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server wsrm00 at port 50018: wsrm00
    Inner exception was :
    Server wsrm00 did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server wsrm00 at port 50018: wsrm00
    Pls help me out..

    Hi Vinod
                         There could be numerous reasons as to why this error is throwing up.
    This thread can give you more details about them:-
    did not accept login request as admin on port 50018
    Cheers.
    Award poitns for helpful answers:-)

  • Webdynpro application deployment issue.

    Hi Laydies/Gentlements,
    When I try to deploy webdynpro application, it threw application deployment exception. Anyone can help me?
    The message like below:
    2010/11/11 下午 03:36:36 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [008]Deployment aborted
    Settings
    SDM host : PSTVHKDV12
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/ericl/LOCALS1/Temp/temp51927phoenixtv.com~eform.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ericl/LOCALS1/Temp/temp51927phoenixtv.com~eform.ear
    Aborted: development component 'eform'/'phoenixtv.com'/'LOKAL'/'0.2010.11.11.15.36.16'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application phoenixtv.com/eform.. Reason: Clusterwide exception: Failed to deploy application phoenixtv.com/eform. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application phoenixtv.com/eform. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    I copied the source from the other project to current new DC Project. But it's not deployed  successfully.
    Thank you
    Hope you can help me.
    Regards
    Eric

    Hello,
    There are two reasons for the Clusterwide exception:
    1) Firstly, check whether all the referenced components (any used DCs) are already deployed on the server. If not, then first deploy those components and then try deploying the eform.ear again
    2) If all the dependent components are already deployed, then the reason for this error is that there is already an .ear deployed on the J2EE server with the same application and/or component name. So, you must either:
    a) Undeploy the previous application (having the same application name as the eform.ear application)
    OR
    b) Create a new application in the eform.ear project and rename the component. Renaming the component would require changing the name of the component in the implementation as well, wherever the component has been referenced. The newly created application must be mapped to this new component.
    Then try re-deploying the eform.ear again.
    Hope this helps. Do let me know if you need further help.
    Regards,
    Divyata

  • Webdynpro application deployment error

    Hi,
    When i tried to deploy a webdynpro application into portal6 it gives me the following error message. When asked for the SDM password i gave the sdm password, which is the same i use to login to SDM thru RemoteGUI.bat.
    Oct 3, 2005 1:47:09 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : portal6
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/GOPINA1/LOCALS~1/Temp/temp10205TutWD_KMBrowser_Init.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/GOPINA1/LOCALS~1/Temp/temp10205TutWD_KMBrowser_Init.ear
    Aborted: development component 'TutWD_KMBrowser_Init'/'local'/'LOKAL'/'0.2005.10.03.13.47.07':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [portal6] with user name: [J2EE_ADMIN]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: User not authorized.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted.
    Can anyone help me in this regard.
    thanx.
    Gopi

    Hi Gopi,
    Check what roles assigned to user J2EE_ADMIN at http://<server>:<port>/useradmin
    Also check password for J2EE_ADMIN should be same at both side, in Useradmin and in config tool.
    Regards,
    Bhavik

  • Webdynpro application deployment failed.

    Our development team working on NWDS to develop some webdynpro application, but they are unable to deploy the application on one of portal.
    Error Logs
    Jul 29, 2011 8:46:28 AM  Info: The SDM client uses an old SDM client API.
    Jul 29, 2011 8:46:28 AM  Info: -
    Starting deployment -
    Jul 29, 2011 8:46:28 AM  Info: Error handling strategy: OnErrorStop
    Jul 29, 2011 8:46:28 AM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Jul 29, 2011 8:46:28 AM  Info: Update strategy: UpdateAllVersions
    Jul 29, 2011 8:46:28 AM  Info: Starting deployment prerequisites:
    Jul 29, 2011 8:46:28 AM  Info: Loading selected archives...
    Jul 29, 2011 8:46:28 AM  Info: Loading archive 'E:\usr\sap\P4S\JC00\SDM\program\temp\temp33884warnerbros.com~BusPartnerReports.ear'
    Jul 29, 2011 8:46:30 AM  Info: Selected archives successfully loaded.
    Jul 29, 2011 8:46:30 AM  Info: Actions per selected component:
    Jul 29, 2011 8:46:30 AM  Info: Update: Selected development component 'BusPartnerReports'/'warnerbros.com'/'JDE_P4EPPS2_D'/'20110729054247'/'0' updates 
    currently deployed development component 'BusPartnerReports'/'warnerbros.com'/'JDE_P4EPPS2_D'/'20110728231626'/'0'.
    Jul 29, 2011 8:46:30 AM  Info: Ending deployment prerequisites. All items are correct.
    Jul 29, 2011 8:46:30 AM  Info: Saved current Engine state.
    Jul 29, 2011 8:46:30 AM  Info: Starting: Update: Selected development component 'BusPartnerReports'/'warnerbros.com'/'JDE_P4EPPS2_D'/'20110729054247'/'0' 
    updates currently deployed development component 'BusPartnerReports'/'warnerbros.com'/'JDE_P4EPPS2_D'/'20110728231626'/'0'.
    Jul 29, 2011 8:46:30 AM  Info: SDA to be deployed: 
    E:\usr\sap\P4S\JC00\SDM\root\origin\warnerbros.com\BusPartnerReports\JDE_P4EPPS2_D\0\20110729054247\temp33884warnerbros.com~BusPartnerReports.ear
    Jul 29, 2011 8:46:30 AM  Info: Software type of SDA: J2EE
    Jul 29, 2011 8:46:30 AM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Jul 29, 2011 8:46:36 AM  Info: Begin of log messages of the target system:
    11/07/29 08:46:30 -  ***********************************************************
    11/07/29 08:46:30 -  Start updating EAR file...
    11/07/29 08:46:30 -  start-up mode is lazy
    11/07/29 08:46:31 -  EAR file updated successfully for 1641ms.
    11/07/29 08:46:31 -  Start updating...
    11/07/29 08:46:36 -  EAR file uploaded to server for 4503ms.
    11/07/29 08:46:36 -  ERROR: Not updated. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Error occurred while updating ear file ./temp/deploy/work/deploying/BusPartnerReports.ear.
                         Reason: Already started operation with application warnerbros.com/BusPartnerReports in the cluster. No other operation with this 
    application is allowed at the moment.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:692)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:330)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:201)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:137)
                              at 
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                              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:104)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
                         For detailed information see the log file of the Deploy Service.
    11/07/29 08:46:36 -  ***********************************************************
    Jul 29, 2011 8:46:36 AM  Info: End of log messages of the target system.
    Jul 29, 2011 8:46:36 AM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Jul 29, 2011 8:46:36 AM  Error: Aborted: development component 'BusPartnerReports'/'warnerbros.com'/'JDE_P4EPPS2_D'/'20110729054247'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while updating ear file ./temp/deploy/work/deploying/BusPartnerReports.ear.
    Reason: Already started operation with 
    application warnerbros.com/BusPartnerReports in the cluster. No other operation with this application is allowed at the moment.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Jul 29, 2011 8:46:36 AM  Info: Starting to save the repository
    Jul 29, 2011 8:46:36 AM  Info: Finished saving the repository for 453 ms.
    Jul 29, 2011 8:46:36 AM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Jul 29, 2011 8:46:36 AM  Error: -
    At least one of the Deployments failed
    First two time we received different error and got resolved.
    Thanks
    Goud

    Hi,
    As per log, You tried to deploy application when someone was accessing it. You need to ensure that noone is using the application before deploying it. In such situation, webdynpro application goes to stopping/red status on server. You can now resolve this issue in two ways:
    1. Restart your portal which will reset all application status to active
    2. Ask Administrator to use NWA to stop and start application.
    First option will always work!
    Nitesh

  • Refresh problem of Webdynpro application which is wrapped in a BSP IFrame

    I have a BSP Iframe inside which I am calling a webdynpro application ('zwdc_re_replenishment'). The requirement is that this WD application should be reloaded whenever a timeout occurs. Currently, when there is a timeout, an error is shown.
    In order to achieve this, for this WD Application , I have a SICF node to which I have attached a customized Errorpage via the option 'Redirect URL'.
    Whenever the WD application undergoes a timeout error, my custom error page is called which is named as errorpage.htm. On this page in the 'OnInitialization event', I try to call the WD application URL again (via the following code) which should reload the application. But instead I get a blank page.
    CALL METHOD cl_wd_utilities=>construct_wd_url
      EXPORTING
        application_name = 'zwdc_re_replenishment'
      IMPORTING
        out_absolute_url = lv_def_url.
    response->redirect( url         = lv_def_url
                        permanently = 1 ).
    Just as a note I have already tried out the following methods as well but nothing works
    *navigation->exit( lv_def_url ).
    *navigation->call_application( lv_def_url ).
    Is this because my WD application is inside a BSP Iframe and therefore reloading it manually does not work ?
    Please help!
    Thanks.
    Sukanya

    Hi Thomas,
    First of all, thanks a lot for replying !!
    Sorry for the confusion. Although seems like you have answered my question already.
    Actually the requirement for embedding WDA inside a BSP Iframe came up since there are some WD report applications  that are accessed by very controlled environments in which the users were not able to close the WDA session directly (without the IFrame)  and were getting some errors. Hence the WDAs had to be wrapped inside BSP IFrame which solved the above problem.
    I am working with only one BSP app which has the Iframe and one WD app which is called within the BSP app.
    Now, the other requirement that came up was that whenever the WDA session inside the BSP IFrame expires, there should be no error page and instead the WD app should be reloaded.
    So  I was trying to reload the WD App in the following way.
    1. For the SICF node of WDA, I attached an errorpage.htm for all the tabs under the tab 'Error Pages'. I have defined this errorpage.htm inside the same BSP App which has got another default.htm page. So the BSP App has 2 views : default.htm which has the IFrame and Errorpage.htm.
    2. So now when the WDA expires, the events of errorpage.htm are called like OnInitialization, In this event I was calling the methods navigation->exit( 'URL of the same WDA' ).
    I did this because I wanted to reload the WDA whenever it expires. I tried to specify the WDA Url in the SICF node of the same WDA in 'Redirect URL' under the Error Page tabs but it didnot work.
    Now I realize this is not gonna work. I didnot want to modify the WDA and so I didnot specify any exit plugs in the WDA which would have taken care of reloading the WDA. But that seems to be the only way out.
    Actually speaking there are multiple WDAs which will open inside the same BSP IFrame via their own Application URLs. I have coded the BSP IFrame to read the URL Parameters and open up the corresponding WDA.  So now I have to define an exit plug in all of these WDAs.
    Do you suggest that this will solve the problem of WDA refresh ? Just to confirm.
    Thanks again.

  • Webdynpro application deployment

    Hi Friends,
    I deploy and run my webdynpro application on Portal server.
    is tehre any way for ot deployment, as every time deployement takes 10 to 15 minutes to deploy the file.

    It shouldn't take that long to deploy, is the server in a remote location?  Anyway, you can install a local engine with on your laptop or a machine at least inside your building.   Then you can deploy to it as you like, when you have a finished product, then deploy to your engine which the portal is running on.
    For this local engine, all you need is the engine, you don't need the portal.
    Regards,
    Rich Heilman

  • Mass ADF Application Deployment using JDeveloper

    I really hope there is a simple answer for this...
    I have a 'suite' of Oracle ADF applications (they use ADF Faces + ADF Business Components + JHeadstart technology) that I would like to mass-deploy / mass-redeploy to our Oracle Application Server 10g (10.1.3).
    What is the easiest solution that will let me just say "GO!" and thus deploy all 17 individual web applications to the server? For the longest time I have been just individually deploying each application through each individual WAR Deployment Profile (*.deploy) that each application has. Now, I need a less tedious way to perform this maintenance.
    Thanks.

    Hi,
    Are you using the ANT/JDev integration to do this? I've never tried it, but in the last part of the video http://www.oracle.com/technology/products/jdev/viewlets/1013/agile_development_viewlet_swf.html it seems like there are deployment tasks available in the integrated ANT with JDeveloper.
    Sorry I can't provide any specific insights - perhaps someone else has done this?
    John

  • Problem in WD applications that use table footer area

    Hi,
    Applications that use table UI with footerVisable = true, have
    sometimes performence navigation problems ,
    when we use one of the pushbottens the application stuck.
    Any ideas ???
    Thanks Fanie.

    Faniel,
    This never was an issue. At least, your post is first one that has such complains.
    Please describe your data structure used as table source -- cardinality, existence of child nodes, supply function code/data source (i.e. Adaptive RFC, WS, etc)
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • WebDynpro Application is Using POWL Table

    Hello Expert,
    I have a query. We have a Standard Webdynpro application "HAP_START_PAGE_POWL_UI" which is using a POWL component . The output table in screen comes.
    We have a requirement we need to add some extra columns to the table and also need to hide some existing columns.
    As far as I know we can achieve this by changing the POWL query. But i am not able to find which query is being used for this application.
    Please help me!
    Thanks In Advance
    Pradeep

    Hello Manus,
    I understand that " If I need to add extra columns to my table in this "HAP_START_PAGE_POWL_UI_MSS" application I have to add those in the structure HAP_T_WD_DOCUMENTS and to populate those columns we need to add code in IF_POWL_FEEDERGET_OBJECT_DEFINITION and IF_POWL_FEEDERGET_OBJECT methods. And If I have a column with radio button then I have to define the action in IF_POWL_FEEDER~GET_ACTIONS method.
    Please let me know if I am wrong anywhere in my understanding.
    Also I think we can the existing columns from the POWL table without any coding via admin personalization.
    And I am not able to see the link for change query when I am executing the application in admin mode.
    Please suggest.
    Thanks
    Pradeep

Maybe you are looking for

  • Changing the default bullets insertion location closer to the left end of the document

    hi friends i am new to office 2013 & i have a problem in office Word, in a documents when i click on Bullets, system insert it but the space between Bullets & left end of the document page is much for me. how can i configure Word application so that

  • How can I relate my Javascript function file?

    I'm adding my javascript functions in my PHP File: <script type="text/javascript" src="scripts/sqlfunctions.js"></script> But Dreamweaver does not show me the functions of the file. They are defined as xyz.myfunc = function(){ ...} So when I write xy

  • Plse help: view on PC: Why am I getting these errors?

    Text is continually covered by pics when viewing on a PC. What can I do to fix, someone suggested adding page breaks- can I do that and how? http://web.mac.com/alyciawright1/iWeb/The%20Power%20of%20One/Posts/744029D1-4CF1 -4EDA-AF76-2037866D5F08.html

  • Mixing HDV and DVCPRO HD

    I'm working on a project where the interviews were shot in HDV 1080i60, and most of the B-roll was shot in DVCPROHD 720p24 (but some in HDV 1080i60). Ordinarily I'd choose to edit at the lesser resolution, but I'm thinking that since most of the mate

  • Number of GWTDOMAINs to boot

    Guidance on number of GWTDOMAINs to use required I have a system comprising of multiple Tuxedo domains, with something in the region of 300 service calls per seconds going between the domains. First thing to note is that at that service call rate the