Restricting HTTP Port on J2EE Engine

I have to disable the HTTP Port on Web AS J2EE Engine and allow connections only through https.
Is it possible to do so ? If yes, how ?
Thanks for the help in advance.

Yes, It is definitely possible.
You will have to login to Visual Administrator, and then under Service, go to the HTTP Provider details. You will find a value specifying both http and https values (if already configured). You can remove the http part, which will allow you to remove the http access.
Let me know if you face problems with this.

Similar Messages

  • How can I change HTTP port in J2EE

    Hi.
    I installed Sneak Preview 640 and I want to change HTTP port for J2EE. (default port is 50000)
    So, I started config tools and move to dispatcher -> service -> http -> port.
    There is port information.
    - Custom value : empty
    - Default value : (Port:80,SocketQueue:200,AcceptingThreadsCount:10,BindAddress:,Type:http)(Port:443,SocketQueue:200,AcceptingThreadsCount:10,BindAddress:,Type:ssl)
    My first question is that default port is "80" in above confirguration. Why we use "50000" ?
    Second question is that I changed custom value but It doesn't work. How can I change HTTP port ?
    Regards, Arnold.

    you can use the "visual administrator" to set your http-port, too:
    Dispatcher / Services / HTTP Provider / Ports
    kr, achim

  • HTTPS server on J2EE Engine

    Hi there,
    I have to write a little HTTPS server which runs on the J2EE Engine for handling some HTTPS requests.
    For this, the server should use a certificate from the J2EE Engine's Key Store. Wiht the following code I try to load the certificate and start the server.
    String privKeyView = "service_ssl";
              String privKeyAlias = "ssl-credentials";
            if ((privKeyView != null) && (privKeyAlias != null)) {
            SAPSecurityResources secRes =
                SAPSecurityResources.getInstance();
            KeyStoreManager ksMgr =
                secRes.getKeyStoreManager(PermissionMode.SYSTEM_LEVEL);
            java.security.KeyStore ks = ksMgr.getKeyStore(privKeyView);
            ISsfProfile privKeyProf = ksMgr.getISsfProfile(ks, privKeyAlias, null);
            java.security.PrivateKey privKey = privKeyProf.getPrivateKey();
            KeyManagerFactory kmf =
                KeyManagerFactory.getInstance("SunX509");
            kmf.init(ks, keypassword);
            SSLContext sslcontext = SSLContext.getInstance("SSLv3");
            sslcontext.init(kmf.getKeyManagers(), null, null);
            ServerSocketFactory ssf = sslcontext.getServerSocketFactory();
            SSLServerSocket serversocket =
                (SSLServerSocket) ssf.createServerSocket(10443);
            final String[] enabledCipherSuites = { "SSL_RSA_WITH_RC4_128_MD5" };
            serversocket.setEnabledCipherSuites(enabledCipherSuites);
            Socket client = serversocket.accept();
    The problem is, that the accept() fails with an javax.net.ssl.SSLException: No available certificate corresponds to the SSL cipher suites which are enabled.
    This seems to make sense, because the Cipher suite isn't bound to that custom port (which is configured at SSL Provider Service of Visual Admin). But on the other hand I cannot add any custom entry in Visual Admin.
    Does anybody has expierience in writing an SSL Server on J2EE Engine? Please help. Any hint will be highly appreciated.
    Thanks in advance,
    Matthias

    Hi Eddy,
    Sorry just got round to checking on this. The documentation you point to here is what we used as the basis for our setup.
    We are attempting to use End-2-End SSL and did modify the SWD profile accordingly. It does not work however. If I connect via SSL directly to the J2EE server it works fine. Also connecting via HTTP thru the SWD works as well.
    We are unsure as to whether there is something (parameters, service, etc.) that we have to set up via SMICM and/or RZ10 to enable SSL on the ICM? Or even whether that is necessary.
    Ideally what I'd like is if someone can explain step-by-step what needs to be set up in the ABAP stack/message server that would be great.
    Thanks
    Brian

  • Port of J2EE engine

    Hello Friends,
    Is there any way, I can change the port of the J2EE engine ?
    Marek
    Message was edited by: Marek Jöricke

    Hi Stefen
    Thanks for your reply
    Actually I am trying to put the struts framwork in my web application using Netweaver Stutio, but its not working, however the same application is working using simple Eclipse IDE ?
    Any suggestion, what could be possibilly wrong?
    PS: Using package explorer view, I have imported the struts-config.xml, and now the WEB-INF folder is visible in the J2EE Explorer view,( Before WEB-INF was not visible in J2EE Explorer) ?
    The action class should be under the WEB-INF/class/action/StrutsClass.java, but in this case my action class is under source/action/StrutsClass.java, does it makes any difference, should I have to create a folder (class) in WEB-INF manually? and Idea
    Many thanks,
    Marek
    Message was edited by: Marek Jöricke

  • Port issue with j2ee engine, http service provider

    hi gurus,
    on two of our standalone j2ee servers, the j2ee engine is up and running fine. from the mmc everything shows green including messager server.
    but when i connect to the j2ee page using browser either from the client machine or  on the server it never gives me an error message but the status bar keeps processing. never throws any sort of dispatcher or 500 error messages.
    There were some GRC-Virsa components deployed over the weekend not sure if that had changed something.
    After intial research the port information in the HTTP service provider showed 80 for http and 443 for ssl (https)so i had manually changed it to 50000 and 50001 from config tool respectively , restarted the server.
    After the restart the j2ee page came up and the very second http request it goes to the loop again with no error message, whats the reason behind this sort of behavior. i have made the port changes over the whole cluster and restarted.
    surprising it works only for the first time after restart, the very second http request never accepted by dispatcher/server process , no error message though.
    environment, nw04s with plain j2ee, windows 2003, sql2008
    please assist.
    -durga

    thanks sean for responding, infact the issue is resolved yesterday.
    Reason due to insufficient application threads and make sure the right port defined in HTTP service provider. So fixing these two things resolved the issue
    Thanks,
    Durga

  • J2EE Engine Port

    Hi all,
    What is J2EE engine port? Give me its significance and where it will be used?
    And what else such ports are available?
    Thanks
    Prabhu.

    Hi Prabhu,
    <i><b>What is J2EE engine port? Give me its significance and where it will be used?</b></i>
    The J2EE Ports are used for communication with the J2EE Engine as part of the SAP Web AS. They are generated at installation time and when new cluster elements have to be created
    We can see J2EE ports thru this menu..
    SMICM --> Go to --> HTTP Server --> Dispaly Data.
    For the Instance number -->
    Abap+java system = /usr/sap/<SID>/DVEBMGS<NR>
    Stand alone java system = /usr/sap/<SID>/JC<NR>
    please see the below links
    http://help.sap.com/saphelp_nw04/helpdata/en/a2/f9d7fed2adc340ab462ae159d19509/content.htm
    communication ports
    http://help.sap.com/saphelp_nw04/helpdata/en/43/3464ec8b631c1ce10000000a1553f7/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f7/c8d34213d9324fa3329dcdf8e7be16/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cc/0580dfd862464f8181ee3dfb8ec2d4/frameset.htm
    <i><b>And what else such ports are available?</b></i>
    goto tcode SMICM->goto->services and it will show u all the ports,J2ee,HTTP SMTP etc
    http port - 80XX - you can find it in SMICM - goto - services
    (to connect to ABAP WAS)
    visual admin port - 5XX04
    these are the most important...
    Cheers...
    Vasu
    <b>** REward POints if found useful **</b>

  • HTTPS port not activated on non-central Advanced Adapter Engine

    Hello,
    we have upgraded our non-central adapter engine from XI 3.0 to 7.1 EHP1.
    Before, we were using port 58201 (5<InstanceID>01) for HTTPS and it was working fine. On the new system, the port 58201 isn't active, which I've checked with 'telnet <host> 58201'.
    On XI 3.0, the port could be configured in the Visual Admin -> SSL Provider, but I don't find the corresponding setting in NWA.
    I've already checked miscellaneous SAP notes (856597, 891877,...), HowTo-Guides and Blogs, but didn't find any hint...
    Any idea, where I could edit the HTTPS port in NWA of the non-central adapter engine?
    Thanks,
    Juergen

    Hello,
    I didn't get access to ExchangeProfile over URL http://<host>:<port>/exchangeProfile and didn't find the settings in NWA.
    Reason was the missing CryptoLibrary as discribed on http://help.sap.com/saphelp_nwpi711/helpdata/en/f1/2de3be0382df45a398d3f9fb86a36a/frameset.htm
    Regards,
    Juergen

  • Default J2EE engine user / port

    Dear forumpeople, I cant remember what i entered there during installation but im pretty sure i kept it default. So what are the default J2EE Engine (Visual Manager) Login / port /pass ? Or is there a way to find em?

    M8, just as I figured it out, you came with the rescue. But thank you very much, points are added.
    For the people looking for an answer:
    1.      Choose New.
           2.      Enter a display name and choose Direct Connection to a dispatcher Node.
           3.      Choose Next.
           4.      Enter at least the following:
    ¡        User Name: Administrator
    ¡        Host: 04. For example, if your J2EE instance number is 15, the P4port is 51504.
           5.      Choose Save and connect with your new login account by choosing Connect.
           6.      Enter the password for the J2EE_ADMIN user and choose Connect. (Default: abcd1234)

  • Can't Log into J2EE Engine Visual Administrator

    I cannot get logged into our J2EE Engine Visual Administrator on our SAP Portal.  After I enter my userid and password (which I know are valid) I get a progress bar which progresses to approx 50%, then errors out with the message:  'Error while connecting. Cannot open connection on host: <IP-address> and port: <port>'
    I found this document to troubleshoot the problem:
    https://cw.sdn.sap.com/cw/docs/DOC-29070?treeid=DOC-7447
    It says the problem is likely that the P4 port is incorrect or the wrong transport layer is selected in my connection string.  It suggests using the config tool to find the P4 port and has a diagram showing the port in the local properties.  When I go to my config tool, I am missing the Local Properties box.  My screen only shows the Global Properties.  Is there somewhere else to check the port.  I am pretty sure I have the right port because if I try to connect using an incorrect port I get the error message instantly. 
    The transport layer in my connection string is 'default'. 
    Can anyone help?  Thanks.
    Our Visual Administrator version is 6.40 Support Pack 22.  The java version is 1.4.2_13.

    Hi Kathryn,
    P4 port is used for connecting to VA. P4 port will be 5<Inst no>04.
    Please check if you have this port while connecting to VA. You can check this port in the index page of your portal.
    Can you try restarting the portal instance ??
    Also you need not enter userID for logging into VA. By default it uses "administrator" user.
    You may also check if the administrator user is locked.
    Revert if the issue persists.
    Cheers.,
    Raghu

  • Configuration of J2EE engine in NWDS 7.1

    Hi All,
    I need to develop a webdynpro application in NWDS 7.1 and deploy it onto a J2EE engine which is installed on a remote host.
    In NWDS 7.0, in Window> Preferences>SAP J2EE Engine,
    I could specify the remote Remote Server Host and Remote server Port.
    How do I do the same in NWDS 7.1?
    I dont see the "SAP J2EE Engine" option in Window-->Preferences ; in NWDS 7.1.
    Please help in configuring the J2EE server in NWDS 7.1 so that i can deploy my webdynpro application.
    Thanks and Regards,
    Sunil

    Hi Satish,
    I followed the steps you mentioned.
    But I got an "Invalid Syntax error" in the Web browser when I deployed and ran the application.
    The url when i run an application from NWDS 7.0 in the same server starts with
    http://<server_name>:50200/webdynpro/dispatcher/.......
    But the url when i run the application from NWDS 7.1 (with the configurations suggested by you) starts with
    http://<server_name>:-1/webdynpro/dispatcher/.......
    I have followed the steps you suggested.
    Do I have to specify the Port number somewhere? or is there any other configuration which I need to do?
    Please guide me in this.
    Thanks and Regards,
    Sunil

  • Error message when starting SAP J2EE Engine 6.20

    When i am starting SAP J2EE Engine 6.20 i am not able to get the homepage at its startup.
    I have checked the Cluster_Log and it says
    [OS: Windows XP] [VM vendor: Sun Microsystems Inc.] [VM version: 1.3.1_16-b06] [VM type: Java HotSpot(TM) Client VM]
    SAP J2EE Engine Version 6.20 PatchLevel 100897.20 is starting...
    Loading: LogManager ...
    Loading: R3StartupManager ...
    Loading: ThreadManager ...
    Loading: TimeoutManager ...
    Loading: MemoryManager ...
    Loading: PoolManager ...
    Loading: PolicyManager ...
    Loading: ConnectionsManipulator ...
    Loading: IpVerificationManager ...
    Loading: ClusterManager ...
    Loading: ClassLoaderManager ...
    Loading: PortsManager ...
    Loading: LockManager ...
    Loading: ServiceManager ...
    Loading core services:
      Starting core service p4 ... done. (297 ms)
      Starting core service security ... done. (78 ms)
      Starting core service log ... done. (656 ms)
      Starting core service admin ... done. (204 ms)
      Starting core service monitor ... done. (235 ms)
    Core services loaded successfully.
    Loading additional services:
      Starting service httptunneling ... done. (109 ms)
      Starting service jms ... done. (0 ms)
      Starting service telnet ... done. (94 ms)
      Starting service shell ... done. (250 ms)
    ID000544: Error starting service http. Can't start the service due to java.io.IOException: Can't open HTTP server socket on port 80
    [ServiceManager]: ID000544: Error starting service http. Can't start the service due to java.io.IOException: Can't open HTTP server socket on port 80
    Additional services loaded successfully.
    [Framework -> criticalShutdown] [Tue Jul 22 13:44:16 IST 2008] Service http startup error!
    Here i can notice "Cant open HTTP server socket on port 80".
    How can i do this setting so that everything works fine.

    Hi
    Check that your port 80 is not occupied by other running application (eg. IIS or ITS etc.)
    Also check that it may be disabled by antivirus software.
    Check the services file that this port is not assigned to other application then
    http               80/tcp    www www-http

  • Error occured when installing SAP J2EE engine on windows xp

    hi guys,
    I received the following error while installing the sap j2ee engine.
    Program is starting... Please wait!
    Starting standalone GUI using:
      SAPinst port  : 21200
      HTTP port     : 4239
      GUI style     : wizard
      GUI mode      : normal
      command       : "D:/DOCUME1/G33241.SUN/LOCALS1/Temp/sapinst_exe.4860.1271751300/jre/bin\java.exe" -cp "D:/DOCUME1/G33241.SUN/LOCALS1/Temp/sapinst_exe.4860.1271751300\jar\instgui.jar" -Xmx256M -Dsun.java2d.noddraw=true -Dsap.env.var.javahome=SAPINST_JRE_HOME SDTGui instwizard host=localhost port=21200 -nolock
    load resource pool D:\Henkel\SDN_Preview_SR_5\JEECE71SR5\JavaEE\resourcepool.xml
    guiengine: No GUI server connected; waiting for a connection on host B6A-7F-479-LTP, port 21200 to continue with the installation
    Apr 20, 2010 1:45:15 PM [Info]: *************************
    Apr 20, 2010 1:45:15 PM [Info]: Starting Server
    Apr 20, 2010 1:45:19 PM [Info]: Reading server configuration.
    Apr 20, 2010 1:45:20 PM [Info]: Reading service configuration InstallationWizardService.
    Apr 20, 2010 1:45:20 PM [Info]: Configuring LogManager ...
    Apr 20, 2010 1:45:20 PM [Info]: *************************************************
    Apr 20, 2010 1:45:20 PM [Info]: Starting SL Controller ...
    Apr 20, 2010 1:45:20 PM [Info]: StorageService switched off.
    Apr 20, 2010 1:45:20 PM [Info]: Initializing SecurityManager ...
    Apr 20, 2010 1:45:20 PM [Info]: Key Store management switched off.
    Apr 20, 2010 1:45:20 PM [Info]: Configuring HTTPManager ...
    Apr 20, 2010 1:45:25 PM [Info]: WebstartService switched off.
    Apr 20, 2010 1:45:25 PM [Info]: RoleService switched off.
    Apr 20, 2010 1:45:25 PM [Info]: AlertService switched off.
    Apr 20, 2010 1:45:25 PM [Info]: NotesService switched off.
    Apr 20, 2010 1:45:25 PM [Info]: ProcessService switched off.
    Apr 20, 2010 1:45:25 PM [Info]: Starting MIDService ...
    Apr 20, 2010 1:45:25 PM [Info]: Starting FileService ...
    Apr 20, 2010 1:45:25 PM [Info]: LogService switched off.
    Apr 20, 2010 1:45:25 PM [Info]: MailService switched off.
    Apr 20, 2010 1:45:25 PM [Info]: Starting services ...
    Apr 20, 2010 1:45:25 PM [Info]: Starting service "InstallationWizardService" ...
    Apr 20, 2010 1:45:25 PM [Info]: Service "InstallationWizardService" started
    Apr 20, 2010 1:45:25 PM [Info]: Services started.
    Apr 20, 2010 1:45:25 PM [Info]: Starting HTTP server listening on port 4239 ...
    Apr 20, 2010 1:45:25 PM [Info]: HTTP server started.
    Apr 20, 2010 1:45:25 PM [Info]: SL Controller started.
    Apr 20, 2010 1:45:25 PM [Info]: Starting GUI ...
    guiengine: 2010-04-20 13:45:28 Login in progress
    guiengine: 2010-04-20 13:45:28 Login successful
    Apr 20, 2010 1:45:29 PM [Info]: GUI started.
    INFO       2010-04-20 13:45:33.91 [synxcpath.cpp:811]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\CE71_DEV_ADA\INSTALL\x.
    INFO       2010-04-20 13:45:33.91 [synxcfile.cpp:417]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\CE71_DEV_ADA\INSTALL\x.
    INFO       2010-04-20 13:45:35.544 [synxcpath.cpp:811]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO       2010-04-20 13:45:35.544 [synxcfile.cpp:417]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\x.
    INFO       2010-04-20 13:45:35.591 [synxcfile.cpp:417]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\CE71_DEV_ADA\INSTALL\dev_sap_kernel.
    INFO       2010-04-20 13:45:38.294 [synxcfile.cpp:717]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/statistic.9.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/statistic.xml' to 'C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/statistic.9.xml'.
    INFO       2010-04-20 13:45:39.591 [synxcfile.cpp:717]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/statistic.10.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/statistic.xml' to 'C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/statistic.10.xml'.
    WARNING    2010-04-20 13:45:47.606 [synxcpath.cpp:961]
               CSyPath::getOSNodeType(bool ) lib=syslib module=syslib
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation. Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    INFO       2010-04-20 13:45:52.513 [synxcfile.cpp:717]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/inifile.4.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/inifile.xml' to 'C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/inifile.4.xml'.
    /****  here some things are there ***/
    while creating the users for the SAP system it is giving the following error(4th step in the installation)
    INFO       2010-04-20 13:46:04.872 [synxcfile.cpp:717]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/statistic.11.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
               lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/statistic.xml' to 'C:/Program Files/sapinst_instdir/CE71_DEV_ADA/INSTALL/statistic.11.xml'.
    INFO       2010-04-20 13:46:04.919 [sixxcstepexecute.cpp:795]
    Execute step createAccounts of component |CE_DevSystem_App|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|3|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0
    INFO       2010-04-20 13:46:07.544 [ianxbusprv.cpp:142]
               CIaNtUserPrivileges::add_impl(., B6A-7F-479-LTP\SDB Operators, )
    Nothing to do. User privileges are an empty string.
    INFO       2010-04-20 13:46:07.591 [ianxbusprv.cpp:142]
               CIaNtUserPrivileges::add_impl(., NT AUTHORITY\LOCAL SERVICE, )
    Nothing to do. User privileges are an empty string.
    WARNING    2010-04-20 13:46:07.716
               CJSlibModule::writeWarning_impl()
    Existing account GDNINDIA\g.sundara is not a member of group B6A-7F-479-LTP\Users. Changing membership of account.
    INFO       2010-04-20 13:46:07.935 [synxcgroup.cpp:771]
               void CSyGroupImpl::addMember(CSyAccountImpl * pAccount)
               lib=syslib module=syslib
    Account GDNINDIA\g.sundara added to group B6A-7F-479-LTP\Users.
    WARNING[E] 2010-04-20 13:46:07.935 [ianxbusprv.cpp:226]
               CIaNtUserPrivileges::add_impl(., GDNINDIA\g.sundara, SeServiceLogonRight)
    FSL-06002  Error 123 (The filename, directory name, or volume label syntax is incorrect.
    ) in execution of a 'NetServerGetInfo' function, line (201), with parameter (., 101).
    WARNING[E] 2010-04-20 13:46:07.935 [ianxbusprv.cpp:286]
               CIaNtUserPrivileges::add_impl(., GDNINDIA\g.sundara, SeServiceLogonRight)
    MOS-01224  Unable to add privileges 'SeServiceLogonRight' to account 'GDNINDIA\g.sundara' on host '.'.
    WARNING[E] 2010-04-20 13:46:07.950
               CJSlibModule::writeError_impl()
    MOS-01224  Unable to add privileges 'SeServiceLogonRight' to account 'GDNINDIA\g.sundara' on host '.'.
    ERROR      2010-04-20 13:46:07.966 [sixxcstepexecute.cpp:958]
    FCO-00011  The step createAccounts with step key |CE_DevSystem_App|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|3|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0|createAccounts was executed with status ERROR .
    please guide me..i have been trying to install this from so many days and i had no luck at all..
    So please help in avoiding this error or tell me the proper steps to install the sap j2ee engine.

    actually the problem is i am logging in a company system, which is using a GDNINDIA domain... the installation requires a local admin without any domain..
    anyways guys thanks...
    one more question is one of my fellow team mates is getting:
    Connection to SAPinst could not be established.
    could not connect to host localhost on port 21200
    Please help

  • J2EE Engine startup page error: File [main.jsp] not found in application..

    Hi Guys,
    I have just uninstalled and reinstalled SAP Netweaver 7.01 portal. The uninstall was clean and the reinstall also went without any errors.
    However, immediately after this, when I open http://<host>:<port> I get the following error:
    404   Not Found
    The requested resource /main.jsp is not available
    Details:   File main.jsp not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    If, instead, I open portal (http://<host>:<port>/irj), it works fine.
    Anybody has any idea why this has happened and how can I resolve this issue?
    Thanks,
    Shitij
    Edited by: Shitij Bagga on May 5, 2010 9:36 AM
    Edited by: Shitij Bagga on May 5, 2010 9:37 AM

    Hi Anil,
    I don't see how this note is relevant here. It is just the j2ee engine start page which is not opening. If I go straight to the systeminfo page or the portal login page, they are all working.
    Any experience on this issue with that note u suggested? Please share.
    Thanks,
    Shitij

  • Where to deploy EAR file(Client java proxy) in SAP J2EE engine (XI)?

    hi i m novice in J2ee technology of XI,
    I m trying a blog to create client Java proxy,
    can u tell me after making the EAR file .... where should i deploy it,
    means it instructs me to deploy the EAR file in the SAP J2EE engine.... what is that .... whats the URL and port ?

    Hi sudeep
    check these
    http://help.sap.com/saphelp_nw04/helpdata/en/01/a70e408230c442e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/9c/8a9383a2aeda4a962446d3c29b9e19/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/05/4fac3e00c8b014e10000000a114084/frameset.htm
    also this
    /message/3943924#3943924 [original link is broken]
    thanks

  • RFC Adapter error - http port configuration

    Hi everyone,
    on XI 3.0 I have some problems to invoke RFC functions located on a SAP SRM system.
    No logs are displayed on the XI Monitor: the message is stopped at the "adapter" level.
    It seems that RFC adapter tries to connect to a wrong URL (the Production system URL)and obviously it retrieves these messages:
    "Received XI System Error. ErrorCode: NO_RECEIVER_CASE_BE ErrorText: ErrorStack: No receiver could be determined "
    "Returning synchronous error notification to calling application: XIServer:NO_RECEIVER_CASE_BE:."
    "Transmitting the message using connection http://YYY.sap.xxxx:8066/sap/xi/engine?type=entry failed, due to: XIServer:NO_RECEIVER_CASE_BE:."
    In the SLD, the right port for Development system is 8064, the adapter is also  configured on business landscape YYY and port 8064. I checked both J2EE visual administrator and Business Landscape customizing without success.
    But at runtime the adapter framework point to another system on 8066 http port (and the interface call fails).
    My question is: where is this wrong URL configured and from where exactly does it take these wrong informations?
    Please, help me.
    Alessandro Pozzozengaro.

    Alessandro,
    There is a very good document on SAP that explains, step-by-step what you are trying to do.
    The name of the document is: 'Validating a Connection Between SAP R/3 and SAP XI with RFC'.
    Give a look on that. I used it to build the scenario here and it works fine.
    Regards,
    Tadeu

Maybe you are looking for

  • File not found error with log4j.properties

    Hi, I'm writing a web service on weblogic 8.1 with weblogic workshop.I have to use log4j-1.2.7 supplied by client with my application.I cannot write ant script manually.Also I cannot change server start script or cannot put any command line argument

  • Error Calling a simple stored procedure

    Hello. I'm using the code below to call a simple stored procedure which returns a number. Why does it throw the exception (Also below)? Thank you, Alek ======================= Code: import java.sql.*; public class Connect public static void main (Str

  • Calling procedure with user defined IN & OUT parameters

    I have procedure in a package which I need to call from the JDBC. My problem is, that procedure take user-defined data types as IN parameters & gives user-defined OUT paramters. How do I call a procedure like this. Do I need to write the wrapper clas

  • SATA Boot as Removable Drive ?

    Recently a buddy installed a new ASUS board with SATA boot via onboard SATA. SATA drives showed up as removable. Didn't like that so we installed a SATA PCI card and they functioned normally. Then we freshened up an MSI MS-6788 board using the onboar

  • Enabling Exchange 2007 Mailbox

    We are provisioning a mailbox to Exchange 2007 in IDM and we are being forced to run a PowerShell script which in turn runs some Exchange commands. These keep bombing out with an error saying that Exchange server is crashing (which it is not!). We ha