Domain Path in JSF

Hi,
I am using the following code to get the Weblogic domain path one of my managed beans.
InitialContext ctx = new InitialContext();
MBeanServer server = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");
ObjectName service = new ObjectName("com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean");
ObjectName domain = (ObjectName)server.getAttribute(service, "DomainConfiguration");
String domainPath = (String)server.getAttribute(domain, "RootDirectory");
My question,when the weblogic api and versions change over years, will it have any impact on the above code.
Please confirm.
Similar to domain path, can I get the ear deployment folder in java code.
Thanks,
Praveen

Hi,
better if you put the domain path in web.xml as Context Initialization parameter so that it can easily configurable.
Also it would be better if you provide your usecase, may be someone here can give you a better solution that what you are using.

Similar Messages

  • Server failed to start: The domain path does not match the running server

    Hi,
    I've configured Eclipse to run my local weblogic - which actually is working fine.
    The server starts as intended and reaches state RUNNING.
    As soon as this happens, OEPE tries to validate the server and compares the identified server's configuration to the expected configuration.
    This finally results into the error message shown in the subject -- though server is still running.
    !MESSAGE Server watcher[Oracle WebLogic Server 11gR1 PatchSet 1 at localhost]:The domain path does not match the running server.
    Domain RootDirectory retrieved from the MBean of running server is: N:\Oracle\MIDDLE~1\USER_P~1\domains\MYWEBL~1\
    Domain RootDirectory of this server: N:\Oracle\Middleware\user_projects\domains\myWeblogicServer
    Obviously this seems to be an issue with the length of the directory and file names. The domain's configuration and all its start scripts do not have any 8+3 pathes, like USER_P~1 for user_projects. Nevertheless the MBean of the server returns such a "truncated" path which in turn is invalid for OEPE.
    Fix: When setting up the domain in Eclipse, try using that 8+3 representation of the domain's location. Then the comparison will succeed...
    My Question: Where do we need to ask for a fix in OEPE? The 8+3 path is still a valid one ...
    Best Regards
    Philipp

    I haven't been able to reproduce this and 8+3 representation of the domain's location shouldn't be required.
    Can you provide more information:
    - is this a network drive?
    - what is your OS: XP, Vista, Win7?
    - what is the Windows file system type, is it FAT or NTFS
    - Can you try install WLS on C:, e.g. C:\Oracle\Middleware\user_projects and see if it still happens?

  • ATG CIM - Weblogic domain path is not valid

    Hi All,
    Getting the domain path invalid error when trying to configure ATG through CIM...
    Enter Path : > /u01/app/oracle/Middleware/wlserver_10.3
    >> Weblogic path validated.
    >> Weblogic version validated.
    >> App Server home path set to /u01/app/oracle/Middleware/wlserver_10.3/
    -------ENTER DOMAIN PATH--------------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Hi All,
    When i am trying to configure ATG env through CIM, i have chose weblogic, but i am getting the below error. If i give "*/u01/app/oracle/Middleware/user_projects/domains/base_domain*" path it works fine but , if i give new domain its not working. why??
    Enter Domain Path : > /u01/app/oracle/Middleware/user_projects/domains/base_ATG10.1.1CRS
    >> Weblogic domain path is not valid.
    Enter Domain Path : [[u01/app/oracle/Middleware/user_projects/domains/base_ATG10.1.1CRS]] > /u01/app/oracle/Middleware/user_projects/domains/base_domain_crs
    >> Weblogic domain path is not valid.
    Enter Domain Path : [[u01/app/oracle/Middleware/user_projects/domains/base_domain_crs]] >
    >> Weblogic domain path is not valid.
    Enter Domain Path : [[u01/app/oracle/Middleware/user_projects/domains/base_domain_crs]] >
    >> Weblogic domain path is not valid.

    you mean to say :
    there is a base_domain which is getting accepted by CIM.
    but there in another domain in same folder base_domain_crs that is not being accepted by CIM , strange !
    may be some issue in domain creation ,
    can you try creating a new domain again by the name CRS

  • Weblogic domain path API

    Hi,
    I am using the following code to get the Weblogic domain path.
    InitialContext ctx = new InitialContext();
    MBeanServer server = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");
    ObjectName service = new ObjectName("com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean");
    ObjectName domain = (ObjectName)server.getAttribute(service, "DomainConfiguration");
    String domainPath = (String)server.getAttribute(domain, "RootDirectory");
    My question,when the weblogic api and versions change over years, will it have any impact on the above code.
    Please confirm.
    Similar to domain path, can I get the ear deployment folder in java code.
    Thanks,
    Praveen

    you mean to say :
    there is a base_domain which is getting accepted by CIM.
    but there in another domain in same folder base_domain_crs that is not being accepted by CIM , strange !
    may be some issue in domain creation ,
    can you try creating a new domain again by the name CRS

  • Connect domain path using AdminTypeLibrary.System

    Hi :)
    I'm a new member here and need some help.
    I'm using AdminTypeLibrary.SystemClass to connect a shared domain path (\\servername\path) of GW8.0 in a Windows 2008 R2 server.
    And then a problem occured: a popup window is showed which needs user and password to login the server.
    I don't want the popup show to block app running, especially a windows svc.
    The novell client has logged in and the shared domain path has mapped to a network drive manually.
    Any suggestions on it.
    Regards

    Originally Posted by Michael Bell
    On 3/21/2013 9:46 PM, wwqqss wrote:
    >
    > Hi :)
    >
    > I'm a new member here and need some help.
    >
    > I'm using AdminTypeLibrary.SystemClass to connect a shared domain path
    > (\\servername\path) of GW8.0 in a Windows 2008 R2 server.
    > And then a problem occured: a popup window is showed which needs user
    > and password to login the server.
    >
    > I don't want the popup show to block app running, especially a windows
    > svc.
    > The novell client has logged in and the shared domain path has mapped
    > to a network drive manually.
    >
    > Any suggestions on it.
    >
    > Regards
    >
    You don't tell us what the popup is for.
    At any rate I assue you that IF you have been logged in with Novell
    client with sufficient rights, mapped to the same path you are logging
    in, you should not have anything popup.
    >
    Thanks for the reply.
    When the app call the System.Connect(domaipath) on a Windows 2008 R2 Datacenter, a uncontrolled popup is showed automatically.
    The popup is a standard windows login interface which is not a part of app. After the username and psw is fed, connect ok.
    And noticed the novell client can't find the tree and have to feed the tree name and server manually, then can get the context.
    It's difficult to login the novell client but it can login.
    When the app call the System.Connect(domaipath) on a Windows 2003, no popup showed and the app can run smoothly.
    The novell client can find the tree, context and server, login ok.
    And I noticed a mapping network drive is created automatically by the connecting.
    The app connect the same domaipath of GW2012 (eDirectory8.8) in a Windows 2003.

  • Obtaining a physical path in jsf

    Hi, How can I get the physical path of a file contained in a web application. For example,to obtain the physical path of login.jsp. Thanks for any help.

    Found it
    ServletContext context = (ServletContext) getExternalContext().getContext();
    context.getRealPath("login.jsp");
    I knew that I have to use ServletContext,but didn't knew how to obtain it.

  • Can't add jsf doc to Java Build Path of Eclipse

    hi all.
    I don't know why i can't add java document path to jsf-api.jar in eclipse , if i add it and close the settings dialog , then back , i'll see it is empty (as i've not done anything yet ), although that Validate path say ok . it' no problem with other document such as rt.jar or javaee.jar .

    I've looked at that thread, and it does look like the same problem. I've also looked at this thread which seems the same: http://forums.adobe.com/message/4025125#4025125
    That thread also brings up a good point with computer accounts; like it says there, mine is also mobile managed. I'm waiting to talk to IT and see if that's the issue - although again, everything was working fine earlier and my account permissions haven't changed since then, so that might not be it.

  • Error while using unpack.sh command to configure domain

    Hi all,
    I have to create one common domain for two different boxes.
    BOX A has -->weblogic,SOA
    BOX B has -->weblogic,OSB
    I have configured the Domain in BOX A for SOA first and extended OSB using IP address of BOX B .
    Then i pack th domain using pack command .
    Then i copied the .jar file to BOX B
    Then while i try to unpack this domain i am stuck with this error
    The Command i used
    "bash-3.2$ ./unpack.sh -domain=/u02/app/Oracle/Middleware/user_projects/domains/soad_domain -template=/u02/user_templates/POCDomain.jar
    << read template from "/u02/user_templates/POCDomain.jar"
    fail: read template from "/u02/user_templates/POCDomain.jar"CFGFWK-60550: Script execution aborted. The script may contain an error.
    Required component home not found for component 'oracle.rules' version '11.1.1.5.0' "
    I have cross checked the domain paths of both the boxes it is exactly the same.
    The weblogic server installed is also of same versions.
    The unpack.log file has the following error
    2012-05-23 14:54:45,349 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - Trying to find a match for oracle.rules:11.1.1.5.0 using default minimum matching positions.
    2012-05-23 14:54:45,349 DEBUG [runScript] com.oracle.cie.oui.impl.ProductHomeInventoryImpl - Trying to find a match for oracle.rules:11.1.1.5.0 in /u02/app/Oracle/Middleware/coherence_3.6 using 2 minimum matching positions.
    2012-05-23 14:54:45,349 DEBUG [runScript] com.oracle.cie.oui.impl.ProductHomeInventoryImpl - Found no match.
    2012-05-23 14:54:45,350 DEBUG [runScript] com.oracle.cie.oui.impl.ProductHomeInventoryImpl - Trying to find a match for oracle.rules:11.1.1.5.0 in /u02/app/Oracle/Middleware/wlserver_10.3 using 2 minimum matching positions.
    2012-05-23 14:54:45,350 DEBUG [runScript] com.oracle.cie.oui.impl.ProductHomeInventoryImpl - Found no match.
    2012-05-23 14:54:45,350 DEBUG [runScript] com.oracle.cie.oui.impl.ProductHomeInventoryImpl - Trying to find a match for oracle.rules:11.1.1.5.0 in /u02/app/Oracle/Middleware/Oracle_OSB1 using 3 minimum matching positions.
    2012-05-23 14:54:45,354 DEBUG [runScript] com.oracle.cie.oui.impl.ProductHomeInventoryImpl - Found no match.
    2012-05-23 14:54:45,354 DEBUG [runScript] com.oracle.cie.oui.impl.ProductHomeInventoryImpl - Trying to find a match for oracle.rules:11.1.1.5.0 in /u02/app/Oracle/Middleware/oracle_common using 3 minimum matching positions.
    2012-05-23 14:54:45,354 DEBUG [runScript] com.oracle.cie.oui.impl.ProductHomeInventoryImpl - Found no match.
    2012-05-23 14:54:45,354 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - Final match(es): []
    2012-05-23 14:54:45,355 ERROR [runScript] com.oracle.cie.domain.DomainTemplate - Required component home not found for component 'oracle.rules' version '11.1.1.5.0'
    2012-05-23 14:54:45,355 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - fail: read template from "/u02/user_templates/POCDomain.jar"
    2012-05-23 14:54:45,355 ERROR [runScript] com.oracle.cie.domain.script.ScriptExecutor - read template from "/u02/user_templates/POCDomain.jar"
    com.oracle.cie.domain.ConfigRuntimeException: Required component home not found for component 'oracle.rules' version '11.1.1.5.0'
         at com.oracle.cie.domain.DomainTemplate.<init>(DomainTemplate.java:256)
         at com.oracle.cie.domain.DomainTemplate.<init>(DomainTemplate.java:182)
         at com.oracle.cie.domain.WLSTemplateBuilder.parseTemplate(WLSTemplateBuilder.java:575)
         at com.oracle.cie.domain.WLSTemplateBuilder.parseDomainTemplate(WLSTemplateBuilder.java:485)
         at com.oracle.cie.domain.WLSTemplateBuilder.buildDomainTemplate(WLSTemplateBuilder.java:1369)
         at com.oracle.cie.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:429)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processRead(ScriptParserClassic.java:520)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:426)
         at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
         at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:35)
         at com.oracle.cie.wizard.domain.helpers.Executor.runSilentScript(Executor.java:68)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.runScriptWithExecutor(RunScriptTask.java:551)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:335)
         at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    2012-05-23 14:54:45,357 ERROR [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - There was an error executing the script: /u02/app/Oracle/Middleware/wlserver_10.3/common/lib/tmpUnpack.cws
    com.oracle.cie.domain.script.ScriptException: com.oracle.cie.domain.ConfigRuntimeException: Required component home not found for component 'oracle.rules' version '11.1.1.5.0'
         at com.oracle.cie.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:465)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processRead(ScriptParserClassic.java:520)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:426)
         at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
         at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:35)
         at com.oracle.cie.wizard.domain.helpers.Executor.runSilentScript(Executor.java:68)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.runScriptWithExecutor(RunScriptTask.java:551)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:335)
         at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.cie.domain.ConfigRuntimeException: Required component home not found for component 'oracle.rules' version '11.1.1.5.0'
         at com.oracle.cie.domain.DomainTemplate.<init>(DomainTemplate.java:256)
         at com.oracle.cie.domain.DomainTemplate.<init>(DomainTemplate.java:182)
         at com.oracle.cie.domain.WLSTemplateBuilder.parseTemplate(WLSTemplateBuilder.java:575)
         at com.oracle.cie.domain.WLSTemplateBuilder.parseDomainTemplate(WLSTemplateBuilder.java:485)
         at com.oracle.cie.domain.WLSTemplateBuilder.buildDomainTemplate(WLSTemplateBuilder.java:1369)
         at com.oracle.cie.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:429)
         ... 15 more
    2012-05-23 14:54:45,358 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - Terminating.
    Please share something if any one came across the same error.
    Waiting for your kind replies
    Thank You
    Anand.U

    Yes, for extending Domain i have installed OSB in BOX A but while configuring the OSB domain i have given the IP of BOX B and then packed that domain.
    Thanks
    Anand.U

  • LoadMovie without having to use full path/URL

    I've always used loadMovie to call external swf files from a
    main/menu swf file, but it seems that some new security settings
    and restrictions, I'm not able to do this anymore - at least not
    online. All my swf files are in the same directory, and when I play
    the swf locally, it loads all the external swfs without a problem.
    I tried changing the path to my swf in the loadMovie command
    to the pull path on the server, and this worked. The problem is, I
    have to hand off my website to another company, and it will go
    through many rounds of testing (and servers) before eventually
    going online. Is there any way to avoid having to use the full
    path/domain in the loadMovie command for a situation like this
    where the domain/path will change?
    I have this in the Flash embed tag:
    <PARAM NAME="allowScriptAccess" VALUE="sameDomain" />
    I have this as my loadMovie command:
    loadMovie ("flashfile.swf", 1);
    But it only works when I have it like this, which is a
    problem because the URL will change many times before launch.
    loadMovie ("
    http://www.website/media/flashfile.swf",
    1);
    Any help would be appreciated!

    Yes, I've done this all the time too, and never had this
    problem, which is why I'm stumped.
    I've changed my code to this, with module_proxy being an
    empty movie clip. This works. But when I take out the URL and path,
    even though the swf files are in the same directory, it's doesn't
    play.
    loadMovie ("
    http://www.website/media/01_Mixie_Pixie_Telegram_Service.swf",
    "module_proxy");
    _parent.gotoAndPlay("dim_menu");
    //openCountdownFile();
    stop();
    Then, I tried to create a varible for the URL/domain, so I
    can change it out more easily (although when I hand this off, I
    won't be able to do that):
    var domainPath = "
    http://www.website/media/"
    function (openCountdownFile){
    var linkToSWF = domainPath + eval(PgFile[item_chosen]);
    loadMovie (linkToSWF, "module_proxy");
    parent.gotoAndPlay("dim_menu");
    var swfPageLabel = item_chosen.toString();
    gotoAndPlay(swfPageLabel);
    This doesn't seem to work either. So, if swf files SHOULD be
    able to communicate using loadMovie, why am I having this problem?
    Thanks.

  • Finding out subsetted paths in an XML index

    Hi,
    CREATE INDEX IDX_1 ON t1(c1) INDEXTYPE IS XDB.XMLINDEX PARAMETERS
    ( 'PATHS (INCLUDE (/A/B))' );
    ALTER INDEX IDX_1 REBUILD PARAMETERS ('PATHS (INCLUDE ADD( /C/D ))' );
    If I issue CREATE INDEX followed by ALTER INDEX, SELECT PARAMETERS FROM DBA_INDEXES shows only the parameters string specified in the last ALTER INDEX, but the effective set for the case above should be /A/B and /C/D.
    Is there a way to find out the entire set of the subsetted paths for a given XML index?
    Thanks.
    Peter

    what about...
    SQL> select owner, index_name, index_type, parameters
      2  from DBA_INDEXES
      3  where PARAMETERS is not NULL;
    OWNER                          INDEX_NAME                     INDEX_TYPE
    PARAMETERS
    XDB                            XDB$ACL_XIDX                   FUNCTION-BASED DOMAIN
    PATH TABLE XDBACL_PATH_TAB VALUE INDEX XDBACL_PATH_TAB_VALUE_IDX
    WK_TEST                        WK$DOC_PATH_IDX                DOMAIN
    filter wksys.wk_filter lexer wksys.wk_lexer language column lang stoplist wksys.wk_stoplist storage wksys.wk_storage wordlist wksys
    .wk_wordlist section group wksys.wk_section_group datastore wksys.wk_datastore
    2 rows selected.
    SQL> select INDEX_OWNER, INDEX_NAME, PARAMETERS
      2  from DBA_XML_INDEXES;
    INDEX_OWNER                    INDEX_NAME
    PARAMETERS
    XDB                            XDB$ACL_XIDX
    1 row selected.
    SQL> desc DBA_XML_INDEXES;
    Name                                                                     Null?    Type
    INDEX_OWNER                                                              NOT NULL VARCHAR2(30)
    INDEX_NAME                                                               NOT NULL VARCHAR2(30)
    TABLE_OWNER                                                              NOT NULL VARCHAR2(30)
    TABLE_NAME                                                               NOT NULL VARCHAR2(30)
    PATH_TABLE_NAME                                                          NOT NULL VARCHAR2(30)
    PARAMETERS                                                                        SYS.XMLTYPE
    ASYNC                                                                             VARCHAR2(9)
    STALE                                                                             VARCHAR2(5)
    PEND_TABLE_NAME                                                                   VARCHAR2(30)
    TYPE                                                                              VARCHAR2(10)
    EX_OR_INCLUDE                                                                     VARCHAR2(8)
    SQL> set long 100000000
    SQL> select dbms_metadata.get_ddl('INDEX','XDB$ACL_XIDX','XDB') from dual
      2  ;
    DBMS_METADATA.GET_DDL('INDEX','XDB$ACL_XIDX','XDB')
      CREATE INDEX "XDB"."XDB$ACL_XIDX" ON "XDB"."XDB$ACL" (SYS
    _MAKEXML('600B617F01DE4718A70B2AE0B2E4CE
    7E',2036,256,"XMLDATA"))
       INDEXTYPE IS "XDB"."XMLINDEX" PARAMETERS ('PATH TAB
    LE XDBACL_PATH_TAB VALUE INDEX XDBACL_PA
    TH_TAB_VALUE_IDX')
    1 row selected.Message was edited by:
    Marco Gralike

  • Any ideas why some boxes/domains would get "access denied" on nmConnect?

    I have four boxes running NodeManager, with 2-3 domains on each box. I want to be able to use WLST to connect to the NodeManager on each box, to perform certain operations. On each box, I've created each domain using the same process (it's entirely possible I missed a step somewhere). The application deployed to each of these domains (the same application is deployed) appears to be working ok. The admin console also works perfectly fine. I can stop and start managed servers from the console.
    I execute wlst on each box exactly the same way. At each prompt, I enter a fully-qualified "nmConnect()" call, specifying the user, pwd, machine, nmport, domain name, domain path, and "ssl". I've verified all of these field values (like the password) many times. On all but one of these boxes, the result of this call is:
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 1379, in nmConnect
    WLSTException: "Error occured while performing nmConnect : Cannot connect to Node Manager.Access to domain '<domain name>' for user 'weblogic' denied Use dumpStack() to view the full stacktrace"
    I've carefully examined any meaningful differences between these domains, and I can't see anything that might cause this. Of the four domains, two of them are in production mode, and the other two are not. The only one that does not fail the connection is not in production mode (but note that the other that is not in production mode also fails).
    What else could be the cause of this?

    At first I thought this was working fine. It now works fine from WLST. Unfortunately, the admin console now fails to see the nodemanager. I even tried restarting the admin server. No luck.
    I then copied back the old nm_password.properties file (I made a backup first) and now WLST fails, but the admin console can see the nodemanager, so it's back to where it was.
    What's curious is that the contents of the properties file after wlst hashed it was different from the original hashed value, and the wlst-hashed value was very odd. The original hashed value ended with "0\=" at the end of the line. After I replaced the "hashed" property with the cleartext properties "username" and "password" and then ran wlst, the new contents of the "hashed" property was in TWO lines, where the first line ended with "0\=" as before, but the next line contained the last five characters of the password value that I entered. I tried this on three different boxes, and the behavior was the same, with respect to the odd hashing.

  • OSB11 64bit windows7 - error starting a domain

    Hi all,
    I gathered useful info from other two posts how to install OSB11 on windows7 64 bit (messageID 9395937 and 9461593)
    I've downloaded:
    - jdk-6u24-windows-x64
    - wls1034_generic
    - oepe-helios-all-in-one-11.1.1.6.1.201010012100-win32-x86_64 (I found that version is compatible with OSB11, 11.1.1.7.1 instead doesn't work)
    - ofm_osb_generic_11.1.1.4.0_disk1_1of1
    and I installed OSB11.
    I created also an OSB domain using the usual config wizard.
    One note while using the usual config wizard: I selected to create the two proposed db schema with derby db but I got an error, how could I do that as while using the wizard the domain is not still created (so there is no running derby db) ?
    So I skipped the creation of those two proposed db schema and I completed the domain wizard creation...
    But when I run "startWebLogic.cmd" I got the below error:
    The input line is too long.
    The syntax of the command is incorrect.
    Has anyone created and run successfully an OSB domain in Windows 7 64 bit ?
    Thanks in advance
    ferp

    Hi Pierluigi,
    I didn't change the defaults.
    The domain path is the following: c:\software\developing\wls1034_64\domains\base
    I enabled ECHO in
    - base/startWebLogic
    - base/bin/startWebLogic
    - base/bin/setOSBDomainEnv
    Below the startWebLogic output, but it is very very very long ... (I'm sorry for that)
    Regards
    ferp
    c:\software\developing\wls1034_64\domains\base>startWebLogic.cmd
    c:\software\developing\wls1034_64\domains\base>SETLOCAL
    c:\software\developing\wls1034_64\domains\base>set DOMAIN_HOME=C:\software\developing\wls1034_64\domains\base
    c:\software\developing\wls1034_64\domains\base>call "C:\software\developing\wls1034_64\domains\base\bin\startWebLogic.cmd"
    c:\software\developing\wls1034_64\domains\base>SETLOCAL
    c:\software\developing\wls1034_64\domains\base>GOTO :ENDFUNCTIONS
    c:\software\developing\wls1034_64\domains\base>set DOMAIN_HOME=C:\software\developing\wls1034_64\domains\base
    c:\software\developing\wls1034_64\domains\base>for %i in ("C:\software\developing\wls1034_64\domains\base") do set DOMAIN_HOME=%~fsi
    c:\software\developing\wls1034_64\domains\base>set DOMAIN_HOME=C:\software\DEVELO~1\WLS103~1\domains\base
    c:\software\developing\wls1034_64\domains\base>call "C:\software\DEVELO~1\WLS103~1\domains\base\bin\setDomainEnv.cmd"
    c:\software\developing\wls1034_64\domains\base>set PLATFORM_TYPE=win
    c:\software\developing\wls1034_64\domains\base>set WLS_HOME=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server
    c:\software\developing\wls1034_64\domains\base>set XMS_SUN_64BIT=256
    c:\software\developing\wls1034_64\domains\base>set XMS_SUN_32BIT=256
    c:\software\developing\wls1034_64\domains\base>set XMX_SUN_64BIT=512
    c:\software\developing\wls1034_64\domains\base>set XMX_SUN_32BIT=512
    c:\software\developing\wls1034_64\domains\base>set XMS_JROCKIT_64BIT=256
    c:\software\developing\wls1034_64\domains\base>set XMS_JROCKIT_32BIT=256
    c:\software\developing\wls1034_64\domains\base>set XMX_JROCKIT_64BIT=512
    c:\software\developing\wls1034_64\domains\base>set XMX_JROCKIT_32BIT=512
    c:\software\developing\wls1034_64\domains\base>if "Sun" == "Sun" (
    set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx512m
    set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512m
    ) else (
    set WLS_MEM_ARGS_64BIT=-Xms512m -Xmx512m
    set WLS_MEM_ARGS_32BIT=-Xms512m -Xmx512m
    c:\software\developing\wls1034_64\domains\base>if "Sun" == "Oracle" (
    set CUSTOM_MEM_ARGS_64BIT=-Xms256m -Xmx512m
    set CUSTOM_MEM_ARGS_32BIT=-Xms256m -Xmx512m
    ) else (
    set CUSTOM_MEM_ARGS_64BIT=-Xms256m -Xmx512m
    set CUSTOM_MEM_ARGS_32BIT=-Xms256m -Xmx512m
    c:\software\developing\wls1034_64\domains\base>set MEM_ARGS_64BIT=-Xms256m -Xmx512m
    c:\software\developing\wls1034_64\domains\base>set MEM_ARGS_32BIT=-Xms256m -Xmx512m
    c:\software\developing\wls1034_64\domains\base>if "true" == "true" (set MEM_ARGS=-Xms256m -Xmx512m ) else (set MEM_ARGS=-Xms256m -Xmx512m )
    c:\software\developing\wls1034_64\domains\base>set MEM_PERM_SIZE_64BIT=-XX:PermSize=128m
    c:\software\developing\wls1034_64\domains\base>set MEM_PERM_SIZE_32BIT=-XX:PermSize=128m
    c:\software\developing\wls1034_64\domains\base>if "true" == "true" (set MEM_PERM_SIZE=-XX:PermSize=128m ) else (set MEM_PERM_SIZE=-XX:PermSize=128m )
    c:\software\developing\wls1034_64\domains\base>set MEM_MAX_PERM_SIZE_64BIT=-XX:MaxPermSize=512m
    c:\software\developing\wls1034_64\domains\base>set MEM_MAX_PERM_SIZE_32BIT=-XX:MaxPermSize=512m
    c:\software\developing\wls1034_64\domains\base>if "true" == "true" (set MEM_MAX_PERM_SIZE=-XX:MaxPermSize=512m ) else (set MEM_MAX_PERM_SIZE=-XX:MaxPermSize=512m )
    c:\software\developing\wls1034_64\domains\base>if "Sun" == "Sun" (if "" == "" (set MEM_DEV_ARGS=-XX:CompileThreshold=8000 -XX:PermSize=128m ) )
    c:\software\developing\wls1034_64\domains\base>if "Sun" == "Sun" (set MEM_ARGS=-Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m )
    c:\software\developing\wls1034_64\domains\base>if "Sun" == "HP" (set MEM_ARGS=-Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -XX:MaxPermSize=512m )
    c:\software\developing\wls1034_64\domains\base>if "Sun" == "Apple" (set MEM_ARGS=-Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -XX:MaxPermSize=512m )
    c:\software\developing\wls1034_64\domains\base>if NOT "" == "" (set MEM_ARGS= )
    c:\software\developing\wls1034_64\domains\base>set ORACLE_DOMAIN_CONFIG_DIR=C:\software\DEVELO~1\WLS103~1\domains\base\config\fmwconfig
    c:\software\developing\wls1034_64\domains\base>for %i in ("C:\software\DEVELO~1\WLS103~1\domains\base\config\fmwconfig") do set ORACLE_DOMAIN_CONFIG_DIR=%~fsi
    c:\software\developing\wls1034_64\domains\base>set ORACLE_DOMAIN_CONFIG_DIR=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1
    c:\software\developing\wls1034_64\domains\base>set WLS_JDBC_REMOTE_ENABLED=-Dweblogic.jdbc.remoteEnabled=false
    c:\software\developing\wls1034_64\domains\base>set JAVA_PROPERTIES=-Dplatform.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3 -Dwls.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server -Dweblogic.home=C
    :\software\DEVELO~1\WLS103~1\WLSERV~1.3\server
    c:\software\developing\wls1034_64\domains\base>set ALT_TYPES_DIR=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_
    11.1.1
    c:\software\developing\wls1034_64\domains\base>set PROTOCOL_HANDLERS=oracle.mds.net.protocol
    c:\software\developing\wls1034_64\domains\base>set PROTOCOL_HANDLERS=oracle.mds.net.protocol
    c:\software\developing\wls1034_64\domains\base>set ARDIR=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server\lib
    c:\software\developing\wls1034_64\domains\base>pushd C:\software\developing\wls1034_64\domains\base
    c:\software\developing\wls1034_64\domains\base>if "" == "" (
    set CLUSTER_PROPERTIES=-Dweblogic.management.discover=true
    ) else (set CLUSTER_PROPERTIES=-Dweblogic.management.discover=false -Dweblogic.management.server= )
    c:\software\developing\wls1034_64\domains\base>set JAVA_PROPERTIES=-Dplatform.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3 -Dwls.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server -Dweblogic.home=C
    :\software\DEVELO~1\WLS103~1\WLSERV~1.3\server -Dcommon.components.home=C:\software\DEVELO~1\WLS103~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jd
    k14Logger -Ddomain.home=C:\software\DEVELO~1\WLS103~1\domains\base -Djrockit.optfile=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\
    software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\softwar
    e\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\carml -Digf.arisidstack.home=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\software\DEVELO
    ~1\WLS103~1\domains\base\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\software\DEVELO~1\WLS103~1\domains\base\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.a
    lternateTypesDirectory=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle
    .mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dcommon.components.home=C:\software\DEVELO~1\WLS103~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.
    impl.Jdk14Logger -Ddomain.home=C:\software\DEVELO~1\WLS103~1\domains\base -Djrockit.optfile=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.
    dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\
    software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\carml -Digf.arisidstack.home=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\software
    \DEVELO~1\WLS103~1\domains\base\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\software\DEVELO~1\WLS103~1\domains\base\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweb
    logic.alternateTypesDirectory=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs
    =oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dcommon.components.home=C:\software\DEVELO~1\WLS103~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.l
    ogging.impl.Jdk14Logger -Ddomain.home=C:\software\DEVELO~1\WLS103~1\domains\base -Djrockit.optfile=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.
    config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1 -Digf.arisidbeans.carml
    loc=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\carml -Digf.arisidstack.home=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\s
    oftware\DEVELO~1\WLS103~1\domains\base\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\software\DEVELO~1\WLS103~1\domains\base\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\
    - -Dweblogic.alternateTypesDirectory=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handl
    er.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.oracle.home=C:\software\developing\wls1034_64\oracle_common -Djava.awt.headless=true -Dem.oracle.home=C:\software\developing\
    wls1034_64\oracle_common -Djava.awt.headless=true -Dem.oracle.home=C:\software\developing\wls1034_64\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true
    c:\software\developing\wls1034_64\domains\base>set PRE_CLASSPATH=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.j
    dbc_11.1.1\ojdbc6dms.jar;;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\osb-server-modules-ref.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\osb-server-modules-ref.jar
    c:\software\developing\wls1034_64\domains\base>set PRE_CLASSPATH=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.j
    dbc_11.1.1\ojdbc6dms.jar;;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\osb-server-modules-ref.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\osb-server-modules-ref.jar;C:\software\DEVELO~1\WLS103~1\
    OSB_11~1.0\lib\osb-server-modules-ref.jar
    c:\software\developing\wls1034_64\domains\base>set JAVA_DEBUG=
    ) else (set JAVA_OPTIONS= -Xverify:none -da:org.apache.xmlbeans... -ea:com.bea.wcp... -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconso
    le... -Dplatform.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3 -Dwls.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server -Dweblogic.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server -Dcommon.comp
    onents.home=C:\software\DEVELO~1\WLS103~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\software\DEVELO~1\WLS103~1\domains
    \base -Djrockit.optfile=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\serve
    rs\AdminServer -Doracle.domain.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\carml -Digf
    .arisidstack.home=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\software\DEVELO~1\WLS103~1\domains\base\config\fmwconfig\jps-config.xml -Dor
    acle.deployed.app.dir=C:\software\DEVELO~1\WLS103~1\domains\base\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\software\DEVELO~1\WLS103~1\ORACLE~1
    \modules\oracle.ossoiap_11.1.1,C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.
    oracle.home=C:\software\developing\wls1034_64\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ex
    t.dirs=C:\software\DEVELO~1\WLS103~1\patch_wls1034\profiles\default\sysext_manifest_classpath;C:\software\DEVELO~1\WLS103~1\patch_ocp360\profiles\default\sysext_manifest_classpath -Xverify:none -da:or
    g.apache.xmlbeans... -ea:com.bea.wcp... -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=C:\software\DEVELO~1\WLS1
    03~1\WLSERV~1.3 -Dwls.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server -Dweblogic.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server -Dcommon.components.home=C:\software\DEVELO~1\WLS103~1\ORACL
    E~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\software\DEVELO~1\WLS103~1\domains\base -Djrockit.optfile=C:\software\DEVELO~1\WL
    S103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\so
    ftware\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\carml -Digf.arisidstack.home=C:\software\DEVELO~1\WLS103~1
    \domains\base\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\software\DEVELO~1\WLS103~1\domains\base\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\software\DEVELO~1\WLS1
    03~1\domains\base\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\software\DEVE
    LO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dcommon.components.home=C:\software\DEVELO~1\WLS103~
    1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\software\DEVELO~1\WLS103~1\domains\base -Djrockit.optfile=C:\software\DEVE
    LO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.di
    r=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\carml -Digf.arisidstack.home=C:\software\DEVELO~1\W
    LS103~1\domains\base\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\software\DEVELO~1\WLS103~1\domains\base\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\software\DEVELO
    ~1\WLS103~1\domains\base\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\softwa
    re\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.oracle.home=C:\software\developing\wls10
    34_64\oracle_common -Djava.awt.headless=true -Dem.oracle.home=C:\software\developing\wls1034_64\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.te
    stConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\software\DEVELO~1\WLS103~1\patch_wls1034\profiles\default\sysext_manifest_classpath;C:\software\DEVELO~1\WLS103~1\patch_ocp360\profiles\defa
    ult\sysext_manifest_classpath -Xverify:none -da:org.apache.xmlbeans... -ea:com.bea.wcp... -da )
    c:\software\developing\wls1034_64\domains\base>if NOT exist C:\software\DEVELO~1\JDK16~1.0_2\lib (
    echo The JRE was not found in directory C:\software\DEVELO~1\JDK16~1.0_2. (JAVA_HOME)
    echo Please edit your environment and set the JAVA_HOME
    echo variable to point to the root directory of your Java installation.
    popd
    pause
    GOTO :EOF
    c:\software\developing\wls1034_64\domains\base>if "false" == "true" (set DATABASE_CLASSPATH=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\software\DEVELO~1\WLS103~1\WLSERV~
    1.3\common\derby\lib\derbyclient.jar ) else (set DATABASE_CLASSPATH=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\common\derby\lib\derbyclient.jar )
    c:\software\developing\wls1034_64\domains\base>if NOT "C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jdbc_11.1.1
    \ojdbc6dms.jar;;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\osb-server-modules-ref.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\osb-server-modules-ref.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0
    \lib\osb-server-modules-ref.jar" == "" (set PRE_CLASSPATH=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jdbc_11.
    1.1\ojdbc6dms.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\osb-server-modules-ref.jar;C:\software\DEVELO~1\WLS103~1
    \OSB_11~1.0\lib\osb-server-modules-ref.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\osb-server-modules-ref.jar ) else (set PRE_CLASSPATH=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jdbc
    _11.1.1\ojdbc6dms.jar )
    c:\software\developing\wls1034_64\domains\base>set POST_CLASSPATH=C:\software\DEVELO~1\WLS103~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\soa\modules\oracle.soa.m
    gmt_11.1.1\soa-infra-mgmt.jar;C:\software\developing\wls1034_64\osb_11.1.1.4.0\soa\modules\oracle.soa.common.adapters_11.1.1\oracle.soa.common.adapters.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\modul
    es\oracle.jrf_11.1.1\jrf.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\soft
    ware\developing\wls1034_64\osb_11.1.1.4.0\soa\modules\oracle.soa.common.adapters_11.1.1\oracle.soa.common.adapters.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\softw
    are\DEVELO~1\WLS103~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\software\developing\wls1034_64\osb_11.1.1
    .4.0\soa\modules\oracle.soa.common.adapters_11.1.1\oracle.soa.common.adapters.jar;C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\
    version.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\alsb.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-ant.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-common
    .jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-core.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-dameon.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\class
    es;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\external\log4j_1.2.8.jar;C:\software\DEVELO~1\WLS103~1\domains\base\config\osb;C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\common\derby\lib\derbyclient.jar
    ;C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server\lib\xqrl.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\version.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\alsb.jar;C:\software\DEVELO~1\WLS103
    ~1\OSB_11~1.0\3rdparty\lib\j2ssh-ant.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-common.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-core.jar;C:\software\DEVELO~
    1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-dameon.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\classes;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\external\log4j_1.2.8.jar;C:\software\DEVELO~1
    \WLS103~1\domains\base\config\osb;C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server\lib\xqrl.jar;C:\software\DEVELO~1\WLS103~1\O
    SB_11~1.0\lib\version.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\alsb.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-ant.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\li
    b\j2ssh-common.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-core.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\3rdparty\lib\j2ssh-dameon.jar;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\
    3rdparty\classes;C:\software\DEVELO~1\WLS103~1\OSB_11~1.0\lib\external\log4j_1.2.8.jar;C:\software\DEVELO~1\WLS103~1\domains\base\config\osb
    c:\software\developing\wls1034_64\domains\base>set JAVA_PROFILE=
    c:\software\developing\wls1034_64\domains\base>set SERVER_CLASS=weblogic.Server
    c:\software\developing\wls1034_64\domains\base>set JAVA_PROPERTIES=-Dplatform.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3 -Dwls.home=C:\software\DEVELO~1\WLS103~1\WLSERV~1.3\server -Dweblogic.home=C
    :\software\DEVELO~1\WLS103~1\WLSERV~1.3\server -Dcommon.components.home=C:\software\DEVELO~1\WLS103~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jd
    k14Logger -Ddomain.home=C:\software\DEVELO~1\WLS103~1\domains\base -Djrockit.optfile=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\
    software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\softwar
    e\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\carml -Digf.arisidstack.home=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\software\DEVELO
    ~1\WLS103~1\domains\base\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\software\DEVELO~1\WLS103~1\domains\base\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.a
    lternateTypesDirectory=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle
    .mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dcommon.components.home=C:\software\DEVELO~1\WLS103~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.
    impl.Jdk14Logger -Ddomain.home=C:\software\DEVELO~1\WLS103~1\domains\base -Djrockit.optfile=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.
    dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\
    software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\carml -Digf.arisidstack.home=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\software
    \DEVELO~1\WLS103~1\domains\base\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\software\DEVELO~1\WLS103~1\domains\base\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweb
    logic.alternateTypesDirectory=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs
    =oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dcommon.components.home=C:\software\DEVELO~1\WLS103~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.l
    ogging.impl.Jdk14Logger -Ddomain.home=C:\software\DEVELO~1\WLS103~1\domains\base -Djrockit.optfile=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.
    config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1 -Digf.arisidbeans.carml
    loc=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\carml -Digf.arisidstack.home=C:\software\DEVELO~1\WLS103~1\domains\base\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\s
    oftware\DEVELO~1\WLS103~1\domains\base\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\software\DEVELO~1\WLS103~1\domains\base\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\
    - -Dweblogic.alternateTypesDirectory=C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\software\DEVELO~1\WLS103~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handl
    er.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.oracle.home=C:\software\developing\wls1034_64\oracle_common -Djava.awt.headless=true -Dem.oracle.home=C:\software\developing\
    wls1034_64\oracle_common -Djava.awt.headless=true -Dem.oracle.home=C:\software\developing\wls1034_64\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true
    The input line is too long.
    The syntax of the command is incorrect.

  • Bea Workshop JSF Tutorial - deployed app doesn't start on Tomcat 5.0

    I've followed the BEA tutorial up to section 5 - Running the application.
    When the application is deployed from a WAR to Tomcat the application doesn't start in Tomcat 5.0
    The error message from the Tomcat console is :
    INFO: Installing web application at context path /workshop-jsf-tutorial from URL
    jar:file:/D:/Tomcat 5/jakarta-tomcat-5.0.28/webapps/workshop-jsf-tutorial.war!/
    log4j:WARN No appenders could be found for logger (org.apache.commons.digester.D
    igester).
    log4j:WARN Please initialize the log4j system properly.
    11-Dec-2006 13:45:51 org.apache.catalina.core.StandardContext listenerStart
    SEVERE: Skipped installing application listeners due to previous error(s)
    11-Dec-2006 13:45:51 org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    11-Dec-2006 13:45:51 org.apache.catalina.core.StandardContext start
    SEVERE: Context startup failed due to previous errors
    Can you advise what the error is please ?

    Ram,
    Thanks for your reply. I was creating a WAR file using the Export>J2EE>WAR option.
    I've since found out you shouldn't do this for Tomcat from Bea Workshop.
    So now I am running the application in exploded mode as you suggested
    (ie. 'Run modules directly from the workspace' is checked)
    When I run pages/register.jsp - two things happen :
    1-the browser that opens WITHIN Bea Workshop has an exception :
    javax.servlet.ServletException: No faces context?!
    (I believe this is because web.xml has *.jsf as the url pattern that maps to the faces servlet, so register.jsp doesn't invoke the faces servlet. But the tutorial hasn't said anything about amending the web.xml servlet mapping.)
    2-a separate browser opens OUTSIDE of BEA workshop and the url is "http://localhost:8080/"
    I don't understand what's happening here.
    The tutorial should be very reliable, not throw up errors.
    If you or anyone else can throw any light on this I'd be grateful.
    Thanks Steve

  • DNS - command line - comand to verify domain table

    I am looking for a command that will verify a domain table rather than starting and stopping dns and checking the system.log file for errors. The syntax is something like $command domain path to table
    ($command mydomain.edu /var/named)
    Thanks

    check the man pages and try the following:
    /usr/sbin/named-checkzone
    /usr/sbin/named-checkconf

  • Oepe claims domain version does not match running server after upgrade

    Hi,
    we've just upgraded our server and development environment:
    OEPE: from 11.1.1.6.1 to 11.1.1.7.2 useing the eclipse update functions (help-> check for updates)
    Weblogic 10.3.3.0 to 10.3.5.0 using wls1035_upgrade_generic.jar from oracle support.
    The servers seem to run fine and so does eclipse.
    I can add the local (upgraded) weblogic devel server to the eclipse server list and deploy jee files. However, the remote server were not validated after the upgrade:
    "Oracle Weblogic Server 11gR1 Patchset 4 at [remote host] [Stopped, The domain version does not match the running server.]
    Removing and adding the servers again got the same result. The servers are running in development mode and are running. Where is eclipse checking / comparing the versions ?
    thanks,
    Michael

    Hi,
    thanks for the replies.
    checked the config.xml:
    there are two elements domain-version and configuration-version set both of these to 10.3.5.0
    I also created a new domain. The config wizard script only gave me the option to create a domain based on 10.3.4.0 but when i went through with the setup the 10.3.5.0 and i could add the server to eclipse.
    I cannot add the original domain though i'm now getting the error "The domain path does not match the running server." And i can't say whether this is because i added the new domain or modified the config.xml.
    thanks,
    michael

Maybe you are looking for

  • HT4436 Can I use 2 apple ID's for iCloud on the same laptop?

    I have my iCloud account for my iPhone set to sync with our MacBook, and I was wondering if my wife can set her iCloud account for her iPhone to sync on the same MacBook?  If she does will it cause any problems with both our iCloud accounts on one la

  • Getting path from file

    Good Morning, Is there a way to get a file path from a file without having to select it through client_get_file_name? for example i have a file 'test_01.txt' in C:/ I cannot hard code the path as each day the txt name will change eg. 'test_02'. Is th

  • BBerry manager install has frozen my PC

    Here it is: I had a Verizon bberry 8330. I installed bberry manager on my Dell laptop (Inspiron 630m with Windows XP Home edition) a couple of years ago. Everything was great. Work was getting done, birds were chirping, I was meeting chicks. Last wee

  • In How Many ways or Techinques used to have relation beween two factables which dont have common dimesions

    Hi folks,  In How Many ways or Techinques used to have relation beween two factables which dont have common dimesions or  how to establish relation beween two factables. Thanks Ravindra KAvali

  • Can't activate it...

    Hi,    I don't know if this is the proper section to post this question but,if it isn't please move it to the apropriate section.Thank you. I have downloaded Visual Studio 2013 Express from Dreamspark (because I am a student),for free.I installed it,