Problems installing shutter with yaourt *RESOLVED*

So I'm trying to build shutter since IMO, it's the best linux screen capture software I've ever found.  My other laptop built it without issue (also Arch 64-bit).  However, this one keeps failing:
Install or build missing dependencies for perl-goo-canvas:
resolving dependencies...
looking for inter-conflicts...
Targets (1): goocanvas1-1.0.0-1
Total Installed Size: 1.78 MiB
Proceed with installation? [Y/n]
(1/1) checking package integrity [#######################] 100%
(1/1) loading package files [#######################] 100%
(1/1) checking for file conflicts [#######################] 100%
(1/1) checking available disk space [#######################] 100%
(1/1) installing goocanvas1 [#######################] 100%
==> Making package: perl-goo-canvas 0.06-2 (Tue May 22 18:18:43 MST 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading Goo-Canvas-0.06.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 103k 100 103k 0 0 98712 0 0:00:01 0:00:01 --:--:-- 376k
==> Validating source files with md5sums...
Goo-Canvas-0.06.tar.gz ... Passed
==> Extracting Sources...
-> Extracting Goo-Canvas-0.06.tar.gz with bsdtar
==> Starting build()...
sh: pkg-config: command not found
at Makefile.PL line 52
*** can not find package goocanvas
*** check that it is properly installed and available in PKG_CONFIG_PATH
at Makefile.PL line 52
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build perl-goo-canvas.
==> Restart building perl-goo-canvas ? [y/N]
As you can see, it installs the goocanvas1 package successfully, then procedes to not see it installed.  Anyone have any ideas how I can fix this?
Last edited by tlmiller (2012-05-23 02:20:05)

Thanks much!!  Once I saw that it was part of the base-devel meta package I realized I must never have installed that (could have sworn I had, but apparently not so much), fixed all my issues.  MUCHAS GRACIAS!!

Similar Messages

  • Problem install PSE11 with a MAC OS disc on MACBook Air

    problem install PSE11 with a MAC OS disc on MACBook Air   I've done the serial number, adobe ID, Option and now install "installation Progess" with a message Please close all of the following applications to continue:  Adobe Bridge CS4, Photoshop Elements (Adobe Photoshop elements)  I've checked to insure those are closed. Yes they are close - press "continue" but nothing happen.  HELP!

    Look in Activity Monitor (Applications>Utilities) to see if there are any adobe processes still running somewhere in the background.
    (Incidentally, just in case you're a new switcher--closing the window doesn't normally close the program on a mac, unlike windows. You must still quit the program itself.)

  • Problems installing Axis with WLS 8.1

    I'm having problems installing Apache Axis with WLS 8.1.
    I'm totally new to WLS, so this may be at the heart of the problem.
    I install Axis as per the installation instructions.
    These are the steps I followed:
    1. Installed the axis directory to
    C:\bea\weblogic81\samples\domains\examples\applications\axis2. Added xml-apis.jar and xercesImpl.jar to the AXISCLASSPATH ( the complete AXISCLASSPATH is
    C:\axis-1_2RC2\lib\wsdl4j.jar;C:\axis-1_2RC2\lib\axis-ant.jar;C:\axis-1_2RC2\lib\commons-discovery.jar;C:\axis-1_2RC2\lib\commons-logging.jar;C:\axis-1_2RC2\lib\jaxrpc.jar;C:\axis-1_2RC2\lib\log4j.properties;C:\axis-1_2RC2\lib\log4j-1.2.8.jar;C:\axis-1_2RC2\lib\saaj.jar;C:\axis-1_2RC2\lib\axis.jar;C:\javasoft\javamail-1.3.2\mail.jar;C:\javasoft\javamail-1.3.2\lib\smtp.jar;C:\javasoft\javamail-1.3.2\lib\mailapi.jar;C:\javasoft\javamail-1.3.2\lib\pop3.jar;C:\javasoft\javamail-1.3.2\lib\imap.jar;C:\javasoft\jaf-1.0.2\activation.jar;C:\javasoft\Xerces\xerces-2_5_0\xercesImpl.jar;C:\javasoft\Xerces\xerces-2_5_0\xml-apis.jar)3.Added weblogic.xml file to C:\bea\weblogic81\samples\domains\examples\applications\axis\WEB-INF\weblogic.xmlas per instructions with <prefer-web-inf-classes>true</prefer-web-inf-classes> 4. Started the examples server.
    5. I then tried to validate the installation as per intructions using <a href="http://localhost:7001/axis"></a>
    Everything looks OK with the Axis start page displayed.
    6. I then tried happyaxis.jsp . All needed components are present with saaj.jar being picked up from :
    Found SAAJ API (javax.xml.soap.SOAPMessage) at C:\bea\weblogic81\samples\domains\examples\examplesServer\.wlnotdelete\extract\examplesServer__appsdir_axis_dir_axis\jarfiles\WEB-INF\lib\saaj.jar7. I'm missing optional component xmlsec.jar
    8. Now the trouble starts!!!
    pretty much anything I try now comes back with:
    AXIS error
    Sorry, something seems to have gone wrong... here are the details:
    Exception - java.lang.NullPointerExceptionI get this if I try:
    <a href="http://localhost:8080/axis/services/Version?method=getVersion"></a>
    or
    <a href="http://localhost:7001/axis/services/AdminService?wsdl"></a>
    or
    <a href="http://localhost:7001/axis/services/Version?wsdl"></a>
    So, what's going wrong? I cant think what to do next. Please help! I need this to work fairly urgently.
    Nigel
    PS. here's the NP exception in detail
    java.lang.NullPointerException
            at weblogic.xml.jaxp.ChainingEntityResolver.popEntityResolver(ChainingEn
    tityResolver.java:61)
            at weblogic.xml.jaxp.RegistryDocumentBuilder.setEntityResolver(RegistryD
    ocumentBuilder.java:168)
            at org.apache.axis.utils.XMLUtils.releaseDocumentBuilder(XMLUtils.java:2
    35)
            at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:312)
            at org.apache.axis.utils.XMLUtils.StringToElement(XMLUtils.java:485)
            at org.apache.axis.AxisFault.addFaultDetail(AxisFault.java:654)
            at org.apache.axis.AxisFault.addHostname(AxisFault.java:888)
            at org.apache.axis.AxisFault.addHostnameIfNeeded(AxisFault.java:877)
            at org.apache.axis.AxisFault.initFromException(AxisFault.java:280)
            at org.apache.axis.AxisFault.<init>(AxisFault.java:181)
            at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
            at org.apache.axis.server.AxisServer.generateWSDL(AxisServer.java:487)
            at org.apache.axis.transport.http.QSWSDLHandler.invoke(QSWSDLHandler.jav
    a:62)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at org.apache.axis.transport.http.AxisServlet.processQuery(AxisServlet.j
    ava:1132)
            at org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:233
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
            at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBas
    e.java:301)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1006)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:419)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:315)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:6718)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    121)
            at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3764)
            at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2644)
            at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
            at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    I'm doing exactly the same thing (adding the xerces jars to my web-inf/lib), but happyaxis.jsp is saying the jar I'm using is invalid as follows:
    Error: Invalid version of SAAJ API found in D:\bea\weblogic81\server\lib\webservices.jar. Make sure that Axis' saaj.jar precedes D:\bea\weblogic81\server\lib\webservices.jar in CLASSPATH.
    Axis will not work.
    Maybe this worked in a previous release/SP? I'm using 8.1SP3. I've read some other post saying you cannot override stuff in the weblogic.jar, so I've tried to add the jars to the pre_classpath, which resolves the issue but I get a soap fault related to this thread. Any ideas?
    Thanks,
    Lou
    My weblogic.xml looks as follows:
    <weblogic-web-app>
    <jsp-descriptor>
    <!-- Comment the jspServlet param out to go back to weblogic's jspc -->
    <jsp-param>
    <param-name>jspServlet</param-name>
    <param-value>weblogic.servlet.WlwJSPServlet</param-value>
    </jsp-param>
    <jsp-param>
    <param-name>debug</param-name>
    <param-value>true</param-value>
    </jsp-param>
    </jsp-descriptor>
    <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    <url-match-map>
    weblogic.servlet.utils.SimpleApacheURLMatchMap
    </url-match-map>
    </weblogic-web-app>

  • Problem installing apps with iTunes!

    Hello!
    I have a big problem.I can't install apps using iTunes,because it shows me a message saying that the computer isn't authorized.But it is.Even after authorizing again,it shows the message again.If i install apps with appstore on my iphone,they work but as soon as i sync it with itunes the aplications stop working,i'm guessing because they aren't authorized.I tried everything,restoring my iphone,reseting it,uninstalling all my apple software and nothing.What should I do?

    Try these steps:
    The following steps will recreate the SC Info folder if it is unusable.
    Windows Vista or Windows 7:
    1. Open Computer from the Start menu.
    2. From the Organize menu, choose Folder and Search Options.
    3. Click the View tab.
    4. In the "Advanced settings" pane under "Hidden files and folders," make sure that the "Show hidden files and folders" option is selected.
    5. Click OK.
    6. Navigate to the following location by either typing it into the address bar, copying and pasting it into the address bar, or clicking through the folder hierarchy listed:
    C:\ProgramData\Apple Computer\iTunes
    7. Right-click the SC Info folder shown and on the shortcut menu, choose Delete.
    8. Restart the computer.

  • Trying to install AUR with yaourt without success. bug?

    can anybody have a look at this. trying to install Ardour3-svn from AUR. the package builds, but it fails to install. here the last lines: http://pastebin.com/xWgqnabW

    Please preface your commands with  LC_ALL=C so the output is in English...
    There have been some other threads with yaourt erroring out the same way. Try and build it with makepkg and see how you go.
    Edit: also, moving to AUR & PKGBUILDS

  • Problems installing PHP5 with oci8

    Hi!
    I know I've probably overlooked something completely obvious, but when following the instructions given in this site to install PHP5 with Oracle and Apache, when it comes to the 'make' command, I get the following error:
    /usr/local/php/php-5.2.4/ext/oci8/oci8.c: In function `php_oci_do_connect_ex':
    /usr/local/php/php-5.2.4/ext/oci8/oci8.c:1360: `OCI_STMT_CACHE' undeclared (first use in this function)
    /usr/local/php/php-5.2.4/ext/oci8/oci8.c:1360: (Each undeclared identifier is reported only once
    /usr/local/php/php-5.2.4/ext/oci8/oci8.c:1360: for each function it appears in.)
    /usr/local/php/php-5.2.4/ext/oci8/oci8.c:1393: `OCI_ATTR_STMTCACHESIZE' undeclared (first use in this function)
    make: *** [ext/oci8/oci8.lo] Error 1
    Obviously I'm missing some declaration, but cannot determine how...any ideas? BTW, I've searched the internet for an answer but have come up empty...
    Regards,
    DadaMungo
    Message was edited by:
    user601918

    Hi! Thanks, but yes, that's in order. A couple of questions, though:
    1. Does PHP5 work with Oracle 9.2? Would I need to upgrade to Oracle 10?
    2. I'm assuming that the definition for OCI_STMT_CACHE is to be found in the oci8 libraries and not in the PHP package. When I make a search for this, I come up empty. I'm wondering if I need to updgrade my oci8 libraries (currently with 9.2 package)?

  • [SOLVED] Problems triyng to install Catalyst with yaourt

    Buenas tardes:
    I´m trying to install Catalyst Catalyst-utils form yaourt, but always recive the same error with md5sums: "ati-driver-installer-10-12-x86.x86_64.run don´t pass the integrity verification" .
    I installed a few days ago in nother pc like this one and i don´t have any problem. I don´t know what to do, and i can´t find solution in google. Some help? (my english is horrible...) Gracias.
    Last edited by 7etc/ (2011-01-25 22:00:09)

    I,ve installed it form the repository. I think it´s the same packet, but doesn´t work fine. I know that´s a nonsense, but for example, the catayst control center doesn´t work. In any case, I´ve seen a few minutes ago a comment into the aur about that problem. Other users can´t install it today too.

  • Having a problem installing hfm from yaourt

    im trying to install hfm-net-sv a fah montioring program, and im having problems, i have tried downloading the pkg build manualy and running makepkg , but i still get the same error:
    [mark@markspc hfm]$ yaourt hfm-net-svn
    1 aur/hfm-net-svn 20-1 (1)
    Folding@Home monitor written in .NET/mono
    ==> Enter n° (separated by blanks, or a range) of packages to be installed
    ==> ----------------------------------------------
    ==>1
    ==> Resuming previous build
    ==> Downloading hfm-net-svn PKGBUILD from AUR...
    --2010-05-15 22:24:37-- http://aur.archlinux.org/packages/hfm-net-svn/hfm-net-svn.tar.gz
    Resolving aur.archlinux.org... 208.92.232.29
    Connecting to aur.archlinux.org|208.92.232.29|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 790 [application/x-tgz]
    Saving to: `hfm-net-svn.tar.gz'
    100%[============================================================================================================>] 790 --.-K/s in 0s
    2010-05-15 22:24:37 (310 MB/s) - `hfm-net-svn.tar.gz' saved [790/790]
    bsdtar: Removing leading '/' from member names
    x PKGBUILD
    First Submitted: Fri, 05 Jun 2009 02:19:03 +0000
    hfm-net-svn 20-1 : Folding@Home monitor written in .NET/mono
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit PKGBUILD = [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    n
    ==> hfm-net-svn dependencies:
    - mono (already installed)
    - subversion (already installed)
    - monodevelop (already installed)
    ==> Continue the building of hfm-net-svn = [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for hfm-net-svn:
    ==> Building and installing package
    ==> Yaourt has detected previous hfm-net-svn build. Do you want to use it (faster) = [Y/n]
    ==> ----------------------------------------------
    ==>n
    ==> hfm-net-svn dependencies:
    - mono (already installed)
    - subversion (already installed)
    - monodevelop (already installed)
    ==> Determining latest svn revision...
    -> Version found: 180
    ==> Making package: hfm-net-svn 180-1 x86_64 (Sat May 15 22:24:46 BST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    At revision 180.
    ==> SVN checkout done or server timeout
    ==> Starting make...
    MonoDevelop Build Tool
    Loading solution: ./HTMLparser2.sln
    Loading solution: ./HTMLparser2.sln
    Loading projects ..
    Building: HTMLparser2 (Release)
    Building Solution HTMLparser2
    Building: HTMLparserLibDotNet11 (Release)
    Performing main compilation...
    /usr/bin/gmcs /noconfig
    "/out:/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-buil
    d/HTMLparser2/bin/Release/HTMLparser.dll" "/r:System.dll"
    "/r:System.Data.dll" "/r:System.Xml.dll" /nologo /warn:4 /optimize+
    /codepage:utf8 "/define:TRACE" /t:library
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/AssemblyInfo.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/DynaString.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/FastHash.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/HTMLchunk.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/HTMLentities.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/HTMLheuristics.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/HTMLparser.cs"
    "/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTM
    Lparser2/TagParser.cs"
    Compilation succeeded - 4 warning(s)
    /tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTML
    parser2/HTMLparser.cs(948,53): warning CS0219: The variable
    `iLastCurPos' is assigned but its value is never used
    /tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTML
    parser2/HTMLparser.cs(902,37): warning CS0219: The variable
    `iQuadBytes' is assigned but its value is never used
    /tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTML
    parser2/HTMLparser.cs(166,22): warning CS0414: The private field
    `Majestic12.HTMLparser._bDecodeEntities' is assigned but its value is
    never used
    /tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HTML
    parser2/HTMLparser.cs(183,22): warning CS0414: The private field
    `Majestic12.HTMLparser._bDecodeMiniEntities' is assigned but its value
    is never used
    Build complete -- 0 errors, 4 warnings
    MonoDevelop Build Tool
    Loading solution: ./HFM.Setup.sln
    Loading solution: ./HFM.Setup.sln
    Loading projects ..
    WARNING: ./HFM.Setup.sln(4): Unsupported or unrecognized project :
    '/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM
    .Setup/HFM.Setup.wixproj'.
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/HFM.exe': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/*.dll': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/CSS/*': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/XML/*': No such file or directory
    install: cannot stat `/tmp/yaourt-tmp-mark/aur-hfm-net-svn/hfm-net-svn/src/hfm-net-build/HFM/bin/Release/XSL/*': No such file or directory
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build hfm-net-svn package.
    [mark@markspc hfm]$
    any help will be appricated, thanks, mark

    I think this should be posted in the aur section...
    Have you tried asking the maintainer?

  • Problem Installing WAS with com.sap.ip.bi.sdk.dac.connector.odbo

    Hi,
    we are installing the WAS640, and we get the following error:
    Deployment started Tue Mar 15 20:45:09 CET 2005
    ===========================================================================
    Starting Deployment of com.sap.ip.bi.sdk.dac.connector.odbo
    Aborted: development component 'com.sap.ip.bi.sdk.dac.connector.odbo'/'sap.com'/'SAP AG'/:
    Caught exception during module deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException:
    Cannot deploy application sap.com/com.sap.ip.bi.sdk.dac.connector.odbo..
    Reason: Cannot access methods of instance of class "com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory".
    If anyone has any ideas.
    Thanks and regards,
    Tomas.
    p.s. the full dump...
    Deployment started Tue Mar 15 20:45:09 CET 2005
    ===========================================================================
    Starting Deployment of com.sap.ip.bi.sdk.dac.connector.odbo
    Aborted: development component 'com.sap.ip.bi.sdk.dac.connector.odbo'/'sap.com'/'SAP AG'/:
    Caught exception during module deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/com.sap.ip.bi.sdk.dac.connector.odbo.. Reason: Cannot access methods of instance of class "com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory". Possible reasons: the class is not public and is in another package, the current method does not have access to the appropriate zero-argument constructor or there is no such method.; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.connector.exceptions.BaseDeploymentException: Cannot access methods of instance of class "com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory". Possible reasons: the class is not public and is in another package, the current method does not have access to the appropriate zero-argument constructor or there is no such method.
         at com.sap.engine.services.connector.jca.deploy.DeployAdmin.instantiateMCF(DeployAdmin.java:1211)
         at com.sap.engine.services.connector.jca.deploy.ContainerImpl.makeUpdate(ContainerImpl.java:859)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:376)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:379)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:148)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3033)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:679)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:926)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.NoSuchMethodException: com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory.setLogonAsUserID(java.lang.String)
         at java.lang.Class.getMethod(Class.java:986)
         at com.sap.engine.services.connector.jca.deploy.DeployAdmin.instantiateMCF(DeployAdmin.java:1187)
         ... 18 more
    ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.connector.exceptions.BaseDeploymentException: Cannot access methods of instance of class "com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory". Possible reasons: the class is not public and is in another package, the current method does not have access to the appropriate zero-argument constructor or there is no such method.
         at com.sap.engine.services.connector.jca.deploy.DeployAdmin.instantiateMCF(DeployAdmin.java:1211)
         at com.sap.engine.services.connector.jca.deploy.ContainerImpl.makeUpdate(ContainerImpl.java:859)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:376)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:379)
         at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:148)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3033)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:679)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:926)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.NoSuchMethodException: com.sap.ip.bi.sdk.dac.connector.odbo.OdboManagedConnectionFactory.setLogonAsUserID(java.lang.String)
         at java.lang.Class.getMethod(Class.java:986)
         at com.sap.engine.services.connector.jca.deploy.DeployAdmin.instantiateMCF(DeployAdmin.java:1187)
         ... 18 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineSingleModuleOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment of com.sap.ip.bi.sdk.dac.connector.odbo finished with Error (Duration 6281 ms)
    Message was edited by: Tomas Altman
    Message was edited by: Tomas Altman

    Hi
    I had this same problem. Fixed it by reading the sp-stack manual.
    I bounced my instance and then stopped the connectors. Thereafter the deploy when through fine.
    Regards

  • Problem installing Ti4200 with k8t neo

    Hi Guys, I just upgraded my motherboard and processor and everything's fine until i try and install the drivers for my gfx card. As soon as i reboot i'm lucky if it stays on for a minute, either the computer reboots as soon as windows loads or it'll stay on for at best a minute then lock up and then reboot a few seconds later. When it comes back i get the message that windows has recovered from a serious error caused by the nvidia drivers and that my card was unable to complete a draw operation. I uninstall the drivers and everythings fine again.
    I've tried the card in another machine and it seemed fine. After reading the board i'm guessing its my 12v line that just isn't up to it. I tried unplugging all my drives except for my main HD but still get the exact same problem.
    I've run memtest and that seemed fine, every thing in my pc has the latest drivers installed(haven't installed service pack 2 because this was causing it to lock up but i'm guessing this was just because the card drivers were getting installed at the same time).
    I just wanna be sure i've tried everything before i go spending £50 on a power supply i might not need. Any ideas?

    Quote
    Originally posted by ste
    Hi Guys, I just upgraded my motherboard and processor and everything's fine until i try and install the drivers for my gfx card. As soon as i reboot i'm lucky if it stays on for a minute, either the computer reboots as soon as windows loads or it'll stay on for at best a minute then lock up and then reboot a few seconds later. When it comes back i get the message that windows has recovered from a serious error caused by the nvidia drivers and that my card was unable to complete a draw operation. I uninstall the drivers and everythings fine again.
    I've tried the card in another machine and it seemed fine. After reading the board i'm guessing its my 12v line that just isn't up to it. I tried unplugging all my drives except for my main HD but still get the exact same problem.
    I've run memtest and that seemed fine, every thing in my pc has the latest drivers installed(haven't installed service pack 2 because this was causing it to lock up but i'm guessing this was just because the card drivers were getting installed at the same time).
    I just wanna be sure i've tried everything before i go spending £50 on a power supply i might not need. Any ideas?
    Hi...I having Microstar GeForce4Ti4200 128MB DDR SDRAM AGP TV-Out DVI Retail version and i can´t get my new computer to start and showing anything at all on my monitor, only "invalid sync" is coming up on the screen and that´s it, i cant get any picture at all on my screen, did you have any problem with that? i allso wondering if the voltage can be wrong ( 3.3v) if so...my motherboard doesnt support 3.3v only 1.5v if i have understand this correct. I have try anything to get this brand new computer to start so i can get into the bios and making my settings, i have try to reset cmos and allso remowing the battery but nothing helps. The only that helps are to buy a newer video card  with 1.5 voltage onboard.

  • Problems installing iTunes with Windows 8

    Hi,
    I have recently purchased a laptop with Windows 8. I have appeared to have installed iTunes but when I open it I get an error message saying the following:
    Apple application support was not found. Apple application support is required to run iTunes. Please uninstall iTunes, then install iTunes again. Error 2 (windows error)
    I have tried installing it and re-installing but this has not helped
    I have seen similar questions (and answers) on this forum but I am totally confused by the answers. Could anyone provide with a very clear, jargon-free solution to this problem?
    Any help is much appreciated
    Ali

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    The section Install missing components has advice on breaking down the iTunes installer into the individual .msi files which might prove useful if a component such as Apple Application Support won't install normally.
    tt2

  • Problem installing Jalopy with WSAD5.1

    Hi,
    I tried to install Jalopy1.0 with WSAd5.1 IDE, by unzipping the Jalopy zip that I�ve downloaded from SourceForge.net in the eclipse/plugins directory.
    But when I restart the IDE, I can�t find any menu related to Jalopy. Can anyone please tell me if we need to do some configuration stuff to make it work?
    Thanks and Regards,
    Rohit

    any answers to this problem?

  • Installing Chrome with yaourt not working

    Hello,
    I am a total newbie, apoligies in advance if I'm making any obvious mistakes.
    I have just installed yaourt and successfully used it to install Dropbox, now I'm wanting to install Google Chrome (google-chrome-dev in AUR). When I run
    yaourt google-chrome-dev
    there is no output at all, and when I run
    yaourt -S google-chrome-dev
    I get
    error: target not found: google-chome-dev
    I have tried running
    yaourt -Syy --aur
    which, if I understand correctly, should update the package list from the AUR.
    What am I doing wrong? Thanks in advance!
    Last edited by JJJollyjim (2013-07-28 09:14:30)

    JJJollyjim wrote:
    when I run
    yaourt -S google-chrome-dev
    I get
    error: target not found: google-chome-dev
    Is that the exact message you're getting? Because if so, it's simple: You've misspelled the name of the package – you're missing the R in chrome.

  • Problems Installing WPSM54G with HP Color Laserjet CP2025DN

    I have been trying to install the WPSM54G for use with my new HP Color Laserjet CP2025DN and cannot seem to get that to work.  Although I have followed several pieces of advice in these posts and elsewhere, those do not seem to do the trick in my case.
    > Checking that authentication is set to WPA and not WPA2
    > Firmware/installer update
    > Manual installation
    > http://www.ehow.com/how_5396340_set-vista-vista-windows-linux.html
    Although the printer is not on the compatibility list, neither was my Canon iPixma 4000, which connected just fine.  Any guidance you can provide will be greatly appreciated!
    Greg Manko

    Connect WPSM54G to the router with the Ethernet cable. Connect the printer to the WPSM.
    Now press the reset button on the print server for 5 seconds. See if you get any print out. If you get the print out, you will find the IP address of the WPSM. Using that IP address open the setup page of the WPSM and check the wireless settings. The wireless settings of your wireless router should match with the wireless settings of the WPSM.
    If you do not get the print out then run the CD that comes with WPS. When you run the CD it will search for the print server and you will find the IP address of the WPS. Once you get the IP address you can exit the setup program and open the setup page of WPS. Check the wireless settings of the router and WPS.
    Once you finish changing the wireless settings of WPS, you can disconnect WPS from the router and power cycle the WPS. Now try to ping the IP address of WPS when it is wireless. If you get replies then your computer is communicating with the WPS.
    Now you will need to add printer port on your computer.
    You can add the printer port using the CD or you can so it manually.
    Run the CD again and go to the option setup computer. Follow the instruction and at the end try to print the test page see if that works.
    You can add printer port manually also.
    Follow this link to add printer port manually on Windows Vista.
    Follow this link to add printer port on Windows XP.

  • Macbook won't startup, problems installing OSX with Firewire

    Hi,
    I have a Macbook that has been unable to startup correctly for several months, and finally got around to taking a look at it. It usually stays at either the blue/grey loading screens, but occasionally it will make it to the login window, where it will then just stop functioning.
    I was able to use a Firewire cable hooked up to my iMac, and when i turned on target disk mode, I was able to browse around some of the folders on my Macbook. Eventually, I will try to get into a folder, only for the connection to be timed out.
    I don't care about the files on the Macbook (I've long forgotten them, and have done fine without whatever they were), so I tried popping in the OSX install CD into my iMac so I can install OSX on my Macbook via Firewire. I can't use the Macbook drive, because it has somehow become sunken into the case, and the slot for the drive is not lined up with the slot on the case.
    I load up the OSX install CD application, hit the button to restart my iMac, and.... nothing. It just retarts itself every 15 seconds. If I pull out the Firewire cable, it still happens. I can't even get to gray Apple startup screen unless I take the install CD out.
    Anyone got any ideas? I'm pretty poor right now, and would like to get this laptop running so i can give it to my sister.

    If you want to use the iMac's DVD drive to reinstall OS X, this is the way to go:
    Insert the install disc into the machine while it is running, then *shut down* the iMac.
    Connect both computers using the Firewire cable.
    Power on the iMac with the T key held down.
    Power on the MacBook with the Option key held down.
    You should see the iMac's hard drive & the OS X install disc as boot options. Choose the install disc.
    From there, you can give reinstalling OS X another try.
    ~Lyssa

Maybe you are looking for

  • Restrict proforma invoice without doing pgi in STO(same company code)

    Hi Gurus', I am creating STO (same company code) from Exciseable Plant to Non Exciseable Plant. For that i am creating ME21N> VL10B>VL02N(PICKING & PGI)>VF01(Proforma Invoice)>J1IIN> Now problem arises --- I am able to create Proforma Invoice without

  • HT4970 Can you send someone a reminder or task?

    When using reminders and tasks in iOS 6. Can you send a reminder or task to someone using iMessage or email?

  • DVX and the Squeeze Mode in FCP

    Good morning, I recently experimented with the Squeeze mode on my DVX100b. I shot in 24pA and captured to FCP using the advanced pull down setup. The clip was recognized as anamorphic (judging by the checked box in the Anamorphic column of the browse

  • IPhone locked up while viewing photo?

    The other day my wife was looking at pics in her Camera Roll on her week 43 iPhone 3GS, when it just totally locked up. There was a picture on the screen, but no response to any touch input on the screen OR on any buttons whatsoever. Even tried power

  • NEED INFO REGARDING WORKFLOW MAILER &MAPI

    HI, Need information our workflow mailer is configured with LOTUS NOTES now we wanna to move to OUTLOOK and we use IMAP4 protocol now we wanna to replace this with MAPI. So please let me know how to configure in OUTLOOK and also MAPI is a oracle cert