Managed server starts do not using shell script

Hi all

I have configure weblogic server and 3 servers managed in it. I wrote a script to start the server. I am able to start the database/earpiece and weblogic admin server. But I'm not able to start managed server.script is as below. UCM_server1 does not start. When I click on 4, it's just showing

From UCM_server1

nohup: redirect stdout stderr

.

and so on

I just also field path and all the numnber port

Please suggest how to debug and fix this.

« 2 »)

Claire

#

lsnr_num ='ps - ef | grep tnslsnr | grep - v grep | AWK ' END {print NR} "

If [$lsnr_num - gt 0]

then echo "Database already running listener."

else echo 'starting Infrastructure Database listener... »

Starting from $ORACLE_HOME/bin/lsnrctl

FI

db_num ='ps - ef | grep pmon | grep - v grep | AWK ' END {print NR} "

If [$db_num - gt 0]

the echo then "database running."

else echo ' from Oracle Database... »

$ORACLE_HOME/bin/sqlplus "/ as sysdba" < < EOF

#connect eu1/sys as sysdba

startup

EXPRESSIONS OF FOLKLORE

#

Sleep 10

echo "Database Services started successfully."

#

FI

;;

#---------------------------------------------------------------------------------------------

« 3 »)

ECHO "from WLS_Admin..."

admin_num ='netstat - nl | grep '$ADMIN_PORT ' | grep - v grep | AWK ' {print NR} end "

If [$admin_num - gt 0]

then echo "WebLogic Admin Server running."

else echo "."

CD $DOMAIN_HOME/bin

echo "start WebLogic Admin Server... »

nohup./startWebLogic.sh > weblogic.out &

sleep 5;

admin_run ='grep-i 'Server started in OPERATION' weblogic.out | grep v - grep | AWK ' {print NR} end "

While [$admin_run - eq 0]

do

sleep 5;

admin_run ='grep-i 'Server started in OPERATION' weblogic.out | grep v - grep | AWK ' {print NR} end "

fact

FI

;;

#---------------------------------------------------------------------------------------------

« 4 »)

ucm_num ='netstat - nl | grep '$UCM_PORT ' | grep - v grep | AWK ' {print NR} end "

If [$ucm_num - gt 0]

then echo "UCM_server1 already running."

else echo "."

CD $DOMAIN_HOME/bin

ECHO "from UCM_server1... »

nohup./startUCMDebugMemory1GB.sh UCM_server1 > ucm.out &

sleep 5;

ucm_run ='grep-i 'Server started in OPERATION' ucm.out | grep v - grep | AWK ' {print NR} end "

While [$ucm_run - eq 0]

do

sleep 5;

ucm_run ='grep-i 'Server started in OPERATION' ucm.out | grep v - grep | AWK ' {print NR} end "

fact

FI

;;

best way to debug is to find the location of the log. Go to the location of the specified managed server and check out ucm_server.log. Check what error u get

Tags: Fusion Middleware

Similar Questions

  • Managed server starts do not. Exceptions @ nodemanager

    After registration of the managed server and the machine showing 'Reachble' I try to start a server managed by using the weblogic console, it fatim at starts and this is what I see in the newspapers nodemanager.

    January 2, 2013 17:57:20 weblogic.nodemanager.server.Handler handleStart
    ATTENTION: Exception when starting Server "MS1.
    java.io.IOException: D:\Oracle\Middleware\user_projects\domains\base_domain\bin\startWebLogic.cmd executable does not exist
    at weblogic.nodemanager.server.WLSProcessBuilder.createProcess(WLSProcessBuilder.java:99)
    at weblogic.nodemanager.server.AbstractServerMonitor.startWLSProcess_inner(AbstractServerMonitor.java:402)
    at weblogic.nodemanager.server.AbstractServerMonitor.startWLSProcess(AbstractServerMonitor.java:358)
    at weblogic.nodemanager.server.AbstractServerMonitor.start(AbstractServerMonitor.java:103)
    at weblogic.nodemanager.server.ServerMonitor.start(ServerMonitor.java:25)
    at weblogic.nodemanager.server.AbstractServerManager.startServer(AbstractServerManager.java:207)
    at weblogic.nodemanager.server.AbstractServerManager.start(AbstractServerManager.java:181)
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:23)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:609)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:121)
    at weblogic.nodemanager.server.Handler.run(Handler.java:71)
    at java.lang.Thread.run(Thread.java:662)

    WebLogic Server 10.3.6.0 Mar 15 Nov 08:52:36 PST 1441050 2011

    Can you please help to overcome this problem?

    Navigate to the nodemanager.properties file and make sure that StartScriptEnabled = false.

    I hope this helps.

    -Akshay

  • Call the batch file and not the shell script using measures of the event

    Can I use EVENTACTIONS at the door of gold like

    eventactions (SHELL, /path-to-batch-file/test1.bat)

    will this work? I am on a windows machine, so I need to run a batch file and not a shell script

    In GGSCI, you can shell OUT to the BONE and call a command/executable file.

    For example on Windows:

    GGSCI (WIN2003) 2 > shell dir

    Volume in drive C has no label.

    Volume serial number is 8CCC-9E58

    Directory of C:\ggs

    18/08/2012 07:23

    .

    18/08/2012 07:23

    ...

    2010-10-15 06:37 bcpfmt.tpl 426

    2010-10-15 06:37 bcrypt.txt 1 725

    22/04/2011 03:41 2 560 category.dll

    05/11/2011 10:43

    cfg

    2010-10-15 07:15 739 chkpt_ora_create.sql

    ...

    What were the results when you tried this in an EVENTACTIONS clause?

  • Query does not not in shell scripts

    Hi Experts,

    I created a query to check the temp tablespace use in production servers and I wanted to run the query using shell scripts, but when I run the query in the script I get no error or output I am unale to correct where exactly, I make the mistake

    This is the query

    SELECT A.tablespace_name 'space', D.gb_total, ROUND (SUM (A.used_blocks * D.block_size) / 1024 / 1024/1024,2) "gb_used", ROUND (D.gb_total - SUM (A.used_blocks * D.block_size) / 1024 / 1024/1024,2) 'gb_free' v$ \sort_segment A, (SELECT B.name, C.block_size, ROUND(SUM (C.bytes) / 1024 / 1024/1024,2) 'gb_total' v$ \tablespace B, v$ \tempfile C WHERE B.ts #= C.ts # GROUP BY B.name, C.block_size) D WHERE A.tablespace_name = D.name GROUP by A.tablespace_name D.gb_total

    You can help in this.

    Thank you...

    Basic Linux/Unix shell script format

    #! / bin/sh

    oracle set environment #.

    Export ORACLE_HOME =...

    export of SID =... or TWO_TASK = export

    .. etc.

    # launch sqlplus

    sqlplus-s/nolog<>

    Connect scott/tiger

    together... environment of sqlplus

    -execution of script sql (or sql query)

    @script.sql

    output

    EXPRESSIONS OF FOLKLORE

    #end script

    Character $ is interpreted by the shell as environment variables, you must escape the $ character is as well as it not assimilated to the variable approx.

    For example, v$ instance should be written as v$ instance.

  • How to write the CLOB parameter to a file or a XML using shell script?

    I run an oracle stored procedure using shell script. How can I get the OUT of the procedure (CLOB) parameter and write it to a file or a XML in UNIX environment using shell script?
    Edit/Delete Message
    SQL> var c clob
    SQL>
    SQL> begin
      2          select
      3                  DBMS_XMLGEN.getXML(
      4                          'select rownum, object_type, object_name from user_objects where rownum <= 5'
      5                  ) into :c
      6          from    dual;
      7  end;
      8  /
    
    PL/SQL procedure successfully completed.
    
    SQL>
    SQL> set long 999999
    SQL> set heading off
    SQL> set pages 0
    SQL> set feedback off
    SQL> set termout off
    SQL> set trimspool on
    // following in the script is not echo'ed to screen
    set echo off
    
    spool /tmp/x.xml
    select :c from dual;
    spool off
    
    SQL>
    SQL> --// file size
    SQL> !ls -l /tmp/x.xml
    -rw-rw-r-- 1 billy billy 583 2011-12-22 13:35 /tmp/x.xml
    
    SQL> --// file content
    SQL> !cat /tmp/x.xml
    
    
     
      1
      TABLE
      BONUS
     
     
      2
      PROCEDURE
      CLOSEREFCURSOR
     
     
      3
      TABLE
      DEPT
     
     
      4
      TABLE
      EMP
     
     
      5
      TABLE
      EMPTAB
     
    
    
    SQL> 
    
  • I deployed a private teredo server, I'm not using the public prefix 2001: 0 / 32, instead, I use the prefix 2001:2222 / 32

    Original title: windows 7 Teredo: how to configure the teredo prefix

    Hello

    I deployed a private teredo server, I'm not using the public prefix 2001: 0 / 32, instead, I use the prefix 2001:2222 / 32
    But I got win7 can't connect to my server if I use the prefix 2001:2222 / 32.
    A test, I put the prefix 2001: 0 / 32, win7 it can connect.
    How can I do so that win7 customer teredo can connect to my private server that use the prefix 2001:2222 / 32?

    Hi,

    The question you posted would be better suited in the TechNet Forums.

    I would recommend posting your query in the link below.

    Windows Server forums:

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

    I hope that the information above helps you.

  • Coil PL/SQL parameter value using shell script

    Hello

    I execute PL/SQL procedure using shell script. I want the value of parameter in a coil OUTPUT text file. to_msg is the IN OUT parameter in the script below. Is this possible?

    sqlplus test/***@db < < EOFSQL
    COIL Status.txt
    HEAD off SET
    SET SERVEROUTPUT ON
    declare
    to_msg varchar2 (8000): = 'status ';
    EXEC P_Status (to_msg);
    SPOOL off
    "exit";
    EOFSQL

    AravindhK wrote:
    Thanks for your reply. When I roll the result, sql statements is also copied to the text file. How can I eliminate the sql statements.

    What are the results when you do as below

    sqlplus-s

  • Managed server starts once the root directory specified.

    Friends,

    I am facing a problem when you start the managed server. I've specified the directory root as/var/opt/bea / < DomainName > / < servername > tab to start server in the administration console. I kept running node Manager.

    My env details are as below:

    BEA HOME page: / opt/bea

    AREAS of DIRECTORY: / opt/bea/areas / < DomainName >



    Once I start the server managed from the administration console, the node Manager log becomes with the message as below:

    < 04/08/2010 01:00 > < WARNING > < error e/s while reading the directory in the domain: java.io.FileNotFoundException: domain directory "/ var/opt/bea/wl_da_ma_b/wl_ma_mab_0101 ' invalid (field not found salt file) >
    java.io.FileNotFoundException: domain directory "/ var/opt/bea/wl_da_ma_b/wl_ma_mab_0101 ' invalid (file not found salt field)
    at weblogic.nodemanager.server.DomainManager.initialize(DomainManager.java:81)
    to weblogic.nodemanager.server.DomainManager. < init > (DomainManager.java:53)
    at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:252)
    at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:218)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:109)
    at weblogic.nodemanager.server.Handler.run(Handler.java:66)
    at java.lang.Thread.run(Thread.java:619)


    Please help me on this issue. Am I'm missing anything here.



    Thanks in advance

    In fact up to 7,0 WLS wls always used to create the domain within the BEA dir install dir only.
    but we can specify the directory of area outside the facility of dir BEA WLS 8.1.
    It's the only relevance for the different directory for a domain you can specify the domain root dir anywhere on the file system.

    Now the root directory server the only relevance to the root directory of the server is different from the root dir field is when you have your domain distributed on different machines.
    For example: If you have a domain with a server and administrator on a Machine and a server run on the B Machine.
    Then you can't have root directory of the managed server, the directory of the domain as the root directory of the domain will reside on computer A and Managed Server Root Dir will reside on the Machine B.

    And if you start the managed using the node Manager server and that you have not specified that the directory root of the Managed Server through the java_option then by default the root directory of the managed server will be created with in the nodemanager/common/WLS_HOME directory on computer B.

    And if you managed servers in different domains on the same Machine B therefore all managed servers by default their directories root within the nodemanager dir which will make it difficult to recognize what managed server belongs to what field.

    Therefore, it is always recommended to have specific server root directories if the field is distributed on several machines.

    Hopefully this will clear your queries.
    Thank you
    Sandeep

  • Password Oracle symbol # does not not in shell script

    I have the shell script that exports the database schema. My Userid password export subscription contains #. Shell script is throwing error. If we have the password without this character, then it works fine. How do we use the password in shell script to perform this task?

    $ORACLE_HOME/bin/expdp system/test #test = userid parfile test.par dumpfile = test.dmp =

    I tried to use double-quotes and apostrophes for this password... but it still does not. any help is appreciated.

    Please post the contents of test.par.

    You can try to run before running EXPDP:

    drop table SYSTEM.EXP_DEVDB06;
    

    Edited by: P. Forstmann on 27 Jan. 2010 17:46

    Edited by: P. Forstmann on 27 Jan. 2010 17:47

  • Database remote stop using shell script

    Hi all

    I need to close a remote database through shell script. I won't know SYS password and so cannot connect directly.
    I need to SSH to the remote database will define ORACLE_SID and then stop the database.

    Note Please I want to achieve this without calling any other SQL or shell script I have ssh.

    Pointers or help is much appreciated.

    Kind regards
    Nagendra Chillale

    Hi Nagendra,

    following works for me...

    SSH otherhost ".» \$home/.bash_profile
    export ORACLE_SID = MYSID
    echo \"shutdown abort\ | sqlplus------' / as sysdba\.
    "

    SSH otherhost ".» \$home/.bash_profile
    export ORACLE_SID = MYSID
    sqlplus------' / as sysdba\.<>
    startup
    EXPRESSIONS OF FOLKLORE
    "

    HTH Mathias

    Published by: mzarick on August 13, 2009 11:27

  • SQL Server 2005 unattended install using the script fails on Windows 2003 Cluster

    We strive to perform the installation without SQL Server 2005 via the script assistance, but the installation fails on Windows 2003 Cluster, we use Windows 2008 with HyperV running a DC with two nodes (all Win 2003). Script is...

    Start/wait setup.exe/qb VS = INSTALLVS SQLTEST = SQL_Engine INSTANCENAME = SQL123 ADDLOCAL = SQL_Engine ADDNODE = sqlnode-1, sqlnode-2 GROUP = SQL1 IP = 192.168.1.85, SQLNetwork ADMINPASSWORD = Windows8! SAPWD = Windows8! INSTALLSQLDIR=%ProgramFiles%\Microsoft SQL Server\ INSTALLSQLDATADIR = G:\SQLDATADIR\ SQLACCOUNT = SQLPASSWORD lab\sql_svc = Windows8! AGTACCOUNT = lab\sql_svc = Windows8 AGTPASSWORD! SQLBROWSERACCOUNT = SQLBROWSERPASSWORD = Windows8 lab\sql_svc! SQLCLUSTERGROUP = "lab\sql_grp" AGTCLUSTERGROUP = "lab\sql_grp" FTSCLUSTERGROUP = "lab\sql_grp" ERRORREPORTING = 1 SQMREPORTING = 1 SQLCOLLATION = SQL_Latin1_General_CP1_CI_AS

    Errors on the nodes:

    SQLSetup0008_SQLNODE1_Core (Local)

     Running: InstallSqlAction to the: 4/14/2012 22:56:39

    Installation: sql on target: SQLNODE1

    Waiting for remote setup (s) to prepare

    Remote Setup (s) is ready

    Problem of determining the State of the virtual server for the package: '1' because of the exception of data store:

    Source the name of the file: datastore\cachedpropertycollection.cpp

    Compiler timestamp: Fri 29 Jul 01:13:49 2005

    Function name: CachedPropertyCollection::findProperty

    The source line number: 63

    ----------------------------------------------------------

    Could not find the property 'VsDataPath' {'PackageIdStateScope', ' ', '1'} in the cache.

    Source the name of the file: datastore\packageidstatescopecollector.cpp

    Compiler timestamp: Wed Aug 24 13:40:04 2005

    Function name: PackageIdStateScopeCollector::collectProperty

    The source line number: 115

    ----------------------------------------------------------

    dataPathValue is empty

    Cluster functionality detected: SQL_Engine

    Loaded DLL:C:\Program SQL Server\90\Setup Bootstrap\sqlsval.dll Version: 2005.90.1399.0

    Source the name of the file: datastore\cachedpropertycollection.cpp

    Compiler timestamp: Fri 29 Jul 01:13:49 2005

    Function name: CachedPropertyCollection::findProperty

    The source line number: 130

    ----------------------------------------------------------

    Unable to find property 'IPResources' {"VirtualServerInfo", "", "SQLTEST"} in the cache

    Source the name of the file: datastore\cachedpropertycollection.cpp

    Compiler timestamp: Fri 29 Jul 01:13:49 2005

    Function name: VirtualServerInfo.IPResources

    The source line number: 113

    ----------------------------------------------------------

    Could not collect the property 'IPResources' {"VirtualServerInfo", "", "SQLTEST"}

    Transact package threw an exception.

    Error code: 0x8007000d (13)

    Windows error text: these data are incorrect.

    Source the name of the file: sqlchaining\highlyavailablepackage.cpp

    Compiler timestamp: Mon Aug 29 01:18:42 2005

    Function name: sqls::HighlyAvailablePackage:manageVsResources

    The source line number: 490

    ---- Context -----------------------------------------------

    SQLs::HighlyAvailablePackage:preInstall

    SQLs::HighlyAvailablePackage:manageVsResources

    m_dataDirPath is empty

    Cluster API threw an exception during operations of virtualization.

    Package first notify: 13

    Error code: 0x8007000d (13)

    Windows error text: these data are incorrect.

    Source the name of the file: sqlchaining\highlyavailablepackage.cpp

    Compiler timestamp: Mon Aug 29 01:18:42 2005

    Function name: sqls::HighlyAvailablePackage:manageVsResources

    The source line number: 490

    ---- Context -----------------------------------------------

    SQLs::HighlyAvailablePackage:preInstall

    SQLs::HighlyAvailablePackage:manageVsResources

    m_dataDirPath is empty

    Cluster API threw an exception during operations of virtualization.

    SQLSetup0008_SQLNODE2_Core (Local)

     

    Local configuration can complement

    Running: InstallSqlAction at: 4/2012/14 23:23:57

    Installation: sql on target: SQLNODE2

    Informs the package is ready to start: 0

    Waiting for notification start installation

    Local configuration can begin installation

    Error code: 0x8007000d (13)

    Windows error text: these data are incorrect.

    Source the name of the file: remotepackageengine\remotepackageinstallersynch.cpp

    Compiler timestamp: Wed Aug 24 13:40:17 2005

    Function name: sqls::RemotePackageInstallerSynch:preInstall

    The source line number: 128

    ---- Context -----------------------------------------------

    SQLs::InstallPackageAction: perform

    SQLs::RemotePackageInstallerSynch:preInstall

    Abandonment of the package: "sql", due to an error from the configuration of the host: 13

    Notify all ready to commit: 13

    Notify all ready to put end to: 13

    Waiting for notification complete installation

    Local configuration can complement

    Packaging return code: 13

    Complete: InstallSqlAction at: 4/2012/14 23:23:59, returned false

    Error: The 'InstallSqlAction' Action failed during execution.  Error during execution information:

    Target collection includes the local machine.

    -----------------------------------------------

    Error: The 'UninstallForRS2000Action' Action failed during execution.  Error during execution information:

    Action: "UninstallForRS2000Action" will be marked as failed due to the following condition:

    The condition 'rs has been correctly upgraded level.' returned false.

    Package installation: 'patchRS2000' failed due to a precondition.

    Running: ReportChainingResults at: 4/2012/14 23:24:1

    Error: Action "ReportChainingResults" threw an exception during execution.

    One or more packages could not be installed. See logs for details of the error. : 13

    Error code: 0x8007000d (13)

    Windows error text: these data are incorrect.

    Source the name of the file: sqlchaining\sqlchainingactions.cpp

    Compiler timestamp: 1 Thu Sep 22:23:05 2005

    Name of the function: sqls::ReportChainingResults: perform

    The source line number: 3097

    Please notify.

    Assani

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums. You can follow the link to your question:

    http://TechNet.Microsoft.com/en-us/WindowsServer/bb512923

    Hope this information helps.

  • WebLogic server starts only not in several version of JDeveloper environment

    Hello

    I installed first Jdev 11.1.1.1 version (now works well) and then Jdeveloper 11.1.1.3(problematic maintenant) keeping Jdev 11.1.1.1 side... in windows xp, operating system.

    I created House of Middleware for Jdev 11.1.1.1-> D:/Oracle/Middleware1 and 11.1.1.3-> D:/Oracle/Middleware2. There is also a structure of folder C:/Oracle/Middleware that contains some files in the C: drive.

    From weblogic server 11.1.1.3, it displays the following error. The class for weblogic server path must be start with D: drive and not the C: drive.

    Please tell me how to change the class path to designate the correct weblogic server.

    Additional details:
    The CLASSPATH of the named environment variable has value 'D:\product\10.1.3.1\OracleAS_1\jdk\bin;D:\product\10.1.3.1\OracleAS_1\ant\bin; C:\Oracle11gDB\product\11.2.0\dbhome_1\bin;c:\Windows\System32;D:\product\10.1.3.1\OracleAS_1\MOBILE\sdk\bin ".

    and another PATH variable has the value D:\product\10.1.3.1\OracleAS_1\MOBILE\Sdk\bin\OLITE40. CONTAINER;


    LOG FILE:


    Using the 7101 port *.
    "C:\Documents and Settings\navinkumark\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    The system does not have the specified path.
    .
    .
    Arguments of memory in JAVA: - Xms256m-Xmx512m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512 m
    .
    Start mode of WLS = development
    .
    CLASSPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar; C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;D:\product\10.1.3.1\OracleAS_1\MOBILE\Sdk\bin\OLITE40. JAR; _
    .
    Path=D:\product\10.1.3.1\OracleAS_1\jdk\bin;D:\product\10.1.3.1\OracleAS_1\ant\bin; C:\Oracle11gDB\product\11.2.0\dbhome_1\bin;c:\Windows\System32;D:\product\10.1.3.1\OracleAS_1\MOBILE\sdk\bin
    .
    ***************************************************
    * To start WebLogic Server, use a username and *.
    * password assigned to an administrator-level user. For *.
    * server administration, using the WebLogic Server *.
    * the http://hostname:port\console console *.
    ***************************************************
    from weblogic with the Java version:
    WLS starting with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java-Xms256m-Xmx512m - XX : CompileThreshold = 8000 - XX : PermSize = 128m - XX : MaxPermSize = 512m-Dweblogic.Name=DefaultServer-Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy-Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks-Dweblogic.nodemanager.ServiceEnabled=true-da-Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3-Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server-Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server-Djps.app.credential.overwrite.allowed=true-Ddomain.home=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\ DEFAUL ~ 1-Dcommon.components.home=C:\Oracle\MIDDLE~1\oracle_common-Djrf.version=11.1.1-Dorg.apache.commons.logging.Log= org.apache.commons.logging.impl.Jdk14Logger-Djrockit.optfile=C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt-Doracle.domain.config.dir=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1-Doracle.server.config.dir=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer-Doracle.security.jps.config=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml - Djava.protocol.handler.pkgs=oracle.mds.net.protocol - Digf.arisidbeans.carmlloc=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\ FMWCON~1\carml-Digf.arisidstack.home=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider-Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.oamprovider_11.1.1-Dweblogic.jdbc.remoteEnabled=false-Dwsm.repository.path=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole= weblogic. Server
    Java version "1.6.0_18.
    Java (TM) SE Runtime Environment (build 1.6.0_18 - b07)
    Java Client VM (build 16, 0 - b13, mixed mode)
    java.lang.NoClassDefFoundError: weblogic Server
    Caused by: java.lang.ClassNotFoundException: weblogic. Server
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    The main class is not found: weblogic. Server. Program ends.
    Exception in thread "main" process is completed.



    Please help me,

    Thanks in advance...

    Kind regards
    Navin

    As long as you start together the two version, you should be OK (I have version 6 installed on my pc).
    I had this discussion today in this {: identifier of the thread = 2249375}.
    The solution should work for you too.

    Timo

  • production server starts do not: javax.naming.NameNotFoundException

    Hi all

    I'm trying to implement the CRS 11.1.0 Oracle trade 11.1 and Jboss 6.1

    I did the configurations by CIM. When I start the server

    (1) for help after an order by < jboss-dir > / bin:

    ./standalone.sh--server-config=atg_production_lockserver.XML - b 0.0.0.0.

    (2) Using following command < ATG11-Dir > / home/servers/atg_production_lockserver:

    ./startServerOnJBoss.sh

    I get the following error in the above two cases:

    16:39:49, 391 INFO [nucleusNamespace.atg.dynamo.service.logging.ScreenLog] (ServerService Thread Pool - 65) with logging of external for debug messages and trace kernel to avoid hidden kernel logging information. Set the property /atg/dynamo/service/logging/ScreenLog.useInfoForDebug to false nucleus to use external instead trace and debug logging.

    16:39:49, 654 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool - 65) HV000001: Hibernate Validator 4.3.1.Final

    16:40, 189 WARN [nucleusNamespace.atg.dynamo.service.jmdns.ClusterBroadcaster] (Pool-5-wire-1) Truncating value of the main serviceProperties of "commandLineModules".

    16:40:04, 446 INFO [nucleusNamespace.atg.dynamo.server.OPSSInitializer] (ServerService Thread Pool - 65), the Platform Java (HSD) Services have been launched in JSE mode.

    16:40:05, 016 ERROR [nucleusNamespace.atg.dynamo.service.jdbc.DirectJTDataSource] (ServerService Thread Pool - 65) could not resolve java: / ATGProductionDS: javax.naming.NameNotFoundException: error looking up ATGProductionDS, service service is not started jboss.naming.context.java.ATGProductionDS

    at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:132)

    at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:80)

    at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:197)

    at org.jboss.as.naming.InitialContext.lookup(InitialContext.java:120)

    at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:183)

    at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179)

    at javax.naming.InitialContext.lookup(InitialContext.java:411) [rt.jar:1.7.0_71]

    at atg.nucleus.JNDIReference.getReference(JNDIReference.java:162) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.JNDIReference.doStartService(JNDIReference.java:138) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.GenericService.startService(GenericService.java:561) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1751) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1407) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:934) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:673) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:654) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:499) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.ConfigurationRef.getValue(ConfigurationRef.java:119) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:406) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:1055) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1668) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1378) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:934) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:673) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:654) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:499) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.ConfigurationRef.getValue(ConfigurationRef.java:119) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:406) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:1055) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1668) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1378) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:934) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:673) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:654) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:499) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.ConfigurationRef.getValue(ConfigurationRef.java:119) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:406) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:1055) [_DAS_slib_sclasses.jar:]

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84) [_DAS_slib_sclasses.jar:]

    The DB is up and running as when I tried to hit the same database using one of my ATG 10.2 installation, it works very well.

    To give some info on the side of jboss:

    Here's the relevant (as I think) I'm glad my < JBOSS-HOME > /standalone/configuration/atg_production_lockserver.xml. USING < host name > below , but I use the correct host name value in the file:

    subsystem "<" ">

    < datasources >

    < driver >

    < module = "com.h2database.h2 driver" name = "h2" > "

    org.H2.jdbcx.JdbcDataSource < class xa datasource > < / xa-datasource-class >

    < / driver >

    < / drivers >

    < active xa datasource = 'true' name jndi = "" java: / ATGProductionDS ' pool-name = "ATGProductionDS" - context of use-java = "true" > "

    < name xa-property-datasource = 'URL' > JDBC: thin: @ < host name >: 1521:orcl < / xa-datasource-property >

    < name xa-property-datasource = "User" > noble_core < / xa-datasource-property >

    < name xa-property-datasource = "Password" > password < / xa-datasource-property >

    oracle.jdbc.xa.client.OracleXADataSource < class xa datasource > < / xa-datasource-class >

    <!-uncomment the following if you are using Oracle 9i

    < name "oracle.jdbc.V8Compatible xa-datasource-property" = > true < / xa-datasource-property >

    ->

    ojdbc14.jar is < driver > < / driver >

    < security >

    < user name > noble_core < / name >

    password <>password < / password >

    < / security >

    < xa-pool > < min-pool-size > 5 < / min-pool-size > < maximum > 100 pool size < / max-pool-size > < is-same-rm-override > false < / is-same-rm-override > < no tx separate pools / > < / xa-pool >

    < timeout > < blocking-timeout-millis > 5000 < / blocking-timeout-millis > < 15 > idle-timeout-minutes < / idle-timeout-minutes > < / timeout >

    < validation > < exception-sorter class-name="org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter"/ > < / validation >

    <!-to avoid deadlocks, you must set this - >

    > isolation of transactions < TRANSACTION_READ_COMMITTED < / transaction-isolation >

    < / xa datasource >

    < active xa datasource = 'true' name jndi = "" java: / ATGSwitchingDS_B ' pool-name = "ATGSwitchingDS_B" - context of use-java = "true" > "

    < name xa-property-datasource = 'URL' > JDBC: thin: @ < host name >: 1521:orcl < / xa-datasource-property >

    < name xa-property-datasource = "User" > noble_catalogb < / xa-datasource-property >

    < name xa-property-datasource = "Password" > password < / xa-datasource-property >

    oracle.jdbc.xa.client.OracleXADataSource < class xa datasource > < / xa-datasource-class >

    <!-uncomment the following if you are using Oracle 9i

    < name "oracle.jdbc.V8Compatible xa-datasource-property" = > true < / xa-datasource-property >

    ->

    ojdbc14.jar is < driver > < / driver >

    < security >

    < user name > noble_catalogb < / name >

    password <>password < / password >

    < / security >

    < xa-pool > < min-pool-size > 5 < / min-pool-size > < maximum > 100 pool size < / max-pool-size > < is-same-rm-override > false < / is-same-rm-override > < no tx separate pools / > < / xa-pool >

    < timeout > < blocking-timeout-millis > 5000 < / blocking-timeout-millis > < 15 > idle-timeout-minutes < / idle-timeout-minutes > < / timeout >

    < validation > < exception-sorter class-name="org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter"/ > < / validation >

    <!-to avoid deadlocks, you must set this - >

    > isolation of transactions < TRANSACTION_READ_COMMITTED < / transaction-isolation >

    < / xa datasource >

    < active xa datasource = 'true' name jndi = "" java: / ATGSwitchingDS_A ' pool-name = "ATGSwitchingDS_A" - context of use-java = "true" > "

    < name xa-property-datasource = 'URL' > JDBC: thin: @ < host name >: 1521:orcl < / xa-datasource-property >

    < name xa-property-datasource = "User" > noble_cataloga < / xa-datasource-property >

    < name xa-property-datasource = "Password" > password < / xa-datasource-property >

    oracle.jdbc.xa.client.OracleXADataSource < class xa datasource > < / xa-datasource-class >

    <!-uncomment the following if you are using Oracle 9i

    < name "oracle.jdbc.V8Compatible xa-datasource-property" = > true < / xa-datasource-property >

    ->

    ojdbc14.jar is < driver > < / driver >

    < security >

    < user name > noble_cataloga < / name >

    password <>password < / password >

    < / security >

    < xa-pool > < min-pool-size > 5 < / min-pool-size > < maximum > 100 pool size < / max-pool-size > < is-same-rm-override > false < / is-same-rm-override > < no tx separate pools / > < / xa-pool >

    < timeout > < blocking-timeout-millis > 5000 < / blocking-timeout-millis > < 15 > idle-timeout-minutes < / idle-timeout-minutes > < / timeout >

    < validation > < exception-sorter class-name="org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter"/ > < / validation >

    <!-to avoid deadlocks, you must set this - >

    > isolation of transactions < TRANSACTION_READ_COMMITTED < / transaction-isolation >

    < / xa datasource >

    < / datasources >

    < / subsystem >

    Please guide...

    Kind regards

    Ben Milot

    I don't know why it happened this way!

    I've reconfigured the CIM, this time, use ojdbc6.jar instead of ojdbc14.jar is as a pilot for the connectivity of DB with CIM.

    Reconfigured and re-deployed application and ear

    Voila! has worked for me. The error disappeared.

    Kind regards

    Ben Milot

  • argument null for classes starting managered Server start

    Hello world

    We have a cluster Weblogic 10.3.5 environment. the environment seems to work very well. I am able to have servers (Admin and managed) and deployed applications that run without any problem. However, I just noticed, every time when I run servers Managered, I got the following in the system log. It seems that they are the classes start, but with the null argument. Are they normal or not?

    Thanks in advance,

    John

    # < 22 February 2012 11:28:27 EST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928107258 > < BEA-000256 > < Invoking oracle.dms.wls.DMSShutdown.main (null) >
    # < 22 February 2012 11:28:27 EST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928107769 > < BEA-000256 > < Invoking oracle.ias.cache.Shutdown.main (null) >
    # < 22 February 2012 11:40:08 CEST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928808600 > < BEA-000256 > < Invoking oracle.jrf.wls.JRFStartup.main (null) >
    # < 22 February 2012 11:40:08 CEST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928808682 > < BEA-000256 > < Invoking oracle.security.jps.wls.JpsWlsStartupClass.main (null) >
    # < 22 February 2012 11:40:08 CEST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928808790 > < BEA-000256 > < Invoking oracle.core.ojdl.weblogic.ODLConfiguration.main (null) >
    # < 22 February 2012 11:40:17 CEST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928817314 > < BEA-000256 > < Invoking oracle.jrf.AppContextStartup.main (null) >
    # < 22 February 2012 11:40:17 CEST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928817318 > < BEA-000256 > < Invoking oracle.as.jmx.framework.wls.spi.StartupListener.main (null) >
    # < 22 February 2012 11:40:17 CEST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928817432 > < BEA-000256 > < Invoking oracle.j2ee.ws.server.WebServiceServerStartup.main (null) >
    # < 22 February 2012 11:40:17 CEST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928817492 > < BEA-000256 > < Invoking oracle.ias.cache.Startup.main (null) >
    # < 22 February 2012 11:40:17 CEST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928817493 > < BEA-000256 > < Invoking oracle.dms.wls.DMSStartup.main (null) >
    # < 22 February 2012 11:40:18 CEST > < Info > < management > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928818207 > < BEA-141278 > < Java configuration entropy is: property system "java.security.egd = null; File JRE java.security "securerandom.source = file:/dev/urandom" property Blocking of the Config = false; Version of the JDK = 1.6.0_26; Operating system = Linux. >
    # < 22 February 2012 11:40:48 CEST > < Info > < WebLogicServer > < entwl2u - vm.co.pinellas.fl.us > < Pinellas1uCluster1MS2 > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1329928848987 > < BEA-000256 > < Invoking oracle.security.audit.ajl.loader.JEEAuditLoader.main (null) >

    Hi John,.

    It's Ok. These are only information messages. THERY are not warnings or errors, so nothing to worry.

    If the classes are called arguments null and no exception is thrown, and then is means that the class is able to have a null argument, so nothing to worry about again.

    Kind regards
    Cree

  • Open Manage Server Administrator does not not on almost all servers

    We have about 15 PowerEdge servers and all but 2 or 3 get errors trying to use OM server administrator.  A few months ago, they have all worked very well.  You know not so updated Windows caused it or what.

    They get the "Cannot display this page" error when you open the server administrator.

    I can't find any rhyme or reason as to why this is happening.  Sometimes a R730, R720s and R710s, as well as some older R515s.  I tried different versions of Openmanage, set updated to 8.3 and it did not help.   It also occurs on servers running Windows Server 2008 R2 and R2 2012.

    An our R720 is identical to another and one works, the other not.  They are identical hardware (bought at the same time), same OS, same firmware, same function as Hyper-V servers.  Why a job and the other Gets the error?  No idea.

    Clues?   Thank you.

    We added it to trusted sites, Yes.

    As I say, it works fine for a long time (years, in the case of some servers) and now all of a sudden stopped.

    I loaded Chrome on one of the servers and it actually works.  I guess it's a question of IE.   Always very strange that it works in Internet Explorer on a few servers, but not on most of the others.

Maybe you are looking for

  • The button "save the page under" does not

    Not much to say other than that worked yesterday and now it does not work. Thanks for any help y ' All are able to provide.

  • Speaker Bluetooth does not. Aspire V

    Acer Aspire laptop V Windows 10 upgrade\ I was able to establish a connection to a bluetooth speaker, but the speaker still does not play and the noise continues through the laptop speakers. Bluetooth speaker works with other devices. Please tell how

  • can I replace my hardrive with recovery cd?

    I want to replace my hard drive, but all I have is the system restore cd. My old man is about to go bye. It is a gateway computer. Thank you.

  • UP2715k flicker at lower resolutions

    Hi all I recently bought a Dell UP2715K monitor. I have it plugged into a card ATI over-pants v5100 double connections DP1.2. The monitor works well at 5 k resolutions, and I had minor problems in this mode of resolution. However when I try to use th

  • What can I do if my lap suddenly profit and loss and say display driver stops working?

    Well, I have windows 7.   Sometimes when I open my browser, my laptop suddenly stopped automatically... and soon end up... in fact it says "DISPLAY DRIVER STOPS WORKING AND SCRAP with SUCCESS". There is a big problem on my lap?  pls help me... thanks