Unable to test WebDynpro Application

Hi,
I am learning WebDynPro Application development by installing SAP NetWeaver 7.1 Demo System from SDN.
I am able to view the Views as Preview in SE80 Layout TabPage and they work fine. But an activated WDA wont show up on my browser. I seem to be getting a set of errors that take turns, such as "Die URL enthält keine vollständige Domainangabe (sree statt sree.). "
Occasionally, a logon page is opened in the browser but i dont know what username/password to input. No matter what i input it wont work.
During installation I did not specify FQDN since I do not know what it is and since mine is a desktop installation.
I am new to WDA. Could someone help me with a detailed instruction to help solve the problem.
I have carried out the following:
OS: Win XP; Web Browser: IE 6
MS Loop Back Adapter Installed as instructed.
Java Runtime Engine 1.4.2 installed as instructed in installation.
Host name set up in : e:WINDOWSsystem32driversetchosts as 192.168.0.2      NSP
The above IP is connected to home wireless Router network, and internet connection is working fine
Installation of Netweaver 7.1 Demo system carried out with no errors.So did not carry out any post installation steps but able to work with the demosystem alright.
SICF activation of services carried out as per the help link Active Services in SICF
For example, I am trying to run demo_flash_flight application and its ICF is seen as active  as shown in GO TO > HTTP Service Maintenance
One of the many different errors that come up are :
The URL http://sree:8000/sap/bc/webdynpro/sap/demo_flash_flight was not called due to an error
The following error text was processed in the system NSP : Die URL enthält keine vollständige Domainangabe (sree statt sree.).
The error occurred on the application server sree_NSP_00 and in the work process 0 .
The termination type was: RABAX_STATE
Guess the link has to be https instead of http. How to switch this to HTTPS.
Tried setting up user name/password in the WDA service was not successful.
Thanks in advance for any pointers.
Cheers

Hi Andreas,
Thanks for the suggestion. It works.  )
But couple of questions.
1)It takes a long time to load.
2) Everytime, i have to manually change the url from hostname to  <localhost>:8000. 
3)Also what is the default username / password for SAP WAS. Is it right to assume, each time i start the instance, the WAS is also started? is there a way i can tune it so that the browser loads happen fast.
The above questions are not show stoppers. I am able to work with the programs. Thanks for the suggestion. Going by the SDN posts, there are many who have had this problem. Your suggestion is definitely a helper.
thanks heaps!
Cheers Sree

Similar Messages

  • Testing Webdynpro Application using ECATT

    Hi
    all
    I am going to test webdynpro Application using ecatt.For this in se80 I selected the
    existing component(z component which was created by me) and i selected the application of that component and right clicked  and selected START ECATT RECORDING and i have given the test cript name at that i have got one error USER ECATT_HTTPDoesnot exist. How to resolve this problem.
    Please give me the soulution regarding this.
    regards
    venkat

    Hi Venkatesh,
    Before you can start recording any webdynpro application make sure that the below settings are done in the ecatt system and the target system , for further information refer ecatt documentation.
    Create User ECATT_HTTP in the eCATT System
    The administrator in the eCATT system must create a user called ECATT_HTTP(with a password). The user requires no special authorization but must be a system user (in transaction SU01, display the user and choose the Logon data tab. Under User Type, select System).
    Activate the Service ecatt_recorder in the eCATT System
           1.      In the eCATT System, start transaction SICF and navigate to the service ecatt_recorder.
           2.      Double-click on ecatt_recorder.
           3.      On the Logon Data tab, enter the user ECATT_HTTPand the password.
           4.      Choose Save.
           5.      Select ecatt_recorder and choose Service/Virtual Host  ->  Activate.
    Activate the Service ecattping in the Target Systems
    Java System
           1.      In the Visual Administrator, choose Server ->Services -> Deploy.
           2.      On the Runtime tab, select Application.
           3.      Select ecattping.
           4.      Choose Start Application.
    ABAP System
           1.      In the target system, start transaction SICF and navigate to the service ecattping.
           2.      Select ecattping and choose Service/Virtual Host ->  Activate.
    Thanks and Regards,
    Balaji.D.N
    Edited by: Balaji DN on Dec 31, 2008 12:04 PM

  • Exception During Testing WebDynpro Application in Developer Studio

    Hi,
    I am trying to test webdynpro application in developer studio as they have mentioned in the url -<b>http://help.sap.com/saphelp_nw04/helpdata/en/c1/c6213e225f9a0be10000000a114084/frameset.htm</b>
    <b>1)</b>During Recording i am getting successful result as follows
    Application Url: http://pawanm:50100/webdynpro/dispatcher/sap.com/compositeapp~webdynpro/MyApplication
    Port: 12000
    The Server is ready to accept Xml files from the Web Dynpro Runtime on Port 12000
    -->Client Connected....
    XML file received from runtime
    The Server is closed and it will not accept any more Xml documents from the Web Dynpro Runtime.
    The script has been stored on the local file system.
    <b>2)</b>But when i am trying to reply the script generated by recording then i am getting
    following error in console
    ->Contacting XML Client on Server to get initial XML document.
    ERROR: Contacted the Xml client on the J2EE Server, but did not receive an Xml document from it.
    <b>And in log viewer i am getting following error</b>
    Date : 03/30/2007
    Time : 20:44:47:481
    Message : Cannot send an HTTP error response [500 Application error occurred during request processing. (details: java.lang.NullPointerException: null)].
    The error is: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: The stream is closed.
    Exception id: [0014222FC3E20052000009490000077C00042CE65506EC3A]
    Severity : Error
    Category : /System/Server/WebRequests
    Location : com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl
    Application : sap.com/tcwddispwda
    Thread : SAPEngine_Application_Thread[impl:3]_10
    Datasource : 17409750:C:\usr\sap\J2E\JC01\j2ee\cluster\server0\log\defaultTrace.trc
    Message ID : 0014222FC3E200520000094B0000077C00042CE65506EF1F
    Source Name : com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl
    Argument Objs :
    Arguments :
    Dsr Component :
    Dsr Transaction :
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 0
    Relatives : /System/Server/WebRequests
    Resource Bundlename :
    Session : 0
    Source : com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl
    ThreadObject : SAPEngine_Application_Thread[impl:3]_10
    Transaction :
    User : Guest
    So anyony please help me by giving some guideline or send me some document or url from where i can get usefull document.
    And also please let me know that how to test CAF application by using some tool provided by SAP.  
    Thanks in Advance
    Pawan Mishra

    Hi Pawan
    Is your engine functioning properly.I mean go to http://localhost:port/index.html then chech out the webdynpro links and other links available on this page .I am suggesting this so that we can check if <b>sap.com/tcwddispwda</b>
    is working fine.Then we can look into the speacific application you are working on
    Reward suitable points

  • How to test webdynpro applications using ecatt

    Hi All,
    Can anyone give me detail explanation of what is ecatt and how it can be used for webdynpro applications.
    Thanks in advance,
    Aleem.

    Hi Aleem,
       The Extended computer Aided Test  tool is known as eCATT. Enable businesses  to record and play back applications as automated test scripts.
      The Primary aim is the automatic Testing of SAP business processes. Each test generates a detailed log that documents the test process and result.
    I have written a wiki page for webdynpro abap testing using ecatt .
    <a href="https://wiki.sdn.sap.com/wiki/x/K8Q">ecatt on webdynproabap</a>
    Regards
    Sathish

  • Unable to deploy webdynpro application

    Hi all,
    I'm trying to deploy simple webdynpro application. The following remote exception is occuring:
    Result:
    => deployment aborted : file:/C:/DOCUME1/SHIVAC1.HDC/LOCALS~1/Temp/temp16923FirstWebDynPro.ear
    Aborted: development component 'FirstWebDynPro'/'local'/'LOKAL'/'0.2005.07.15.15.36.07':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while deploying ear file ./temp/deploy/work/deploying/FirstWebDynPro.ear. Reason: None of the available containers recognized the components of application local/FirstWebDynPro; it is not possible to make deploy.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Any help is appreciated...

    HI Shiva,
    From your post it resembels, you are deploying J2EE project!. Check have followed steps mentioned in the tutorial, creating, jar,war and EAr, check Java archive files, web arhive files put them in to EAR rebuild and deploy
    Hope this time you will be abel to deploy
    Regards,
    RK

  • UI element While testing WD application

    Hi Experts,
    I am unable to see any UI elements while testing webdynpro application.
    I have even tried testing standard WD application but no UI element is being displayed.
    I have check TA 'SICF' that service is activated. and no error is coming to execute.
    Please help.
    Regards
    Depesh

    which Browser are you using ?
    Abhi

  • Error while executing webdynpro application : he URL does not contain full

    Dear All,
    I had installed SAP in my system.But when I am testing webdynpro application I am getting the belwo error. Please let me knwo what setting I need to do to avoid this error.
    Error when processing your request
    What has happened?
    The URL http://hari:8000/sap/bc/webdynpro/sap/z_test_pg was not called due to an error.
    Note
    The following error text was processed in the system DEV : The URL does not contain full domain specification (hari statt hari.<domain>.<ext>).
    The error occurred on the application server HARI_DEV_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP
    Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DEV in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server HARI_DEV_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server HARI_DEV_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 800 -u: SAPUSER -l: E -s: DEV -i: HARI_DEV_00 -w: 0 -d: 20080109 -t: 073032 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hello,
    Little extract from the SAP online help :
    In Web Dynpro ABAP it is imperative that a client browser with a fully qualified domain name (FQDN) has access to the AS-ABAP. For this reason the full URL must be assigned to a Web Dynpro ABAP application when it is called. The URL must not be shortened (for instance, no domain specification).
    More info on how you should do this can be found here :
    [Click|http://help.sap.com/saphelp_nw70/helpdata/en/67/be9442572e1231e10000000a1550b0/content.htm]
    This will solve your problem.
    Success.
    Wim

  • When m testing webdynpro abap application m getting this error  help me to get solution

    hi all,
    when m testing webdynpro abap application m getting this error  help me to get solution.
    plz find the screen shot

    Hi
    I think you are using the IDES system, Can you check the services in SICF transaction. If the service is not activated you activate it again.
    In this path you will find  in the below path and try to check/activate the services relevant to the WDA stack.
    sap/bc/webdynpro/sap

  • Testing webdynpro abap application

    Hi Everyone,
    Could anyone please provide me the steps for testing webdynpro-Abap application .
    Thanks in advance,
    Best regards,
    Priya

    Hi Priya,
                    There are diffrent ways of testing ABAP Web dynpro application, this link should be helpfull for you.
    SDN Demo: on testing WEB Dynpro ABAP applications https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e3b19f11-0a01-0010-409d-b3951f754963
    Thanks and Kind Regards
    Mohan

  • Testing of Java-Based Webdynpro application in NWDS

    hi
    Hi
    I would like to test Java-Based webdynpro application in
    NWDS
    I am able to start and stop recording.
    But when press Start Replay Button.
    i am getting this error in the lower text area where messages area;
    <b>ERROR: Invalid Xml document received from the Xml Client. WindowId attribute is missing</b>
    pls replay ASAP
    Thanks
    Ravi Shankar

    Hi
      Ok now i get it. Well i guess i need to come out of mental block that WebDynpro for ABAP is not there :)..
    Well in that case it should work if you just record your test case.. What version of NDS are you using. It has worked for me.
    Create some inputfield and then deploy and test your application .. See if it runs.
    Then you right click on the application and say Record. It should run you through the screen. Once you are through stop the recording.
    The XML file can be viewed in the NWDS with the test data that you entered.
    regards
    Ravi

  • Popup the wrong URL when testing a webdynpro application

    Hi All.
    I have coded a simple webdynpro component and  created an application in SAPNW7.01ABAPTrial.
    when I test the application in SE80 ,the URL in browser is always <http://localhost:8000/sap/public/myssocntl?sap-client=000>,
    but the correct URL should be  <http://localhost:8000/sap/bc/webdynpro/sap/zz_00_sflight>.
    anybody can help me?
    thanks.

    It is correct that you should get redirected to http://localhost:8000/sap/public/myssocntl?sap-client=000 first. This is the URL that will generate your Single Sign On Ticket. After generation you should be redirected back to your application. I assume from your question that you aren't getting redirected? 
    In the trial system, the proper service nodes should already be activated - but you can double check as already suggested.
    Also try cutting and pasting the URL from the WDA application directly into the browser.  You should get the logon screen and then the applciation. This will bypass the SSO ticket generation.  This might help troubleshoot where your problem is.

  • Testing a WebDynpro Application

    Hi All,
    I have a WebDynpro application with three complex screens,
    how do test them, what sort of testing procedure i ahve to adopt
    Regards,
    Murali

    Hi Murali
    What do you mean "test project"? are you asking how to compile and run it? If yes you should the following:
    Right click on your project -> rebuild project.
    Right click on your project -> deploy.
    Run the main project (if you have more than one project) and check if every thing is working as designed and as required.
    If it is not answer to your question please give more detail about your project and indicate what exactly do you want to test?

  • Unable to fetch database table from webdynpro application

    Hello,
    I have a Webdynpro application trying to fetch data from the database table. I have used the following code to get the connection to the database and execute the sql statement.
              InitialContext dbInitContext = new InitialContext();
              Properties sysProperties = System.getProperties();
              String sysname = sysProperties.getProperty("SAPSYSTEMNAME");
              String dbName = "jdbc/" + "SAP" + sysname + "DB";
              DataSource dataSource = (DataSource) dbInitContext.lookup(dbName);
              Connection conn = dataSource.getConnection();
              String SelectStmt = "Select * from INV_CUSTOMER";
              PreparedStatement stmt = conn.prepareStatement(SelectStmt);
              ResultSet resultSet = stmt.executeQuery();
    I logged into the database using user superdba in sqlcli, and created the table "INV_CUSTOMER". I am trying to run this application in my sneak preview java installation which comes with maxdb 7.6. But when I run the app, it always throws up the error:
    The SQL statement "SELECT * FROM "INV_CUSTOMER"" contains the semantics error[s]: - 1:15 - the table or view >>INV_CUSTOMER<< does not exist
    I am new to this concept, so any help would be appreciated.
    Thanks,
    Ajay

    >
    Ajay Singh wrote:
    > Hi Isaias,
    >
    > I created a dictionary project with the same structure, and used it in my app. Right now, everytime I run my app, the old data I entered is lost. I need to store data in the table, and reuse those records the next time I run the app. How do I do this?
    > Another question I have is, I have created Database Tables inside Local Dictionary of my dictionary project. Does this create a table in the actual database?
    > Forgive me, but I am new to this topic.
    >
    > Thanks,
    > Ajay
    Hi,
    It seems to me like there is more than one issue here. Let me try and help you out with some details.
    1.) If you have created the Dictionary project and the code in your original post is not giving you problems then it's good. However, the problem of the data disappearing from your Java Dictionary seems little bit wierd. You need to ensure that you are not running any "delete" command and ensure that the select statement (of it has and conditions) is correct.
    2.) As far as where the tables actually reside: When you create the Dictionary tables in a Dictionary Project-  this will actually create a script that will be run on the server that has an installed database (like Oracle, MSSQL Server or MaxDB, UDB). This means that the dictionary tables are just an abstraction of actual database tables.
    In order to ensure that you are not deleting the data - debug your Web Dynpro Application or EJB so that you can go through it step by step and see whether all the database statements are correct. Sometimes you may not get an SQL error due to a NullPointer in the dynamic queries as well - so keep a check on that as well.
    If you require a more detailed solution - please give us a small piece of code that we can analyse.
    Hope that helps.
    Thanks.,
    p256960.

  • Unable to start Oracle Application Testing Suite Application service

    Hi ,
    I have installed OATS 9.1 successfully on my machine , but there is some problem in starting Oracle Application Testing Suite Application Service .
    I am not able to access Oracle Test Manager , when i start the service manually it gives "Error 1053: The service did not respond to the start or control request in a timely fashion" error message .
    Is there any explicit setting required after installation to start the service .
    Please help me to get out of this problem .
    Thanks in Advance.

    Hi,
    Is the Oracle XE service running? Did the database install go OK? Is there anything in the log files in c:\oracleats\logs to give us a hint - check out wls_oats.log and others in this location.
    Regards,
    Jamie

  • WebDynpro Application issue consuming asynchronous webservice from SAP PI

    Hello experts i ask you for help thie following issue:
    i am developing a webdynpro application which is supposed to
    send some data from inputfields, and a file, in order to achieve it, that dynpro application is consuming an asyncrhronous webservice , this service is running in SAP Process integration .it uses only a component.
    Iam having serious problems at mapping the asynchronous PI web service model -->to -->controller >and then to->view
    since when i deploy the application into the  SAP portal´s application server, it runs , but  inputfields cannot be written.i dont mean unabled, what i mean, is. cannot write anything on them.ECXEPT the file upload UI element.
    I have reviewed sap help page, 3 sappress books, about dynpro, and the procedure i am performind is agree with them.
    endpoint test answers the folloiwng:
    Message Servlet is in Status OK
    Status information:
    Servlet com.sap.aii.af.mp.soap.web.MessageServlet (Version $Id: //tc/xi/NW04S_20_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#1 $) bound to /MessageServlet
    Classname ModuleProcessor: null
    Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean
    Lookupname for remoteModuleProcessorLookupName: null
    ModuleProcessorClass not instantiated
    ModuleProcessorLocal is Instance of com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0
    ModuleProcessorRemote not instantiated
    what i did is the same as before(in another projects weh i used to import rfc models):
    1.- import webservice model,and add it to component
    2.-map web service model to controller context
    3.-map controller´s context to view context
    4.-create actions and methods
    5.-binding context controller to ui elements
    Dear experts, my questions are:
    What am i doing wrong?
    should i permorm another steps because the web service is in another application server (SAP PI)?
    Should i create a stand alone proxy and then access it from webdynpro?
    when i call the web service model excution it seems does not run, neverthless the invocation does not have any syntax error , what coul it be?
    Thanx in advance!!

    just for the sake of other who may hit this thread , the solution is to add sap-client=<clientno> in the url for wsdl

Maybe you are looking for

  • Why wont my itunes 11.4 open on my mac?

    Hey I have iTunes 11.4 on my Macbook OS X 10.6.8 It won't open but it will bounce on my dock three times then stop. I've reset Macbook, Looked for a software update and have also looked in app store for update. Any suggestions?

  • Exporting ALV Grid output to Excel sheet

    Hi All,        How can i export the output displayed using Grid to an Excel sheet. I tried with default option from list->export->excel sheet/local file but i am not getting complete data and the data which i am getting also notin proper format. Plea

  • Display Blob content in Apex

    Hi folks I hope you can see HTML Expression code now. I have PDFs stored in BLOB columns along with FILE_ID column in the database. I want to display these to the APEX user on the page at runtime. I have created a SQL Query report page to display FIL

  • Has anybody knows about error code 1407, I'm trying to get one of the application erase but I can't.

    I'm trying to erase some application but I can't due to a error code 1407, can somebody please help out?

  • FTP Upload - Replace File Dialog Box

    Hi, Am running LR3 on Vista 64, and using FTP export via the FTP Publisher plugin now available. In principle everything is working fine, but if I am updating existing files, then for each and every file a LR dialog box pops up asking if I want to re