A way to deploy an application to the Glassfish Application Server?

Hi, there
My question is: Is there a way to deploy a JEE 5 application to the Glassfish Application Server (Sun Application Server 9)?
The fact is that I am developing a JEE5 Application with Eclipse 3.2M6 and as Application Server I am using the Sun´s Glassfish Ap Server. I Would like to migrate to JDeveloper so as to using all the tools JDeveloper offers for JSF Development, that are not offered by eclipse; but I do not want to change the application server because I like glassfish very much.
I also ask you, please send any answer to this subject to my own email.
Thanks in advance for your collaboration
Alvaro E Martinez M
[email protected]

You can package standard EAR and WAR file in JDeveloper, and then use the glassfish utilities or an Ant script to deploy those.

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

  • What is the best way to deploy an application ??

    Hi,
    Please advise me how to automate in a best way to Deploy 10 different applications(.ear/.war)
    to 10 different Clusters(containing 40 Managed servers) in wls6.1......and that
    too in a Production environment.
    I know that we can use weblogic Console to deploy an application BUT if i have
    2 unix boxes and each box contains 4-4 clusters(each containing 16-20 managed
    servers) .....then i have to open up 2 Admin server consoles to deploy each of
    the respective applications and that too deploying these application to 8 clusters.....OR
    i can use deploy commad to do the same.
    AND if i have like 100 clusters .....then i would have to "deploy" 100 times ......
    is there any way that we can BEST AUTOMATE this process.
    Thanks a lot.
    -sangita

    Thanks Tommy. but i would like to know a very important point here: this is using
    the weblogic.utility that you just talkd about.
    Suppose iam having an ADMIN server that has say 10 clusters and 50 managed servers
    underneath to take care.
    1 cluster each = 5 managed server
    now iam deploying a simple .war file to say a single managed server, i have found
    out that it takes a looot of time to get the application deployed.
    what do you say about this situation ?
    what is the best approach ??????
    -sangita
    "Tomy Mathew" <[email protected]> wrote:
    >
    >
    To deploy the application from the command prompt in WebLogic 6.1 you
    use the
    following command
    $JAVA_HOME/bin/java -cp $WL_HOME/weblogic.jar weblogic.deploy -port $WEBLOGIC_PORT
    -host $WL_HOST_IP $WEBLOGIC_CMD $WEBLOGIC_PWD -component $WL_Server_NAME:$WL_Server_NAME
    $WL_APPLICATION_NAME YourApplication.war
    $WEBLOGIC_CMD sould be DEPLOY for the first time deployment and UPDATE
    for redeployment
    For deploying in a cluster you better create a shell script which call
    the above
    command with different cluster ip address as a parameter.
    Tomy
    "sangita" <[email protected]> wrote:
    Thanks Rob for your expertise advise. I would check to see wls8.1's
    ANT tasks.....for
    wls6.1, i would guess shell scripts to be a better option for us.
    thanks again.
    Rob Woollen <[email protected]> wrote:
    If you're using 8.1, then it's pretty nice to use ant for
    configuration/deployment/starting and stopping servers etc. There's
    a
    wlconfig task to do configuration, wldeploy to deploy applications,
    wlserver to start/stop servers.
    For 6.1, it's probably not a huge win to use ant. It's up to you.
    If
    you're more comfortable using shell scripts, that's certainly a
    reasonable route.
    -- Rob
    sangita wrote:
    Thanks Rob.
    But all the stuff that ANT can do for me FOR DEPLOYMENT (ONLY) .....ican do it
    from a simple shell script too.
    And i understand of ANT's cross-platform environment and usage of
    JAVA
    .....but
    can i use ANT to do something like CONFIGURING my wls6.1 managed
    servers/clusters/creating
    managed servers/db connection pools ......and all the other configurationthat
    i do from wls console(or manually) ....????
    and if yes, do you know of any examples, suggestions, ideas ?????
    basically, if i need to sell(?) ANT to my juniors ......what are
    the
    basic reasoning
    i can put forward....keeping in mind that these guys use wls6.1 &
    wls8.1......and
    these guys do CONFIGURATION and DEPLOYMENT only.
    sorry for asking, may be these silly questions.
    thanks, sangita
    Rob Woollen <[email protected]> wrote:
    sangita wrote:
    Thanks Rob.
    Rob, do you still consider or suggest using ANT for deploying say
    20
    applications
    on a 10 clustered environment.Yes
    do you see any advantages using [ANT + weblogic.deploy]..... over
    simply
    using
    weblogic.deploy utility ???Yes. ANT essentially gives you a cross-platform environment that
    allows
    extensibility through java. It's very powerful.
    -- Rob
    -sangita
    Rob Woollen <[email protected]> wrote:
    sangita wrote:
    Rob,
    I have found the answer for my question #1 ...this is the URL:
    http://edocs.bea.com/wls/docs81/admin_ref/ant_tasks.html
    iam still hoping to hear back from you for #2, #3
    thanks a ton.
    "sangita" <[email protected]> wrote:
    Thanks Rob.
    quick question:
    1) do you know of any example which illustrates the use of ANT
    wrapper....or
    please
    direct me to a URL where i can find some documentation about
    it.
    2) does this ANT wrapper has any advantages over using weblogic.Deployer
    utility
    ??If you're doing deployment via ant, then it's a bit more convenientto
    use <wldeploy> rather than invoking a raw <java> process, but
    fundamentally it's just a wrapper around weblogic.Deployer
    3) i would certainly check to see weblogic.deploy for wls6.1
    ....can
    i use ANT
    for deployment purpose in wls6.1 ?You'll just need to wrap it in a <java> task
    See:
    http://ant.apache.org/manual/CoreTasks/java.html
    -- Rob
    Rob Woollen <[email protected]> wrote:
    If you were using WLS 7.0 or later, you could use weblogic.Deployer.
    If
    you were using 8.1, you could use wldeploy which is an ant task
    wrapper
    for weblogic.Deployer.
    In WLS 6.1, you'll have to use weblogic.deploy which is a bit
    cumbersome, but it's still certainly possible to script deployment.
    -- Rob
    sangita wrote:
    Hi,
    Please advise me how to automate in a best way to Deploy
    10
    different
    applications(.ear/.war)
    to 10 different Clusters(containing 40 Managed servers) in
    wls6.1......and
    that
    too in a Production environment.
    I know that we can use weblogic Console to deploy an application
    BUT
    if i have
    2 unix boxes and each box contains 4-4 clusters(each containing
    16-20
    managed
    servers) .....then i have to open up 2 Admin server consoles
    to
    deploy
    each of
    the respective applications and that too deploying these applicationto 8 clusters.....OR
    i can use deploy commad to do the same.
    AND if i have like 100 clusters .....then i would have to "deploy"100 times ......
    is there any way that we can BEST AUTOMATE this process.
    Thanks a lot.
    -sangita

  • 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

  • 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

  • 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

  • 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

  • Unable deploy ADF ear in the Oracle Standalone server..

    Hi all,
    am trying to deploy ADF application ear in standalone weblogic server(10.3.5), i installed ADF runtime even after am getting the below exception.
    could please you help me get out of this problem.
    ADF Runtime : ofm_appdev_generic_11.1.1.5.0_disk1_1of1
    OWS version : 10.3.5
    Target state: deploy failed on Server AdminServer
    java.lang.NullPointerException
    java.lang.NullPointerException
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<ini
    t>(UnifiedRenderKit.java:129)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.crea
    teRenderKit(UnifiedRenderKit.java:113)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFacto
    ry.getRenderKit(UnifiedRenderKitFactory.java:59)
    at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.ge
    tRenderKit(CoreRenderKitFactory.java:55)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits
    (RenderKitConfigProcessor.java:236)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.process(Rende
    rKitConfigProcessor.java:155)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(Abs
    tractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ManagedBeanConfigProcessor.process(Man
    agedBeanConfigProcessor.java:266)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(Abs
    tractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ValidatorConfigProcessor.process(Valid
    atorConfigProcessor.java:116)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(Abs
    tractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ConverterConfigProcessor.process(Conve
    rterConfigProcessor.java:122)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(Abs
    tractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ComponentConfigProcessor.process(Compo
    nentConfigProcessor.java:113)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(Abs
    tractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.process(App
    licationConfigProcessor.java:333)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(Abs
    tractConfigProcessor.java:110)
    at com.sun.faces.config.processor.LifecycleConfigProcessor.process(Lifec
    ycleConfigProcessor.java:112)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(Abs
    tractConfigProcessor.java:110)
    at com.sun.faces.config.processor.FactoryConfigProcessor.process(Factory
    ConfigProcessor.java:212)
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:332)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureLi
    stener.java:223)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run
    (EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(Eve
    ntsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
    pServletContext.java:1874)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletCon
    text.java:3154)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.jav
    a:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedMod
    uleDriver.java:201)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(Module
    ListenerInvoker.java:249)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartMod
    ulesFlow.java:28)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.ja
    va:637)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.
    java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.ja
    va:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(Deploym
    entStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(Ap
    pContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.ac
    tivate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.ac
    tivateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.do
    Commit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.co
    mmit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploym
    entCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeplo
    ymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(
    DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.com
    mit(DeploymentServiceDispatcher.java:164)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Edited by: 842675 on Apr 13, 2012 12:31 AM
    Edited by: 842675 on Apr 23, 2012 11:36 PM

    I am getting the same error. Did you ever resolve the problem?

  • 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/

  • 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

Maybe you are looking for

  • Page shows different data when saved after few minutes

    Hi, I have a peculiar problem to describe. I have a page which contains af:table inside af:panelCollection layout. I use a af:commandLink to drilldown to another page using setCurrentRowWithKey method. I am able to drill down to the correct data in a

  • How can i use two channels to show different voltages in DAQ ?

    my problem is that when i choose different channels to read the outputs from my sensors, it ignores the channels which i have choosen 0 or 1 and it puts 0 channel only for both sensors. and the result is one same reading at both output guages, one re

  • Reports take more time

    hello experts, i am using report builder(10g).i am working on a report.the report is ok but it takes more time to run. .i already created indexing in columns but yet not its sufficient to improve the performance so pls help me to improve the performa

  • Indesign crashes on opening (Quit unexpededly notice) CS5

    Indesign crashes immediately on opening. Several times saying it is corrupted but recently just 'quit unexpectedly' This began after moving all software & files from old macbook to new Imac, Is there a way I can uninstall then re install just Indesig

  • Problems with Current use of Main Stage on tour as live rig.....

    Set up... •MacBook 2.2 Ghz 4 GB ram System 10.5.2 (airport off when using MainStage) •MOTU Ultralite connected via Firewire (and powered by AC adapter) •M-Audio Axiom 61 Controller (connected via USB) •M-Audio Expression Pedal •M-Audio Sustain Pedal