Managed Server Error when starting via startManagedWebLogic  '31' could not

Hi
in my Managed Server, in my AppDomain
i just set some Java_Option variable
bit when itry to run my server using the script,
after asking User name and Password, Server Log get open
but utimately its giving me this error, and Server is not geting started,
####<Mar 26, 2009 4:29:02 PM GMT+05:30> <Error> <Configuration Management> <HDCHARTOMR1875> <DEPEJBSERVER> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238065142217> <BEA-150000> <An error occurred while establishing a connection back to the adminstration server http://10.108.66.34:7099 during startup. Since bootstrap succeeded check that http://10.108.66.34:7099 uniquely identifies the administration server.
javax.naming.ServiceUnavailableException Root exception is java.rmi.NoSuchObjectException: The object identified by: '31' could not be found.  Either it was has not been exported or it has been collected by the distributed garbage collector.
     at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:70)
     at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:32)
     at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
     at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:428)
     at weblogic.jndi.Environment.getInitialReference(Environment.java:237)
     at weblogic.server.channels.RemoteChannelServiceImpl.registerInternal(RemoteChannelServiceImpl.java:153)
     at weblogic.server.channels.RemoteChannelServiceImpl.registerForever(RemoteChannelServiceImpl.java:127)
     at weblogic.protocol.ConnectMonitorFactory.registerForever(ConnectMonitorFactory.java:69)
     at weblogic.management.provider.MSIService.registerForReconnectToAdminServer(MSIService.java:174)
     at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.start(CompatibilityMBeanServerService.java:150)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
But the same server is getting started when m starting it from console???
Any Help??
Thanks in Advance
-Kumar Varun

Check the CommonEnv and setDomain script for any mis-references. then run those scripts. check the start-up also.
Is the system having an old jdk version on it? if so remove the references from environment variables and then start the server.

Similar Messages

  • Getting an error when using adobe photoshop CC, "Could not move the data because of a program error". Any idea on what this means?

    Getting an error when using adobe photoshop CC, "Could not move the data because of a program error". Any idea on what this means?

    Have no idea of what you were even doing in Photoshop my crystal ball is out for repairs so I can not see.  

  • TS3833 I am receiving this error when syncing my ipod: iTunes could not copy "song name" to the iPod "name" because an unknown error occurred (-50).  I am using iTunes version 10.6.3.25. Why?

    I am receiving this error when syncing my ipod: iTunes could not copy "song name" to the iPod "name" because an unknown error occurred (-50).  I am using iTunes version 10.6.3.25. Why?

    Right click the filename that won't download and selsct 'Get Info'. Look at the file path, does it have a //?// in it? That is a problem with Amazon downloads that prevent iTunes from finding the file. Use 'Add Folder' to add the album to your library and try syncing it again

  • Error when syncing iPod: The disk could not be read from or written to!!

    I have an iPod mini which worked fine on my Windows XP.
    Recently got Windows Vista and I downloaded iTunes and my put my music in the library.
    When I plugged my iPod into the Vista, it said it was syncing all the songs to my iPod.
    After about 3 hours, whilst syncing the last song a notice came up saying, 'Attempting to copy to the disk failed. The disk could not be read from or written to.'
    I restored my iPod and reinstalled iTunes but the same thing happend.
    I decided to plug my iPod back into the Windows XP, where I've had no problems. When I did this and started snycing all the songs, I got the notice come up again.
    'Attempting to copy to the disk failed. The disk could not be read from or written to.'
    I haven't been able to use my iPod now for about 5 weeks because I cannot solve the problem so any help will be much appreciated!
    Thanks

    You have posted in the Mac forum for problems & questions usting the iTunes store. You will probably find more help in the following forum.
    http://discussions.apple.com/forum.jspa?forumID=800

  • Error when attempting to sign panel - could not load the keystore file (password may be incorrect)

    Hi
    I always get the same error when trying to export as a cs extension for indesign cs5 and cs6 (haven't tried for any thing else)
    I am not trying to export to a read only address.
    I set up my own certificate, I have not registered with any authority like VeriSign so I presume that I can fill the details as I like, i.e. one name, any password I like.
    I select my Java installation by browsing see bellow
    I type the same password that I made up for the certificate and then get the error shown above.
    Note although it say that it exported the file with some error in fact it doesn't export any zxp file or anything else to any location that I could see let alone the location I specified.
    I get the same error when using the adobe exchange packer.
    Would very much appreciate a solution
    Thanks in advance
    Trevor

    Hi Yanwen Ju
    Thanks
    I tried that both the 64 and 32 bit versions, neither work.
    The file I use is called "Java.exe" please let me know if this is the correct one and if you have any other ideas
    Thanks in advance.
    Trevor

  • Error when opening a new file: "Could not find the user documents directory"

    Why can't I create a new file and I get this error everytime: "Could not find the user documents directory"?

    Hi Team,
    Please check this forum thread with similar issue.
    Create New gives an error "Could not find the user document directory"
    Regards,
    Devendra

  • Font error when trying to run dot: "Could not find/open font : Times-Roman"

    I installed the graphviz package from fink. I then tried to build a simple graph using a command from the Graphviz website and I got the following error:
    $ echo "digraph G {Hello->World}" | dot -Tpng >hello.png
    Error: Could not find/open font : Times-Roman
    I don't know much about how graphviz and UNIX fonts are configured, so I don't know how to go about debugging this. The only suggestion Googling turned up was to run fc-cache. I did this, but it didn't change the problem.
    Anyone else hit this? Any suggestions for how to get dot working on my machine?
    Message was edited by: billmcn

    A bit more Googling turns up a workaround.
    $ echo "digraph G {Hello->World}" | dot -Tpng -Nfontname="/System/Library/Fonts/Times.dfont" >hello.png
    I'm still not sure how to fix the problem.

  • Error when starting DPS App Builder - Application not found

    WTF folks.
    This morning I open my document (CS5) and it says I have to update my folio tools (needless to say i hate it to be forced to do an update before I can start working).
    Well, I do an update, both tools (Folio Builder and Producer Tools).
    Now there seem to be some changes, I cant refresh my folio via menu anymore. When choosing the new "build app"-option I get an error :
    "An error occured while starting DPS App Builder. The DPS App-Builder Application was not found" (translated).
    German original version: "Beim Starten von DPS App Builder ist ein Fehler aufgetreten. Die DPS App Builder-Anwendung wurde nicht gefunden."
    Any Solutions? Where to get the mysterious "App-Builder Application?"
    edit: refresh is now only possible inside the folio it seems.

    App Builder is nothing but a new name to Viewer Builder. Download it from DPS Dashbaord.

  • Error when starting iTunes... will not start. help please!!

    so earlier I downloaded the latest version of iTunes and was having trouble installing it. I downloaded it a while ago when it was version 4 but I completely deleted it and installed version 7.
    eventually I got it to work, however when I went to start it I got an error saying that it encountered a problem and needs to close. then another one comes up saying that it generated problems and I need to restart the program. I did, and the same thing happened.
    I uninstalled and reinstalled the entire thing 3 times; same error. I called Apple Support and they said they couldn't help me b/c I am operating in Windows XP, and Microsoft's support is closed right now. I tried repairing it and nothing works. can anyone help please??

    hmmmm. okay, if your itunes.exe is running continually in Task Manager, that suggests that you don't have the Qoologic problem that Ewido fixes. (with that one, the itunes.exe typically just shows up for a few seconds, if at all ... although in some cases of multiple malware infections, it hangs around for 10 to 30 seconds.)
    so let's check on the usual suspects when itunes.exe persists in Task Manager.
    if you've got Norton Internet Security 2005, try the trusty Lorraine M technique:
    Lorraine M: NIS/itunes problem rectified
    ... but if you don't have NIS 2005, or it doesn't seem to work for you, let's also check up on this possibility:
    iTunes for Windows doesn't open after upgrading

  • Having error when opening psd file. "could not complete your request because an unexpected end-of-file was encountered". Im using a mac air, CS5.1

    "could not complete your request because an unexpected end-of-file encountered".

    Probably not good news I'm afraid. Hopefully you use Time Machine to keep regular backups of your work?
    Have you tried to open the file in Graphic Converter (shareware application)?
    I find file corruption practically non-existant these days. I would suggest that you maintain your machine. This can be done with Onyx http://www.apple.com/downloads/macosx/system_disk_utilities/onyx.html. Run all the tasks in the "automation" section of this application. 
    If you can do a drive check - checking your hard drive for physical issues might also be a good idea. 

  • JVM Initialization Error when Starting the Second Managed Server

    Hi,
    I am getting the below error when starting the 2nd Managed server on Solaris X86 machine.
    starting weblogic with Java version:
    java version "1.5.0_17"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
    Java HotSpot(TM) Client VM (build 1.5.0_17-b04, mixed mode, sharing)
    Starting WLS with line:
    /usr/jdk/instances/jdk1.5.0/bin/java -client -Xms256m -Xmx512m -XX:CompileThre shold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -da -Dplatform .home=/beafiler/weblogic10g/bea/wlserver_10.0 -Dwls.home=/beafiler/weblogic10g/b ea/wlserver_10.0/server -Dweblogic.home=/beafiler/weblogic10g/bea/wlserver_10.0/ server -Dwli.home= -Dweblogic.management.discover=false -Dweblogic.management.s erver=http://test_admin:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false - Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/beafiler/weblogic10g/bea/patch_wss 110/profiles/default/sysext_manifest_classpath:/beafiler/weblogic10g/bea/patch_w lw1021/profiles/default/sysext_manifest_classpath:/beafiler/weblogic10g/bea/patc h_wls1002/profiles/default/sysext_manifest_classpath:/beafiler/weblogic10g/bea/p atch_cie640/profiles/default/sysext_manifest_classpath -Dweblogic.security.provi ders.authentication.LDAPDelegatePoolSize=50 -Dweblogic.Name=wls_test2 -Djava.sec urity.policy=/beafiler/weblogic10g/bea/wlserver_10.0/server/lib/weblogic.policy weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Can any one please help me troubleshoot this?
    Edited by: user4877326 on Jul 13, 2010 1:33 PM

    Hi P.k,
    The table QRTZ92_TRIGGERS is there in the database.But while trying to run this command (UPDATE QRTZ92_TRIGGERS set NEXT_FIRE_TIME=1 where NEXT_FIRE_TIME < 0)in database i am getting the table or view does not exist.
    What is GTC resource?
    OIM version - 11.1.1.5.0.
    -Deena.

  • Error when starting sun one serv 7

    I have this problem when I try to start (asadmin start-appserv) sun one app serv 7 in linux red hat 8.
    Could not start the instance: domain1:admin-server
    server failed to start: abnormal subprocess termination
    Could not start the instance: domain1:server1
    server failed to start: abnormal subprocess termination
    Could not start one or more instances in the domain : domain1
    Could not start one or more domains
    log:
    [13/Oct/2003:16:30:39] SEVERE ( 1412): CORE3092: Error receiving response from watchdog
    [13/Oct/2003:16:30:39] SEVERE ( 1412): CORE3144: Watchdog admin channel has been closedI do not have firewall installed in the same machine.
    Somebody can help me?
    thanks.
    mindu.

    I think this might occur if you don't have the patch for SunAlert 46042 installed. There's more information on this critical Solaris security vulnerability, which was reported back in 2002, at http://sunsolve.central.sun.com/search/document.do?assetkey=1-26-46042-1
    Can you run the following command to check if you have patch 109326-09 installed and let us know the result?showrev -p | grep 109326If you don't have 109326-09 or higher installed, you should install it as soon as possible. You can follow the link from the SunAlert. Better yet, install the latest Solaris 8 recommended patch cluster from http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/patch-access to make sure your system is fully patched and up to date.

  • Managed Server failed to start(oim_server1 and soa_server1) in weblogic

    Hi All,
    Following upgrade guide is getting followed for OIM version upgrade from 9.1.0.2 to 11g.
    http://docs.oracle.com/cd/E21764_01/upgrade.1111/e10129/upgrade_oim.htm
    After performing step '13.8 Task 6: Start the WebLogic Administration Server'
    Following steps were done
    1. Started weblogic administrator server
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>startWebLogic.cmd
    2. Opened the weblogic console (http://localhost:7001/console/login/LoginForm.jsp)
    3. Assigning listen address (IP address of server) to both server OIM_SERVER1 and SOA_SERVER1.
    4. Created two clusters OIM_CLUSTER and SOA_CLUSTER
    5. Added AdminServer and OIM_SERVER1 to cluster OIM_CLUSTER
    6. Added soa_server1 to cluster SOA_CLUSTER
    7. Created machine with hostname of server
    8. Added all the server to newly created machine
    9. Started node manager with following command
    E:\Oracle_11g\middleware_home\wlserver_10.3\server\bin>startNodeManager.cmd
    10. checked node manager status, it is reachable.
    Now when I am going for starting OIM_SERVER1, it is getting failed and state is showing Admin.
    When I am going to start soa_server1, it is getting failed.

    Nishith,
    Thaks for our help.
    Did you mean following ?
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    K:\>cd E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin
    K:\>e:
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>startManaged
    WebLogic.cmd
    Need to set SERVER_NAME and ADMIN_URL environment variables or specify
    them in command line:
    Usage: startManagedWebLogic.cmd SERVER_NAME {ADMIN_URL}
    for example:
    startManagedWebLogic.cmd managedserver1 http://mapidmapn01:7001
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>startManaged
    WebLogic.cmd oim_server1 http://localhost:7001/console
    ** Setting up SOA specific environment for win...
    PATH=E:\ORACLE~2\MIDDLE~1\patch_wls1036\profiles\default\native;E:\ORACLE~2\MIDD
    LE~1\patch_ocp371\profiles\default\native;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server
    \native\win\x64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\bin;E:\ORACLE~2\MIDDLE~1\
    modules\ORGAPA~1.1\bin;E:\Java\JDK16~1.0_3\jre\bin;E:\Java\JDK16~1.0_3\bin;E:\Or
    acle\product\10.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\Syste
    m32\Wbem;C:\Program Files (x86)\Windows Imaging\;E:\Java\jdk1.6.0_32\bin;C:\Wind
    ows\sysWOW64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;E:\O
    racle_11g\middleware_home\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    USER_MEM_ARGS=-Xms768m -Xmx1536m -XX:PermSize=256m -XX:MaxPermSize=512m
    JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore="E:\Oracle_11g\middleware
    _home\wlserver_10.3\server\lib\cacerts" -Xverify:none
    ** End SOA Specific environment setup for win.
    JAVA Memory arguments: -Xms768m -Xmx1536m -XX:PermSize=256m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar
    ;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\user-patch.jar;E:\Oracle_
    11g\middleware_home\Oracle_SOA1\soa\modules\soa-startup.jar;;E:\ORACLE~2\MIDDLE~
    1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\OR
    ACLE~2\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_pa
    tch.jar;E:\Java\JDK16~1.0_3\lib\tools.jar;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server
    \lib\weblogic_sp.jar;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;E:\
    ORACLE~2\MIDDLE~1\modules\features\weblogic.server.modules_10.3.6.0.jar;E:\ORACL
    E~2\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;E:\ORACLE~2\MIDDLE~1\modules\
    ORGAPA~1.1/lib/ant-all.jar;E:\ORACLE~2\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-con
    trib.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;E:\ORACLE
    ~2\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;E:\Or
    acle_11g\middleware_home\Oracle_SOA1\soa\modules\oracle.soa.common.adapters_11.1
    .1\oracle.soa.common.adapters.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\comm
    unications\modules\usermessaging-config_11.1.1.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1
    \modules\oracle.xdk_11.1.0\xsu12.jar;E:\ORACLE~2\MIDDLE~1\modules\features\weblo
    gic.server.modules.xquery_10.3.1.0.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1
    \soa\modules\db2jcc4.jar;E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\s
    oa-infra;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\fabric-url-handle
    r_11.1.1.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\quartz-all-1.
    6.5.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\oracle.soa.fabric_
    11.1.1\oracle.soa.fabric.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modul
    es\oracle.soa.fabric_11.1.1\fabric-runtime-ext-wls.jar;E:\Oracle_11g\middleware_
    home\Oracle_SOA1\soa\modules\oracle.soa.adapter_11.1.1\oracle.soa.adapter.jar;E:
    \Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\oracle.soa.b2b_11.1.1\oracle
    .soa.b2b.jar;E:\Oracle_11g\middleware_home\Oracle_IDM1\server\lib\oim-manifest.j
    ar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\ESAPI-2.0-rc4.jar;E
    :\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\antisamy-bin.1.3.jar;E:
    \ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\commons-configuration-1.
    5.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\commons-fileuplo
    ad-1.2.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\commons-lan
    g-2.3.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\nekohtml-0.9
    .5.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\xercesImpl-2.9.
    1.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;E:\ORACLE~
    2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;E:\ORACLE~2\MIDDLE~1\WLSE
    RV~1.3\server\lib\xqrl.jar
    PATH=E:\ORACLE~2\MIDDLE~1\patch_wls1036\profiles\default\native;E:\ORACLE~2\MIDD
    LE~1\patch_ocp371\profiles\default\native;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server
    \native\win\x64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\bin;E:\ORACLE~2\MIDDLE~1\
    modules\ORGAPA~1.1\bin;E:\Java\JDK16~1.0_3\jre\bin;E:\Java\JDK16~1.0_3\bin;E:\Or
    acle\product\10.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\Syste
    m32\Wbem;C:\Program Files (x86)\Windows Imaging\;E:\Java\jdk1.6.0_32\bin;C:\Wind
    ows\sysWOW64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;E:\O
    racle_11g\middleware_home\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_32"
    Java(TM) SE Runtime Environment (build 1.6.0_32-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 20.7-b02, mixed mode)
    Starting WLS with line:
    E:\Java\JDK16~1.0_3\bin\java -client -Xms768m -Xmx1536m -XX:PermSize=256m -XX:
    MaxPermSize=512m -Dweblogic.Name=oim_server1 -Djava.security.policy=E:\ORACLE~2\
    MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.security.SSL.trustedCA
    KeyStore="E:\Oracle_11g\middleware_home\wlserver_10.3\server\lib\cacerts" -Xver
    ify:none -da -Dplatform.home=E:\ORACLE~2\MIDDLE~1\WLSERV~1.3 -Dwls.home=E:\ORAC
    LE~2\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\
    server -Dcommon.components.home=E:\ORACLE~2\MIDDLE~1\ORACLE~1 -Djrf.version=11.
    1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
    -Ddomain.home=E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Djrockit.optfile=
    E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dor
    acle.server.config.dir=E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMW
    CON~1\servers\oim_server1 -Doracle.domain.config.dir=E:\ORACLE~2\MIDDLE~1\USER_P
    ~1\domains\BASE_D~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=E:\ORACLE~2\MIDD
    LE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\carml -Digf.arisidstack.home=E:\
    ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\arisidprovider -Dora
    cle.security.jps.config=E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fm
    wconfig\jps-config.xml -Doracle.deployed.app.dir=E:\ORACLE~2\MIDDLE~1\USER_P~1\d
    omains\BASE_D~1\servers\oim_server1\tmp\_WL_user -Doracle.deployed.app.ext=\- -D
    weblogic.alternateTypesDirectory=E:\Oracle_11g\middleware_home\Oracle_IDM1\serve
    r\loginmodule\wls,E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,E:
    \ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.ha
    ndler.pkgs=oracle.mds.net.protocol"|"oracle.fabric.common.classloaderurl.handler
    "|"oracle.fabric.common.uddiurl.handler"|"oracle.bpm.io.fs.protocol -Dweblogic.
    jdbc.remoteEnabled=false -DXL.HomeDir=E:\Oracle_11g\middleware_home\Oracle_IDM1
    \server -Djava.security.auth.login.config=E:\Oracle_11g\middleware_home\Oracle_
    IDM1\server\config\authwl.conf -Dorg.owasp.esapi.resources=E:\Oracle_11g\middle
    ware_home\Oracle_IDM1\server\apps\oim.ear\APP-INF\classes -da:org.apache.xmlbea
    ns... -Dsoa.archives.dir=E:\Oracle_11g\middleware_home\Oracle_SOA1\soa -Dsoa.ora
    cle.home=E:\Oracle_11g\middleware_home\Oracle_SOA1 -Dsoa.instance.home=E:\ORACLE
    ~2\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Dtangosol.coherence.clusteraddress=227.7.
    7.9 -Dtangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.x
    ml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.tr
    ansaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Dj
    avax.net.ssl.trustStore=E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks
    -Dem.oracle.home=E:\Oracle_11g\middleware_home\oracle_common -Djava.awt.headles
    s=true -Dums.oracle.home=E:\Oracle_11g\middleware_home\Oracle_SOA1 -Dweblogic.ma
    nagement.discover=false -Dweblogic.management.server=http://localhost:7001/conso
    le -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=fa
    lse -Dweblogic.ext.dirs=E:\ORACLE~2\MIDDLE~1\patch_wls1036\profiles\default\syse
    xt_manifest_classpath;E:\ORACLE~2\MIDDLE~1\patch_ocp371\profiles\default\sysext_
    manifest_classpath weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>

  • ADF:--Error occurred during initialization of VM,Could not create the Java

    Hi Friends,
    when am creating new adf page and starting Run the ADF page it will through an error
    *** Using port 7101 ***
    "C:\Users\Rama Krishna\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\Oracle\MIDDLE~1\JDK160~1\jre\bin;D:\Oracle\MIDDLE~1\JDK160~1\bin;E:\oracle\product\10.2.0\db_1\bin;C:\orant\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\SSH Communications Security\SSH Secure Shell;D:\Oracle\MIDDLE~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:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Xms512m -Xmx512m -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Process exited.
    could you please tell me anybody solve this error.
    Thank and Regards
    Rkrao

    Hi
    am facing same issue, My problem was not solve
    error like this
    *** Using port 7101 ***
    "C:\Users\Rama Krishna\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;%classpath%;.\
    PATH=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\Oracle\MIDDLE~1\JDK160~1\jre\bin;D:\Oracle\MIDDLE~1\JDK160~1\bin;E:\oracle\product\10.2.0\db_1\bin;C:\orant\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Oracle\Middleware\jdk160_18\bin\javac;D:\Oracle\MIDDLE~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:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Xms512m -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none  -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Digf.arisidbeans.carmlloc=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds  -Xms512m -Xmx512m -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath  weblogic.Server
    Error occurred during initialization of VM
    Could not create the Java virtual machine.
    Could not reserve enough space for object heap
    Process exited.could u please tell me any body, solve this problem
    Thank and Regards
    Rkrao.

  • Error when starting weblogic server 10.3.6

    hi am having below error when starting my weblogic server am in window xp
    C:\mydomain\base_domain\bin>DIR
    Volume in drive C is WinXP
    Volume Serial Number is F086-F167
    Directory of C:\mydomain\base_domain\bin
    22/04/2011  11:10 PM    <DIR>          .
    22/04/2011  11:10 PM    <DIR>          ..
    22/04/2011  11:10 PM    <DIR>          nodemanager
    22/04/2011  11:10 PM    <DIR>          server_migration
    22/04/2011  11:10 PM    <DIR>          service_migration
    29/11/2011  10:14 PM            14,273 setDomainEnv.cmd
    29/11/2011  10:14 PM            16,221 setDomainEnv.sh
    29/11/2011  10:14 PM             3,322 startManagedWebLogic.cmd
    29/11/2011  10:14 PM             3,147 startManagedWebLogic.sh
    29/11/2011  10:14 PM             5,914 startWebLogic.cmd
    29/11/2011  10:14 PM             5,657 startWebLogic.sh
    29/11/2011  10:14 PM             2,528 stopManagedWebLogic.cmd
    29/11/2011  10:14 PM             2,391 stopManagedWebLogic.sh
    29/11/2011  10:14 PM             2,103 stopWebLogic.cmd
    29/11/2011  10:14 PM             2,081 stopWebLogic.sh
                  10 File(s)         57,637 bytes
                   5 Dir(s)   6,815,825,920 bytes free
    C:\mydomain\base_domain\bin>START startWebLogic.cmd
    C:\mydomain\base_domain\bin>
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=
    128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\PROGRA~1\Java\JDK16~1.0_2\lib\tools.jar;C:\wlserver\server\lib\weblogic_sp.jar
    ;C:\wlserver\server\lib\weblogic.jar;C:\modules\features\weblogic.server.modules
    _10.3.4.0.jar;C:\wlserver\server\lib\webservices.jar;C:\modules\org.apache.ant_1
    .7.1/lib/ant-all.jar;C:\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.
    jar;C:\oracle\Middleware\wlserver_10.3\sip\server\lib\weblogic_sip.jar;C:\Oracle
    \MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\wlserver\common\derby\li
    b\derbyclient.jar;C:\wlserver\server\lib\xqrl.jar
    PATH=;C:\wlserver\server\native\win\32;C:\wlserver\server\bin;C:\modules\org.apa
    che.ant_1.7.1\bin;C:\PROGRA~1\Java\JDK16~1.0_2\jre\bin;C:\PROGRA~1\Java\JDK16~1.
    0_2\bin;C:\Program Files\PC Connectivity Solution\;C:\product\11.2.0\dbhome_1\bi
    n;C:\product\11.2.0\dbhome_1;C:\forms;C:\DevSuiteHome_1\jlib;C:\Program Files\PH
    P;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Commo
    n Files\Roxio Shared\DLLShared;C:\Program Files\Common Files\Roxio Shared\DLLSha
    red;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared;C:\Program Files\Co
    mmon Files\DivX Shared;c:\Program Files\Java\jdk1.6.0_21\bin;C:\Program Files\Co
    mmon Files\Roxio Shared\10.0\DLLShared;C:\Program Files\Common Files\Roxio Share
    d\DLLShared;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared;C:\mywls;C
    :\mydomain\base_domain\bin;C:\Program Files\Java\jre6\bin\client;C:\Program File
    s\Java\jre6\bin;C:\Program Files\Java\jdk1.6.0_21\jre\bin;C:\Program Files\Java\
    jdk1.6.0_21\bin;C:\Program Files\Java\jdk1.6.0_21;C:\Program Files\Java\jre6;C:\
    DevSuiteHome_1\forms;C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\forms;C:\
    forms\sms_code.pll;C:\mywls\wlserver;C:\Java\jdk1.6.0_21;C:\wlserver\server\nati
    ve\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:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK16~1.0_2\bin\java -client   -Xms256m -Xmx512m -XX:CompileThr
    eshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer
    -Djava.security.policy=C:\wlserver\server\lib\weblogic.policy  -Xverify:none -ea
    :com.bea.wcp...   -da -Dplatform.home=C:\wlserver -Dwls.home=C:\wlserver\server
    -Dweblogic.home=C:\wlserver\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\
    ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.common
    s.logging.impl.Jdk14Logger -Ddomain.home=C:\mydomain\BASE_D~1 -Djrockit.optfile=
    C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dorac
    le.server.config.dir=C:\mydomain\BASE_D~1\config\FMWCON~1\servers\AdminServer -D
    oracle.domain.config.dir=C:\mydomain\BASE_D~1\config\FMWCON~1  -Digf.arisidbeans
    .carmlloc=C:\mydomain\BASE_D~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\
    mydomain\BASE_D~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:
    \mydomain\BASE_D~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\
    mydomain\BASE_D~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\-
    -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.os
    soiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djav
    a.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=f
    alse  -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole
    = -Dwlw.logErrorsToConsole=  weblogic.Server
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: weblogic.Server.  Program will exit.
    my set is
    C:\mydomain\base_domain\bin>SET
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Desmond\Application Data
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=MADIMAD-B533821
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FORMS90_PATH=C:\forms
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Desmond
    LOGONSERVER=\\MADIMAD-B533821
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=C:\product\11.2.0\dbhome_1
    OS=Windows_NT
    Path=C:\Program Files\PC Connectivity Solution\;C:\product\11.2.0\dbhome_1\bin;C
    :\product\11.2.0\dbhome_1;C:\forms;C:\DevSuiteHome_1\jlib;C:\Program Files\PHP;C
    :\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common F
    iles\Roxio Shared\DLLShared;C:\Program Files\Common Files\Roxio Shared\DLLShared
    ;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared;C:\Program Files\Commo
    n Files\DivX Shared;c:\Program Files\Java\jdk1.6.0_21\bin;C:\Program Files\Commo
    n Files\Roxio Shared\10.0\DLLShared;C:\Program Files\Common Files\Roxio Shared\D
    LLShared;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared;C:\mywls;C:\m
    ydomain\base_domain\bin;C:\Program Files\Java\jre6\bin\client;C:\Program Files\J
    ava\jre6\bin;C:\Program Files\Java\jdk1.6.0_21\jre\bin;C:\Program Files\Java\jdk
    1.6.0_21\bin;C:\Program Files\Java\jdk1.6.0_21;C:\Program Files\Java\jre6;C:\Dev
    SuiteHome_1\forms;C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\forms;C:\for
    ms\sms_code.pll;C:\mywls\wlserver;C:\Java\jdk1.6.0_21
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PHPRC=C:\Program Files\PHP\
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\Desmond\LOCALS~1\Temp
    TMP=C:\DOCUME~1\Desmond\LOCALS~1\Temp
    USERDOMAIN=MADIMAD-B533821
    USERNAME=Desmond
    USERPROFILE=C:\Documents and Settings\Desmond
    windir=C:\WINDOWS
    aa__COMPAT_LAYER=EnableNXShowUI

    Tshifhiwa,
    Back again? Nothing learned?
    No jdev version?
    You should n^know by now that you have to give at least some basic information.
    A description of what you tried to do outside the listing would help too.
    Timo

Maybe you are looking for

  • HP LaserJet Pro P1606dn ip address change automatic

    i have a HP LaserJet Pro P1606dn, there is problem with IP Address, ip address change automatic in this reason i am not able to use the printer, pls solve my problem....

  • Adobe Download Assistant Wont Work

    I am trying to download the trail for adobe after effects. but when i download and open the download assistant it says this "This application cannot be installed because this installer has been mis-configured. Please contact the application author fo

  • Code in FB60

    Hi,    I need to include custom code (particular vendor verification) in FB60.  Can any of you advice me where I can include my custom code. Regards Sudhaker

  • 10.6.3 won't install!

    Hello, I have tried to install the new 10.6.3 (combo) update onto my MacBook (currently 10.6.2) but it says it has been corrupted on download (if i use software update) and if i download and install from the support section of the website, it says my

  • Bridge does not remember last folder opened upon reboot of the OS

    I recently re-installed Win 7 64 on a new HD, and after all the folderol of that operation (Windows updates, SP1 etc) Bridge does not seem to remember where it was when the computer is rebooted. When I open Bridge, all I get under Favorites/Folders i