WebApplicaton deployment on Application server 9

hi,
i want to deploy a WAR file on an Application server 9 via command line but i cant find the right command for it via asadmin.
the only command i have found is wsdeploy but it only create another WAR file and doesnt deploy it as a webservice.
can you please assist.
thanks

deploy [��echo=false] [��interactive=true] [��host localhost] [��port 4848|4849] [��user admin_user] [��passwordfile filename] [��contextroot context_root] [��force=true] [��precompilejsp=false] [��upload=true] [��enabled=true] [��libraries jar_file[(path_separator)jar_file*]] [��target target] filepath This is the asadmin option to deploy any applciation pachage.
checkout this link for more
http://docs.sun.com/app/docs/doc/819-3656/6n5s3qjg2?a=view

Similar Messages

  • Deploy to Application Server Failed on a distributed environment

    Hi All,
    I am trying to configure new Hyperion verion 11.1.2.2 on distributed environment but during configuring calculation manager to application server failed and getting error message like "Deploy to Application Server Failed". I am not sure what is issue and how to fix it. I have tried to read log files but I am not able to undersantd where to look and debug this issue.
    My Hyperion Environment over view as a below:-
    1- I have used Microsoft VMWARE to build my Hyperion Enviornment
    2- I have created 1 window server 2003 domain and made 4 clients of that domain. (All these systems have windows server 2003 installed). I have given name to each client server i.e. System A, System B, System C, System D
    3- I have installed SQL 2005 and created databases for all Hyperion components i.e. Shared services, calculation manager, epma on a system A
    5- I have installed and configured foundation services and weblogic server on a system B. (In this system I have installed and configured shared services, weblogic, workspace, and able to deploye application server on a same system)
    6- On a system A I am able to complete installation for hyperion Performance Management Architect and Calculation Manager and able to finish all type of configuration for these two components but as soon as system trying to configure any related to APPLICATION SERVER services it fails to configure. On a configuration summary page system shows everything is configured but APPLICATION SERVER says FAILED wrtten on a red color letters.
    I have explored log files and found that Calculation Manager application server failed to deploy or Deploy to Application server failed.....
    Since, I am not sure where to look and how to debug this issue I am requesting to all hyperion friends to help and guide me to debug as I have been trying to install this product since last friday and still no out put....
    I will be really thankful if someone share his or her wisdom to help me....
    Thank you to all in Advance.....
    Thanks,
    Safi

    Did you install all the WebLogic web applications on the foundation machine as well as the machine they are going to be deployed to.
    "On the machine on which you plan to administer the WebLogic Server, you must install all Web applications for all applications you plan to deploy on any machine in the environment. (The WebLogic Administration Server is installed and deployed on the Foundation Services machine.)"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Opening image file from Form 6i deployed on Application server

    Hi
    I am working on an applictaion where a form 6i is deployed on application server.The application reads an image file from hard disk.The form works fine when I run in form developer . But when I deploy on application server the form using get_file_name do not reads the image file.
    Please help
    Prashant

    Hi!
    In forms 10g we use webutil for that. I think forms 6i do not support that.
    May search here in the forum for webutil for 6i.
    Some guys had built a webutil.pll that s working on 6i.
    Here is the thread: Converting to Webutil? 6i and 9i equivalents.
    Regards
    Edited by: Magoo on 18.09.2009 11:10

  • Exception/error messages from remotely deploying sun application server 8.2

    Hi
    I have a solaris network with some servers running sun application server 8.2. When I deploy applications to these application servers (using ant) from a single server connected to them on the netwrok, sometimes exceptions are thrown. What is done now, is the person doing the deploying from the central server, logs onto each server with an appserver and looks through each application servers log file to see if there were any exceptions thrown while deploying apps on that server. What I would like to do is find some way to have those exceptions sent back to the deploying system so that they can show up on the terminal from which the any script was run.
    appserver <------------------------- central server running ant -----------------------------------> appserver
    / | \
    / | \
    / | \
    / | \
    / | \
    appserver appserver appserver
    Many appservers getting apps deployed to them through the use of ant. Want to catch any exception thrown by any of the appservers and view on terminal on central server running ant.
    Any ideas/thoughts?
    Thanks...
    Mike

    The diagram did not come the way I had hoped. It was suppose to look like the "central server running ant" was pointing to a number of different servers running an appserver.
    Thanks for any suggestions...
    Mike

  • Can Swing/ADF directly deploy on application server?

    Hi,
    After creation of Swing/ADF rich client in JDevelopment, is there any way to deploy this as a WAR file on application server or this ADF option is only for direct client/server mode deployment?

    Hi All,
    I am also interested in ADF Swing and ADF BC in 3-tier setup. I tried a couple times as mentioned above. It worked fine all the way to the EJB model deployment. The first time I tried to test the AppModule, it showed 3 configurations, one for AppModuleLocal, one for AppModuleEmbeddedAS ,and one for the AS that I deployed on. It seems to work fine as I got data on the test. The second time I tried it, only one configuration available and which was the AppModuleLocal. I did not change a thing during those tests. Would like to get some help on it.
    Then I skipped the testing and moved on to create the front end. Then I noticed that the DataBindings.cpx was using the right AppModule with the configuration that point to the AppModuleLocal cogifuration file. Since I deployed the model to a different server, I tried to change it to the AS configuration that I depolyed. But the combo box only contain the AppModuleLocal configuration. That I don't understand again. Do you guys try the 3-tier model on local OC4J only or on Oracle AS as well?
    Thanks
    Keith

  • Problem in icon deploying in application server 10 g

    Dear Friends,
    I am having a surprising experience in deploying icon in application server 10g.
    I have created a jar file 'myAppIcons.jar' containing only gif files. then I have put the jar file in <OracleHome>\forms\java\. Then I have made following changes in the formsweb.cfg files.
    1. I have changed archive_jini=frmall_jinit.jar into archive_jini=frmall_jinit.jar, myAppIcons.jar
    2. imageBase=Documentbase to imageBase=codebase
    Problem is that the icons are not displayed. Surprising matter is that, if I put all the gif files in the <OracleHome>\forms\java\ , then all the icons are displaying.
    Please help me by telling why it is happening....
    Rgds,
    luther

    Dear Friends,
    I am having a surprising experience in deploying icon in application server 10g.
    I have created a jar file 'myAppIcons.jar' containing only gif files. then I have put the jar file in <OracleHome>\forms\java\. Then I have made following changes in the formsweb.cfg files.
    1. I have changed archive_jini=frmall_jinit.jar into archive_jini=frmall_jinit.jar, myAppIcons.jar
    2. imageBase=Documentbase to imageBase=codebase
    Problem is that the icons are not displayed. Surprising matter is that, if I put all the gif files in the <OracleHome>\forms\java\ , then all the icons are displaying.
    Please help me by telling why it is happening....
    Rgds,
    luther

  • Fail to Deploy to Application Server

    Hi Gurus
    I am trying to install and config the Financial Reporting Studio 11.1.2.2.
    I am now at the configuration stage where I failed to deploy to the application Server for Reporting and Analysis and Financial Reporting.
    Did anyone encountered this before?
    Your help is very much appreciated!
    KS

    Which OS, which components are you trying to deploy for RAF,  RAF web app and FR or are there ohers, if so have you tried with just RAF, if you still have issues then the config logs are the next place to check.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • What to do with libraries when deploying to Application server?

    Hi,
    When i build applications in JDeveloper and run them in the build-in OC4J instance, all works fine. When i deploy the applications i update the WEB-INF/lib entry in the deployment profile to contain the used libraries. This creates very big archives and with more applications in one instance that use the same libraries it should be more efficient to share them?
    The only way i figured out to do it is by copying them onto the server and reference them with a library path entry. Is this the way it should be done? Should i deploy all JDev libraries to all OC4J instances? Can i add the library paths to my project in JDeveloper instead of creating them afterwards in EM? Can anybody point me to some more information on this (aside from the help function in JDev)?
    Thank you and regards,
    Andre

    Well the question of does it matter is a toss up. Adobe has things set in place so that when you install v1 of lightroom and open up your beta library the program updates the library to the shipping version changes. This of course is ideal if you have done a lot of work in lightroom beta that is not stored in the xmp sidecar or the xmp embedded in a dng file. Versions and Histories are such items that will NOT keep if you delete you old database and start fresh as they are not stored inside the xmp file. Also some people seemed to have had some trouble upgrading their old beta databases as well.
    If you did what I did and use the lightroom beta as just a beta and didn't invest much of your work into it then I would suggest starting fresh and importing your files (if you made changes to a file in ACR or lightroom beta and have the xmp in the folder with it) lightroom will read those changes so you don't have to do it again in lightroom. Again things like histories will NOT follow along.
    If you have a lot invested by way of work inside lightroom beta then I would just do an update of your database when you get v1 of the program.
    Best of luck.
    Andrew

  • Deploying to application server stuck while building

    I have a Jdev 11.1.1.3.0 Version and I´m trying to deploy a Web Aplication to my application Server, but during this process, I get this message from the deployment log:
    [10:53:53 AM] ---- Deployment started. ----
    [10:53:53 AM] Target platform is (Weblogic 10.3).
    [10:53:53 AM] Retrieving existing application information
    [10:53:53 AM] Running dependency analysis...
    [10:53:53 AM] Building...
    And it never ends, so I have to cancel the build. The IDE is not unresponsive nor freezes, but I see no results for this deploy.
    Also tried to make the deploy with my Integrated Web Logic Server with the same result.
    OS: XP SP3
    JDK: 1.6.0_21
    Any ideas welcome.

    Hasn´t anyone got an idea? This is urgent.
    I can´t compile my web application. I´ve downloaded last JDK version (update 21) and retried. The strange thing is that the compilation was completed succesfully but 5 minutes later and after no changes at all the same compilation issue happened. In the messages box, I see "Compiling" but nothing happens at all.

  • Trouble deploying to Application Server Localhost 14848

    i'm using the deployment tool to deploy a WAR file to the deployment server Localhost 14848, however the deployment server listed in the deployment tool is looking for localhost on port 4848! How to do I change the deployment tool setting to correctly look for the deployment server port 14848 and not port 4848? I have look at the domains.xml document and all corresponding adminstrative ports are 14848. A similar problem was posted before SDN (see: http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=46565.
    I started with an evaluation copy and upgraded/ purchase Creator in December 2004 with SDN subcription. I reinstalled the reef shark several times but still have the same problem and deleted the .creator file in docments and settings!

    Hi
    You can register another server node with port 14848 to avoid this issue. Just open the deploytool and select the Servers node. Now choose file menu and choose Add Server option. Specify the server name and port (14848) there. Choose this as target server and click on OK.
    Now you can deploy your applications.
    Thanks
    Creator Team

  • [Question:] Performance issue while deploying on Application Server

    Oracle Application server 10G release 3 is used on which Jheadstart built application need to be deployed. but when its deployed it get very slow.
    What are the things i need to check so that it can speed up . like disabling any Debugging messages, log, or other particular messages which can increase performance.

    If you are getting "running_without_metadata"  this means the Agentry server did not load any application on start up.
    1) In your Agentry.ini in the [Configuration] section what is developmentServer set to?
    2) Depending on the value is where the Agentry Server looks for the application logic in the following locations:
    Set to" True"
    C:\SAP\MobilePlatform\Servers\UnwiredServer\Repository\Agentry\default\com.sap.agentry.wm53\Application\Development\
    Set to false:
    C:\SAP\MobilePlatform\Servers\UnwiredServer\Repository\Agentry\default\com.sap.agentry.wm53\Application\Production
    In the above folder does it contain your application logic?
    Stephen

  • Problems to deploy to Application Server

    Use Jdeveloper 11.1.2 on windows.
    Application Server WebLogic Server 10.3 in another machine windows 2008 r2.
    If in Jdeveloper I choose my .jspx, with right button mouse and choose run it runs ok.
    When I use Application->deploy to my Application Server I obtain an error.
    [01:37:20 PM] ---- Deployment incomplete ----.
    [01:37:20 PM] == ERROR: No Java EE modules detected in EAR archive. Deployment aborted. == (oracle.jdevimpl.deploy.ear.WeblogicAssembler)
    Why?
    I try another Application (if i choose .jspx to right button and run in integrate weblogic, it's ok) in the same Application Server and I obtain different message:
    [01:40:37 PM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false].
    [01:40:37 PM] See server logs or server console for more details.
    [01:40:37 PM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false].
    [01:40:37 PM] Deployment cancelled.
    [01:40:37 PM] ---- Deployment incomplete ----.
    [01:40:37 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Why?
    I do not know what to do.
    If someone has any idea, thanks a lot.

    The below information I read when i run opatch
    C:\Oracle\Middleware\oracle_common\OPatch>opatch lsinventory
    Invoking OPatch 11.1.0.8.3
    Oracle Interim Patch Installer version 11.1.0.8.3
    Copyright (c) 2010, Oracle Corporation. All rights reserved.
    Oracle Home : C:\Oracle\Middleware\oracle_common
    Central Inventory : C:\Program Files\Oracle\Inventory
    from : n/a
    OPatch version : 11.1.0.8.3
    OUI version : 11.1.0.9.0
    OUI location : C:\Oracle\Middleware\oracle_common\oui
    Log file location : C:\Oracle\Middleware\oracle_common\cfgtoollogs\opatch\opatch
    2011-09-10_13-44-25PM.log
    Patch history file: C:\Oracle\Middleware\oracle_common\cfgtoollogs\opatch\opatch
    _history.txt
    OPatch detects the Middleware Home as "C:\Oracle\Middleware"
    Lsinventory Output file location : C:\Oracle\Middleware\oracle_common\cfgtoollog
    s\opatch\lsinv\lsinventory2011-09-10_13-44-25PM.txt
    Installed Top-level Products (1):
    Oracle Application Developer 11g 11.1.1.5.0
    There are 1 products installed in this Oracle Home.
    Interim patches (2) :
    Patch 12556632 : applied on Fri Sep 09 11:34:30 CEST 2011
    Unique Patch ID: 13811766
    Created on 3 Jun 2011, 02:42:43 hrs PST8PDT
    Bugs fixed:
    12396849, 12556632
    This patch needs patches:
    12611176
    as prerequisites
    Patch 12611176 : applied on Fri Sep 09 11:33:18 CEST 2011
    Unique Patch ID: 13811804
    Created on 1 Jun 2011, 02:43:13 hrs PST8PDT
    Bugs fixed:
    12565152, 12555836, 12593880, 12396868, 12611176
    OPatch succeeded.
    Thanks

  • How To Deploy in Application Server 9?

    Hi.
    I'm a new comer for EJB.
    I'm using the Newest version of EJB SDK.
    I'm trying to deploy my Hello World Application but I do not know how...
    My codes are as following.
    HelloHome.java
    import java.rmi.*;
    import javax.ejb.*;
    public interface HelloHome extends EJBHome {
        public Hello create() throws CreateException, RemoteException;
    }Hello.java
    import java.rmi.*;
    import javax.ejb.*;
    public interface Hello extends EJBObject{
        public void setHello(String txt) throws RemoteException;
        public String getHello() throws RemoteException;
    }HelloEJB.java
    import java.rmi.*;
    import javax.ejb.*;
    public class HelloEJB implements SessionBean{
        public String txt;
        public void setHello(String txt)
            this.txt = txt;
        public String getHello()
            return txt;
        public HelloEJB() {
        public void ejbCreate(){};
        public void ejbRemove(){};
        public void ejbActivate(){};
        public void ejbPassivate(){};
        public void setSessionContext(SessionContext sc){};   
    }

    You are using EJB 2.1. The latest version EJB 3.0 is much simpler. Among many things, you no longer need home interfaces, or deployment descriptors in most cases. Basically, you need to:
    1. code your bean interfaces and classes;
    2. package all classes and/or ejb-jar.xml descriptor into a jar file;
    3. deploy ejb jar to appserver using admin GUI (http://localhost:4848), or using commonad line (C:\Sun\AppServer\bin\asadmin deploy C:\tmp\my-ejb.jar)
    A good start is JavaEE Tutorial:
    http://java.sun.com/javaee/5/docs/tutorial/doc/

  • Manual deployment of application server

    Hi Guys,
    I am new to EPMS 11.x version installation. As part of upgradation from 6.5 and 7.x, We are doing this.
    Can someone provide me the steps of manual deployment of web app. server as our mgmt decided to use websphere 7 as part of configuration. I am stuck up here now.
    Your help would be really appreciated.
    thanks,

    Hey Guys,
    OS: Windows 2003
    App Server: Websphere 6.1
    Hyperion version: 9.3.1
    DB: SQL Server 2008
    When i initially started out trying to deploy the hyperion system 9.3.1 using SQL server 2008 with Websphere 6.1 as my app server it gave me problems but i found a workaround and i have the shared services screen coming up however it says...
    SEVERE ERROR: The Hyperion Shared Services database is not configured correctly. Please contact your system administrator.
    And an idea someone gave on a thread was to mess with the HubProductBean.jar file and remove the classes of the javax/crypto - however that did not work. If anyone has any suggestions to get passed this issue it would be great. Thank you!
    ZS

  • Deploying adf application to WebLogic Server Version: 10.3.6.0

    hi i have develope application in adf using jdeveloper 11.1.1.6.0 i have deploy the application to weblogic 10.3.6.0
    this is what i have done
    1. i have created a new Managed server in my weblogic=under Environment->Servers
    2.the state of my new server is shutdown
    3.deployment method
    -in my jdeveloper i click application->Application properties->Deployment->new->Archive Type->EAR FILE->applicationName->OK
    TO deploy from jdeveloper to weblogic server
    in my jdeveloper i click application APPLICATION->Deploy->applicationName->Deploy to Application Server-applicationserver i choose the new server i created in my weblogic->weblogic Option->deploy to selected instance->i select the name of the server i created in my weblogic->next->finish
    after that the deployment configuration screen pop up than i click deploy then screen MDS CONFIGURATION invalid pop up with message MDS CONFIGURATION information appear invalid metadata Repository not found in target server.deploy anyway then i click yes
    i got this meaasge in my deployment log
    [08:33:46 AM] Entering Oracle Deployment Plan Editor
    [08:38:56 AM] Deploying Application...
    [08:38:57 AM] [Deployer:149195]Operation 'deploy' on application 'UAMOrganisation' has been deferred since 'UamOrganisation' is unavailable
    [08:38:57 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application UAMOrganisation on UamOrganisation.: .
    [08:38:57 AM] Application Deployed Successfully.
    [08:38:57 AM] Elapsed time for deployment:  5 minutes, 21 seconds
    [08:38:57 AM] ----  Deployment finished.  ----than i go to my weblogic under deployment there i found my deploy application with a state=new and type=Enterprise application
    than i click start->Servircing all request->start application assistance->yes->Start requests have been sent to the selected Deployments.
    but now i what to test my application am geting this Internet Explorer cannot display the webpage,do i need to start my Managed server how do i do that,i try to click server start but it does not start how can i start my new created Managed server
    the listern port of my new created server is 8003
    my problem is am not able to test the application i have deploy
    Edited by: adf009 on 2013/01/30 11:26 AM
    Edited by: adf009 on 2013/01/30 11:39 AM
    Edited by: adf009 on 2013/01/30 11:41 AM
    Edited by: adf009 on 2013/01/30 12:33 PM

    i did this,am in window 7 64 bit
    start startNodeManager.cmd
    C:\Oracle\weblogic\wlserver_10.3\server\bin>set CLASSPATH=.;C:\Oracle\weblogic\p
    atch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracl
    e\weblogic\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.j
    ar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\weblogic\WLSERV~1.3\serve
    r\lib\weblogic_sp.jar;C:\Oracle\weblogic\WLSERV~1.3\server\lib\weblogic.jar;C:\O
    racle\weblogic\modules\features\weblogic.server.modules_10.3.6.0.jar;C:\Oracle\w
    eblogic\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\weblogic\modules\ORGAPA~
    1.1/lib/ant-all.jar;C:\Oracle\weblogic\modules\NETSFA~1.0_1/lib/ant-contrib.jar;
    C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\xqrl.jar
    C:\Oracle\weblogic\wlserver_10.3\server\bin>if not "" == "" set CLASSPATH=;.;C:\
    Oracle\weblogic\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_p
    atch.jar;C:\Oracle\weblogic\patch_ocp371\profiles\default\sys_manifest_classpath
    \weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\weblogic
    \WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\weblogic\WLSERV~1.3\server\lib\
    weblogic.jar;C:\Oracle\weblogic\modules\features\weblogic.server.modules_10.3.6.
    0.jar;C:\Oracle\weblogic\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\weblogi
    c\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\weblogic\modules\NETSFA~1.0_1/lib
    /ant-contrib.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\xqrl.jar
    C:\Oracle\weblogic\wlserver_10.3\server\bin>if not "C:\Oracle\MIDDLE~1\WLSERV~1.
    1\server\lib\xqrl.jar" == "" set CLASSPATH=.;C:\Oracle\weblogic\patch_wls1036\pr
    ofiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\weblogic\patc
    h_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MI
    DDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\weblogic\WLSERV~1.3\server\lib\weblogic_
    sp.jar;C:\Oracle\weblogic\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\weblogic\
    modules\features\weblogic.server.modules_10.3.6.0.jar;C:\Oracle\weblogic\WLSERV~
    1.3\server\lib\webservices.jar;C:\Oracle\weblogic\modules\ORGAPA~1.1/lib/ant-all
    .jar;C:\Oracle\weblogic\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDL
    E~1\WLSERV~1.1\server\lib\xqrl.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\xqrl
    .jar
    C:\Oracle\weblogic\wlserver_10.3\server\bin>cd C:\Oracle\weblogic\WLSERV~1.3\com
    mon\NODEMA~1
    C:\Oracle\weblogic\WLSERV~1.3\common\NODEMA~1>if not "" == "" if not "" == "" go
    to runNMWithListenAddressAndPort
    C:\Oracle\weblogic\WLSERV~1.3\common\NODEMA~1>if not "" == "" goto runNMWithList
    enAddress
    C:\Oracle\weblogic\WLSERV~1.3\common\NODEMA~1>if not "" == "" goto runNMWithList
    enPort
    C:\Oracle\weblogic\WLSERV~1.3\common\NODEMA~1>"C:\Oracle\MIDDLE~1\JDK160~1\bin\j
    ava.exe" -server -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Dcohere
    nce.home=C:\Oracle\weblogic\COHERE~1.7 -Dbea.home=C:\Oracle\weblogic  -Dweblogic
    .ProductionModeEnabled=true   -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.1
    -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.1\server -Dweblogic.home=C:\Oracle\MIDDLE
    ~1\WLSERV~1.1\server   -Dweblogic.management.discover=true  -Dwlw.iterativeDev=f
    alse -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false "-Djava.security.pol
    icy=C:\Oracle\weblogic\WLSERV~1.3\server\lib\weblogic.policy" "-Dweblogic.nodema
    nager.javaHome=C:\Oracle\MIDDLE~1\JDK160~1" weblogic.NodeManager -v
    <30 Jan 2013 1:14:37 PM> <INFO> <Loading domains file: C:\Oracle\weblogic\WLSERV
    ~1.3\common\NODEMA~1\nodemanager.domains>
    30 Jan 2013 1:14:37 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    INFO: Loading domains file: C:\Oracle\weblogic\WLSERV~1.3\common\NODEMA~1\nodema
    nager.domains
    <30 Jan 2013 1:14:38 PM> <INFO> <Loading identity key store: FileName=C:\Oracle\
    MIDDLE~1\WLSERV~1.1\server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    30 Jan 2013 1:14:38 PM weblogic.nodemanager.server.SSLConfig loadKeyStoreConfig
    INFO: Loading identity key store: FileName=C:\Oracle\MIDDLE~1\WLSERV~1.1\server\
    lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true
    <30 Jan 2013 1:14:38 PM> <SEVERE> <Fatal error in node manager server>
    weblogic.nodemanager.common.ConfigException: Identity key store file not found:
    C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\DemoIdentity.jks
            at weblogic.nodemanager.server.SSLConfig.loadKeyStoreConfig(SSLConfig.ja
    va:153)
            at weblogic.nodemanager.server.SSLConfig.<init>(SSLConfig.java:102)
            at weblogic.nodemanager.server.NMServer.init(NMServer.java:186)
            at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:148)
            at weblogic.nodemanager.server.NMServer.main(NMServer.java:380)
            at weblogic.NodeManager.main(NodeManager.java:31)
    30 Jan 2013 1:14:38 PM weblogic.nodemanager.server.NMServer main
    SEVERE: Fatal error in node manager server
    weblogic.nodemanager.common.ConfigException: Identity key store file not found:
    C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\DemoIdentity.jks
            at weblogic.nodemanager.server.SSLConfig.loadKeyStoreConfig(SSLConfig.ja
    va:153)
            at weblogic.nodemanager.server.SSLConfig.<init>(SSLConfig.java:102)
            at weblogic.nodemanager.server.NMServer.init(NMServer.java:186)
            at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:148)
            at weblogic.nodemanager.server.NMServer.main(NMServer.java:380)
            at weblogic.NodeManager.main(NodeManager.java:31)
    C:\Oracle\weblogic\WLSERV~1.3\common\NODEMA~1>goto finish
    C:\Oracle\weblogic\WLSERV~1.3\common\NODEMA~1>ENDLOCAL
    C:\Oracle\weblogic\wlserver_10.3\server\bin>can i test my application without manged server started
    link is http://italianknows.blogspot.com/2011/02/weblogic-1034-ps3-nodemanager-wont.html
    Edited by: adf009 on 2013/01/30 1:43 PM
    Edited by: adf009 on 2013/01/30 1:56 PM
    Edited by: adf009 on 2013/01/30 1:57 PM
    Edited by: adf009 on 2013/01/30 2:14 PM
    Edited by: adf009 on 2013/01/30 2:15 PM
    Edited by: adf009 on 2013/01/30 2:16 PM

Maybe you are looking for

  • Glance clock screensaver no longer moves around sc...

    After Lumina Black update download my at a glance clock no longer works as a screensaver. It doesn't move around the screen during standby. Will this cause screen burn-in? Why did the update change this?

  • XML output in java

    I have a problem with my java program! I have a xml file that looks like this: <command type="Hello"> <name id="Peter"> </name> </command> Now I want to get just the Hello and Peter out of the file. The other stuff I don't need. Haven't found anythin

  • Creating a new Toolbar

    Hello, I am new to the RoboHelp world, but I am a Programmer by nature. I would like to know if I can create a toolbar for RoboHelp so that I can pre-load it with my own formatting and tags for Paragraphs, Tables, Headings, etc. I have to make it as

  • Instructing clients on domain name transfer

    I was wondering what the easiest way is to instruct a client how to transfer their domain name from a previous host to a new one. Do you simply give them the information fom the "Whois" lookup? Do you contact the previous host yourself? What do you d

  • After update my software in mobile iphone 5 stop working

    Dear All, I m stuck after software updated my iphone5, when its reboot my iTuns give a error your phone could not be restored because of error (9). you can see in picture.... Kindly Regards Aware143