[SOLVED] Transient prob, can't resolve host when building AUR packages

I'm building xscreensaver-arch-logo from the AUR. I downloaded the PKGBUILD into an empty directory, ran
makepkg -s
, but I get this error:
==> Making package: xscreensaver-arch-logo 5.15-3 (Sat May 12 03:13:31 CDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading xscreensaver-5.15.tar.gz...
Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
curl: (6) Could not resolve host: www.jwz.org; No address associated with hostname
==> ERROR: Failure while downloading xscreensaver-5.15.tar.gz
Aborting...
My internet connection is working at the moment. I can download the tarball from the AUR (this link: https://aur.archlinux.org/packages.php?ID=26586), but if I place it in the same directory as the PKGBUILD file, I get this error when I run makepkg -s:
==> Making package: xscreensaver-arch-logo 5.15-3 (Sat May 12 03:18:59 CDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found xscreensaver-5.15.tar.gz
==> ERROR: add-electricsheep.diff was not found in the build directory and is not a URL.
Any help here? I've read of the benefits of using this package over the one in the official repositories, so I'd prefer to use the AUR version if at all possible.
Last edited by pythonscript (2012-05-27 16:05:26)

I believe I did download the wrong source package for xscreensaver, but if I download the package from this link: https://aur.archlinux.org/packages/xs/x … ogo.tar.gz and extract it, these are the files I see.
add-electricsheep.diff logo-180.png logo-50.png PKGBUILD
LICENSE logo-180.xpm logo-50.xpm xscreensaver.pam
That all appears correct. However, running makepkg -s in that directory yields the same error as the original post:
==> Making package: xscreensaver-arch-logo 5.15-3 (Fri May 11 23:11:01 CDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading xscreensaver-5.15.tar.gz...
Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
curl: (6) Could not resolve host: www.jwz.org; No address associated with hostname
==> ERROR: Failure while downloading xscreensaver-5.15.tar.gz
Aborting...
Also, I receive a highly similar error when building the dropbox package from the AUR, which hints to me that this is a wider problem than simply the xscreensaver package. When downloading the dropbox tar file (link to file: https://aur.archlinux.org/packages/dr/d … ox.tar.gz), extracting it and listing the directory yields this:
dropbox.desktop dropbox.png PKGBUILD terms.txt
However, the error upon running makepkg -s is similar.
==> Making package: dropbox 1.4.3-1 (Fri May 11 23:13:01 CDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading dropbox-lnx.x86-1.4.3.tar.gz...
Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
curl: (6) Could not resolve host: dl-web.dropbox.com; No address associated with hostname
==> ERROR: Failure while downloading dropbox-lnx.x86-1.4.3.tar.gz
Aborting...

Similar Messages

  • Slapd can't resolve host, during kerberization

    I've been trying to set up our OD/AD for ever with mixed success. I think I've worked out the last bugs in our odd setup but I'm stuck on one strange issue.
    I've been backing out of AD bind and OD Master to Standalone Server to remove all the dir settings. Iv'e also cleaned out everything related to Directory services. I've removed the approiate files in /Library/Preferences and /var/db/
    Right now, when I try to set up the server as a OD Master, It seems to go fine but the KDC doesn't start up. I get the "Kerberize" button. When I hit "Kerberize", I get he log in and it fails (login keeps reappearing).
    When I check slapd's log, It claims it can't resolve my server's hostname and slapdconf -kerberise fails as a result.
    I don't get it.
    The hostname is set Properly:
    I've set my hostname in Sys Prefs -> Sharing. I've even set it manually in /etc/hostconfig
    If I "echo $HOSTNAME" I get the proper hostname. If I "hostname" I get the proper hostname.
    The slapd logs report the proper hostname in the error.
    DNS appears fine:
    I can 'nslookup hostname' and it resolves to IP. I can 'nslookup FQDN' and it resolves fine. I've even entered the IP and hostname into /etc/hosts.
    One thing is odd. If I 'dig hostname' I get the hostname back with a period. Dig doesn't seem able to resolve just a hostname. Output looks like this:
    Chimp:~ sbandyk$ dig psd-directory.uchicago.edu
    << cut some junk, SB >>
    ;; QUESTION SECTION:
    ;psd-directory.uchicago.edu. IN A
    ;; ANSWER SECTION:
    psd-directory.uchicago.edu. 169942 IN A 128.135.136.55
    BUT.......
    Chimp:~ sbandyk$ dig psd-directory
    << cut some junk, SB >>
    ;; QUESTION SECTION:
    ;psd-directory. IN A
    I don't get an answer section. I see the same thing on other linux systems in our network (same DNS). Is there any reason why dig isn't returning info on just a hostname? It doesn't seem to use my search domains.
    Is this another symptom of a DNS problem that is screwing up my Kerberos krb5kdc setup?
    Is there some common issue with slapd and resolving hosts?
    thanks,
    Steven

    I've been trying to set up our OD/AD for ever with
    mixed success. I think I've worked out the last bugs
    in our odd setup but I'm stuck on one strange issue.
    I've been backing out of AD bind and OD Master to
    Standalone Server to remove all the dir settings.
    Iv'e also cleaned out everything related to
    Directory services. I've removed the approiate
    files in /Library/Preferences and /var/db/
    Best to remove /etc/krb5.keytab too!
    Is there any reason why dig isn't returning info on just a hostname?
    It doesn't seem to use my search domains.
    Thats just the way dig works. It wants FQDN and doesn't use your search domain.
    Is this another symptom of a DNS problem that is
    screwing up my Kerberos krb5kdc setup?
    No.
    Is there some common issue with slapd and resolving
    hosts?
    You seem to be able to resolve name -> ip. But the opposite is necessary too: ip -> name !
    So when issuing:
    $ host IP_ADDRESS
    it should come up with you FQDN.
    HTH
    -Ralph

  • 10.6.1: Can't resolve FQDN when connecting via WLAN / Airport Base Station

    Hi everybody,
    after hours of work and having read many helpful topics in this forum (and other) I've successfully setup a Single Signon Environment for my home office. It's a dual core macmini server running 10.6.1 and only mac clients.
    The server is connected via switch to my airport extreme base station. This airport station uses PPPoE to connect to my ISP and it has the DHCP service running, handing out the clients' IP addresses. The server and the switch have all static IP addresses.
    My issue is the following:
    Whenever I connect via wifi or vpn using my MBP, I am not able to "bind" to the server (via system preferences : users : login setting) using the FQDN. The error is "can't resolve address. -2200" Instead it only finds myserver.local - and then I am able to set up my wifi connected client.
    However, when I set up the client with the .local address I am unable to get a kerberos ticket for my users. The ticket viewer says, that it can't resolve the address for myserver.mycompany.private
    I was able to get afp or ical to work on my vpn or airport connected clients when I used the server's IP address instead of a domain name - but only with kerberos turned off and with other problems.
    I've heard that if everything is configured right, the server should show up in every clients' sidebar with its FQDN and NOT the bonjour name. Right now it shows only the bonjour name - even on the clients connected via Ethernet.
    The other strange thing is that when I log into my client system I still have to authenticate with ticket viewer in order to get my kerberos ticket. Usually Single Signon should work with the login window, right?
    I really don't know what else to do. I double checked my DNS settings and everything seems ok. I entered the FQDN of the my server in the airport stations' DHCP settings as "LDAP server" - nothing changed...
    Do I need to use the server's DHCP service instead of the airport station's DHCP? And if I do this, how to I turn off airport's DHCP? It does not seem to be possible when connected via PPPoE to my ISP.
    I am unsure what to do in order to get things to work. Anybody out there who can help?

    Hi Davidh and thanks for posting!
    I had 3 DNS entries in my client's network settings - one was the server and the other 2 were from my ISP. Removing the ISP's DNS entries and keeping the server DNS IP solved my kerberos issue. Wow!
    I'd never thought that it won't work with more than the server given as DNS entries. I'll need to check this with my iPhone later, because I had a similar issue with that device yesterday when trying to connect via VPN.
    Thanks very much!
    Still one question:
    The sidebar of my clients still don't show the server's FQDN - but only its bonjour name. Is this right? I read in another forum that the client's sidebar should show the FQDN if everything is configured right.

  • [SOLVED] make fails but makepkg works fine (when building zathura git)

    Hello,
    when I build the "zathura-girara-git" AUR package with makepkg everything works fine, but if I try to build zathura after cloning the git repo make fails with some errors.
    make output from makepkg:
    zathura build options:
    CFLAGS = -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
    LIBS = -lgirara-gtk2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread -lm
    DFLAGS = -g
    CC commands.c
    CC = cc
    CC document.c
    CC render.c
    CC zathura.c
    CC completion.c
    CC bookmarks.c
    CC utils.c
    CC shortcuts.c
    CC config.c
    CC callbacks.c
    CC print.c
    CC database-plain.c
    CC -o zathura
    installing executable file
    installing header files
    installing manual pages
    which: no rst2man in (/usr/lib/ccache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/local/bin/:/home/bexie/bin)
    installing desktop file
    installing pkgconfig file
    make output:
    zathura build options:
    CFLAGS = -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
    LIBS = -lgirara-gtk2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lsqlite3 -ldl -lpthread -lm
    DFLAGS = -g
    CC = cc
    CC commands.c
    In file included from commands.c:3:0:
    commands.h:7:20: fatal error: girara.h: No such file or directory
    compilation terminated.
    make: *** [commands.o] Error 1
    I tried exporting the enviroment variables from /etc/makepkg.conf, to no avail. I also tried adding the girara include files to CFLAGS, but it throws the same kind of error about some gtk dependency.
    I don't know if this is a general issue, but as I can compile it through makepkg I don't think this is due to zathura.
    Does anyone have a clue on what could be wrong here?
    Last edited by donbex (2012-01-22 12:56:59)

    In the PKGBUILD, they are cloning the repo by doing :
    _gitroot="git://pwmt.org/zathura.git"
    _gitname="zathura"
    git clone $_gitroot
    cd $_gitname && git checkout --track -b develop origin/develop
    Are you doing the same ?

  • [Solved] Permissions issues when updating AUR package.

    Hi there,
    Today i was trying to update some of my AUR packages, but all I got is "Error - all files must have permissions of 644 or 755."
    It isn't very clear to me, i've changed all the files/directories permissions and i'm still getting this error so I gave up, i don't know what's going on, i've doing the same package process for a while with no problems.
    I can see the SRC file is compressed as root (root/root), I did a fresh Arch install three days ago to use all my hard disk drive (i was dualbooting), so I don't know if that could be the problem, I've changed my user's primary group anyways.
    - https://pastebin.osuosl.org/14606/
    EDIT*
    I don't know why some of my backup files had 400 and 755 persmissions, i changed back to 644, i did it before... and it didn't work...
    Last edited by AbaddonOrmuz (2015-01-22 21:44:53)

    The source files must have 644 or 755 permissions. In your first paste, the source files have 777 permissions.

  • How to solve "Error: Invalid Embed directive in stylesheet - can't resolve source" while building using mxmlc.exe on command prompt

    Hi,
    Currently, I am developing a powershell script for Flex build automation.
    I found some problem and have been trying to search any references and tried any ways to fix it but It did not work.
    I am using compc.exe for compiling the libraries and it works fine.
    I compiled css files into swf files using mxmlc.exe and it works fine.
    However, I have a problem while building my main application (mxml file).
    It complains about embedded resources.
    I run this command, it works fine:
    "C:\Program Files (x86)\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe" "C:\{somePath}\FlashClient\src\styleLang.css" -output "C:\{somePath}\FlashClient_deploy\styleLang.swf"
    However, when I tried to run these command on cmd for testing:
    "C:\Program Files (x86)\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe" "C:\{somePath}\FlashClient\src\FlashClient.mxml" -load-config "C:\{somePath}\FlashClient\src\dump_config_temp.xml" -output "C:\{somePath}\FlashClient_deploy\flashclient_test.swf"
    I got a lot of this error message:
    this is my folder structure:
      FlashClient
      |
      |---assets
      |---src
          |
          |---FlashClient.mxml
          |---FlashClient.as
          |---FlashClientStyleLoopup.css
          |---styleLang
    Already tried to add / at the beginning of the relative paths but It did not work.
    Also tried to compile one of the image to a swc file and include it on the dump_config, but also did not work. something similar with Tech Diary: Flex : Solution to Error: unable to resolve '/assets/icons/icon.png' for transcoding using Embed tag
    Does anyone know how flex builder resolve the relative path to make the embedded resources work? or how to fix this?
    I've been trying to work on it for days but haven't had any luck.
    Will be really appreciate it if someone could help me with this.
    Many Thanks.

    Hi,
    make sure you are using 32 bit Java JDK. Check that your systems variables CLASSPATH, JAVA_HOME are pointing to correct 32 bit Java JDK folder (e.g. CLASSPATH=C:\Program Files (x86)\Java\jdk1.8.0_25 and JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_25). Also make sure you have 32 bit Java JDK's "bin" folder in your system's variable PATH.

  • Can't find files when building EXE unless the WHOLE codebase is in an auto-populating folder

    I have a project with FPGA (specifically a couple cRIO targets).
    I have a build spec for a PC target, then a target that's set up for Scan Mode, then a couple targets set up for FPGA mode.
    When I try and build the FPGA or Scan Mode targets, I NEED to have the entire code folder (and sub-folders) in an auto-populating folder.
    What's strange is that I manually added the same folder, and then pulled the Top-level VI out so that it was easier to see within the project.  When I did that, I got errors that files were broken and missing.  I then removed that folder and added the same folder as auto-populating and all is well.
    Yes, I was able to make the build work by including debugging, not removing TypeDefs, etc.  This also cause the build to go from 2MB and 30 secodns build time to 50MB + 10 min build time.
    Why si this?  I would like to remove the files for other targets from the Source of each of the targets.  If I do this, I can't build (these are other top-level VIs that are not appropriate on a per target basis).
    Any ideas?

    Hey Jed,
    It sounds like the problem you are having is coming from a file path issue.  When you manually add folders as "Snapshot" the file paths are set and will generate errors if the files are moved.  The autopopulating folder updates file path locations so you don't have those same issues.  Debug mode allows for the file paths to be reassociated, but at the expense of time, and in some cases resources.  Enabling debugging will cause the compilation to take longer.
    You wrote:
    So what I am trying to say is that ALL I did when I removed the auto-populate was to click "Stop Auto Populate" and moved the Top-level VI up one folder level within the project.  This causes it to fail compile (unless debugging is checked).
    This makes complete sense.  By moving ANY VI in a project and not having the folder set to auto-populate or having debugging enabled will cause an error because that VI that you moved isn't where it is supposed to be.  This is the way that projects and the compilation of programs was designed.
    To avoid this, don't move files around after they have been added to the project unless you have folders set to autopopulate, or have debug mode enabled.  When you start shuffling file paths, associations get broken and compilations will fail.
    Ben N.
    Applications Engineering
    Certified LabVIEW Developer

  • Can't find javax when building...

    I'm useing JBuilder and when I compile, the system can't locate the javax directories. Do I need to set something in the classpath to point to some jar file?

    That's really odd. JBuilder should pick up the swing packages, at least it does in my 3.5 and 3.0 version.
    Try reinstalling it because JBuilder automatically sets the path settings that you would have to deal with.

  • Can't resolve ORABPEL-04096 Build/Deploy issue

    I have three subversion passes in my cruise control build of the BPEL. One is the trunk. The other two are branches and all three build fine on the
    old Linux BPEL build server. I just installed a new Linux BPEL Build server with OC4J 10.1.3.1 and everything seemed to be going OK, until it
    attempts to build the oldest branch. The trunk and the most recent branch builds all BPEL processes. Each build is a sequence using the Oracle
    ANT build and deploy sequence.
    The third and oldest branch builds the first few processes, but on one process the build is stopped because of the ORABPEL-04096 exception.
    I have compared the second branch's BPEL project with the third and they are identical except for the version number. Also, the two ANT build
    scripts for each branch are identical in the area of failing.
            <exec dir="${util.dir}/UTIL_ReplaceContentExpressions" executable="${ant.exec}" failonerror="true"
                output="${bpel_build_logs}/UTIL_ReplaceContentExpressions.log"
            >
                <arg value="-Djar.target=${jar.target}/${util.domain}"/>
                <arg value="-Dhttp.hostname=localhost"/>
                <arg value="-Dj2ee.hostname=localhost"/>
                <arg value="-Dhttp.port=${http.port}"/>
                <env key="CLASSPATH" value="/home/oracle/cruisecontrol-bin-2.8.2/apache-ant-1.7.0/lib/xalan_2.7.0.jar:... jars ...."/>
            </exec>
            <!-- Give the server time to update its cash for the GetWooConfiguration wsdl -->
            <sleep seconds="25"/>
            <exec dir="${util.dir}/UTIL_NotificationEmail" executable="${ant.exec}" failonerror="true"
                output="${bpel_build_logs}/UTIL_NotificationEmail.log"
            >
                <arg value="-Djar.target=${jar.target}/${util.domain}"/>
                <arg value="-Dhttp.hostname=localhost"/>
                <arg value="-Dj2ee.hostname=localhost"/>
                <arg value="-Dhttp.port=${http.port}"/>
            </exec>
            <exec dir="${util.dir}/UTIL_WaitForCompletedActivity" executable="${ant.exec}" failonerror="true"
                output="${bpel_build_logs}/UTIL_WaitForCompletedActivity.log"
            >
                <arg value="-Djar.target=${jar.target}/${util.domain}"/>
                <arg value="-Dhttp.hostname=localhost"/>
                <arg value="-Dj2ee.hostname=localhost"/>
                <arg value="-Dhttp.port=${http.port}"/>
            </exec>
            ..... The UTIL_NotificationEmaill fails with the ORABPEL-04096 exception in the third branch. The exception is shown below. I'm at loss to figure out
    what to change since the two UTIL_NotificationEmail processes in the other passes build & deploy, and they are identical except for the version number in their respective BPEL project's build.xml files.
    Any suggestion would be deeply appreciated.*
    [deployProcess] Deploying process /home/oracle/cruiseControl/projects/WOO_B2_4_1_1/bpel/GRC_UTIL/src/UTIL_NotificationEmail/output/bpel_UTIL_NotificationEmail_2.3.jar
    BUILD FAILED
    /home/oracle/cruiseControl/projects/WOO_B2_4_1_1/bpel/GRC_UTIL/src/UTIL_NotificationEmail/build.xml:79: A problem occured while connecting
    to server "localhost" using port "7777": bpel_UTIL_NotificationEmail_2.3.jar failed to deploy. Exception message is:  ORABPEL-04096
    Cannot update process metadata.
    The process domain was unable to insert/update the process metadata for process "UTIL_NotificationEmail" with revision tag "2.3" in the datastore.
    The exception reported is: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: Timed out
    Please check that the machine hosting the datasource is physically connected to the network.  Otherwise, check that the datasource connection
    parameters (user/password) is currently valid.
    sql statement: SELECT process_guid, process_id, revision_tag, suitcase_id, state, lifecycle, deploy_user, deploy_timestamp FROM process WHERE
    domain_ref = ?  AND process_id = ?  AND revision_tag = ?  FOR UPDATE
    at com.collaxa.cube.engine.adaptors.common.BaseProcessPersistenceAdaptor.storeProcess(BaseProcessPersistenceAdaptor.java:458)
    at com.collaxa.cube.engine.adaptors.common.BaseProcessPersistenceAdaptor.storeProcess(BaseProcessPersistenceAdaptor.java:312)
    at com.collaxa.cube.engine.data.ProcessPersistenceMgr.storeProcess(ProcessPersistenceMgr.java:76)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:815)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
    at _deployHttpClientProcess._jspService(_deployHttpClientProcess.java:376)

    make sure you are using JDev 10.1.3.1 same version of SOA Suite.
    This is an old version, I would recommend upgrading to 10.1.3.5 if possible as there are a number of known issues with that version and all patches have to be applied individually, e.g. no MLR patch.
    cheers
    James

  • Using Sed to Patch when building AURs

    Im all very new to arch and sed and while im learning fast my understanding of SED isnt good.
    how would i use some sed lines if i wanted to patch something?
    Im sure there's another post about this somewhere but i either cant find it or dont understand it.
    an example i was using to try to teach myself was the unofficial patch to fix the firefox-kde-opensuse AUR.
    so far ive sort of figured out how to use sed to edit text files but how to apply that to the AUR has me stumped.
    Last edited by MeiMei (2012-04-16 17:15:52)

    Oh, thank you. Would it go in the 1st, 2nd, or 3rd place ive listed in that code or somewhere else?
    build() {
    HERE?(1)
    cd "${srcdir}/mozilla-release"
    HERE?(2)
    patch -Np1 -i "${srcdir}/mozilla-firefox-1.0-lang.patch"
    patch -Np1 -i "${srcdir}/firefox-install-dir.patch"
    HERE?(3)
    Edit: Actually perhaps thats something the wiki can help with.
    Last edited by MeiMei (2012-04-16 17:26:21)

  • I can not connect my i phon with my pc it shows athorised computer when i am trying to do authorised process the process done but again i connect my phon again show this errore please help me to solve my prob....

    i can not connect my i phon with my pc it shows athorised computer when i am trying to do authorised process the process done but again i connect my phon again show this errore please help me to solve my prob....

    I have clicked on the  connect button, but it brings up the same There is a problem connecting,  and I have also tried SMB://
    i tried pinging the ip address with in termial and it times out.  
    From my windows PC and I can access my MacBook Air just fine,

  • MacBooks can't resolve printer name when sending job to windows 2008 R2 print server.

    So I am work at company in a windows server 2008 r2 and we have a windows 2008 r2 printer server. Our macbook pros are not on the domain so every time we print to the server we have to type in our credentials.
    MacBooks can't resolve printer name when sending job to windows 2008 R2 print server while on wifi but works when hard wired. Any thoughts? The error message I receive is "invalid printer name". I've tried adding the printer through the advanced tab in the print and scan tab of system preferences. I add it buy smb://servername/printername.
    When I tried to print on the wifi at my office I get "invalid printer name" in the print job status que.
    We can just do direct printing but I would like to know if anyone has had this issue before and if you could point me in the right direction. Thanks!

    I assume you aare using exchange when configuring the email notifications? What I would do is just use a normal IMAP & SMTP account such as Outlook.com or if you use a POP connector for exchange, one of those accounts' SMTP settings.
    For example, I have a POP connector installed and my emails are hosted at 1and1. What I would do here is put my 1and1 SMTP settings in and use these, instead of using Exchange.
    Let me know if this is possible.
    Ed

  • Pages, downloaded from the web, beyond the 1st page appear 50% reduced when printed. How can I resolve this?

    How can I resolve a recent printing problem I'm experiencing regarding downloads from the web where pages beyond the 1st page appear 50% reduced when printed or lines of type at bottoms of pages are missing?

    David,
    Thanks for the reply. I wish I could tell you that your suggestions solved my problem - they didn't.
    I've deleted the affected printer, then added the printer again; I've reset the printing system, then added the printer again; I've downloaded printer drivers, deleted the affected printer, then added the printer again.
    I plan to contact hp later this week for further assistance as you suggest.
    My printer is a hp OfficeJetPro L7590.
    I've enclosed screen shots illustrating the situation.
    Regards,
    R

  • I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. Can someone resolve this problem.

    I am updating iphoto 9.1 to 9.3 and every time when I clicked for update aps store asked to open it in the account where you purchased. I am using the same account and its available in the purchased item of this account. But in my purchased item library it indicates that you update iPhoto. I am not sure which account the aps store asking. Can someone resolve this problem.

    Contact App Store support. They're the folks who can help with Account issues.
    Regards
    TD

  • HT1212 My ipad is disabled and says it needs to be connected to itunes, when i connect it to itunes, itunes says that i need to put my passcode in my ipad for it to recognize it, but since it is disabled, i cant do this, how can i resolve this problem?

    My ipad is disabled and it says i need to connect to itunes when i connect it to itunes, it says it wont recognize it until i put my passcode into my ipad, but with my ipad disabled, this is immposible, how can i resolve this problem?

    You may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad an resync your content to it

Maybe you are looking for