Auto-Deployment in weblogic.

Hi everyone,
Can i know why auto-deploy feature is disabled in production mode in Weblogic.
Regards,
Vardhan.

Hi Vardhan,
Auto deployment is Developers friendly feature in which a Developer can develop an application and can deploy it in the <DOMAIN_HOME>\autodeploy directory and if he wants to make any changes in any of the JSPs or class files it will be reflected immediately. So for testing this kind of feature is most important.
Also Autodeployment is available only for AdminServer So it is not possible to deploy applications on Managed Server using auto deployment. In Productoin environments we donot deploy applications on AdminServer.... because AdminServer is used to just manage the resources on WLS and to monitor them.
But when it comes to the Production environment ...we don't frequently make changes in the application, rather we make different subversions and publish in the SVN repository and after full testing only we place the application on the Production so that's why this "autodeploy" fetaure is disabled in the Production Mode of WebLogic .....because ideally it is not useful there.
For production environments WebLogic has an Uninterrupted deployment feature : http://middlewaremagic.com/weblogic/?p=394
Thanks
Jay SenSharma

Similar Messages

  • JDeveloper Auto-Deploy to Weblogic Timer Manger Error

    Hi,
    I'm attempting to deploy my ADF application from JDeveloper to my WebLogic server but when I do I get the following error:
    java.lang.IllegalArgumentException: Existing timer manager has different work manager.
    TimerManager requested: [email protected]t@TattooHourly-ViewController-context-root@tm/AdsTimerManager
    TimerManager obtained: [email protected]t@TattooHourly-ViewController-context-root@tm/AdsTimerManager
    WorkManager requested: weblogic.timers.internal.TimerManagerFactoryImpl$WorkManagerExecutor@bc720e
    WorkManager obtained: weblogic.timers.internal.TimerManagerFactoryImpl$WorkManagerExecutor@1e41969
    at weblogic.timers.internal.TimerManagerImpl.getTimerManager(TimerManagerImpl.java:771)
    at weblogic.timers.internal.TimerManagerFactoryImpl.getTimerManager(TimerManagerFactoryImpl.java:79)
    at weblogic.timers.internal.TimerManagerFactoryImpl.getCommonjTimerManager(TimerManagerFactoryImpl.java:104)
    at weblogic.deployment.BaseEnvironmentBuilder.addTimerManager(BaseEnvironmentBuilder.java:842)
    at weblogic.deployment.EnvironmentBuilder.addResourceReferences(EnvironmentBuilder.java:150)
    Truncated. see log file for complete stacktrace
    I'm using -
    JDev: 11g 11.1.1.1.0
    WebLogic: 10.3
    I'm soooo close to completing this project any help would be greatly appreciated!
    Thanks!
    Russ

    Hi Russ,
    Did you figure out what was causing this problem? I am having the same issue.
    Thanks,
    Mike

  • Auto-Deployment is not working in Eclipse - Weblogic

    I have created weblogic server instance in Eclipse.Then, I have added one project into weblogic server by using "Add/Remove Projects" menu.After I start the server , I logged into admin console and checked the deployments link. I am not finding the project listed in the list.I have selected option "Run stand alone web module directly from work space" in web logic server configuration window in eclipse.
    I am using Eclipse 3.3 and weblogic 10.0.
    I have no idea, why auto-deployment is not working.
    I would appreciate your help on this regard.I have contacted Eclipse Support, they have asked me to contact BEA team.
    Thanks,
    Prakash.A

    Hi Prakash,
    The "Run standalone web module from workspace" doesn't publish the application to the server (instead the app is deployed to a temp location).
    This is mainly to help test the app during the development stages. If your app is complete and would like to publish to the server then you might want to try the following option
    - In Server View, double click on the configuration to launch Overview
    - Select "Copy stand-alone web module into separate deployment folder"
    - Save the configuration
    - Start the server
    The application would be deployed to the server as a WAR file.

  • Maven Auto deployment problems in Weblogic 10.0

    Hi All,
    Past two day's i am facing a exception in maven auto deployment process. I have given properly the configuration Tags(Shown below). I am able to send the deployment commands to weblogic but i am getting some run time exceptions. Please find below details.
    mvn -e org.codehaus.mojo:weblogic-maven-plugin:2.9.1:deploy -Dsource=target/test-war-SNAPSHOT.war
    [INFO] Error stacktraces are turned on.
    [INFO] Scanning for projects...
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building maven-test-war -SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [INFO]
    [INFO] --- weblogic-maven-plugin:2.9.1:deploy (default-cli) @ test-war ---
    [INFO] Weblogic Deployment beginning with parameters DeployMojoBase[adminServerH
    ostName = localhost, adminServerProtocol = t3, adminServerPort = 8001, userId =
    weblogic, password = weblogic, artifactPath = C:\test\test\test-war\target/test-war--SNAPSHOT, projectPackaging = war, name = test-war, targetNames = AdminServer, remote = false]
    [INFO] Weblogic Deployment parameters [-adminurl, t3://localhost:8001, -username
    , weblogic, -password, weblogic, -name, test-war, -targets, AdminServer, -s
    ource,
    weblogic.Deployer invoked with options: -adminurl t3://localhost:8001 -username
    weblogic -name test-war -targets AdminServer -source C:\test\test-war\target/test-war--SNAPSHOT.war -deploy
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2.155s
    [INFO] Finished at: Wed Jul 13 18:06:20 IST 2011
    [INFO] Final Memory: 3M/12M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:weblogic-maven-plugin:2.9.1:dep
    loy (default-cli) on project test-war: Execution default-cli of goal org.co
    dehaus.mojo:weblogic-maven-plugin:2.9.1:deploy failed: A required class was miss
    ing while executing org.codehaus.mojo:weblogic-maven-plugin:2.9.1:deploy: weblog
    ic/rmi/extensions/RemoteRuntimeException
    [ERROR] -----------------------------------------------------
    Number of foreign imports: 1
    import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
    .java:225)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
    .java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
    .java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje
    ct(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje
    ct(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBu
    ild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Lifecycl
    eStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Laun
    cher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.jav
    a:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(La
    uncher.java:409)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:
    352)
    Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-c
    li of goal org.codehaus.mojo:weblogic-maven-plugin:2.9.1:deploy failed: A requir
    ed class was missing while executing org.codehaus.mojo:weblogic-maven-plugin:2.9
    .1:deploy: weblogic/rmi/extensions/RemoteRuntimeException
    r
    import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default
    BuildPluginManager.java:125)
    ... 20 more
    Caused by: java.lang.NoClassDefFoundError: weblogic/rmi/extensions/RemoteRuntime
    Exception
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:90)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.Deployer.run(Deployer.java:70)
    at org.codehaus.mojo.weblogic.DeployMojoBase.executeDeployer(DeployMojoB
    ase.java:510)
    at org.codehaus.mojo.weblogic.DeployMojo.execute(DeployMojo.java:49)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default
    BuildPluginManager.java:101)
    ... 20 more
    [ERROR]
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please rea
    d the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContaine
    rException
    I checked the weblogc.jar, i am unable to find the RemoteRuntimeException class in that jar.
    Configuration Tags
    ================
    <configuration>
    <name>web</name>
    <adminServerHostName>localhost</adminServerHostName>
    <adminServerPort>7001</adminServerPort>
    <adminServerProtocol>t3</adminServerProtocol>
    <artifactPath></artifactPath>
    <exploded>true</exploded>
    <userId>weblogic</userId>
    <password>weblogic</password>
    <upload>true</upload>
    <remote>false</remote>
    <verbose>true</verbose>
    <debug>false</debug>
    <targetNames>AdminServer</targetNames>
    </configuration>
    Please help me on the same.
    Regards,
    Jerald.
    Edited by: user1173449 on Jul 14, 2011 6:09 AM

    Jerald, Oracle doesn't own this particular piece of code so I can't help too much since I have no real knowledge of it's working. It was built and used with earlier versions of WLS (8.1, 9.2) so it may not have tracked any changes made to libraries/packaging in WLS 10.0.
    Caused by: java.lang.NoClassDefFoundError: weblogic/rmi/extensions/RemoteRuntimeException
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:90)I see in WLS 10.3.x, that the class identified as missing is located in client JAR files:
    sbutton:~/Oracle/Middleware/wlserver_10.3 $ jwhich RemoteRuntimeException .
    Adding . to search path
    ./server/lib/wljmsclient.jar: weblogic.rmi.extensions.RemoteRuntimeException
    ./server/lib/wlthint3client.jar: weblogic.rmi.extensions.RemoteRuntimeException
    I don't have a 10.0 install so am not sure where it resides in that release.
    We have introduced a WebLogic Server Maven Plugin in our WLS 10.3.3 release which supports deployment operations. This is not supported/certified for working against a WLS 10.0 environment, but if you are using Maven and have an opportunity to update to a more recent release, then we have something which may be of use to you.
    http://download.oracle.com/docs/cd/E17904_01/web.1111/e13702/maven_deployer.htm#BABBBEGG
    -steve-

  • Error auto-deploying a Web App (.WAR file)

    Hello,
    Weblogic 6.1 throws a FileNotFoundException about 10% of the time for me when
    auto-deploying a Web app. Has anyone else run into this? I searched the newsgroups
    but didn't come up with anything, so I thought I'd start here.
    My build/deploy cycle is managed by an Ant build file that creates a WAR file
    of my web application and then drops it into $WL_HOME/config/mydomain/applications.
    Occasionally when I do this, I get the error shown below. Originally I was building
    the WAR file right in the ../applications directory, so I thought that might be
    an issue. So, I started building the WAR file in a staging directory and copying
    it into ../applications. No luck. Next, I tried deleting the original WAR file
    from ../applications, and THEN copying the new one over from the staging directory.
    Still fails occasionally.
    Let's see. This is Weblogic 6.1 on Win2K. The only other thing is that my dev/build/staging
    environment is on a network share, and it's from there that I'm copying the WAR
    file to my local machine (where WL is running).
    If someone has seen and/or knows what is up with this, great. If not, it's not
    a show-stopper.
    Thanks!
    Cheers,
    David
    ========================================================
    <Apr 8, 2002 9:05:00 AM PDT> <Error> <Management> <IOException opening application
    mydomain:Name=private-banking,Type=Application, loading from path .\config\mydomain\applications\private-banking.war
    java.io.FileNotFoundException: error in opening zip file
         at weblogic.management.mbeans.custom.Application.findType(Application.java:1833)
         at weblogic.management.mbeans.custom.Application.adminLoad(Application.java:444)
         at weblogic.management.mbeans.custom.Application.load(Application.java:387)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy8.load(Unknown Source)
         at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:840)
         at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:733)
         at weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:206)
         at weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(ApplicationManager.java:1050)

    Michael,
    This is a problem with 6.1 SP2 also -- a very annoying error. Without auto deploy
    working properly, developers are spending alot of time waiting for WebLogic to restart.
    HELP!!! we need this fixed.
    I see the EXACT same stack trace (ERROR).
    Tom Markel
    Sr. Java Engineer
    Michael Young <[email protected]> wrote:
    Hi.
    This may be a known issue that was addressed in sp2. If you are not already
    at that sp level I suggest you upgrade.
    Regards,
    Michael
    David Ventimiglia wrote:
    Hello,
    Weblogic 6.1 throws a FileNotFoundException about 10% of the time forme when
    auto-deploying a Web app. Has anyone else run into this? I searchedthe newsgroups
    but didn't come up with anything, so I thought I'd start here.
    My build/deploy cycle is managed by an Ant build file that creates a WARfile
    of my web application and then drops it into $WL_HOME/config/mydomain/applications.
    Occasionally when I do this, I get the error shown below. OriginallyI was building
    the WAR file right in the ../applications directory, so I thought thatmight be
    an issue. So, I started building the WAR file in a staging directoryand copying
    it into ../applications. No luck. Next, I tried deleting the originalWAR file
    from ../applications, and THEN copying the new one over from the stagingdirectory.
    Still fails occasionally.
    Let's see. This is Weblogic 6.1 on Win2K. The only other thing is thatmy dev/build/staging
    environment is on a network share, and it's from there that I'm copyingthe WAR
    file to my local machine (where WL is running).
    If someone has seen and/or knows what is up with this, great. If not,it's not
    a show-stopper.
    Thanks!
    Cheers,
    David
    ========================================================
    <Apr 8, 2002 9:05:00 AM PDT> <Error> <Management> <IOException openingapplication
    mydomain:Name=private-banking,Type=Application, loading from path .\config\mydomain\applications\private-banking.war
    java.io.FileNotFoundException: error in opening zip file
    at weblogic.management.mbeans.custom.Application.findType(Application.java:1833)
    at weblogic.management.mbeans.custom.Application.adminLoad(Application.java:444)
    at weblogic.management.mbeans.custom.Application.load(Application.java:387)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy8.load(Unknown Source)
    at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:840)
    at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:733)
    at weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:206)
    at weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(ApplicationManager.java:1050)--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Beginner can't undeploy auto-deployed web app

    Hi.
    (I am brand new to WLS 10. I am testing it for a possible upgrade from WLS 8.)
    I auto-deployed a web application Weblogic Server 10.0. Now I am trying to undeploy it, but I just can't seem to make it go away. I first tried the delete button in the admin console, but that says "The application _appsdir_ch1_war was autodeployed and may only be deleted by removing the file(s) from the domain autodeploy directory."
    So then I deleted the file from the autodeploy directory and restarting the server.
    But it's still there.
    I'm about to edit the config.xml manually, which I'm SURE will work, but that can't be the proper way to get rid of autodeployed apps, surely. So, before I do that, I ask here how one removes autodeployed applciations from a WLS 10 server.
    Thanks for your help in advance!!!
    John

    The docs are here:
    http://edocs.bea.com/wls/docs100/deployment/autodeploy.html#wp1021620
    Once you delete the file in the autodeploy directory, I think you have several options:
    1) Use the console to remove it
    2) weblogic.Deployer command line http://edocs.bea.com/wls/docs100/deployment/wldeployer.html
    3) WLST - http://blogs.oracle.com/jamesbayer/2007/10/automate_wls_console_tasks_wit.html
    4) Delete from the config file (not recommended)
    You're easiest option is probably either 1 or 2 if you're just getting started.

  • Auto-Deployment and Restarting Managed Server

    Hi,
    We are using WebLogic Server 7.0 SP2 on Solaris 8. Yesterday, a developer copied
    over a new WAR file into the applications directory. Then he ried to restart the
    managed server. This appeared to hang, so he tried restarting the admin. server,
    which also failed. Looking at the log, it looks like the admin. server is trying
    to deploy apps. from the applications/backup directory.
    After I removed the backup directory and edited config.xml to remove all references
    to this directory, I was able to startup the Admin. server (though there were
    still some errors; see later) and the managed server.
    The servers are actually running in "developemnt" mode and have the Aut-Deploy
    feature enabled, so my theory is that the auto-deployment was conflicting with
    the managed server restart. He shouldn't have had to restart the managed server
    since Auto-Deploy is enabled, right?
    I'm also wondering about these errors I got when I the Admin. server finally started:
    Starting WebLogic Server...
    <May 4, 2004 11:41:04 AM MDT> <Notice> <Management> <140005> <Loading configuration
    /wlsapp/prod/ivrprod/./config.xml>
    <May 4, 2004 11:41:14 AM MDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 4, 2004 11:41:14 AM MDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "admin" for domain "ivrprod">
    <May 4, 2004 11:41:44 AM MDT> <Notice> <Application Poller> <149400> <Activating
    application: appsdirbackup_dir>
    <May 4, 2004 11:41:49 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir on admin - Running>
    <May 4, 2004 11:41:51 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir on admin - Completed>
    <May 4, 2004 11:41:54 AM MDT> <Notice> <Management> <141052> <Application Poller
    started for development server.>
    <May 4, 2004 11:41:54 AM MDT> <Notice> <Application Poller> <149400> <Activating
    application: appsdirbackup_dir-0>
    <May 4, 2004 11:41:57 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:41:59 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:42:02 AM MDT> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <May 4, 2004 11:42:02 AM MDT> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    <May 4, 2004 11:42:13 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=2268781,name=InternetTroubleshooting,context-path=/backup/
    InternetTroubleshooting)] failed to compile /dialogs/ADSLDisambig.jsp, compiler
    errors:
    /wlsapp/prod/ivrprod/./admin/.wlnotdelete/_appsdir_backup_dir_InternetTroubleshooting_2268781/jsp_servlet/_dialogs/__ADSLDisambig.ja
    va:17: package com.nuance.ps.telus does not exist
    <May 4, 2004 11:42:20 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=1642582,name=ReportAPayment,context-path=/backup/ReportAPa
    yment)] translation of /dialogs/GetStatus.jsp failed: weblogic.servlet.jsp.JspException:
    (line 7): class 'com.nuance.ps.telus.Shared
    Storage' could not be loaded>
    <May 4, 2004 11:42:20 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:42:22 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=3439810,name=TelusLogin,context-path=/backup/TelusLogin)]
    translation of /conf/ClearOldKeys.jsp failed: weblogic.servlet.jsp.JspException:
    (line 2): class 'com.nuance.ps.telus.SharedStorage'
    could not be loaded>
    <May 4, 2004 11:42:22 AM MDT> <Error> <Deployer> <149201> <The Slave Deployer
    failed to complete the deployment task with id 16 for
    the application appsdirbackup_dir.
    weblogic.management.ApplicationException: Prepare failed. Task Id = 16
    Thanks,
    Paul

    The short answer to your question is that auto-deployment and multiple
    servers don't mix.
    If you have a single-server domain and choose to use auto-deployment,
    that'll work fine.
    Once you have separate admin/managed servers, you need to use
    weblogic.Deployer, the wldeploy ant task (8.1), or the console to deploy
    applications.
    -- Rob
    Paul wrote:
    Hi,
    We are using WebLogic Server 7.0 SP2 on Solaris 8. Yesterday, a developer copied
    over a new WAR file into the applications directory. Then he ried to restart the
    managed server. This appeared to hang, so he tried restarting the admin. server,
    which also failed. Looking at the log, it looks like the admin. server is trying
    to deploy apps. from the applications/backup directory.
    After I removed the backup directory and edited config.xml to remove all references
    to this directory, I was able to startup the Admin. server (though there were
    still some errors; see later) and the managed server.
    The servers are actually running in "developemnt" mode and have the Aut-Deploy
    feature enabled, so my theory is that the auto-deployment was conflicting with
    the managed server restart. He shouldn't have had to restart the managed server
    since Auto-Deploy is enabled, right?
    I'm also wondering about these errors I got when I the Admin. server finally started:
    Starting WebLogic Server...
    <May 4, 2004 11:41:04 AM MDT> <Notice> <Management> <140005> <Loading configuration
    /wlsapp/prod/ivrprod/./config.xml>
    <May 4, 2004 11:41:14 AM MDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 4, 2004 11:41:14 AM MDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "admin" for domain "ivrprod">
    <May 4, 2004 11:41:44 AM MDT> <Notice> <Application Poller> <149400> <Activating
    application: appsdirbackup_dir>
    <May 4, 2004 11:41:49 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir on admin - Running>
    <May 4, 2004 11:41:51 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir on admin - Completed>
    <May 4, 2004 11:41:54 AM MDT> <Notice> <Management> <141052> <Application Poller
    started for development server.>
    <May 4, 2004 11:41:54 AM MDT> <Notice> <Application Poller> <149400> <Activating
    application: appsdirbackup_dir-0>
    <May 4, 2004 11:41:57 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:41:59 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:42:02 AM MDT> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <May 4, 2004 11:42:02 AM MDT> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    <May 4, 2004 11:42:13 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=2268781,name=InternetTroubleshooting,context-path=/backup/
    InternetTroubleshooting)] failed to compile /dialogs/ADSLDisambig.jsp, compiler
    errors:
    /wlsapp/prod/ivrprod/./admin/.wlnotdelete/_appsdir_backup_dir_InternetTroubleshooting_2268781/jsp_servlet/_dialogs/__ADSLDisambig.ja
    va:17: package com.nuance.ps.telus does not exist
    <May 4, 2004 11:42:20 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=1642582,name=ReportAPayment,context-path=/backup/ReportAPa
    yment)] translation of /dialogs/GetStatus.jsp failed: weblogic.servlet.jsp.JspException:
    (line 7): class 'com.nuance.ps.telus.Shared
    Storage' could not be loaded>
    <May 4, 2004 11:42:20 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:42:22 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=3439810,name=TelusLogin,context-path=/backup/TelusLogin)]
    translation of /conf/ClearOldKeys.jsp failed: weblogic.servlet.jsp.JspException:
    (line 2): class 'com.nuance.ps.telus.SharedStorage'
    could not be loaded>
    <May 4, 2004 11:42:22 AM MDT> <Error> <Deployer> <149201> <The Slave Deployer
    failed to complete the deployment task with id 16 for
    the application appsdirbackup_dir.
    weblogic.management.ApplicationException: Prepare failed. Task Id = 16
    Thanks,
    Paul

  • Deployment to WebLogic 8.1

    I'm a JSC novice working for a big UK company. The target server for my simple Web app is WebLogic 8.1. The application was easy to develop thanks to JSC, however, when I deployed it to WebLogic for the first time I encountered a rat�s nest of problems. These were to do with:
    1) The Weblogic Service Pack. A minimum Service Pack is required otherwise the application blows-up immediately.
    2) The Oracle Driver. Apparently, a state-of -the -art JDBC 3.0 compliant driver is required, otherwise lots of exceptions. Maybe. I certainly got lots of exceptions using an Oracle PLC driver, but managed to clear them by recreating the Data Providers (strange but true). Going by my experience & the Forum, this is a complex issue that desperately needs clarifying by Sun.
    3) Tree component. Blows-up on WebLogic during rendering without fail.
    4) Javascript. The �Export to WAR file� functionality appears to be responsible for introducing at least one irritating JavaScript bug i.e. within expressions using �>� instead of �>�.
    I�m not the only one to encounter these problems, and none is a showstopper. The Forum contains many topics from people reporting the same & similar problems. Unfortunately, the Forum, although helpful, is full of ambiguity & contradictions; and (depressingly) seems to be the only resource that Sun �provide� to help solve such problems (I believe). There is nothing in the JSC on-line help, and the tutorial �Deploying to a BEA WebLogic Server� is too simplistic. Consequently, it took me several grim days to find workarounds.
    However, what irritates me most is the lack of support from Sun. All that is required are some simple release notes, which are conspicuous by their absence. Perhaps this is a Sun tactic to encourage people to subscribe to their premium support service and/or buy their bespoke Web server?
    For the record, my workarounds to the above problems were:
    1) Use Service Pack 5.
    2) Use the �BEA Oracle Driver (Type 4)� bundled with WebLogic. Time will tell if this driver is a panacea, but initial signs are good. Unfortunately, this driver is not licensed to work with JSC.
    3) Use auto-deployment. If your app contains a Tree component, don�t use WebLogic Builder to deploy the WAR file. Rather use Windows Explorer to copy the WAR file into the WebLogic domain�s �application� directory. For some mysterious reason this prevents the Tree component from blowing up.
    4) Correct the JavaScript by hand. This is a big pain & involves extracting & rebuilding the JSC generated WAR file.
    I�m not saying these are the best solutions, but in the absence of official guidance from Sun, these are best I�ve come up with.

    Correction. Point 4 should read
    4) Javascript. The �Export to WAR file� functionality appears to be responsible for introducing at least one irritating JavaScript bug i.e. within expressions using �&gt� instead of �>�.

  • Fast swap Vs Auto deploy

    Hi Friend's,
    Can you please tell me differnece betwetween fast swap and auto deploy deployments in weblogic server10. both are using in development mode only right.
    can I use Weblogic.Deployer tool to deploy applications in weblogic 10.3 ,we are using admin console to deploy applications. is there any way to deploy applications in wls.
    Thanks in advance.
    Balaji kumar
    Edited by: user9284716 on 14 Aug, 2010 9:36 PM

    Hi Balaji,
    Yes, this is true that the Fast-Swap and Autodeploy features are made for Development Mode ONLY. These features automatically disabled in production mode
    <font color=maroon>Fast-Swap:</font> Java EE 5 introduces the ability to redefine a class at runtime without dropping its ClassLoader or abandoning existing instances. This allows containers to reload altered classes without disturbing running applications, vastly speeding up iterative development cycles and improving the overall development and testing experiences.
    To know more about fast-swap please refer to : http://download.oracle.com/docs/cd/E12840_01/wls/docs103/deployment/deployunits.html#wp1053872
    <font color=maroon>Autodeploy:</font> Auto-deployment is intended for use with a single server target in a development environment. If you use other tools, such as the Administration Console, to add targets to an auto-deployed, exploded application, redeploying the application does not propagate changes to the new target servers. To know more about autodeploy: http://download.oracle.com/docs/cd/E11035_01/wls100/deployment/autodeploy.html
    <font color=maroon>weblogic.Deployer</font>
    Yes, you can use the "weblogic.Deployer" utility to deploy your Applications on the WLS server 10.3/10.x/9.x . Even there is ANT version of this utility is also available whichhelps us in deploying Application very quickly ... Please refer to: http://weblogic-wonders.com/weblogic/2009/12/19/ant-to-deploy-applications/
    weblogic.Deployer in WLS8.x Some featuers are less in weblogic.Deployer utility of weblogic 8.x because that time there was no concept of Shared Library deployment ...or Production redeployment also known as versioning or Using Plan.xml while redeploying apps using deployer utility).
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are here)

  • Startmode=false but still not auto-deploy

    Hi,
    I'm running Weblogic 7.0 SP2 on Solaris 9. I have set startmode=false in startWebLogic.sh
    but my applications are still not auto-deploy. My programmers have tried to modified
    a class without restarting the server, but the change does not take effect. They
    have tried on Windows platform and it auto-deploy. But it doesn't in Solaris platform.
    Is there some configurations that I missed? Please help. Tks.

    Location of JSP file -> /appl/bea/ngccs/mydomain/applications/DefaultWebApp/ngccs/test/test.jsp
    Location of class file -> /appl/bea/ngccs/mydomain/applications/DefaultWebApp/WEB-INF/classes/test/test.class
    I have set the startmode= and startmode=false which is in development mode.
    I then access from IE to point the URL to access test.jsp and the test.class.
    Then I modified test.class and uploaded again to the same class location and access
    from IE again. This time the changes is not displayed, the old class was being
    loaded instead of the new one.
    How to use the weblogic.Deployer, wldeploy, or the console to deploy?
    Rob Woollen <[email protected]> wrote:
    Richard wrote:
    What sort of info do you need? The server is 24X7 production but runningWeblogic
    in development because we have program updates once in few days anddon't want
    to restart the Weblogic each time. I have read the startmode=falsefor auto deploy
    so I tried to use it. The server is running on a single Weblogic instanceonly.
    As I said in my last post, the applications directory and auto-polling
    is for single-server development environments only. If you're in a
    production environmentm especially a 24x7 environment, you don't want
    this option. I don't even believe we support it for production.
    If you want to change the application while the server is running, use
    weblogic.Deployer, wldeploy, or the console.
    Can you explain to me exactly what type of application change you are
    doing?
    -- Rob
    Rob Woollen <[email protected]> wrote:
    First off, let me make it clear that the applications directory is
    meant
    for single-server development environments only. Once you move past
    that into production or testing scenarios, use weblogic.Deployer, the
    console, or the wldeploy ant task to deploy.
    I'd need more info to diagnose your issue. Does making the exact same
    change to the application work in your Windows environment?
    -- Rob
    Richard wrote:
    Hi,
    I'm running Weblogic 7.0 SP2 on Solaris 9. I have set startmode=falsein startWebLogic.sh
    but my applications are still not auto-deploy. My programmers havetried to modified
    a class without restarting the server, but the change does not takeeffect. They
    have tried on Windows platform and it auto-deploy. But it doesn't
    in
    Solaris platform.
    Is there some configurations that I missed? Please help. Tks.

  • Auto deploy a VI onto compactRIO or pop-up a vi on target in main VI

    Hello
    I have a main program where i have event structure and 2 state machines which do DAQ and Video. in a different project i have a pid controlled heater program that will be deployed on compactRIO. how do i program the main VI to auto deploy the heater program to target and get values from there to the main program. (for graph values can i use global varible between realtime program and normal main program)
    I am thinking if i use the shared variable that is update by AI of a module on Compactrio in the main program, will it auto deploy it detecting that shared variables belong to target, but i want only the heater part of the program to get deployed not the event strucute, statemachines on the mian program. please help
    If i can put a button on main program that when clicked can pop-up the heater program on compact RIO to adjust the PID parameters and close it and run with new values. is this possible?
    Thanks in advance

    Hi freemason,
    I'm still a bit unclear on what you need. If you are able to develop your project such that all the VIs are located in thier respective locations (i.e. on the cRIO, RT or Windows Host), and you just want to change controls before running the FPGA vi, we can do that. Essentially, you use a read/write control VI before running the FPGA VI using the Run invoke node. You'll have to make sure to change the FPGA open reference options to not run the VI automatically (right click on it and select "Configure Open FPGA VI Reference...", uncheck the run option).
    If you want to look at an example involving PID in the LabVIEW example finder, one that might be of particular interest is called "Template Multichannel PID". You can find this in through Help>Find Examples. Navigate to Hardware Input and Output>CompactRIO>FPGA Fundamentals>Analysis and Control.
    You can use the execution of your host VI to start and stop the FPGA vi using the Read/Write Control VI and the Run invoke node. Also, you can use an invoke node to Abort the VI if that is necessary, but creating a stop control in the FPGA VI that allows the Host VI to stop using programming flow is usually more desirable.
    I hope these suggestions help, but please clarify your question if you're still confused.
    Also, Pablo. Try setting the VI to run as a start up application. A guide of how to do that is here.
    Message Edited by Verne D on 04-06-2010 01:07 PM
    Message Edited by Verne D on 04-06-2010 01:07 PM
    Verne D. // LabVIEW & SignalExpress Product Support Engineer // National Instruments

  • Help with the Oracle Fusion Order Demo deployment to Weblogic Server

    Hello all,
    I am new to SOA and am in the process of understanding SOA concepts. I am trying to deploy the Fusion Order Demo sample application to the Weblogic server. I am following the instructions given at : [http://www.oracle.com/technology/obe/obe11jdev/bulldog/deploysoaapp/deployment.htm|http://www.oracle.com/technology/obe/obe11jdev/bulldog/deploysoaapp/deployment.htm] .
    I am getting error when running the ant task "server-setup-seed-deploy-test" which deploys the Composite applications to the Weblogic Server. The ant log is pasted at the end of the post. The only difference i found from the instructions is that i do not have a AS11gR1SOA directory in my MW_HOME. Instead i have Oracle_SOA1 and i gave that directory's path for the parameter "soa.server.oracle.home".
    I tried running the sub tasks in the "server-setup-seed-deploy-test" individually and only the last task "test-fod-composite-end2end" failed. Since the other tasks like "compile-deploy-all" were successfull, I tried to see the deployed applications in the soa domain. When i checked the soa domain in the Weblogic server console, I see only the "B2BX12OrderGateway" under the soa-infra. The OrderBookingComposite and others are not deployed.
    Please help me in fixing this. Hope I have explained the problem correctly.
    Thanks in advance
    Nishan
    -------------------------------------Apache ant log for "server-setup-seed-deploy-test"-----------------------------------------
    Buildfile: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.0 compiled on December 13 2006 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.2.0
    [java] Build: 0
    [java] Build time: Tue Nov 03 13:48:58 PST 2009
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.2.0_GENERIC_091103.1205.1216
    [java]
    [echo] soa infra mgmt home: C:\Oracle\Middleware\jdeveloper\/../oracle_common
    server-setup-seed-deploy-test:
    [echo] Setting up mds store, deploying shared artifacts,
    seeding jms info, deploying to server, and running tests
    [echo] Ant: Apache Ant version 1.7.0 compiled on December 13 2006 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.2.0
    [java] Build: 0
    [java] Build time: Tue Nov 03 13:48:58 PST 2009
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.2.0_GENERIC_091103.1205.1216
    [java]
    [echo] soa infra mgmt home: C:\Oracle\Middleware\jdeveloper\/../oracle_common
    createMDSConnections:
    [echo] Ant: Apache Ant version 1.7.0 compiled on December 13 2006 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForDB:
    [echo] Creating ../.adf/META-INF/adf-config.xml for database backed MDS
    [input] skipping input as property mds.db.password has already been set.
    [copy] Copying 1 file to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\.adf\META-INF
    [echo] Using jdbc:oracle:thin:@localhost:1521:xe for db-based backing, with user dev_mds
    [echo] Ant: Apache Ant version 1.7.0 compiled on December 13 2006 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForFileStore:
    [echo] Ant: Apache Ant version 1.7.0 compiled on December 13 2006 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForServerFileStore:
    importCommonServiceArtifactsIntoMds:
    [java] Starting local filesystem import into mds ..
    [java] Got target mds-instance: mstore-usage_1 from C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\bin\..\.adf\META-INF\adf-config.xml
    [java] Creating mds connection to ./soa-seed/apps
    [java] --> C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\bin\.\soa-seed
    [java] Local item: /apps/FusionOrderDemoShared/services/partnersupplier/Warehouse.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/orderbooking/OrderBookingProcessor.wsdl
    [java] Local item: /apps/FusionOrderDemoShared/services/creditAuthorization/CreditAuthorizationService.wsdl
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/service/common/serviceinterface/StoreFrontService.xsd
    [java] Local item: /apps/FusionOrderDemoShared/policy/fault-bindings.xml
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/CustomerInfoVOSDO.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/partnersupplier/PartnerSupplierComposite.wsdl
    [java] Local item: /apps/FusionOrderDemoShared/policy/fault-policies.xml
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/service/common/serviceinterface/StoreFrontService.wsdl
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/OrderInfoVOSDO.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/orderbooking/OrderProcessor.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/creditAuthorization/creditauthorization.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/entities/events/OrderEO.xsd
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/entities/events/OrderEO.edl
    [java] Local item: /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/OrderItemsInfoVOSDO.xsd
    [java] Now transferring ..
    [java] 4 Apr, 2010 3:39:18 PM oracle.mds
    [java] NOTIFICATION: import operation started.
    [java] 4 Apr, 2010 3:39:22 PM oracle.mds
    [java] Transferred size = 15
    [java] Transferred - /apps/FusionOrderDemoShared/policy/fault-bindings.xml
    [java] Transferred - /apps/FusionOrderDemoShared/policy/fault-policies.xml
    [java] Transferred - /apps/FusionOrderDemoShared/services/partnersupplier/Warehouse.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/orderbooking/OrderProcessor.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/orderbooking/OrderBookingProcessor.wsdl
    [java] NOTIFICATION: import is completed. Total number of documents successfully processed : 15, total number of documents failed : 0.
    [java] Transferred - /apps/FusionOrderDemoShared/services/creditAuthorization/creditauthorization.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/partnersupplier/PartnerSupplierComposite.wsdl
    [java] Transferred - /apps/FusionOrderDemoShared/services/creditAuthorization/CreditAuthorizationService.wsdl
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/entities/events/OrderEO.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/entities/events/OrderEO.edl
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/OrderInfoVOSDO.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/CustomerInfoVOSDO.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/queries/common/OrderItemsInfoVOSDO.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/service/common/serviceinterface/StoreFrontService.xsd
    [java] Transferred - /apps/FusionOrderDemoShared/services/oracle/fodemo/storefront/store/service/common/serviceinterface/StoreFrontService.wsdl
    [echo] Ant: Apache Ant version 1.7.0 compiled on December 13 2006 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.2.0
    [java] Build: 0
    [java] Build time: Tue Nov 03 13:48:58 PST 2009
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.2.0_GENERIC_091103.1205.1216
    [java]
    [echo] soa infra mgmt home: C:\Oracle\Middleware\jdeveloper\/../oracle_common
    compile-build-all:
    [echo] Building and compiling SOA Fusion Order Demo ..
    clean:
    [echo] Cleanup of OrderApprovalHumanTask
    [delete] Deleting: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    init:
    compile:
    [javac] Compiling 6 source files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    copy:
    [copy] Copying 191 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    create-ear:
    [copy] Copying 5 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    [war] Building war: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting directory C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    setupDeploymentEnvironment:
    [echo] Step1: copy template ./templates/connections.xml.seed to ../../.adf/META-INF/connections.xml
    [copy] Copying 1 file to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\.adf\META-INF
    [echo] Step2: setup descriptor, soa-only? false, modifying ../../.adf/META-INF/connections.xml
    [echo] replacing ws-endpoint with localhost:8001/StoreFrontServiceHooks/StoreFrontService
    [echo] replacing ws-binding with {www.globalcompany.example.com}StoreFrontServiceSoapHttp
    [mkdir] Created dir: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [copy] Copying 2 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [mkdir] Created dir: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [copy] Copying 1 file to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [ear] Building ear: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    [delete] Deleting directory C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\adf
    [delete] Deleting directory C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderApprovalHumanTask\deploy\lib
    create-deployable-composite:
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    clean:
    [echo] deleting C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\bin/..//deploy/sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\bin/..//composite.xml
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    scac:
    [scac] Validating composite : 'C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\bin/..//composite.xml'
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] WARNING: location {ns:composite/ns:reference[@name='CreditCardAuthorizationService']}(170,128): Failed to Find Binding "CreditCardAuthorizationService":"{http://www.globalcompany.example.com/ns/CreditAuthorizationService}CreditAuthorizationPort" in WSDL Manager
    [scac] WARNING: location {ns:composite/ns:reference[@name='PartnerSupplierService']}(163,122): Failed to Find Binding "PartnerSupplierService":"{http://www.partnersupplier.example.com/ns/warehouse}ExternalPartnerSupplier_pt" in WSDL Manager
    [scac] WARNING: location {ns:composite/ns:reference[@name='StoreFrontService']}(176,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] WARNING: in OrderProcessor.bpel(218): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}long" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    [scac] WARNING: in OrderProcessor.bpel(305): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    [scac] WARNING: in OrderProcessor.bpel(305): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    [scac] WARNING: in OrderProcessor.bpel(368): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}double"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    [scac] WARNING: in OrderProcessor.bpel(368): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}boolean"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    [scac] WARNING: in OrderProcessor.bpel(407): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}boolean" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    [scac] WARNING: in OrderProcessor.bpel(533): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query

    package:
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    compile-source:
    [mkdir] Created dir: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\dist
    [copy] Copying 133 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\dist
    [copy] Copying 6 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\dist\SCA-INF\classes
    [jar] Building jar: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting directory C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderBookingComposite\bin
    [echo] Setting up deployment plan, modifying orderbooking_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:8001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 8001
    [echo] Replacing file adapter endpoint with /tmp
    [echo] Replacing values for bam connection in connections.xml
    [echo] Bam server host: sta00057.us.oracle.com
    [echo] Bam server host: 9001
    [echo] Bam server user: weblogic
    create-deployable-composite:
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    clean:
    [echo] deleting C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\PartnerSupplierComposite\bin/..//deploy/sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    scac:
    [scac] Validating composite : 'C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml'
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] WARNING: in PartnerSupplierMediator.mplan: Case "ExternalPartnerSupplier.externalpartnersupplier_client.process" doesnt have any payload transformation Please make sure source and target message part name are same and of same type. Otherwise, target reference may fail to execute with error message like "Input sourcelike Null" or "Part not found"
    package:
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    compile-source:
    [mkdir] Created dir: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\PartnerSupplierComposite\dist
    [copy] Copying 17 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\PartnerSupplierComposite\dist
    [copy] Copying 6 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\PartnerSupplierComposite\dist\SCA-INF\classes
    [jar] Building jar: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting directory C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\PartnerSupplierComposite\dist
    create-deployable-composite:
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    clean:
    [echo] deleting C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderSDOComposite\bin/..//deploy/sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderSDOComposite\bin/..//composite.xml
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    scac:
    [scac] Validating composite : 'C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderSDOComposite\bin/..//composite.xml'
    [scac] WARNING: in CustomerAndOrderService.bpel(254): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}anySimpleType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}integer"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    [scac] WARNING: in CustomerAndOrderService.bpel(359): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    [scac] WARNING: in CustomerAndOrderService.bpel(493): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    package:
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    compile-source:
    [mkdir] Created dir: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderSDOComposite\dist
    [copy] Copying 11 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderSDOComposite\dist
    [copy] Copying 6 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderSDOComposite\dist\SCA-INF\classes
    [jar] Building jar: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting directory C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\OrderSDOComposite\dist
    create-deployable-composite:
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    clean:
    [echo] deleting C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\bin/..//deploy/sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    scac:
    [scac] Validating composite : 'C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml'
    [scac] WARNING: location {ns:composite/ns:reference[@name='StoreFrontService']}(48,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] WARNING: location {ns:composite/ns:reference[@name='OrderBookingService']}(59,116): Failed to Find Binding "OrderBookingService":"{http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessor_pt" in WSDL Manager
    [scac] WARNING: in B2BOrderProcessingEngine.componentType: property "bpel.config.use.events" may not be understood by BPEL component B2BOrderProcessingEngine - it will likely be ignored.
    [scac] WARNING: in B2BOrderProcessingEngine.bpel(188): Trying to assign incompatible types
    [scac] <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] Make sure that the return value of from-spec query is compatible with the to-spec query
    package:
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    [echo] oracle.home = C:\Oracle\Middleware\jdeveloper\
    compile-source:
    [mkdir] Created dir: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\dist
    [copy] Copying 24 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\dist
    [copy] Copying 6 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\dist\SCA-INF\classes
    [jar] Building jar: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting directory C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\B2BX12OrderGateway\bin
    [echo] Setting up deployment plan, modifying B2BX12OrderGateway_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:8001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 8001
    [echo] Replacing communication style, eventbased? true
    [echo] Wls home: C:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: C:\Oracle\Middleware\jdeveloper\
    init:
    compile:
    create-war:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: C:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: C:\Oracle\Middleware\jdeveloper\
    create-ear:
    [echo] global: true > ejb: ${use.ejb} jsca: true
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: C:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: C:\Oracle\Middleware\jdeveloper\
    clean:
    [echo] Cleaning up external partner supplier ejb project ../classes/../deploy
    [delete] Deleting: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: C:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: C:\Oracle\Middleware\jdeveloper\
    init:
    copy:
    [copy] Copying 5 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    compile:
    [javac] Compiling 6 source files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    [javac] Note: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\src\com\otn\sample\fod\soa\externalps\test\EpsSessionEJBClient.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    create-ejb-ear:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: C:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: C:\Oracle\Middleware\jdeveloper\
    init:
    copy:
    compile:
    create-jsca-ear:
    [mkdir] Created dir: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [copy] Copying 2 files to C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [echo] ../classes/meta-inf/
    [jar] Building jar: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib\ExternalPartnerSupplierScaModule.jar
    [jar] Warning: skipping jar archive C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\empty.jar because no files were included.
    [jar] Building MANIFEST-only jar: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\empty.jar
    [ear] Building ear: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    compile-deploy-all:
    [echo] Deploying SOA Fusion Order Demo ..
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: C:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: C:\Oracle\Middleware\jdeveloper\
    deploy-application:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: C:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: C:\Oracle\Middleware\jdeveloper\
    deploy-jsca-library:
    [wldeploy] weblogic.Deployer -remote -noexit -name weblogic-sca -source C:\Oracle\Middleware\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.0.war -targets soa_server1 -adminurl t3://localhost:7001 -user weblogic1 -password ******** -deploy -library
    [wldeploy] weblogic.Deployer invoked with options: -remote -noexit -name weblogic-sca -source C:\Oracle\Middleware\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.0.war -targets soa_server1 -adminurl t3://localhost:7001 -user weblogic1 -deploy -library
    [wldeploy] <4 Apr, 2010 3:40:55 PM IST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, weblogic-sca [archive: C:\Oracle\Middleware\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.0.war], to soa_server1 .>
    [wldeploy] weblogic.Deployer -remote -upload -noexit -name ExternalPartnerSupplierEjb -source C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets soa_server1 -adminurl t3://localhost:7001 -user weblogic1 -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -remote -upload -noexit -name ExternalPartnerSupplierEjb -source C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets soa_server1 -adminurl t3://localhost:7001 -user weblogic1 -deploy
    [wldeploy] <4 Apr, 2010 3:41:11 PM IST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ExternalPartnerSupplierEjb [archive: C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear], to soa_server1 .>
    BUILD FAILED
    C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\bin\build.xml:295: The following error occurred while executing this line:
    C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\bin\build.xml:156: The following error occurred while executing this line:
    C:\Oracle\Jdev_Workspace\Dissertation\CompositeServices\ExternalLegacyPartnerSupplierEjb\bin\build.xml:169: weblogic.management.ManagementException: [Deployer:149163]The domain edit lock is owned by another session in non-exclusive mode - this deployment operation requires exclusive access to the edit lock and hence cannot proceed. If you are using "Automatically Aquire Lock and Activate Changes" in the console, then the lock will expire shortly so retry this operation.
    Total time: 2 minutes 1 second

  • Jdeveloper WS proxy error while invoking  web service deployed on weblogic

    Hello experts, can you please help me. I have web service deployed on weblogic server.
    I have not set any credential for this web service. I can test the service from SOAPUI without providing any credentials.
    Then I generated WS proxy client using Jdeveloper. When I try to run the client, I do not know why I get security execption (shown below) eventhough I have not secured the web service deployed on weblogic server.
    java.lang.SecurityException: keyStoreFilename is either null or empty string
         at weblogic.wsee.security.util.CertUtils.getCertificate(CertUtils.java:87)
         at pilot1.ContactWSPortTypePortClient.getBSTCredentialProvider(ContactWSPortTypePortClient.java:104)
         at pilot1.ContactWSPortTypePortClient.setPortCredentialProviderList(ContactWSPortTypePortClient.java:78)
         at pilot1.ContactWSPortTypePortClient.main(ContactWSPortTypePortClient.java:46)
    Process exited with exit code 0.
    Here is my client class :
    public static void main(String[] args) {
    try {
    contactWSService = new ContactWSService();
    ContactWSPortType contactWSPortType = contactWSService.getContactWSPortTypePort();
    Map<String, Object> requestContext = ((BindingProvider) contactWSPortType).getRequestContext();
    setPortCredentialProviderList(requestContext);
    // Add your code to call the desired methods.
    // QueryPageInputSecondPage qpisp= new QueryPageInputSecondPage(); //I have commented it in order to resolve security issue
    System.out.println("Inside the client class");
    } catch (Exception ex) {
    ex.printStackTrace();
    Inside the method setPortCredentialProviderList(), I have not provided any credentials, keystores etc. Because weblogic is not setup with SSL and also I have not set up any authorization or authentication for the web service. I do not know why I am able to test it through SOAPUI and why not using WS proxy.
    Appreciate your quick response.
    thanks a lot
    jyothi

    Hello experts, can you please help me. I have web service deployed on weblogic server.
    I have not set any credential for this web service. I can test the service from SOAPUI without providing any credentials.
    Then I generated WS proxy client using Jdeveloper. When I try to run the client, I do not know why I get security execption (shown below) eventhough I have not secured the web service deployed on weblogic server.
    java.lang.SecurityException: keyStoreFilename is either null or empty string
         at weblogic.wsee.security.util.CertUtils.getCertificate(CertUtils.java:87)
         at pilot1.ContactWSPortTypePortClient.getBSTCredentialProvider(ContactWSPortTypePortClient.java:104)
         at pilot1.ContactWSPortTypePortClient.setPortCredentialProviderList(ContactWSPortTypePortClient.java:78)
         at pilot1.ContactWSPortTypePortClient.main(ContactWSPortTypePortClient.java:46)
    Process exited with exit code 0.
    Here is my client class :
    public static void main(String[] args) {
    try {
    contactWSService = new ContactWSService();
    ContactWSPortType contactWSPortType = contactWSService.getContactWSPortTypePort();
    Map<String, Object> requestContext = ((BindingProvider) contactWSPortType).getRequestContext();
    setPortCredentialProviderList(requestContext);
    // Add your code to call the desired methods.
    // QueryPageInputSecondPage qpisp= new QueryPageInputSecondPage(); //I have commented it in order to resolve security issue
    System.out.println("Inside the client class");
    } catch (Exception ex) {
    ex.printStackTrace();
    Inside the method setPortCredentialProviderList(), I have not provided any credentials, keystores etc. Because weblogic is not setup with SSL and also I have not set up any authorization or authentication for the web service. I do not know why I am able to test it through SOAPUI and why not using WS proxy.
    Appreciate your quick response.
    thanks a lot
    jyothi

  • Deploy to Weblogic 10.3.3 from Jdeveloper 11.1.2.0.0

    Hi All
    Currently I deploy my project from JDev11G version 11.1.1.0.2 to Oracle Weblogic 10.3.3.
    In the deployment, I will create JAR, WAR and EAR File and deploy to weblogic.
    But now when I'm using JDev11G version 11.1.2.0.0 and deploy to Orracle Weblogic 10.3.3, It's failed !
    Anything wrong?
    And what is MAR File in JDev11G 11.1.2.0.0?
    TQ for your helps
    Regards,
    Saiful

    TQ Frank,
    Now i just want to know how to deploy using 11G
    Before this what i do is:-
    1. Create Jar file
    2. Create War File
    3. Create Ear file
    4. Deploy to weblogic server
    Now using 11G, i try the same step but return this error:-
    [05:57:41 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'RESEARCH_V2-ViewController-context-root'
    [05:57:41 PM] Caused by: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for "ServletContext@328831112[app:research14092011b module:RESEARCH_V2-ViewController-context-root path:/RESEARCH_V2-ViewController-context-root spec-version:2.5]", defined in weblogic.xml [Extension-Name: adf.oracle.domain.webapp, exact-match: false]
    [05:57:41 PM] See server logs or server console for more details.
    [05:57:41 PM] weblogic.application.ModuleException: Failed to load webapp: 'RESEARCH_V2-ViewController-context-root'
    [05:57:41 PM] #### Deployment incomplete. ####
    [05:57:41 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    I'm confuse where to use MAR File?
    Anyone can help me.
    TQ
    Regards,
    Saiful

  • Auto Deploy and VCD Network Isolation - Not Working

    Hello,
    I have opened a support case about this issue, but the case is moving a lot slower than I would like to see. I thought I'd post here to see if anyone has ran into anything similar.
    We recently switched our 24-host vCloud cluster (more info about this cluster below) over to Auto-Deploy (was using boot from USB). After the switch, we had a few complaints from customers that use isolated networks. It turns out that only 4 of our 24 hosts were working properly with isolated networks. All 24-hosts are using the same auto-deploy image.
    When the hosts boot up, the vCloud Director web interface shows the following with green check marks: "Status", "Enabled", "Ready", "Available", and "VCD Network Isolation Capable".
    To get my other 20 hosts working, I disabled all 20 hosts in the vCloud interface, unprepared them, and prepared them. After this, network isolation worked for those 20 hosts. When I reboot one of the hosts, the host still looks like it's good in the interface, but network isolation doesn't work until I disable, unprepare, and prepare.
    Here is some more information about our environment:
    vCenter build 2001466
    ESXi Host Build 2702864
    VCD Build 5.5.2.2000523
    vShield Build 5.5.3
    Here is the Deploy Rule that the hosts are using:
    Name        : UCS-2.2.1-pcloud.5.5.aln
    PatternList : {oemstring=$SPT:ESX_PublicCloud_autod.2.2.x}
    ItemList    : {ESXi-5.5.0-autod-2.2.1.vshield}
    I have confirmed that this is indeed the profile being used by looking at the Summary tab for the hosts and seeing the listed Image Profile.
    And here is what's in that item:
    PowerCLI D:\ImageBuild> Get-EsxSoftwarePackage
    Name                     Version                        Vendor     Creation Date
    misc-cnic-register       1.72.1.v50.1i-1vmw.550.0.0.... VMware     9/19/2013 6:0...
    scsi-lpfc820             8.2.3.1-129vmw.550.0.0.1331820 VMware     9/19/2013 6:0...
    scsi-megaraid-mbox       2.20.5.1-6vmw.550.0.0.1331820  VMware     9/19/2013 6:0...
    esx-xlibs                5.5.0-0.0.1331820              VMware     9/19/2013 6:0...
    lpfc                     10.0.100.1-1vmw.550.0.0.133... VMware     9/19/2013 6:0...
    mtip32xx-native          3.3.4-1vmw.550.1.15.1623387    VMware     2/22/2014 1:1...
    net-nx-nic               5.0.621-1vmw.550.0.0.1331820   VMware     9/19/2013 6:0...
    block-cciss              3.6.14-10vmw.550.0.0.1331820   VMware     9/19/2013 6:0...
    scsi-fnic                1.6.0.5-1OEM.500.0.0.472560    cisco      9/30/2013 11:...
    net-enic                 2.1.2.42-1OEM.500.0.0.472560   Cisco      9/5/2013 8:30...
    sata-sata-sil24          1.1-1vmw.550.0.0.1331820       VMware     9/19/2013 6:0...
    rste                     2.0.2.0088-4vmw.550.1.15.16... VMware     2/22/2014 1:1...
    elxnet                   10.0.100.0v-1vmw.550.0.0.13... VMware     9/19/2013 6:0...
    scsi-aacraid             1.1.5.1-9vmw.550.0.0.1331820   VMware     9/19/2013 6:0...
    ata-pata-cmd64x          0.2.5-3vmw.550.0.0.1331820     VMware     9/19/2013 6:0...
    net-cnic                 1.72.52.v55.1-1vmw.550.0.0.... VMware     9/19/2013 6:0...
    scsi-adp94xx             1.0.8.12-6vmw.550.0.0.1331820  VMware     9/19/2013 6:0...
    net-be2net               4.6.100.0v-1vmw.550.0.0.133... VMware     9/19/2013 6:0...
    net-ixgbe                3.7.13.7.14iov-12vmw.550.2.... VMware     4/29/2015 6:4...
    net-igb                  5.0.5.1.1-1vmw.550.2.54.240... VMware     1/1/2015 8:00...
    epsec-mux                5.1.0-01814505                 VMware     5/13/2014 4:3...
    esx-base                 5.5.0-2.62.2702864             VMware     4/29/2015 6:4...
    ata-pata-sil680          0.4.8-3vmw.550.0.0.1331820     VMware     9/19/2013 6:0...
    ipmi-ipmi-msghandler     39.1-4vmw.550.0.0.1331820      VMware     9/19/2013 6:0...
    ata-pata-hpt3x2n         0.3.4-3vmw.550.0.0.1331820     VMware     9/19/2013 6:0...
    scsi-megaraid-sas        5.34-9vmw.550.2.33.2068190     VMware     8/23/2014 1:5...
    scsi-mptsas              4.23.01.00-9vmw.550.0.0.133... VMware     9/19/2013 6:0...
    net-bnx2                 2.2.3d.v55.2-1vmw.550.0.0.1... VMware     9/19/2013 6:0...
    ata-pata-via             0.3.3-2vmw.550.0.0.1331820     VMware     9/19/2013 6:0...
    ima-qla4xxx              2.01.31-1vmw.550.0.0.1331820   VMware     9/19/2013 6:0...
    ata-pata-amd             0.3.10-3vmw.550.0.0.1331820    VMware     9/19/2013 6:0...
    ata-pata-serverworks     0.4.3-3vmw.550.0.0.1331820     VMware     9/19/2013 6:0...
    sata-sata-promise        2.12-3vmw.550.0.0.1331820      VMware     9/19/2013 6:0...
    sata-sata-nv             3.5-4vmw.550.0.0.1331820       VMware     9/19/2013 6:0...
    ipmi-ipmi-devintf        39.1-4vmw.550.0.0.1331820      VMware     9/19/2013 6:0...
    scsi-ips                 7.12.05-4vmw.550.0.0.1331820   VMware     9/19/2013 6:0...
    sata-sata-svw            2.3-3vmw.550.0.0.1331820       VMware     9/19/2013 6:0...
    scsi-mptspi              4.23.01.00-9vmw.550.0.0.133... VMware     9/19/2013 6:0...
    net-e1000e               1.1.2-4vmw.550.1.15.1623387    VMware     2/22/2014 1:1...
    esx-xserver              5.5.0-0.0.1331820              VMware     9/19/2013 6:0...
    net-tg3                  3.123c.v55.5-1vmw.550.2.33.... VMware     8/23/2014 1:5...
    net-forcedeth            0.61-2vmw.550.0.0.1331820      VMware     9/19/2013 6:0...
    scsi-aic79xx             3.1-5vmw.550.0.0.1331820       VMware     9/19/2013 6:0...
    sata-ata-piix            2.12-10vmw.550.2.33.2068190    VMware     8/23/2014 1:5...
    scsi-bnx2i               2.72.11.v55.4-1vmw.550.0.0.... VMware     9/19/2013 6:0...
    ohci-usb-ohci            1.0-3vmw.550.0.0.1331820       VMware     9/19/2013 6:0...
    scsi-qla4xxx             5.01.03.2-6vmw.550.0.0.1331820 VMware     9/19/2013 6:0...
    scsi-qla2xxx             902.k1.1-9vmw.550.0.0.1331820  VMware     9/19/2013 6:0...
    net-mlx4-core            1.9.7.0-1vmw.550.0.0.1331820   VMware     9/19/2013 6:0...
    ata-pata-atiixp          0.4.6-4vmw.550.0.0.1331820     VMware     9/19/2013 6:0...
    misc-drivers             5.5.0-2.62.2702864             VMware     4/29/2015 6:4...
    esx-dvfilter-generic-... 5.5.0-0.0.1331820              VMware     9/19/2013 6:0...
    ata-pata-pdc2027x        1.0-3vmw.550.0.0.1331820       VMware     9/19/2013 6:0...
    qlnativefc               1.0.12.0-1vmw.550.0.0.1331820  VMware     9/19/2013 6:0...
    lsi-mr3                  0.255.03.01-2vmw.550.1.16.1... VMware     4/15/2014 9:0...
    vshield                  5.5.3-2172759                  VMware     9/30/2014 2:3...
    net-vmxnet3              1.1.3.0-3vmw.550.2.39.2143827  VMware     9/18/2014 11:...
    scsi-hpsa                5.5.0-44vmw.550.0.0.1331820    VMware     9/19/2013 6:0...
    tools-light              5.5.0-2.62.2702864             VMware     4/29/2015 6:4...
    scsi-mpt2sas             14.00.00.00-3vmw.550.1.15.1... VMware     2/22/2014 1:1...
    scsi-bnx2fc              1.72.53.v55.1-1vmw.550.0.0.... VMware     9/19/2013 6:0...
    lsi-msgpt3               00.255.03.03-1vmw.550.1.15.... VMware     2/22/2014 1:1...
    net-e1000                8.0.3.1-3vmw.550.0.0.1331820   VMware     9/19/2013 6:0...
    xhci-xhci                1.0-2vmw.550.2.39.2143827      VMware     9/18/2014 11:...
    ipmi-ipmi-si-drv         39.1-4vmw.550.0.0.1331820      VMware     9/19/2013 6:0...
    sata-ahci                3.0-21vmw.550.2.54.2403361     VMware     1/1/2015 8:00...
    net-bnx2x                1.72.56.v55.2-1vmw.550.0.0.... VMware     9/19/2013 6:0...
    scsi-megaraid2           2.00.4-9vmw.550.0.0.1331820    VMware     9/19/2013 6:0...
    ehci-ehci-hcd            1.0-3vmw.550.0.0.1331820       VMware     9/19/2013 6:0...
    esx-tboot                5.5.0-2.33.2068190             VMware     8/23/2014 1:5...
    uhci-usb-uhci            1.0-3vmw.550.0.0.1331820       VMware     9/19/2013 6:0...
    sata-sata-sil            2.3-4vmw.550.0.0.1331820       VMware     9/19/2013 6:0...
    vcloud-agent             5.5.0-1280396                  VMware     8/17/2013 4:0...
    net-mlx4-en              1.9.7.0-1vmw.550.0.0.1331820   VMware     9/19/2013 6:0...
    And here is the output of testing the deploy rule compliance:
    PowerCLI D:\ImageBuild> Get-Cluster 0000000-ESXVCLOUDCL1.ALN | Get-VMHost |Test-
    DeployRuleSetCompliance
    VMHost               ItemList
    esx142269.vm.seo.... {}
    esx140622.vm.seo.... {}
    esx139784.vm.seo.... {}
    esx140617.vm.seo.... {}
    esx138793.vm.seo.... {}
    esx135523.vm.seo.... {}
    esx138945.vm.seo.... {}
    esx138794.vm.seo.... {}
    esx139783.vm.seo.... {}
    esx140309.vm.seo.... {}
    esx140310.vm.seo.... {}
    esx140311.vm.seo.... {}
    esx140313.vm.seo.... {}
    esx140339.vm.seo.... {}
    esx140614.vm.seo.... {}
    esx140615.vm.seo.... {}
    esx140616.vm.seo.... {}
    esx140618.vm.seo.... {}
    esx140619.vm.seo.... {}
    esx140621.vm.seo.... {}
    esx141947.vm.seo.... {}
    esx141945.vm.seo.... {}
    esx142271.vm.seo.... {}
    esx142270.vm.seo.... {}
    Here is another vib list from a host:
    ~ # esxcli software vib list
    Name                           Version                                Vendor  Acceptance Level  Install Date
    net-enic                       2.1.2.42-1OEM.500.0.0.472560           Cisco   VMwareCertified   -
    ata-pata-amd                   0.3.10-3vmw.550.0.0.1331820            VMware  VMwareCertified   -
    ata-pata-atiixp                0.4.6-4vmw.550.0.0.1331820             VMware  VMwareCertified   -
    ata-pata-cmd64x                0.2.5-3vmw.550.0.0.1331820             VMware  VMwareCertified   -
    ata-pata-hpt3x2n               0.3.4-3vmw.550.0.0.1331820             VMware  VMwareCertified   -
    ata-pata-pdc2027x              1.0-3vmw.550.0.0.1331820               VMware  VMwareCertified   -
    ata-pata-serverworks           0.4.3-3vmw.550.0.0.1331820             VMware  VMwareCertified   -
    ata-pata-sil680                0.4.8-3vmw.550.0.0.1331820             VMware  VMwareCertified   -
    ata-pata-via                   0.3.3-2vmw.550.0.0.1331820             VMware  VMwareCertified   -
    block-cciss                    3.6.14-10vmw.550.0.0.1331820           VMware  VMwareCertified   -
    ehci-ehci-hcd                  1.0-3vmw.550.0.0.1331820               VMware  VMwareCertified   -
    elxnet                         10.0.100.0v-1vmw.550.0.0.1331820       VMware  VMwareCertified   -
    epsec-mux                      5.1.0-01814505                         VMware  VMwareCertified   -
    esx-base                       5.5.0-2.62.2702864                     VMware  VMwareCertified   -
    esx-dvfilter-generic-fastpath  5.5.0-0.0.1331820                      VMware  VMwareCertified   -
    esx-tboot                      5.5.0-2.33.2068190                     VMware  VMwareCertified   -
    esx-xlibs                      5.5.0-0.0.1331820                      VMware  VMwareCertified   -
    esx-xserver                    5.5.0-0.0.1331820                      VMware  VMwareCertified   -
    ima-qla4xxx                    2.01.31-1vmw.550.0.0.1331820           VMware  VMwareCertified   -
    ipmi-ipmi-devintf              39.1-4vmw.550.0.0.1331820              VMware  VMwareCertified   -
    ipmi-ipmi-msghandler           39.1-4vmw.550.0.0.1331820              VMware  VMwareCertified   -
    ipmi-ipmi-si-drv               39.1-4vmw.550.0.0.1331820              VMware  VMwareCertified   -
    lpfc                           10.0.100.1-1vmw.550.0.0.1331820        VMware  VMwareCertified   -
    lsi-mr3                        0.255.03.01-2vmw.550.1.16.1746018      VMware  VMwareCertified   -
    lsi-msgpt3                     00.255.03.03-1vmw.550.1.15.1623387     VMware  VMwareCertified   -
    misc-cnic-register             1.72.1.v50.1i-1vmw.550.0.0.1331820     VMware  VMwareCertified   -
    misc-drivers                   5.5.0-2.62.2702864                     VMware  VMwareCertified   -
    mtip32xx-native                3.3.4-1vmw.550.1.15.1623387            VMware  VMwareCertified   -
    net-be2net                     4.6.100.0v-1vmw.550.0.0.1331820        VMware  VMwareCertified   -
    net-bnx2                       2.2.3d.v55.2-1vmw.550.0.0.1331820      VMware  VMwareCertified   -
    net-bnx2x                      1.72.56.v55.2-1vmw.550.0.0.1331820     VMware  VMwareCertified   -
    net-cnic                       1.72.52.v55.1-1vmw.550.0.0.1331820     VMware  VMwareCertified   -
    net-e1000                      8.0.3.1-3vmw.550.0.0.1331820           VMware  VMwareCertified   -
    net-e1000e                     1.1.2-4vmw.550.1.15.1623387            VMware  VMwareCertified   -
    net-forcedeth                  0.61-2vmw.550.0.0.1331820              VMware  VMwareCertified   -
    net-igb                        5.0.5.1.1-1vmw.550.2.54.2403361        VMware  VMwareCertified   -
    net-ixgbe                      3.7.13.7.14iov-12vmw.550.2.62.2702864  VMware  VMwareCertified   -
    net-mlx4-core                  1.9.7.0-1vmw.550.0.0.1331820           VMware  VMwareCertified   -
    net-mlx4-en                    1.9.7.0-1vmw.550.0.0.1331820           VMware  VMwareCertified   -
    net-nx-nic                     5.0.621-1vmw.550.0.0.1331820           VMware  VMwareCertified   -
    net-tg3                        3.123c.v55.5-1vmw.550.2.33.2068190     VMware  VMwareCertified   -
    net-vmxnet3                    1.1.3.0-3vmw.550.2.39.2143827          VMware  VMwareCertified   -
    ohci-usb-ohci                  1.0-3vmw.550.0.0.1331820               VMware  VMwareCertified   -
    qlnativefc                     1.0.12.0-1vmw.550.0.0.1331820          VMware  VMwareCertified   -
    rste                           2.0.2.0088-4vmw.550.1.15.1623387       VMware  VMwareCertified   -
    sata-ahci                      3.0-21vmw.550.2.54.2403361             VMware  VMwareCertified   -
    sata-ata-piix                  2.12-10vmw.550.2.33.2068190            VMware  VMwareCertified   -
    sata-sata-nv                   3.5-4vmw.550.0.0.1331820               VMware  VMwareCertified   -
    sata-sata-promise              2.12-3vmw.550.0.0.1331820              VMware  VMwareCertified   -
    sata-sata-sil24                1.1-1vmw.550.0.0.1331820               VMware  VMwareCertified   -
    sata-sata-sil                  2.3-4vmw.550.0.0.1331820               VMware  VMwareCertified   -
    sata-sata-svw                  2.3-3vmw.550.0.0.1331820               VMware  VMwareCertified   -
    scsi-aacraid                   1.1.5.1-9vmw.550.0.0.1331820           VMware  VMwareCertified   -
    scsi-adp94xx                   1.0.8.12-6vmw.550.0.0.1331820          VMware  VMwareCertified   -
    scsi-aic79xx                   3.1-5vmw.550.0.0.1331820               VMware  VMwareCertified   -
    scsi-bnx2fc                    1.72.53.v55.1-1vmw.550.0.0.1331820     VMware  VMwareCertified   -
    scsi-bnx2i                     2.72.11.v55.4-1vmw.550.0.0.1331820     VMware  VMwareCertified   -
    scsi-hpsa                      5.5.0-44vmw.550.0.0.1331820            VMware  VMwareCertified   -
    scsi-ips                       7.12.05-4vmw.550.0.0.1331820           VMware  VMwareCertified   -
    scsi-lpfc820                   8.2.3.1-129vmw.550.0.0.1331820         VMware  VMwareCertified   -
    scsi-megaraid-mbox             2.20.5.1-6vmw.550.0.0.1331820          VMware  VMwareCertified   -
    scsi-megaraid-sas              5.34-9vmw.550.2.33.2068190             VMware  VMwareCertified   -
    scsi-megaraid2                 2.00.4-9vmw.550.0.0.1331820            VMware  VMwareCertified   -
    scsi-mpt2sas                   14.00.00.00-3vmw.550.1.15.1623387      VMware  VMwareCertified   -
    scsi-mptsas                    4.23.01.00-9vmw.550.0.0.1331820        VMware  VMwareCertified   -
    scsi-mptspi                    4.23.01.00-9vmw.550.0.0.1331820        VMware  VMwareCertified   -
    scsi-qla2xxx                   902.k1.1-9vmw.550.0.0.1331820          VMware  VMwareCertified   -
    scsi-qla4xxx                   5.01.03.2-6vmw.550.0.0.1331820         VMware  VMwareCertified   -
    uhci-usb-uhci                  1.0-3vmw.550.0.0.1331820               VMware  VMwareCertified   -
    vcloud-agent                   5.5.0-1280396                          VMware  VMwareCertified   -
    vmware-fdm                     5.5.0-2001466                          VMware  VMwareCertified   -
    vshield                        5.5.3-2172759                          VMware  VMwareCertified   -
    xhci-xhci                      1.0-2vmw.550.2.39.2143827              VMware  VMwareCertified   -
    tools-light                    5.5.0-2.62.2702864                     VMware  VMwareCertified   -
    scsi-fnic                      1.6.0.5-1OEM.500.0.0.472560            cisco   VMwareCertified   -
    Any help is appreciated. Thanks.

    Right now, on my test host (that is not working), I have two VMs, one named "Test 1" and the other "Test 2" They only have an isolated network on them (named "Test Isolated Network") that is in my VDC, and pings do not work between them. If I move them to any other host (that have been unprepared and prepared), pings work. I can move both to the same host, or different hosts.
    Here is the fence info on this host, I'm not really sure how to interpret this:
    ~ # esxcli vcloud fence getfenceinfo
       Module Parameters:
            Host Key: 0x104b0
            Configured LAN MTUs:
            +------------------------------------------------------------------------------------------+
            | LAN ID |    1    2    3    4    5    6    7    8    9   10    -    -    -    -    -    - |
            |    MTU | 1500 1500 1500 1500 1500 1500 1500 1500 1500 1500    -    -    -    -    -    - |
            +------------------------------------------------------------------------------------------+
       Active Ports:
            +-----------------------------------------+
            |     ID       |    OPI    | LanID |  MTU |
            +-----------------------------------------+
            | 410b1d4ce7d0 | 01,0001a2 |     4 | 1500 |
            | 410b1d4cfde0 | 01,0001a2 |     4 | 1500 |
            +-----------------------------------------+
       Switch State:
            +-----------------------------------------------------+
            |   Inner MAC    |   Outer MAC   | used | age | seen  |
            +-----------------------------------------------------+
            + ............................... Port:0x410b1d4ce7d0 +
            +-----------------------------------------------------+
            + ............................... Port:0x410b1d4cfde0 +
            | 00:50:56:01:06:16 | 00:13:F5:01:04:B4 | 1  | 1  | 1 |
            +-----------------------------------------------------+
       Port Statistics Summary:
            +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
            |       Identity           |               To VM dropped                         | To VM passed    |     From VM dropped                        |                 From VM passed                      |  Reflect        |
            |   Port ID    | Fence ID  | total  | misunf | misfen | stored | frag   | other  | fenced | join   | unfen  | csum   | frag   | GVT    | other  | fenced | tso    | frag   | csum   | GVT    | ufport | pass   |  error |
            +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
            | 410b1d4ce7d0 | 01,0001a2 |   3991 |      2 |   3976 |      0 |      0 |      0 |     13 |      0 |      0 |      0 |      0 |      0 |      0 |    679 |      0 |      0 |      0 |      0 |      0 |      0 |      0 |
            +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
            | 410b1d4cfde0 | 01,0001a2 |   4478 |      2 |   3860 |      0 |      0 |      0 |    616 |      0 |      0 |      0 |      0 |      0 |      0 |    626 |      0 |      0 |      0 |      0 |      0 |      0 |      0 |
            +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
    And here is the output of the command a little while later on the same host (while my test pings are going)
    ~ # esxcli vcloud fence getfenceinfo
       Module Parameters:
            Host Key: 0x104b0
            Configured LAN MTUs:
            +------------------------------------------------------------------------------------------+
            | LAN ID |    1    2    3    4    5    6    7    8    9   10    -    -    -    -    -    - |
            |    MTU | 1500 1500 1500 1500 1500 1500 1500 1500 1500 1500    -    -    -    -    -    - |
            +------------------------------------------------------------------------------------------+
       Active Ports:
            +-----------------------------------------+
            |     ID       |    OPI    | LanID |  MTU |
            +-----------------------------------------+
            | 410b1d4ce7d0 | 01,0001a2 |     4 | 1500 |
            | 410b1d4cfde0 | 01,0001a2 |     4 | 1500 |
            +-----------------------------------------+
       Switch State:
            +-----------------------------------------------------+
            |   Inner MAC    |   Outer MAC   | used | age | seen  |
            +-----------------------------------------------------+
            + ............................... Port:0x410b1d4ce7d0 +
            +-----------------------------------------------------+
            + ............................... Port:0x410b1d4cfde0 +
            | 00:50:56:01:06:16 | 00:13:F5:01:04:B4 | 1  | 1  | 1 |
            +-----------------------------------------------------+
       Port Statistics Summary:
            +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
            |       Identity           |               To VM dropped                         | To VM passed    |     From VM dropped                        |                 From VM passed                      |  Reflect        |
            |   Port ID    | Fence ID  | total  | misunf | misfen | stored | frag   | other  | fenced | join   | unfen  | csum   | frag   | GVT    | other  | fenced | tso    | frag   | csum   | GVT    | ufport | pass   |  error |
            +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
            | 410b1d4ce7d0 | 01,0001a2 |   4696 |      2 |   4681 |      0 |      0 |      0 |     13 |      0 |      0 |      0 |      0 |      0 |      0 |    796 |      0 |      0 |      0 |      0 |      0 |      0 |      0 |
            +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
            | 410b1d4cfde0 | 01,0001a2 |   5300 |      2 |   4565 |      0 |      0 |      0 |    733 |      0 |      0 |      0 |      0 |      0 |      0 |    743 |      0 |      0 |      0 |      0 |      0 |      0 |      0 |
            +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
    Looking at the VDS, the Maximum MTU is set to 1500. Looking at dvs.VCDVSTest Isolated Network-ca9a45c9-1dec-4f95-8b96-68d9c05b2a5d, I see it's VLAN is set to 2535 (which matches the network pool settings) and number of ports is 16

Maybe you are looking for

  • How do I add validation to a system-generated Selection Screen?

    As HR ABAPers know, using the Logical Database approach (I'm using PNPCE) gives you a system-generated Selection Screen.  Part of the specs I have for this report involves making sure that the begin and end dates for the period selected are for a two

  • Can't create Virtual Machine

    I want to create Virtual Machine used iso image (Oracle Enterprise Linux 5 update 3). I use one Shared pool master & Utility Server (in same machine), and 2 Virtual Machine Servers. I can't create Virtual Machine it display Error and log display My i

  • [Solved]NVIDIA with primusrun slower then integrated Intel ?!

    $ vblank_mode=0 primusrun glxspheres64 OpenGL Renderer: GeForce GT 620M/PCIe/SSE2 180.209469 frames/sec - 201.113767 Mpixels/sec $ vblank_mode=0 glxspheres64 OpenGL Renderer: Mesa DRI Intel(R) Ivybridge Mobile 215.091464 frames/sec - 240.042073 Mpixe

  • How to set the supported monitor resolution in Solaris 11 Express

    I am running Solaris Express 11 under Hyper-V and my monitor is "unknown" as such the maximum resolution is 1152 x 864. How can I manually tell Solaris that I want to use a higher resolution? Which files do I need to modify? Thanks, Codrut

  • Word:Mac vs Pages

    I recently bought my first Apple. Just installed Word for Mac and see that it has designated itself as the "default" word processing program over Pages. How do I set Pages as the default?