Cannot deploy par from NWDS

Hi,
I am not able to deploy par file into the DEV EP instance. Since the sys # is 00, I am using 50018 as the port number and very sure that the host name is ok. the error message in sap-plugin.log suggests that the upload response is the default login page. I have attached the stacktrace from plugin.log.
[05.12.05 / 15:45] #DEBUG LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.PortalPlugin > Factory initialized !
[05.12.05 / 16:03] #DEBUG LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.PortalPlugin > Startup in progress
[05.12.05 / 16:03] #DEBUG LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.PortalPlugin > Factory initialized !
[05.12.05 / 16:31] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > Upload Error message: Upload seems to have failed
[05.12.05 / 16:31] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > Upload Response: <html><head><LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/customer/Pioneer/glbl/glbl_ie5.css?6.0.13.0.1">
<LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/customer/Pioneer/ur/ur_bdy_prtl_ie5.css?6.0.13.0.1">
<LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/customer/Pioneer/prtl_std/prtl_std_ie5.css?6.0.13.0.1">
<!-- EPCF: BOB Core -->
<META http-equiv="Content-Script-Type" content="text/javascript">
<SCRIPT src="/irj/portalapps/com.sap.portal.epcf.loader/script/standard/js13_epcf.js?6.0722"></SCRIPT>
<SCRIPT>
<!--
EPCM.relaxDocumentDomain();
EPCM.init( );
EPCM.DSM.init( );
function SAPWP_receiveSessInfo( sessInfo, frameRef ){
  EPCM.DSM.processSession( sessInfo, frameRef );
//-->
</SCRIPT>
<!-- EPCF: EOB Core -->
<!-- HTML Business for Java, 60NW_VAL_REL, 145109, Wed Jul 13 10:38:22 PDT 2005 -->
<!-- HTMLB: begin VARS -->
<script language="JavaScript">
ur_system = ;
</script>
<!-- HTMLB: end   VARS -->
<title >SAP Enterprise Portal 6.0</title><meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><link  REL=STYLESHEET  HREF="/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/customer/Pioneer/ur/ur_ie5.css?6.0.13.0.1"  TYPE="text/css" ><link  REL=STYLESHEET  HREF="/irj/portalapps/com.sap.portal.runtime.logon/css/logon.css"  TYPE="text/css" ><link  REL=STYLESHEET  HREF="/irj/portalapps/com.sap.portal.runtime.logon/css/main2.css"  TYPE="text/css" ></head><body class="prtlBody urFontBaseFam urScrl">
<!-- EPCF: Component com.sap.portal.runtime.logon.certlogon, hnlfbdolaebaghofikiedbahpmidieno -->
<!-- EPCF: Component com.sap.portal.runtime.logon.default, hobbmlmpbnllcpciikmkhjahpmidieno -->
<!-- component context:com.sap.portal.runtime.logon.default-->
<!-- class: com.sapportals.portal.ume.component.logon.SAPMLogonComponent-->
<!-- trying to go to page umLogonPage-->
<!-- before including jsp resource umLogonPage.jsp-->

Hi,
you can use this alternative to upload the par file
System administrator->support->portalruntime->Administration console->click on the browse button to find the par file and click the upload button.
see this link for more information
http://help.sap.com/saphelp_nw04/helpdata/en/2d/b8b2426dbec86ae10000000a155106/frameset.htm
reward useful answerd

Similar Messages

  • Problem while deploying PAR from NWDS

    Hi,
    I am getting this error while deploying a PAR file from NWDS.
    Operation Failed: Please make sure the server is running or check the log (sap-plugin.log) for
    more detail.
    regards,
    Arun

    Hi
    You also have the option of uploading the par by logging into the portal ...
    System Administration->Support->Portal Runtime->Administration Console
    just browse and upload the par file...
    Create an IView from par and can see the output
    Avinash

  • Oracle Forms 11gR2 - Cannot deploy locally from within Forms

    I cannot deploy locally from within forms.  The server is up and running and I can deploy the form by putting the correct URL in the address line of the browser window.  When I try to deploy from within forms it comes up with some crazy URL that differs everytime.
    This is what the URL should be and this works from the browser:
    http://machinename:7002/forms/frmservlet?form=WRD608ADMIN_11g.fmx&userid=&otherparams=useSDI=yes
    Here is one of the URLs it came up with when I try to run it from within Forms:
    http://localhost:60231/lysVL2VjqT33znjfvLwanktVRxTIc6dEwVeRNXXRmhYU2qjf
    Localhost is always there, but the rest varies.
    In Forms, I have the Preferences, Runtime set to:
    http://machinename:7002/forms/frmservlet
    Where machine name is my PC, it is the same for this address as the URL above that works directly from the browser.
    So what am I missing?
    Thank you in advance.

    Generally speaking, it is discouraged to manually edit any of the configuration files if they are managed by WLS Console or EM.  In this case, default.env is managed by EM.  Therefore, changes to the file should be done through EM.  If however, you want to alter the file manually, the following is likely the best way to accomplish this:
    1.  Stop the WLS Admin Server and Node Manager
    2.  Locate the proper file you wish to edit.  By proper I mean, there are several copies of most config files.  Most of the config files found in the Oracle Home are actually template files and are not used at runtime.  Altering these will not give you the change you want.  The default.env you want would be here (assuming Windows)
    C:\Oracle\Middleware\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.2\config
    If you are using a "Development" installation type, the above path will reflect AdminServer instead of WLS_FORMS.  Remember that Development installations are not for multi-user purposes.  Production deployments require the "Deployment" installation type, which can also include the Builders.
    Do NOT make any changes yet.
    3.  Once you find the correct file, create a backup copy.  Then open the file for edit (not the backup).
    4.  Make the desired changes and save.
    5.  Restart Node Manager and Admin Server if you plan to use them.
    For more information about using EM to manage your configuration, refer to the product documentation:
    http://docs.oracle.com/cd/E38115_01/doc.111210/e24477/configure.htm#CHDCCGHI

  • Unable to upload the PAR from NWDS

    Hi ,
    I am unable to upload the par from NWDS as it is throwing the error "Unable to upload"
    I have done the proxy settings in NWDS.
    can any one tell me is there any other settings i have to do in NWDS.
    Thanks
    Ajay

    Hi Ajay,
    Have you copied the NWDS installed stuff from other system and working on that?
    Anyway, you can go about this way to upload your par.
    Goto System Administration -> Support -> portal runtime -> Administration console -> Browse and add your par -> say upload. Thats it and your par is uploaded:-).
    Hope it helps.
    Regards
    Deepa
    Pls reward points for helpfull answers.

  • Error in deploying the par from NWDS

    Hello,
    I am not able to deploy a par file from my NWDS, whereas I am able to deploy the same par from another machine which is in the same network. The error thrown in my machine in the file sap-plugin.log is given below. Kindly help to solve this issue
    [17.01.06 / 14:04] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://212.140.143.165:57100/irj/servlet/prt/portal/prteventname/upload/prtroot/com.sap.portal.runtime.system.console.archiveuploader?login_submit=on&j_user=administrator&j_password=admin123&j_authscheme=default&uidpasswordlogon=log on
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:800)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:361)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:433)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:220)
    Regards,
    Rukmani

    Hi Rukmani,
    407 is "Proxy Authentication Required", which sounds like you are using a proxy and on the other machine, the network access to the portal works in fact different or the authentication mechanism is different.
    This is hard to elaborate remotely...
    Hope it helps
    Detlev

  • Deploy PAR with NWDS SP19

    Hi All,
      I am trying to deploy the PAR file from NWDS, it brings up the dialog and after i enter my password, the deployment progress is stuck, let us say at 80% and my NWDS is hung. I have to terminate it and reopen it again. I upgraded my NWDS recently from SP15 TO SP19. also my portal is on SP19. is this a bug with NWDS Patch.
    Also, Just now I found that I am not able to deploy PAR files from the System Administration > Support> Portal Runtime --> Administration Console on Ep 6.0 SP19.
    Did any of you guys encounter the same problems?
    Any Help is appreciated.
    Thanks
    Message was edited by:
            Reddy

    Hi Reddy,
    It sounds like some of the pluggins may be corrupted, have you tried reinstalling the NWDS?
    Krishna Reddy

  • What authorization required to deploy module from NWDS 7.1

    Hi Experts,
    Need to deploy custom adapter module from NWDS 7.1 to PI server, Please help me to know exact access/authorization role required one developer to publish the module.
    I have gone through many blogs and thread but not able to find exact administrator role which help to deploy the custom module on PI server.
    Error I am getting in NWDS 7.1, while deploying module:
    Could not establish connection to AS Java on [<server detail>]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [PIUSER], or the specified principal has no permissions to perform JNDI related operations.
    Regards
    Raghav
    Edited by: RaghavTiwari on Feb 4, 2012 8:25 AM

    Hi Raghav,
    Check this [SAP Help link|http://help.sap.com/saphelp_nw73ehp1/helpdata/en/43/1e1bbc5d9206fde10000000a422035/frameset.htm] for User Roles for Adapter and Module Development.
    Regards,
    Raghu_Vamsee.

  • How to deploy par without NWDS wizard

    Hello All,
    How can we deploy PAR files without NWDS wizard.
    We have developed a functionality packaged in PAR, how we can deploy it on Client Side Portal, do there some way to deploy it without NWDS.
    Thanks and regards
    Santosh

    Hi Santosh,
    Yes you can deploy the par file without using the NWDS.
    Please refer to the post:
    <b>Re: Problems deploying par file via Netweaver Developer Studio>
    Here I have mentioned the way to deploy the par file without using NWDS.
    I hope this will definately help you.
    Regards
    Pravesh
    PS: Please consider rewarding points if helpful.

  • Cannot deploy VM from AppController

    Hi All,
    When I deploy vm from app controller  I got an error like this.
    Message:
    The virtual machine configuration cannot target a host due to placement errors. (StatusCode: 22039–PlacementErrorsPresentInVmConfig)
    In hardware configuration tab, under compatibility, I have selected Hyper-V.
    What should I do?
    Thank's

    Can you create the same VM from VMM directly ?
    Regards, Samir Farhat Infrastructure and Virtualization Consultant || Virtualization, Cloud, Azure ? Follow and Ask here https://buildwindows.wordpress.com

  • Deployed application from NWDS not available in local folder for IView crea

    Hi Gurus,
    I have deployed an Web Dynpro Java application from NWDS. The application deployed fine.
    But when I tried to cretae the Web Dynpro Java application from the Portal the corresponding application is not available in local folder for IView creation.
    How do i need to proceed for Web Dynpro Java IView creation.
    Thanks & Regards,
    Kiran Kumar k

    Hi Kiran,
    Please check under sap.com/local  OR you custom package while creating Web Dynpro Java application iview.
    Then select your WD Application if you found - Applcaition >> package >> then select Application name and click on next.
    Verify your application deployed or not or in which folder at content administration >> web dynpro >> searh your WD application.
    Hope it helps
    Regards
    Arun

  • Deploy PAR from Ep5 to EP6 problem

    Hi ,
    I am now using EP6 and i need to deploy a PAR file ( generated in EP5) into the portal using ( System administrator /support / portal runtime / Admin console ..) to upload it into PCD , the upload was processed successfully [ but i see that in the list  :
    <i> Server ID      Local version Repository version  
    P1  4206950 <b> undefined  undefined</b>  ( while others : 5.0.5.4 )</i>And then in the content management when i want to create a new iview from PAR file , i can not see it in the list ( P1.PAR ) that i have just deployed ....till now i am very confused about it , anyone can help me to deploy it ( I need it urgently right )
    Thanks ,
                   Qui nguyen

    Hi vankat ,
    First i'd like to thank so musch for your answer , i've done like that i saw it in the PCD but when i preview it the following errors occur:
      Portal Runtime Error
    <i>An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Could not find portal application .
    Exception id: 01:05_26/12/06_0034_4206950
    See the details for the exception ID in the log file</i>
    And
      <i>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/Development..............g.dev_iview
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file</i>
    What are the above lines mean and how to recover it ? and if i want to look for the log file where i can find it in the server ?
    Thanks ,

  • Cannot deploy EJB from JDev 3.2

    Dear Sirs,
    When you try to create a deployment profile using JDeveloper 3.2 step #2 of the wizard asks for "select a type of deployment". In Jdeveloper 3.1.1.2 the option "deploy Enterprise Java Bean (EJB) to Oracle8i". But in release 3.2 that option is taken away.
    Does this mean Jdeveloper does not support the EJB 1.1 spec (i.e. the XML deployment descriptor)? Or must I upgrade the database from 8.1.6 to 8.1.7. Or is this a bug?
    regards.

    Hello:
    Can anyone helps us with this EJB problem in Oracle? :
    With JDeveloper 3.1.12 we can deploy with the wizard an EJB component in Oracle (database) 8.1.6 but the client test fails with the following message:
    "oracle.jbo.ApplicationModuleCreateException:
    JBO-25222: Unable to create application module...."
    In an Oracle error log file (in the bdump directory) we find the following information:
    "Attempt to call System.getProperties failed
    ...skipping...
    at oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl.ejbCreate
    (EJBApplicationModuleImpl.java:183)..."
    We think that the problem is related with:
    1- memory parameters of Oracle 8i ?
    2- Java security permissions in the server ?
    Thanks you for your help.
    Maria Consuelo Franky - Victor Toro
    CincoSOFT Ltda.
    Bogota - Colombia
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by slag:
    Oracle (database) 8.1.6 only supports 1.0 spec, 8.1.7 is 1.1 spec compliant, to my knowledge.
    [b]slag<HR></BLOCKQUOTE>
    null

  • Cannot deploy EntityBean from Weblogic 5.1

    Hi everyone,
    I'm relatively new to EJB deployment, but there is an Entity bean that I was able to deploy using Weblogic 4.0 and fail to do the same with Weblogic 5.1, although I'm going through all the necessary steps, like creating xmls (ejb_jar, weblogic-cmp-rdbms-jar, and weblogic-ejb-jar), creating a jar file, and recompiling it using weblogic.ejbc, and that's where it stops. While it works fine with session beans, every time I'm trying to deploy entity bean, it gives me the following message:
    ERROR: Error from ejbc: [9.1.5.1] In EJB EmployerEntityEJB, there is an ejbPostCreate method ejbPostCreate() that has no matching ejbCreate method.
    Yet my ejbCreate and ejbPostCreate methods do match, unless I'm missing something, but at this point I have no idea what exactly. Any kind of help would be great, 'cause I'm almost out of ideas.
    Here's the code I'm working on:
    EmployerEntity.java:
    import java.rmi.*;
    import java.sql.*;
    import javax.ejb.*;
    import java.util.*;
    public interface EmployerEntity extends EJBObject, Remote {
    public boolean postingUpdate(Hashtable posting) throws RemoteException,SQLException;
    public void callingBreakHashtable(Hashtable posting) throws RemoteException;
    EmployerEntityHome.java:
    import java.rmi.*;
    import javax.ejb.*;
    import java.io.*;
    import java.util.*;
    import javax.naming.*;
    public interface EmployerEntityHome extends EJBHome{
    public EmployerEntity create(Hashtable posting) throws RemoteException, EJBException, CreateException;
    public EmployerEntity findByPrimaryKey(EmployerEntityPK job_id) throws FinderException,RemoteException;
    public EmployerEntity findByPosition(int job_id) throws FinderException,RemoteException;
    EmployerEntityPK.java:
    import java.io.Serializable;
    public class EmployerEntityPK {
    public int job_id;
    and finally EmployerEntityBean.java (I left only ejbCreat and ejbPostCreate methods, so that I won't confuse anybody):
    import java.io.*;
    import java.util.*;
    import javax.ejb.*;
    import javax.naming.*;
    import java.rmi.*;
    import java.sql.*;
    //and local classes
    public class EmployerEntityBean extends LocalClassEntityBean {
    Hashtable posting=new Hashtable();
    public EmployerEntityBean() {}
    public EmployerEntityPK ejbCreate(Hashtable posting) throws EJBException, CreateException {
    if (posting_entity_flag)
    this.posting=posting;
    callingBreakHashtable(posting);
    Syslog.debug(this,"EJBCreate Called ");
    return null;
    public void ejbPostCreate(Hashtable posting) throws EJBException {
    Syslog.debug(this,"EJBPostCreate Called ");
    Thanks for your help.
    PS. Also, could it be that the error that I'm getting might be caused by something other than simply mismatching ejbCreate and ejbPostCreate? If so, what are the other possible reasons?
    Thanks

    Hi,
    First of all, you don't need to add EJBException in your method definition as its a runtime exception. Next your ejbPostCreate() is missing the CreateException and thats the reason you have a mismatch.
    Also your remote interface should extend EJBObject ( which is a subclass of java.rmi.Remote). Catch the SQLException and rethrow it as an EJBException with proper message. And finally I take it that LocalClassEntityBean implements EntityBean.
    Best wishes

  • Planning Application 11.1.2 Cannot Deploy Application from Workspace

    Hi All,
              Everytime I try to deploy a Planning EPMA app, I've got the following error :
    Error Reported:
    HTTP/1.1 500 Internal Server Error
    Action aborted.
    Log file Says nothing but:
    HTTP/1.1 500 Internal Server Error
           The valdation run as well without any issue, but the deployment returns this error.
           Does anyone could help me on that ?
    My Environment:
    Hyperion: 11.1.2
    OS: Linux Red Hat 5 64bits
    DB : Oracle
    IIS6
    Thanks

    Hi Celvin
    I see this article on KB after reading DattaRay's commend. It suggests that Essbase Studio should be installed for Essbase applications to be deployed.
    Validation of Essbase EPMA Application Results in Error "Status: 500 - Internal Server Error" (Doc ID 1350014.1)

  • HFM 11.1.2 Cannot Deploy Application from Workspace

    Hi,
    I have sucessfully installed Foundation,Workspace, Calc Manager, EPMA, HFM, FDM and Financial Reports on a single Win 2008 SP1 win 32 server. All Products configured on std ports and services are starting allright.
    When I log on to Workspace and create a new HFM application validation is Sucessfull. However when I try to deploy the Application it fails.
    Error Reported:
    HTTP/1.1 500 Internal Server Error
    Action aborted.
    Log file Says nothing but:
    HTTP/1.1 500 Internal Server Error
    My Environment:
    Hyperion: 11.1.2
    OS: Win 2008 SP1 win32
    IIS7 has Allow all ISAPI
    ASP is allowed

    The problem was solved
    I went to IIS and then to the Virtual Directory of HFM and clicked on Browse, instead of showing me a white page with HFM written on it, there was Internal Server Error web page with more details.
    I Redeployed all Sub-Modules of HFM in EPM Configurator except for Database Configuration and then Restarted the machine. Problem Solved.
    Edited by: AIC on Dec 11, 2010 12:42 PM

Maybe you are looking for

  • Do I need to upgrade my OS on 8310?

    Hi Its my first post here so go easy if I miss the obvious I've been looking at the OS updrades as a way of reducing/eliminating the number of times my 8310 reboots mid converstation. Having read the boards I have already tried removing the sandisk 1

  • Having trouble auto-focusing using the digital display.

    My Rebel T3 seems to have problem auto-focusing indoors when using the digital display .  Seems to work fine using the viewfinder.

  • Prolabs GLC-LX/LH-SM-C compatible with 3750 ?

    Hi I have a catalyst 3750, and a gbic prolabs. Currently i haven't connexion on this gbic. To solve my problem, i want to kown if the gbic works (or is compatible), how can i kown it ? Thanks in advance

  • Alphabetical sort in hierarchal tree

    Hi, I would like (in form) to have the tree be alphabetized by the parent's and childen's names. A simple ORDER BY would get the list of names all out of order. I also tried to create index on sorting field and then : ...CONNECT BY prior obj_opc = ob

  • My trackpad is acting erratically

    the trackpad on my 2010 macbook air has been carrying out commands without my finger pressing the buttons. As soon as I 'hover' it acts like the button has been clicked. Any suggestions to solve this problem which has been ongoing for a couple of mon