Error after editing makepkg.conf

As the topic, I have edited my makepkg.conf in order to build via abs according to my cpu. When I try to run makpkg -csi on a pkgbuild i get this error:
==> ERROR: openbox is not available for the '' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch=('').
(there is nothing wrong with the pkgbuid in question).
My modified makepkg.conf looks like this:
# /etc/makepkg.conf
# SOURCE ACQUISITION
#-- The download utilities that makepkg should use to acquire sources
# Format: 'protocol::agent'
DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3'
'http::/usr/bin/wget -c -t 3 --waitretry=3'
'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate'
'rsync::/usr/bin/rsync -z'
'scp::/usr/bin/scp -C')
# Other common tools:
# /usr/bin/snarf
# /usr/bin/lftpget -c
# /usr/bin/curl
# ARCHITECTURE, COMPILE FLAGS
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEFLAGS="-j3"
#-- Exclusive: will only run on -march=x86-64
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"
# BUILD ENVIRONMENT
# Defaults: BUILDENV=(fakeroot !distcc color !ccache !xdelta)
# A negated environment option will do the opposite of the comments below.
#-- fakeroot: Allow building packages as a non-root user
#-- distcc: Use the Distributed C/C++/ObjC compiler
#-- color: Colorize output messages
#-- ccache: Use ccache to cache compilation
#-- xdelta: Generate delta patch from previous to current package
BUILDENV=(fakeroot !distcc color !ccache !xdelta)
#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
#-- specify a space-delimited list of hosts running in the DistCC cluster.
#DISTCC_HOSTS=""
# GLOBAL PACKAGE OPTIONS
# These are default values for the options=() settings
# Default: OPTIONS=(strip !docs libtool emptydirs)
# A negated option will do the opposite of the comments below.
#-- strip: Strip symbols from binaries/libraries
#-- docs: Save doc and info directories
#-- libtool: Leave libtool (.la) files in packages
#-- emptydirs: Leave empty directories in packages
OPTIONS=(strip !docs libtool emptydirs)
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)
#-- Info and doc directories to remove (if option set correctly above)
DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/*/{info,doc,gtk-doc})
# PACKAGE OUTPUT
# Default: put built package and cached source in build directory
#-- Destination: specify a fixed directory where all packages will be placed
#PKGDEST=/home/packages
#-- Source cache: specify a fixed directory where source files will be cached
#SRCDEST=/home/sources
#-- Source root: specify location where PKGBUILDs are located for '--builddeps'
#SRCROOT=/home/pkgbuilds
#-- Packager: name/email of the person or organization building packages
#PACKAGER="John Doe <[email protected]>"
# BUILDSCRIPT/EXTENSION DEFAULTS
# WARNING: Do NOT modify these variables unless you know what you are
# doing.
BUILDSCRIPT='PKGBUILD'
PKGEXT='.pkg.tar.gz'
SRCEXT='.src.tar.gz'
DB_COMPRESSION='gz'
DB_CHECKSUMS=(md5)
# vim: set ft=sh ts=2 sw=2 et:
ps. I have an amd athlon 64 x2.

You are missing the CARCH- field(?). Add
CARCH="x86_64"
into your makepkg.conf (it's above CHOST by default).

Similar Messages

  • [solved] Editing makepkg.conf (x86_64)

    Hello everyone,
    I just set up my first Arch 64bit-system, so I want get to know its abilities and advantages a bit better for my everyday work.
    Before installing any more stuff, I'm actually editing makepkg.conf, because I'd like to have the CPU usage optimzed, though I don't expect any significant performance boost -- I just want to learn about it and then use it. So far I read the specific Wikis Arch, Gentoo, and of course the Arch64 FAQ. -- However, tuning this file would only affect compiling PKGBUILDs from the AUR, or from other sources, because I'll mostly use the precompiled packages as they are, I suppose.
    The CPU is a Xeon Kentsfield, looking like an early "quad-core, appearing as a single core" to me:
    Wikipedia wrote:Intel released relabeled versions of its quad-core (2x2) Core 2 Quad processor as the Xeon 3200-series (,,,), these models only support single-CPU operation ...
    Four processors are found anyway:
    # cat /proc/cpuinfo
    processor : 0
    model name : Intel(R) Xeon(R) CPU X3210 @ 2.13GHz
    physical id : 0
    siblings : 4
    core id : 0
    cpu cores : 4
    processor : 1
    physical id : 0
    siblings : 4
    core id : 2
    cpu cores : 4
    processor : 2
    physical id : 0
    siblings : 4
    core id : 1
    cpu cores : 4
    processor : 3
    physical id : 0
    siblings : 4
    core id : 3
    cpu cores : 4
    So I wonder: how would this quad-or-no-quad appear or have to be adressed in a (desktop) system monitor -- as 1, 4 or even 2 (as it also a "2x2") CPUs?
    The related section of my makepkg.conf actually reads:
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    CFLAGS="-march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
    CXXFLAGS="${CFLAGS}"
    #MAKEFLAGS="-j2"
    Well, I admit that I'm not sure that I got everything in details. But I guess with this I'd be able to use any PKBGUILD in the AUR (or provide my own that others could use without risk), right?
    Last, what about the MAKEFLAGS? The wiki says,
    Typically -j2, plus 1 for each additional core/processor is an adequate choice.
    If the Xeon is a "real" quad-core (see above), it should rather be
    MAKEFLAGS="-j5"
    as in this case there are three additional cores, right?
    Last edited by cameo (2012-08-19 23:56:24)

    I see.
    Alternatively, for i686 compiling on this very machine I probably must get to grips with this stuff (if I'm not mixing something up); well, that's a future plan.
    Thanks very much anyway.
    Hm, regarding that system monitoring matter, I've just a feeling, different programs could just use different hooks for showing the processor loads. I mean if that Xeon is physically a quad, but "acting" like a single, some could maybe show just 1 CPU, and others 4. -- Since my topic here is mainly about editing makepkg.conf, I'd better discuss this in detail in another thread later, if necessary. (But of course, if somebody has got some information about this, please let me know.)
    Seems to me, there's nothing more for me to question here then, so I'll mark this as solved.

  • Outlook Contacts "invalid entryid" error after edit on iPod Touch and sync

    There are a few threads about this in the iPhone discussion, but so far nothing on the iPod Touch side and I'm encountering it in both Outlook 2003 and Outlook 2007 after testing on two different computers.
    Issue:
    1. Create or edit a contact on the iPod Touch
    2. Sync with Outlook Contacts
    3. You are no longer able to access the added or edited contact's e-mail address when composing e-mail. If you select the contact's properties from the e-mail interface, you receive an error message that an "invalid entryid was passed."
    My discovery:
    Deleting data from the "Display as" field in the Contact will fix the problem.
    1. In the Contacts folder, open the contact with the problem.
    2. Delete all data from the "Display as" field (displays with Email field).
    3. Select any other field on the Contact form - "Display as" will automatically re-populate
    4. Save the contact. Problem solved.
    Not sure how iTunes sync is corrupting this, but thought I'd share the discovery since suggestions in the iPhone discussion involve exporting, deleting, and importing affected contacts.

    Quick fix method for those who really can't be bothered with any manual methods. Below is a macro for Outlook that will, starting with the currently selected contact folder and including subfolders (mobileme groups), reset all email display names which effectively fixes the EntryID issue. There's no error checking, it's pretty raw but does the job. Hope it helps.
    <STARTMACROCODE>
    Option Explicit
    Sub FixEntryIDs()
    Call FixEntryID
    End Sub
    Sub FixEntryID(Optional ByVal contacts As folder)
    Dim item As ContactItem
    Dim subf As folder
    Dim changed As Boolean
    If IsMissing(contacts) Or contacts Is Nothing Then
    Set contacts = ActiveExplorer.CurrentFolder
    End If
    For Each item In contacts.Items
    changed = False
    If Len(item.Email1DisplayName) Then
    changed = True
    item.Email1DisplayName = ""
    End If
    If Len(item.Email2DisplayName) Then
    changed = True
    item.Email2DisplayName = ""
    End If
    If Len(item.Email3DisplayName) Then
    changed = True
    item.Email3DisplayName = ""
    End If
    If changed Then
    Call item.Save
    End If
    Next
    For Each subf In contacts.Folders
    Call FixEntryID(subf)
    Next
    End Sub

  • Internal error after editing a correspondent letter in E-Recruiting

    Hello,
    Running E-Recruiting 6.0 SP10
    As a recruiter whenever I try to prievew a correspondent letter I modified (note, I have no problems editing the letter) using the correspondent letter editor, I recieve an "Internal Error".  Additionally, the following SLG1 error is created:
    Form or text 472FCB84F86804EDE10000000A321A does not exist
    Prior to editing the letter I am able to preview it using the display link just fine.  E-Recruiting should allow me to edit a letter and preview it prior to sending it to a candidate, yet at present it does not.
    Any idea what this could be?
    Thanks, Ryan
    Edited by: Ryan Hubbell on Mar 17, 2008 11:04 PM
    Edited by: Ryan Hubbell on Mar 17, 2008 11:08 PM

    Hello Ryan,
    with release 600 SAP e-recruiting offers 2 different implementations for changing correspondences / invitations. The classical solution uses a web editor. Therefore the complete smartform is rendered and then put in a web editor. As this solution lead to some problems in the printing channel, sap developed another concept of changing. The new solution uses a text edit to change a text block you can assign to the smartform as changable area and only this can be changed ensuring the formating of the smartform is still fine.
    You have to decide which of these 2 options you want to use. You either use the old or the new solution for all correspondences and invitations.
    The solutions differ in the following configuration points:
    - old: T77S0 RECFA INDCO is blank
    - new: T77S0 RECFA INDCO is X
    - old: document category for simple correspondence 1, for invitation 2
    - new: document category for simple correspondence 3, for invitation 4
    (category for confirmation is always 5, there is no other option no matter which concept you use)
    - old: Assign changable letter sections to forms not available
    - new: Assign changable letter sections to forms not available
    - old: reference for SF interface simpl. corr. HRRCF_CS_APPLICANT, invitation HRRCF_CS_APPL_INVITATION
    - new: reference for SF interface simpl. corr. HRRCF_CS_IT_APPLICANT, invitation HRRCF_CS_IT_APPL_INVITATION
    (basically the smartform interfaces differ in the parameter THEAD which is needed for the new but not for the old correspondence change concept)
    Please check if your configuration is consistend for the concept you chose for your project. If not try adjust configuration and check if the error disappears.
    If the error is still existing please give another reply.
    Best Regards
    Roman Weise

  • Unexpected error after editing navigation

    A Sharepoint developer was working on a sharepoint farm I manage and "suddenly" the page stopped working. Last thing he did was change the navigation. Subsites work fine.
    The following errors show up in the log:
    SPMicrofeedStore.UpdateFromListItem: Expected field 'HashTags' not found in list item, verify fieldList paramter.
    Application error when access /SitePages/Forsiden.aspx, Error=Object reference not set to an instance of an object. 
     at Microsoft.SharePoint.WebControls.AspMenu.OnMenuItemDataBound(MenuEventArgs e)   
     at System.Web.UI.WebControls.Menu.DataBindRecursive(MenuItem node, IHierarchicalEnumerable enumerable)   
     at System.Web.UI.WebControls.Menu.DataBindRecursive(MenuItem node, IHierarchicalEnumerable enumerable)   
     at System.Web.UI.WebControls.Menu.DataBindItem(MenuItem item)   
     at System.Web.UI.WebControls.Menu.PerformDataBinding()   
     at System.Web.UI.WebControls.HierarchicalDataBoundControl.PerformSelect()   
     at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()   
     at System.Web.UI.WebControls.Menu.EnsureDataBound()   
     at Microsoft.SharePoint.WebControls.AspMenu.OnPreRender(EventArgs e)   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()  
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
    System.NullReferenceException: Object reference not set to an instance of an object.  
     at Microsoft.SharePoint.WebControls.AspMenu.OnMenuItemDataBound(MenuEventArgs e)   
     at System.Web.UI.WebControls.Menu.DataBindRecursive(MenuItem node, IHierarchicalEnumerable enumerable)   
     at System.Web.UI.WebControls.Menu.DataBindRecursive(MenuItem node, IHierarchicalEnumerable enumerable)   
     at System.Web.UI.WebControls.Menu.DataBindItem(MenuItem item)   
     at System.Web.UI.WebControls.Menu.PerformDataBinding()   
     at System.Web.UI.WebControls.HierarchicalDataBoundControl.PerformSelect()   
     at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()   
     at System.Web.UI.WebControls.Menu.EnsureDataBound()   
     at Microsoft.SharePoint.WebControls.AspMenu.OnPreRender(EventArgs e)   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   

    Hi,
    Can you provide more details about your requirement? I’m not clear about the issue you come across.
    From my experience, I would access the term store ,check if the hashtags and keywords term sets were empty,
    and then I would check if the field "HashTags" was exist in your code.
    Best Regards
    Guangchao chen
    TechNet Community Support

  • Vector mask error after editing mask - Mac CS5

    Hi There,
    When I create a rounded corner vector shape then apply a gradient vector mask, the result is as expected - the gradient in the vector mask fades the object as per the mask.
    If I then edit the mask (either by moving the start/end points or try to make the end point not fully transparent) the gradient stops sharply.
    The result is an mask with a gradient that stops short about 30px from the end of the object - so I see the gradient stop and the mask just cuts off.
    Not sure what I'm doing wrong - any suggestions would be most welcome.
    Cheers
    Ben

    I've  run into this as well and believe it is a bug. While you can't avoid it, you can repair it.
    In the Layers panel, click the chainlink icon between the mask and maskee. This breaks the size relationship between the two objects.
    Select the mask in the Layers panel, then either use the Scale tool or the W and H fields in the Properties panel to correct the size.
    Relink the two objects by clicking in the chainlink area.
    HTH

  • [solved] makepkg.conf + local path

    Hi!
    I would like to create two packages that are needed to run my printer (canon).
    From the canon website, after long passages, I downloaded two .tar.gz  packages with the necessary sources.
    From wiki, I refer to the page that explains how to create the PKGBUILD, I realized that you can
    also specify a local directory as url to find the source package.
    To do this, however, you must edit the file makepkg.conf.
    The question is: how do I change the file makepkg.conf?
    Thank you!
    Last edited by trevi (2011-12-29 15:19:55)

    Just put the tarball names in the source= array, put the tarballs and PKGBUILD in the same dir, and run makepkg in that dir. No need to edit makepkg.conf.

  • Error in editing section 80 details on porta

    Hello Experts,
                        I am getting error after editing section 80 details of employee.For more information;Use case has for 0585 been defined as B2;part of error is as follows.
    Regards,
    Milind Patil.
    com.sap.aii.proxy.framework.core.BaseProxyException: An exception occurred that was not caught., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
         at com.sap.xss.hr.per.in.sec80.model.HRXSS_PER_P0585_IN.hrxss_Per_Modify_P0585_In(HRXSS_PER_P0585_IN.java:293)
         at com.sap.xss.hr.per.in.sec80.model.Hrxss_Per_Modify_P0585_In_Input.doExecute(Hrxss_Per_Modify_P0585_In_Input.java:137)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:92)

    is it happening to all user? Can you change the use case and try?
    check the notes
    1375834
    1258246

  • Error in saving .aspx pages after editing the XSLT

    Hi,
    I am developing a SharePoint 2010 web app and I had to do some modifications for a .aspx page which has a data form web part and I am encountering following issues:
    1. After selecting the web part, when trying to modify the filter criteria of the data source, the "group" and "ungroup" buttons are seen as disabled and the option of editing in the XSLT editor is also not visible.
    2. after editing the XSLT, knowing that there are no issues if I try to save it an is showed saying null value issue and asking whether to allow scripts to run in this page r not. After choosing either yes or no, when I try to preview it in browser I get
    an error in the place where I have the data form web part saying error with web part try to edit it in SharePoint editor such as SharePoint designer.
    3. this is happening only i try to edit the code but no matter how many copies I get from the original page, they are correctly previewed in the browser unless I try to edit it.
    your kind support or suggestions are highly appreciated as I am unable to fix this
    thanks.

    Data you are changing is on the frontend. You need to pass data to backend (server). The static method 'dispatch' of control framework class (CL_GUI_CFW) is used to do this 'manual' synchronization. It is sort of helper method of control framework (which is basis for ALV controls) and is independent of ALV controls (cl_gui_alv_grid etc.) that are used.
    Try putting this code as suggested and check.
    short code would be (without error handling)
    CL_GUI_CFW=>DISPATCH( ).
    null

  • I'm getting this error after I edit photos 'nothing was imported. What is causing this?

    I'm getting this error after I edit photos 'nothing was imported. the files or folder selected to import did not contain any supported file types, or files are already in this catalog.I have elements 13 using hp windows 8 laptop and never had this happen before.

    Hello staceonbass,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    Best of luck,
    Mario

  • Error when editing HTML files - after check in

    Hi
    Version of portal = NE04SP15
    I have an HTML file, and after editing and check in of such a document, Norwegian characters are represented with some strange characters.
    Any idea how to solve this?
    Regards
    Kay-Arne

    I have the same issue, apparently when you edit locally an HTML document that was generated with “KM HTML Editing tool” it looses some kind of attribute that makes KM to recognize it as a “KM HTML file”. So then some characters do not get rendered correctly.
    If you find a solution for this issue please let me know.
    Other related issue is when you transport these HTML files from one enviroment to another, again KM will not recognice its own HTML docs and then some incorrect characters may appear.
    Regards Jeronimo

  • Enabling -fstack-protector-strong in makepkg.conf?

    A little more than a year ago Google submitted a patch which added a -fstack-protector-strong option which was intended to strike a balance between -fstack-protector (used in Arch) and -fstack-protector-all which was considered too computationally expensive for google's chromiumos.  All of these options introduce measures to protect compiled programs against stack overflow attacks to varying degrees of security and performance.
    This google doc sums up what the new flag introduces: https://docs.google.com/document/d/1xXB … t?hl=en_US
    My recently installed default /etc/makepkg.conf shows -fstack-protector (not -strong) in CFLAGS.  Is there a specific reason that it has not yet been implemented in Arch, or has it simply just "not happened" yet? 
    Fedora 20 is now using -fstack-protector-strong.  After some searching I couldn't find anything here or on the arch bugtracker which discusses the new option.  I should add that I am by no means well-versed in security and this is something I would like to know more about.
    Last edited by oboenerd (2013-12-08 03:13:19)

    This is something that should be brought up in the bug tracker I think.  Though, interestingly this is not documented in the gcc man page nor the gcc info page.
    Edit: I didn't follow your links, but I do remember reading about this.  It would seem that this functionality has not been merged, as trying to use -fstack-protector-strong fails with:
    gcc: error: unrecognized command line option '-fstack-protector-strong'
    Last edited by WonderWoofy (2013-12-08 03:54:56)

  • Problems with Yaourt and makepkg.conf

    Hi all,
    So, I've recently switched all the way over to Arch Linux after playing around with it for some time.  And it's been great!  I am very glad I did it. 
    I've been using yaourt to install all of my humble indie bundle games, and it's been going well until I tried to install mark of the ninja. 
    Every time I try to install ANYTHING on yaourt now, I get these types of error messages:
    [nicholas@nicholas ~]$ yaourt -s markoftheninja-hib
    1 aur/markoftheninja-hib 1.38+h20131002-1 (4)
        Mark of the Ninja, a side-scrolling stealth game (Humble Bundle version)
    ==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)
    ==> -------------------------------------------------------
    ==> 1
    /etc/makepkg.conf: line 89: for: command not found
    ==> Downloading markoftheninja-hib PKGBUILD from AUR...
    x markoftheninja-hib.desktop
    x PKGBUILD
    markoftheninja-hib 1.38+h20131002-1  (Wed Sep 11 20:25:29 EDT 2013)
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    /etc/makepkg.conf: line 89: for: command not found
    ==> WARNING: Running makepkg as an unprivileged user will result in non-root
    ownership of the packaged files. Try using the fakeroot environment by
    placing 'fakeroot' in the BUILDENV array in /etc/makepkg.conf.
    ==> markoftheninja-hib dependencies:
    - sdl (already installed)
    - libgl (already installed)
    - gcc-libs (already installed)
    - xdg-utils (already installed)
    ==> Continue building markoftheninja-hib ? [Y/n]
    ==> --------------------------------------------
    ==>
    ==> Building and installing package
    /etc/makepkg.conf: line 89: for: command not found
    ==> WARNING: Running makepkg as an unprivileged user will result in non-root
    ownership of the packaged files. Try using the fakeroot environment by
    placing 'fakeroot' in the BUILDENV array in /etc/makepkg.conf.
    ==> ERROR: markoftheninja-hib is not available for the '' architecture.
        Note that many packages may need a line added to their PKGBUILD
        such as arch=('').
    ==> ERROR: Makepkg was unable to build markoftheninja-hib.
    ==> Restart building markoftheninja-hib ? [y/N]
    ==> -------------------------------------------
    ==>
    [nicholas@nicholas ~]$ sudo gedit /etc/makepkg.conf
    So, I already have fakeroot properly activated IN makepkg.conf.  This is my makepkg.conf setup:
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    #  Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
              'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
              'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
              'rsync::/usr/bin/rsync --no-motd -z %u %o'
              'scp::/usr/bin/scp -C %u %o'
              'hib::/usr/bin/find /home/nicholas/Downloads -name $(echo %u | cut -c 7-) -exec ln -s \{\} %o \; -quit')'
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/wget
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Compiler and Linker Flags
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CPPFLAGS="-D_FORTIFY_SOURCE=2"
    CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4"
    CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4"
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    #-- Debugging flags
    DEBUG_CFLAGS="-g -fvar-tracking-assignments"
    DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
    #  A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc:   Use the Distributed C/C++/ObjC compiler
    #-- color:    Colorize output messages
    #-- ccache:   Use ccache to cache compilation
    #-- check:    Run the check() function if present in the PKGBUILD
    #-- sign:     Generate PGP signature file
    BUILDENV=(fakeroot !distcc color !ccache check !sign)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    #-- Specify a directory for package building.
    #BUILDDIR=/tmp/makepkg
    # GLOBAL PACKAGE OPTIONS
    #   These are default values for the options=() settings
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    #  A negated option will do the opposite of the comments below.
    #-- strip:      Strip symbols from binaries/libraries
    #-- docs:       Save doc directories specified by DOC_DIRS
    #-- libtool:    Leave libtool (.la) files in packages
    #-- staticlibs: Leave static library (.a) files in packages
    #-- emptydirs:  Leave empty directories in packages
    #-- zipman:     Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge:      Remove files specified by PURGE_TARGETS
    #-- upx:        Compress binary executable files using UPX
    #-- debug:      Add debugging flags as specified in DEBUG_* variables
    OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Log files: specify a fixed directory where all log files will be placed
    #LOGDEST=/home/makepkglogs
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    #-- Specify a key to use for package signing
    #GPGKEY=""
    # COMPRESSION DEFAULTS
    COMPRESSGZ=(gzip -c -f -n)
    COMPRESSBZ2=(bzip2 -c -f)
    COMPRESSXZ=(xz -c -z -)
    COMPRESSLRZ=(lrzip -q)
    COMPRESSLZO=(lzop -q)
    COMPRESSZ=(compress -c -f)
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    #          doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    Here is line 89, which is the one that yaourt flags:
    - Options to be used when stripping binaries. See `man strip' for 
    It's almost as if it is treating "for" as a command.  This is very strange. 
    Also, I do have the architecture specified in the makepkg.  It doesn't matter which package I try to install: it does the same thing. 
    Does anyone have any ideas?  I'd really appreciate your help.
    Thank you.
    Sincerely,
    Corey Goettsch

    Karol,
    Thank you for the suggestion.  Here are the code outputs
    [nicholas@nicholas ~]$ yaourt -S markoftheninja-hib
    /etc/makepkg.conf: line 89: for: command not found
    ==> Downloading markoftheninja-hib PKGBUILD from AUR...
    x markoftheninja-hib.desktop
    x PKGBUILD
    markoftheninja-hib 1.38+h20131002-1 (Wed Sep 11 20:25:29 EDT 2013)
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    /etc/makepkg.conf: line 89: for: command not found
    ==> WARNING: Running makepkg as an unprivileged user will result in non-root
    ownership of the packaged files. Try using the fakeroot environment by
    placing 'fakeroot' in the BUILDENV array in /etc/makepkg.conf.
    ==> markoftheninja-hib dependencies:
    - sdl (already installed)
    - libgl (already installed)
    - gcc-libs (already installed)
    - xdg-utils (already installed)
    ==> Continue building markoftheninja-hib ? [Y/n]
    ==> --------------------------------------------
    ==>
    ==> Building and installing package
    /etc/makepkg.conf: line 89: for: command not found
    ==> WARNING: Running makepkg as an unprivileged user will result in non-root
    ownership of the packaged files. Try using the fakeroot environment by
    placing 'fakeroot' in the BUILDENV array in /etc/makepkg.conf.
    ==> ERROR: markoftheninja-hib is not available for the '' architecture.
    Note that many packages may need a line added to their PKGBUILD
    such as arch=('').
    ==> ERROR: Makepkg was unable to build markoftheninja-hib.
    ==> Restart building markoftheninja-hib ? [y/N]
    ==> -------------------------------------------
    ==>
    [nicholas@nicholas ~]$ sudo gedit /etc/makepkg.conf
    [sudo] password for nicholas:
    (gedit:2211): Gtk-WARNING **: Theme parsing error: notebook.css:6:13: Theming engine 'unico' not found
    (gedit:2211): Gtk-WARNING **: Theme parsing error: nemo.css:90:13: Theming engine 'unico' not found
    And this is my makepkg.conf:
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
    'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'rsync::/usr/bin/rsync --no-motd -z %u %o'
    'scp::/usr/bin/scp -C %u %o'
    'hib::/usr/bin/find /home/nicholas/Downloads -name $(echo %u | cut -c 7-) -exec ln -s \{\} %o \; -quit')'
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/wget
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Compiler and Linker Flags
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CPPFLAGS="-D_FORTIFY_SOURCE=2"
    CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4"
    CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4"
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    #-- Debugging flags
    DEBUG_CFLAGS="-g -fvar-tracking-assignments"
    DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    #-- check: Run the check() function if present in the PKGBUILD
    #-- sign: Generate PGP signature file
    BUILDENV=(fakeroot !distcc color !ccache check !sign)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    #-- Specify a directory for package building.
    #BUILDDIR=/tmp/makepkg
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- staticlibs: Leave static library (.a) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    #-- upx: Compress binary executable files using UPX
    #-- debug: Add debugging flags as specified in DEBUG_* variables
    OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Log files: specify a fixed directory where all log files will be placed
    #LOGDEST=/home/makepkglogs
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    #-- Specify a key to use for package signing
    #GPGKEY=""
    # COMPRESSION DEFAULTS
    COMPRESSGZ=(gzip -c -f -n)
    COMPRESSBZ2=(bzip2 -c -f)
    COMPRESSXZ=(xz -c -z -)
    COMPRESSLRZ=(lrzip -q)
    COMPRESSLZO=(lzop -q)
    COMPRESSZ=(compress -c -f)
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    And, last, here is the output from line 89:
    #-- Options to be used when stripping binaries. See `man strip' for details.
    So, the problem is that "for" in line 89 is being treated like a command.  Which is very strange.  Also, I already have fakeroot set up in makepkg.conf.  And, last, I also have the architecture specified in the PKGBUILD.  So, I'm a bit at a loss here.  I would really appreciate any help.

  • CCB2.3.1 error after installing framework

    Hi i am trying to install CCB2.3.1 on weblogic 10.0MP2 for that initially I have installed framework2.2, after installing the framework when i start the weblogic server i am getting the below error:
    - 2011-02-23 21:19:24,468 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.ke
    rnel.Default (self-tuning)'] ERROR (web.common.FieldMetaDataRepository) Did not
    find base field 'EXT_REFERENCE_ID' pointed to by field 'C1_EXT_REFERENCE_ID'
    com.splwg.shared.common.LoggedException: Did not find base field 'EXT_REFERENCE_
    ID' pointed to by field 'C1_EXT_REFERENCE_ID'
    at com.splwg.shared.common.LoggedException.raised(LoggedException.java:6
    5)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.crea
    teFieldMD(FieldMetaDataRepository.java:145)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.popu
    lateFieldMetaData(FieldMetaDataRepository.java:135)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.exec
    ute(FieldMetaDataRepository.java:127)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.exec
    ute(FieldMetaDataRepository.java:99)
    at com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(
    SessionExecutable.java:98)
    at com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurren
    tSessionIfAvailable(SessionExecutable.java:62)
    at com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurren
    tSessionIfAvailable(SessionExecutable.java:54)
    at com.splwg.base.web.common.FieldMetaDataRepository.privateRetrieveFiel
    dMD(FieldMetaDataRepository.java:60)
    at com.splwg.base.web.common.FieldMetaDataRepository.retrieveFieldMD(Fie
    ldMetaDataRepository.java:54)
    at com.splwg.base.web.startup.PreloadLoginInfo.preloadFieldMetaData(Prel
    oadLoginInfo.java:150)
    at com.splwg.base.web.startup.PreloadLoginInfo.privateExecute(PreloadLog
    inInfo.java:71)
    at com.splwg.base.web.startup.PreloadLoginInfo.execute(PreloadLoginInfo.
    java:54)
    at com.splwg.base.web.startup.SPLWebStartup.contextInitialized(SPLWebSta
    rtup.java:66)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run
    (EventsManager.java:458)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(Eve
    ntsManager.java:168)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
    pServletContext.java:1744)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletCon
    text.java:2918)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.jav
    a:973)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedMod
    uleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(Module
    ListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartMod
    ulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.ja
    va:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.
    java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(Deploym
    entStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(Ap
    pContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicD
    eployment.java:182)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromSer
    verLifecycle(BasicDeployment.java:359)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(De
    ploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(Deploy
    mentAdapter.java:196)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(App
    Transition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionA
    pps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(Co
    nfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(Conf
    iguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(De
    ploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(Dep
    loymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    - 2011-02-23 21:19:24,499 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.ke
    rnel.Default (self-tuning)'] ERROR (support.context.SessionExecutable) Caught ex
    ception from SessionExecutable.execute()
    - 2011-02-23 21:19:24,499 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.ke
    rnel.Default (self-tuning)'] ERROR (web.common.FieldMetaDataRepository) Error ca
    ching field metainfo
    - 2011-02-23 21:19:24,499 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.ke
    rnel.Default (self-tuning)'] ERROR (web.startup.PreloadLoginInfo) Unable to prel
    oad navigation keys and web pages
    <Feb 23, 2011 9:19:24 PM PST> <Warning> <HTTP> <BEA-101162> <User defined listen
    er com.splwg.base.web.startup.SPLWebStartup failed: com.splwg.shared.common.Logg
    edException:
    The following stacked messages were reported as the LoggedException was rethrown
    com.splwg.base.web.startup.PreloadLoginInfo.preloadFieldMetaData(PreloadLoginInf
    o.java:150): Unable to preload navigation keys and web pages
    com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurrentSessionIfA
    vailable(SessionExecutable.java:54): Error caching field metainfo
    com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.execute(FieldMe
    taDataRepository.java:99): Caught exception from SessionExecutable.execute()
    The root LoggedException was: Did not find base field 'EXT_REFERENCE_ID' pointed
    to by field 'C1_EXT_REFERENCE_ID'.
    com.splwg.shared.common.LoggedException:
    The following stacked messages were reported as the LoggedException was rethrown
    com.splwg.base.web.startup.PreloadLoginInfo.preloadFieldMetaData(PreloadLoginInf
    o.java:150): Unable to preload navigation keys and web pages
    com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurrentSessionIfA
    vailable(SessionExecutable.java:54): Error caching field metainfo
    com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.execute(FieldMe
    taDataRepository.java:99): Caught exception from SessionExecutable.execute()
    The root LoggedException was: Did not find base field 'EXT_REFERENCE_ID' pointed
    to by field 'C1_EXT_REFERENCE_ID'
    at com.splwg.shared.common.LoggedException.raised(LoggedException.java:6
    5)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.crea
    teFieldMD(FieldMetaDataRepository.java:145)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.popu
    lateFieldMetaData(FieldMetaDataRepository.java:135)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.exec
    ute(FieldMetaDataRepository.java:127)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.exec
    ute(FieldMetaDataRepository.java:99)
    Truncated. see log file for complete stacktrace
    >
    - 2011-02-23 21:19:24,609 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.ke
    rnel.Default (self-tuning)'] INFO (web.startup.SPLWebStartup) Shutting Down the
    JMX Connectors...
    - 2011-02-23 21:19:24,609 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.ke
    rnel.Default (self-tuning)'] INFO (web.startup.SPLWebStartup) JMX Connectors sh
    utdown successfully
    - 2011-02-23 21:19:24,609 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.ke
    rnel.Default (self-tuning)'] INFO (web.startup.SPLWebStartup) Shutting Down the
    Application Context...
    - 2011-02-23 21:19:24,609 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.ke
    rnel.Default (self-tuning)'] INFO (hibernate.impl.SessionFactoryImpl) closing
    - 2011-02-23 21:19:24,734 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.ke
    rnel.Default (self-tuning)'] INFO (web.startup.SPLWebStartup) Application Conte
    xt shutdown successfully
    <Feb 23, 2011 9:19:24 PM PST> <Error> <Deployer> <BEA-149231> <Unable to set the
    activation state to true for the application 'SPLWeb'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.jav
    a:975)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:60)
    Truncated. see log file for complete stacktrace
    com.splwg.shared.common.LoggedException:
    The following stacked messages were reported as the LoggedException was rethrown
    com.splwg.base.web.startup.PreloadLoginInfo.preloadFieldMetaData(PreloadLoginInf
    o.java:150): Unable to preload navigation keys and web pages
    com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurrentSessionIfA
    vailable(SessionExecutable.java:54): Error caching field metainfo
    com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.execute(FieldMe
    taDataRepository.java:99): Caught exception from SessionExecutable.execute()
    The root LoggedException was: Did not find base field 'EXT_REFERENCE_ID' pointed
    to by field 'C1_EXT_REFERENCE_ID'
    at com.splwg.shared.common.LoggedException.raised(LoggedException.java:6
    5)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.crea
    teFieldMD(FieldMetaDataRepository.java:145)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.popu
    lateFieldMetaData(FieldMetaDataRepository.java:135)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.exec
    ute(FieldMetaDataRepository.java:127)
    at com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.exec
    ute(FieldMetaDataRepository.java:99)
    Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2011 9:19:24 PM PST> <Notice> <Log Management> <BEA-170027> <The server
    initialized the domain log broadcaster successfully. Log messages will now be b
    roadcasted to the domain log.>
    <Feb 23, 2011 9:19:25 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <Feb 23, 2011 9:19:25 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <Feb 23, 2011 9:19:26 PM PST> <Notice> <Security> <BEA-090171> <Loading the iden
    tity certificate and private key stored under the alias DemoIdentity from the jk
    s keystore file C:\bea\WLSERV~1.0\server\lib\DemoIdentity.jks.>
    <Feb 23, 2011 9:19:26 PM PST> <Notice> <Security> <BEA-090169> <Loading trusted
    certificates from the jks keystore file C:\bea\WLSERV~1.0\server\lib\DemoTrust.j
    ks.>
    <Feb 23, 2011 9:19:26 PM PST> <Notice> <Security> <BEA-090169> <Loading trusted
    certificates from the jks keystore file C:\Java\JDK15~1.0_2\jre\lib\security\cac
    erts.>
    <Feb 23, 2011 9:19:26 PM PST> <Error> <WebLogicServer> <BEA-000297> <Inconsisten
    t security configuration, java.security.cert.CertificateParsingException: PKIX:
    Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11>
    <Feb 23, 2011 9:19:26 PM PST> <Emergency> <Security> <BEA-090034> <Not listening
    for SSL, java.io.IOException: PKIX: Unsupported OID in the AlgorithmIdentifier
    object: 1.2.840.113549.1.1.11.>
    <Feb 23, 2011 9:19:26 PM PST> <Error> <WebLogicServer> <BEA-000297> <Inconsisten
    t security configuration, java.security.cert.CertificateParsingException: PKIX:
    Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11>
    <Feb 23, 2011 9:19:26 PM PST> <Emergency> <Security> <BEA-090034> <Not listening
    for SSL, java.io.IOException: PKIX: Unsupported OID in the AlgorithmIdentifier
    object: 1.2.840.113549.1.1.11.>
    <Feb 23, 2011 9:19:26 PM PST> <Error> <WebLogicServer> <BEA-000297> <Inconsisten
    t security configuration, java.security.cert.CertificateParsingException: PKIX:
    Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11>
    <Feb 23, 2011 9:19:26 PM PST> <Emergency> <Security> <BEA-090034> <Not listening
    for SSL, java.io.IOException: PKIX: Unsupported OID in the AlgorithmIdentifier
    object: 1.2.840.113549.1.1.11.>
    <Feb 23, 2011 9:19:26 PM PST> <Error> <WebLogicServer> <BEA-000297> <Inconsisten
    t security configuration, java.security.cert.CertificateParsingException: PKIX:
    Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11>
    <Feb 23, 2011 9:19:26 PM PST> <Emergency> <Security> <BEA-090034> <Not listening
    for SSL, java.io.IOException: PKIX: Unsupported OID in the AlgorithmIdentifier
    object: 1.2.840.113549.1.1.11.>
    <Feb 23, 2011 9:19:26 PM PST> <Error> <WebLogicServer> <BEA-000297> <Inconsisten
    t security configuration, java.security.cert.CertificateParsingException: PKIX:
    Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11>
    <Feb 23, 2011 9:19:26 PM PST> <Emergency> <Security> <BEA-090034> <Not listening
    for SSL, java.io.IOException: PKIX: Unsupported OID in the AlgorithmIdentifier
    object: 1.2.840.113549.1.1.11.>
    <Feb 23, 2011 9:19:26 PM PST> <Error> <WebLogicServer> <BEA-000297> <Inconsisten
    t security configuration, java.security.cert.CertificateParsingException: PKIX:
    Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11>
    <Feb 23, 2011 9:19:26 PM PST> <Emergency> <Security> <BEA-090034> <Not listening
    for SSL, java.io.IOException: PKIX: Unsupported OID in the AlgorithmIdentifier
    object: 1.2.840.113549.1.1.11.>
    <Feb 23, 2011 9:19:27 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[2
    ]" is now listening on fe80:0:0:0:51c9:e5ab:1775:3ef9%11:6500 for protocols iiop
    , t3, ldap, snmp, http.>
    <Feb 23, 2011 9:19:27 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 10.244.102.170:6500 for protocols iiop, t3, ldap, snmp, http
    .>
    <Feb 23, 2011 9:19:27 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[4
    ]" is now listening on fe80:0:0:0:286b:ac4:f50b:9955%13:6500 for protocols iiop,
    t3, ldap, snmp, http.>
    <Feb 23, 2011 9:19:27 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[3
    ]" is now listening on fe80:0:0:0:0:5efe:af4:66aa%12:6500 for protocols iiop, t3
    , ldap, snmp, http.>
    <Feb 23, 2011 9:19:27 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 2001:0:4137:9e76:286b:ac4:f50b:9955:6500 for protocols ii
    op, t3, ldap, snmp, http.>
    <Feb 23, 2011 9:19:27 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[5
    ]" is now listening on 127.0.0.1:6500 for protocols iiop, t3, ldap, snmp, http.>
    <Feb 23, 2011 9:19:27 PM PST> <Notice> <WebLogicServer> <BEA-000331> <Started We
    bLogic Admin Server "myserver" for domain "splapp" running in Development Mode>
    <Feb 23, 2011 9:19:27 PM PST> <Warning> <Server> <BEA-002611> <Hostname "127.0.0
    .1", maps to multiple IP addresses: 10.244.102.170, 2001:0:4137:9e76:286b:ac4:f5
    0b:9955, fe80:0:0:0:51c9:e5ab:1775:3ef9%11, fe80:0:0:0:0:5efe:af4:66aa%12, fe80:
    0:0:0:286b:ac4:f50b:9955%13, 127.0.0.1>
    <Feb 23, 2011 9:19:27 PM PST> <Warning> <Server> <BEA-002611> <Hostname "CCBWLS2
    31SRV.MOALAJAH.AE", maps to multiple IP addresses: 10.244.102.170, 2001:0:4137:9
    e76:286b:ac4:f50b:9955, fe80:0:0:0:51c9:e5ab:1775:3ef9%11, fe80:0:0:0:0:5efe:af4
    :66aa%12, fe80:0:0:0:286b:ac4:f50b:9955%13, 127.0.0.1>
    <Feb 23, 2011 9:19:27 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <Feb 23, 2011 9:19:27 PM PST> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    <Feb 23, 2011 9:19:35 PM PST> <Warning> <Server> <BEA-002611> <Hostname "fe80:0:
    0:0:0:5efe:af4:66aa%12", maps to multiple IP addresses: 10.244.102.170, 2001:0:4
    137:9e76:286b:ac4:f50b:9955, fe80:0:0:0:51c9:e5ab:1775:3ef9%11, fe80:0:0:0:0:5ef
    e:af4:66aa%12, fe80:0:0:0:286b:ac4:f50b:9955%13, 127.0.0.1>
    Server has succesfully started but not sure about the error "The root LoggedException was: Did not find base field 'EXT_REFERENCE_ID' pointed
    to by field 'C1_EXT_REFERENCE_ID'." is that i am missing out some database patch? Any suggestions appreciated.

    not yet... can you specify your softwares version and when you started facing error?
    Edited by: chesplay on Mar 1, 2011 10:45 PM

  • Override CFLAGS and CXFLAGS from /etc/makepkg.conf [solved]

    This might be a stupid question, but here goes: if I redefine variables such as CFLAGS and CXXFLAGS from within a PKGBUILD, any subsequent make would use the new ones rather than the ones defined in /etc/makepkg.conf ...right?  I'm assuming that makepkg reads them once when the user invokes it.
    Thanks.
    Last edited by graysky (2011-01-15 11:58:58)

    Thanks.  I looked at /usr/bin/makepkg and I believe this is the case, but I don't know of a way to check after I compile them.  Is there some place I can look within the final NAME.tar.xz to see which CFLAGS were used?  (Again, I think the answer here is "no").

Maybe you are looking for

  • ABAP Workflow

    I am working on  Adobe Interactive Forms calling from Webdynpro ABAP.    I developed a webdynpro based interactive adobe form with a table and 2 other fields displayed in the form.  It has various buttons to increase the rows dynamically, save as dra

  • Trouble loading an xml file - claims not to be terminated correctly

    I'm trying to load some data in an xml file to create a tree view.  Before that I created this code with hardcoded xml definition which works fine and creates my treeview: <?xml version="1.0" encoding="utf-8"?> <csxs:CSExtension xmlns:fx="http://ns.a

  • Surround Sound Via Headphone Sockets With ALSA and/or OSS?

    I have a surround sound system that uses the green and black 2.5 milimeter jacks for surround sound.  Is it possible to configure ALSA, so that the headphone socket on my laptop produces the front (green) output, and the external microphone socket pr

  • PO output Condition record changes

    Hello Gurus, Is there any way to view the changes made to the condition records used for PO output types. Best regards, MK

  • Unable to even see the link of install now on the installation page

    i am trying to download reader and flash but i dont see the install now button/link. i am sure to be at the right page but the link cant be seen. i am trying to use chrome to see flash based tv shows but the loading circle keeps circling. also unable