MessageDrivenHome::run: dequeue FAILED

Hi All,
Good Morning,
The Scenario is sth like that Servlet is Posting a message, Message Driven Bean receiving a Message over Oracle Application Server 10.1.1.2 where. Using OracleAs JMS provider. JNDI look up part is fine. may have I some insight on this error.
What ever message is sent by serrvlet is available with Queue but MBD is unavailable to receive the message. It seems OnMessage() is method is not fired. And getting the following message in lof file.
Auto-deploying JMSTest10MDB.jar... done.
JMSTes10Web: jsp: init
JMSTes10Web: Started
MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receiveMessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receive
MessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receive
MessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receive
MessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
MessageDrivenHome::run: dequeue FAILED; attempting to re-acquire JMS session for blocking receive
MessageDrivenHome::run: retry_cnt=0 this.dequeue_retry_cnt=0 this.dequeue_retry_interval=60
05/06/13 13:52:13 Started
05/06/13 13:52:13 JMSTes10Web: Stopped
05/06/13 13:52:13 JMSTes10Web: jsp: init
05/06/13 13:52:13 JMSTes10Web: Started
05/06/13 13:52:54 JMSTes10Web: JMSTestServlet: init
05/06/13 13:52:54 JMSTes10Web: Stopped
Awaiting for prompt reply.
Thanks and Regards
Sunil Kumar Gupta

Are you using OC4J JMS or Oracle JMS (OJMS)? The difference is that the OC4J JMS is in-memory (not persistent by default), and uses a property file for configuration. OJMS 'hooks' into the Oracle Database Advanced Queueing (AQ). If you are using OJMS, the dequeueing error could be caused by a broken AQ on the database. I've seen this a couple of times after database upgrades, where the catpatch.sql was not run after the patch. Also, in both cases, check that you have used the correct way to do your JNDI lookup to get the providers.
Hope this helps,
Bastiaan

Similar Messages

  • Advanced Queuing for Oracle / Dequeue failed

    Hi *,
    I'm using Oracle Advanced Queuing and OC4J with some MDBs. Unfortunately sometimes I have following exception:
    03-05-21 10:29 Error listening to 'USER_QUEUE'
    oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:283)
         at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:2034)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:981)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:918)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:834)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:905)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:479)
    All messages hang in my queue with READY state. I really don't know what is happening.
    I have observed that when I run my MDB, but on the different machine, one message is consumed and the same exception arises.
    Why Oracle cannot run dequeue process correctly?
    best regards
    Maciek

    We had similar problems. Mostly the cause was incorrect message type (other than AQ$_JMS..., i. e. ancestor of "message" class) or incorrectly filled body of a message. For example, there seems to be a bug in AQ$_JMS_TEXT_MESSAGE object: you have to set at least one of varchar2 or CLOB in body of message. Otherwise, dequeue will fail, JMS assumes there is some text inside.
    We are using 8i and 9i databases and messages are created using plain constructors (not methods from 9i, since code has to run on either version). I cannot recall any troubles using methods from 9i during researching, but there might be a bug somewhere.
    Myrra

  • Oracle Queue Error creating JMS-120: Dequeue failed

    Hi Guys,
    We are facing serious problems with Oracle queue when dequeuing messages from the queue.
    Our configuration is the following:
    - SOA Suit 10.g (10.1.3.5.0)
    - Dehydration storage - Oracle Database 11gR2 in Exadata Cloud
    We use standard JMS Adabpter from AS10g to dequeue messages from the Oracle queue.
    Suddenly dequeue stop working pooling the flowing errors into the log.xml log file in $ORACLE_HOME/j2ee/oc4j_soa/log/oc4j_soa_SOA_GROUP_1/oc4j directory.
    <MSG_TEXT>Failed to process deferred message</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.tip.esb.server.dispatch.QueueHandlerException: Error creating "JMS-120: Dequeue failed"
         at oracle.tip.esb.server.dispatch.JMSDequeuer.dequeue(JMSDequeuer.java:197)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:178)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:135)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:825)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:308)
         at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:2094)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:922)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:835)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:776)
         at oracle.j2ee.ra.jms.generic.CommonConsumerWrapper.receive(CommonConsumerWrapper.java:203)
         at oracle.tip.esb.server.dispatch.JMSDequeuer.dequeue(JMSDequeuer.java:175)
         ... 7 more
    then:
    <COMPONENT_ID>j2ee</COMPONENT_ID>
        <MSG_ID>J2EE JTA-00107</MSG_ID>
    <MSG_TEXT>Error in resource driver during rollback: oracle.jdbc.xa.OracleXAException, errorCode : -7</MSG_TEXT>
    and this message comes out every second:
        <MSG_TEXT>Attempt to use an invalid handle : 'oracle_jdbc_driver_LogicalConnection_Proxy@10af88e3'.</MSG_TEXT>
    Any help, suggestions, hints would be much appreciated.
    cheers!!
    eMarcel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi there
    I have got the same problem i.e
    oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:283)
         at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:2178)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:1013)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:950)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:897)
         at com.cramer.cdd.mytest.QueueReceive2.init(QueueReceive2.java:122)
         at com.cramer.cdd.mytest.QueueReceive2.main(QueueReceive2.java:152)
    Exception in thread "main
    Please help me in debugging this.
    I have a standalone java application to listen to the aqJMS queue.
    Regards
    Paul

  • Jms-120 error- dequeue failed

    I receives this error message when trying to dequeue a message in the log of my webapp.
    If i connect to another database...it's working.
    Could you help me to understand what could be wrong in my oracle intall, want parameter should be set to allow the reading of message.
    Thanks in advance for your help
    2011/07/14 18:03:36] WARN org.springframework.jms.listener.DefaultMessageListenerContainer - Setup of JMS message listener invoker failed for destination 'IpConnectorQueue' - trying to recover. Cause: JMS-120: Dequeue failed
    oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:315)
         at oracle.jms.AQjmsConsumer.jdbcDequeue(AQjmsConsumer.java:1626)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:1035)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:960)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:938)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:790)
         at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveMessage(AbstractPollingMessageListenerContainer.java:429)
         at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:310)
         at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:263)
         at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:1058)
         at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.executeOngoingLoop(DefaultMessageListenerContainer.java:1050)
         at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:947)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException.

    Hi,
    This forum is for Oracle MessageQ (also known as BEA MessageQ and DEC MessageQ), not JMS or AQ. I would suggest checking out the WebLogic Server or Oracle Database (since this looks like an AQ issue) forums for help with your problem.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Carriage returns causes enclosed VBScript to run and fail to complete

    I am finding a weird problem.
    I have my autosequence file working perfectly without any errors but the same VBscript file when enclosed runs and fails to complete I am unable to figure what is wrong.
    I am using �vbCRLF� to read/write from INI files into the script files. Other than this I dont use any cariage returns. When Iopen my Script files in other editors like Notepad etc, I am able to find a small square kind of a character. Is there some unseen Carriage Returns (CRs) or Line Feeds (LFs) or some combination due to which I am facing this.
    (I am using DIAdem 9)
    Can anyone please help me out with this immediately.
    Thanks in advance,
    Wating for your quick response.

    Hello, I'm searching through the Diadem Forum and I didn't find something that I could use.
    I have to exchange text information between to programs (DIAdem and CatmanProfessional).
    My initial idea is to create INI file to acomplish this. Catman has a function to read or write quite easily describing the SECTIONS and KEYS of this INI file.
    However I can't see something on Diadem Script. It onlys read or write Text files... And then I must extract the key values cutting and finding one by one.
    I saw that Labview has an open VI to treat this, is there nothing similar for DIAdem?

  • Error: Acquire running lock failed: 256 with HA after upgr. to 2.1.5

    Hello,
    after upgrading the 2 servers in server pool from 2.1.2 to 2.1.5 using yum, all vms throw:
    Error: Acquire running lock failed: 256
    when trying to start them. HA-infrastructure-check works well from OVMM 2.1.2 (not upgraded yet) and if we disable HA for the server pool, the vms come up. Shared storage is on NFS
    We have the following in /var/log/xen/xend.log:
    [2009-06-26 14:52:21 2649] DEBUG (XendDomainInfo:87) XendDomainInfo.create(['vm', ['name', '470_vm215'], ['memory', '1024'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', 1], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['uuid', '14205f6a-12cc-42da-a32e-06f30b6288d4'], ['bootloader', '/usr/bin/pygrub'], ['bootloader_args', '-q'], ['image', ['linux']], ['device', ['vbd', ['uname', 'file:/OVS/running_pool/470_vm215/system.img'], ['dev', 'sda'], ['mode', 'w']]], ['device', ['vif', ['bridge', 'xenbr0'], ['mac', '00:16:3E:32:CD:FC'], ['type', 'netfront']]], ['device', ['vkbd']], ['device', ['vfb', ['vncunused', '1'], ['vncpasswd', 'XXXXXXXX'], ['vnclisten', '0.0.0.0'], ['type', 'vnc'], ['display', 'localhost:11.0'], ['xauthority', '/root/.Xauthority']]]])
    [2009-06-26 14:52:21 2649] ERROR (XendDomainInfo:452) VM start failed
    Traceback (most recent call last):
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 430, in start
    self.acquire_running_lock();
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2891, in acquire_running_lock
    raise XendError('Acquire running lock failed: %s' % status)
    XendError: Acquire running lock failed: 256
    [2009-06-26 14:52:21 2649] DEBUG (XendDomainInfo:1881) XendDomainInfo.destroy: domid=None
    [2009-06-26 14:52:21 2649] ERROR (XendDomainInfo:92) Domain construction failed
    Traceback (most recent call last):
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 90, in create
    vm.start()
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 430, in start
    self.acquire_running_lock();
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2891, in acquire_running_lock
    raise XendError('Acquire running lock failed: %s' % status)
    XendError: Acquire running lock failed: 256
    [2009-06-26 14:52:21 2649] DEBUG (XendDomainInfo:1881) XendDomainInfo.destroy: domid=None
    and in /var/log/xen/xend-debug.log:
    ha_set_dlm_lock ['14205f6a-12cc-42da-a32e-06f30b6288d4', '470_vm215'] =>
    failed: <Exception: create lock('/dlm/ovm/4205f6a12cc42daa32e06f30b6288d4') failed. <OSError: [Errno 26] Text file busy: '/dlm/ovm/4205f6a12cc42daa32e06f30b6288d4'>
    StackTrace:
    File "/opt/ovs-agent-2.2/OVSXHA.py", line 371, in ha_set_dlm_lock
    fd = os.open(lock_path, os.O_CREAT | os.O_NONBLOCK)
    >
    StackTrace:
    File "/opt/ovs-agent-2.2/OVSXHA.py", line 379, in ha_set_dlm_lock
    raise Exception("create lock('%s') failed. %s" % (lock_path, errmsg))
    Any ideas?
    Thanks, Olaf

    suk wrote:
    1. To delete the database, which database are you referring to? I'm referring to the ovs-agent database:
    1. Stop the agent: # /etc/init.d/ovs-agent stop 2. Delete the database: # rm -f /etc/ovs-agent/db 3. Start the agent: # /etc/init.d/ovs-agent start If you have Oracle VM Manager v2.1.5 (which you should have upgraded before your servers, btw), you can now try using the "Restore" option for the server pool. Click on the Server Pool in the manager and hit "Restore" -- this will send the configuration data back down to the agents in the pool. Alternatively, you may need to de-register the servers in your pool and re-register them.
    2. To re-imported the guests, how?In Oracle VM Manager -- if you recreate the pool, you have the option of "Importing" both VM Templates and VM Guests. Deleting the pool in the Manager does not delete your guests as long as you ensure that you DO NOT select "Remove Working Directories".

  • MCB2300 Run Debug Failed

     Can you tell me what the following error message means
    uVision status : Run/Debug failed
    Detail: [UVSC_DBG_START_EXECUTION, MSG: 0x2002, STATUS: 0xB] (11)
    Thanks,
    Richard

    "Operation not possible when target is executing"
    However, the code may be returned in response to many UVSOCK messages.
    Perhaps you got the mesage when you tryed to debug an application while another was already in progress, but LabVIEW sends messages in proper order (e.g. stop debug, exit debug, enter debug, etc.).
    I am wandering what version are you using?

  • Running msiexec failed with return code 1619: While running SOFTWARE PROVISIONING MGR 1.0

    Hello All SAP Basis Guys,
    Running msiexec failed with return code 1619: getting this error
    While running SOFTWARE PROVISIONING MGR 1.0 (for Windows Server on IA32 32bit ) for renaming (Domain name change) the SAP ECC 6.0 server on top of Windows Server 2003 x86 which is a 32 bit OS.
    I am using the SAPCAR (for Windows Server on IA32 32bit ) to extract .SAR
    can anyone please help me with this ?
    List of attached for your reference.
    1. Available versions of SPWM for windows in marketplace.
    2. Window version details of KC1GSCSAP6 server (GS1 system).
    3. Error screen while running SWPM
    Thanks,
    John

    Issue has been resolved, its a bug in SWPM tool.
    Problem:
    SAPCAR is extrating the "sapmmcx86u.msi" under the folder DBINDEP.
    But while running the tool, system is trying to open "sapmmcx86u.msi" from the path "common\install" folder.
    Solution:
    After you received the error, copy path "sapmmcx86u.msi" to "common\install" folder and you will be good.

  • Click-2-run configuration failed

    I was downloading an Adobe Flash Player update and it downloaded a bunch of other junk (something like Optimizer Pro Plus). Now my Microsoft Office programs won't open.  I get a "click-2-run configuration failed" message.

    Maurine1 wrote:
    I was downloading an Adobe Flash Player update and it downloaded a bunch of other junk (something like Optimizer Pro Plus). Now my Microsoft Office programs won't open.  I get a "click-2-run configuration failed" message.
    Whatever you downloaded wasn't Flash Player, and it DIDN'T come from Adobe.
    The ONLY things that are EVER bundled with any freeware downloads from Adobe are:
    McAfee Security Scan
    Norton Security Scan
    Google Chrome & Toolbar
    Lightroom 5 (Mac only)
    You were tricked into downloading an illegal fake with malware. You need to uninstall whatever it was that you downloaded and run a thorough system scan to remove the other junk it put on.

  • Error: Acquire running lock failed: 256

    Can anyone help me? I did everthing that documentation says,but can't start my Virtual Machine .The error below picks up
    Error: Acquire running lock failed: 256

    VM server and VM manager both on virtual box
    Oracle VM 3.1.1

  • Dequeue failed after reboot

    hi,
    Suppose i have three messages in a queue. They are
    message 1 with msgid F112A
    message 2 with msgid F112B
    message 3 with msgid F112C
    I used PL/SQL callback method. When the stored procedure dequeue the message 1 (other 2 messages remain in queue) with browse mode, i purposely shutdown the database server and then reboot.(Meaning, during half way processing the message, i restart the db server)
    However, found that the message 1 remain READY state in queue and no further processing on it, until it is expired.
    WHile the message 2 and 3 have been successfully dequeue after reboot.
    Why the message 1 failed to dequeue after reboot?
    Pls advise.

    It seems that the ONS port of the listener conflicts with the ONS of the OPMN apply the following:
    Explicitly disable the 10g TNS Listener from subscribing to the ONS.
    Edit the active 10g listener.ora file and add the parameter below:
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_<listener_name>=OFF
    where <listener_name> would be replaced with the actual listener name
    configured in the listener.ora file. For example, if the listener name is LISTENER (default), the parameter would be:
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF
    then restart the listener
    This error message "127.0.0.1:6101 - listener BIND failed" should disappear.
    Hope this helps!
    BR,
    MettoMorphism

  • URGENT: running processes fail because BPM change

    Hi,
    We've got some running processes on our CE 7.30 instance.
    I've done a change in the corresponding BPM (added one parameter to the WSDL of a sub-process).
    Now we're facing the following problem:
    When the running process instances are further processed, they run into error status 'failed' with the following error message:
    com.sap.glx.core.kernel.api.CancelTransitionException: java.lang.IllegalStateException: Container '$Approver' unavailable
    com.sap.glx.mapping.execution.api.exception.TExecutionException
    at Approver( StandardChild )
    at ( DeepExpression )
    at xxx.com/approvalproduct/pr/pm/Inform_requester/Inform_requester:Approver( TerminalPart:expression )
    at ( BroadMapping )
    com.sap.glx.core.internaladapter.ExceptionAdapter.raiseException(ExceptionAdapter.java:647)
    com.sap.glx.core.internaladapter.ExceptionAdapter.raiseException(ExceptionAdapter.java:617)
    com.sap.glx.core.internaladapter.Transformer$ExceptionProvider.createTransitionException(Transformer.java:616)
    com.sap.glx.core.internaladapter.Transformer$TransformerTemplateAccessor$MapperTemplate$ImplementedInvocationHandler.invoke(Transformer.java:3075)
    com.sap.glx.core.internaladapter.Transformer$TransformerInvocationHandler.invoke(Transformer.java:3356)
    com.sap.glx.core.dock.impl.DockObjectImpl.invokeMethod(DockObjectImpl.java:543)
    com.sap.glx.core.kernel.trigger.config.Script$MethodInvocation.execute(Script.java:248)
    com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:798)
    com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:67)
    com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:138)
    com.sap.glx.core.kernel.mmtx.DirectNestedTransaction.inPrepare(DirectNestedTransaction.java:67)
    ... (15 more)
    This seems to be caused due a missing container in the sub-process.
    It's not possible to resume those processes.
    My question: Is there a way to rescue those process instances?
    I wasn't aware that - if we deploy a new BPM - all the existing process instances can fail...
    Thanks in advance,
    Eddie.

    Thanks for your answer...
    One way to solve this issue is to put 0..1 as Multiplicity in the WSDL of the sub-process.
    Afterwards the sub-process can be resumed.

  • Change run program failing..

    Hello BW experts,
    I have checked that the change run program is again and again failed while loading master data.
    After executing the Change run program I check the related job in SM37. It get successfuly completed.
    But if I again check the Change run program , I can see the same master data infoobject again.
    I run this attribute change run program 5 times and everytime again and again I observe that the same Master data infoobject is present in the Attribute change run program . though the job is successfully completed in SM37.
    Due to this error we are also getting message ALEREMOTE locks and can not able to load master data .
    Any help please.
    Best regards,
    Amol.

    Amol
    Don't run the this program again and again, that's the reason why ALEREMOTE is getting Locked. Please check Transaction code SM51 also along with SM37 because jobs must be running at the back end in SM51. Make sure the jobs completely and stsrt the new job.
    Hope this helps
    Thanks
    Sat

  • Runit-run-git fails to build

    Pl. chec
    ==> Making package: runit-run-git 20120925-1 (Tue Sep 25 22:57:24 UTC 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found COPYRIGHT
    ==> Validating source files with md5sums...
    COPYRIGHT ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    ==> Connecting to GIT server....
    Cloning into 'runit-run'...
    remote: Counting objects: 48, done.
    remote: Compressing objects: 100% (36/36), done.
    remote: Total 48 (delta 8), reused 33 (delta 1)
    Receiving objects: 100% (48/48), 7.77 KiB, done.
    Resolving deltas: 100% (8/8), done.
    ==> GIT checkout done or server timeout
    ==> Starting package()...
    install: cannot stat ‘etc/runit/1’: No such file or directory
    ==> ERROR: A failure occurred in package().
    Aborting...
    The build failed.

    Post this on https://aur.archlinux.org/packages/antimony-git/
    Have you tried https://aur.archlinux.org/packages/antimony/ ?

  • I have an HP2000 and it fails to boot. The HDD test passes, Run in fails at DST Short Test

    My sons laptop has always had weird issues with turning off by itself, very slow graphics update, and the wifi constantly dropping out.  Last night it stopped booting.  I cant get it to boot with any method.  I opended up the back and verified the connections are intact at the HDD and the ram.  I pulled the HDD and verified it is spinning up.  Put it back together and it still fails to boot or enter the diagnostics window.  I left it trying to go into diagnostics and after 15 minutes nothing came up so I left it on and went to bed. 
    This morning it was at the diagnostic window and I ran some tests.  The HDD test says that it passes all tests.  When I try the run in or start up tests, it fails DST Short Test.     Does this sound like a failed hard drive?
    I dont have any discs with this machine, can I contact HP for back up discs.  Anyone know the cost? 
    Thanks,

    Hey,
    The short Disk Self Test ( DST ) error would indicate that the Hard Drive is failing and needs to be replaced.
    If your notebook is still under warranty, contact HP and arrange to have the drive replaced - you can check your warranty status Here.
    If you live in the US, contact HP Here.
    If you are in another part of the world, start Here.
    If you are out of warranty and would like a guide on replacing the Hard Drive yourself, please let me know.
    THX

Maybe you are looking for