[ERROR] komodoedit (via yaourt)

It was building fine until the nearly end but then i got this:
==> Building and installing package
==> Erstelle Paket: komodoedit 6.0.1_6535-5 (Di 23. Nov 02:24:47 CET 2010)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
-> Komodo-Edit-6.0.1-6535-linux-libcpp6-x86_64.tar.gz gefunden
==> Überprüfe Gültigkeit der Quell-Dateien mit md5sums...
Komodo-Edit-6.0.1-6535-linux-libcpp6-x86_64.tar.gz ... Durchgelaufen
==> Entpacke Quellen...
-> Entpacke Komodo-Edit-6.0.1-6535-linux-libcpp6-x86_64.tar.gz mit bsdtar
==> Betrete fakeroot-Umgebung ...
==> Beginne build()...
install: Installing ActiveState Komodo to '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit'...
relocate this Python to '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/bin/pydoc'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/bin/smtpd.py'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/bin/python'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/bin/2to3'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/bin/python-config'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/lib/libpython2.6.so'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/lib/libpython2.6.so.1.0'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/lib/python2.6/config/Makefile'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/lib/python2.6/site-packages/activestate.py'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/lib/python2.6/lib-dynload/_hashlib.so'
relocate '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/lib/python/lib/python2.6/lib-dynload/_ssl.so'
install: warning: did not install desktop shortcut: shortcut suppressed by user (a Komodo .desktop file has been created in '/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/share/desktop/komodo-edit-6.desktop' that you may install manually)
==============================================================================
Komodo Edit-6.desktop has been successfully installed to:
/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit
You might want to add 'komodo' to your PATH by adding the
install dir to you PATH. Bash users can add the following
to their ~/.bashrc file:
export PATH="/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/bin:$PATH"
Or you could create a symbolic link to 'komodo', e.g.:
ln -s "/home/local/build/yaourt/tmp/yaourt-tmp-duff/aur-komodoedit/pkg/opt/komodoedit/bin/komodo" /usr/local/bin/komodo
Documentation is available in Komodo or on the web here:
http://aspn.activestate.com/ASPN/docs/Komodo
Please send us any feedback you might have or log bugs here:
[email protected]
http://bugs.activestate.com/
Thank you for using Komodo.
==============================================================================
==> Säubere Installation...
-> Bereinige andere Dateien...
-> Komprimiere Man-Pages und Info-Seiten...
-> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken...
/usr/bin/strip:opt/komodoedit/lib/python/bin/python: File format not recognized
==> ERROR: Makepkg was unable to build komodoedit.
I think this is not fixable via PKGBUILD...?
*EDIT* - crazy but bauerbill did it for me. I don't know why. Anyway it is working now.
Last edited by exmethix (2010-11-23 01:36:29)

Thanks for the reply.
I had already gone through that link before posting the thread. Non of the solution there come true for my error.
As i have already told, the system is giving error for one product where as working properly for other product of same category using same pricing procedure.
Its a third party scenario. One warning is given while creating the Sales Order (VA01) Purchase requisitions can only be created for items assigned to a plant  
Does this has any significance for the error.  
The calculation is very simple. Only basic price appears as it does not have any taxes being fertilisers.                                                                       
Please do guide.

Similar Messages

  • How to send error message via a mail to the customers email id

    HI experts ,
    i have a requirement,In idoc where i have to send the error message via email to a perticular emailid?
    please help me n tell also which fm is used for that?
    Thanks
    RAhul Sisodia

    Hi ,
    Check this Link..
    [sending an email with multiple attachments;
    Regards,
    Sachin M M

  • Getting error "Access via null" when running the web dynpro application

    Hi experts,
    I am getting the below error while executing my web dynpro application
    500 SAP Internal Server Error
    ERROR: Access via 'NULL' object reference not possible. (termination: RABAX_STATE)
    I am getting the error only when I am calling a method create manufacturer from my web dynpro program. If i comment this code my application works fine
    CALL METHOD wd_this->mo_ch_instance->create_manufacturer
      EXPORTING
        gi_manufacturer = ls_manufacturer
      IMPORTING
        lv_message      = lv_status
    i have created a attribute mo_ch_instance of type YSRM70CL_CH_SW_MD  where YSRM70CL_CH_SW_MD is the class which has the create_manufacturer method that i am using in my code.
    Kindly let me know whats the issue.
    Regards,
    Vinod

    Hi,
    if   wd_this->mo_ch_instance is not initial.
    CALL METHOD wd_this->mo_ch_instance->create_manufacturer
    EXPORTING
    gi_manufacturer = ls_manufacturer
    IMPORTING
    lv_message = lv_status
    endif.
    Check wether you have created the object for that class r not.
    Regards,
    Lekha.

  • PR creation ERROR: SAPSQL_ARRAY_INSERT_DUPREC via PS

    When I create a Purchase Requisition via project systems, I get this error ERRO info 00671: Abap/4 processor: SAPSQL_ARRAY_INSERT_DUPREC. I configured a new PR document type and assigned a number range to it, I transported it o QAS and then PRD, I didnt test PS in detail, when I use base unit % there is not problem, but when I use PC and ROL, then I get an Update was terminated ERROR. How do i fix this?
    Please give directive on which transactions or path I have to use to fix it.
    Thank you.

    Hi,
    If you are using some badi or exit, check the process by de activating the same.
    If same results are coming, then check OSS notes applicability in your case. (e.g. 148828, 193580 etc)
    Other wise take help from OSS message, since this problem mainly occures due to program error.
    Regards,
    Manoj

  • Problem creating JMS Error Destination via Ant in WLS 8.1

    We've got several JMS queues in our application. We create the server via Ant (using the wlconfig task).
    All is well, the queues have been working fine, until we try to add an error destination queue (after several attempts to handle the message, it'll be sent to the error queue for later troubleshooting).
    Here's an example of what we've got now:
    <create type="JMSQueue" name="batchQueue" property="jmsqueue">
        <set attribute="JNDIName" value="net.nike.cdm.batchQueue"/>
        <set attribute="RedeliveryLimit" value="5"/>
    </create>We create another queue to handle the errors, and then add an attribute to the first to point to the second:
    <create type="JMSQueue" name="batchErrorQueue" property="batchErrorQueue">
        <set attribute="JNDIName" value="net.nike.cdm.batchErrorQueue"/>
        <set attribute="RedeliveryLimit" value="5"/>
    </create>
    <create type="JMSQueue" name="batchQueue" property="jmsqueue">
        <set attribute="JNDIName" value="net.nike.cdm.batchQueue"/>
        <set attribute="RedeliveryLimit" value="5"/>
        <set attribute="ErrorDestination" value="${batchErrorQueue}"/>
    </create>This seems logical, because if we do this same exact operation via the console, the config.xml goes from this:
    <JMSQueue JNDIName="net.nike.cdm.batchQueue"
                Name="batchQueue" RedeliveryLimit="5"/>to this:
    <JMSQueue ErrorDestination="batchErrorQueue"
                JNDIName="net.nike.cdm.batchQueue"
                Name="batchQueue" RedeliveryLimit="5"/>
    <JMSQueue JNDIName="net.nike.cdm.batchErrorQueue" Name="batchErrorQueue"/>The error we get when trying to do this via Ant is:
    [wlconfig] A destination and its ErrorDestination must both be on the same JMS server. (The problematic destination is "batchQueue" on JMS server "cdmdomain"). Also, an ErrorDestination can not be null if the ExpirationPolicy for a destination is "redirect" and a destination can not specify itself as its ErrorDestination.Flipping on -verbose in Ant, the actual exception is:
    [wlconfig] SET -mbean cdmdomain:Name=batchQueue,Type=JMSQueue -property ErrorDestination cdmdomain:Name=batchErrorQueue,Type=JMSQue
    [wlconfig] A destination and its ErrorDestination must both be on the same JMS server. (The problematic destination is "batchQueue"
    s its ErrorDestination.
          [if] Error in class net.sf.antcontrib.logic.IfTask
    BUILD FAILED
    file:C:/viewstore/CDM_R6.5_Development/B2B_CDM/dev/build.xml:1399: Error invoking MBean command: java.lang.NullPointerException
           at weblogic.ant.taskdefs.management.WLConfig.handleException(WLConfig.java:567)
           at weblogic.ant.taskdefs.management.WLConfig.invokeCommand(WLConfig.java:381)
           at weblogic.ant.taskdefs.management.WLConfig.invokeSetCommand(WLConfig.java:235)
           at weblogic.ant.taskdefs.management.WLConfig.invokeCreateCommand(WLConfig.java:163)
           at weblogic.ant.taskdefs.management.WLConfig.executeCommands(WLConfig.java:106)
           at weblogic.ant.taskdefs.management.WLConfig.invokeCreateCommand(WLConfig.java:167)
           at weblogic.ant.taskdefs.management.WLConfig.executeCommands(WLConfig.java:106)
           at weblogic.ant.taskdefs.management.WLConfig.execute(WLConfig.java:89)
           at org.apache.tools.ant.Task.perform(Task.java:341)
           at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:117)
           at org.apache.tools.ant.Task.perform(Task.java:341)
           at net.sf.antcontrib.logic.IfTask.execute(Unknown Source)
           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:324)
           at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:147)
           at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
           at org.apache.tools.ant.Task.perform(Task.java:341)
           at org.apache.tools.ant.Target.execute(Target.java:309)
           at org.apache.tools.ant.Target.performTasks(Target.java:336)
           at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
           at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
           at org.apache.tools.ant.Main.runBuild(Main.java:609)
           at org.apache.tools.ant.Main.start(Main.java:196)
           at org.apache.tools.ant.Main.main(Main.java:235)So, my question is, what are we doing wrong? What IS the syntax to set an error destination for a JMS queue via Ant for WLS 8.1?
    Any help would be greatly appreciated
    Thanks,
    Douglas Bullard

    I get exactly the same problem - was a resolution to this issue found?
    Thanks,
    Richard Marriott
    [email protected]

  • Hardware Error Reporting Via Email

    Hello All
    I have a question i hope someone can help me out with.
    what i want to know is if there is a oem and or third part software that would send you server errors (mainly looking at windows) via emails. For example: if a hardware issue was to arise with lets say a HDD or some other component and the error is logged.
    Would i be able to get a program to send me that error via email automatically every time an issue arises with a any hardware component or software.
    Thanks in advance.

    Hi,
    what you really need is a monitoring tool. Something like say System Center Operation Manager, nagios, HP SIM...
    Many OEMS (HP, Dell, IBM/Lenovo,..) offer specific tools and configuratiotns for server grade hardware. this mostly consists of an IPMI with some vendor specifics (think HP ILO, Dell iDrac,..). this is modelspecific hardware to monitor (and configure) the
    hardware. Most of these can send out emails.
    Yous should never rely on the local server (only) to alert you of problems; it might be on fire when it needs to send out that mail! Have dedicated monitoring hardware.
    MCP/MCSA/MCTS/MCITP

  • WF of "IDOC error Notification" via WF Task giving error

    Work item 000012210441: Object FLOWITEM method EXECUTE cannot be executed
    <b>Error at start of an IF branch</b>
    Error when evaluating the IF condition for node 0000000035
    Error at start of an IF branch
    Error during result processing of work item 000012210442
    This WF Task is calling a Step to check payment, there is a method called.
    After this there is a Decision Step, on IDOC Status, if status 51 notify & complete or if no status 51 simply complete workflow.
    Please give me solution, it's very urgent
    Thanks & Best regards in advance....
    Points awarded !!!

    Hi,
    My Workflow task is like WF90500001. This will be run via IDOC Process Codes (configured in WE42).
    I checked SWUD, am getting error "Workflow definition does not exist"
    Work Item 12210442, is the Task which calls a Method for checking Payment which has code in Business Object's Method Code itself (not any FM etc....)
    This Business object is delegated for IDOCIDCREF and a method CHECKPAYEXT.  The method runs fine indipendently.
    Message was edited by:
            MANJUNATHA KS

  • Error(Access via 'NULL' object reference ) in link to action

    Hi,
          I have a table-VBAK with "LinkToAction" is one of my column,Once i click  that action,i want to call one more table-VBAP  in the "TablePopin".
    <b>OnAction of "LinkToAction"</b>
    I called the another Table(VBAP)-"TablePopin" with the help of following code,
    <u>context_element->set_attribute( name = 'SELECTED_POPIN' value = 'TABLEPOPIN' ).</u>
      Now i want to fill the VBAP-Table.
    So <b>OnAction of "LinkToAction"</b>.
    i called the
    method ONACTIONOPEN_POPIN .
    DATA:
        NODE_VBAK1                          TYPE REF TO IF_WD_CONTEXT_NODE,
        ELEM_VBAK1                          TYPE REF TO IF_WD_CONTEXT_ELEMENT,
        STRU_VBAK1                          TYPE WD_THIS->ELEMENT_VBAK1,
        wa_vbap type vbap,
        itab_vbap like table of wa_vbap.
    navigate from <CONTEXT> to <VBAK1> via lead selection
      NODE_VBAK1 = WD_CONTEXT->GET_CHILD_NODE( NAME = 'VBAK1' ).
    @TODO handle not set lead selection
      IF ( NODE_VBAK1 IS INITIAL ).
      ENDIF.
    get element via lead selection
      ELEM_VBAK1 = NODE_VBAK1->GET_ELEMENT(  ).
    @TODO handle not set lead selection
      IF ( ELEM_VBAK1 IS INITIAL ).
      ENDIF.
      ELEM_VBAK1->GET_STATIC_ATTRIBUTES(
        IMPORTING
          STATIC_ATTRIBUTES = STRU_VBAK1 ).
    if stru_vbak1 is not initial.
    select * from vbap into table itab_vbap where vbeln = STRU_VBAK1-vbeln.
    endif.
    context_element->set_attribute( name = 'SELECTED_POPIN' value = 'TABLEPOPIN' ).
    endmethod.
    i set the break point and check it.once it enter into the following area of the above code,i am getting error like <b>Access via 'NULL' object reference</b>
    <b>ELEM_VBAK1->GET_STATIC_ATTRIBUTES(
        IMPORTING
          STATIC_ATTRIBUTES = STRU_VBAK1 ).</b>
    Now my problem is,i want to fill the VBAP-Table in my "TablePopin".Once i click the "LinktoAction" in my Main Table.
    can any body share your ideas.
    Thanks in Advance,
    Regards,
    Ravi.

    Hi Ravi,
    Have you filled in the node_vbak1 with some elements? Lets say in a supply function or wddoinit etc.?
    Just check that. After that, make sure you have IntializeLeadSelection property set to true for the node_vbak1.
    Hope this helps.
    Regards,
    Neha

  • WL 5.1.0 startWebLogic.cmd License Error (works via wlserver.exe)

    I have spent several hours trying to figure out how to start Web Logic 5.1.0
    from the command line or via the startWebLogic.cmd script. The sever starts
    up fine when running bin\wlserver.exe via the start menu or from the command
    line, but my startWebLogic.cmd script comes up with the following errors
    everytime:
    C:\weblogic>startWebLogic.cmd
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Loaded License : C:/weblogic/license/WebLogicLicense.xml
    However Unable to start because :
    No License found for WebLogic
    As well as the fact that: No License found for Tengah
    As well as the fact that: No License found for WebLogic/JDB
    As well as the fact that: No License found for Tengah/JDBC
    As well as the fact that: No License found for jdbcKona/T3
    Here is a version of the startWebLogic.cmd file I was using:
    @echo off
    @rem http://www.weblogic.com/docs51/install/index.html
    SETLOCAL
    set JAVA_HOME=C:\weblogic\jre1_2\jre
    set
    JAVA_CLASSPATH=.\myserver\serverclasses;.\weblogic510spboot.jar;.\classes\bo
    ot;.\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGIC_CLASSPATH=.\myserver\serverclasses;.\lib\weblogic510sp.jar;.\licens
    e;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses
    %JAVA_HOME%\bin\java -ms64m -mx64m -classpath
    %JAVA_CLASSPATH% -Dweblogic.class.path=%WEBLOGIC_CLASSPATH% -Dweblogic.home=
    . -Djava.security.manager -Djava.security.policy==.\weblogic.policy
    weblogic.Server
    ENDLOCAL
    Here is the output from bin\wlconfig.exe:
    C:\weblogic>bin\wlconfig.exe
    WebLogic startup settings are presently:
    CLASSPATH Prefix C:\weblogic\myserver\serverclasses
    CLASSPATH
    C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\lib\to
    ols.jar;C:\weblogic\jre1_2\jre\lib\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.ja
    r;C:
    \weblogic\license;C:\weblogic\classes\boot;C:\weblogic\classes;C:\weblogic\l
    ib\w
    eblogicaux.jar;C:\weblogic\eval\cloudscape\lib\cloudscape.jar
    JAVA_HOME C:\weblogic\jre1_2
    WEBLOGIC_LICENSEDIR C:\weblogic\license
    WEBLOGIC_HOME C:\weblogic
    system properties:
    java.security.manager
    java.security.policy==C:\weblogic\weblogic.policy
    weblogic.system.home=C:\weblogic
    java.compiler=symcjit
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;
    C:\weblogic\myserver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    INITIAL_HEAP 64 MB
    MAX_HEAP 64 MB
    SERVERCLASSPATH
    C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\jre\li
    b\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.jar;C:\weblogic\classes\boot;C:\web
    logi
    c\eval\cloudscape\lib\cloudscape.jar
    Type "wlconfig -help" for program usage.
    I also tried a startWebLogic.cmd file version with absolute paths, but I got
    the same license error. I really can't figure out what I'm doing wrong
    here. What is different between the wlserver.exe executable and the
    startWebLogic.cmd files I'm running?
    @rem http://www.weblogic.com/docs51/install/index.html
    set JAVA_HOME=C:\weblogic\jre1_2\jre
    set PATH=%JAVA_HOME%\bin;%PATH%
    set
    JAVA_CLASSPATH=C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\lib\too
    ls.jar;C:\weblogic\jre1_2\jre\lib\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.jar
    ;C:\weblogic\license;C:\weblogic\classes\boot;C:\weblogic\lib\weblogicaux.ja
    r;C:\weblogic\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGIC_CLASSPATH=C:\weblogic\license;C:\weblogic\classes;C:\weblogic\myser
    ver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    java -ms64m -mx64m -classpath
    %JAVA_CLASSPATH% -Dweblogic.class.path=%WEBLOGIC_CLASSPATH% -Dweblogic.home=
    . -Djava.security.manager -Djava.security.policy==C:\weblogic\weblogic.polic
    y -Dweblogic.system.home=C:\weblogic -Djava.compiler=symcjit weblogic.Server

    Thanks for your help Raj. I found out it was a PeopleSoft problem. They
    make us run one of their Java class files to startup the server from the
    command line instead of weblogic.Server. Once I changed it from
    weblogic.Server to PSweblogic, it started correctly.
    Cameron
    "Raj Alagumalai" <[email protected]> wrote in message
    news:[email protected]..
    Cameron,
    Are you running setEnv.cmd before running startweblogic.cmd ?
    The SetEnv.cmd script sets the WL_HOME variable. Make sure you have this
    variable set.
    Alternatively, try adding the absolute path for the license folder (inyour
    case C:\weblogic\license ) in the weblogic.class.path entry in the
    startweblogic.cmd file.
    The server will look for the WebLogicLicense.xml in this folder at startup
    time.
    The reason why the server starts from the start menu is the fact that this
    entry is part of the weblogic.class.path
    From your posting
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;C:\weblogic
    \myserver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    Thanks
    Raj Alagumalai

  • PC Suite Prblm with 6230i Error 0x80043605 via IRD...

    Hi all,
    i´m trying since month to get my 6230i snyc with my PC.
    The 1.st Install of PC Suite works, but after a vew snyc, its works not.
    Now i tried all new Version of PC Suite i got last 3 month, without success.
    I assume that Nokia writes some **bleep** in My registry.
    My Setup:
    Microsoft Windows XP
    Build 2600
    Service Pack 2
    Sprache: English
    Sprache für Programme, die Unicode nicht unterstützen: Deutsch
    Gebietsschema: Deutsch
    Eingabesprache: Deutsch
    Nokia PC Suite:
    Version 6.84.10.4
    Sprache: Deutsch
    Connectivity Cable Drivers:
    Version 6.84.4.0
    PC Connectivity Solution:
    Version 7.22.7.1
    Nokia 6230i V 3.88 RM-72 Code 0526544.
    When i switch on my Phone the error 0x80043605 pops up.
    When i use a different Program i can read and sync the Phonebook. Tried severall speed and all IR Driver, bu w.o. success. The regsvr32 NCLIrDAMM.dll is done as well, but no luck.
    Contactet Nokia Helpdesk via Webformular but it tooks WEEKS to get an answer, and allways only questions regarding the OS. So hope to get Helped out here.
    Thanx

    Hi,
    thanx.
    Tried and found that i can send from PC--> Phone, but i can not send from Phone ---> PC.
    Message on the Phone says "send failed".
    I tried it without opening Nokia PC Suite, but i gor the same error Msg on the screen from my Laptop.
    Now i went to my eventviewer and found some error Msg:
    Event Type: Warning
    Event Source: MsiInstaller
    Event Category: None
    Event ID: 1004
    Date: 30.08.2007
    Time: 07:48:49
    User: NT AUTHORITY\NETWORK SERVICE
    Description:
    Detection of product '{A982E6CC-9F0D-4948-9B18-BDFD55DE4A72}', feature 'PCSuite', component '{9B373FD2-8E0A-4A76-80C7-63B6521FD237}' failed. The resource 'HKEY_CURRENT_USER\Software\Nokia\' does not exist.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Can u explain what thats means?

  • [SOLVED] install package from aur via yaourt

    Hi,
    i installed yaourt and tried to install from the aur.
    it keeps asking me to continue bulding and then restart building. it just wont install any packages.
    for none-aur packages it works fine btw.
    any help?
    alex
    Last edited by alext (2011-10-11 23:13:53)

    me too and it didnt.
    [xxx@xxx pcmanfm-mod]$ yaourt ntfs-config
    1 aur/ntfs-config 1.0.1-7 (200)
    Enable/disable NTFS write support with a simple click
    ==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)
    ==> -------------------------------------------------------
    ==> 1
    ==> Downloading ntfs-config PKGBUILD from AUR...
    x PKGBUILD
    x python-2.7.patch
    Comment by: loleg on Sat, 25 Jun 2011 10:07:14 +0000
    Compiles installs OK using yaourt, however does not work on my up-to-date system with the issue discussed here: http://ubuntuforums.org/archive/index.php/t-1497399.html
    Comment by: jlcordeiro on Mon, 27 Jun 2011 08:56:12 +0000
    Can you check if:
    sudo mkdir /etc/hal/fdi
    sudo touch /etc/hal/fdi/policy
    solves the problem?
    Comment by: mr430 on Tue, 04 Oct 2011 15:56:44 +0000
    jlcordeiro, same problem and making /etc/hal/fdi directory solve it, thanks
    Comment by: jlcordeiro on Sat, 08 Oct 2011 08:17:08 +0000
    Updated with the solution to the mentioned problem.
    Comment by: archdria on Tue, 11 Oct 2011 12:04:43 +0000
    Please, add perl-xml-parser as makedep :)
    Comment by: jlcordeiro on Tue, 11 Oct 2011 21:36:05 +0000
    Done. Thank you :)
    First Submitted: Fri, 19 Jan 2007 21:10:44 +0000
    ntfs-config 1.0.1-7
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> ntfs-config dependencies:
    - python2 (already installed)
    - pygtk (already installed)
    - udev (already installed)
    - ntfs-3g (already installed)
    - perl-xml-parser (already installed)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'core' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'extra' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community-testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'multilib' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    ==> Continue building ntfs-config ? [Y/n]
    ==> -------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for ntfs-config:
    Password:
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'core' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'extra' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community-testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'multilib' not recognized.
    error: target not found: recognized.
    ==> Restart building ntfs-config ? [y/N]
    ==> ------------------------------------
    ==>
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> ntfs-config dependencies:
    - python2 (already installed)
    - pygtk (already installed)
    - udev (already installed)
    - ntfs-3g (already installed)
    - perl-xml-parser (already installed)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'core' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'extra' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community-testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'multilib' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    ==> Continue building ntfs-config ? [Y/n]
    ==> -------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for ntfs-config:
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'core' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'extra' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community-testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'multilib' not recognized.
    error: target not found: recognized.
    ==> Restart building ntfs-config ? [y/N]
    ==> ------------------------------------
    ==>
    ==> WARNING: Following packages have not been installed:
    ntfs-config
    Edit: now ive just seen that i forgot about the warnings. i am not sure about what they mean and how to fix it.
    Last edited by alext (2011-10-11 22:16:58)

  • ME55 error - Release via individual release

    Hi I have a question,..
    We are using overall release strategy.
    Now I have 2 line item in a same purchase requisition, and when run ME55 it show me the message "Release Possible".
    Then after that, using ME52N we change the requisition and cancel 1 of those items, of couse a new release strategy was defined by the amount we defined.
    But now, when go to ME55 now the messahe said "Release via individual release"... ann with ME55 cannot be release.. I need to go to ME54 and ME54N.
    Do you know why SAP do that? what is the reason of this?

    Dear,
    As available in SAP NOTES 668940
    Program error.
    This problem occurs after deleting one item of a purchase requisition. The consequence is that all documents created afterwards will no longer be releasable via ME55.
    Check the corrective information.
    Please also check: Note 69792 - ME55->ME54 Changes from ind.release updated wrongly
    Note 92315 - Call individual release - call transaction
    Note 72100 - Individual release - only allowed items
    Regards,
    Syed Hussain.

  • Interfacing error notified via email

    Hi Gurus.
    My client is going to implement interfacing between Mercia ( Third party software) to SAP for some functionality.
    The requirement is
    The business will need to be notified via email or SAP Idoc when an error has occurred with Mercia or SAP that prevents users accessing the Mercia database, weekly schedule run, month end procedures, and any other interface failure. (depending upon the error should determine which method either email or Idoc)
    How can user will recieved mail If interfacing program having some error.

    Hi,
    try using IDOCMSG business object.
    Create a custom event to trigger to workflow. Find out some user exit or BAdi to trigger the workflow.
    Then use a send mail step and send a notification to the desired user.
    Regards,
    Raj

  • Acessing a webtemplate 3.x in the portal, error  Access via 'NULL' object

    Hi
    I'm having problems with my webtemplates developed in 3.x that run in the portal I get this error message:
    I look in st22 but didn't see anything that could help. I have webtemplates developed in 7.0 and they are working fine in my portal. The problems is happening to the 3.x webtemplates only.
    Any suggestions?
    Thanks
    Error when processing your request
    What has happened?
    The URL http://cads301cnsa.corp.csa-group.org:8015/zwebrep was not called due to an error.
       Note
    The following error text was processed in the system BIP : Access via 'NULL' object reference not possible.
    The error occurred on the application server cads301cnsa_BIP_15 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: PAGE_REDIRECT of program CL_RSR_WWW_HTTP===============CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_RSR_WWW_HTTP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Edited by: Michelle Machado on Jan 14, 2009 5:21 PM

    Hi Ravi,
    Have you filled in the node_vbak1 with some elements? Lets say in a supply function or wddoinit etc.?
    Just check that. After that, make sure you have IntializeLeadSelection property set to true for the node_vbak1.
    Hope this helps.
    Regards,
    Neha

  • Error connecting via RDS

    I rarely use RDS, but I've been trying to connect to a ColdFusion 8 enterprise multi-instance server from ColdFusion Builder 2.  The particular instance I want to connect to is listening on port 80 via IIS, and port 8050 using JWS.  I've set an RDS password in the ColdFusion administrator.
    When I try to connect to the server via RDS, I get this error: "could not initialize class com.adobe.rds.core.services.messages".  What am I doing wrong?
    I'm connecting over a VPN to a Windows server, using CF Builder on Mac OS X Lion.
    Thanks,
    - Andrew.

    Experiencing the same issue. Intermittently RDS connection will stop working and generate the "Could not initialize com.adobe.rds.core.services.Messages" error. Sometimes removing and re-adding the RDS Server will fix it, sometimes not. Eventually, it seems, it will just decide to start working again. Two instances of CF9 running on Windows, if one goes they both go. Not sure if relevant, but we also have a box running CF6 on Windows as well that DOES NOT seem to be affected by the issue. Meaning, right now I can connect to the CF6 box, but both CF9 boxes throw the error. Just started happening in the last couple of months, but I'm struggling to trace it back to any specific event. Will keep looking for a solution and update if I find anything.
    UPDATE: By the time I finished writing this post, I tried and successfully opened a file via RDS. I did absolutely nothing during that time. Strange.

Maybe you are looking for

  • How to install Adobe Reader?

    Trying to install Adobe Reader on WinXp & Firefox 3.6.12, says "add'l plugins req'd to display all media on this page". Clicked "Install Missing Plugins" and got message "no suitable plugins found"...what to do??

  • MR11 not clearing the GR/IR account done in foreign currency.

    Hi Experts, I have an issue and that is with the MR11. The MR11 is not clearing the GR/IR account for those purchase orders which are raised in foreign currency and consequently MIGO and MIRO too in the foreign currency however there is no quantity v

  • ITunes error: Please wait while windows configures iTunes

    Hello, since I changed my Win XP account to limited, I can't start my iTunes without getting the following error message: iTunes error: Please wait while windows configures iTunes It gathers information and then prompts me to restart. If I restart, i

  • How to send  Million records using  Open hub using  into my own file server

    hi i am using OPEN HUB process to send  6 miilion record to my own network server. is there any limitaiton how i need to go about that? my process is failing when i execute DTP openhub. i am abel to send few records to sap aplication server. did any

  • Fade button label

    Hi, plase help me! I've applied a fade effect to a component that contains a button and some other children. All the component fades correctly and the button fades too, but not its label. I think that it's an embedded fonts problem. So I've embedded