Starting WLST in Interactive mode

I am having a lot of trouble starting WLST in Interactive mode. I am running setWLEnv.sh and then using the command java weblogic.WLST and I get the following error.
root@esrsqa1 bin# ./setWLSEnv.sh
CLASSPATH=/opt/bea/patch_wlw1001/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bea/patch_wls1001/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bea/jrockit_150_11/lib/tools.jar:/opt/bea/wlserver_10.0/server/lib/weblogic_sp.jar:/opt/bea/wlserver_10.0/server/lib/weblogic.jar:/opt/bea/modules/features/weblogic.server.modules_10.0.1.0.jar:/opt/bea/modules/features/com.bea.cie.common-plugin.launch_2.1.2.0.jar:/opt/bea/wlserver_10.0/server/lib/webservices.jar:/opt/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/opt/bea/modules/net.sf.antcontrib_1.0b2.0/lib/ant-contrib.jar:
PATH=/opt/bea/wlserver_10.0/server/bin:/opt/bea/modules/org.apache.ant_1.6.5/bin:/opt/bea/jrockit_150_11/jre/bin:/opt/bea/jrockit_150_11/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/oracle_client/product/11.1.0/client_1/bin:/root/bin
Your environment has been set.
root@esrsqa1 bin#
root@esrsqa1 bin#
root@esrsqa1 bin#
root@esrsqa1 bin# java Weblogic.WLST
Exception in thread "main" java.lang.NoClassDefFoundError: Weblogic.WLST
at gnu.java.lang.MainThread.run(libgcj.so.7rh)
Caused by: java.lang.ClassNotFoundException: Weblogic.WLST not found in gnu.gcj.
runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at gnu.java.lang.MainThread.run(libgcj.so.7rh)
I can use WLST just fine if I pass it a python script but it will not work interactively. I am using WLST in my startup and shutdown scripts and they work flawlessly. Does anybody have any ideas?
Thanks,
Scott
Edited by: carters2 on Apr 2, 2009 6:46 AM
Edited by: carters2 on Apr 2, 2009 6:49 AM

Team,
As per the instructions, I have changed the port from 7001 to 10003
java weblogic.WLST
wls:/offline> connect()
Please enter your username [weblogic] : weblogic
Please enter your password [weblogic] : weblogic
Please enter your server URL [t3://localhost:7001] : t3://localhost:7001
Connecting to t3://localhost:7001 with userid weblogic ...
edit()
startEdit()
cd ('Servers/AdminServer')
cmo.setListenPort(9999)
save()
activate()
When I tried to start the server, I am receiving the following error
May 4, 2010 4:15:41 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun
Microsystems Inc.>
<May 4, 2010 4:15:42 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 380194 Fri Oct 24 13:20:13 IST 2008
WebLogic Server Temporary Patch for 8408837 Fri Apr 03 17:01:18 EDT 2009
WebLogic Server Temporary Patch for CR378781, CR380313 Fri Sep 19 13:34:16 PDT 2008
WebLogic Server Temporary Patch for CR381056 Mon Oct 06 10:48:50 EDT 2008
WebLogic Server Temporary Patch for CR374413, CR378680 Tue Sep 02 09:55:36 PDT 2008
WebLogic Server Temporary Patch for CR378102 Wed Sep 10 23:28:48 PDT 2008
WebLogic Server Temporary Patch for CR378741 Tue Sep 09 13:08:51 PDT 2008
WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
<May 4, 2010 4:15:43 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<May 4, 2010 4:15:43 PM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<May 4, 2010 4:15:44 PM EDT> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\user_projects\domains\osb_domain\servers\AdminServer\l
ogs\AdminServer.log is opened. All server side log events will be written to this file.>
<May 4, 2010 4:15:44 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
There are 1 nested errors:
java.net.UnknownHostException: aaa.bbb.org:10003
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:849)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1200)
at java.net.InetAddress.getAllByName0(InetAddress.java:1153)
at java.net.InetAddress.getAllByName(InetAddress.java:1083)
at java.net.InetAddress.getAllByName(InetAddress.java:1019)
at java.net.InetAddress.getByName(InetAddress.java:969)
at weblogic.rjvm.JVMID.setLocalID(JVMID.java:201)
at weblogic.rjvm.RJVMService.setJVMID(RJVMService.java:48)
at weblogic.rjvm.RJVMService.start(RJVMService.java:30)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
How do I start the server now?

Similar Messages

  • How to start wlst in online mode

    I'm a first time user of 'wlst' ;-)
    I installed the WebLogic Server 9.1 on the HP-UX PA-RISC platform and is running in a production environment.
    I can start 'wlst' offline on HP-UX but don't know how to switch back to the online mode.
    I'd like to find out if 'wlst' online mode is supported on HP-UX. If it supports on HP-UX, can someone let me know how to start 'wlst' in online mode?
    Thanks!
    Pearl

    When you first invoke WLST, by default you are in "offline" mode. Once you are connected to a server you will be in "online" mode.
    Thanks,
    -satya
    BEA Blog: http://dev2dev.bea.com/blog/sghattu/

  • Cannot feed configuration files to lookupd started in interactive mode

    The manual page of lookupd states that lookupd may be run in an interactive mode if started with the -d option.
    It also says:
    [BEGIN TERMINAL TRANSCRIPT]
    This second copy of lookupd runs independently of the system's ``main''
    lookupd and does not provide information to other programs running on
    your system. This allows you to try queries and test configuration
    options without disturbing normal operations. The second copy of lookupd
    will attempt to read its configuration options from a NetInfo directory
    named /locations/lookupd_debug (NetInfo) or /etc/lookupd_debug (files).
    If they don't exist, it will try /locations/lookupd or /etc/lookupd.
    [END TERMINAL TRANSCRIPT]
    I created the 'global' configuration file in /etc/lookupd_debug/ but it seems that lookupd doesn't read it:
    [BEGIN TERMINAL TRANSCRIPT]
    xfox% pwd
    /private/etc/lookupd_debug
    xfox% ls -l
    total 8
    -rw-r--r-- 1 root wheel 265 Oct 25 15:54 global
    xfox% cat global
    LogFile /Users/xfox/lookupd_debug.log
    LogPriority 7
    xfox%sudo lookupd -d
    Password:
    lookupd version 369.5 (root 2006.02.10 04:16:23 UTC)
    Enter command name, "help", or "quit" to exit
    configuration
    Array: "Configuration"
    ==> 8 objects
    Dictionary: "Global Configuration"
    ConfigSource: default
    LookupOrder: Cache NI DS
    MaxIdleServers: 4
    MaxIdleThreads: 2
    MaxThreads: 64
    TimeToLive: 43200
    Timeout: 30
    ValidateCache: YES
    ValidationLatency: 15
    configname: Global Configuration
    Dictionary: "Host Configuration"
    LookupOrder: Cache FF DNS NI DS
    configname: Host Configuration
    Dictionary: "Service Configuration"
    LookupOrder: Cache FF NI DS
    configname: Service Configuration
    Dictionary: "Protocol Configuration"
    LookupOrder: Cache FF NI DS
    configname: Protocol Configuration
    Dictionary: "Rpc Configuration"
    LookupOrder: Cache FF NI DS
    configname: Rpc Configuration
    Dictionary: "Group Configuration"
    TimeToLive: 60
    ValidateCache: NO
    configname: Group Configuration
    Dictionary: "Initgroup Configuration"
    TimeToLive: 300
    ValidateCache: NO
    configname: Initgroup Configuration
    Dictionary: "Network Configuration"
    LookupOrder: Cache FF DNS NI DS
    configname: Network Configuration
    <== 8 objects
    <div class="jive-quote">quit
    xfox%
    [END TERMINAL TRANSCRIPT]
    Look for the line "ConfigSource: default".
    I think it should be something else when lookupd read its configuration from a file. Indeed, no log file is created into my home directory.
    What am I missing?

    I filed a bug report.

  • CRIO application works in interactive mode but broken VIs reported in error log when run built application on target

    I have been getting more than my fair share of grey hairs the past few days because of this. Over the past few months this almost never happened. Lately, after a seemingly minor change to some serial communications code, hardly a single build works without throwing errors like this:
    #OSVers: 6.3
    #OSBuild: Jun 6 2014, 09:14:16
    #AppName: /c/ni-rt/system/lvrt.out
    #Version: 14.0
    #AppKind: AppLib
    #AppModDate:
    InitExecSystem() call to GetCurrProcessNumProcessors() reports: 1 processors
    InitExecSystem() call to GetNumProcessors() reports: 1 processors
    InitExecSystem() will use: 1 processors
    starting LabVIEW Execution System 306708506 Thread 0 , capacity: 1 at [3507679466.00933790, (19:24:26.009337710 2015:02:24)]
    starting LabVIEW Execution System 306708507 Thread 0 , capacity: 1 at [3507679470.59560204, (19:24:30.595601929 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 0 , capacity: 24 at [3507679481.25993776, (19:24:41.259937648 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 1 , capacity: 24 at [3507679481.25993776, (19:24:41.259937648 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 2 , capacity: 24 at [3507679481.25993776, (19:24:41.259937648 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 3 , capacity: 24 at [3507679481.25993776, (19:24:41.259937648 2015:02:24)]
    Thread consumption suspected: 3 Try starting 4 threads
    starting LabVIEW Execution System 2 Thread 4 , capacity: 24 at [3507679515.59324312, (19:25:15.593243004 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 5 , capacity: 24 at [3507679515.59324312, (19:25:15.593243004 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 6 , capacity: 24 at [3507679515.59324312, (19:25:15.593243004 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 7 , capacity: 24 at [3507679515.59324312, (19:25:15.593243004 2015:02:24)]
    Thread consumption suspected: 8 Try starting 1 threads
    starting LabVIEW Execution System 2 Thread 8 , capacity: 24 at [3507679515.73854351, (19:25:15.738543576 2015:02:24)]
    and 
    #Date: TUE, FEB 24, 2015 04:47:22 PM
    #OSName: VxWorks
    #OSVers: 6.3
    #OSBuild: Jun 6 2014, 09:14:16
    #AppName: /c/ni-rt/system/lvrt.out
    #Version: 14.0
    #AppKind: AppLib
    #AppModDate:
    InitExecSystem() call to GetCurrProcessNumProcessors() reports: 1 processors
    InitExecSystem() call to GetNumProcessors() reports: 1 processors
    InitExecSystem() will use: 1 processors
    starting LabVIEW Execution System 306708506 Thread 0 , capacity: 1 at [3507670087.84041262, (16:48:07.840412710 2015:02:24)]
    starting LabVIEW Execution System 306708507 Thread 0 , capacity: 1 at [3507670092.45153570, (16:48:12.451535843 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 0 , capacity: 24 at [3507670103.11840487, (16:48:23.118404925 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 1 , capacity: 24 at [3507670103.11840487, (16:48:23.118404925 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 2 , capacity: 24 at [3507670103.11840487, (16:48:23.118404925 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 3 , capacity: 24 at [3507670103.11840487, (16:48:23.118404925 2015:02:24)]
    VI_BROKEN (0): [VI "NC serial comms protocol.lvlibet Lower Temperature Limit.vi" (0x04667310)]
    VirtualInstrument:etOrClearBadVILibrary - now VI is bad on [VI "NC serial comms protocol.lvlibet Lower Temperature Limit.vi" (0x04667310)]
    this->flags=33563136, compilerError=6
    VI_BROKEN (0): [VI "Heater Control HAL.lvclass:Write Heater Control Active.vi" (0x058c4e98)]
    VirtualInstrument:etOrClearBadVILibrary - now VI is bad on [VI "Heater Control HAL.lvclass:Write Heater Control Active.vi" (0x058c4e98)]
    this->flags=50340352, compilerError=6
    VI_BROKEN (0): [VI "NI_LVConfig.lvlibave Config File.vi" (0x047b7e90)]
    VirtualInstrument:etOrClearBadVILibrary - now VI is bad on [VI "NI_LVConfig.lvlibave Config File.vi" (0x047b7e90)]
    this->flags=33563136, compilerError=6
    and so on.
    This is using a cRIO 9074 running CompactRIO recommended software set  14.0.1 .
    These errors happen right at startup. Memory use is steady in interactive mode, about 20 MB contiguous memory is unallocated out of 128 MB. I have taken pains to prevent allocation and follow cRIO besta practices non concatenated strings array building in loops etc). CPU is 50-60% when running interactive mode.
    Really at my whit's end here, I have tried the various combination of enabling / disabling debugging in the RTEXE, disconnecting typedefs etc. I have not noticed a pattern. 
    Regards,
    MarkCG

    Hello MarkCG,
    What minor changes did you make to the serial communication code? Posting the VI or a screenshot of the VI with the modifications which caused the RTEXE to stop functioning could be useful to troubleshoot the issue. 
    Regards,
    J_Bou

  • Exception in connect using WLST in Embedded Mode

    If I try to run the example for WLST in embedded mode, I get an exception during the connect:
    Connecting to t3://localhost:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'TestDomain'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Exception in thread "main" Traceback (innermost last):
      File "<string>", line 1, in ?
      File "<iostream>", line 22, in connect
    WLSTException: 'Error occured while performing connect : Error connecting to the server Use dumpStack() to view the full stacktrace'The server in question is running, and the connect command from an interactive interpreter (from the commandline) works fine. I added a call to dumpStack() in a try-catch and got:
    This Exception occurred at Fri Sep 21 15:16:48 CEST 2007.
    java.lang.NullPointerException
         at com.sun.corba.se.impl.io.ValueHandlerImpl.writeReplace(ValueHandlerImpl.java:452)
         at com.sun.corba.se.impl.encoding.CDROutputStream_1_0.writeRMIIIOPValueType(CDROutputStream_1_0.java:761)
         at com.sun.corba.se.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:850)
         at com.sun.corba.se.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:864)
         at com.sun.corba.se.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:659)
         at com.sun.corba.se.impl.encoding.CDROutputStream.write_value(CDROutputStream.java:232)
         at weblogic.management._RemoteMBeanServer_Stub.addNotificationListener(Unknown Source)
         at weblogic.management.scripting.WLSTHelper.addChangeListener(WLSTHelper.java:327)
         at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:315)
         at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:201)
         at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:60)
         at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:121)
         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:585)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
         at org.python.core.PyMethod.__call__(PyMethod.java:96)
         at org.python.core.PyObject.__call__(PyObject.java:248)
         at org.python.core.PyObject.invoke(PyObject.java:2016)
         at org.python.pycode._pyx6.connect$1(<iostream>:16)
         at org.python.pycode._pyx6.call_function(<iostream>)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyTableCode.call(PyTableCode.java:404)
         at org.python.core.PyTableCode.call(PyTableCode.java:274)
         at org.python.core.PyFunction.__call__(PyFunction.java:175)
         at org.python.pycode._pyx14.f$0(<string>:1)
         at org.python.pycode._pyx14.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.core.Py.exec(Py.java:1157)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:137)
         at weblogic.management.scripting.utils.WLSTInterpreter.exec(WLSTInterpreter.java:367)
         at com.lmco.jsf.alis.obphm.afrs.weblogic.WLSTTest.connect(WLSTTest.java:40)
         at com.lmco.jsf.alis.obphm.afrs.weblogic.WLSTTest.main(WLSTTest.java:81)What am I doing wrong?

    public static void main(String[] args) throws
    Exception{
    Very bad programming practice!Not for a simple test program where you aren't going to do anything useful. In this case, it's exactly the right thing - as soon as the test hits an error, it falls over and dumps a stack trace, which is what it exists to do.
    In general, tho, you're correct, "throws Exception" loosens your contract to the point of meaninglessness.
    G

  • Short question of Detector Interactive mode.

    Hi..
    I have a question of detector interactive mode.
    when I run the detector with interactive mdoe, the pps exceeded and then the recommanded filter is enabled
    next, I go to the pending filter menu , in there , I can choose the action as accept accept always, always ignore.
    If the filter activated with SRC IP, and I always accept it. if so the that SRC IP enabled always?, Not All SRC IP?
    Is there command to check always accept filter in detector module? cmd or wbm

    Hi,
    If you read it again it says that you can't mount the Intel machine on your Powerbook, but you can do it the other way round. So if you connect the computers, and start your powerbook in Traget Disk Mode it will mount on the Intel machine, and you can transfer your files to the powerbook.
    Regards

  • My MB is always starting up in safe mode... why? What to do to start-up normally? Please help.

    Hi,
    I am frequently having troubles with my MB. Different types of troubles. Couldn't solve a single one yet.
    I have performed reboot MB in safe mode-- hold down the left shift key after the start up tone till the spinning gear appeared.
    Few hours back i performed that, and since then it just starting up in safe mode without holding the any shift key. I have password protected log-in and each time the dialog box shown the safe mode, not the normal boot as it used to be. I restarted so many times, but same result.
    I started-up by holding down the Option key, dialog box showing the same thing "safe mode" and same result.
    I started-up in single user mode, and then typed reboot, then pressed enter/return button, but dialog box shown the same and it started up in safe mode after entering the password.
    While in the safe mode, i have selected the Mac OS X 10.4.11 from the preference pane, then restarted, but all produced the same result, same dialog box showing the safe mode.
    I couldn't take the screen shot of that dialog box that appears before starting up.
    I am currently using the internet while in safe mode, and using ethernet adapter- a AirStream 1100 F25 external modem attached to the USB port. I don't know if that is good for my MB to use internet on the safe mode.
    I used disk utility and verified the disk during the safe mode, i don't know if that is right or wrong to perform that utility in safe mode, but it all appeared as normal. You can see that from the following image.
    Few days back, i performed the disk utility to verify disk while on the normal boot. But the result shown the red marks, please see the following image for details.
    Hardware Overview:
      Model Name:          MacBook
      Model Identifier:          MacBook2,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache (per processor):          4 MB
      Memory:          1 GB
      Bus Speed:          667 MHz
      Boot ROM Version:          MB21.00A5.B07
      SMC Version:          1.13f3
      Serial Number:          4*********M
      Sudden Motion Sensor:
      State:          Enabled
    BANK 0/DIMM0:
      Size:          512 MB
      Type:          DDR2 SDRAM
      Speed:          667 MHz
      Status:          OK
    BANK 1/DIMM1:
      Size:          512 MB
      Type:          DDR2 SDRAM
      Speed:          667 MHz
      Status:          OK
    System Power Settings:
      AC Power:
      System Sleep Timer (Minutes):          10
      Disk Sleep Timer (Minutes):          10
      Display Sleep Timer (Minutes):          10
      Automatic Restart On Power Loss:          No
      Wake On AC Change:          No
      Wake On Clamshell Open:          Yes
      Wake On LAN:          Yes
      Display Sleep Uses Dim:          Yes
      Battery Power:
      System Sleep Timer (Minutes):          5
      Disk Sleep Timer (Minutes):          10
      Display Sleep Timer (Minutes):          1
      Wake On AC Change:          No
      Wake On Clamshell Open:          Yes
      Display Sleep Uses Dim:          Yes
      Reduce Brightness:          Yes
    Battery Information:
      Battery Installed:          Yes
      First low level warning:          No
      Full Charge Capacity (mAh):          2745
      Remaining Capacity (mAh):          2745
      Amperage (mA):          133
      Voltage (mV):          12575
      Cycle Count:          507
    AC Charger Information:
      Connected:          Yes
      Charging:          No
    Hardware Configuration:
      UPS Installed:          No
    Intel ICH7-M AHCI:
      Vendor:          Intel
      Product:          ICH7-M AHCI
      Speed:          1.5 Gigabit
      Description:          AHCI Version 1.10 Supported
    TOSHIBA MK1234GSX:
      Capacity:          111.79 GB
      Model:          TOSHIBA MK1234GSX
      Revision:          AH008B
      Serial Number:          Z6M7T4FTT
      Native Command Queuing:          Yes
      Queue Depth:          8
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk0
      OS9 Drivers:          No
      S.M.A.R.T. status:          Verified
      Volumes:
    Macintosh HD:
      Capacity:          111.47 GB
      Available:          24.09 GB
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk0s2
      Mount Point:          /
    TOSHIBA MK1234GSX:
      Capacity:          111.79 GB
      Model:          TOSHIBA MK1234GSX
      Revision:          AH008B
      Serial Number:          Z6M7T4FTT
      Native Command Queuing:          Yes
      Queue Depth:          8
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk0
      OS9 Drivers:          No
      S.M.A.R.T. status:          Verified
      Volumes:
    Macintosh HD:
      Capacity:          111.47 GB
      Available:          24.09 GB
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk0s2
      Mount Point:          /
    System Software Overview:
      System Version:          Mac OS X 10.4.11 (8S2167)
      Kernel Version:          Darwin 8.11.1
      Boot Volume:          Macintosh HD
    Please help me out. Let me know how to start-up normally. By the way, my superdrive is not detecting DVDs including the OS dvds, but it read and write the CDs. So, It is not possible to reinstall OS early, at least not before the having the back up of the data. Please help me with contingency plan/s or as you think fit.
    Thank you. Look forward to your reply.
    <Personal Information Edited by Host> 

    Maximillianmann,
    depending upon how full “almost full” actually is, that could be the problem.
    You can try this, if you have Mac OS X 10.7 or newer installed, to see if it’s not related to your disk being almost full: boot your MacBook Pro into Recovery mode by holding down a Command key and the R key as it starts up. Once the Mac OS X Utilities menu appears, select Disk Utility. On the left-hand side of the Disk Utility window, select your internal disk’s boot partition (typically called “Macintosh HD”). On the right-hand side, press the Verify Disk button if it’s not greyed out; if it is greyed out, or if it reports that errors were found, press the Repair Disk button. Once the verification/repair is completed, exit Disk Utility and select Restart from the Apple menu to restart in normal mode. Once you hear the startup chime, try booting into Safe mode; does it let you do so now?

  • Error when starting Weblogic in debug mode

    Hi there
    Has anyone experienced any difficulties when starting weblogic in debug mode.
    More specifically, it cannot start correctly because it thinks that another instance
    is using the same port (definately not the case).
    Any clues/suggestions are greatly appreciated.
    Error log follows:
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <Unable to create
    a server socket for port: 8320. java.net.BindException: Address already in use
    Perhaps another process is using port 8320.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Notice> <WebLogicServer> <SSLListenThread
    listening on port 8321>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <The WebLogic
    Server is no longer listening for connections. You should probably restart it.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <Server shutdown
    has been requested by system>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <The shutdown sequence
    has been initiated.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Info> <WebLogicServer> <Server shutdown is
    commencing NOW and is irreversible.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Error> <Performance Pack> <Unable to load
    performance pack, using Java I/O.
    java.lang.ThreadDeath
    at java.lang.Thread.stop(Thread.java:581)
    at weblogic.t3.srvr.T3Srvr.die(T3Srvr.java:764)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:507)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)

    Thanks for the suggestion.
    Unfortunatley the port is definately free/available during startup.
    Stephane Kergozien <[email protected]> wrote:
    Maark,
    Before starting your server, please could you check that the port is
    not used by one
    other process. You can use the netstat command to do this.
    Regards
    Stephane
    Mark wrote:
    Hi there
    Has anyone experienced any difficulties when starting weblogic in debugmode.
    More specifically, it cannot start correctly because it thinks thatanother instance
    is using the same port (definately not the case).
    Any clues/suggestions are greatly appreciated.
    Error log follows:
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <Unableto create
    a server socket for port: 8320. java.net.BindException: Address alreadyin use
    Perhaps another process is using port 8320.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Notice> <WebLogicServer> <SSLListenThread
    listening on port 8321>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Emergency> <WebLogicServer> <TheWebLogic
    Server is no longer listening for connections. You should probablyrestart it.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <Servershutdown
    has been requested by system>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Alert> <WebLogicServer> <The shutdownsequence
    has been initiated.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Info> <WebLogicServer> <Servershutdown is
    commencing NOW and is irreversible.>
    <Mar 18, 2002 7:42:32 AM GMT+10:00> <Error> <Performance Pack> <Unableto load
    performance pack, using Java I/O.
    java.lang.ThreadDeath
    at java.lang.Thread.stop(Thread.java:581)
    at weblogic.t3.srvr.T3Srvr.die(T3Srvr.java:764)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:507)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)--
    Regards,
    Stephane Kergozien
    BEA Support

  • Can't Start Up in Safe Mode

    I've followed the directions here 8 times now:
    http://docs.info.apple.com/article.html?artnum=107393
    I've tried it with various timing alterations, and I just can't seem to get started up in safe mode.
    Any clue what I might be doing wrong?
    Thanks.

    Okay, I solved my own problem. Figured I'd post it here, just in case it might help someone else. Though, it probably won't. My set-up is pretty rare.
    My keyboard isn't plugged into my computer. It's plugged into my monitor, which has 4 USB ports. Evidently, those USB ports don't get loaded until too late in the start-up process, for me to take advantage of start-up commands.
    When I plugged the keyboard directly into the computer, it worked fine.

  • I shut down my macbook pro and now I started up and it started in the safe mode

    I shut down my MacBook Pro yesterday and when I started up today, it keeps starting up in safe mode, what do I need to do?

    Welcome to the Apple Support Communities
    Does your Mac start properly in safe mode? If so, try resetting the PRAM > http://support.apple.com/kb/HT1379 This will reset the "boot args", so OS X should start into safe mode. Also, you should verify that the storage of the computer is OK, so open Disk Utility, select "Macintosh HD" on the sidebar and verify the drive. If there's a problem, start in OS X Recovery (holding Command and R keys while your Mac is starting) and repair it

  • Had to start Firefox in safe mode cause it kept crashing after i deleted the file. Now Fire fox Crashes every time I open it and I have to put it in safe mode j

    Had to start Firefox in safe mode cause it kept crashing after i deleted the file. Now Fire fox Crashes every time I open it and I have to put it in safe mode just to use it, also it's not syncing with my iPad.

    If you use Norton software, try disabling your Norton extensions. As of last week, there were severe compatibility issues with Firefox 24.

  • Is there a way to change the hotkey for starting firefox in safe-mode?

    The current default hotkey is shift. Holding it when starting firefox will start it in safe mode (true story). My super duper favorite handy windows hotkey for starting programs pinned to the task bar in windows 7 is windows_key + shift + #, and that conflicts with the firefox setting, and i always end up starting firefox in safe mode because im that lazy.

    Greetings!
    I'm an irssi user, and I have awesome mouse gesture addon for it, and I'm afraid I can't live without it anymore.. But it requires Shift key for opening links, therefore Firefox, as my default browser, always starts in Safe mode :(
    I'm not a programmer, easiest workaround would be modifying the irssi addon, but I suck on that, too.
    If there's a way to bypass Safe Mode in Firefox, or at least a way to change the Shift key to something else, that would make my miserable life a tad easier.

  • How do I set Firefox 4 to automatically start in 16-bit mode?

    Certain web sites I use daily require Firefox 4 to be started in 16-bit mode. How do I set Firefox 4 to automatically start in 16-bit mode?

    Do you mean 32 bit mode as opposed to the default 64 bit mode?
    # Close Firefox
    # Open the Applications folder in Finder
    # Right click or control-click the Firefox.app icon
    # Select "Get Info"
    # Select or Deselect "Open in 32-bit mode"
    # Close the "Firefox Info" window
    # Restart Firefox

  • I have just installed 10.7 and bootcamp is no longer visible on my desktop, nor can i start computer in windows mode. I started the bootcamp 4.0 upgrade assistant, but don't want to wipe windows 7 out and lose my data. Any suggestions?

    I have just installed 10.7 and bootcamp is no longer visible on my desktop, nor can i start computer in windows mode. I started the bootcamp 4.0 upgrade assistant, but don't want to wipe windows 7 out and lose my data. Any suggestions?

    I have just installed 10.7 and bootcamp is no longer visible on my desktop, nor can i start computer in windows mode. I started the bootcamp 4.0 upgrade assistant, but don't want to wipe windows 7 out and lose my data. Any suggestions?

  • Lost user profile and disk0s2: I/O error during start up in safe mode

    My almost 2 year old Mac Book Pro (10.7.5) started lagging and rainbow spiraling last week and now it usually doesn't make it to the login page after boot up. It stays on the gray apple screen until I hold the power button to power it off.
    If it makes it to the login page, after 10-20 minutes on the gray apple screen, my primary user profile is not there but the standadr guest user and my blank student user are still there and do work with many rainbow spirals interruptions.
    I started it in safe mode and have also tried starting it with command-option-p-r to reset the PRAM and it went through the double start up sounds but still did not load my primary user profile on the login screen, still after a very long boot up process.
    I then started it up in safe mode and watched the progress it seemed to run cleanly through lines and lines of code until it hit  a bunch of lines of "disk0s2: I/O error" ...
    Are my computer's brains toast??? I just did a Time Machiene back up to an external hard drive as few days ago ... but what needs to be done with my computer?

    "disk0s2: I/O error" ...
    This indicates a disk failure, though a hardware failure involving the connection between the HD and logic board is also a remote possibility. If you are able to successfully repair it with Disk Utility, it will probably recur.
    Replace the disk and restore from your Time Machine backup. Hard disks are not expensive and it's easy enough to replace it yourself.

Maybe you are looking for

  • I can't install CC

    Hey! I have a Macbook Air, with Mac OS 10.9.1 and I'm trying to install Creative Cloud on my computer. I have had it before but uninstalled it a while ago and removed all the files with it. Now I want to download it again, and as far as downloading t

  • Problem with rendering RGB with alpha

    I have AE 6.5. I suddenly began having .AVI's with alpha channel rendering with a flickering background with numerous flashing colors. I did system restore, reinstalled 6.5 with no help. No new programs, not hooked to internet, using 2 gigs RAM with

  • Can I use any mobile phone to connect to website via BLUETOOTH?

    I doubt some phones not compatible with MAC OS.

  • Open Item Mgt

    Hi friends, I got the ticket from client that 10 GL acs not defined open item mgt and made no of postings. Now client needs to define the Open item Mgt to that acs. I have listened  that there is a program to correct the open item mgt. can any body g

  • Layout for a Toolbar

    Hi, I want to avoid using the setPreferredSize() method on JButtons, because it causes the buttons to appear tiny on Solaris. I want to find a better layout for my toolbar, one that will fit all buttons on the toolbar to the maximum viewable area, so