Can not start Weblogic Server Admin

Hi,
I am new to Weblogic and trying to install v12.1.1 on Windows 7 64 bit. The installation "seems" to have gone fine, however I cannot see User Projects under “start” =>”all programs” => “Oracle Weblogic” => “user projects” => “base_domaine” => “start admin server for Weblogic server”
I have tried to run the startWebLogic.cmd from the install directory, but I get the below error and nothing starts.
Enter username to boot WebLogic server:admin
<07-Oct-2013 12:12:40 o'clock BST> <Error> <Security> <BEA-090782> <Server is Running in Production Mode and Native Library(terminalio) to read the pa
ssword securely from commandline is not found.>
<07-Oct-2013 12:12:40 o'clock BST> <Notice> <WebLogicServer> <BEA-000388> <JVM called the WebLogic Server shutdown hook. The server will force shutdow
n now.>
<07-Oct-2013 12:12:40 o'clock BST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>.>
<07-Oct-2013 12:12:40 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
C:\app\vicente\product\11.2.0\Middleware\user_projects\domains\base_domain>
Could you please advise what the issue may be?
I have my Java home in the PATH variables and the machine is also running my Orcale Database 11.2.0.3
Thanks

Hello, pay attention to: "to read the password securely from commandline is not found"
when you execute startWebLogic.cmd the terminal request you a password. You didn't type the password.
Solution:
Execute startWebLogic.cmd
Type the password.

Similar Messages

  • Can not start Weblogic server after Reordering the provider

    Dear Geeks
    I have ran into big trouble. I defined a new authentication provider in the weblogic and set the Control Flag to 'Required'.
    I didn't realise that the user weblogic doesn't exist in the AD and because of AD's naming convention, we can not create a user named as weblogic.
    Since, the installation was done using the weblogic user and the authentication provider has been changed, is there a way to start the server back up.
    It is too critical and i am running out of time.
    I would appreciate if anyone out there could help.
    Thanks
    Regards
    ACM

    Hi,
    Goto Domain_home/config directory. Take one backup of config.xml, edit config.xml make Control Flag to SUFFICIENT against authentication provider that you have added. try to restart the server.
    please mark if this helps.
    Regards,
    Kishore

  • Can not start Messaging server in Sun Java System Messaging Server 6 2005Q1

    Hi all,
    I installed Sun Java System Messaging Server 6 2005Q1 from Solaris 10 DVD on Solaris 10.
    After the installation, I got directory server, admin server running but messaging server not running. I can not start Messaging server (start smtp, http, pop, imap). I found in directory which I installed messaging server but I could not see script "start-msg" and "stop-msg".
    # pwd
    /opt/SUNWmsgsr/sbin
    # ls
    MoveUser ha_ip_config imquotacheck imsdirmig mkbackupdir
    UpgradeMsg5toMsg6.pl hashdir imsbackup imsexport readership
    configure imexpire imsconnutil imsimport reconstruct
    control-params.txt iminitquota imscripter imsrestore relinker
    deliver immonitor-access imsdaaci mboxutil useconfig
    Any idea what might have gone wrong?
    Thanks.

    Thanks.
    I have a problem when I configure the Messaging Server (by running the /opt/SUNWmsgsr/sbin/configure script):
    Hostname mailtest for this machine is not a fully qualified domain name. Please
    correct this before attempting to configure Messaging Server. Please make sure
    that your DNS is working properly.
    <Press ENTER to continue> {"<" goes back, "!" exits}
    Can you help me fix this problem?
    Thanks.

  • Can not start http server

    start http server powered by apache.I got such message:
    '[alert]<5>...:FastCGI:CreateMUtex()failed
    Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf:
    Failed to create FastCGI application accept mutex'
    my isqlplus.conf:
    # Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved.
    # NAME
    # isqlplus.conf
    # PURPOSE
    # Oracle HTTP Server directives for the iSQL*Plus server
    # USAGE
    # This file should be included in the Oracle HTTP Server
    # "oracle_apache.conf" file.
    # Enable handling of all virtual paths beginning with "/iplus/"
    # Note: only /iplus/ is mapped, /iplus is not being mapped
    <IfModule mod_alias.c>
    Alias /iplus/ "C:\oracle\ora92\sqlplus\admin\iplus/"
    # Disallow users from trying to access /iplus/ directory listing
    <Directory "C:\oracle\ora92\sqlplus\admin\iplus">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Maps all virtual paths beginning with "/isqlplus*" to the iSQL*Plus
    # FastCGI application
    <IfModule mod_alias.c>
    ScriptAliasMatch ^/isqlplus(.*) C:\oracle\ora92\bin\isqlplus
    ScriptAliasMatch ^/isqlplusdba(.*) C:\oracle\ora92\bin\isqlplus
    <Directory "C:\oracle\ora92\bin">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Enable handling of all virtual paths beginning with "/isqlplus"
    <Location /isqlplus>
    SetHandler fastcgi-script
    Order deny,allow
    # Comment "Allow ..." and uncomment the four lines "AuthType ..."
    # to "Require ..." if Oracle HTTP authentication access is required
    # for the http://.../isqlplus URL
    Allow from all
    #AuthType Basic
    #AuthName 'iSQL*Plus'
    #AuthUserFile C:\oracle\ora92\sqlplus\admin\iplus.pw
    #Require valid-user
    </Location>
    # Enable handling of all virtual paths beginning with "/isqlplusdba".
    # Note: Oracle HTTP authentication access must be configured to
    # prevent unauthorized users performing DBA operations on
    # the database
    # Use the HTTP server utility script "htpasswd" to add users to the
    # "iplusdba.pw" file.
    <Location /isqlplusdba>
    SetHandler fastcgi-script
    Order deny,allow
    AuthType Basic
    AuthName 'iSQL*Plus DBA'
    AuthUserFile C:\oracle\ora92\sqlplus\admin\iplusdba.pw
    Require valid-user
    </Location>
    # Setup the iSQL*Plus FastCGI application.
    <IfModule mod_fastcgi.c>
    FastCgiServer C:\oracle\ora92\bin\isqlplus -port 8228 -initial-env iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
    </IfModule>

    I appreciate your help.
    I have been offline for a long time since I had a business trip two week ago.
    I can not start the apache http server, so it isn't on running status within NT services manager.
    In fact, there is someting wrong---fail to create FastCGI when startup. Oracle system message tells me that syntax error exists on line 92 of isqlplus.conf but I don't know how to correct it.
    Henry

  • Can not start weblogic

    I'm using weblogic6.1 and want to take a look at weblogic 7.0. After
    install weblogic7.0, I can't even start weblogic server - workshop,
    examples, mydomain, petstore, etc. Can someone tell if I need to change
    anything to make weblogic 7.0 runs? Thanks in advance.
    Starting WebLogic Server...
    <Mar 27, 2002 4:18:24 PM PST> <Notice> <Management> <140005> <Loading
    configuration .\..\workshop\config.xml>
    <Mar 27, 2002 4:18:53 PM PST> <Emergency> <WebLogicServer> <000342> <Unable
    to initialize the server: Fatal initialization exception
    Throwable: javax.xml.parsers.FactoryConfigurationError:
    weblogic.xml.jaxp.RegistrySAXParserFactory
    javax.xml.parsers.FactoryConfigurationError:
    weblogic.xml.jaxp.RegistrySAXParserFactory
    at
    javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:157)
    at com.octetstring.vde.schema.InitSchema.init(InitSchema.java:50)
    at
    weblogic.systemdatastore.SystemDataStoreService.initialize(SystemDataStoreSe
    rvice.java:198)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:688)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:575)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:271)
    at weblogic.Server.main(Server.java:33)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    javax.xml.parsers.FactoryConfigurationError:
    weblogic.xml.jaxp.RegistrySAXParserFactory
    at
    javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:157)
    at com.octetstring.vde.schema.InitSchema.init(InitSchema.java:50)
    at
    weblogic.systemdatastore.SystemDataStoreService.initialize(SystemDataStoreSe
    rvice.java:198)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:688)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:575)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:271)
    at weblogic.Server.main(Server.java:33)
    Reason: Fatal initialization exception

    Hi Vincent,
    Something is getting confused between the 6.1 installation and the 7.0
    installation. Can you set your WL_HOME environment variable through the
    control panel? Another thing you could try is rename the directory where
    your 6.1 is installed to and see what happens. I would expect that you
    would stop seeing the exception and start seeing complaints about files &
    directories not being found.
    Thanks,
    Mike Kaufman
    Software Engineer
    BEA Systems
    "Vincent Le" <[email protected]> wrote in message
    news:[email protected]...
    Mike,
    After install weblogic 7.0 without changing anything, I got below fatal
    initialization exception when I started any domains - petstore, mydomain,
    workshop. I also looked at
    \<bea-root>\weblogic700b\server\bin\startweblogic.cmd and knew thatWL_HOME
    points to weblogic 7.0. Though, I tried this at home with similar
    environment and installation steps, it just works fine. What to cause the
    exception? Thanks.
    Vincent
    "Mike Kaufman" <[email protected]> wrote in message
    news:[email protected]...
    Hi Vincent,
    You will need to update your WL_HOME environment variable to be the
    value
    <bea-root>\weblogic700b\server (e.g., c:\bea\weblogic700b\server). Youwill
    need to change WL_HOME back to the initial setting to run the wls 6.1.
    Hope this helps,
    Mike Kaufman
    Software Engineer
    BEA Systems
    "Vincent Le" <[email protected]> wrote in message
    news:[email protected]...
    Yes, I use startWebLogic.cmd from \bea\weblogic700b\samples\workshop.Then
    I also tried all other domains like petstore, mydomain using both
    command
    line and from workshop IDE. I get same error message as shown below.Note
    that this computer also have weblogic6.1. If I use another seperate
    computer that doesn't install weblogic before, then weblogic7.0 worksfine.
    Vincent
    "Mike Kaufman" <[email protected]> wrote in message
    news:[email protected]...
    Hi Vincent,
    Are you trying to start weblogic from the commandline or through the
    workshop ide? If from the command line, are you running the
    startWebLogic.cmd script from \bea\weblogic700b\samples\workshopdirectory?
    Thanks,
    Mike
    Mike Kaufman
    Software Engineer
    BEA Systems
    "Vincent Le" <[email protected]> wrote in message
    news:[email protected]...
    I'm using weblogic6.1 and want to take a look at weblogic 7.0.
    After
    install weblogic7.0, I can't even start weblogic server -
    workshop,
    examples, mydomain, petstore, etc. Can someone tell if I need tochange
    anything to make weblogic 7.0 runs? Thanks in advance.
    Starting WebLogic Server...
    <Mar 27, 2002 4:18:24 PM PST> <Notice> <Management> <140005>
    <Loading
    configuration .\..\workshop\config.xml>
    <Mar 27, 2002 4:18:53 PM PST> <Emergency> <WebLogicServer>
    <000342>
    <Unable
    to initialize the server: Fatal initialization exception
    Throwable: javax.xml.parsers.FactoryConfigurationError:
    weblogic.xml.jaxp.RegistrySAXParserFactory
    javax.xml.parsers.FactoryConfigurationError:
    weblogic.xml.jaxp.RegistrySAXParserFactory
    at
    javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:157)
    atcom.octetstring.vde.schema.InitSchema.init(InitSchema.java:50)
    at
    weblogic.systemdatastore.SystemDataStoreService.initialize(SystemDataStoreSe
    rvice.java:198)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:688)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:575)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:271)
    at weblogic.Server.main(Server.java:33)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    javax.xml.parsers.FactoryConfigurationError:
    weblogic.xml.jaxp.RegistrySAXParserFactory
    at
    javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:157)
    atcom.octetstring.vde.schema.InitSchema.init(InitSchema.java:50)
    at
    weblogic.systemdatastore.SystemDataStoreService.initialize(SystemDataStoreSe
    rvice.java:198)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:688)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:575)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:271)
    at weblogic.Server.main(Server.java:33)
    Reason: Fatal initialization exception
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Can not start mysql server

    I recently installed mysql server on my mac os 10.6.8, earlier i had installed XAMPP on my machine but i have uninstalled it(deleted it & ran few commands in terminal), but now when i try to start server from preference pane it doesn't start & not from terminal also, it show " Could not startup MySql sever, Reason: error 255 OR Internal error"
      It seems that the new mysql server settings clash somewhere with old XAMPP files/preferences. I don't even know if XAMPP is completely uninstalled or not
      I'm not a mysql geek, i'm new to this! So, friends please help me with this, i need to get it working on my mac!!

    I appreciate your help.
    I have been offline for a long time since I had a business trip two week ago.
    I can not start the apache http server, so it isn't on running status within NT services manager.
    In fact, there is someting wrong---fail to create FastCGI when startup. Oracle system message tells me that syntax error exists on line 92 of isqlplus.conf but I don't know how to correct it.
    Henry

  • I can not start management server

    Dear Oracle collegues,
    why I can not start service OracleHomeNameManagementServer?
    message is something about conntacting sys admin (I have german version of Win 2000, and english version of Oracle 8i Enterprise Edition), probably some lack of rights (I am ORA DBA on local system).
    Please help!

    I think, sys admin means a superuser for the Enterprise manager.
    Try sysadm/oem_temp

  • Can not get WebLogic Server 6.1 plugin in Update Center

    Could you please advise me how to intergrate Sun One Studio 4 and WebLogic Server 6.1?
    many thanks

    You can download the Weblogic Server 6.1 here:
    http://commerce.bea.com/downloads/weblogic_server.jsp
    You can get the one that supports J2EE 1.2 Plus J2EE 1.3 features. You can also request a CD if for some reason, you're unable to download.
    There's also resources for BEA developers at: http://dev2dev.bea.com
    Hope this helps.

  • Can't start weblogic server using Ant

    Hello,
    I can't start the WL Portal after installation.
    On a Windows 2000 Server SP2 : - I installed WebLogic Server 6.1 SP2 with the examples
    - I installed WebLogic Portal 4.0 SP2 (giving the same password as during the WL
    Server installation) -I installed EBCC 4.0 SP2 .
    I updated the license with UpdateLicense.cmd
    Now If I run - run the default WL server, both from the menu and as a service -
    enter the WL server console (on port 7001) - run the EBCC .
    When I try to start the WL Portal, from the program menu I am able to start the
    WP server properly , But I I try to start it from an ant wlrun then I get the error
    an IllegalAccessError (with the same password I gave during installation and I use
    to enter the server console): The WebLogic Server did not start up properly. Exception
    raised: java.lang.IllegalAccessError: try to access method weblogic/management/internal/Helper.preloadMBeanInfos()V
    from class weblogic/management/Admin at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35) Reason: Fatal initialization exception
    Any idea ?

    Hi VG,
    thank u a lot for ur answer. But there are no files at the Admin Server boot.properties path.
    and at the BI Server boot.properties path there is no security folder. Do u have any idea why i cant found anything at this directions ? Also I tried again the command "./startWeblogic.sh " and get a new error message which I post below. I am rlly worry about this. Is there maybe a way to reset the OBIEE and undo all changes ?
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncRequestProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncRequestProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncResponseProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncResponseProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:48 AM CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    ^C<Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Oct 30, 2013 10:39:50 AM CET> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

  • Can't start weblogic Server -The server will force shutdown now

    Hello Community  ; ) , I hope i post this on the right topic if not pls advise me.
    I'm working as a trainee by a company which wants to establish OIBEE.
    I'm really new to this topic and hope i can get some help with my problems . Cause i stuck in many ways .
    I installed Oracle OBIEE 11g and the latest Patch 11.1.1.7.1.
    After changing the Oracle Logo in Oracle Home I restarted the Services, using Oracle WebLogic Server Administration Console.But it cant restart and stuck!
    So i stopped all manual using commands like "./stopWebLogic.sh ". As I wanted to start it again i get some error messages. Can somebody advise me how to handle this problem ? I would be very grateful.
    <Oct 29, 2013 12:09:31 PM CET> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /app/oracle/product/OBIEE11.1.1.7/oracle_common/atgpf/modules/oracle.applcore.model_11.1.1/oracle.applcore.model.stub.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Oct 29, 2013 12:09:32 PM CET> <Warning> <Security> <BEA-090668> <Ignored deployment of role "Admin" for resource "type=<url>, application=DMS Application#11.1.1.1.0, contextPath=/dms, uri=/">
    <Oct 29, 2013 12:09:35 PM CET> <Warning> <Connector> <BEA-190155> <Compliance checking/validation of the resource adapter /app/oracle/product/OBIEE11.1.1.7/user_projects/domains/bifoundation_domain/servers/AdminServer/tmp/_WL_user/ESSAPP/z68zjr/stub-ess-ra.rar resulted in the following warnings:
    The ra.xml <resourceadapter-class> class 'oracle.as.scheduler.adapter.ra.RAImpl' should implement java.io.Serializable but does not.>
    <Oct 29, 2013 12:24:25 PM CET> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Oct 29, 2013 12:24:25 PM CET> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Oct 29, 2013 12:24:25 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Hi VG,
    thank u a lot for ur answer. But there are no files at the Admin Server boot.properties path.
    and at the BI Server boot.properties path there is no security folder. Do u have any idea why i cant found anything at this directions ? Also I tried again the command "./startWeblogic.sh " and get a new error message which I post below. I am rlly worry about this. Is there maybe a way to reset the OBIEE and undo all changes ?
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncRequestProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncRequestProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncResponseProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncResponseProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:48 AM CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    ^C<Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Oct 30, 2013 10:39:50 AM CET> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

  • Quicktime Streaming Server - qtss - service does not start in Server Admin.

    Hi,
    We're currently trying to configure a video/audio streaming server, but we've fallen at the first hurdle and the QuickTime Streaming service will not start (I am trying to enable it via Server Admin). Can anyone think of any possible reasons for this?
    Many thanks,
    Dave

    It's probably not hugely relevant but are you trying to start it remotely or locally on the server? I know Server Admin can get a bit laggy and not always do what it should when starting services. Also can you check in the logs for the service (Quicktime Streaming>Logs>Error Log) to see if there's anything in there which gives and indication. Paste the output here if you need anymore help with that.
    N.

  • Can't start WebLogic Server with SP6 and jdk1.2.2 using WebLogic Console

    Hi All,
    I am trying to install WebLogic 5.1 with SP6 under Windows NT 4.0 with SP6. My goal is to run JSP/Servlets. After going through all the steps described in SP6 Readme I am getting th following exception:
    ava.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:1408)
         at weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:518)
         at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code)
         at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
         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)
    The installation document is pretty bad intermixing different types of installations. Where can I find steps or what do I need to do to get WebLogic to run with JDK1.2.2 if I want to start it up from WebLogic console only?
    Thanks,
    Mark.

    Try rather using the 1.4 version available here: http://java.sun.com/j2ee/1.4/
    and use this dedicated forum: http://forum.java.sun.com/forum.jsp?forum=136
    -Alexis

  • Can not start BI server automatically or manually

    The BI server can not get started either way most of the time, but sometimes it can start. I've reinstalled the server and the same problem still happens. The error I got is:
    Cannot start the Oracle BI Service on local machine
    Error 1053: The service did not respond to the start or control reqest in a timely fasion.
    The NQserver log display some error messages, but I've test my database connections at administrative tools-> data source. They all can connect.
    Thanks,
    Katelyn
    [47038] Warning: The total number of server connections to backend data sources is currently 814 and exceeds the recommended limit of 800.
    2007-12-10 09:42:12
    [nQSError: 43059] Init block 'Current Balance Date Key - AP': Dynamic refresh of repository scope variables has failed.
    [nQSError: 16001] ODBC error state: IM002 code: 0 message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
    2007-12-10 09:42:12
    [nQSError: 43059] Init block 'Current Balance Date Key - GL': Dynamic refresh of repository scope variables has failed.
    [nQSError: 16001] ODBC error state: IM002 code: 0 message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
    2007-12-10 09:42:12
    [nQSError: 43059] Init block 'Current Balance Date Key - AR': Dynamic refresh of repository scope variables has failed.
    [nQSError: 16001] ODBC error state: IM002 code: 0 message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCILogon.
    [nQSError: 17014] Could not connect to Oracle database.

    Check out your NQSCONFIQ.INI (located in OracleBI\sever\config).
    Make sure in that repository section have you given your Repository in correct synatx. (star = Reponame.rpd, DEFAULT;)
    In the Cache section edit ENABLE = NO;

  • Can not start WebLogic in Eclipse. Error: "Could not find the main class."

    I have installed Eclipse 2.0 and WebLogic Server 6.1. and the WebLogc plug in from GENUITEC (and jdk1.3.1_04, on Win2K Server). After I have done the configuration, the WebLogic start/stop buttons are integried into the Eclipse Toolbar, but when I click on the start button to start Weblogic, it pops up a dialog box "Java Virtual Machine Launcher" with message: "Could not find the main class. Program will exit!"
    Starting WebLogc Server from the Start panel works fine.
    Does any one have seen this before or have a suggestion what I should do?
    Many many thanks in advance.
    Huan

    Weblogic must be started with a full JDK; otherwise
    JSPs and dynamic EJB stubs could not be deployed. The
    error message
    indicates you are attempting to use a JRE. Configure
    Eclipse JRE to point to a JDK. The product
    documentation will help you with this process. It does not work for me. :-(
    I have tried JDK 1.3.1 and 1.4.1: same result: I get a "Could not find the main class: Program will exit"
    For free expert support please consider contacting
    Genuitec at [email protected] If just want any
    answer ask a newsgroup.
    WayneI'll try the support at '[email protected]' :)
    Michel
    Michel Szybist
    [email protected]
    Fax: +33 (0)173729897
    SMS: http://www.szybist.net/

  • Can not connect using Server Admin - server running.

    Hi there, can anyone help me?
    I am running OSX Server Tiger on a Mac Pro G5. It has worked perfectly for several years.
    Suddenly I cannot connect to the server using Server Admin either locally or remotely - the machine continues to function perfectly. The only problem is that I can not make any changes and I am nervous! I would prefer not to reformat and reinstall.
    I did have some network problems a while ago which meant that I changed some IP numbers manually, and I installed and de-installed an ADSL modem.
    I am hoping that deleting a library here or there will solve the problem. Any ideas?
    Thanks, Drew

    Last time this happened to me I deleted the server from Server Admin and re-added it

Maybe you are looking for

  • HP 7210 all in one printer installation error on windows 8.1 update

    We recently got updated by Microsoft from windows 8 to 8.1.  After that time, the scanning function did not work as it did before and the HP menu utility was different. I went through the HP Info service and it said the printer software was not fully

  • My camera stopped working in all modes ie facetime skype ect...

    My camera does not work front or back. Sometimes the back camera comes on, but stops quickly. The camera does not work using any application.

  • [AIR] Installed App not running NativeProcess

    I have an AIR app. that is using NativeProcess to run cmd.exe, which in turn runs a .bat file. It works as designed/intended when running in the Flex IDE. However, upon installing and running the AIR app, the process is now longer getting called. Fro

  • Check Workflow logs

    Hi Gurus, As we can check workflow logs based on the workitems or from the business work place. Is there a way/transaction code to check all the workflows which are currently running/active in the system and to check their respective workflow log. Th

  • Collapsable panel orientation

    Is there a way to get a collapsable panel to open to the right instead of to the bottom? Basically take a the panel and lay it on it's left side. Thanks