Windows SSO on Weblogic domain

I am trying to use windows SSO on my weblogic domain. Application deployed in this weblogic should be accessible by the users in a special group (Defined in Windows Active Directory). Users should not get the prompt for username and password. Weblogic server should authenticate against Windows Active Directory.
I followed these instructions:
http://download.oracle.com/docs/cd/E14571_01/web.1111/e13707/sso.htm#i1106670
I am getting this error:
Error 401--Unauthorized
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.2 401 Unauthorized
The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11.
My weblogic server is running on Linux and I am trying to connect with Windows Active Directory Server.
Thanks

Do I have to create a new Active Directory user like "wlskerberos" for each machine on my domain?
yes, and u register the spn with that user
For the other question, refer to this link
http://weblogic-wonders.com/weblogic/2010/03/05/kerberos-in-a-proxyload-balancer-weblogic-cluster/
Hope this answers!

Similar Messages

  • Creating a windows Service for Weblogic 12c Domain hosting Apex 2.2 listener

    Hi Guys,
    Does anyone have experience of Weblogic 12c under windows?
    I have some difficulties to create a windows service for a domain.
    Here is the script to create the service:
    echo off
    SETLOCAL
    set DOMAIN_NAME=PMU
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\PMU
    set SERVER_NAME=LICORNE2012
    set WL_HOME=C:\Oracle\Middleware\wlserver_12.1
    set PRODUCTION_MODE=true
    set JAVA_OPTIONS=-Dweblogic.Name=LICORNE2012
    set WLS_USER=weblogic
    set WLS_PW=password
    set ADMIN_URL=http://LICORNE2012:7001
    set MEM_ARGS=-Xms256m –Xmx256m
    call "C:\Oracle\Middleware\wlserver_12.1\server\bin\installSvc.cmd"
    ENDLOCAL
    The service is created and when I start the service, it start then stop few second after.
    Here is the error I am getting.
    [Tue Jun 25 23:36:01 2013] [I] [initLog] initializing logger
    [Tue Jun 25 23:36:01 2013] [E] [initLog] No 'ROTATION_TYPE' header found. 'TIME' based rotation will be used by default.
    [Tue Jun 25 23:36:01 2013] [E] [initLog] No 'TIME_START_DATE' header found or value is invalid. Rotation will take place every 24 hours beginning today at 23:59:59
    [Tue Jun 25 23:36:01 2013] [E] [initLog] No 'TIME_INTERVAL_MINS' header found. Using the default value of 24 hours.
    [Tue Jun 25 23:36:01 2013] [I] [initLog] TIME based log rotation is ON
    [Tue Jun 25 23:36:01 2013] [I] [trigger] First rotation due in 1438 secs
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] console allocation successful. THREAD_DUMP redirection enabled
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] About to execute CreateThread()
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszCmdLine = -client -Xms32m -Xmx200m -XX:PermSize=128m -XX:MaxPermSize=256m -XX:+UseSpinning -Dweblogic.Name=LICORNE2012 -Xverify:none -Djava.endorsed.dirs=C:\Oracle\MIDDLE~1\JDK160~1/jre/lib/endorsed;C:\Oracle\MIDDLE~1\WLSERV~1.1/endorsed -classpath "C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_oepe101\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_12.1.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;" -Dweblogic.Name=LICORNE2012 -Dweblogic.management.username=weblogic -Dweblogic.management.server="http://LICORNE2012:7001" -Dweblogic.ProductionModeEnabled= -Djava.security.policy="C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic.policy" weblogic.Server
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszJavaHome = C:\Oracle\MIDDLE~1\JDK160~1
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszExecDir = C:\Oracle\Middleware\user_projects\domains\PMU
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszOldPath = C:\app\oracle\product\11.2.0.3\jko\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszNewPath = C:\Oracle\MIDDLE~1\WLSERV~1.1\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\native\win\32\oci920_8;C:\app\oracle\product\11.2.0.3\jko\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszDelay = 0
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszStopClass = []
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszLog = [c:\temp\web.log]
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] Thread created successfully
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] Reporting SCM of SERVICE_START_PENDING with delay=0
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszHost = []
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszPort = []
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] Reporting SCM of SERVICE_RUNNING
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] waiting for multiple events
    [Tue Jun 25 23:36:01 2013] [I] [StartJVM] Parsing JVM Arguments
    [Tue Jun 25 23:36:01 2013] [I] [StartJVM] Initializing JVM
    [Tue Jun 25 23:36:01 2013] [I] [RunJavaApp] Loading class - weblogic.Server
    [Tue Jun 25 23:36:01 2013] [I] [RunJavaApp] Locating method "public static void main([]String)" in main class
    [Tue Jun 25 23:36:01 2013] [I] [RunJavaApp] Building arguments for main class
    [Tue Jun 25 23:36:01 2013] [I] [RunJavaApp] Invoking main class
    <25 juin 2013 23 h 36 CEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <25 juin 2013 23 h 36 CEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <25 juin 2013 23 h 36 CEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 20.4-b02 from Sun Microsystems Inc..>
    <25 juin 2013 23 h 36 CEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
    WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012
    WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012
    WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012
    WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012
    WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012
    WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012
    WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012
    WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012
    WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012
    WebLogic Server 12.1.1.0  Wed Dec 7 08:40:57 PST 2011 1445491 >
    <25 juin 2013 23 h 36 CEST> <Info> <Management> <BEA-141223> <The server name LICORNE2012 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {AdminServer}.>
    <25 juin 2013 23 h 36 CEST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name LICORNE2012 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {AdminServer}.
        at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:149)
        at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
        at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
        at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
        at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:883)
        at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:570)
        at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
        at weblogic.Server.main(Server.java:74)
    >
    <25 juin 2013 23 h 36 CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <25 juin 2013 23 h 36 CEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <25 juin 2013 23 h 36 CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    [Tue Jun 25 23:36:11 2013] [I] [ExitHandler] Fire (-1)
    [Tue Jun 25 23:36:11 2013] [I] [ServiceStart] done waiting for multiple events. Wait=0
    [Tue Jun 25 23:36:11 2013] [I] [ServiceStart] Informing SCM about SERVICE_STOP
    Thanks for your help
    jko

    - not sure about your script, but obviously it doesn't detect the name of your managed server LICORNE2012 since there seems to be an admin server only in that domain.
    - alternatively you might try the approach posted by the AMIS guys
    Weblogic Admin and Managed servers as a Windows service
    - btw: having your domain under user_projects is not best practice (but not the problem here).
    good luck!

  • Problem while connecting the Weblogic Domain to MySql5.

    Hi,
    I would like to send you the entire stacktrace..
    JAVA Memory arguments: -Xms256m -Xmx768m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=192m
    WLS Start Mode=Development
    CLASSPATH=;C:\WEBLOG~1\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\patch_wlp1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\patch_cie670\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\JDK160~1\lib\tools.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\weblogic.jar;C:\WEBLOG~1\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\webservices.jar;C:\WEBLOG~1\modules\ORGAPA~1.5/lib/ant-all.jar;C:\WEBLOG~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\WEBLOG~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\xqrl.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\xquery.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\binxml.jar;
    PATH=C:\WEBLOG~1\patch_wlw1030\profiles\default\native;C:\WEBLOG~1\patch_wls1030\profiles\default\native;C:\WEBLOG~1\patch_wlp1030\profiles\default\native;C:\WEBLOG~1\patch_cie670\profiles\default\native;C:\WEBLOG~1\patch_cie660\profiles\default\native;C:\WEBLOG~1\WLSERV~1.3\server\native\win\32;C:\WEBLOG~1\WLSERV~1.3\server\bin;C:\WEBLOG~1\modules\ORGAPA~1.5\bin;C:\WEBLOG~1\JDK160~1\jre\bin;C:\WEBLOG~1\JDK160~1\bin;C:\WebLogicBea\jrockit_160_05\jre\bin;E:\Oracle\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;F:\Oracle\Ora81\bin;C:\Program Files\Oracle\jre\1.1.7\bin;F:\Oracle\Ora81\orb\bin;C:\Program Files\Java\jdk1.5.0_06\bin;E:\Oracle\orb\bin;C:\WEBLOG~1\WLSERV~1.3\server\native\win\32\oci920_8
    * 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:
    Cleaning up license and uid files
    Starting Autonomy with CONTENT_SEARCH_OPTION = full
    Autonomy Distributed Search Handler engine started.
    java version "1.6.0_05"
    Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
    Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
    Starting WLS with line:
    C:\WEBLOG~1\JDK160~1\bin\java -client -Xms256m -Xmx768m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=192m -Xverify:none -da -Dplatform.home=C:\WEBLOG~1\WLSERV~1.3 -Dwls.home=C:\WEBLOG~1\WLSERV~1.3\server -Dweblogic.home=C:\WEBLOG~1\WLSERV~1.3\server -Dweblogic.wsee.bind.suppressDeployErrorMessage=true -Dweblogic.wsee.skip.async.response=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=C:\WEBLOG~1\patch_wlw1030\profiles\default\sysext_manifest_classpath;C:\WEBLOG~1\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\WEBLOG~1\patch_wlp1030\profiles\default\sysext_manifest_classpath;C:\WEBLOG~1\patch_cie670\profiles\default\sysext_manifest_classpath;C:\WEBLOG~1\patch_cie660\profiles\default\sysext_manifest_classpath;C:\WebLogicBea\wlportal_10.3\p13n\lib\system;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system;C:\WebLogicBea\wlportal_10.3\portal\lib\system;C:\WebLogicBea\wlportal_10.3\info-mgmt\lib\system;C:\WebLogicBea\wlportal_10.3\analytics\lib\system;C:\WebLogicBea\wlportal_10.3\apps\lib\system;C:\WebLogicBea\wlportal_10.3\info-mgmt\deprecated\lib\system;C:\WebLogicBea\wlportal_10.3\content-mgmt\lib\system -Dweblogic.alternateTypesDirectory=C:\WebLogicBea\wlportal_10.3\portal\lib\security -Dweblogic.Name=AdminServer -Djava.security.policy=C:\WEBLOG~1\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
    <Oct 27, 2009 11:15:35 AM IST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\WebLogicBea\wlportal_10.3\analytics\lib\system\analytics_sys.jar;C:\WebLogicBea\wlportal_10.3\apps\lib\system\groupspace_system.jar;C:\WebLogicBea\wlportal_10.3\content-mgmt\lib\system\content_system.jar;C:\WebLogicBea\wlportal_10.3\info-mgmt\deprecated\lib\system\commerce_system.jar;C:\WebLogicBea\wlportal_10.3\info-mgmt\lib\system\wlp-schemas.jar;C:\WebLogicBea\wlportal_10.3\info-mgmt\lib\system\wlp_content_system.jar;C:\WebLogicBea\wlportal_10.3\info-mgmt\lib\system\wps_system.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\netuix_common.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\netuix_schemas.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\netuix_system.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\wsrp-client.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\wsrp-common.jar;C:\WebLogicBea\wlportal_10.3\p13n\lib\system\p13n-schemas.jar;C:\WebLogicBea\wlportal_10.3\p13n\lib\system\p13n_common.jar;C:\WebLogicBea\wlportal_10.3\p13n\lib\system\p13n_system.jar;C:\WebLogicBea\wlportal_10.3\p13n\lib\system\wlp_services.jar;C:\WebLogicBea\wlportal_10.3\portal\lib\system\netuix_system-full.jar>
    <Oct 27, 2009 11:15:35 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun Microsystems Inc.>
    <Oct 27, 2009 11:15:36 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for CR376251 Wed Aug 06 09:19:34 PDT 2008
    WebLogic Server Temporary Patch for CR371247 Sat Aug 09 20:10:38 PDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR376759 Thu Aug 14 14:53:02 PDT 2008
    WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
    <Oct 27, 2009 11:15:42 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 27, 2009 11:15:42 AM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 27, 2009 11:15:42 AM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\WebLogicBea\user_projects\domains\zarDbDomain\zarDbDomain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    <Oct 27, 2009 11:15:57 AM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 27, 2009 11:16:10 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Oct 27, 2009 11:16:10 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 27, 2009 11:16:40 AM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.9.200.236:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 27, 2009 11:16:41 AM IST> <Warning> <Server> <BEA-002611> <Hostname "ZieF.pl", maps to multiple IP addresses: 192.9.200.236, 127.0.0.1>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "zarDbDomain" running in Development Mode>
    <Oct 27, 2009 11:16:41 AM IST> <Warning> <Server> <BEA-002611> <Hostname "192.9.200.236", maps to multiple IP addresses: 192.9.200.236, 127.0.0.1>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Oct 27, 2009 11:17:18 AM IST> <Error> <Security> <BEA-090064> <The DeployableAuthorizer "myrealm_weblogic.security.providers.xacml.authorization.XACMLAuthorizationProviderImpl" returned an error: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource.>
    <Oct 27, 2009 11:17:20 AM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1256622425468' for task '0'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(netuix.jar)
    Unable to deploy EJB: ProxyPagePersistenceManager from netuix.jar:
    Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    weblogic.application.ModuleException: Exception preparing module: EJBModule(netuix.jar)
    Unable to deploy EJB: ProxyPagePersistenceManager from netuix.jar:
    Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:452)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
    Truncated. see log file for complete stacktrace
    weblogic.ejb20.interfaces.PrincipalNotFoundException: Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    at weblogic.ejb.container.internal.SecurityHelperWLS.deployPolicy(SecurityHelperWLS.java:357)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:306)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:294)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:249)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:228)
    Truncated. see log file for complete stacktrace
    <Oct 27, 2009 11:17:20 AM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'myPortalEAR'.>
    <Oct 27, 2009 11:17:20 AM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Exception preparing module: EJBModule(netuix.jar)
    Unable to deploy EJB: ProxyPagePersistenceManager from netuix.jar:
    Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:452)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
    Truncated. see log file for complete stacktrace
    weblogic.ejb20.interfaces.PrincipalNotFoundException: Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    at weblogic.ejb.container.internal.SecurityHelperWLS.deployPolicy(SecurityHelperWLS.java:357)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:306)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:294)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:249)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:228)
    Truncated. see log file for complete stacktrace
    There is around 140 Tables created in mysql database...
    Is there anything wrong ?
    Regards
    Zarrakh

    Well.. When i runned the script for mysql from the weblogic domain configuration and compared the pointbase and mysql database.. i found that there are few tables, views and triggers that are missing in mysql db.. Could you telll me how can i create this missing tables, views and triggeres
    Regards

  • BUG- the Integrated Weblogic domain was not built successfully. 11.1.1.2.0

    I got this error when trying to run a test application on the latest release of JDeveloper.
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    Log File: C:\Documents and Settings\rommel\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\Documents and Settings\rommel\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain
    "C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "C:\Documents and Settings\rommel\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    Elapsed time: 1657 ms
    My configuration are as follows"
    Java(TM) Platform     1.6.0_14
    Oracle IDE     11.1.1.2.36.55.36
    Versioning Support     11.1.1.2.36.55.36
    Microsoft Windows XP Professional Version 2002 Service Pack 3
    help!
    pino
    Edited by: pino on 30/11/2009 04:27 ص

    Hi Timo,
    I modified the jdev.boot file as suggested but still resulted to the same error. (note: The "C:\Oracle\Middleware" is not recognized)
    # The ide.user.dir.var specifies the name of the environment variable
    # that points to the root directory for user files.  The system and
    # product will use its base directory as the user directory.
    ide.user.dir.var = JDEV_USER_HOME,JDEV_USER_DIR
    ide.user.dir = C:/Oracle/Middleware[Waiting for the domain to finish building...]
    [01:42:43 PM] Creating Integrated Weblogic domain...
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    [01:42:45 PM] ERROR: An error occurred while building the default domain.
    Please see this log file for more details:
    C:\Oracle\Middleware\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Log File: C:\Oracle\Middleware\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\Oracle\Middleware\system11.1.1.2.36.55.36\DefaultDomain
    "C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "C:\Oracle\Middleware\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    Elapsed time: 984 ms

  • SSO using a domain wide cookie

    Hi,
    I need to implement SSO b/w two web applications deployed on two different weblogic
    servers(8.1) under same dns domain and same weblogic domain.Both of the web applications
    use Form based authentication.
    Both of them have their session configured for file persistence and have a cookie
    with same name.
    I am not able to make SSO work with above mentioned set up.
    Can somebody pls tell me if above mentioned setup is sufficient for SSO implementation
    or do I need to do something else?
    Thanks,
    Roopali
    Reference article http://dev2dev.bea.com/products/wlplatform81/whitepapers/wlp_81_sso.jsp#Cross

    Thought I'd update this inc ase someone ever has the same problem.
    Now have port number based SPN's working fine with multiple J2EE systems on the one host using SPNEGO. The fix on the client end was the MS KB I linked in the op, this fix works with all versions IE (6, 7, 8, 9).

  • Weblogic Domain Problem

    I'm new to jdeveloper 11...When I start jdev 11.1.1.1.0, it instantly issue an error of the following:
    [10:29:11 PM] Creating Integrated Weblogic domain...
    [10:29:15 PM] ERROR:  An error occurred while building the default domain.
    Please see this log file for more details:
    C:\Users\Hootan\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\CreateDefaultDomain.log
    The log file contents:*
    Log File: C:\Users\Hootan\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407
    Product Home: C:\Jdeveloper\Middleware\jdeveloper\jdev\
    Domain: C:\Users\Hootan\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain
    "C:\Jdeveloper\Middleware\jdeveloper\common\bin\wlst.cmd" "C:\Users\Hootan\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\JDEVEL~1\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\JDEVEL~1\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\jdk16\lib\tools.jar;C:\JDEVEL~1\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\JDEVEL~1\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\JDEVEL~1\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\JDEVEL~1\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR
    wlst >
    wlst > PATH=C:\JDEVEL~1\MIDDLE~1\patch_wls1031\profiles\default\native;C:\JDEVEL~1\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\bin;C:\JDEVEL~1\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Java\jdk16\jre\bin;C:\Java\jdk16\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\product\10.2.0\db_2\bin;C:\oracle\product\10.2.0\db_1\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Lenovo\Bluetooth Software\;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\JDEVEL~1\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\JDEVEL~1\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\jdk16\lib\tools.jar;C:\JDEVEL~1\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\JDEVEL~1\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\JDEVEL~1\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\JDEVEL~1\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Failed to get environment, environ will be empty: (0, 'Failed to execute command ([\'sh\', \'-c\', \'env\']): java.io.IOException: Cannot run program "sh": CreateProcess error=2, The system cannot find the file specified')
    wlst > Error: ADRS_DOMAIN_PASSWORD environment variable not set.
    wlst >
    wlst >
    wlst > Exiting WebLogic Scripting Tool.
    wlst >
    Elapsed time: 3518 ms
    I even tried to create a new domain using Weblogic configuration wizard but don't know where to set the new domain in Jdeveloper as my default connection.
    I would be thankful if anybody helps me...Also,I'm using Windows 7 and re-installation of the jdeveloper didn't help

    Hi,
    I followed your procedure (removing DefaultDomain folder) and created a new domain using Weblogic Configuration Wizard mostly with default settings. It makes the new configuration folder in Jdeveloper's installed directory instead of 'User Documents and Settings' where the DefaultDomain were located. The startWebLogic.cmd and setDomainEnv.cmd are using this directory as Domain_Home correctly.
    From Jdeveloper menu:
    Preferences -> Run -> Edit Server Instances
    The ex-DefaultServer with the latter settings is still listed! I wonder why..It cannot be deleted..I even changed the 'Domiain Directory' and 'Server Instance' to the newly created one but still get the same error.

  • 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

  • Error Integrated Weblogic domain was not built | JDeveloper 11.1.2.0

    When I try to start integrated weblogic server, I get the following message:
    "The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully"
    CreateDefaultDomain.log
    Log File: D:\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain
    "C:\Oracle\Middleware\jdeveloper\common\bin\wlst.cmd" "C:\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst > The input line is too long.
    Elapsed time: 26 ms
    Has anyone found a fix for this problem?
    I use Windows 2000 and JDeveloper 11.1.2.0
    Edited by: user11104528 on 07.04.2010 3:44

    Windows 2000 is not one of the certified OS (look here http://www.oracle.com/technology/products/jdev/collateral/papers/11/certification/index.html).
    Seams there is a problem with the quite long pathnames and the length of the command line resulting from them.
    You can try to shorten the path i.e. using a subst and set the product home to it.
    Timo

  • How to install Enterprise Manager to JDeveloper integrated Weblogic domain

    I have installed JDeveloper 11g and as you know it also installs an embedded Weblogic and creates a Weblogic domain. This domain by default has the console application but does not have the em application. How can I add em to my integrated Weblogic?

    Sturla,
    I can give you the quick steps for installing EM into the WLS container integrated with JDev:
    1). Download from OTN two pieces of software from the Fusion Middleware 11g (use the "For Deployment" software, click "See All"): the Application Development Runtime, and (under Additional Required Software) the Repository Creation Utility (RCU).
    2). Unzip the RCU and run bin/rcu.bat or bin/rcu (windows/*nix). Create the MDS repository in an Oracle DB using this utility.
    3). Install the application development runtime into the same home you installed JDeveloper.
    4). Run the configuration wizard - on Windows its in the start menu / Oracle Fusion Middleware 11.1.1.1.0 / Weblogic Server 11gR1 / Tools. Find it yourself on *nix ;)
    5). Choose to extend a domain
    6). Pick your DefaultDomain directory for the integrated WLS
    7). Tick the checkbox to add enterprise manager
    8). Supply the database connection information for the DB in which you created the repository in step 2.
    Ta-da!
    The EM will be accessible via http://hostname:7001/em, username/password=weblogic/weblogic1. I will caution you about generically installing into the integrated domain - it makes your WLS take noticeably longer to start up...
    Best,
    John

  • Provisioning weblogic domain thr FMW Provisioning Deployment Procedure

    I have successfully created a replica of the Fusion Middleware Home through the Fusion Middleware Deployment Procedure, but am not able to deploy the weblogic domain using the same.
    I am providing all the inputs/details required in the procedure , but at the end while submitting the procedure it shows .. some values are invalid.
    I am not able to get any logs or any information on the invalid values.
    The steps where I provide the inputs are :
    1) Select Source
    2) Select Target
    3) Configure Domain
    4) Scehdule Deployment
    5) Review
    and after this when i submit it .. am not able to submit.
    Pls provide guidance for it.

    Hi,
    In order to install Forms and Reports , Weblogic on windows server the prerequisites needs to be met :-
    Assign Proper ip, hostname & domain name
    Entry of ip, host name & domain name in etc/hosts file
    Disable anti-virus if any
    Disable ipv6
    Disable Windows Firewall, Windows Update & Windows Management Instrumentation at Service level (services.msc)
    Create 2 folder "tmp" & "Java" for temp, jdk & jre installation. And set the path of installed jdk in Environment Variable
    RAM - Minimum 4GB (Recommended)
    HDD - C & D with 20-50GB
    Regards,
    Prakash.

  • Problem Configuring Weblogic Domain

    Hi All,
    I am trying to create a new weblogic domain. Following is the error I am facing . Am very beginner to SOA, Please excuse me if this an entry level question.
    System Configuration is : Windows 7, 64 Bit
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@127.0.0.1:8080:1521/xe
    User=DEV_SOAINFRA
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.6.0'
    IO Error: Got minus one from a read call
    CFGFWK-60850: Test Failed!
    Component Schema=User Messaging Service
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@127.0.0.1:8080:1521/xe
    User=DEV_ORASDPM
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='ORASDPM' and version='11.1.1.6.0'
    IO Error: Got minus one from a read call
    CFGFWK-60850: Test Failed!
    Component Schema=OWSM MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@127.0.0.1:8080:1521/xe
    User=DEV_MDS
    Password=*********
    SQL Test=select 1 from schema_version_registry where
                        owner=(select user from
                        dual) and mr_type='MDS' and
                        version='11.1.1.6.0'
    IO Error: Got minus one from a read call
    CFGFWK-60850: Test Failed!
    Component Schema=SOA MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@127.0.0.1:8080:1521/xe
    User=DEV_MDS
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='MDS' and version='11.1.1.6.0'
    IO Error: Got minus one from a read call
    CFGFWK-60850: Test Failed!
    Thanks

    URL=jdbc:oracle:thin:@127.0.0.1:8080:1521/xeYou have entered incorrect IP/host name for DB(127.0.0.1:8080). Please enter only 127.0.0.1 or localhost
    Regards,
    Anuj

  • Weblogic Domain creation silent scripts

    Is there is any documentation about silent scripts syntax ?
    I'm trying to automate weblogic domain creation from ant and I would like to get
    more info about silent scrpt syntax

    "Giedrius" <[email protected]> wrote:
    >
    Is there is any documentation about silent scripts syntax ?Yes, if you're refering to Silent-Mode installation:
    http://edocs.bea.com/wls/docs70/install/instsil.html
    Both Windows and UNIX platforms are covered.
    Brian J. Mitchell
    Systems Administrator, TRX
    email: [email protected]

  • Weblogic Domain overwriting a different Domains config location

    Okay so here is the issue. I have two Weblogic Domains, lets say Domain1 and Domain2. For some reason recently Domain2 has decided that it is going to write to bea/domains/Domain1. This includes the config.xml, /jdbc and /nodemanager. Now I have verified that the startWeblogic.sh is setting the correct Domain2 locations however could this possibly be something with the Node Manager that is over riding these properties? Thanks for the help.
    My current machine is a Sun Solaris 10 box running Weblogic 10g.

    hi,
    the binaries available for download are all packaged with 32bit JVM. Please have a look at the link below
    WebLogic Server 12c (12.1.1), WebLogic Server 11g (10.3.6) and Previous Releases
    It also has binaries for linux available. I am quoting from the site verbatim for your reference:
    The following provides links to WebLogic Server 12.1.1 installers with 32-bit JVMs for Windows and
    Linux, the generic installer that can be used on any supported platform, and the zip distribution. The
    generic installer and the zip distribution do not include a JVM/JDK. For instructions on using the
    generic installer, see this document.
    In case you want to use your own latest version of JDK which can be a 32/64 bit version, you need to use the generic installer.
    The error which you are getting is due to permissions. Make sure you have a dedicated user for installing weblogic and the necessary permissions are granted to the user(linux) to the installation directories. May be the script is trying to install java at a particular location on your machine and failing. Hence the above error is displayed.
    Please have a look at the docs, you will find steps for weblogic installation on linux.
    Thanks,
    Souvik.

  • Not able to execute Configure Weblogic Domain script

    Hi Experts,
    I am trying to configure weblogic domain for odi.I have installed odi studio and weblogic server on WINDOWS 2008 SERVER R2 release(64 bit) and jdk - 1.6 update 22 (32 bit)
    When i try to execute config.cmd it fails with following error:
    c:\odi\mw_home\wlserver_10.3\common\bin>config.cmd
    The system cannot find the path specified.
    Please help me figure out what could be the problem.

    Reinstallation fixed the problem.

  • Cannot get users from weblogic domain

    I use weblogic default realm. After I have create a BPM user task, I cannot find the default realm. How to add new users?

    1, install jdeveloper 11.1.1.3, weblogic (the latest version), oracle 11.2 to windows 2008 server (32)
    2, install soa 11.1.1.2 and soa 11.1.1.3
    3, run rcu to create schema
    4, configure a weblogic domain (select soa suite, bam, bpm suite of the same region - Oracle_SOA1)
    There are some errors during Oracle is installed in windows 2008 server (64). RCU cannot be installed in that OS.
    I installed bpm 11g to XP3 (32) - 4G memory. However, it is super slow.

Maybe you are looking for

  • Do not know how big or small items in image will be after being printed out

    I have just started using photoshop to develop some designs that are meant to be printed on fabric. And then sewn into dresses While I know how to change the size and scale of the image and canvas. I can not tell how big or small the objects or diffe

  • Importing files into Lightroom 4

    I have been using Lightroom 4 without a problem. Suddenly it refuses to import files from any source: my camera, a card reader or the hard disk. What can I do?  I have reinstalled the software from the original disk, but it still will not import imag

  • Boris Title 3D in FCP

    Hello, I am trying to type in about a paragraph of text into the 3d Title in FCP3. Is there a limit to how much text you can put in there. Once I am back on the timeline I get the beach ball any time I click on that title. Can't resize etc.., I have

  • Layer Style/Blending options applying to all layers ie.. drop shadow angles

    I am having a problem in CS6 Photoshop where I never experienced this in CS3-5. I am designing a website and when I apply a drop shadow or inner shadow to a layer through layer style/blending options in the layers tab. It applys the same angle etc..

  • How to make manually downloaded Xcode app show up in app store purchase page?

    Is there a way to make mac app store show updates for Xcode app that is downloaded from developer.apple.com without having to download it again from app store itself? thanks