Gnumeric build and its libs

Hello,
I build a new version of gnumeric using a slightly changed PKGBUILD from ABS. I hat to rebuild three libraries for that reason: goffice, libgda and libgnomedbdb with recent Versions.
Everything went well, but now a pacman -Suy trys to force me to install the old versions libgda-1.2.4-1  libgnomedb-1.2.2-6 .
I have libgda 3.1.1-1 libgnomedb 3.1.1-1. Why does pacman think, these are older than  libgda-1.2.4-1  libgnomedb-1.2.2-6 ?
My PKGBUILD for gnumeric:
# $Id: PKGBUILD,v 1.26 2007/08/12 05:06:10 aaron Exp $
# Maintainer: Aaron Griffin <[email protected]>
# Contributor: Kritoke <[email protected]>
pkgname=gnumeric
pkgver=1.7.12
pkgrel=1
pkgdesc="A GNOME Spreadsheet Program"
url="http://www.gnome.org/projects/gnumeric/"
arch=(i686 x86_64)
license=('GPL')
depends=('goffice>=0.4.2')
makedepends=('perlxml' 'pygtk' 'psiconv' 'pkgconfig')
install=gnumeric.install
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
md5sums=('d00a63bac78e29920e5ea2fce8cfa25e')
options=('libtool')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \;
if [ -f omf.make ]; then
sed -i -e 's/-scrollkeeper-update.*//' omf.make
fi
find plugins -name 'plugin.xml.in' -exec sed -i -e 's/\.la/.so/g' {} \;
rm -f GNOME_Gnumeric.server.in
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--with-guile --without-bonobo --enable-ssindex
make || return 1
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install
mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas
rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas

Well, my built of gnumeric 1.7.12 works. My question was merely in pacman's direction. Why does pacman think, 3.1.1.1 is older than 1.2.4 or 1.2.2.6?
But I learned yesterday from another thread somewhere that pacman.conf has a command IgnorePkg, so I put libgda and libgnomedb there, so I don't have a problem.

Similar Messages

  • In IOS7 none of my YouTube movies show up on my site build with iWeb and its YouTube widget. On an iPad running IOS6 the site still works fine, and all movies play well. What is going on,and what can I do to solve this problem ???

    In IOS7 none of my YouTube movies show up on my site build with iWeb and its YouTube widget. On an iPad running IOS6 the site still works fine, and all movies play well. What is going on,and what can I do to solve this problem ???

    It's only Safari/iOS7. Chrome iOS7 works fine.
    Solution?
    Go to YT and grab the code.
    Paste it in a HTML Snippet.

  • Apt and its API deprecated as of JDK 7 build 68

    Here ye, here he, apt users!
    As of JDK 7 build 68, apt and its API are deprecated and both are planned for removal in the next major JDK release following JDK 7.
    As the lead engineer for both apt and the standardized annotation processing in JSR 269, the JSR 269 API and tool experience with javac should be uniformly better than apt; the newer API is easier to use, more flexible, and should run faster as well. I unconditionally recommend transitioning to the JSR 269 API and javac for all your annotation processing needs.
    More information on transitioning from apt to javac can be found in this blog entry:
    http://blogs.sun.com/darcy/entry/an_apt_replacement

    Great to see that you posted the information here.

  • Hi,I have uploaded an app build for pre release  and its still under processing So i uploaded a new build but still the issues is not resolved.Please help...Thanks

    Hi,
    I have uploaded an app build for pre release  and its still under processing So i uploaded a new build but still the issues is not resolved.
    Please help...
    Thanks

    Hi smithin, 
    Thanks for visiting Apple Support Communities. 
    It sounds like you've submitted an iOS application to the App Store, which is being processed, but there's an unresolved issue.
    For additional help with this situation, Apple Developers can use the contact methods on this page:
    https://developer.apple.com/contact/
    All the best,
    Jeremy 

  • [SOLVED (finally!)] gaphor and its installation complications...

    Hello, fellow PKGBUILD-writers (and everyone who wants to join, too ).
    As some of you have noticed, the UML drawing tool gaphor in AUR has been pretty outdated for quite some time and quite a few seem to have tried to get the latest version up and running, without much success as it seems.
    I've tried it, too. This is the provisional result so far:
    pkgname=gaphor
    pkgver=0.12.0
    pkgrel=1
    pkgdesc="An easy to use modeling environment for UML design"
    arch=('i686' 'x86_64')
    url="http://gaphor.sourceforge.net"
    license=('GPL')
    depends=('gnome-python' 'pycairo' 'pygtk')
    makedepends=('setuptools>=0.6c5')
    source=(http://pypi.python.org/packages/source/g/gaphor/$pkgname-$pkgver.tar.gz)
    md5sums=('b3d38423def933b2a420257255ac07f9')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    python setup.py install --root=$startdir/pkg --prefix=/usr || return 1
    The situation: Sometimes, it builds, and sometimes not.
    If I remove and then reinstall setuptools, it builds, but does not run, and if I then try to rebuild the package via makepkg (even after removing the src and pkg directories), it doesnt build any more, with the following error:
    ==> Starting build()...
    warning: no files found matching 'ez_setup.py'
    warning: no files found matching 'unit_tests/*/*/*/*/*.py'
    zip_safe flag not set; analyzing archive contents...
    nose.util: module references __file__
    nose.importer: module references __file__
    nose.importer: module references __path__
    nose.suite: module references __path__
    nose.loader: module references __path__
    nose.inspector: module MAY be using inspect.findsource
    nose.plugins.doctests: module references __file__
    nose.plugins.cover: module references __file__
    nose.ext.dtcompat: module references __file__
    nose.ext.dtcompat: module MAY be using inspect.getsourcefile
    Installed /home/demichan/abs/my-local/gaphor/src/gaphor-0.12.0/nose-0.10.0b1-py2.5.egg
    /usr/lib/python2.5/site-packages/setuptools/dist.py:245: UserWarning: Module nose was already imported from /tmp/easy_install-BCOnz1/nose-0.10.0b1/nose/__init__.py, but /home/demichan/abs/my-local/gaphor/src/gaphor-0.12.0/nose-0.10.0b1-py2.5.egg is being added to sys.path
    working_set.add(dist)
    running install
    running build
    running build_py
    creating build
    creating build/lib
    creating build/lib/gaphor
    copying gaphor/event.py -> build/lib/gaphor
    copying gaphor/action.py -> build/lib/gaphor
    copying gaphor/__init__.py -> build/lib/gaphor
    copying gaphor/parser.py -> build/lib/gaphor
    copying gaphor/storage.py -> build/lib/gaphor
    copying gaphor/application.py -> build/lib/gaphor
    copying gaphor/transaction.py -> build/lib/gaphor
    copying gaphor/core.py -> build/lib/gaphor
    copying gaphor/i18n.py -> build/lib/gaphor
    copying gaphor/interfaces.py -> build/lib/gaphor
    creating build/lib/gaphor/diagram
    copying gaphor/diagram/component.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/artifact.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/action.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/generalization.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/__init__.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/comment.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/textelement.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/elementitem.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/usecase.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/association.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/message.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/include.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/simpleitem.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/extension.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/commentline.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/extend.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/connector.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/nameditem.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/style.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/items.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/diagramline.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/font.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/flow.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/diagramitem.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/classifier.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/interaction.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/activitynodes.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/actor.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/dependency.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/lifeline.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/klass.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/package.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/node.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/implementation.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/interface.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/interfaces.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/feature.py -> build/lib/gaphor/diagram
    copying gaphor/diagram/objectnode.py -> build/lib/gaphor/diagram
    creating build/lib/gaphor/misc
    copying gaphor/misc/signal.py -> build/lib/gaphor/misc
    copying gaphor/misc/odict.py -> build/lib/gaphor/misc
    copying gaphor/misc/__init__.py -> build/lib/gaphor/misc
    copying gaphor/misc/aspects.py -> build/lib/gaphor/misc
    copying gaphor/misc/gidlethread.py -> build/lib/gaphor/misc
    copying gaphor/misc/console.py -> build/lib/gaphor/misc
    copying gaphor/misc/ipair.py -> build/lib/gaphor/misc
    copying gaphor/misc/logger.py -> build/lib/gaphor/misc
    copying gaphor/misc/partial.py -> build/lib/gaphor/misc
    copying gaphor/misc/errorhandler.py -> build/lib/gaphor/misc
    copying gaphor/misc/xmlwriter.py -> build/lib/gaphor/misc
    copying gaphor/misc/rattr.py -> build/lib/gaphor/misc
    copying gaphor/misc/uniqueid.py -> build/lib/gaphor/misc
    copying gaphor/misc/conf.py -> build/lib/gaphor/misc
    creating build/lib/gaphor/services
    copying gaphor/services/adapterloader.py -> build/lib/gaphor/services
    copying gaphor/services/copyservice.py -> build/lib/gaphor/services
    copying gaphor/services/__init__.py -> build/lib/gaphor/services
    copying gaphor/services/diagramexportmanager.py -> build/lib/gaphor/services
    copying gaphor/services/actionmanager.py -> build/lib/gaphor/services
    copying gaphor/services/filemanager.py -> build/lib/gaphor/services
    copying gaphor/services/properties.py -> build/lib/gaphor/services
    copying gaphor/services/undomanager.py -> build/lib/gaphor/services
    copying gaphor/services/helpservice.py -> build/lib/gaphor/services
    copying gaphor/services/guimanager.py -> build/lib/gaphor/services
    creating build/lib/gaphor/adapters
    copying gaphor/adapters/grouping.py -> build/lib/gaphor/adapters
    copying gaphor/adapters/relationships.py -> build/lib/gaphor/adapters
    copying gaphor/adapters/propertypages.py -> build/lib/gaphor/adapters
    copying gaphor/adapters/__init__.py -> build/lib/gaphor/adapters
    copying gaphor/adapters/connectors.py -> build/lib/gaphor/adapters
    copying gaphor/adapters/editors.py -> build/lib/gaphor/adapters
    creating build/lib/gaphor/UML
    copying gaphor/UML/event.py -> build/lib/gaphor/UML
    copying gaphor/UML/element.py -> build/lib/gaphor/UML
    copying gaphor/UML/__init__.py -> build/lib/gaphor/UML
    copying gaphor/UML/diagram.py -> build/lib/gaphor/UML
    copying gaphor/UML/uml2.py -> build/lib/gaphor/UML
    copying gaphor/UML/properties.py -> build/lib/gaphor/UML
    copying gaphor/UML/elementfactory.py -> build/lib/gaphor/UML
    copying gaphor/UML/collection.py -> build/lib/gaphor/UML
    copying gaphor/UML/umllex.py -> build/lib/gaphor/UML
    copying gaphor/UML/interfaces.py -> build/lib/gaphor/UML
    creating build/lib/gaphor/ui
    copying gaphor/ui/accelmap.py -> build/lib/gaphor/ui
    copying gaphor/ui/namespace.py -> build/lib/gaphor/ui
    copying gaphor/ui/propertyeditor.py -> build/lib/gaphor/ui
    copying gaphor/ui/event.py -> build/lib/gaphor/ui
    copying gaphor/ui/diagramtab.py -> build/lib/gaphor/ui
    copying gaphor/ui/wrapbox.py -> build/lib/gaphor/ui
    copying gaphor/ui/__init__.py -> build/lib/gaphor/ui
    copying gaphor/ui/toolbox.py -> build/lib/gaphor/ui
    copying gaphor/ui/diagramtools.py -> build/lib/gaphor/ui
    copying gaphor/ui/toplevelwindow.py -> build/lib/gaphor/ui
    copying gaphor/ui/groupingtools.py -> build/lib/gaphor/ui
    copying gaphor/ui/diagramview.py -> build/lib/gaphor/ui
    copying gaphor/ui/stock.py -> build/lib/gaphor/ui
    copying gaphor/ui/mainwindow.py -> build/lib/gaphor/ui
    copying gaphor/ui/diagramtoolbox.py -> build/lib/gaphor/ui
    copying gaphor/ui/diagrampainters.py -> build/lib/gaphor/ui
    copying gaphor/ui/consolewindow.py -> build/lib/gaphor/ui
    copying gaphor/ui/interfaces.py -> build/lib/gaphor/ui
    creating build/lib/gaphor/plugins
    copying gaphor/plugins/__init__.py -> build/lib/gaphor/plugins
    creating build/lib/gaphor/tests
    copying gaphor/tests/__init__.py -> build/lib/gaphor/tests
    copying gaphor/tests/test_application.py -> build/lib/gaphor/tests
    copying gaphor/tests/test_action.py -> build/lib/gaphor/tests
    copying gaphor/tests/testcase.py -> build/lib/gaphor/tests
    copying gaphor/tests/test_storage.py -> build/lib/gaphor/tests
    creating build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_association.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_style.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_activitynodes.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_simpleitem.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_message.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/__init__.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_diagramitem.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_interfaces.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_class.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_action.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_objectnode.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_flow.py -> build/lib/gaphor/diagram/tests
    copying gaphor/diagram/tests/test_interface.py -> build/lib/gaphor/diagram/tests
    creating build/lib/gaphor/adapters/tests
    copying gaphor/adapters/tests/test_connector.py -> build/lib/gaphor/adapters/tests
    copying gaphor/adapters/tests/__init__.py -> build/lib/gaphor/adapters/tests
    copying gaphor/adapters/tests/test_editor.py -> build/lib/gaphor/adapters/tests
    creating build/lib/gaphor/UML/tests
    copying gaphor/UML/tests/test_properties.py -> build/lib/gaphor/UML/tests
    copying gaphor/UML/tests/test_elementfactory.py -> build/lib/gaphor/UML/tests
    copying gaphor/UML/tests/__init__.py -> build/lib/gaphor/UML/tests
    copying gaphor/UML/tests/test_umllex.py -> build/lib/gaphor/UML/tests
    copying gaphor/UML/tests/test_uml2.py -> build/lib/gaphor/UML/tests
    creating build/lib/gaphor/ui/tests
    copying gaphor/ui/tests/test_namespace.py -> build/lib/gaphor/ui/tests
    copying gaphor/ui/tests/__init__.py -> build/lib/gaphor/ui/tests
    copying gaphor/ui/tests/test_handletool.py -> build/lib/gaphor/ui/tests
    copying gaphor/ui/tests/test_consolewindow.py -> build/lib/gaphor/ui/tests
    copying gaphor/ui/tests/test_diagramtab.py -> build/lib/gaphor/ui/tests
    copying gaphor/ui/tests/test_mainwindow.py -> build/lib/gaphor/ui/tests
    copying gaphor/ui/tests/test_diagramtoolbox.py -> build/lib/gaphor/ui/tests
    creating build/lib/gaphor/plugins/xmiexport
    copying gaphor/plugins/xmiexport/__init__.py -> build/lib/gaphor/plugins/xmiexport
    copying gaphor/plugins/xmiexport/exportmodel.py -> build/lib/gaphor/plugins/xmiexport
    creating build/lib/gaphor/plugins/pynsource
    copying gaphor/plugins/pynsource/pynsource.py -> build/lib/gaphor/plugins/pynsource
    copying gaphor/plugins/pynsource/__init__.py -> build/lib/gaphor/plugins/pynsource
    copying gaphor/plugins/pynsource/keywords.py -> build/lib/gaphor/plugins/pynsource
    copying gaphor/plugins/pynsource/engineer.py -> build/lib/gaphor/plugins/pynsource
    creating build/lib/gaphor/plugins/alignment
    copying gaphor/plugins/alignment/__init__.py -> build/lib/gaphor/plugins/alignment
    creating build/lib/gaphor/plugins/liveobjectbrowser
    copying gaphor/plugins/liveobjectbrowser/__init__.py -> build/lib/gaphor/plugins/liveobjectbrowser
    copying gaphor/plugins/liveobjectbrowser/browser.py -> build/lib/gaphor/plugins/liveobjectbrowser
    creating build/lib/gaphor/plugins/checkmetamodel
    copying gaphor/plugins/checkmetamodel/__init__.py -> build/lib/gaphor/plugins/checkmetamodel
    copying gaphor/plugins/checkmetamodel/checkmodel.py -> build/lib/gaphor/plugins/checkmetamodel
    copying gaphor/plugins/checkmetamodel/checkmodelgui.py -> build/lib/gaphor/plugins/checkmetamodel
    creating build/lib/gaphor/plugins/diagramlayout
    copying gaphor/plugins/diagramlayout/__init__.py -> build/lib/gaphor/plugins/diagramlayout
    copying gaphor/plugins/diagramlayout/toposort.py -> build/lib/gaphor/plugins/diagramlayout
    running egg_info
    writing requirements to gaphor.egg-info/requires.txt
    writing gaphor.egg-info/PKG-INFO
    writing top-level names to gaphor.egg-info/top_level.txt
    writing dependency_links to gaphor.egg-info/dependency_links.txt
    writing entry points to gaphor.egg-info/entry_points.txt
    reading manifest file 'gaphor.egg-info/SOURCES.txt'
    writing manifest file 'gaphor.egg-info/SOURCES.txt'
    copying gaphor/transaction.txt -> build/lib/gaphor
    copying gaphor/diagram/README -> build/lib/gaphor/diagram
    creating build/lib/gaphor/services/tests
    copying gaphor/services/tests/test_actionmanager.py -> build/lib/gaphor/services/tests
    copying gaphor/services/tests/test_copyservice.py -> build/lib/gaphor/services/tests
    copying gaphor/services/tests/test_diagramexportmanager.py -> build/lib/gaphor/services/tests
    copying gaphor/services/tests/test_filemanager.py -> build/lib/gaphor/services/tests
    copying gaphor/services/tests/test_properties.py -> build/lib/gaphor/services/tests
    copying gaphor/services/tests/test_undomanager.py -> build/lib/gaphor/services/tests
    copying gaphor/UML/uml2.gaphor -> build/lib/gaphor/UML
    copying gaphor/UML/uml2.override -> build/lib/gaphor/UML
    copying gaphor/ui/icons.xml -> build/lib/gaphor/ui
    creating build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/action24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/activityfinalnode.xcf -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/activityfinalnode24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/actor24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/artifact.xcf -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/artifact24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/assembly-connector.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/assembly-connector.svg -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/association24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/attribute24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/box24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/class.svg -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/class24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/comment24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/commentline24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/component.xcf -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/component24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/connector.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/connector.svg -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/controlflow24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/decisionnode24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/dependency24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/diagram16.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/ellipse24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/extend24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/extension24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/flowfinalnode.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/flowfinalnode.svg -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/forknode.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/forknode.svg -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/generalization24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/implementation24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/include24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/initialnode24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/interaction.xcf -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/interaction24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/interface24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/lifeline.xcf -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/lifeline24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/line24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/logo.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/message24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/node.xcf -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/node24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/objectnode.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/objectnode.svg -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/operation24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/operations.xcf -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/package.svg -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/package24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/pointer.xcf -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/pointer24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/profile24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/stereotype24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/uml_icons.xcf -> build/lib/gaphor/ui/pixmaps
    copying gaphor/ui/pixmaps/usecase24.png -> build/lib/gaphor/ui/pixmaps
    copying gaphor/plugins/pynsource/Readme.txt -> build/lib/gaphor/plugins/pynsource
    creating build/lib/gaphor/plugins/diagramlayout/tests
    copying gaphor/plugins/diagramlayout/tests/test_diagramlayout.py -> build/lib/gaphor/plugins/diagramlayout/tests
    running build_mo
    creating build/lib/gaphor/data
    creating build/lib/gaphor/data/locale
    creating build/lib/gaphor/data/locale/ca
    creating build/lib/gaphor/data/locale/ca/LC_MESSAGES
    converting po/ca.po -> build/lib/gaphor/data/locale/ca/LC_MESSAGES/gaphor.mo
    creating build/lib/gaphor/data/locale/es
    creating build/lib/gaphor/data/locale/es/LC_MESSAGES
    converting po/es.po -> build/lib/gaphor/data/locale/es/LC_MESSAGES/gaphor.mo
    creating build/lib/gaphor/data/locale/nl
    creating build/lib/gaphor/data/locale/nl/LC_MESSAGES
    converting po/nl.po -> build/lib/gaphor/data/locale/nl/LC_MESSAGES/gaphor.mo
    creating build/lib/gaphor/data/locale/sv
    creating build/lib/gaphor/data/locale/sv/LC_MESSAGES
    converting po/sv.po -> build/lib/gaphor/data/locale/sv/LC_MESSAGES/gaphor.mo
    running build_uml
    generating gaphor/UML/uml2.py from gaphor/UML/uml2.gaphor...
    (warnings can be ignored)
    Traceback (most recent call last):
    File "setup.py", line 195, in <module>
    **platform_setup
    File "/usr/lib/python2.5/distutils/core.py", line 151, in setup
    dist.run_commands()
    File "/usr/lib/python2.5/distutils/dist.py", line 974, in run_commands
    self.run_command(cmd)
    File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
    cmd_obj.run()
    File "/usr/lib/python2.5/site-packages/setuptools/command/install.py", line 56, in run
    return _install.run(self)
    File "/usr/lib/python2.5/distutils/command/install.py", line 506, in run
    self.run_command('build')
    File "/usr/lib/python2.5/distutils/cmd.py", line 333, in run_command
    self.distribution.run_command(command)
    File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
    cmd_obj.run()
    File "/usr/lib/python2.5/distutils/command/build.py", line 112, in run
    self.run_command(cmd_name)
    File "/usr/lib/python2.5/distutils/cmd.py", line 333, in run_command
    self.distribution.run_command(command)
    File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
    cmd_obj.run()
    File "./utils/command/build_uml.py", line 44, in run
    self.generate_uml2()
    File "./utils/command/build_uml.py", line 62, in generate_uml2
    gen_uml.generate(model, outfile, overrides)
    File "./utils/command/gen_uml.py", line 326, in generate
    all_elements = parse(filename)
    File "./gaphor/parser.py", line 301, in parse
    for x in parse_generator(filename, loader):
    File "./gaphor/parser.py", line 318, in parse_generator
    for percentage in parse_file(filename, parser):
    File "./gaphor/parser.py", line 326, in parse_file
    if isinstance(filename, file):
    TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types
    ==> ERROR: Build Failed. Aborting...
    And as far as the sometimes build but always defect package is concerned:
    $ gaphor
    Traceback (most recent call last):
    File "/usr/bin/gaphor", line 5, in <module>
    from pkg_resources import load_entry_point
    File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2479, in <module>
    working_set.require(__requires__)
    File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 585, in require
    needed = self.resolve(parse_requirements(requirements))
    File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 483, in resolve
    raise DistributionNotFound(req) # XXX put more info here
    pkg_resources.DistributionNotFound: zope.testing>=3.3.0
    The gaphor homepage itself states only python, pygtk, pycairo and setuptools as dependencies, mentioning that "Python dependencies will be downloaded when you install Gaphor".
    But the the same site also mentions Gaphas (Gaphor's canvas component), but not as a dependency...
    Anyhow I've made a package for it and sent it to AUR.
    But even installing this package couldn't convince gaphor to think over its obstinate behavior.
    The error message above also mentions zope, but installing zope-3.3.1 didn't have any effect at all.
    Anybody any ideas how to get gaphor running again?
    Thanks in advance!
    Last edited by G_Syme (2007-12-22 16:57:32)

    Good evening,
    I've finally succeeded to make a package for gaphor, or to be more precise, make packages for all the new dependencies.
    The missing dependencies are all in AUR now, and I've also left a comment for encelo on the gaphor AUR page containing the new PKGBUILD.
    But as encelo has marked himself inactive, maybe some TU wants to update the package in the meantime until he/she returns.
    And this is how it looks now:
    pkgname=gaphor
    pkgver=0.12.4
    pkgrel=1
    pkgdesc="An easy to use modeling environment for UML design"
    arch=('i686' 'x86_64')
    url="http://gaphor.sourceforge.net"
    license=('GPL')
    depends=('gaphas' 'pycairo' 'python-decorator' 'pygtk' \
    'zope-component' 'zope-deferredimport' 'zope-deprecation' \
    'zope-event' 'zope-interface' 'zope-proxy' 'zope-testing')
    makedepends=('setuptools>=0.6c5')
    source=(http://pypi.python.org/packages/source/g/$pkgname/$pkgname-$pkgver.tar.gz)
    md5sums=('0ee1d17d4fb75a7113b1e496c3c31372')
    sha512sums=('a31073ee237b53b626f17d4e99f4211a1a660659f965569a9639705d084de291254ffb44cfab93d0e19fc43b54c579acf62523430154c5f872d30cf1d1de25fb')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    python setup.py install --root=$startdir/pkg --prefix=/usr || return 1
    Happy hacking to you all!

  • Unable to build and run Javapetstore using  Sun SDK from Command Line

    Hi,
    Here is a problem I?ve come across building and running JavaPetstore from Command Line using Ant.
    It shows that Build is successful but there is an error message in very beginning:
    ?Unable to locate tools. jar. Expected to find it in C:\Program Files\Java\jre 1.5.0_11\lib\tools.jar?
    But there is no such a file in jre-1.5.0_11 or previous versions.
    The only place where the file with such name can be found is jdk\lib.
    All attempts to run end up with:
    ? BUILD FAILED.
    C:\<PETSTORE_HOME>\bp-project\command-line-ant-task.xml:77;unable to find javac compiler;com.sun.tools.javac.Main is not on the class path.
    Perhaps JAVA_HOME does not point to JDK."
    Directories C:\Sun\SDK\bin and C:\Sun\SDK\jdk are in the PATH.
    JAVA_HOME as a System variable is set up to C:\Sun\SDK\jdk.
    Building and running other applications like a BluePrints or Samples bring to same result.
    I will post more information if needed.
    Thank you in advance for help.

    If you are using Windows XP:
    1. Right click on my computer
    2. Select Properties from the popup dialog
    3. Click on the "Advanced" tab
    4. Click the button towards the bottom that says "Environment Variables"
    5. In the dialog that pops up, look in both the User variables and the System variables for a variable named CLASSPATH
    6. If its not there, you need to create it. If you want to make it available to all users of your computer, create it as a System variable. If you only want it to be available to the current user, add it as a User variable.
    7. If it is there, or if you just created it, it needs to contain the following values: the current directory (symbolically abbreviated as a period: "."), any class libraries you want to be available to the java compiler (javac) or the java interpreter (java). By default, jre/lib and jre/lib/ext are searched for classes, so you don't need to include anything located in one of these folders on the classpath.

  • The view instance name of the table and its columns cannot be null.ERROR

    Currently I am working in OTL Approval Workflow. After submitting the time card, When i open the notification from status monitor, the following error occurred. Could anyone please help in this regard.
    The view instance name of the table and its columns cannot be null.*
    Please find below the full exception details.
    Workflow Builder 2.6
    Oracle Instance 12.1.3
    Logout
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: The view instance name of the table and its columns cannot be null. Region in error: (Hxcsummary); Application ID: (809); Item in error: (). Please specify a view instance for the table region or the item in question.
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)
    at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3247)
    at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3042)
    at OA.jspService(_OA.java:228)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    at OA.jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: The view instance name of the table and its columns cannot be null. Region in error: (Hxcsummary); Application ID: (809); Item in error: (). Please specify a view instance for the table region or the item in question.
    at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.initViewUsageName(OAWebBeanTableHelper.java:330)
    at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.getViewObject(OAWebBeanTableHelper.java:849)
    at oracle.apps.fnd.framework.webui.OAWebBeanBaseTableHelper.getRowSetToPush(OAWebBeanBaseTableHelper.java:534)
    at oracle.apps.fnd.framework.webui.OAWebBeanBaseTableHelper.initViewRange(OAWebBeanBaseTableHelper.java:117)
    at oracle.apps.fnd.framework.webui.OATableHelper.preRender(OATableHelper.java:2301)
    at oracle.apps.fnd.framework.webui.beans.table.OATableBean.render(OATableBean.java:639)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
    at oracle.cabo.ui.laf.swan.desktop.ContentRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
    at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.oracle.desktop.PageLayoutRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.BodyRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.render(OABodyBean.java:403)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.partial.PartialPageUtils.renderPartialPage(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.render(OAPageBean.java:3591)
    at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3237)
    at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3042)
    at OA.jspService(_OA.java:228)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    at OA.jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    oracle.apps.fnd.framework.OAException: The view instance name of the table and its columns cannot be null. Region in error: (Hxcsummary); Application ID: (809); Item in error: (). Please specify a view instance for the table region or the item in question.
    at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.initViewUsageName(OAWebBeanTableHelper.java:330)
    at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.getViewObject(OAWebBeanTableHelper.java:849)
    at oracle.apps.fnd.framework.webui.OAWebBeanBaseTableHelper.getRowSetToPush(OAWebBeanBaseTableHelper.java:534)
    at oracle.apps.fnd.framework.webui.OAWebBeanBaseTableHelper.initViewRange(OAWebBeanBaseTableHelper.java:117)
    at oracle.apps.fnd.framework.webui.OATableHelper.preRender(OATableHelper.java:2301)
    at oracle.apps.fnd.framework.webui.beans.table.OATableBean.render(OATableBean.java:639)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
    at oracle.cabo.ui.laf.swan.desktop.ContentRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
    at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.oracle.desktop.PageLayoutRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.BodyRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.render(OABodyBean.java:403)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.partial.PartialPageUtils.renderPartialPage(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.render(OAPageBean.java:3591)
    at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3237)
    at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3042)
    at OA.jspService(_OA.java:228)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    at OA.jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Logout

    Hi;
    I suggest close your issue here as answered than move your issue Forum Home » Database » Workflow which is Workflow dedicated forum site.
    Regard
    Helios

  • Diff: Version on workflow builder and Maintain Active Plan version on SWU3

    Group,
    Can any one help me to understand the Version on workflow builder and Maintain Active Plan version on SWU3
    Thanks in advance !
    Richard A

    Dear Richard Antony,
    The Versioning in the Workflow is very important its some what simmilar to the version on any SAP Objets like Tables, Program etc.
    Here Suppose any change comes in working workflow, then in stead of directly change them you can create a version of them and them modify it. So that you can reverst back to that version if required.
    Like wise there is lots of importance of versioning Workflow.
    The Active Plan version is also important to establish at SWU3. As all the Workflow is using Organization management which is very depended on the Active Plan version. so based on which Plan version you want to use you can Provide in SWU3 to tell Workflow system to use this.
    Hope this will give you a clear picture.
    Regards,
    Chandrashekhar.

  • Views on CF Report Builder and Crystal Report

    Dear all,
    I would like to get your opinions on CF Report Builder and
    Crystal Report.
    As we all know, CF Report Builder is a new reporting tool.
    But I find it very difficult to design a complex report maybe due
    to limitation in its functionalities. Sometimes the tool shutdowns
    by itself without any warning and reason. But the output is nicely
    presented on a flash paper / pdf and it can be run on non-MS
    platforms.
    On the other hand, Crystal Report is a more matured product
    but runs only on MS platform. It is very easy to use and very
    powerful. I have been using it for almost 10 years. But the output
    is not nicely presented on the web browser unless if we purchase
    Crystal Report Enterprise to generate the report which is very
    costly.
    Can you all share your views? I need to make decision which
    tool(s) to use. Really appreciate it.
    Cheers,
    Keiko

    Hi Keiko,
    Yes, CF Report builder is new and initially there was few
    issues with this. But I guess now it's good after hotfixes.
    Well, I am using CF Report Builder. It's good for me. You can
    also design and develop complex reports, that depends upon the
    query you are writing. You can also add subreports to your main
    reports.
    Mainly CF Report is platform independent and you can also
    generate reports in PDF, EXCEL and FlashPaper.
    Crystal Report is no doubt is very good, and it's there for
    long years. I agree you can create complex reports with this, but
    you also can do the same in CF also. You are using this for last 10
    years, so I guess you should try something new and that is CF
    Report Builder and you can judge then.
    I am sure you will have fun with CF.
    Thanks
    Sankalan
    (www.mindfiresolutions.com)

  • Help needed on "Archiving in R/3 and its impact"

    Hi All,
    I will be pleased if Any one who can guide me or send me a document on "Archiving in R/3 and its impact"
    Thanks in advance.

    i don't remember such a document ...
    some extractors like lo cockpit 11 and 13 can extract data from archive, but most of the extractors can't.
    the workaround is, to reload the data from archive in a new r3 table and build an generic extractor on it. then you can load the data to bw. after that you can refresh the table.
    i also heard of direct loading from archive, but i never tried.

  • How do I install and build and extension with extension builder 2.1?

    Honestly, I am beyond frustrated right now.
    1. Extension Builder 3 - This will only install and run with Eclipse. JRE 1.7.
    This only allows me to use Extendscript to write scripts with. Extendscript is so frustrating to use. It seems like there are a lot of missing properties for working with color models in illustrator. The documentation is also terrible for Extendscript. Something that seems like it would be simple to do like export an RGB JPEG is impossible to spec out in the EXPORT JPEG settings. Its also impossible to set the color space of a NEW AI document unless you use the add(); instead of addDocument(); There are conflicting incomplete properties of both methods. If you use one, one set of settings is missing if you use the other another set is missing... WHAT IS SOMEONE SUPPOSED TO DO???
    2. Flash Builder 4.7 will not run Extension Builder 3.
    3. I bought Extension Builder 2.1 which is supposed to install Flash Builder 4.6, but the installation keeps failing right at the end. This apparently also requires that you use JRE 1.6 which is not compatible with Mavericks.
    This all seems impossible... how in the heck are people learning how to do build extensions, its a surprise that any exist at all. If they do They are likely not building them with the Adobe tools. I know enough about code to be dangerous but don't have a doctorate in troubleshooting all of these compatibility, and documentation issues.
    All I want to do is write an extension, or a script that allows me to
    1. copy the art from two layers.
    2. color the background of the AI document to the background color of the original document
    3. resize art from both layers to fit on a 216 x 216 pixel square.
    4. Save the document as a: JPEG - ANTI-ALIAS SUPER SAMPLED - 150 DPI - RGB - MEDIUM QUALITY - CLIP TO ARTBOARD - WITH THE SAME NAME AS THE ORIGINAL FILE
    I AM AT MY WITS END WITH THIS WHOLE PROCESS. I AM ABOUT TO GIVE UP UNLESS SOMEONE CAN HELP GIVE ME A LITTLE INSIGHT.

    Hi,
    First of all, remember that Extension Builder 2.1 only supports building Flash based extensions which have been phased out. If you are building extensions for Creative Cloud and beyond, you should use HTML5. See more info here: Introducing HTML5 extensions | Adobe Developer Connection
    The installation is probably failing because you have some leftovers from a previous installation. The installer will detect if you have Flash Builder 4.5 or Flash Builder 4.6 installed (NOT Flash Builder 4.7). If it finds that you have Flash Builder 4.5/4.6 installed, it will attempt to install the plugin on top of it. If it does not detect Flash Builder 4.5/4.6, it will install Flash Builder 4.6 Premium.
    I highly recommend you look into the new HTML5 extensibility. Here you can find tons of resources: Adobe CEP Resources by Adobe-CEP
    Best regards,
    Hallgrimur

  • Could not see Diemensions and its Members  in Member Selection Dialog.

    Hi friends,
    I have an issue while trying to retrieve cube's data through a Member Selection Dialog using Application Builder.NET 9.2 APIs.
    I could able to sign on and could able to select the cube but the Dimensions and its members are shown empty. Iam developing this applicaiton on VisualStudio 2003 with Application Builder 9.2 and EDS 9.2. I could see the cube's data in Member Seletion Dialog when trying through a Spreadsheet client(exel sheet) but cannot see in MemberSelection Dialog in ApplnBuilder.NET application.Iam trying to populate the data into ListBox and DropDownList controls through respective adapters using HABNET 9.2 APIs. It would be great help if some one through light on the issue.
    Below is the log for Analytic High Availability Serverices.
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: get domain store object names (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list analytic services applications (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: open cube view (from user demoadmin session number 0)
    Opening cube view on demodrive/Demo/Basic , demoadmin...
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: get cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: set cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: close cube view (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:56:26 IST 2010 - Service using TCP/IP
    Request: open cube view (from user demoadmin session number 0)
    Opening cube view on demodrive/DMDemo/Basic , demoadmin...
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: close cube view (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get analytic services application Information (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get analytic services application state (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube state (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube note (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get alias (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: list aliases (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube information (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: open cube outline (from user demoadmin session number 0)
    Opening outline on demodrive/DMDemo/Basic for user demoadmin...
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: get child member names (from user demoadmin session number 0)
    Error in processing request:
    null
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: close cube outline (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)

    Thanks everyone for replying to this message. We could never find a viable solution so we decided to re-image the computers/laptops of the handful of users with this issue. This seemed to do the trick. At this point we think that there was something interfering on the specific machines that we could not identify.
    Roman

  • How to display rich content with URL in adobe flash builder and flex for mobile apps?

    Hi,
      In Apple IOS SDK, I used the WebView control to display the rich text with Bullets, different font style, images within the text and the URLs also within the text as HTML content.
    Clicking on the URLs automatically opens the respective webpage in Safari.
    In Adobe Flash Builder, I don't see any control straight away equivalent to Apple WebView control.
    How to implement the same using adobe and flex?

    Thanks for your reply, its nice to know its not just me.
    the error i got when submitting to the App store where due to native support for IPHONE 5 which is now mandatory (from May 1st), looking around the internet the common soloution seemed to be upgrading to Air 3.7.
    The strange erorrs on 3.7 revolve around compiling a standard / production build (fast build works fine)
    the error is always the same (snippet shown below):
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "__ZN7avmplus8Debugger9debugLineEi", referenced from:
          __ZN7avmplus9MethodEnv9debugExitEPNS_13CallStackNodeE in AOTBuildOutput-4.o
          __ZN7avmplus11BaseExecMgr22debugEnterExitWrapperNEPNS_9MethodEnvEiPj in AOTBuildOutput-4.o
    I have completly failed to work out why, but my gut feeling is its something to do with how the mac is compiling the code in standard build and unable to find a library it needs.
    cheers
    Toby

  • NOT FOUND WCE2013 (update 5 or 11) Platform builder and Embedded App Builder in VS2013 update 4

    Hi MS MVP,
    I installed WCE2013 update 5 on VS2013 update 4 in Windows 7 Ultimate x64 successfully.
    However, Open VS2013, I cannot found BSP builder and App builder.
    I guess .net updates in Windows update causes the PROBLEM.
    I trialed some test case:
    - Install WCE2013 update5 on Win8.1 x64, VS2013 update2 : only see BSP builder in new project templates, BUT App builder missing. After upgrading VS2013 to update 4, BSP builder disappears in new project templates.
    - Install WCE2013 update5 on Win7 x64: not thing changes in VS2013 update4. Downgrade VS2013 to update2 gets similar failure.
    Please HELP!

    I didn't answered my question, but I got it to work without having to re-install.
    Delete all these files and folders from the eclipse/plugins and eclipse/features folder of your Flash Builder installation folder
    com.adobe.cslib
    com.adobe.inverurie
    com.adobe.xmp
    Open the CS Extension Builder plugin package
    Copy all .jar files from the plugin directory and paste them into the eclipse/plugins folder of the Flash Builder installation
    Copy all .jar files from the features directory and paste them into the eclipse/features folder of the Flash Builder installation
    Extract every jar (ex: com.adobe.cside.feature_2.0.0.4-33034.jar file is extracted into a com.adobe.cside.feature_2.0.0.4-33034 folder)
    Delete the .jar files
    Restart Flash Builder
    Everything works fine so far. There is a small glitch where the "CS Extension Builder Start Page" seems to miss its stylesheet, but the panel is working anyway. At this point, it's fine by me. And I'm still not able to uninstall the plugin with the "Installed Software" window (the button is grayed out).
    So much for being lazy. And for wanting to repair my mistakes, of course.

  • Problem in building and changes are not reflecting

    Hi Team,
    When I am building my DC, It is building without any errors,
    But it is not showing anything like build failed yes or no.
    I feel Its not building my DC,bcoz in tasks its not showing my DC name.
    When I deploy, It is deploying without any errors, but my changes are not effecting.
    What could be the problem ?
    Thanks in advance.
    Regards,
    Naresh

    Hi Ayyapparaj,
    Thank you very much for your reply.
    I have reverted the activity i have created for the DC, and deleted the activity.
    I have deleted that DC from my NWDS also.
    Now I have created the project again, with new activity.
    And made the changes, build and deploy.
    But still the changes are not effected.
    When I build my DC, It is not showing any errors in tasks,
    but My DC name is not there in tasks.
    I feel my Dc is not building at all.
    If some other user is created any activity on same DC but not checked in, then will create this kind of problem ??
    I am not sure , where it is going wrong?
    Its not showing like build failed---NO.
    Its not showing any errors also.
    Build is happening within 2 seconds.
    Can you please sort it out..??
    Thanks in advance.
    Regards,
    Naresh

Maybe you are looking for