Weblogic WorkShop IDE does not start

My weblogic workshop IDE was working until today. When I try opening it up, nothing happens. It doesn't open up or show me any error messages. I don't even know where to begin trouble shooting. Any ideas?
Thanks.
gtata
Edited by gtata at 12/10/2007 3:38 PM

I reproduced this problem on my 2 CPU x86 laptop with Solaris 11,
and I think I know what is the root of the problem.
It seems to be a scheduling problem. If I run these "cpu-eating"
programs without setting priority, prstat shows that they get high priority:
PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
6449 nikm 1448K 768K run 10 0 0:17:04 50% loop_sqrt_1/1
6637 nikm 1448K 768K cpu0 10 0 0:12:19 49% loop_sqrt_1/1
They both have PRI=10, NICE=0. As a result they do not allow java
to get enough cpu time to start Sun Studio IDE, because it runs with
lower priority: PRI=59, NICE=0
6680 nikm 311M 26M run 59 0 0:00:00 0.0% java/13
If I run these "cpu-eating" programs with a specified low priority,
everything works just fine, and Sun Studio IDE starts without
any problems. Try to run them using "nice -20":
nice -20 loop_sqrt_1 &
nice -20 loop_sqrt_1 &
sunstudio &
Perhaps we shall set priority in the "sunstudio" script to avoid such conflicts.
Thanks,
Nik

Similar Messages

  • If default domain name and server name is not accepted weblogic server 6.1 does not start as NT service

    I want to change the domain name and the server name ( I do not want
    mydomain, myserver) while installing
    weblogic as an NT service. After installing and starting weblogic from NT
    services program, weblogic does not start
    But if I start it from the command script, it starts
    Thanks
    madhu

    Hi,
    I could start weblogic as an nt service by changing the name of the
    default server and domain. I had to include password in the
    installNTservice script.
    Thanks
    Madhu
    Michael Young <[email protected]> wrote in message
    news:[email protected]..
    Hi.
    Please open a case with BEA support.
    Thanks,
    Michael
    m holur wrote:
    I want to change the domain name and the server name ( I do not want
    mydomain, myserver) while installing
    weblogic as an NT service. After installing and starting weblogic from
    NT
    services program, weblogic does not start
    But if I start it from the command script, it starts
    Thanks
    madhu--
    Developer Relations Engineer
    BEA Support

  • WLS5.1 SP8 problem : weblogic does not start anymore : method getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found

    Hello,
    I currently have a problem with the EJBException which does not give the
    client the getCausedBy() Exception. I d' like to try the 5.1 sp8 to see if
    the bug is fix.
    Unfortunately, after having installed the sp8, my WLS 5.1 does not start
    anymore : I get an invocationTargetException.
    Does anyone have a clue ?
    Best Regards.
    dom
    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.jav
    a:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:113)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:105)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1571)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    539)
    at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:523)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:418)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1312)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    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)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:113)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:105)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1571)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    539)
    at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:523)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:418)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1312)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    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)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    tel 02 38 64 37 95
    mailto:[email protected]

    Well... I've made a big classpath mistake.
    It works indeed.
    dom
    "Dominique Jean-Prost" <[email protected]> a écrit dans le
    message news: [email protected]...
    Hello,
    I currently have a problem with the EJBException which does not give the
    client the getCausedBy() Exception. I d' like to try the 5.1 sp8 to see if
    the bug is fix.
    Unfortunately, after having installed the sp8, my WLS 5.1 does not start
    anymore : I get an invocationTargetException.
    Does anyone have a clue ?
    Best Regards.
    dom
    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.jav
    a:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:113)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:105)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1571)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    539)
    at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:523)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:418)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1312)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    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)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:113)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:105)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1571)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    539)
    at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:523)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:418)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1312)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    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)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    tel 02 38 64 37 95
    mailto:[email protected]

  • Hi there, when i press the start button on my G4 twin processor, the light inside the button comes on until I let go when it goes back off and the machine does not start up. Any ideas?

    Hi there, when i press the start button on my G4 twin processor, the light inside the button comes on until I let go when it goes back off and the machine does not start up. Any ideas?

    Sounds a bit like the Power Supply, but...
    If you don't know the model, find the Serial# & use it on one of these sites, but don't post the Serial# here...
    http://www.chipmunk.nl/klantenservice/applemodel.html
    http://www.appleserialnumberinfo.com/Desktop/index.php
    How to find the serial number of your Apple hardware product...
    http://support.apple.com/kb/HT1349
    How to reset the SMU/PMU on a Power Mac earlier G3, G4, G5 models...
    http://support.apple.com/kb/HT1939

  • My imac does not start anymore (stops at the screen with the apple and a rotating circle). An idea what I could try to make it start again?

    My Imac does not start anymore.
    ==> What I have already done:
    1) I tried with the tigger dvd to reinstall. It didn't succeed.
    2) Via the single mode, when starting I got the message "disk0s2: I/0 error" several times. After that I got "Root device is mounted read-only"
    3) Nevertheless, I tried the "fsck -yf" function. After checking "Journal HFS Plus volume", "extends overflow file", "catalog file"... and invalid record count
    ==> /dev/rdisk0s2 (hfs) EXITED WITH SIGNAL 8
    Can someone advices me? I red on the internet I could reformat the disk... loosing all the data I didn't backed up. How am I suppose to reformat?
    Thanks in advance,
    Fred

    Reset the SMC: http://support.apple.com/kb/HT3964
    Reset the PRAM: http://docs.info.apple.com/article.html?path=Mac/10.6/en/26871.html
    Restart the computer while holding down your mouse button which if you hold it down long enough (5 minutes at most) should eject the disk
    If the disk still doesn't come out at that point then you need hardware evaluation;
    contact Apple, contact an Apple Authorized Service Provider, or make an appointment with an Apple Retail Store.

  • PIA service does not start

    Hi,
    my webserver is Weblogic (9.2, Tools 8.49 , HRMS90). PIa service does not start automaticaly when I start/boot the server. I should run startPIA.cmd. And then I can connect in 4/3.
    Do you have any idea for that ?
    In windows Evenetlog it says Event Type:     Warning
    Event Source:     beasvc
    Description:
    peoplesoft-PIA service stopped
    Thank for help.

    after u install PIA , u can start the server from the cmd by issuing a command called StartPIA.cmd ,
    or u can tie the domain to a service type called NT service, and schedule the service to be automatic. it keeps running as long as ur box is up. once u reboot it , service stops for a while and start again. this is automatic type of bringing up the server.
    ur bEA weblogic when installed sets the path for jdk and jre which are used by the server to come up properly.
    even after this if u have trouble, please paste the logs. logs are found under PS_HOME\webserver\domain_name\logs
    bea logs are under bea DIR.
    Thnks!

  • WebAnalysis does not start after workspace is set on Windows Authentication

    I've used [doc Hyperion System 9.3.x Configuring the BI+ Workspace for Single Sign-On (SSO) with Internet Information Services (IIS) [ID 1100096.1] to configure SSO for workspace users. It works fine. Though since then the WA service does not start anymore. The error message which is raised sounds very very familar but still I am not able to tackle it. The message in the log or the analysis console is "[WARN] [STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.analyzer.utils.general.HYAUtil - Wait for workspace [
    [WARN] Timer-2 com.hyperion.analyzer.utils.general.HYAUtil - ."
    I am very sure it had something to do with rights/ permissions, but also after playing around with IIS and ntfs permissions for hours I can't get SSO en WA both working at the same time.
    As soon as I set my workspace aplication in IIS on windows integrated, the SSO is working but as soon as a I restart the WA service it fails to start. When I set the workspace application IIS on anonymous the WA service start fine but then the SSO is not working anymore.
    It drives me crazy.
    Hopefully its a small matter for you to solve!
    Thanks in advance.

    Dont know exactly whats happened but I presume something went wrong during the update procedure.
    If you will be not able to start the notebook in the safe mode or to boot the notebook then user the Toshiba recovery CD to gets the notebook working!

  • -Xmx greater than 180M does not start jvm on a 2gb machine, why?

    Hi, we have developed a product demo shown as an applet that uses the java plug-in to startup.
    The demo requires high amount of memory so we modified the java plug-in -xms and -xmx values in the control panel so more memory is available to the applet. What we can not see is why using values higher than -Xmx187M the applet does not start launching an error message either in Explorer of Firefox telling it has been unable to load the jvm. Using the value of -Xmx180M the applet starts but the out of memory message is displayed very soon as the demo requires at least 700M.
    We are using:
    � JRE1.6_u02
    � IE7. FireFox 2.0.0.7
    � Computer: 2GB Ram, CoreDuo2.
    Does any of you why this limitation in the maximum java heap size?
    Thanks for your time and help.
    Best Regards.

    I don't understand the logic for when it will error out on the -Xmx setting.One obvious idea leaps to my mind - because windows doesn't do it.
    And googling would seem to support that. Search for "currently implemented up to" in the following.
    [http://support.microsoft.com/kb/294418]

  • JControl.exe does not start...Database Initialisation Problem...MS SQL

    Hi,
    I was wondering if anyone has any idea on why JCONTROL.exe does not start. I am currently installing NW04s EP7. The DB is on another host and te SCS and CI are on a different host. I am going throught the installation when I get the following error fro the Bootstrap file.
    I have already done the following steps:
    1. entered the SAP<SID>DB password
    2. SQL is started and running on the second host.
    3. The bootstrap.propeties files look the same as any other file EP system on our network
    [Mar 7, 2007 5:32:35 PM  ] [Bootstrap module]> Problem occurred while performing synchronization.
    [Mar 7, 2007 5:35:45 PM  ] -
    [Mar 7, 2007 5:35:45 PM  ] Bootstrap MODE:
    [Mar 7, 2007 5:35:45 PM  ] <INSTANCE GLOBALS>
    [Mar 7, 2007 5:35:45 PM  ]  determined by parameter [ID0117060].
    [Mar 7, 2007 5:35:45 PM  ] -
    [Mar 7, 2007 5:35:46 PM  ] Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         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:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred: Secure Store lib Dir does not exist
    PC04315\sapmnt\ET1\SYS\global\security\lib\tools
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:212)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:60)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         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:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    [Mar 7, 2007 5:35:46 PM  ] [Bootstrap module]> Problem occurred while performing synchronization.
    Many thanks,
    Adil Zafar

    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred: Secure Store lib Dir does not exist
    PC04315\sapmnt\ET1\SYS\global\security\lib\tools
    Do you have strong encryption on your current system?

  • Can not update tiger and safari does not start

    Hi everybody,
    I have actually two but probably interrelated problems: First, safari does not start and second, I can not update tiger.
    It all started a few days ago on my MacBook (Intel). Somehow, Safari produced an error (I only guess that it was Safari because I was downloading a movie clip) and Tiger was frozen. After rebooting, the whole system had problems (e.g., Safari and Skype were not starting). I tried to reinstall and archive mac os x but with no success. The problems were growing actually even worse (e.g., slow) and at some point in time, Tiger was not even starting. Thus, I did a full new installation of 10.4.8 (delete and install). Afterwards, it worked first but after the automatic software update, the system told me that their was an input/output error (???) during the 10.4.10 update. Afterwards, the whole system had again problems (slow and problems with even booting)!! Thus, the software update made it even worse. So, I did again a full installation (delete and install).
    I have to update my 10.4.8 system, because I also have iLife08 that needs at least 10.4.9. However, I don't know what to do to avoid again these update problems??
    In addition, despite the full installation, Safari is not starting. Thus, there is still some problems but I have now clue where this comes from as it is newly installed?!
    Any ideas?? Thanks...
    Crobus

    Crobus, welcome, since you are starting from scratch with each re-install why not try Kappy's Extended Hard Drive Preparation.
    http://discussions.apple.com/thread.jspa?messageID=5203987&#5203987
    Do all steps from 1 thru 6, it is by far a more maintenance oriented than an Erase and Install. After the preparation, install OS 10 from your DVD, then download the OS 10.4.10 Combo Updater.
    Joe

  • My database does not start automatically

    i am using windows 2000 server and oracle 9.0.1, my database does not start automatically when i am booting the system.
    in regedit autostart is there, my service is getting started automatically and i used startmode auto in my oradim command but still i have to manually log in to start the database, PLS help!!!
    another issue is that i want to startup/shutdown the database using a user other than sysdba, pls tell which permission shud i grant as dba, connect, resource permissions are not doing the required job

    spfile concept is introduced from Oracle 9i. You can call it system parameter file. Benefits of having spfile concept is that what ever changes u make to system through commands
    alter system set ??? = ????
    get automatically saved in the spfile???.ora which is managed by Oracle.
    Main idea behind that as thought by Oracle is that previously u needed to change that parameter in init.ora file then start the database again after shutdown. Now u are doing everything online. spfile???.ora takes priority in the new Oracle concept.
    If u delete spfile???.ora file, then it needs some specific init.ora which need to told to Oracle which can be through command like
    startup pfile='complete patah .............'
    Bansal

  • Tomcat5 still does not start automatically

    Hello,
    Novell-tomcat5 still does not start automatically at boot although it is set to do so.
    This is from beginning of the oes2/SBE2.5 installation (without simba).
    It is still the same behavior after applying OES2/SP2 and SLES10/SP3 patches.
    After booting at terminal console:
    /etc/init.d/novell-tomcat5 status shows unused
    /etc/init.d/novell-tomcat5 start starts tomcat5 without errors
    In my boot.msg I found the following error:
    ____START______
    <notice>'novell-nss start' exits with status 0
    <notice>novell-tomcat5 start
    Starting Tomcat (/var/opt/novell/tomcat5/)<notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    failed
    <notice>'novell-tomcat5 start' exits with status 7
    <notice>novell-xregd start
    Starting novell-xregd...done
    <notice>'novell-xregd start' exits with status 0 ....
    _______END______________
    Of course it es even a cosmetic problem I don't want to start tomcat manually everytime when booting up.
    Has anybody an idea what could be wrong?
    Yours sincerely
    OliverN

    Originally Posted by revilo
    Hello,
    Novell-tomcat5 still does not start automatically at boot although it is set to do so.
    This is from beginning of the oes2/SBE2.5 installation (without simba).
    It is still the same behavior after applying OES2/SP2 and SLES10/SP3 patches.
    After booting at terminal console:
    /etc/init.d/novell-tomcat5 status shows unused
    /etc/init.d/novell-tomcat5 start starts tomcat5 without errors
    Of course it es even a cosmetic problem I don't want to start tomcat manually everytime when booting up.
    Has anybody an idea what could be wrong?
    Yours sincerely
    OliverN
    Hi Oliver,
    If you are manually installing the component products then this is no longer a "NOWS SBE" installation. Any issues you encounter are related solely to the component products. OES Linux Installation questions should be directed to: OES-L: Install
    In the mean time, to see if it is configured to start automatically use "chkconfig". For instructions:
    Code:
    man chkconfig
    Is it configured to start automatically?
    Code:
    server:~ # chkconfig --list | grep novell-tomcat5
    novell-tomcat5 0:off 1:off 2:off 3:on 4:off 5:on 6:off
    The response from the above command shows that novell-tomcat5 should start automatically for runlevels 3 and 5.
    If it is not set to start automatically on your server, you can make it start by:
    Code:
    chkconfig novell-tomcat5 on
    I am by no means a Linux expert. If this doesn't resolve your issue, I suggest you post in the appropriate forum where you will find knowledgeable people willing to help.

  • Opmn service does not start when try to start Oracle BI Services

    Hi ,
    I was able to install OBIEE 11g on my laptop and it worked fine for two days. Today when I try to login to rpd and type my user name and password I get the error that my user name and password is not correct. I tried to restart the machine and now I am not able to start opmn service.
    When I do Start>Oracle Business Intelligence (1)>Start BI Services, the script run and two command line windows open and about 10 minutes later get the last line that server started in RUNNING mode, but some how Oracle Process Manager (instance) service does not start. It started two days ago when I was able to login to OBIEE 11g.
    If I try to go to OBIEE 11g Home page I get this error "Error 500- Internal server error from RFC 2068 Hypertext Transfer Protocol- HTTP/1.1: 10.5.1 500 Internal server error
    Any Idea how to fix this one.
    Thanks

    Maybe you need to tick the "use fully qualified names" check box and make sure that you have the schema object created (as a "folder" between the database and the tables in the physical layer).

  • Photoshop does not start unless I reboot

    I have been having this problem since yesterday. Photoshop does not start after I use the computer for a while. I opened Windows Task manager to see if any processes start at all, even though the application does not start. Two processes (1) AdobeIPCBroker and (2) Photoshop.exe process start, but photoshop application does not open , not does it show up in the applications. What may be going wrong?
    Arun

    domike wrote:useradd someuser ; mkdir -p /home/someuser ; chown someuser:someuser /home/someuser
    Where did you get this idea?  This is the problem.
    Follow the wiki
    Also, you realize everything you are installing and doing only remains in memory.  Why are you installing all these packages?  Are you going to repeat this installation and user creation at every reboot?
    EDIT: something else is wrong too - but until you fix the above, it will be hard to know if it is a separate cause, or an indirect effect.  /run/user/0 should not be relevant, but /run/user/1000 should be used.  I suspect your method of starting X is logging out of the 'su'ed user and is dropping back to the root login that it is under.  You'll likely need to change tty's to log in as your user - on a normal system you could log out of the root session and back in as your user - but on the iso I think autologin for root is set on tty1.  Of course you could disable this too.
    Last edited by Trilby (2014-05-28 11:44:42)

  • Adobe Media Encoder does not start queue

    Hi, 5 days ago I started having problems with AME 6, just updated version 6.0.3.1 (64 bit). I work with premiere 6  version 6.0.5, windows xp, always worked since this week, AME :doesn.t start the queue. after 2 minutes working you can hear the sheep sound and the report says: unknown error, unable to locate or read original file. I updated everything was available, reinstalled the suite (premiere and encore 6), it's still not working.
    Do you have any idea about the problem?
    thank you
    Francesco

    The status "Waiting" indicates that the job is ready to be encoded. As of CS5.5, AME by default does not start processing the Queue automatically. Instead, it waits for you to start encoding by clicking the Start Queue button in the upper right corner of the window--it looks like the Play button on a media player or editing app. Watch folders are an exception to this rule: jobs that come in via watched folders start automatically by default.
    You have the option of having AME start encoding automatically. To enable this, check the "Start queue automatically when idle for <n.n> minutes" and set the desired wait period.

Maybe you are looking for

  • Hard drive installation problem, please help

    I installed a new hard drive and get a prompt: "No bootable device -- insert boot disk and press any key" I then insert the Mac OS install disk 1 and press a key and nothing happens -- it stays at the above prompt. What do I need to do?

  • Set Variables in an applet

    Hello, Basically i wanna do all of the function listend in this code with an applet in the background. however it seems that I can't run any JOptionPane's simotaneously with the applet. Is there any way i can run teh applet, set the variables, and ru

  • How can I be able to use my iphone 4 in a chat room that requires java?

    When I signed up at the site but says your browser doesn't support java what can I do so I can use the site?

  • Interactive Gantt chart - how to receive updated XML after user changes

    Hello, I failed to receive changed XML after user updates. I've constructed following example: Created context attribute of type XSTRING, binded it to the "dataSource" property of the Gantt chart control. I pass following XML to the control: <?xml ve

  • Won't Burn Music File

    Suddenly, I can't burn any of my audio files. When I insert the blank CD it initializes it then it "finishes burning" then I get the message that it wasn't able to burn the file. I tried a several music files. I don't think I've past the burn limit b