Created weblogic domain, but can't start on wls 10, using config.sh on linx

Here is the, I haven't done anything but run, the auto created startWebLogic.sh
don't know why it's screaming about the boot.properties being wrong, is there a specific variable I can see in the scripts to explicit set location .
I tried deleting, and recreated the domains so many times no luck, I don't know what I am doing wrong, first time starting out on weblogic 10
there is no managed server etc..
domian_home/servers/AdminServer/security
boot.properties
# Generated by Configuration Wizard on Wed Jul 16 17:40:36 EDT 2008
username={3DES}hH53ykFNGmRbKURntGa/UQ==
password={3DES}hH53ykFNGmRbKURntGa/UQ==
JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m
WLS Start Mode=Development
CLASSPATH=:/oss/bsimple/wls_10_0_1/patch_wlw1001/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oss/bsimple/wls_10_0_1/patch_wls1001/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oss/bsimple/wls_10_0_1/jdk6/lib/tools.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/server/lib/weblogic_sp.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/server/lib/weblogic.jar:/oss/bsimple/wls_10_0_1/modules/features/weblogic.server.modules_10.0.1.0.jar:/oss/bsimple/wls_10_0_1/modules/features/com.bea.cie.common-plugin.launch_2.1.2.0.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/server/lib/webservices.jar:/oss/bsimple/wls_10_0_1/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/oss/bsimple/wls_10_0_1/modules/net.sf.antcontrib_1.0b2.0/lib/ant-contrib.jar::/oss/bsimple/wls_10_0_1/wlserver_10.0/common/eval/pointbase/lib/pbclient51.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/server/lib/xqrl.jar::
PATH=/oss/bsimple/wls_10_0_1/wlserver_10.0/server/bin:/oss/bsimple/wls_10_0_1/modules/org.apache.ant_1.6.5/bin:/oss/bsimple/wls_10_0_1/jdk6/jre/bin:/oss/bsimple/wls_10_0_1/jdk6/bin:/oss/bsimple/bin:/oss/java/j2sdk1.4.2_17/bin:/bin:/sbin:/usr/bin:/opt/datasvcs/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/oss/ant/bin
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://hostname:port/console *
starting weblogic with Java version:
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
Starting WLS with line:
/oss/bsimple/wls_10_0_1/jdk6/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -da -Dplatform.home=/oss/bsimple/wls_10_0_1/wlserver_10.0 -Dwls.home=/oss/bsimple/wls_10_0_1/wlserver_10.0/server -Dweblogic.home=/oss/bsimple/wls_10_0_1/wlserver_10.0/server -Dwli.home=/oss/bsimple/wls_10_0_1/wlserver_10.0/integration -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/oss/bsimple/wls_10_0_1/patch_wlw1001/profiles/default/sysext_manifest_classpath:/oss/bsimple/wls_10_0_1/patch_wls1001/profiles/default/sysext_manifest_classpath -Dweblogic.management.username=system -Dweblogic.management.password=development -Dweblogic.Name=AdminServer -Djava.security.policy=/oss/bsimple/wls_10_0_1/wlserver_10.0/server/lib/weblogic.policy weblogic.Server
<Jul 16, 2008 5:47:20 PM EDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
/oss/bsimple/wls_10_0_1/wlserver_10.0/platform/lib/p13n/p13n-schemas.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/platform/lib/p13n/p13n_common.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/platform/lib/p13n/p13n_system.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/platform/lib/wlp/netuix_common.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/platform/lib/wlp/netuix_schemas.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/platform/lib/wlp/netuix_system.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/platform/lib/wlp/wsrp-client.jar:/oss/bsimple/wls_10_0_1/wlserver_10.0/platform/lib/wlp/wsrp-common.jar>
<Jul 16, 2008 5:47:20 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b23 from Sun Microsystems Inc.>
<Jul 16, 2008 5:47:21 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.0 MP1 Thu Oct 18 20:17:44 EDT 2007 1005184 >
<Jul 16, 2008 5:47:22 PM EDT> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /oss/bsimple/bea-new/license.bea>
<Jul 16, 2008 5:47:22 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Jul 16, 2008 5:47:22 PM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Jul 16, 2008 5:47:23 PM EDT> <Notice> <Log Management> <BEA-170019> <The server log file /oss/bsimple/wls_10_0_1/user_projects/domains/bsimple/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
<Jul 16, 2008 5:47:26 PM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Jul 16, 2008 5:47:26 PM EDT> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
<Jul 16, 2008 5:47:26 PM EDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
at weblogic.security.SecurityService.start(SecurityService.java:141)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
Truncated. see log file for complete stacktrace
>
<Jul 16, 2008 5:47:26 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Jul 16, 2008 5:47:26 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Jul 16, 2008 5:47:26 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
<?xml version="1.0" encoding="UTF-8"?>
<domain xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security
http://www.bea.com/ns/weblogic/90/security.xsd
http://www.bea.com/ns/weblogic/90/security/wls
http://www.bea.com/ns/weblogic/90/security/wls.xsd
http://www.bea.com/ns/weblogic/90/security/xacml
http://www.bea.com/ns/weblogic/90/security/xacml.xsd
http://www.bea.com/ns/weblogic/920/domain
http://www.bea.com/ns/weblogic/920/domain.xsd" xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/we
blogic/90/security" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
<name>bsimple</name>
<domain-version>10.0.1.0</domain-version>
<security-configuration xmlns:xacml="http://www.bea.com/ns/weblogic/90/security/xacml">
<name>bsimple</name>
<realm>
<sec:authentication-provider xsi:type="wls:default-authenticatorType"/>
<sec:authentication-provider xsi:type="wls:default-identity-asserterType">
<sec:active-type>AuthenticatedUser</sec:active-type>
</sec:authentication-provider>
<sec:role-mapper xsi:type="xacml:xacml-role-mapperType"/>
<sec:authorizer xsi:type="xacml:xacml-authorizerType"/>
<sec:adjudicator xsi:type="wls:default-adjudicatorType"/>
<sec:credential-mapper xsi:type="wls:default-credential-mapperType"/>
<sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"/>
<sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
<sec:name>myrealm</sec:name>
</realm>
<default-realm>myrealm</default-realm>
<credential-encrypted>{3DES}M0uIyUu+rkaqCqDjqdxMKlkKjcpsblHYWXLU9bR4i2BWw0C01mePtB3yrEk1avk9/eTY2JmIjZTSxAklRM8wJgwnXNC3f9LS</cr
edential-encrypted>
<node-manager-username>weblogic</node-manager-username>
<node-manager-password-encrypted>{3DES}hH53ykFNGmRbKURntGa/UQ==</node-manager-password-encrypted>
</security-configuration>
<server>
<name>AdminServer</name>
<listen-address/>
</server>
<embedded-ldap>
<name>bsimple</name>
<credential-encrypted>{3DES}ICXW2sS2alNzN1Aqcs+jAUhyGBUfVgIZhKwMcJS2nck=</credential-encrypted>
</embedded-ldap>
<configuration-version>10.0.1.0</configuration-version>
<admin-server-name>AdminServer</admin-server-name>
</domain>

Hi All,
I am using the Bea Application server 10.0.MP1 and want to start the respective app servers using nohup ./startWeblogic.sh.
However every time I use the nuhup.out command, it complains with the error:
<Jul 19, 2011 2:01:53 AM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitial
izationException: Authentication for user denied
weblogic.security.SecurityInitializationException: Authentication for user denied
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
at weblogic.security.SecurityService.start(SecurityService.java:141)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
Truncated. see log file for complete stacktrace
>
<Jul 19, 2011 2:01:53 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Jul 19, 2011 2:01:53 AM CDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Jul 19, 2011 2:01:53 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
I have been reading your threads and have created the boot.properties file. I have placed in the following directory:
- /tezaam/apps/bea/user_projects/domains/xxx_domain/security
The boot.properties file contains two lines:
username=weblogic
password=weblogic
Question: Is is in the correct directory path or should it reside elsewhere as I am not using a nodemanager and start each AdminServer on its own.
Appreciate feedback.
Thanks
Tony

Similar Messages

  • Creating Weblogic domain with Admin Server and managed servers on different

    I am trying to create Weblogic domain where Admin Server and managed servers on different machines. However I am unable to find any steps which would allow me to do so. The config.sh script always creates an Admin Server. Please help.

    Whilst the method that Lawrence gives can result in a domain that is perfectly functional, it is a method that can result in errors as you are having to enter the same information twice. Also you will create two admin servers, as the second domain creation will have the console added to it on the renamed admin server and this will give issues.
    The best method to create a domain spamming multiple physical machines, is to create the domain with all the components on the first machine. This means planning the domain and making sure all components are added once; so having the information about the domain written out is wise. Ensure that the WLS software is installed in the same path on each machine before starting.
    Then copy the domain that you have created from one machine to the other, keeping the same paths. You can simply copy (I've used this method multiple times without issue) but the supported way would be to use the WLST PACK and UNPACK methods. These create and extract domains from templates. Some more information on these is given here -> http://docs.oracle.com/cd/E13179_01/common/docs100/pack/intro.html#wp1069056

  • Error configuration forms 11.1.1 : Creating WEbLogic domain fails

    I am trying installing Oracle Forms and Reports on Windows XP pro with an Oracle 10G database but cannot get it done.
    This is what I did:
    - Installed WebLogic Server 11 gR1 (from wls1033_oepe111150_win32.exe)
    - Installed Oracle Fusion Middelware (without configuration) 11g Release 1 (11.1.1) - from ofm_pfrd_win_11.1.1.2.0_32_disk_1 til _4_1of1.zip
    - Installed Oracle Fusion Middelware (without configuration) 11g Release 1 (11.1.1) Patch Set 2 (11.1.1.3.0) - from ofm_pfrd_win_11.1.1.3.0_32_disk1_1of1.zip
    - Started the Node Manager
    - Stated the Classic-Instance configuration
    I tried again and again but the cofiguration always gives the error that it cannot create a domain.
    The tail of the log files shows:
    [2010-11-25T17:25:34.687+01:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 14] [ecid: 0000Im3q^J2EwG1prsd9iY1CvcnO000005,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    The out file gives:
    Executing Task: Domain wird erstellt
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
    AdminServer port is 7001
    trying to connect to stefan 7001
    Creating Weblogic Domain.
    isPortAvailable [port 5556]
    Port 5556 not available.
    oracle.as.provisioning.exception.ASProvWorkflowException
         at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2623)
         at oracle.as.provisioning.weblogic.ASDomain.createDomain(ASDomain.java:2469)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    progress in calculate progress4
    progress in calculate progress4
    I found some posts in the forums but could't really get anything out of them.
    Thanks for any help, Chris

    Chris wrote:
    I am trying installing Oracle Forms and Reports on Windows XP pro with an Oracle 10G database but cannot get it done.
    This is what I did:
    - Installed WebLogic Server 11 gR1 (from wls1033_oepe111150_win32.exe)
    - Installed Oracle Fusion Middelware (without configuration) 11g Release 1 (11.1.1) - from ofm_pfrd_win_11.1.1.2.0_32_disk_1 til _4_1of1.zip
    - Installed Oracle Fusion Middelware (without configuration) 11g Release 1 (11.1.1) Patch Set 2 (11.1.1.3.0) - from ofm_pfrd_win_11.1.1.3.0_32_disk1_1of1.zip
    - Started the Node Manager
    - Stated the Classic-Instance configurationYou dont have to start the Node manager.
    Also since you are installing on XP deselect system components .. Try again
    I tried again and again but the cofiguration always gives the error that it cannot create a domain.
    The tail of the log files shows:
    [2010-11-25T17:25:34.687+01:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 14] [ecid: 0000Im3q^J2EwG1prsd9iY1CvcnO000005,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    The out file gives:
    Executing Task: Domain wird erstellt
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
    AdminServer port is 7001
    trying to connect to stefan 7001
    Creating Weblogic Domain.
    isPortAvailable [port 5556]
    Port 5556 not available.
    oracle.as.provisioning.exception.ASProvWorkflowException
         at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2623)
         at oracle.as.provisioning.weblogic.ASDomain.createDomain(ASDomain.java:2469)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    progress in calculate progress4
    progress in calculate progress4
    I found some posts in the forums but could't really get anything out of them.
    Thanks for any help, Chris

  • Firefox has run before but can't start any more

    Firefox has run before but can't start any more.
    I tried the solutions proposed but it doesn't work

    Hello,
    See this help Article :
    [[Firefox won't start - find solutions]]
    ---------------------------------------------------------------------------------------------------In case you want to do something straight away, try a Clean reinstall. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    * Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    * After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    * Delete the Firefox installation folder, which is located in one of these locations, by default:
    * Windows:
    * C:\Program Files\Mozilla Firefox
    * C:\Program Files (x86)\Mozilla Firefox
    * Mac: Delete Firefox from the Applications folder.
    * Linux: If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Install Firefox on Linux]]. If you downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
    * Now, go ahead and reinstall Firefox:
    * Double-click the downloaded installation file and go through the steps of the installation wizard.
    * Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found here.
    '''''WARNING:''''' Do not run Firefox's uninstaller or use a third party remover as part of this process, because that could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. These cannot be recovered unless they have been backed up to an external device!
    Please report back to see if this helped you!

  • Just bought new battery charged it and the mac finds it but can't start it without charger and when i remove charger in os it dies right away what to do???

    Just bought New battery charged it and the mac finds it but can't start it without charger and when i remove charger in os it dies right away what to do???
    Here´s some info:
    Macbook Pro 2008 (Early)
    Lion
    Some INFO from power in about mac
    It´s Danish hope you can understand the info
    Batterioplysninger:
      Modeloplysninger:
      Serienummer:
      Producent:          SMP
      Enhedsnavn:          ASMB012
      Pack Lot Code:          a0b0
      PCB Lot Code:          c0f1
      Firmware-version:          8800
      Hardwarerevision:          0
      Cellerevision:          0
      Oplysninger om batterispænding:
      Resterende kapacitet (mAh):          5200
      Fuldt opladt:          Ja
      Oplader:          Nej
      Fuld ladekapacitet (mAh):          5200
      Oplysninger om batteritilstand:
      Antal cykler:          1
      Betingelse:          Normal
      Batteri installeret:          Ja
      Strømstyrke (mA):          0
      Spænding (mV):          11796
    Energiindstillinger til system:
      AC-strømforsyning:
      Interval for vågeblus for system (minutter):          30
      Interval for vågeblus for disk (minutter):          10
      Interval for vågeblus for skærm (minutter):          10
      Genstart automatisk efter strømafbrydelse:          Nej
      Afbryd vågeblus ved ændret spændingskilde:          Nej
      Afbryd vågeblus, når skærmen slås op:          Ja
      Afbryd vågeblus via LAN:          Ja
      Aktuel strømkilde:          Ja
      Vågeblus dæmper lysstyrken:          Ja
      PrioritizeNetworkReachabilityOverSleep:          0
      RestartAfterKernelPanic:          157680000
      Batteri:
      Interval for vågeblus for system (minutter):          10
      Interval for vågeblus for disk (minutter):          10
      Interval for vågeblus for skærm (minutter):          2
      Afbryd vågeblus ved ændret spændingskilde:          Nej
      Afbryd vågeblus, når skærmen slås op:          Ja
      Vågeblus dæmper lysstyrken:          Ja
      Formindsk lysstyrke:          Ja
      RestartAfterKernelPanic:          157680000
    Hardwarekonfiguration:
      UPS installeret:          Nej
    Oplysninger om oplader:
      Tilsluttet:          Ja
      Id:          0x0100
      Watt (W):          85
      Revision:          0x0000
      Familie:          0x00ba
      Serienummer:          0x004fe0c9
      Oplader:          Nej

    Take it to an Apple Genius Bar to be checked out. It will either be the battery or the Logic board (not sure the charging circuit is a separate part. If it is then it mya be just that part).
    If logic board just use it plugged in as for the cost of changing out the logic board you can buy a new system.

  • Broken link- Creating WebLogic Domains Using the CW

    Hello!
    Create domains The Configuration Wizard guides you through the process of creating or
    extending a domain for your target environment. See Creating WebLogic
    Domains Using the Configuration Wizard.
    That link doesn't works... any idea where I could find the info?

    Check this one --- > http://download.oracle.com/docs/cd/E13179_01/common/docs102/confgwiz/index.html
    http://download.oracle.com/docs/cd/E13179_01/common/docs102/confgwiz/newdom.html#wp1080587
    Edited by: Renjan Thomas on Oct 15, 2009 1:36 AM

  • My mac book air can't start installation, because i use windows installation in DOS to make partion, now no mac os on it. How to get back the mac os? i have a window based iso image from a friend, because in my country there is no Apple service.

    my mac book air can't start installation, because i use windows installation in DOS to make partion, now no mac os on it. How to get back the mac os? i have a window based iso image from a friend, because in my country there is no Apple service.

    It sounds like you destroyed your boot partition and the recovery partition.  Depending on it's age, your MacBook Air might be able to do a net boot.  Plug and ethernet connection into it and attempt to boot.  If it has the right firmware, it will find a net boot configuration on the net and boot that.  Then it will give you a Recovery Partition like display and allow you to reinstall the OS X version that came with it.... assuming that it was Lion or ML.  If your computer came with Snow Leopard, then even the net boot won't work. 
    At that point you need a bootable USB Key, or an external DVD drive AND a Snow Leopard installation DVD. 
    An Apple Store, if there is one nearby, MAY be able to get you going again.  However, whatever is on the SSD now will be toast too.

  • How can I start windows 8 without useing my password

    how can I start windows 8 without useing my password

    Hi,
    Review the information posted in this thread.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • My iTunes account has been disabled.  How can I start another iTunes account using same email address

    My iTunes account has been disabled.  How can I start another iTunes account using same email address?

    Why would you start another account?
    This will only cause problems

  • Users of Windows 7 Computers connected to Domain but can not get Internet Randomly

    After crash of DC, I have replaced the domain controller server 2008 with another machine but with same name. I got trust relationship issue, which I resolved by disjoining and rejoining. After this I am facing below mentioned issue on computers randomly.
    High Privileges users have no issue with internet access. Low privileges users can not access internet on workstations randomly. Users login properly, all group policy settings applied to them. but internet does not work with them using Internet Explorer
    and Google Chrome. All pings work fine. I viewed the proxy settings by command line as proxy settings are disabled for low privileges users. It was correct but still internet was not working. While over Firefox by adding manually proxy(not set
    through group policy), internet works.
    When I tried to login through a new user which has not logged in over affected machine. Internet works. After logging off by new user and logging on old users (already created profiles), internet starts working for them too. I am afraid may this trick does
    not work on other machines.
    Now I want to know, if above mentioned trick does not work what should I do to activate the internet. What is the root cause of this issue.

    Hi,
    Did you mean you set the same proxy, high privileges user could keep connection and low privileges user drop connection randomly? At the same time, Firefox also could keep connection, right?
    Please try to reset Winsock and DNS for a test on problematic computer. Open command prompt with Administrator Previleges, then type the following commands.
    netsh int reset  
    ipconfig /flushdns   
    Besides that, update the network driver for test.
    Karen Hu
    TechNet Community Support

  • Getting Error in creating weblogic domain in silent mode.

    Hi,
    I want to create a weblogic domain in silent mode. When I execute the command  ./config.sh -mode=silent -silent_xml=/home/oracle/silent.xml, I am getting the error given below.
    bash-3.00$ cd /apps/Oracle/Middleware/oracle_common/common/bin
    bash-3.00$ ./config.sh -mode=silent -silent_xml=/home/oracle/silent.xml
    ** Could not find default script file under home directory: "/apps/Oracle/Middleware/wlserver_10.3/configscript.txt"
    Please let me know what could be the issue
    Thanks in Advance!
    Regards,
    Roshni Shankar

    Hi Roshni,
    What is the version of wls you are using ?
    There is no silent mode of domain configuration. There is silent mode of wls installation.
    You can refer to :
    Introduction - 11g Release 1 (10.3.6)
    Thanks,
    Sharmela

  • Connected to Domain but can't log in using Actived Directory Credentials

    Hey everyone.  I've been working on this issue for two weeks now, and I don't know what else to try.  I'm connected to my domain but cannot get my Macbooks to log in using Active Directory credenitals both through our wireless network, and hard wired with an ethernet cable.  The weird part about it is that it is not uniform all across our network.  This only happens to certain Macbooks and as of right now there doesn't seem to be a pattern.  I can say that it has happened to all new Macbook Pros that we have ordered lately though.
    We use Jamf to manage our Macs on our network, and ever since upgrading to a new version (9.01 and now 9.1) we have had this issue.  However I can't connect after manually adding the domain either, so for now it makes me think it is not a Jamf issue.  Has anyone dealt with this issue before, that might know of a fix?  Thanks!

    Hi Burnettb1,
    I have come across a similar issue as yours.  I have included the instructions that I use to bind the Mac at my institution.  In regards to wifi, I have not tried binding the Mac over wifi. Should you need to log in to a Mac with domain user credentials I would suggest to bind the Mac over ethernet.  Once you get to the:
    *Click on triangle to the left of Show Advanced Options to expand"
    portion of the instructions click on the Mappings tab and select the checkbox for creating a mobile account at login.  This will create a domain user profile on the machine that you can log into when not connected to the domain.
    Hope this helps.
    BIND iMac:
              Login into iMac using administrative credentials
              Open System Preferences
                        *Goto Users & Groups
                        *Click on lock in lower left-hand corner
                        *Use same password used to log into iMac
                        *Click on Login Options
      *Click on ‘Join...’ button right of "Network Account Server: "
                        *Click on ‘Open Directory Utility…’ button
                        *Click on lock in lower left-hand corner
                        *use same password used to log into iMac and click on Modify Configuration
                        *Double-click on Active Directory
      Active Directory Domain = domain
                                  Computer ID = name of Mac
                        *Click on triangle to the left of Show Advanced Options to expand
                                  *Click on Administrative tab
                                  *Check  Prefer this domain server
    Type  domainserver_ipaddr -or- servername.domain in this field
                                  *Click on ‘Bind…’ button
                                  *When prompted for network administrator login
                                            username = [domain admin user]
                                            pwd = [domain user password]
                                  *Click OK (Note: search path will be updating. Until completed the ‘OK’
    button will be greyed out
      *Click OK
      *Click lock to lock and close window
                        *Click lock to lock and close window
    BIND CHECK:
              *Search AD for added mac host - it should be there.
              Open Terminal app by either:
                        1)
                                  *Press command+spacebar
                                  *Type Terminal and select app
                        2)
                                  *Click on desktop
                                  *Press shift+command+A
                                  *Goto Utilities folder located within Application folder (which you should
      be in) and open Terminal
              *Once Terminal is opened type in id [domain username] and press return key.  The output should be
    some some network account information
              *Close app by pressing command+Q and any other opened windows
              *Restart iMac
              *Log in

  • Simple question - Error in creating Weblogic Domain 8.1

    Hello all
    I am new to weblogic. I am trying to create a domain for my development. I am following the the steps from
    http://edocs.bea.com/wls/docs81/adminguide/overview_domain.html
    $ setWLSEnv.sh
    Your environment has been set.
    $ java weblogic.Server
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
    So i tried this below
    $ startWLS.sh
    * Warning: This script is DEPRECATED. Please *
    * don't start new Domains with this script. Use *
    * scripts generated by Domain Configuration *
    * Wizard instead. *
    And eventually i am not able to create a domain
    Please help me figuring out what is the problem.
    -Raje

    I fixed the first issue . Creating the Develpment domain using the "Configuration Wizard". Now when i do "startWebLogic.sh"
    I am getting the below error
    $ startWebLogic.sh
    CLASSPATH=/usr/jdk/j2sdk1.4.2_05/lib/tools.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/lib/weblogic_sp.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/lib/weblogic.jar::/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/usr/jdk/j2sdk1.4.2_05/jre/lib/rt.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/lib/webservices.jar:
    PATH=/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/bin:/usr/jdk/j2sdk1.4.2_05/jre/bin:/usr/jdk/j2sdk1.4.2_05/bin:/usr/bin::/usr/local/bin:/etc:/opt/EMCpower/bin/sparcv9:/etc/emc/bin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/X/bin:/usr/bin:/usr/sbin:/usr/X/bin:/usr/bin:/usr/sbin:/usr/X/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://[hostname]:[port]/console *
    <Feb 7, 2006 2:49:28 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_05-b04 from Sun Microsystems Inc.>
    <Feb 7, 2006 2:49:28 PM PST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Feb 7, 2006 2:49:28 PM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
    <Feb 7, 2006 2:49:28 PM PST> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at /opt/app/d1fdm1m1/WebLogic/8.1/user_projects/domains/Atlay_MediationDomain1/./config.xml.>
    <Feb 7, 2006 2:49:30 PM PST> <Notice> <Log Management> <BEA-170019> <The server log file /opt/app/d1fdm1m1/WebLogic/8.1/user_projects/domains/Atlay_MediationDomain1/myserver/myserver.log is opened. All server side log events will be written to this file.>
    <Feb 7, 2006 2:49:32 PM PST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Feb 7, 2006 2:49:32 PM PST> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "Atlay_MediationDomain1">
    <Feb 7, 2006 2:49:38 PM PST> <Notice> <JTA> <BEA-110025> <Creating new transaction log file [./myserver/./myserver.0000.tlog].>
    <Feb 7, 2006 2:49:38 PM PST> <Notice> <JTA> <BEA-110025> <Creating new transaction log file [./myserver/./myserver.heur.0000.tlog].>
    <Feb 7, 2006 2:49:38 PM PST> <Emergency> <WebLogicServer> <BEA-000351> <Unable to create a server socket on Channel Default for port: 7001. java.net.BindException: Address already in use Perhaps another process is using port 7001.>
    <Feb 7, 2006 2:49:38 PM PST> <Emergency> <Security> <BEA-090085> <Server failed to bind to the configured port. The port may already be used by another process.>
    <Feb 7, 2006 2:49:38 PM PST> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: Server failed to bind to the requested port. See preceeding log message for details.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bind to the requested port. See preceeding log message for details.'
    Reason: Server failed to bind to the requested port. See preceeding log message for details.
    Why it is saying this how will the change the port if already 7001 is used ?
    Thanks,
    -Raje

  • How to create weblogic domains

    I have some applications running on different weblogic domains. These domains are Administration Server and have different port number.
    I can create managed servers and deploy these applications on these domains.
    Which solution is better?

    It would be a good idea to use a single Admin server and use different managed server under clusters on different machines using vertical clustering and the deploy your applications on those managed servers providing higher availability and scalability..
    Keep Posting
    Regards,
    Sharad Jain
    Edited by: Sharad Jain on Sep 22, 2011 1:31 PM

  • Created New User but Can't...

    I have created a database 'ABC' with some tables.
    Currently, only one user can access this dtatbase (The user who created it). I have created another user and gave him privileges (SELECT) to view all tables.
    He can view them in SQL but can't view them in Forms 6i, He can log on in Forms 6i but directly gets some errors saying: "Identifier tablename must be declared", He gets some errors for all tables.
    Why can't that new user access tables or view tables in forms6i??
    Thank you in advance.

    fungec wrote:
    I can see these in my user groups, and I can change the passwords on both as often as I like. But when I then try to logon, the screen just shakes and nothing happens.
    I don't do Windoze, so haven't been able to test migrating from a PC.
    There have been a few similar posts here.   Are you trying to log on to the new user account(s) via Fast User Switching?  If so, apparently that doesn't work.   You need to turn that off (via System Preferences > Users & Groups > Login Options. Remove the check from the Show fast user switching .... box.
    Then log out of all accounts, restart, select the new account from the login screen and you should be prompted to set the password.
    I'm not sure a screenshot will help (and to be honest I'm not sure how to do screenshots on the IMac - I've been a PC man for over a decade!).
    In most places, Shift+Cmd+3 will print the entire screen; Shift+Cmd+4 will produce a "target" you can drag over a portion of the screen.
    EDIT:  by "most places" I mean after you're logged-on, and OSX knows your preferences about how & where to put the screenshot.  So it won't work on the login screen itself.
    Message was edited by: Pondini

Maybe you are looking for

  • SSRS Matrix report to show or hide year column based on parameter value "Date" selected.

    Hey experts! I have a requirement an ssrs matrix report should display columns (year/s) based on parameter value (date/s).  My Dataset fileds are: Product, Year_name, Month_name, Date Currently my report output looks like this- Param Date: 2013-08-01

  • Error while invoking sqlplus

    I am facing a problem while invoking sqlplus. The error message is as follows. Enter user-name: scott Assertion failed: !(fgets(hardwareAddr, (STRLEN-1), fstream) == NULL), file snlu i.c, line 1249 IOT trap (core dumped) -----------------------------

  • Tabular form with non base table field

    I want to develop a tabular form with 1. A non-base table edit field to accept a value 2. Insert/update another table based on the input value 3. Also, computed field on each row based on other fields on the records (like post-query trigger in oracle

  • Displaying Purchase Order Quantity

    Hello,   I have problem when trying to display Disp_Quan (as Quantity) from Bapi_Po_Getitems as table column on web dynpro.  (I am sure data is there because I am able to popup message displaying the qty.)   Thank you very much. tbluong.

  • Purchasing organisation extn

    Hi,         I have created one vendor one purchasing organisation.I want to exten that vendor another one purchasing organisation. How to exten the purchasing organisation?? Regards, T.Murugu