EXCEPTION_STACK_OVERFLOW with Tomcat - service shuts down

Hello,
I get the following error periodically which causes my Tomcat service to stop. There do not seem to be any exceptions listed in my log files, only the "An unrecoverable stack overflow has occurred." error listed in the jakarta_service_yyyymmdd.log file.
I am running tomcat5.5.23 on a windows 2000 machine as a service. I used the service.bat file included with the tomcat downloads to create this service.
I have tried a few things that i dug up while researching this error.
The first time it happened, i increase the values for JvmMs 128 JvmMx 256 to JvmMs 256 JvmMx 512. It didnt take right away, but the next day, after one crash, the error stopped.
The next time it happened, i found that there may be an issue with Tomcat 5.5 15+ where JSP files are cached - the solution, which worked immediately was to add this to the options "-Djava.io.tmpdir=%CATALINA_BASE%\temp;-Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true"
The third time, I found that there were a lot of bug fixes since the version i was using to the current ( 5.5.20 -> 5.5.23 ). after installing 23, it was fine.
This time, i was asked to increase the session timeout, so i updated the web.xml files and restarted the service - it started failing immediately afterward.
I haven't the slightest idea what could be going on. I have tried using JProfiler and modifying code in an attempt to reduce memory usage, but i don't think that had any effect.
I don't have any problems when running/testing the application locally through Eclipse.. This only occurs on the 'prod' server.
Please help, my users are not pleased.
Listed below is the log entry from the system32 dir :
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x080ad956, pid=1800, tid=1876
# Java VM: Java HotSpot(TM) Server VM (1.4.2_13-b06 mixed mode)
# Problematic frame:
# V [jvm.dll+0xad956]
--------------- T H R E A D ---------------
Current thread (0x00655068): JavaThread "CompilerThread0" daemon [_thread_in_native, id=1876]
siginfo: ExceptionCode=0xc00000fd, ExceptionInformation=0x00000001 0x545c0ffc
Registers:
EAX=0x55f14810, EBX=0x55f14810, ECX=0x545ff534, EDX=0x00000001
ESP=0x545c1000, EBP=0x00000002, ESI=0x00000000, EDI=0x545ff494
EIP=0x080ad956, EFLAGS=0x00010202
Top of Stack: (sp=0x545c1000)
0x545c1000: 55f14810 545ff534 080ada7a 545ff494
0x545c1010: 55f14810 545ff494 00000000 00000037
0x545c1020: 55ff98cc 545ff534 080ada7a 545ff494
0x545c1030: 55f14810 545ff494 00000000 00000001
0x545c1040: 55ff988c 545ff534 080ada7a 545ff494
0x545c1050: 55ff98cc 545ff494 00000000 00000002
0x545c1060: 55ff985c 545ff534 080ada7a 545ff494
0x545c1070: 55ff988c 545ff494 00000000 00000001
Instructions: (pc=0x080ad956)
0x080ad946: 5e 83 c4 0c c2 04 00 90 90 90 51 53 8b 5c 24 10
0x080ad956: 55 8b e9 8b 4b 1c 56 57 8b 7c 24 18 8b d1 89 6c
Stack: [0x545c0000,0x54600000), sp=0x545c1000, free space=4k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xad956]

Hi, i had found some documentation that gave the meaning of some of the text in that error log. They had a suggested workaround that seems to have worked out for the time being. It said to switch to the client jvm rather than the server. As far as I can tell, there is no performance hit or drawback, so i am going to go with this until something else happens.
Tim.

Similar Messages

  • DAC Service shuts down with Java Memory when regenerating indexes.

    We have set up to run the DAC as a windows service. We have just set up a new execution plan comprising subject areas from Financials and Inventory. When we run the first full load, the execution plan executes all steps, but when it starts to run the last task: QUERY_INDEX_CREATION, the DAC service shuts down subsequently failing the execution plan. In the stderr.log we see the following:
    11-11-2008 16:44:59 global
    SEVERE:
    ANOMALY INFO:::
    MESSAGE:::Database Object should be specified for sql commands.
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.TaskInitializationException
    com.siebel.analytics.etl.etltask.SQLTask.doInit(SQLTask.java:86)
    com.siebel.analytics.etl.etltask.CountTableTask.doInit(CountTableTask.java:59)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.init(GenericTaskImpl.java:129)
    com.siebel.etl.engine.core.Session.getTargetTableRowCounts(Session.java:3057)
    com.siebel.etl.engine.core.Session.run(Session.java:2972)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:04 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    java.util.Arrays.copyOfRange(Arrays.java:3209)
    java.lang.String.<init>(String.java:216)
    java.lang.StringBuilder.toString(StringBuilder.java:430)
    com.siebel.etl.engine.core.IndexPropertyFactory.createIndexProperty(IndexPropertyFactory.java:28)
    com.siebel.etl.engine.core.Index.<init>(Index.java:71)
    com.siebel.etl.engine.core.TableIndexHandler.loadIndexes(TableIndexHandler.java:329)
    com.siebel.etl.engine.core.TableIndexHandler.populate(TableIndexHandler.java:96)
    com.siebel.etl.command.IndexCreationCommand.doExecute(IndexCreationCommand.java:64)
    com.siebel.etl.command.SqlCommand.doExecute(SqlCommand.java:9)
    com.siebel.etl.command.MultiSourceSqlCommand.execute(MultiSourceSqlCommand.java:82)
    com.siebel.etl.database.AsyncDatabaseCall.run(AsyncDatabaseCall.java:34)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:04 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    java.util.Arrays.copyOfRange(Arrays.java:3209)
    java.lang.String.<init>(String.java:216)
    oracle.jdbc.driver.CharCommonAccessor.getString(CharCommonAccessor.java:385)
    oracle.jdbc.driver.T4CVarcharAccessor.getString(T4CVarcharAccessor.java:411)
    oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:397)
    oracle.jdbc.driver.OracleResultSet.getString(OracleResultSet.java:1515)
    com.siebel.etl.database.DAWResultSet.getString(DAWResultSet.java:597)
    com.siebel.etl.engine.core.TableIndexHandler.loadIndexes(TableIndexHandler.java:301)
    com.siebel.etl.engine.core.TableIndexHandler.populate(TableIndexHandler.java:96)
    com.siebel.etl.command.IndexCreationCommand.doExecute(IndexCreationCommand.java:64)
    com.siebel.etl.command.SqlCommand.doExecute(SqlCommand.java:9)
    com.siebel.etl.command.MultiSourceSqlCommand.execute(MultiSourceSqlCommand.java:82)
    com.siebel.etl.database.AsyncDatabaseCall.run(AsyncDatabaseCall.java:34)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:05 global
    SEVERE: Failed due to the following reason: Java heap space
    11-11-2008 16:45:05 global
    SEVERE: Failed due to the following reason: Java heap space
    11-11-2008 16:45:10 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    This is repeated many times in the log. It manages to create some indexes, but eventually it shuts down the DAC windows service
    In the windows event viewer we then see this at 11-11-2008 16:
    "The Java Virtual Machine has exited with a code of 10, the service is being stopped."
    My guess is that we need to allocate more memory to the DAC Java VM, but how/where?
    Any ideas?
    best regards,
    Henrik Verup
    Edited by: [email protected] on Nov 20, 2008 10:34 AM
    We have managed to work around the problem, by changing the DAC Sytem Property (under Setup): CreateQueryIndexesAtTheEnd from true to false. This way, indexes are being rebuilt during the load - not at the end. This has helped in getting the execution pla to finisf succesfully. We are now working on how to increase Java heap memory of the DAC Server, when started as a windows service. We have installed a windows service to stop and start the DAC serve,r using a document by Olivier Lemaire from Oracle.
    Does anyone have experiences on this?

    java Heap memory in DAC can be increased from the Client Side .
    Open the file for editing----startclient
    echo off
    title Siebel DAC Client
    call config.bat
    Rem Uncomment the below if you want to see a DOS window with messages.
    Rem and comment out the JAVAW line.
    Rem
    Rem %JAVA% -Xms256m -Xmx1024m -cp %DACCLASSPATH% com.siebel.analytics.etl.client.view.EtlViewsInitializer
    Rem
    start %JAVAW% -Xms256m -Xmx1024m -cp %DACCLASSPATH% com.siebel.analytics.etl.client.view.EtlViewsInitializer
    edit 1024 and increase the heap memory sizee,this should work.We faced a similar issue and increasing the size of the java memory solved the issue.
    Let me know if this is solved

  • I'm working on my iMac PowerMac8,2 PowerPC G5 (3.1) 2 GHz machine and have been having problems with the computer shutting down unpredictably. After the problem becoming impossible to work with, I shut the machine down. Now a little better, but reoccuring

    I'm working with my iMac PPC G5, PowerMac8,2, 2 GHz machine running OS X 10.4.11, and was having a problem for a while with the machine shutting down unexpectedly. There was no clear pattern to when it was shutting down as far as I could tell. For a while, it would also not restart when buttoned on.
    I set the machine aside for a while, probably a month or more, and then got it back out after its rustication. It started up and runs significantly better than it had been, but I have noticed it shutting down sometimes now again, though not as frequently as before. Sometimes it runs for a good long time between active work, sleep mode, and active work again. Once in a while it does shut down when no one is working on it (while asleep). But now it always restarts when buttoned on.
    I've done the thorough vacuuming of any dust from the unit vents. I wonder if there's anything else I should try. In most other ways the machine works pretty well and has become the family desktop for basic uses, so I'd like to keep it running if I can. A little frustrating to not be able to upgrade all programs (iTunes) to useable versions, but that's another story....
    I would appreciate any ideas about the shut down problem.
    TCC

    Option 1
    Reset your PRAM.  Press and hold down the Command Option P R keys while starting your computer.  You will hear the startup chime.  continue holding down those keys until you hear the startup chime a second time.  Release the keys.  If the computer restarts, you will need to reset your Date and Time.  It might be time to replace your PRAM battery.  The G5 iMacs require a 3 volt CR2032 lithium watch/camera battery like below:
    http://eshop.macsales.com/item/NewerTech/CR2032/
    You can find these batteries at Walmart, Kmart, Target, most local drugstore chains, for between $3-$5, or at Radio Shack for $12-$20.
    If you have any G5 iMac model EXCEPT the iSight version, you can probably do the battery install yourself.  Watch this video on upgrading your iMac's RAM to show you how to remove the back of your iMac, if you don't already know how:
    http://eshop.macsales.com/installvideos/imac_g5_mem_m/
    While you have the back off, use a can of compressed air to blow the dust out the vents at the bottom of the iMac, the fans, and anywhere else you can.  Also inspect the 28-30 capacitors on the logic board.  Look for dark spots, if they look puffy or swollen, or leaks.
    Option 2
    Reset the SMC by removing all cables (USB, Firewire, Ethernet, Modem, Power cord) from the back of your computer.  Let it sit for one minute.  Press and hold the power on button on the back of the iMac while plugging in the power cord.  Release the power on button.  Count to five, the press the power on button again.
    Option 3
    Place your original, came with the iMac when purchased install disk, into the slot on the iMac, press and hold the C key while pressing the power on button on the back of the computer.  (If you have upgraded your OS from when you purchased your iMac, example your iMac came with OS 10.3 installed, and you're now using OS 10.5, then use the OS 10.5 Retail Install disk that you had used to upgrade your OS instead of the original, came with the iMac disk.) 
    Continue holding the C key until you see the OS starting to load.  DO NOT do an OS installation.  At the top Menu bar, select Utilities or Utility, and pull down to Disk Utility.  On the left side of the window that opens,select your normal OS drive.  Click First Aid at the top middle of the window if it isn't already selected.  Click Repair Disk from the lower right area of the window.  When that is done, click Repair Permissions to the left of the Repair Disk button you clicked earlier.
    When that is done, quit Disk Utility.  From the top Menu bar (I think its under Utilities) select the Start Up Manager, and choose your normal boot volume as the startup disk.  Restart the computer.  If successful, and you've rebooted from your normal startup disk, eject the install DVD/CD, and you're good to go.
    Good luck.

  • White screen with Message "You shut down your computer because of a problem"

    Computer will not boot up.  White screen with message "You shut down your computer because of a problem"

    Sorry, you should not have added MacKeeper.  Delete it as soon as you can.  See the following.  Read and digest.   
    Do not install MacKeeper: Apple Support Communities
    It's not your fault, it is an insidious piece of malware.   So ...
    Uninstall MacKeeper – updated « Phil Stokes
    As soon as you can.

  • WCF service shutting down

    Hi,
    i have been trying to access WCF service function(Which loads C++ Dll's too) in a C# client project.
    When ever i start client program it fetches the service, loads the dll, but suddenly WCF service will be terminated from the system tray.
    I have added timeout parameters in web.config(Service) and app.config(Client).
    i have tried to log the error as said
    here but still its not logging the errors.
    what's causing this error, any help will be appreciated.
    Regards,
    Jithendra

    darnold924
    I have added try/Catch in server side as well the exception that throws is as below.
    System.ServiceModel.CommunicationException was unhandled
    _HResult=-2146233087
    _message=An error occurred while receiving the HTTP response to http://localhost:50368/Service1.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
    HResult=-2146233087
    IsTransient=false
    Message=An error occurred while receiving the HTTP response to http://localhost:50368/Service1.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
    RemoteStackTrace=
    Server stack trace:
    at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
    Source=mscorlib
    StackTrace:
    Server stack trace:
    at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at TestClient.ServiceReference1.IService1.Genkey()
    at TestClient.ServiceReference1.Service1Client.Genkey() in e:\Jit_Edit\WcfService1\TestClient\Service References\ServiceReference1\Reference.cs:line 81
    at TestClient.Program.Main(String[] args) in e:\Jit_Edit\WcfService1\TestClient\Program.cs:line 15
    at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
    at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    InnerException: System.Net.WebException
    _HResult=-2146233079
    _message=The underlying connection was closed: An unexpected error occurred on a receive.
    HResult=-2146233079
    IsTransient=false
    Message=The underlying connection was closed: An unexpected error occurred on a receive.
    Source=System
    StackTrace:
    at System.Net.HttpWebRequest.GetResponse()
    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    InnerException: System.IO.IOException
    _HResult=-2146232800
    _message=Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
    HResult=-2146232800
    IsTransient=false
    Message=Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
    Source=System
    StackTrace:
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
    InnerException: System.Net.Sockets.SocketException
    _HResult=-2147467259
    _message=An existing connection was forcibly closed by the remote host
    HResult=-2147467259
    IsTransient=false
    Message=An existing connection was forcibly closed by the remote host
    Source=System
    ErrorCode=10054
    NativeErrorCode=10054
    StackTrace:
    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    InnerException:
    till now i have tried most of the solutions suggested in Internet, i need to know what is the error causing this, their are so many out their who faced same error but most of them didn't get correct solution for this. Here is my entire code i am working
    on.
    Code
    This code contains 2 solutions, HelloWorld is a C++ Dll which is i am trying to load in service & WcfService1 Contains both WCF service and Client Projects. These projects have all the changes made till now based on internet solutions.

  • Some exchange services shut down after several weeks

    I installed exchange 2010 but after every several weeks, certain exchange service shut down though they are set to run automatically. This then stops all mail services until the are manually restarted. What should I do?

    Hi,
    "This then stops all mail services until they are manually restarted", I would like to verify if "certain exchange service" refers to Microsoft Exchange Transport service.
    What's more, when this issue occurs, there should be events logged in the application logs. Please take your time to collect the application logs for my further research.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Having trouble with music apps shutting down, even after I swipe them off the screen. They go off then come back on in a few minutes. This happens in my car either ubs plugged in, or bluetooth. ANy one else have that issue?

    Having trouble with music apps shutting down, even after I swipe them off the screen. They go off then come back on in a few minutes. This happens in my car either ubs plugged in, or bluetooth. ANy one else have that issue?

    Hi, beth.lau.gr.
    Thank you for visiting Apple Support Communities.  
    I understand you have been experiencing issues with your iPhone restarting and showing you a blue screen.  I wont be able to give you an exact answer as to why this is happening.  However, this is the most relevant troubleshooting article for this issue.  This article also provides options to reach out to us via phone for additional assistance.  
    If your iOS device restarts, displays the Apple logo, or powers off while you're using it
    http://support.apple.com/en-us/HT203899
    Cheers, 
    Jason H.  

  • MBP battery fully discharging  with the lid shut down overnight

    I have noticed that even with the lid shut down the battery drains out in a few hours on a full charge which was not the case a few days ago. Secondly my MBP will not go into a sleep mode when i try to do so thru the remote, the screen goes blank for a few second then back again.
    I did the last battery update.
    Energy saver is on default setting.
    No third party application is installed to do scheduled tasking.

    Hi
    I have notices the following in my MBP too, thanks for the info. So now I have bigger issue's
    A. battery drain out in sleep mode.
    B. MBP not restoring itself but restarting.
    After the battery update the safe sleep mode seems to have been disabled, on a complete battery drain out the MBP restarts dose not restore itself to stage when the lid was shut down as its supposed to do so from the contents of RAM image in the file /private var vm sleep-image
    I have noticed a lot of users suggesting to change the hibernation-mode to 0 from 3 and nvramrc to false from true thru terminal command. What are the consequence of the same with regards to the links to it and is it good to go about changing the default settings?
    One pays a good amount for a 15"MBP not to forget the add on's for stability, durability and usability. I give the MBP 100 in 100 in durability & usability, but its lacking in stability too many issues with regards to hardware or software.

  • Planning services shut down automatically

    Hi Guys,
    We are trying to get this particular service started “./startHyperionPlanning.sh“ and currently the client is using Weblogic 9.2 mp3.Eevrything was running fine and since last week we have been facing this issue.We thought that there could be a problemw ith the admin account records being corrupted in HSP_user & as oracle suggested we went and deleted the object_id for the admin account it worked for like a day and then since then it keeps abruptly shutting down and we have to start it manually …Throws the following error down below
    JAVA Memory arguments: -Xms512m -Xmx1024m -Xss1024k
    WLS Start Mode=Production
    CLASSPATH=/app/oracle/hyperion/common/CLS/9.5.0.0/lib/cls-9_5_0.jar:/app/oracle/hyperion/common/config/9.5.0.0/lib/hit-config.jar:/app/oracle/hyperion/common/config/9.5.0.0/lib/hit-common.jar:/app/oracle/hyperion/common/SAP/lib:::/app/oracle/bea/patch_weblogic923/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app/oracle/bea/jrockit_150_12/lib/tools.jar:/app/oracle/bea/weblogic92/server/lib/weblogic_sp.jar:/app/oracle/bea/weblogic92/server/lib/weblogic.jar:/app/oracle/bea/weblogic92/server/lib/webservices.jar::/app/oracle/bea/weblogic92/common/eval/pointbase/lib/pbclient51.jar:/app/oracle/bea/weblogic92/server/lib/xqrl.jar::
    PATH=/app/oracle/bea/weblogic92/server/bin:/app/oracle/bea/jrockit_150_12/jre/bin:/app/oracle/bea/jrockit_150_12/bin:/usr/kerberos/bin:/usr/java/j2sdk/bin:/usr/java/j2re/jre/bin:/usr/local/bin:/bin:/usr/bin:/home/oraas13/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    BEA JRockit(R) (build R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32, compiled mode)
    Starting WLS with line:
    /app/oracle/bea/jrockit_150_12/bin/java -jrockit -Xms512m -Xmx1024m -Xss1024k -DComponentName=HyperionPlanning -DcomponentId=203443c9f0b7ed1963235fde123a074cd4d7eba -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/app/oracle/hyperion -Dhyperion.home=/app/oracle/hyperion -Dweblogic.j2ee.application.tmpDir=/app/oracle/hyperion/deployments/temp -Dweblogic.security.SSL.trustedCAKeyStore=/app/oracle/bea/weblogic92/server/lib/cacerts -DComponentName=HyperionPlanning -DcomponentId=203443c9f0b7ed1963235fde123a074cd4d7eba -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/app/oracle/hyperion -Dhyperion.home=/app/oracle/hyperion -Dweblogic.j2ee.application.tmpDir=/app/oracle/hyperion/deployments/temp -da -Dplatform.home=/app/oracle/bea/weblogic92 -Dwls.home=/app/oracle/bea/weblogic92/server -Dwli.home=/app/oracle/bea/weblogic92/integration -Dweblogic.management.discover=false -Dweblogic.management.server=http://localhost:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/app/oracle/bea/patch_weblogic923/profiles/default/sysext_manifest_classpath -Dweblogic.Name=HyperionPlanning -Djava.security.policy=/app/oracle/bea/weblogic92/server/lib/weblogic.policy weblogic.Server
    <Mar 2, 2010 5:26:16 PM EST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /app/oracle/bea/weblogic92/platform/lib/p13n/p13n-schemas.jar:/app/oracle/bea/weblogic92/platform/lib/p13n/p13n_common.jar:/app/oracle/bea/weblogic92/platform/lib/p13n/p13n_system.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/netuix_common.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/netuix_schemas.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/netuix_system.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/wsrp-common.jar>
    <Mar 2, 2010 5:26:17 PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32 from BEA Systems, Inc.>
    <Mar 2, 2010 5:26:18 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP3 Mon Mar 10 08:28:41 EDT 2008 1096261 >
    <Mar 2, 2010 5:26:19 PM EST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /app/oracle/bea/license.bea>
    <Mar 2, 2010 5:26:19 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 2, 2010 5:26:19 PM EST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Mar 2, 2010 5:26:20 PM EST> <Notice> <Log Management> <BEA-170019> <The server log file /app/oracle/hyperion/deployments/WebLogic9/servers/HyperionPlanning/logs/HyperionPlanning.log is opened. All server side log events will be written to this file.>
    <Mar 2, 2010 5:26:22 PM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 2, 2010 5:26:24 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Mar 2, 2010 5:26:24 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    /app/oracle/hyperion/common/config/9.5.0.0/product/planning/9.5.0.0/planning_1.xml
    displayName = Planning
    componentTypes =
    priority = 50
    version = 9.5.0.0
    build = 1
    location = /app/oracle/hyperion/products/Planning
    taskSequence =
    task =
    *******/app/oracle/hyperion/common/config/9.5.0.0/registry.properties
    Creating rebind thread to RMI
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 111.168.16.111:8300 for protocols iiop, t3, ldap, http.>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:8300 for protocols iiop, t3, ldap, http.>
    <Mar 2, 2010 5:26:27 PM EST> <Warning> <Server> <BEA-002611> <Hostname "localhost.localdomain", maps to multiple IP addresses: 111.168.16.111, 127.0.0.1>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "HyperionPlanning" for domain "WebLogic9" running in Production Mode>
    <Mar 2, 2010 5:26:27 PM EST> <Warning> <Server> <BEA-002611> <Hostname "linux50.xxx.com", maps to multiple IP addresses: 111.168.16.111, 127.0.0.1>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
    <Mar 2, 2010 5:26:28 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Mar 2, 2010 5:26:28 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    using Java property for Hyperion Home /app/oracle/hyperion
    Setting Arbor path to: /app/oracle/hyperion/common/EssbaseRTC/9.5.0.0
    Setting HBR Mode to: 2
    =2010-03-02 17:27:02,522 WARN [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.security.HbrSecurityAPI - Error retrieving user by identity
    d{ISO8601} WARN [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.security.HbrSecurityAPI - Error retrieving user by identity
    Embedded HBR initialized.
    Reaquired task list lease: Tue Mar 02 17:27:02 EST 2010: 1267568822784
    d{ISO8601} INFO [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.audit.client.runtime.AuditRuntime - Audit Client has been created for the server http://linux50.xxx.com:28080/interop/Audit
    d{ISO8601} INFO pinging com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status true
    d{ISO8601} INFO filterConfig com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status true
    [Tue Mar 02 17:27:27 EST 2010] Planning successfully notified HBR repository.
    Exception in thread "Thread-26" Exception in thread "RMI ConnectionExpiration-[111.168.16.111:40272]" Exception in thread "Timer-1" Exception in thread "[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" Exception in thread "RMI ConnectionExpiration-[111.168.16.111:11333]" Exception in thread "Thread-13" java/lang/OutOfMemoryError:
    --- End of stack trace
    java/lang/OutOfMemoryError:
    --- End of stack trace
    Exception in thread "weblogic.timers.TimerThread" Exception in thread "filterConfig" java/lang/OutOfMemoryError:
    --- End of stack trace
    Exception in thread "Timer-2" Exception in thread "Timer-4" Exception in thread "ExecuteThread: '7' for queue: 'weblogic.socket.Muxer'" Exception in thread "DoSManager" Exception in thread "RMI LeaseChecker" Exception in thread "weblogic.time.TimeEventGenerator" [WARN ] Exception occured in registered Java signal handler:
    Exception in thread "(Signal Handler)"
    Exception in thread "GC Daemon" Exception in thread "Timer-5" Killed
    [oraas13@linux50 bin]$ /app/oracle/hyperion/deployments/WebLogic9/bin/startWebLogic.sh: line 184: 25736 Killed ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS}
    Edited by: user9208793 on Mar 4, 2010 2:59 PM
    Edited by: user9208793 on Mar 4, 2010 3:01 PM

    Guess not, huh.
    Seems like such an obvious feature?
    C.

  • Regarding Web Analysis services shut down

    Hi
    Iam using webanalysis 11.1.1.3. I have logged into work space and iam trying to logon to web analysis from workspace(Tools->links->webanalysis) Web analysis service is shutting down.
    But when iam logging into web analysis using direct URL http:servername:portnumber/webanalysis/webanalysis.jsp iam able to log in and perform all other actions and its working fine.
    Is this a bug in 11.1.1.3 ??? If any one has faced same issues with web analysis please tell the solution.
    Thanks,
    Ram.

    Issue resolved after configuration of web servers and application servers......

  • When is the revel service shutting down?

    the photoshop elements page in youtube has a video stating that the revel service with photoshop elements will be shutting down. is this true? when? will elements be added to creative cloud?

    It's sad because I love Revel.  I am currently testing out Lightroom Mobile but the aesthetics and interface on Revel are hands down better.  Let's hope the team from Revel are moved over to LR mobile because right now it's ugly.   I started trying Apple's new Photos app yesterday and it's good but Revel still looks better.  I love Revel's Explore feature.

  • Presentation Services shutting down automatically

    Hi all,
    I have a report i am able to get the report in table view report but when i used the same columns to get in the pivot table.BI Presentation Services are shutting down automaticllay
    NQServer.log
    [nQSError: 12002] Socket communication error at call=send: (Number=10054) An existing connection was forcibly closed by the remote host.
         [nQSError: 12002] Socket communication error at call=send: (Number=10038) An operation was attempted on something that is not a socket.
    Saw.log
    Type: Error
    Severity: 42
    File: project/webcomm/socket.cpp Line: 707
    Properties: ThreadID-3568;HttpCommand-AnswersEditReport;RemoteIP- 0 0 0 0 0 ;User-Administrator
    Location:
         saw.rpc.variablemos.write
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    An error occurred during execution of "send". An unknown error occurred in the sockets library. [Socket:416]---------------------------------------
    Can any one resolve this issue
    thanks,
    saichand.v

    Check the patch on support.oracle.com. There is an issue with the pivot table and a patch is availible.
    regards
    John
    http://obiee101.blogspot.com/

  • Essbase services shutting down automatically

    Please all the gurus help me with this.
    The essbase services are shutting down automatically.

    Different logs
    **HYS9eas-sysout.log**<Oct 11, 2012 10:34:37 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute DatabaseProductVersion on the MBean com.bea:ServerRuntime=EssbaseAdminServices0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    Opmn log:
    [2012-10-10T19:22:21][opmn][TRACE:1][662][OPMN]Starting Process: Essbase1~EssbaseAgent~AGENT~1 (293351447:0)
    [2012-10-10T19:22:29][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: Essbase1~EssbaseAgent~AGENT~1 (293351447:19008)
    [2012-10-10T19:22:29][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 2 Completed. Command: /start
    *HyS9eas-sysout.log*<Oct 11, 2012 10:34:37 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute DatabaseProductVersion on the MBean com.bea:ServerRuntime=EssbaseAdminServices0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    !!!Setting HBR appname to : HBR:HBRAPP
    =2012-10-11 11:45:35,396 WARN [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.AccessControlManagerServer - Error authenticating user in UserServerManager.
    - Error authenticating user in UserServerManager.
    =2012-10-11 11:45:35,397 WARN [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.UserManagerServer - Error authenticating user in UserServerManager.
    - Error authenticating user in UserServerManager.
    HyS9WebAnalysis-sysout.log:
    <Oct 11, 2012 7:35:00 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=WebAnalysis0,Type=ServerRuntime during a call to getAttributes>
    <Oct 11, 2012 10:35:00 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=WebAnalysis0,Type=ServerRuntime during a call to getAttributes>
    <Oct 11, 2012 10:35:00 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=WebAnalysis0,Type=ServerRuntime during a call to getAttributes>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Kernel Panic everytime MBP with Mountain Lion shuts down

    Hello,
    My MBP (MBP 7,1, 2.4gHz Intel Core 2 Duo, 4GB DDR3 Ram, 500GB hard drive with Mountain Lion 10.8.2) recently started having kernel panics every time I shut down. It reboot twice and then show the "please report this to Apple" dialogue box followed by the "kernel dump" dialogue box. Is there anyway I can fix this?
    Thanks,
    Tony
    Console Dump:
    Interval Since Last Panic Report:  342434 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    36939FEC-D869-066B-00EA-0CB3ACF408A3
    Mon Oct 22 09:14:10 2012
    panic(cpu 1 caller 0xffffff80086b7bd5): Kernel trap at 0xffffff800862d507, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x00007fff89690488, CR3: 0x000000000b30d000, CR4: 0x0000000000000660
    RAX: 0xffffff8013576000, RBX: 0xffffff8013576000, RCX: 0xffffff808083bfc0, RDX: 0xffffff8080838000
    RSP: 0xffffff808083be00, RBP: 0xffffff808083be40, RSI: 0x01ffff8013602000, RDI: 0xffffff8013576000
    R8:  0xffffff8013576000, R9:  0x0000000000000000, R10: 0xffffffffffffffff, R11: 0x00000000ffffffff
    R12: 0xffffff8008cbebe8, R13: 0x0000000000000000, R14: 0x01ffff8013602000, R15: 0x0000000000000000
    RFL: 0x0000000000010086, RIP: 0xffffff800862d507, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00007fff89690488, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff808083baa0 : 0xffffff800861d626
    0xffffff808083bb10 : 0xffffff80086b7bd5
    0xffffff808083bce0 : 0xffffff80086ce4ed
    0xffffff808083bd00 : 0xffffff800862d507
    0xffffff808083be40 : 0xffffff800862e74f
    0xffffff808083bec0 : 0xffffff800862da0c
    0xffffff808083bf00 : 0xffffff800861c7f7
    0xffffff808083bf20 : 0xffffff7f896b963f
    0xffffff808083bf40 : 0xffffff7f896b2ad5
    0xffffff808083bf60 : 0xffffff800863dcde
    0xffffff808083bfb0 : 0xffffff80086b26b7
          Kernel Extensions in backtrace:
             com.apple.driver.AppleUSBHub(5.2.5)[A70C7553-FFEA-355F-A292-6E2B0023FADD]@0xfff fff7f896b0000->0xffffff7f896c4fff
                dependency: com.apple.iokit.IOUSBFamily(5.4.0)[C3094550-7F58-3933-A4F7-CD33AE83F8B9]@0xffff ff7f89540000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    Not yet set
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x0000000008400000
    Kernel text base: 0xffffff8008600000
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 3507874655
    last loaded kext at 1632739838: com.apple.driver.AppleUSBTCButtons          235.4 (addr 0xffffff7f8a339000, size 20480)
    loaded kexts:
    com.apple.driver.AppleUSBTCButtons          235.4
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.CoreStorageFsck          274.7
    com.apple.driver.AppleUSBTCKeyEventDriver          235.4
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.AppleUSBCardReader          3.1.0
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AirPort.Brcm4331          602.15.22
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleUSBOHCI          5.2.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.CoreStorage          274.7
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.driver.AppleMCP89RootPortPM          1.11
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.driver.NVSMU          2.2.9
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.2
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: WDC WD5000BPVT-00HXZT1, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24600000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26100000 / 2
    USB Device: Microsoft 3-Button Mouse with IntelliEye(TM), 0x045e  (Microsoft Corporation), 0x0040, 0x04100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06610000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x06300000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 2

    Back up all data.
    Boot into Recovery by holding down the key combination command-R at the startup chime. Release the keys when you see a gray screen with a spinning dial.
    Note: You need an always-on Ethernet or Wi-Fi connection to the Internet to use Recovery. It won’t work with USB or PPPoE modems, or with networks that require any kind of authentication other than a WPA or WPA2 Personal password.
    When the OS X Utilities screen appears, follow the prompts to reinstall the OS. You don't need to erase the boot volume, and you won't need your backup unless something goes wrong. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.

  • My iPod will not sync with the computer shuts down programs

    Every time I try to sync my iPod with iTunes,iTunes freezes up and then windows explorer shuts down. My iTunes software is up to day,my computer is virus free and the computer shows the iPod as it is plugged in but it will not open into iTunes. What could be the cause of this

    If the ipod is no longer being seen by your computer, please try the following troubleshooting steps located on this website.
    http://docs.info.apple.com/article.html?artnum=61711

Maybe you are looking for

  • How to get Layer's visibility status?

    Ii I know the class name & UID of an item on a indd file, how can i get it's visibility status? I tried to do it like this as shown in a nexample, InterfacePtr<ISpreadLayer> spreadLayer(::GetDataBase(unknown), hierarchy -> GetLayerUID(), UseDefaultII

  • MacBook Air software question.

    hi how do i know if when i **bought** the macbook air was it the OS X Lion or it wasn't and the people in the store updated it?

  • ITunes - Playing Whole Album

    I want to play a whole album in iTunes but no matter how I try to configure things, it plays one song at a time and then stops; at which time I have to click on the next cut. How do you play a whole album continuously from the first to the last track

  • Still no "save as" for Lion?

    •New system update does all these things ....but still no "save as"!  good grief ...is this too much to ask? please guys, just bring it back.   Adds iCloud Keychain to keep track of your account names, passwords, and credit card numbers across all yo

  • Firewall clock change-- syslog message

    Is there any way to log clock changes on PIX/ASA. In IOS there is message %SYS-6-CLOCKUPDATE: System clock has been updated from But i cant find that on PIX/ASA I know that i can log when user chage clock via comman prompt(logging commands) but i wou