Cannot start server from console

It seems that this problem has been reported before but I have not found anybody posting a solution. I followed the instructions to install sp7 and am getting this error.
Can anyone help out since we are also stuck on this one. An additional note is that the SYSTEM CLASSPATH to be
appended from the registry does not show up in the console messages window. Any ideas?
hi,,
i tried to run weblogic console and i started weblogic server,,
i got the error message
Tue May 16 16:40:21 EDT 2000:<I> <EJB> 0 deployed, 0 failed to deploy.
*************************************************************************** The WebLogic Server did
not start up properly. Exception raised: java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException:
java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not
found at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:140) at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112) at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104) at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53) at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1390) at
weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:513) at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code) at
weblogic.t3.srvr.HttpServer.start(HttpServer.java:442) at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code) at
weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825) at java.lang.reflect.Method.invoke(Native Method) at
weblogic.Server.startServerDynamically(Server.java:99) at weblogic.Server.main(Server.java:65) at
weblogic.Server.main(Server.java:55) java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:140) at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112) at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104) at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53) at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1390) at
weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:513) at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code) at
weblogic.t3.srvr.HttpServer.start(HttpServer.java:442) at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code) at
weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825) at java.lang.reflect.Method.invoke(Native Method) at
weblogic.Server.startServerDynamically(Server.java:99) at weblogic.Server.main(Server.java:65) at
weblogic.Server.main(Server.java:55)
can anybody help me ..
thanks
bye
san

Yep...just in case
The weblogic classpath is as follows (obtained using wconfig)
d:\weblogic\lib\weblogic510sp7.jar;d:\weblogic\license;d:\weblogic\classes;d:\weblogic\myserver\serverclasses;d:\weblogic\lib\weblogicaux.jar
The system classpath is as follows
d:\weblogic\lib\weblogic510sp7boot.jar;d:\weblogic\myserver\serverclasses;d:\weblogic\jre1_2\lib\tools.jar;d:\weblogic\jre1_2\jre\lib\rt.jar;d:\weblogic\jre1_2\jre\lib\i18n.jar;d:\weblogic\license;d:\weblogic\classes\boot;d:\weblogic\classes;d:\weblogic\lib\weblogicaux.jar;d:\weblogic\eval\cloudscape\lib\cloudscape.jar
NOTE that we are able to start the server from the command prompt fine using startWebLogic.cmd
/Deepak
"Jim Clark" <[email protected]> wrote:
I guess you are running NT. Did you log out and log back in after setting
your CLASSPATH?
Can you echo your CLASSPATH? What is your WEBLOGIC CLASSPATH?
Jim
"Deepak Srinivasan" <[email protected]> wrote in message
news:[email protected]...
It seems that this problem has been reported before but I have not foundanybody posting a solution. I followed the instructions to install sp7 and
am getting this error.
Can anyone help out since we are also stuck on this one. An additionalnote is that the SYSTEM CLASSPATH to be
appended from the registry does not show up in the console messageswindow. Any ideas?
hi,,
i tried to run weblogic console and istarted weblogic server,,
i got the error message
Tue May 16 16:40:21 EDT 2000:<I> <EJB>0 deployed, 0 failed to deploy.
>
The WebLogic Server did
not start up properly. Exceptionraised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException:
java.lang.NoSuchMethodError:weblogic.boot.ServerClassLoader: method
getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not
found atweblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:140) at
>
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:112) at
>
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:104) at
>
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
iveReloadOnModifyClassLoader.java:53) at
>
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
init>(RecursiveReloadOnModifyClassLoader.java:149)
atweblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
pl.java:1390) at
>
weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
513) at
>
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled
Code) at
>
weblogic.t3.srvr.HttpServer.start(HttpServer.java:442) at
weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code) at
>
weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825) at
java.lang.reflect.Method.invoke(Native Method) at
>
weblogic.Server.startServerDynamically(Server.java:99) at
weblogic.Server.main(Server.java:65) at
weblogic.Server.main(Server.java:55)java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
>
getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found at
>
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:140) at
>
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:112) at
>
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:104) at
>
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
iveReloadOnModifyClassLoader.java:53) at
>
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
init>(RecursiveReloadOnModifyClassLoader.java:149)
atweblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
pl.java:1390) at
>
weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
513) at
>
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled
Code) at
>
weblogic.t3.srvr.HttpServer.start(HttpServer.java:442) at
weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code) at
>
weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825) at
java.lang.reflect.Method.invoke(Native Method) at
>
weblogic.Server.startServerDynamically(Server.java:99) at
weblogic.Server.main(Server.java:65) at
weblogic.Server.main(Server.java:55)
can anybody help me ..
thanks
bye
san

Similar Messages

  • WLS 5.1 SP6 with JRE 1.3 - Cannot start server from Start Menu or as NT service

    Hi:
    I am trying to setup WLS 5.1 SP6 runing with JRE 1.3 on Windows 2000 Server to
    run as an NT Service or from the start menu. The wlserver program is invoked the
    following error message is returned. (A similar error is returned when starting
    as an NT Service)
    =====================================================
    D:\weblogic>bin\wlserver
    Java dll not found. Bad value for JAVA_HOME.
    The system cannot find the path specified.
    Java dll not found. Bad value for JAVA_HOME.
    The system cannot find the path specified.
    loadIt: Java DLL not found.
    The Windows registry is misconfigured
    for the WebLogic Server
    JAVA dll not found: d:\jre1.3.0_02\jre\bin\javai.dll:
    The Windows registry is misconfigured
    for the WebLogic Server
    Can't start WebLogic Server: (Can't start Java VM) err=0x2000001
    D:\weblogic>
    =========================================================
    I found old messages in the newsgroups indicating that there have been issues
    with WLS 5.1 and Java 1.3 on NT running as a service or from the start menu.
    But there does not seem to be a resolution to this problem yet.
    Is there a workaround to this issue. Is there a new wlserver that supports 1.3
    for WLS 5.1. I am running with SP6 because we need to run with WLCS 3.2 also.
    WLS 5.1 starts up fine as a service or from the start menu with the JRE 1.2 shipped
    with the product or from a command window with startWeblogic running SDK 1.3
    Thanks in advance for any help to clear this up.
    -William

    Thanks for the suggestion... the registry already has this setting... that does
    not seem to be it.
    From looking closer at what is installed with the 1.3 JRE versus the 1.2 JRE packaged
    with the 5.1 server... it seems to me that the issue has to do with support for
    the Hotspot VM.
    The 1.3 JRE has a hotspot subdirectory under the bin, there is no classic subdirectory,
    as is the case with the 1.2 JRE in the 5.1 package or even with a standard SDK
    1.3 installation.
    Does 5.1 support the hotspot vm. How can I switch it to use the 'older' JVM instead?
    If I copy the 'classic' jvm.dll from the sdk 1.3 installation into the bin\classic
    directory of the 1.3 JRE, the server does start, but an error message indicating
    that the javai.dll was not found still comes up. Followed by the following error:
    Warning: JIT compiler "symcjit" not found. Will use interpreter.
    The server startup output then comes up ... Please help, anyone?
    "Jcmuppy" <[email protected]> wrote:
    Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
    has value '1.1', but '1.3' is required.
    If the value is "1.1", chage the value into "1.3"
    "William Rojas" <[email protected]> wrote:
    >
    Hi:
    I am trying to setup WLS 5.1 SP6 runing with JRE 1.3 on Windows 2000
    Server to
    run as an NT Service or from the start menu. The wlserver program is
    invoked the
    following error message is returned. (A similar error is returned when
    starting
    as an NT Service)
    =====================================================
    D:\weblogic>bin\wlserver
    Java dll not found. Bad value for JAVA_HOME.
    The system cannot find the path specified.
    Java dll not found. Bad value for JAVA_HOME.
    The system cannot find the path specified.
    loadIt: Java DLL not found.
    The Windows registry is misconfigured
    for the WebLogic Server
    JAVA dll not found: d:\jre1.3.0_02\jre\bin\javai.dll:
    The Windows registry is misconfigured
    for the WebLogic Server
    Can't start WebLogic Server: (Can't start Java VM) err=0x2000001
    D:\weblogic>
    =========================================================
    I found old messages in the newsgroups indicating that there have been
    issues
    with WLS 5.1 and Java 1.3 on NT running as a service or from the start
    menu.
    But there does not seem to be a resolution to this problem yet.
    Is there a workaround to this issue. Is there a new wlserver that supports
    1.3
    for WLS 5.1. I am running with SP6 because we need to run with WLCS
    3.2 also.
    WLS 5.1 starts up fine as a service or from the start menu with the JRE
    1.2 shipped
    with the product or from a command window with startWeblogic running
    SDK 1.3
    Thanks in advance for any help to clear this up.
    -William

  • Start managed server from console?

    If I try to start a new weblogic 10.3 managed server from the console then i get this error:
    "The server myserver does not have a machine associated with it.
    All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed."
    Starting the same managed server from the dos prompt "bin/startManagedServer.bat myserver" works, so why is the weblogic console not working?

    Hi,
    To start any managed servers from Admin Console you need to have a Machine associated with that Managed server and have to start nodemanager, then only you can start a managed server from console.
    Following are the steps:
    1) Create a Managed Server (MS-1)
    2) Create a Machines (MachineA)
    3) In the above created MachineA add the MS-1 which can be done from the below console path
    Console Path:
    Machines --> MachineA --> Configuration [Tab] --> Servers [Sub-Tab]
    4) Now start nodemanager using the startNodeManager.sh script which can be found in the below path
    Path:
    wlserver_10.3/server/bin/
    5) Now you can try to start your MS-1 using the Admin Console.
    Note: If you still cannot start the your managed servers then would suggest you to have a look at the below post
    Topic: NodeManager is not reachable
    http://middlewaremagic.com/weblogic/?p=5205
    Topic: Common NodeManager Issues in WebLogic
    http://middlewaremagic.com/weblogic/?p=2887
    Regards,
    Ravish Mody

  • I have updated to Itunes v11. Now I cannot start Itunes from my computer

    I  have updated to Itunes v11. Now I cannot start Itunes from my computer. I have tried clicking both on the short cut icon, the program file and the application file. The hour glass appears for a second then nothing. I have tried copying an audio disc and nothing happens.

    Are you getting an error message number with your unknown error? If so, what's the error message number, please?

  • Can't Install Leopard "Cannot Start up from this volume"

    I have 10.4.10 currently installed on my MacBook (120GB aftermarket HD).
    HD works fine and is properly partition/formatted and working just fine in 10.4 (GUID partition, journaled, etc). Ran repair permission/disk to be safe and it checked out ok.
    10.5 installer loads up ok but when I get the list of drives to install to my HD has a red exclaimation on it and when I try and select it I get the message "You cannot install Mac OS X on this volume. Mac OS X cannot start up from this volume."
    I have no problems running 10.4 on that volume and I don't want to reformat unless I am 100% sure it will fix the problem.

    Since nobody replied after 26 views I assumed nobody wanted to help me.
    So I ended up reformatting my HD to the same options it currently had and that fixed it. SO I am starting to do the install now.
    Thanks to the 26 people who viewed it and didn't offer any help.

  • Installing Leopard over Tiger: "MacOs X cannot start up from this [volume]"

    That's the message I get on an iMac dual 2-GHz. Each partition has a yellow '!' with the message "MacOs X cannot start up from this [volume]" (I think it says volume) not 'cannot be installed on this..."
    Trouble is, it says this about the current 10.4.11 start-up volume. Is this a GUID partition map thing? Any ways around it?
    TIA,

    TimDanaher wrote:
    "MacOs X cannot start up from this [volume]" (I think it says volume) not 'cannot be installed on this..."
    Trouble is, it says this about the current 10.4.11 start-up volume. Is this a GUID partition map thing?
    That's easy to test. Launch Disk Utility, select that drive (not volume) in the column on the left, and look for "Partition Map Scheme" at the bottom of the window.
    Any ways around it?
    If it's not already GUID, you'll need to repartition the drive. That will erase everything on it.

  • "You Cannot Install OS X on This Disk. OS X cannot start up from this disk".

    Hey, I am running Lion on a Macbook Air 2010 model and i recently bought Mountain Lion through the MAC App Store. ive had problems installing it as i cant install it onto my Macintosh HD (startup Disk). Ive opened the ML installer and its rebooted my mac into the installer Menu, but when it goes to install, it stops and says You Cannot Install OS X on This Disk. OS X cannot start up from this disk." i want to be able to install ML overwriting Lion on my MacintoshHD (startup drive), are there any solutions that can fix this problem?

    Glad to hear it!
    I ran into another problem: The USB cable I was using for my external backup disk was not reliable.  I kept getting "disk ejects" at various points during migration.
    I bought a new "2.0 certified" cable and it worked fine.  The first two attempts resulted in re-installs.
    I'm happy to report that after the 3rd re-install of ML everything appears to be OK.
    I disabled TM and keeping my last b/u offline for a few more days to be safe....

  • Maverick upgrade issue : OS X cannot start up from this disk

    Hi all, everytime I try to upgrade to Maverick for my new mackbook air, I got this problem 'OS X cannot start up from this disk' (MACOSX). I tried deleting files to get more space, repairing disk and determine that it is not time machine issue, but to no avail.  I have 58 gb free space on my 128 gb SSD.  Can anyone help ? It is really frustrating.  I am not sure what is the other disk called OS X install ESD which is 5.42 GB total.

    sigge44 wrote:
    I'm trying to upgrade my tiger installation with leopard, but I get the message "Mac os x cannot start up from this volume". It is the internal disk and I have a Linux install too on that disk. Earlier I used Refit but I have removed it. Do I have to repartition? Partiontabel is GUID-partiontable in diskutil.
    Removing an app or bootloader like rEFIt or OS such as Linux does not ensure that the drive is back to where it was before you installed these programs.
    Even having a partition for TechTools eDrive will cause problems.
    First I would run DU and check/repair your HD and then run a file permission verify/repair and zap the PRAM.
    I would then suggest backing up Tiger and Linux with clones and completely erasing the HD using the full (not quick) erase and then installing Leopard and migrating your Tiger material back.

  • Solution: mac os x cannot start up from this volume

    I purchased a new WD 300GB SATA drive recently to replace a failing OEM 250GB drive in a G5 tower. I installed the new drive and ran the 10.4.3 Installer DVD. I opened Disk Utility, selected the new drive, clicked the Erase tab, etc., etc. Went back to the Installer, saw an error: "You cannot install OS X on this volume. Mac OS X cannot start up from this volume."
    Long story short, it appears that sometimes Disk Utility doesn't actually correctly format the drive. The key thing to look for is that if you go to Disk Utility and select the physical drive volume, then hit Get Info, under Partition Type it will say "FDiskpartitionscheme," even though it claims to be formatted Mac OS Extended, Journaled. The Installer will reject any disks not listed as "Applepartitionscheme."
    The solution is to go back into Disk Utility and try different methods of reformatting (select the physical drive, select the logical volume, Erase, Partition, etc.) until you get "Applepartitionscheme." Then it should work fine.

    To install Panther, you need the retail install version CDs (black with silver X). I suspect you are trying to use a model specific version or upgrade version (gray), that won't work.
    When you formatted the new drive, did you check to install the OS 9 drivers? The drivers need to be installed if you want to be able to boot OS 9.x. If you just want to be able to run in classic mode, the drivers are not necessary.
    If OS X has never been installed on your Mac, you need to check if your Mac requires a firmware (Boot ROM version in System Profiler) update. Mac OS X: Available firmware updates
    http://docs.info.apple.com/article.html?artnum=86117 If an update is required, the update must be installed (using OS 9) BEFORE you install OS X.
     Cheers, Tom

  • Upgrade "Mac os x cannot start up from this volume"

    I'm trying to upgrade my tiger installation with leopard, but I get the message "Mac os x cannot start up from this volume". It is the internal disk and I have a Linux install too on that disk. Earlier I used Refit but I have removed it. Do I have to repartition? Partiontabel is GUID-partiontable in diskutil.

    sigge44 wrote:
    I'm trying to upgrade my tiger installation with leopard, but I get the message "Mac os x cannot start up from this volume". It is the internal disk and I have a Linux install too on that disk. Earlier I used Refit but I have removed it. Do I have to repartition? Partiontabel is GUID-partiontable in diskutil.
    Removing an app or bootloader like rEFIt or OS such as Linux does not ensure that the drive is back to where it was before you installed these programs.
    Even having a partition for TechTools eDrive will cause problems.
    First I would run DU and check/repair your HD and then run a file permission verify/repair and zap the PRAM.
    I would then suggest backing up Tiger and Linux with clones and completely erasing the HD using the full (not quick) erase and then installing Leopard and migrating your Tiger material back.

  • Mac os x cannot start up from this disk

    I have a 2008 MacBook Air which runs Leopard. I want to upgrade to Snow Leopard and then Lion. I have the Snow Leopard family pack disk and try to do the install but it say 'Mac OS X cannot start up from this disk' and shows a yellow triangle with a !
    I went to the genius bar and they told me to put the Snow Leopard disk in the superdrive and restart holding down C and it would then work - but it did not. I also saw on a forum about using disk utility and partion and resizing the partition then putting it back as it was originally and then re trying but I get the same message.
    Anybody got any ideas?

    Saw an article by Topher Kessler: http://reviews.cnet.com/8301-13727_7-10330520-263.html
    The extract from that article below worked for me.
    Note when I first resized the partion (comment above) I did not 'apply', this time I did and then resized back to the original full size and hit 'apply' again. Although when the install starts it shows the size of the partion to be the smaller (temporary) size, it is not and the install completes with no issues.
    Boot from the Snow Leopard DVD and select your language. Then launch "Disk Utility" from the "Utilities" menu and perform the following steps:
    Select your boot device (the device above the boot volume name), and select the "Partition" tab.
    Resize the partition by selecting the volume name in the rectangular volume representation and drag the bottom-right corner of it to change its size.
    Click "Apply" to change the partition's size.
    Revert the change by dragging the same resizing corner back to the bottom, and click "apply."
    After this is done, quit out of Disk Utility and try installing Snow Leopard again. Since you are booted from the Snow Leopard DVD you should be able to continue immediately without having to reboot your system.
    Hope this helps others. Thanks Topher!

  • Unable to Start/Stop Directory server from console

    We have two Directory Server 5.2 installations with both running as masters with replication between them. One of them was installed with the admin server and the other without. On the one that was installed without the admin server we added it afterwards.
    We now find that on the one that had the admin server installed after the directory server that we cannot start/stop the directory server from the server console nor can we view or access backups or logs from the console. The system does however create the log and backup files and we can start/stop it from the command line.
    I read in a post somewhere that the admin server can be created with a different user from the directory server or with the same username but a different domain and wondered if that was the problem but have looked through the configuration files on both machines and haven't managed to spot a discrepancy.
    Does anyone have any ideas where and what to check?
    Thanks in advance.
    Peter

    Ah, I wouldn't have recognized this scenario if you didn't report the scrozzled user name. The "access denied" error happens for the simple reason that 'IAyjcJlYKL' is not a valid user in your domain. Fancy that. If you look in your config.xml for the "node-manager-username" element, you may find the value is encrypted, and probably is 'IAyjcJlYKL'.
    It might be best if you filed a support case for this. I can make some guesses about what you should do, but it's just a guess. In any case, if you try fixing something, make a backup of the file first.
    The two things you can try doing are (backup the files and shut down everything first):
    * Edit the nm_password.properties file, replacing the one "hashed" line with two lines, setting the "username" property and the "password" property, both in cleartext. When the nodemanager starts up, it will replace those two lines with the "hashed" value.
    * Edit the config.xml file, replacing the values in the "node-manager-username" and "node-manager-password-encrypted" elements with their cleartext versions.
    Then start up the nodemanager and server.
    I'm familiar with this because I saw this happen, and I'm trying to remember the strange thing we had to do. I worked this out with BEA support a while ago. If it helps, my case number was #796710.

  • How to start managed server from console?

    Hi,
    After several unsuccesful attempts to start a managed server from admin console,
    which starts fine by script and stops by console, can somebody please mail me
    what to enter in the "remote start" tab!
    The documentation is very uncertain if the path have to be absolute or not. It
    seems to be a problem with the classpath.
    thanks in advance
    Kai

    The ServerStart element should look like below (WLS6.1sp1+). Using absolute
    path is definitely OK. Please provide us more info if you still have this
    problem such as files under WL_HOME\NodeManagerLogs\<mgr'ed servername>
    especially config and <mgr'ed server name>_error.log
    <ServerStart Arguments="-mx64m -ms64m" BeaHome="d:\bea"
    ClassPath="d:\bea\load1;d:\bea\load1\lib\weblogic_sp.jar;d:\bea\load1\lib\we
    blogic.jar"
    Name="Server-1005280911753"
    OutputFile="d:\bea\load1\config\NodeManagerClientLogs\managed1\startserver_1
    005280991998.log"
    RootDirectory="d:\bea\load1"
    SecurityPolicyFile="d:/bea/load1/lib/weblogic.policy"/>
    "Kai" <[email protected]> wrote in message news:3bea490f$[email protected]..
    >
    Hi,
    After several unsuccesful attempts to start a managed server from adminconsole,
    which starts fine by script and stops by console, can somebody please mailme
    what to enter in the "remote start" tab!
    The documentation is very uncertain if the path have to be absolute ornot. It
    seems to be a problem with the classpath.
    thanks in advance
    Kai

  • Problems starting server from within CFBuilder

    I recently installed CFBuilder and setup a localhost server.  I did not check the box to Use Windows Service to start/stop in the server setting.   I currently have the CF Server set to manually startup in the Windows Services.  When I finished the setup, I see the server starting up in the CFBuilder console.  Everything seems to work fine until I restart my machine.  Once I restart my machine and run CFBuilder, I cannot start the server from the Servers panel.  A messages in the console comes back stating that the server is unresponsive.  I thought it was my java version, so I updated the java to the latest 6_19.  Still the problem exists.  I uninstalled CFBuilder and reinstalled it, and it works fine (CF Server starts up in the console) until again I restart my machine.
    I do have Windows Vista 32-bit.  I downgraded back to Java version 6_06.  I thought the problem was just my machine, but I have another Vista machine that is having the exact problem, and it has the same JAVA and Vista.
    I looked through the Coldfusion Logs to see if I can find any errors.  I have tried to find logs in CFBuilder, but I have not been able to locate any.
    Any Ideas?
    Thanks for your help!
    Andrew

    Hi Sam,
    Unfortunately, this feature does not exist in Workshop 9.2
    Regarding your question about redirecting the output, the logs are saved under the domain directory.
    You could also refer to the following section for additional info on redirecting the output to multiple destinations.
    http://e-docs.bea.com/wls/docs90/ConsoleHelp/taskhelp/logging/RedirectJVMOutput.html
    Hope this helps.
    cheers
    Raj

  • Error in starting server from NetWeaver Studio

    I get the following error when i start the server from NetWeaver studio. Any reason why this error pops up.
    Problem Occurred:
    Startting Server - SAP Server E<24> (Time of error.....)
    Reason :
    JsfOpenAdmin failed: object not found.
    However I can start and stop the server from the management console.
    thanks,
    Sahir
    Edited by: Sahir Pathan on Jul 14, 2008 5:29 PM
    Edited by: Sahir Pathan on Jul 14, 2008 5:37 PM

    Maybe when you are on netweaver studio, the instance number passed is the java one instead of the abap instance one :
    sidadm> sapcontrol -nr 01 -function J2EEGetProcessList
    27.02.2009 17:13:02
    J2EEGetProcessList
    OK
    telnetPort, name, pid, type, restart, exitCode, state, startTime, elapsedTime, restartCount, errorCount, cpu, debug
    0, SDM, 11557, SDM Server, Yes, , J2EE_RUNNING, Running, 2009 02 01 06:41:40, 634:31:22, 0, 0, 0:14:36, Switched off
    50108, dispatcher, 11555, J2EE Dispatcher, Yes, , J2EE_RUNNING, Running, 2009 02 01 06:41:40, 634:31:22, 0, 0, 0:24:21, Disabled
    0, server0, 11556, J2EE Server, Yes, , J2EE_RUNNING, Running, 2009 02 01 06:41:40, 634:31:22, 0, 0, 1:16:31, Disabled
    sidadm> sapcontrol -nr 11 -function J2EEGetProcessList
    27.02.2009 17:13:17
    J2EEGetProcessList
    FAIL: JsfOpenAdmin failed: object not found
    sidadm>

Maybe you are looking for