F1 help in J2ee/webdynpro

Hi,
whenevr working in an abap enviroment if i want certain information regarding a certain field in a transaction i simply put the cursor on the required field and press F1 for info
If i do the same on a portal/web dynpro field i get the microsoft help
how can i get F1 info on portal/webdynpro fields?
Regards,
Moshe

Hi
You can use and implement the FunctionKey UI Element in  WebDynpro. Find the below link to know about that.
[http://help.sap.com/erp2005_ehp_03/helpdata/EN/f6/bff640fa4b8631e10000000a1550b0/frameset.htm|http://help.sap.com/erp2005_ehp_03/helpdata/EN/f6/bff640fa4b8631e10000000a1550b0/frameset.htm]
Thanks
Suresh

Similar Messages

  • F4 help issue with Webdynpro ABAP application

    Hi,
    I am facing a strange issue with the F4 help in my webdynpro abap application.
    I have few fields for Purchase Order and Line item on the screen and they have corresponding F4 helps associated with them.
    When i select for F4 help, sometimes the screen simply blanks out and a white screen is displayed. When i refresh the screen and try the same scenario again, i can see the value list correctly.
    This issue occurs very randomly with no specific pattern. If anyone else has faced this issue earlier, kindly let me know how to get rid of this issue.
    Any pointers to resolve this issue will be helpful.
    Note: I am using SAP version 702 SP09.
    Thanks,
    Ramanath

    Hi,
    we cannot help you from offline, you need to check the standard procedures like
    SICF->is your application node is active.
    FQDN->check fully qualified name is configured
    You can also try to execute standard SAP application, if sap application also has problem running then you may have to get the help of BASiS people to look into that and raise a support ticket.
    If sap applications are running and your custom developed applications are not running then look into this application if there is any URL parameters need to supply etc.

  • Search Help Implementation in Webdynpro

    Hello
    In my project there is a situation where a table is present which will be populated with data coming from different BAPI.
    If I need to add a new row for this table , For the First column I need to have a search help capability . The search help capability should be in such a way that I need to show the Search help in a Table format which has one Master Column ( I.e. tree inside a table ) .
    Please can any one suggest me how to go about it.
    Thanks,
    V Vinay

    Vinay,
    There is no way to alter OVS (Search Help) functionality in WebDynpro for Java.
    Instead you may use pair of InputField + (Button|LinkToAction) and navigate to your own custom view. Here you may use Table with Master column.
    VS

  • Help with J2EE SDK 1.4 Virtual Servers please!

    H!
    Are we doomed to have just one virtual server pointing to port 80??
    I have a Win2K computer with J2EE App Server 1.4. In this computer I stopped the IIS 5.0 in order to use the HTTP Server included with the product. I also run the DNS on the same machine with 3 domains. All name resolutions for these 3 domains work fine.
    Now I want to enter to any of the 3 domains freely and execute JSP apps. But I don't want to enter ports numbers like this:
    http://www.mytest.com:8081/hello.jsp
    I just want to enter:
    http://www.mytest.com/hello.jsp
    So I defined a new http-port listener pointing to the 80 port on this server. With no SSL support.
    Name: http-port80
    IP Address: 0.0.0.0
    POrt: : 80
    Then I defined a new virtual server using the http-port listener. I set the following fields:
    ID: mytest
    Hosts: www.mytest.com
    HTTP Listener: http-port80 (This is the name of the port listener)
    Everything seems to be fine. I can enter http://www.mytest.com and call the hello.jsp it's ok.
    But then I create a new virtual server for http://www.mytest2.com exactly as the one for the www.mytest.com, except for the host field: http://www.mytest2.com
    Then when I restart the app server I got the message on the log: "Port already in use".
    I don't want to enter http://www.mytest2.com:<port> but I've read that you cannot assign the same http-listener to 2 virtual servers, so I created another listener pointing to the same port 80. But I still have the same error.
    Any ideas how to handle this?
    Am I doing something wrong on the configuration?
    Thank you very much!!

    I can help you out with this, because I just solved this problem using the Apache web server 2.0 with mod_proxy and mod_proxy_http.
    this is how the configuration works.
    setup sunone creating one virtual host for each http-listener on a different port. and make sure these ports are any port except the 80. -- we will configure apache on this port and then use it as a reverse proxy to get to our hosts.
    like this
    virtual-listener-1 - port 8081
    virtual-listener-2 - port 8082
    virtual-listener-3 - port 8083
    virtual-host-1: www1.domain.com bind to: virtual-listener-1
    virtual-host-2: www2.domain.com bind to: virtual-listener-2
    virtual-host-3: www3.domain.com bind to: virtual-listener-3
    now download apache with all the modules http://www.apache.org
    in your httpd.conf add the following lines of code.
    #the code below will tell apache to enable the proxy for your host
    <IfModule mod_proxy.c>
    # Proxy Server directives. Uncomment the following lines to
    # enable the proxy server:
    ProxyRequests On
    <Proxy *>
    Order deny,allow
    Deny from all
    Allow from www1.domain.com
    Allow from www2.domain.com
    Allow from www3.domain.com
    </Proxy>
    # Enable/disable the handling of HTTP/1.1 "Via:" headers.
    # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
    # Set to one of: Off | On | Full | Block
    ProxyVia On
    # End of proxy directives.
    </IfModule>
    NameVirtualHost *:80
    <VirtualHost *:80>
    ServerName www1.domain.com
    <Location />
    Order allow,deny
    Allow from all
    ProxyPass http://sunoneserver:8081/
    </Location>
    </VirtualHost>
    <VirtualHost *:80>
    ServerName www2.domain.com
    <Location />
    Order allow,deny
    Allow from all
    ProxyPass http://sunoneserver:8082/
    </Location>
    </VirtualHost>
    <VirtualHost *:80>
    ServerName www3.domain.com
    <Location />
    Order allow,deny
    Allow from all
    ProxyPass http://sunoneserver:8083/
    </Location>
    </VirtualHost>
    note the sunone server indicates the server where you installed sunone-as (J2EE 1.4). this will give you the result you are looking for: all three of these sites will run on port 80 and each of them will respond to a different web application on sunone.
    there are naturally limits because when you run out of ports on your application server this won't work any more but then again there are about 60000 of those free and i don't think you will be able to run that many sites on one server anyway.
    Chris.

  • Help with J2EE Project Management

    Hi,
    We are about to begin a large J2EE project and are wondering if anyone could help with the following questions:
    1. Given the division of labor on J2EE projects (JSP developers, EJB developers, application deployers, etc...), what are "best practices" for building a team and ensuring that they communicate well after the design phase? How will the left arm know what the right arm is doing?
    2. What documentation should be produced during the design phase to give to the developers? Will this allow them to go off and develop independently of each other?
    3. Is there a "best practices" document anywhere on J2EE project management?
    Thanks in advance!!

    Hi,
    I feel any project to start with should have a prior planning,that too particularly for Object oriented programming projects,I feel UML is the best tool for entire process.I think rational software has got lot of Project Management Tools(PMT) and products at all stages.Please go through the rational.com site and hope you could find some info.I feel the answer to your second question is partly 'yes' and partly 'no'.The modules that you can split it up which have got some independent attributes,but it should not be too much in your project,then it affects the work matrix/There should be a optimal process to decide and that you can yourself formulate depending on the time frame,either way the last step of build or integration is not flexible enough that you should mind,modular flexibility can be there but the integration stage you are tied with a fixed process.So plan accordingly using a PMT tool for any project that matters and all the best.Bye
    Hari

  • Value help in ABAP Webdynpro

    Hi Experts,
    I have to create a value help for an icon in a table.
    The full story is:
    There is a table with a filed, which has the proper standard value help, which works perfectly
    The problem is that this column in the table  is just a "technical" field, becase it isn't displayed by the webdynpro, because in the next column  an icon is displayed for the field.
    Example:
    FieldName = ready
    Possible values: 0, 1.
    The AWD display the "red Light" icon for value 0 and "Green light" icon for value 1 in the table
    I'd like to display the value help for this field (it's an information for the user, what does the green/red light means)
    How can I do that? Is this even possible?
    Thanks
    N.

    Is it possible to have both thing in my field (display the icon and use the value help)
    No - not really...
    you can launch the value help from the link to action (in the action handler call the value help -  I think I've posted on how to do this before - have a search, but if you can't find it post another question)- but it won't display that nice little dropdown icon and I'm guessing you want two types of interaction - one on click and one just to explain/choose the current value. I'd probably go with the previously mentioned solution of using a tooltip - although again you have the issue of not being able to have anything other than text in a tooltip. Alternately I'd have the custom value help launched on click of the icon and then have another button to launch any other actions
    A legend somewhere in your screen might be useful - but perhaps your screen layout won't like that very much.
    If you're looking for a more graphical representation of a multi state option - you might want to consider the [Threshold Slider|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/dc/a65ca1b6054f06929ee40ac59f8a40/frameset.htm] rather than your own icons - but I guess it depends on your requirement.
    Cheers,
    Chris

  • Hide search help fields in webdynpro

    Hi,
    I have a requirement to hide the search help input fields for a webdynpro field.  As it is standard search help, I can't change the search help.  What is the best way to hide them ?

    Hi,
    You can deactivate it at context attribute level by selecting DEACTIVATED or if it is a standard component you can enhance the view to create a post exit for WDDOMODIFYVIEW and hide the search help for that NODE.
    Thanks,
    Anubhav

  • F4 help in abap webdynpro

    Hi All,
       I am new to ABAP webdynpro. In my application I am reading customer (from KNA1) depending on account group and i want to display these customer records with F4 help. Please guide me how can implement custom f4 help?
    Thanks and regards
    Uma

    hi,
    There are various search help availabe :
    1. dictionary search help.
    2. Ovs.
    3. Freely prog.
    Refer the SAP Online help on Search help :
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/9b298c66eb3376e10000000a421937/frameset.htm
    You can even refer Standard Component on search help with all the three search help used in it : Demo_Value_help.
    I would suggest you to implement the Dictionary Search help as in simple ABAP and assign this search help to the context Attribute binded to the Input field.

  • When does a value help in Java webdynpro 2004s get created automatically

    HI All
    when does drop down value help get created automatically (without coding) in java webdynpro NW 2004s application for a view field mapped to a abap dictionary like currency(Domain:waers) having a value table  TCURC but has to be created for a field like UOM(Domain:meins) having a value table T006
    the only differnce I can see in the 2 domains in my current set up is, meins has a conversion routine & wears doesnt
    this is a question that applies to both java webdynpro & abap so please dont ask me to post it in another forum.
    Im sure some one has asked this question before. please guide me!!
    Thanks
    Prasad

    Question:
    If I start a java thread from the �main� thread of
    execution and that thread I just created finish�s
    executing its �run� method is that threads resources
    automatically clean up? Or do we have to do this
    clean up ourselves?Depends which resources you mean. There's nothing special about threads in that respect.
    Memory is automatically reclaimed when it is no longer reachable, so unless the run method set some member variables in some object that remains reachable after it completes, no worries there.
    Files, sockets, etc. remain open unless you close them.

  • HELP WITH J2EE

    YESTARDAY I WAS WORKING WITH THE VISUAL ADMI NISTRATOR. THE SERVER SHUTDOWN BECAUSE HAD A FAILD WITH THE ENERGY. WHEN THE SERVER START AGAIN, I CANNOT GET UP, THE J2EE, MY SYSTEM IS A PI 7.00, WHEN I TRY TO ENTER TO EXCHANGE PROFILE, I CANNOT, THE BROWSER SHOW ME, A MESSAGE THAT SAY THE URL DOES NOT EXIT. WHEN I SEE THE TRANSACTION SMMS, DOES NOT SHOW ME THE J2EE.
    SOMEONE COULD HELP ME.
    THANKS
    ATTM LITTLE JUANITO

    Thanks for your attention.
    my system is AIX 5.300.
    this is the content of  dev_server0
    [Thr 47292] ***LOG Q0I=> NiPConnect: connect (79: A remote host refused an attem
    pted connect operation.) [nixxi.cpp 2460]
    [Thr 47292] *** ERROR => NiPConnect: SiConnect failed for hdl 60 / sock 114
        (SI_ECONN_REFUSE/79; I4; ST; 172.16.204.56:3300) [nixxi.cpp    2460]
    [Thr 47292] *** ERROR => GwIConnect: GwConnect to sapsrqdb / sapgw00 failed (rc=
    NIECONN_REFUSED) [gwxx_mt.c    296]
    [Thr 47292] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    297]
    [Thr 47292] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    299]
    [Thr 47292] ***LOG S0S=> GwIConnect, GwConnect (sapgw00) [gwxx_mt.c    301]
    [Thr 47292] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 47292]
    [Thr 47292] *  ERROR       partner 'sapsrqdb:sapgw00' not reached
    [Thr 47292] *
    TIME        Tue Apr 15 15:51:48 2008
    [Thr 47292] *  RELEASE     700
    [Thr 47292] *  COMPONENT   NI (network interface)
    [Thr 47292] *  VERSION     38
    [Thr 47292] *  RC          -10
    [Thr 47292] *  MODULE      nixxi.cpp
    [Thr 47292] *  LINE        2460
    [Thr 47292] *  DETAIL      NiPConnect
    [Thr 47292] *  SYSTEM CALL connect
    [Thr 47292] *  ERRNO       79
    [Thr 47292] *  ERRNO TEXT  A remote host refused an attempted connect operation.
    [Thr 47292] *  COUNTER     55
    [Thr 47292] *
    [Thr 47292] ********************************************************************
    [Thr 47292] Tue Apr 15 15:51:50 2008
    [Thr 47292] ***LOG Q0I=> NiPConnect: connect (79: A remote host refused an attem
    pted connect operation.) [nixxi.cpp 2460]
    [Thr 47292] *** ERROR => NiPConnect: SiConnect failed for hdl 71 / sock 95
        (SI_ECONN_REFUSE/79; I4; ST; 172.16.204.56:3300) [nixxi.cpp    2460]
    [Thr 47292] *** ERROR => GwIConnect: GwConnect to sapsrqdb / sapgw00 failed (rc=
    NIECONN_REFUSED) [gwxx_mt.c    296]
    [Thr 47292] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    297]
    [Thr 47292] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    299]
    [Thr 47292] ***LOG S0S=> GwIConnect, GwConnect (sapgw00) [gwxx_mt.c    301]
    [Thr 47292] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 47292]
    [Thr 47292] *  ERROR       partner 'sapsrqdb:sapgw00' not reached
    [Thr 47292] *
    TIME        Tue Apr 15 15:51:50 2008
    [Thr 47292] *  RELEASE     700
    [Thr 47292] *  COMPONENT   NI (network interface)
    [Thr 47292] *  VERSION     38
    [Thr 47292] *  RC          -10
    [Thr 47292] *  MODULE      nixxi.cpp
    [Thr 47292] *  LINE        2460
    [Thr 47292] *  DETAIL      NiPConnect
    [Thr 47292] *  SYSTEM CALL connect
    [Thr 47292] *  ERRNO       79
    [Thr 47292] *  ERRNO TEXT  A remote host refused an attempted connect operation.
    [Thr 47292] *  COUNTER     57
    [Thr 47292] *
    [Thr 47292] ********************************************************************
    [Thr 47292] ***LOG Q0I=> NiPConnect: connect (79: A remote host refused an attem
    pted connect operation.) [nixxi.cpp 2460]
    [Thr 47292] *** ERROR => NiPConnect: SiConnect failed for hdl 71 / sock 95
        (SI_ECONN_REFUSE/79; I4; ST; 172.16.204.56:3300) [nixxi.cpp    2460]
    [Thr 47292] *** ERROR => GwIConnect: GwConnect to sapsrqdb / sapgw00 failed (rc=
    NIECONN_REFUSED) [gwxx_mt.c    296]
    [Thr 47292] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    297]
    [Thr 47292] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    299]
    [Thr 47292] ***LOG S0S=> GwIConnect, GwConnect (sapgw00) [gwxx_mt.c    301]
    [Thr 47292] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 47292]
    [Thr 47292] *  ERROR       partner 'sapsrqdb:sapgw00' not reached
    [Thr 47292] *
    TIME        Tue Apr 15 15:51:50 2008
    [Thr 47292] *  RELEASE     700
    [Thr 47292] *  COMPONENT   NI (network interface)
    [Thr 47292] *  VERSION     38
    [Thr 47292] *  RC          -10
    [Thr 47292] *  MODULE      nixxi.cpp
    [Thr 47292] *  LINE        2460
    [Thr 47292] *  DETAIL      NiPConnect
    [Thr 47292] *  SYSTEM CALL connect
    [Thr 47292] *  ERRNO       79
    [Thr 47292] *  ERRNO TEXT  A remote host refused an attempted connect operation.
    [Thr 47292] *  COUNTER     59
    [Thr 47292] *
    [Thr 47292] ********************************************************************
    [Thr 47292] ***LOG Q0I=> NiPConnect: connect (79: A remote host refused an attem
    pted connect operation.) [nixxi.cpp 2460]
    [Thr 47292] *** ERROR => NiPConnect: SiConnect failed for hdl 71 / sock 95
        (SI_ECONN_REFUSE/79; I4; ST; 172.16.204.56:3300) [nixxi.cpp    2460]
    [Thr 47292] *** ERROR => GwIConnect: GwConnect to sapsrqdb / sapgw00 failed (rc=
    NIECONN_REFUSED) [gwxx_mt.c    296]
    [Thr 47292] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    297]
    [Thr 47292] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    299]
    [Thr 47292] ***LOG S0S=> GwIConnect, GwConnect (sapgw00) [gwxx_mt.c    301]
    [Thr 47292] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 47292]
    [Thr 47292] *  ERROR       partner 'sapsrqdb:sapgw00' not reached
    [Thr 47292] *
    TIME        Tue Apr 15 15:51:50 2008
    [Thr 47292] *  RELEASE     700
    [Thr 47292] *  COMPONENT   NI (network interface)
    [Thr 47292] *  VERSION     38
    [Thr 47292] *  RC          -10
    [Thr 47292] *  MODULE      nixxi.cpp
    [Thr 47292] *  LINE        2460
    [Thr 47292] *  DETAIL      NiPConnect
    [Thr 47292] *  SYSTEM CALL connect
    [Thr 47292] *  ERRNO       79
    [Thr 47292] *  ERRNO TEXT  A remote host refused an attempted connect operation.
    [Thr 47292] *  COUNTER     61
    [Thr 47292] *
    [Thr 47292] ********************************************************************
    [Thr 47292] ***LOG Q0I=> NiPConnect: connect (79: A remote host refused an attem
    pted connect operation.) [nixxi.cpp 2460]
    [Thr 47292] *** ERROR => NiPConnect: SiConnect failed for hdl 71 / sock 95
        (SI_ECONN_REFUSE/79; I4; ST; 172.16.204.56:3300) [nixxi.cpp    2460]
    [Thr 47292] *** ERROR => GwIConnect: GwConnect to sapsrqdb / sapgw00 failed (rc=
    NIECONN_REFUSED) [gwxx_mt.c    296]
    [Thr 47292] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    297]
    [Thr 47292] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    299]
    [Thr 47292] ***LOG S0S=> GwIConnect, GwConnect (sapgw00) [gwxx_mt.c    301]
    [Thr 47292] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 47292]
    [Thr 47292] *  ERROR       partner 'sapsrqdb:sapgw00' not reached
    [Thr 47292] *
    TIME        Tue Apr 15 15:51:50 2008
    [Thr 47292] *  RELEASE     700
    [Thr 47292] *  COMPONENT   NI (network interface)
    [Thr 47292] *  VERSION     38
    [Thr 47292] *  RC          -10
    [Thr 47292] *  MODULE      nixxi.cpp
    [Thr 47292] *  LINE        2460
    [Thr 47292] *  DETAIL      NiPConnect
    [Thr 47292] *  SYSTEM CALL connect
    [Thr 47292] *  ERRNO       79
    [Thr 47292] *  ERRNO TEXT  A remote host refused an attempted connect operation.
    [Thr 47292] *  COUNTER     63
    [Thr 47292] *
    [Thr 47292] ********************************************************************
    [Thr 47292] Tue Apr 15 15:51:52 2008
    [Thr 47292] ***LOG Q0I=> NiPConnect: connect (79: A remote host refused an attem
    pted connect operation.) [nixxi.cpp 2460]
    [Thr 47292] *** ERROR => NiPConnect: SiConnect failed for hdl 71 / sock 96
        (SI_ECONN_REFUSE/79; I4; ST; 172.16.204.56:3300) [nixxi.cpp    2460]
    [Thr 47292] *** ERROR => GwIConnect: GwConnect to sapsrqdb / sapgw00 failed (rc=
    NIECONN_REFUSED) [gwxx_mt.c    296]
    [Thr 47292] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    297]
    [Thr 47292] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    299]
    [Thr 47292] ***LOG S0S=> GwIConnect, GwConnect (sapgw00) [gwxx_mt.c    301]
    [Thr 47292] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 47292]
    [Thr 47292] *  ERROR       partner 'sapsrqdb:sapgw00' not reached
    [Thr 47292] *
    TIME        Tue Apr 15 15:51:52 2008
    [Thr 47292] *  RELEASE     700
    [Thr 47292] *  COMPONENT   NI (network interface)
    [Thr 47292] *  VERSION     38
    [Thr 47292] *  RC          -10
    [Thr 47292] *  MODULE      nixxi.cpp
    [Thr 47292] *  LINE        2460
    [Thr 47292] *  DETAIL      NiPConnect
    [Thr 47292] *  SYSTEM CALL connect
    [Thr 47292] *  ERRNO       79
    [Thr 47292] *  ERRNO TEXT  A remote host refused an attempted connect operation.
    [Thr 47292] *  COUNTER     65
    [Thr 47292] *
    [Thr 47292] ********************************************************************
    [Thr 47292] ***LOG Q0I=> NiPConnect: connect (79: A remote host refused an attem
    pted connect operation.) [nixxi.cpp 2460]
    [Thr 47292] *** ERROR => NiPConnect: SiConnect failed for hdl 71 / sock 96
        (SI_ECONN_REFUSE/79; I4; ST; 172.16.204.56:3300) [nixxi.cpp    2460]
    [Thr 47292] *** ERROR => GwIConnect: GwConnect to sapsrqdb / sapgw00 failed (rc=
    NIECONN_REFUSED) [gwxx_mt.c    296]
    [Thr 47292] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    297]
    [Thr 47292] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    299]
    [Thr 47292] ***LOG S0S=> GwIConnect, GwConnect (sapgw00) [gwxx_mt.c    301]
    [Thr 47292] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 47292]
    [Thr 47292] *  ERROR       partner 'sapsrqdb:sapgw00' not reached
    [Thr 47292] *
    TIME        Tue Apr 15 15:51:52 2008
    [Thr 47292] *  RELEASE     700
    [Thr 47292] *  COMPONENT   NI (network interface)
    [Thr 47292] *  VERSION     38
    [Thr 47292] *  RC          -10
    [Thr 47292] *  MODULE      nixxi.cpp
    [Thr 47292] *  LINE        2460
    [Thr 47292] *  DETAIL      NiPConnect
    [Thr 47292] *  SYSTEM CALL connect
    [Thr 47292] *  ERRNO       79
    [Thr 47292] *  ERRNO TEXT  A remote host refused an attempted connect operation.
    [Thr 47292] *  COUNTER     67
    [Thr 47292] *
    [Thr 47292] ********************************************************************
    [Thr 47292] ***LOG Q0I=> NiPConnect: connect (79: A remote host refused an attem
    pted connect operation.) [nixxi.cpp 2460]
    [Thr 47292] *** ERROR => NiPConnect: SiConnect failed for hdl 71 / sock 96
        (SI_ECONN_REFUSE/79; I4; ST; 172.16.204.56:3300) [nixxi.cpp    2460]
    [Thr 47292] *** ERROR => GwIConnect: GwConnect to sapsrqdb / sapgw00 failed (rc=
    NIECONN_REFUSED) [gwxx_mt.c    296]
    [Thr 47292] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    297]
    [Thr 47292] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    299]
    [Thr 47292] ***LOG S0S=> GwIConnect, GwConnect (sapgw00) [gwxx_mt.c    301]
    [Thr 47292] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 47292]
    [Thr 47292] *  ERROR       partner 'sapsrqdb:sapgw00' not reached
    [Thr 47292] *
    TIME        Tue Apr 15 15:51:52 2008
    [Thr 47292] *  RELEASE     700
    [Thr 47292] *  COMPONENT   NI (network interface)
    [Thr 47292] *  VERSION     38
    [Thr 47292] *  RC          -10
    [Thr 47292] *  MODULE      nixxi.cpp
    [Thr 47292] *  LINE        2460
    [Thr 47292] *  DETAIL      NiPConnect
    [Thr 47292] *  SYSTEM CALL connect
    [Thr 47292] *  ERRNO       79
    [Thr 47292] *  ERRNO TEXT  A remote host refused an attempted connect operation.
    [Thr 47292] *  COUNTER     69
    [Thr 47292] *
    [Thr 47292] ********************************************************************
    [Thr 47292] ***LOG Q0I=> NiPConnect: connect (79: A remote host refused an attem
    pted connect operation.) [nixxi.cpp 2460]
    [Thr 47292] *** ERROR => NiPConnect: SiConnect failed for hdl 71 / sock 96
        (SI_ECONN_REFUSE/79; I4; ST; 172.16.204.56:3300) [nixxi.cpp    2460]
    [Thr 47292] *** ERROR => GwIConnect: GwConnect to sapsrqdb / sapgw00 failed (rc=
    NIECONN_REFUSED) [gwxx_mt.c    296]
    [Thr 47292] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    297]
    [Thr 47292] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    299]
    [Thr 47292] ***LOG S0S=> GwIConnect, GwConnect (sapgw00) [gwxx_mt.c    301]
    [Thr 47292] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 47292]
    [Thr 47292] *  ERROR       partner 'sapsrqdb:sapgw00' not reached
    [Thr 47292] *
    TIME        Tue Apr 15 15:51:52 2008
    [Thr 47292] *  RELEASE     700
    [Thr 47292] *  COMPONENT   NI (network interface)
    [Thr 47292] *  VERSION     38
    [Thr 47292] *  RC          -10
    [Thr 47292] *  MODULE      nixxi.cpp
    [Thr 47292] *  LINE        2460
    [Thr 47292] *  DETAIL      NiPConnect
    [Thr 47292] *  SYSTEM CALL connect
    [Thr 47292] *  ERRNO       79
    [Thr 47292] *  ERRNO TEXT  A remote host refused an attempted connect operation.
    [Thr 47292] *  COUNTER     71
    [Thr 47292] *
    [Thr 47292] ********************************************************************
    [Thr 20306] Tue Apr 15 15:51:57 2008
    [Thr 20306] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartu
    p.sadm.ShmCache
    [Thr 67891] Tue Apr 15 15:52:01 2008
    [Thr 67891] JLaunchISetState: change state from [Stopping (5)] to [Stopped (6)]
    [Thr 67891] Tue Apr 15 15:52:03 2008
    [Thr 67891] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 67891] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr 67891] JLaunchCloseProgram: good bye (exitcode = 0)
    sapsrqdb:piqadm>
    this is the content of dev_dispatcher.
    trc file: "/usr/sap/PIQ/DVEBMGS00/work/dev_dispatcher", trc level: 1, release: "
    700"
    node name   : ID2396800
    pid         : 934092
    system name : PIQ
    system nr.  : 00
    started at  : Tue Apr 15 09:32:34 2008
    arguments         :
              arg[00] : /usr/sap/PIQ/DVEBMGS00/exe/jlaunch
              arg[01] : pf=/usr/sap/PIQ/SYS/profile/PIQ_DVEBMGS00_sapsrqdb
              arg[02] : -DSAPINFO=PIQ_00_dispatcher
              arg[03] : pf=/usr/sap/PIQ/SYS/profile/PIQ_DVEBMGS00_sapsrqdb
              arg[04] : -DSAPSTART=1
              arg[05] : -DCONNECT_PORT=51973
              arg[06] : -DSAPSYSTEM=00
              arg[07] : -DSAPSYSTEMNAME=PIQ
              arg[08] : -DSAPMYNAME=sapsrqdb_PIQ_00
              arg[09] : -DSAPPROFILE=/usr/sap/PIQ/SYS/profile/PIQ_DVEBMGS00_sapsrqda
    rg[10] : -DFRFC_FALLBACK=ON
              arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr  1] Tue Apr 15 09:32:34 2008
    [Thr  1] *** WARNING => INFO: Unknown property [instance.box.number=PIQDVEBMGS00
    sapsrqdb] [jstartxx_mt. 841]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.host=sapsrqdb] [jsta
    rtxx_mt. 841]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx
    _mt. 841]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx_
    mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/PIQ/DVEBMGS00
    /j2ee/cluster/instance.properties]
    -> ms host    : sapsrqdb
    -> ms port    : 3901
    -> OS libs    : /usr/sap/PIQ/DVEBMGS00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/PIQ/DVEBMGS00/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sapsrqdb
    -> ms port    : 3901
    -> os libs    : /usr/sap/PIQ/DVEBMGS00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/PIQ/DVEBMGS00/j2ee/cluster/instance.prop
    erties
    -> [01] bootstrap_ID2396800  : /usr/sap/PIQ/DVEBMGS00/j2ee/cluster/instance.prop
    erties
    -> [02] bootstrap_ID2396850  : /usr/sap/PIQ/DVEBMGS00/j2ee/cluster/instance.prop
    erties
    Worker nodes
    -> [00] ID2396800            : /usr/sap/PIQ/DVEBMGS00/j2ee/cluster/instance.prop
    erties
    -> [01] ID2396850            : /usr/sap/PIQ/DVEBMGS00/j2ee/cluster/instance.prop
    erties
    [Thr  1] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr  1] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 258] JLaunchRequestFunc: Thread 258 started as listener thread for np messa
    ges.
    [Thr 515] WaitSyncSemThread: Thread 515 started as semaphore monitor thread.
    [Thr  1] SigISetDefaultAction : default handling for signal 20
    [Thr  1] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr  1] CPIC (version=700.2006.09.13)
    [Thr  1] [Node: dispatcher] java home is set by profile parameter
            Java Home: /usr/java14_64
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/P
    IQ/DVEBMGS00/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID2396800]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -Xj9 -Xgcpolicy:gencon -verbose:gc -Xmn70M -Djava.securi
    ty.policy=.\java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070920
    (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 200M
    -> init heap size     : 200M
    -> root path          : /usr/sap/PIQ/DVEBMGS00/j2ee/cluster/dispatcher
    -> class path         : ./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/PIQ/DVEBMGS00/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/PIQ/DVEBMGS00/exe/jstartup.jar:/usr/sap/PIQ/DVE
    BMGS00/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50000
    -> shutdown timeout   : 120000
    [Thr  1] JLaunchISetDebugMode: set debug mode [no]
    [Thr 772] JLaunchIStartFunc: Thread 772 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [dispatcher]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Xj9
    -> arg[  4]: -Xgcpolicy:gencon
    -> arg[  5]: -verbose:gc
    -> arg[  6]: -Xmn70M
    -> arg[  7]: -Djava.security.policy=.\java.policy
    -> arg[  8]: -Djava.security.egd=file:/dev/urandom
    -> arg[  9]: -Djco.jarm=1
    -> arg[ 10]: -Dsys.global.dir=/usr/sap/PIQ/SYS/global
    -> arg[ 11]: -Dapplication.home=/usr/sap/PIQ/DVEBMGS00/exe
    -> arg[ 12]: -Djava.class.path=/usr/sap/PIQ/DVEBMGS00/exe/jstartup.jar:/usr/sap/
    PIQ/DVEBMGS00/exe/jvmx.jar:./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    -> arg[ 13]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/
    usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/PIQ/DVEBMGS00/exe:
    /usr/sap/PIQ/DVEBMGS00/exe:/usr/sap/PIQ/DVEBMGS00/exe:/software/install/PI/sapin
    st_exe.315468.1206236735:/usr/sap/PIQ/SYS/exe/run:/oracle/client/10x_64/instantc
    lient:/usr/java14_64/jre/bin/j9vm:/usr/sap/PIQ/DVEBMGS00/exe::/usr/lib:/usr/sap/
    PIQ/DVEBMGS00/j2ee/os_libs:/usr/sap/PIQ/DVEBMGS00/exe:/usr/sap/PIQ/DVEBMGS00/exe
    :/usr/sap/PIQ/DVEBMGS00/exe:/usr/lib:/lib:/usr/sap/PIQ/SYS/exe/run:/oracle/clien
    -> arg[ 14]: -Dmemory.manager=200M
    -> arg[ 15]: -Xmx200M
    -> arg[ 16]: -Xms200M
    -> arg[ 17]: -DLoadBalanceRestricted=no
    -> arg[ 18]: -Djstartup.mode=JCONTROL
    -> arg[ 19]: -Djstartup.ownProcessId=934092
    -> arg[ 20]: -Djstartup.ownHardwareId=F1751266886
    -> arg[ 21]: -Djstartup.whoami=dispatcher
    -> arg[ 22]: -Djstartup.debuggable=no
    -> arg[ 23]: -DSAPINFO=PIQ_00_dispatcher
    -> arg[ 24]: -DSAPSTART=1
    -> arg[ 25]: -DCONNECT_PORT=51973
    -> arg[ 26]: -DSAPSYSTEM=00
    -> arg[ 27]: -DSAPSYSTEMNAME=PIQ
    -> arg[ 28]: -DSAPMYNAME=sapsrqdb_PIQ_00
    -> arg[ 29]: -DSAPPROFILE=/usr/sap/PIQ/SYS/profile/PIQ_DVEBMGS00_sapsrqdb
    -> arg[ 30]: -DFRFC_FALLBACK=ON
    -> arg[ 31]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 32]: -DSAPSTARTUP=1
    -> arg[ 33]: -DSAPSYSTEM=00
    -> arg[ 34]: -DSAPSYSTEMNAME=PIQ
    -> arg[ 35]: -DSAPMYNAME=sapsrqdb_PIQ_00
    -> arg[ 36]: -DSAPDBHOST=sapsrqdb
    -> arg[ 37]: -Dj2ee.dbhost=sapsrqdb
    [Thr 772] Tue Apr 15 09:32:35 2008
    [Thr 772] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [dispatcher]
    [Thr 4114] Tue Apr 15 09:32:42 2008
    [Thr 4114] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.Perf
    Times
    [Thr 4114] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup
    .JStartupFramework
    [Thr 4114] JLaunchISetClusterId: set cluster id 2396800
    [Thr 4114] JLaunchISetState: change state from [Initial (0)] to [Waiting for sta
    rt (1)]
    [Thr 4114] JLaunchISetState: change state from [Waiting for start (1)] to [Start
    ing (2)]
    [Thr 11054] Tue Apr 15 09:32:48 2008
    [Thr 11054] JLaunchISetTelnetPort: set telnet port 50008
    [Thr 11054] JLaunchISetTelnetPort: set telnet port 50008
    [Thr 8998] Tue Apr 15 09:32:49 2008
    [Thr 8998] JLaunchISetP4Port: set p4 port 50004
    [Thr 13881] Tue Apr 15 09:32:52 2008
    [Thr 13881] JLaunchISetHttpPort: set http port 50000
    [Thr 13881] JLaunchISetHttpsPort: set https port 50001
    [Thr 4114] Tue Apr 15 09:32:56 2008
    [Thr 4114] JLaunchISetState: change state from [Starting (2)] to [Running (3)]
    [Thr 11568] Tue Apr 15 09:33:26 2008
    [Thr 11568] JLaunchISetP4Port: set p4 port 50004
    [Thr 13367] Tue Apr 15 09:35:18 2008
    [Thr 13367] JLaunchISetHttpPort: set http port 50000
    [Thr 13367] JLaunchISetHttpsPort: set https port 50001
    [Thr 258] Tue Apr 15 13:48:51 2008
    [Thr 258] JLaunchRequestFunc: receive command:17, argument:0 from pid:1482990
    [Thr 258] JLaunchIShutdownInvoke: set shutdown interval (stop:1208285331/end:120
    8285451/TO:120)
    [Thr 258] JLaunchProcessCommand: Invoke VM Shutdown
    [Thr 258] JHVM_FrameworkShutdownDirect: invoke direct shutdown
    [Thr 8563] JLaunchISetState: change state from [Running (3)] to [Waiting for sto
    p (4)]
    [Thr 8563] JLaunchISetState: change state from [Waiting for stop (4)] to [Stoppi
    ng (5)]
    [Thr 8998] JLaunchISetHttpPort: set http port 50000
    [Thr 8998] JLaunchISetHttpsPort: set https port 50001
    [Thr 10797] JLaunchISetHttpPort: set http port 50000
    [Thr 10797] JLaunchISetHttpsPort: set https port 50001
    [Thr 11825] JLaunchISetP4Port: set p4 port 50004
    [Thr 12853] Tue Apr 15 13:48:52 2008
    [Thr 12853] JLaunchISetP4Port: set p4 port 50004
    [Thr 10026] JLaunchISetP4Port: set p4 port 50004
    [Thr 9769] Tue Apr 15 13:48:53 2008
    [Thr 9769] JLaunchISetHttpsPort: set https port 50001
    [Thr 9769] JLaunchISetHttpPort: set http port 50000
    [Thr 6942] Tue Apr 15 13:48:58 2008
    [Thr 6942] JLaunchISetTelnetPort: set telnet port 50008
    [Thr 8998] Tue Apr 15 13:48:59 2008
    [Thr 8998] JLaunchISetHttpPort: set http port 50000
    [Thr 8563] Tue Apr 15 13:49:02 2008
    [Thr 8563] JLaunchISetState: change state from [Stopping (5)] to [Stopped (6)]
    [Thr 8563] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 8563] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr 8563] JLaunchCloseProgram: good bye (exitcode = 0)
    this the information that i have.

  • Help in importing WebDynpro application to NWDS.

    Hi,
    I need to customise an iview. These are the information i have -
    1.  platform of this ivew is WDJ.
    2. got codelink of the iview -com.sap.portal.appintegrator.sap.webdynpro
    3. got the corresponding par file.
    4. In the business package document, it says a folder name as the data source of this iview. i traced the folder of it.
    now how do i move forward?
    1. When i imported the par file, it opened in the package explorer as a portal application project, but could not find any source code. How do i open it in WebDynpro perspective?
    2. how do i import all these (data source + par file) into NWDS so that i can view the code in the WebDynpro perspective...
    I am already tired of searching the entire SDN.  Can some one help out to explain the steps in simple terms for me to move forward. I am in the process of learning this (portal customisation through WebDynpro Java).. kindly help :).
    I am just trying out in the test system.hence decided not to use JDI.
    Thanks in Advance,
    Anto.

    Hi Antony,
    As you mentioned WebDynpro application then there should be .EAR file not .PAR
    and the procedure i gave you earlier is not applicable for .PAR (Portal Archieve)
    for this please follow the following method.
    if you want to test the application directly, login in to the portal and navigate to system administrator -> support -> portal runtime -> administration console and import the .par file and then create a new iview in portal content and select par file name and you can see the application.
    if you want to see the code, import the .par file in EP Perspective and if it is a JSP Dynpro application, you can find the code in <b>\dist\PORTAL-INF\pagelet</b> folder.
    Also <b>you can not see the PAR in WebDynpro perspective</b> you can only open it in EP Perspective.
    hope now i got the right procedure for you. As per your Subject line, i quickly posted you the procedure to import webdynpro application to NWDS but in your case you are dealing with portal project.

  • How to implement the documentation help function for webdynpro application

    We have implemented SAP Travelmanagement ESS services which uses ABAP Webdynpro. In each of the screen there is a "help" link on the top right corner. I would like to know how to use this function to link a help file that explains what needs to be done on each screen.
    My requirement is to provide screen specific help information as a document for each of the screen in my webdynpro application.
    Any suggestions, options, samples from the experts would be most appreciated.
    Regards
    Vivek

    Hi Vivek,
    seems to be your WDA are built by FPM, thats how by default you will be getting help link in top corner.
    when you click on help link it has to display the help related data.
    for this sap calls the standard wdc: WDHC_COMPONENT and the view:WDHC_APPL_HELP in this view you will see the element as: TEXT to fill some text which is your help data.
    there might be some way to fill this TEXT (text view) try this.
    or else i will check and upate you soon.
    all the best.
    Regards,
    Mahesh.Gattu

  • Help, run J2ee tutorial - Converter. Thanks

    I deployed Converter example successively. Then, run:
    runclient -client ConverterApp.ear -name ConverterClient -textauth
    The result is different from the tutorial:
    <--------------------
    Initiating login ...
    Enter Username:guest
    Enter Password:guest123
    Binding name:`java:comp/env/ejb/SimpleConverter`
    12160.00
    0.77
    -------------------->
    No "Unbinding name:'java:comp/env/ejb/SimpleConverter'"
    What's the problem?
    Next, I open webbrowser and locate page "http://localhost:8000/converter". This page looks fine. When submit to next page, errors come out:
    <----------
    J2EE SDK/1.3.1 - HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    java.lang.NullPointerException
         at org.apache.jsp.index$jsp._jspService(index$jsp.java:113)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.access$0(ApplicationFilterChain.java:197)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:368)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1012)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
         at java.lang.Thread.run(Thread.java:536)
    ----------->
    Any help is appreciated.

    Hi,
    I want to deploy an application created by WSAD. I have created the ear file usingh WSAD. While I am trying to deploy the ear file J2EE RI it's giving me the following error. Can anyone help me in solving this problem? Is there anything that I have to write which is J2ee-Ri specific?
    Thanks
    The error is:
    java.lang.NullPointerException
         at java.util.zip.ZipFile.getInputStream(ZipFile.java:174)
         at java.util.jar.JarFile.getInputStream(JarFile.java:307)
         at com.sun.enterprise.deployment.ApplicationArchivist.saveInClassLoadableFormat(ApplicationArchivist.java:1796)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:150)
         at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:255)
         at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
         at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
    java.lang.NullPointerException
         at java.util.zip.ZipFile.getInputStream(ZipFile.java:174)
         at java.util.jar.JarFile.getInputStream(JarFile.java:307)
         at com.sun.enterprise.deployment.ApplicationArchivist.saveInClassLoadableFormat(ApplicationArchivist.java:1796)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:150)
         at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:255)
         at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
         at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)

  • Need help on J2EE

    Hi Genies
    I am basically a java programmer and did lot of applets and application for two years. I was in the R&D for last 16 months and when i look back at the java it's gone very fast. Now i am lacking knowledge in J2EE. I know reading books won�t help that much so i would like to learn with some practical work. I heard that some Java technology-based open source projects are available? Did anybody know about it ?
    If yes please advise me to some site or i am glad to work (not for money) with any Java Guru's from this forum to improve my knowledge.
    Thanks
    Shan

    www.jboss.org

  • Help option for webdynpro Iview.

    Hi all,
          Need to implement <b>help</b> option for webdynpro iview.
    i found it can be implemented through Par file http://help.sap.com/saphelp_erp2004/helpdata/en/50/bb174082fe1961e10000000a155106/frameset.htm
    i want this to be implemented for webdynpro iview.
    thanks in advance.
    Regards,
    Srikanth.

    Hi all,
          Need to implement <b>help</b> option for webdynpro iview.
    i found it can be implemented through Par file http://help.sap.com/saphelp_erp2004/helpdata/en/50/bb174082fe1961e10000000a155106/frameset.htm
    i want this to be implemented for webdynpro iview.
    thanks in advance.
    Regards,
    Srikanth.

Maybe you are looking for

  • Cannot sign in my apple id in my iTunes

    I can't sing in my apple id in my iTunes 11. What can i do??? I don't have credit card. how to get in

  • How to call Plsql function in discoverer

    Hello, Can anyone tell me how to call plsql fuunction in Oracle Business Intelligence Desktop Discoverer? what i was doing here is i am able to register my function in Administration but i dont know when i need to make call and where i need to pass p

  • Diff between Business service and Business System?

    HI Experts,   Pls let me know wht is the difference between business service and business system?? when we will have to go for business service and when for business system?? thnx in advance.. New XI

  • Help in gui drawing

    hi ppl if i want to draw shapes inside a j pane and i want the sizes according to the jpane it self so please help me i want a refrence to how to draw on guis

  • Where is Class Attributes in "Inspector" window

    I am just trying to create simple slider app in Xcode but after adding an object (from library) to interface builder and defining an object using Inspector, not able to see Class Attribute in Inspector window.