Issues with install of linux agent micro install on RHEL 5.2.

Hi All,
I have a linux machine, doing ssh to connect to it and then launch vncviewer to get the access. When I run the ./setup.sh it gives me libmawt.so: libXtst.so.6: cannot open shared object files: No such file or directory. Anyway to troubleshoot this issue.
Thanks,
Nags.

Oh wait, now that I re-read your message I see you are not having a problem with VNC. This document page is a continuation of my OATS install process on Linux. For the install, you need to be sure the user which is logged into the Linux UI has proper rights access to the unzipped install files.
https://github.com/glennschler/oats-linux-ec2/wiki/OATS-Install

Similar Messages

  • I am having issues with installing a Ricoh MP C2500 printer on Lion in my MBPro Ci7

    I am having issues with installing a Ricoh MP C2500 printer on Lion in my MBPro Ci7  Where is appletalk or the replacement?
    My it guy has set all the Ricoh (The only brand of printers we use.) to enable Appletalk.  I am unable to see how to enable appletalk or an equivalent on Lion and have spent 3 hours now searching for it.  If I connect to the printer via TCP/IP it prints random characters.  I have a Ricoh working for another moddle but I am needing to use this machine.  HELP!!!!!

    AppleTalk has been gone eons ago. Connect via USB and see what happens. If you are networking the printer then advise on your connection set up.

  • I have CS2 and would like to do Image Stacking.    I understand CS3 allows this.  correct?     Am I wiser to purchase CS3 upgrade.  Am I going to run into issues with install?

    I have CS2 and would like to do Image Stacking.    I understand CS3 allows this.  correct?     Am I wiser to purchase CS3 upgrade.  Am I going to run into issues with install?

    Well, I refuse to sign up to pay Adobe a monthly tribute for life too, but that doesn't mean we are limited to CS3.
    I'm staying with CS6.
    Adobe still sells a perpetual-license to Photoshop CS6 without the subscription model, but it's $700 for the Standard version and a cool $1,000 for the Extended version.
    You haven't mentioned your platform, Macintosh or Windows, so make sure CS3 or any other obsolete version you buy actually runs on a modern operating system.
    Good luck.

  • Issues with Installing Multiple adobe products.

    I am having some issues with performing a silent installation of multiple adobe products.
    We currently have Adobe CS3, Captivate 3, Audition 3, and Director 11.
    We have managed to get a silent install working for CS3, however, I cannot seem to get a silent install for Director going. The product installs, however it prompts for registration and a CDkey upon launching the application. I have a application.xml.override file within the payloads folder for Director. I also have install.xml and remove.xml files created. I can supply these if need be.
    Captivate does not seem to take the same deployment method that CS3 and Director do (no payloads folder, no --record=1 mode for creating install.xml). Some assistance with this would be very helpful.
    The audition disc does have a payloads folder and such within the folder for "adobe bridge." Would I be able to put an application.xml.override and install.xml in their respective locations for that and have it assist with audition install?
    Using a mix of Vista Business / XP professional computers. CS3, captivate, director, and audition are all going on the same systems.

    Sorry, I have no solution, but I can relate.
    I'm having a similar problem with the Director 11 silent install.
    We have a keyserver setup here and need to have the programs install silently on the student home computers so we don't release the serial number to them, everything with CS3 went okay. I assumed that Director 11 would follow the same (override file) as the file structure seemed to be similar, but that is not the case.
    There's very little information on this out there, so any help would be great.

  • Issues with installing Officejet 2620 All-in-One

    I'm having problems with installing my Officejet 2620.  I've installed the correct driver for my OS, but every time I connect the printer to the laptop via USB I get an error message saying 'USB Device not recognized; the last USB device you connected to this computer malfunctioned, and Windows does not recognize it.' I've read where this could be because I no longer have Windows 8, but rather Windows 8.1, as opposed to an error with the actual printer, which seems to work fine aside from the lack of communication with the laptop.  My OS Windows 8.1 64-bit. Please help!

    Hello hackman19,
     Welcome to the HP Support Forums! I understand when you plug in the USB connection to your HP Officejet 2620 you get an error message 'USB Device not recognized; the last USB device you connected to this computer malfunctioned, and Windows does not recognize it.'
    After some research I was able to find this thread on www.wiknix.com:
    Solved: USB Device Not Recognized In Windows
    Please try the above recommendation and let me know the outcome, I will watch for your reply.
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Issue with installing Adobe Flash Player on my Mac  OS X Yosemite 10.10.2

    Hi I'm having problems with installing adobe flash player on my mac pro. I am able to download file but can't instal it riches 30% and stuck. Can anyone help me solve this problem please???

    Could you first try the steps outlined in this FAQ:
    How to perform a "clean install" of Flash Player in Mac OS X
    If that doesn't help, please try this installer:
    PKG Installer

  • Compile issues with cross-mipsel-linux-gnu-gcc

    I'm trying to set up some sort of cross-compilation environment in order to compile software for a MIPS device.
    I installed cross-mipsel-linux-gnu-gcc (4.7.2-1) along with cross-mipsel-linux-gnu-binutils (2.22-1). Then I tried to compile a simple Hello World, and the result was as follows:
    [mcmlxxxvi@deepspace1 hello-world]$ cat hello.c
    #include <stdio.h>
    int main()
    printf("Hello World!\n");
    return 0;
    [mcmlxxxvi@deepspace1 hello-world]$ mipsel-linux-gnu-gcc hello.c
    hello.c:1:19: fatal error: stdio.h: No such file or directory
    compilation terminated.
    [mcmlxxxvi@deepspace1 hello-world]$ mipsel-linux-gnu-gcc hello.c -I/usr/include
    /usr/lib/cross-mipsel-linux-gnu/lib/gcc/mipsel-linux-gnu/4.7.2/../../../../mipsel-linux-gnu/bin/ld: cannot find crt1.o: No such file or directory
    /usr/lib/cross-mipsel-linux-gnu/lib/gcc/mipsel-linux-gnu/4.7.2/../../../../mipsel-linux-gnu/bin/ld: cannot find crti.o: No such file or directory
    /usr/lib/cross-mipsel-linux-gnu/lib/gcc/mipsel-linux-gnu/4.7.2/../../../../mipsel-linux-gnu/bin/ld: cannot find crtbegin.o: No such file or directory
    /usr/lib/cross-mipsel-linux-gnu/lib/gcc/mipsel-linux-gnu/4.7.2/../../../../mipsel-linux-gnu/bin/ld: cannot find -lgcc
    /usr/lib/cross-mipsel-linux-gnu/lib/gcc/mipsel-linux-gnu/4.7.2/../../../../mipsel-linux-gnu/bin/ld: cannot find -lc
    /usr/lib/cross-mipsel-linux-gnu/lib/gcc/mipsel-linux-gnu/4.7.2/../../../../mipsel-linux-gnu/bin/ld: cannot find -lgcc
    /usr/lib/cross-mipsel-linux-gnu/lib/gcc/mipsel-linux-gnu/4.7.2/../../../../mipsel-linux-gnu/bin/ld: cannot find crtend.o: No such file or directory
    /usr/lib/cross-mipsel-linux-gnu/lib/gcc/mipsel-linux-gnu/4.7.2/../../../../mipsel-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory
    collect2: error: ld returned 1 exit status
    I know I generally need a compatible glibc build, but a) there isn't a package pre-built for MIPS as the compiler, and b) there is no mention of glibc in either gcc or binutils' AUR pages. So I thought that these two packages were somehow supposed to be sufficient - and they aren't.
    I found a tutorial on setting up cross-compilation for MIPS and I tried to build libc, but as I used the gcc and bunutils AUR pacakges instead of going straight for the source, and, probably, as the tutorial is geared towards slightly older versions, I did not succeed. configure produced only a config.log and I wasn't able to make.
    So, how are cross-mipsel-linux-gnu-gcc and cross-mipsel-linux-gnu-binutils supposed to be used? How do I need to set up my environment in order to be able to invoke the MIPS gcc the same way as my regular gcc?
    Thanks in advance.

    The problem is gone after going to Kernel 39 in testing.

  • Issues with installing unixODBC  (Oracle linux 6)

    "4.5 Compiling the Oracle ODBC Driver Demos
    If you plan to compile and run the Oracle ODBC Driver demos, then follow these steps:
    1.
    If you do not have unixODBC DriverManager installed, then download it from the following Web site:
    http://www.unixodbc.org/
    2.
    Set the ODBCDM_HOME environment variable to point to the directory where you installed DriverManager.
    3.
    Run the following make file to compile the Oracle ODBC Driver demos:
    make -f demo_xe.mk buildodbcdemo ODBCDM_HOME=DriverManager_location
    When trying to execute this :
    make -f demo_xe.mk buildodbcdemo ODBCDM_HOME=DriverManager_location
    [root@localhost ~]# cd /u01/app/oracle/product/11.2.0/xe/rdbms/demo
    [root@localhost demo]# make -f demo_xe.mk buildodbcdemo ODBCDM_HOME=/opt/unixODBC-2.3.1
    make: *** No rule to make target `odbcdemo.o', needed by `buildodbcdemo'. Stop.
    Obviously the the file is missing what now ? Do I need to do this part of the cookbook anyway?
    Ive installed it through the repo tho:
    P.S. OK, dl-ed from the repo
    -rw-r--r--. 1 root root 387132 Feb 19 21:59 unixODBC-2.2.14-11.el6.x86_64.rpm
    -rw-r--r--. 1 root root 53844 Feb 19 21:59 unixODBC-devel-2.2.14-11.el6.x86_64.rpm
    -rw-r--r--. 1 root root 225680 Feb 19 21:59 unixODBC-kde-2.2.14-11.el6.x86_64.rpm

    according to my post above:
    "make -f demo_xe.mk buildodbcdemo"
    [root@localhost demo]# make -f demo_xe.mk buildodbcdemo ODBCDM_HOME=/opt/unixODBC-2.3.1/
    make: *** No rule to make target `odbcdemo.o', needed by `buildodbcdemo'. Stop.
    [root@localhost demo]# pwd
    /u01/app/oracle/product/11.2.0/xe/rdbms/demo
    [root@localhost demo]# ls
    cdemo81.c demo_xe.mk occidemo.sql occidml.cpp occiobj.cpp occiobj.typ
    [root@localhost demo]#
    I think they are put here, right ?

  • Issues with Installing CE 7.1, SCS Service

    Hello,
    I have tried to install the CE 7.1, unfortunately the SCS service installation seems to run into an error each time. I have attached the log down below.
    Please advise,
    Rgs Boris
    CUT OUT *********
    Aug 6, 2007 11:46:05 AM [Info]: Start external command...
    Aug 6, 2007 11:46:05 AM [Info]: Using parent environment...
    Aug 6, 2007 11:46:05 AM [Info]: Executing Argv:
    Aug 6, 2007 11:46:05 AM [Info]: Arg[0]: C:/usr/sap/CE1/SYS/exe/uc/NTI386/sapstartsrv
    Aug 6, 2007 11:46:05 AM [Info]: Arg[1]: -q
    Aug 6, 2007 11:46:05 AM [Info]: Arg[2]: -r
    Aug 6, 2007 11:46:05 AM [Info]: Arg[3]: -s
    Aug 6, 2007 11:46:05 AM [Info]: Arg[4]: CE1
    Aug 6, 2007 11:46:05 AM [Info]: Arg[5]: -p
    Aug 6, 2007 11:46:05 AM [Info]: Arg[6]: C:/usr/sap/CE1/SYS/profile/CE1_SCS00_WDFN00167350A
    Aug 6, 2007 11:46:05 AM [Info]: Arg[7]: -n
    Aug 6, 2007 11:46:05 AM [Info]: Arg[8]: 00
    Aug 6, 2007 11:46:05 AM [Info]: Arg[9]: -U
    Aug 6, 2007 11:46:05 AM [Info]: Arg[10]: NT AUTHORITY\LocalService
    Aug 6, 2007 11:46:05 AM [Info]: Arg[11]: -P
    Aug 6, 2007 11:46:05 AM [Info]: Arg[12]: ""
    Aug 6, 2007 11:46:05 AM [Info]: Process started. Try to get Streams..
    Aug 6, 2007 11:46:05 AM [Info]: Got Streams. Try to read them...
    Aug 6, 2007 11:46:48 AM [Info]: Service not started within 40 seconds.
    Aug 6, 2007 11:46:48 AM [Info]: Process exited with rc: -1
    Aug 6, 2007 11:46:48 AM [Error]: excpetion in step:
    Aug 6, 2007 11:46:48 AM [Error]:      name: CREATE_SCS_SERVICE [com.sap.xpf.controller.TaskExecutionStep]
    Aug 6, 2007 11:46:48 AM [Fatal]: com.sap.xpf.tasklib.TaskLibraryException: cannot start serice. rc was: -1
           at com.sap.instancemgt.win.SAPServiceCreateDEV.execute(SAPServiceCreateDEV.java:80)
           at com.sap.xpf.tasklib.execution.TaskExecutionObjectJava.execute(TaskExecutionObjectJava.java:54)
           at com.sap.xpf.tasklib.TaskLibraryEngine.executeTask(TaskLibraryEngine.java:256)
           at com.sap.xpf.tasklib.TaskLibraryEngine.executeTask(TaskLibraryEngine.java:264)
           at com.sap.xpf.controller.TaskExecutionStep.execute(TaskExecutionStep.java:115)
           at com.sap.xpf.controller.Controller.execute(Controller.java:506)
           at com.sap.xpf.controller.Controller.start(Controller.java:292)
           at com.sap.inst.engine.customactions.CallController.install(CallController.java:93)
           at com.zerog.ia.installer.actions.CustomAction.installSelf(DashoA8113:-1)
           at com.zerog.ia.installer.Action.install(DashoA8113:-1)
           at com.zerog.ia.installer.Action.install(DashoA8113:-1)
           at com.zerog.ia.installer.GhostDirectory.install(DashoA8113:-1)
           at com.zerog.ia.installer.Installer.install(DashoA8113:-1)
           at com.zerog.ia.installer.actions.InstallProgressAction.m(DashoA8113:-1)
           at com.zerog.ia.installer.actions.ProgressPanelAction$1.run(DashoA8113:-1)
    Aug 6, 2007 11:46:48 AM [Info]: End CREATE_SCS_SERVICE [com.sap.xpf.controller.TaskExecutionStep]
    Aug 6, 2007 11:46:48 AM [Info]: rc:   1
    Aug 6, 2007 11:46:48 AM [Info]: at:   2007.08.06 - 11.46.48[yyyy.MM.dd - HH.mm.ss]
    Aug 6, 2007 11:46:48 AM [Info]: duration:   00:00:43[HH:mm:ss]
    Aug 6, 2007 11:46:48 AM [Info]:
    Aug 6, 2007 11:46:48 AM [Info]: Error during executing
    Aug 6, 2007 11:46:48 AM [Info]: End Controller
    Aug 6, 2007 11:46:48 AM [Info]:   at          : 2007.08.06 - 11.46.48[yyyy.MM.dd - HH.mm.ss]
    Aug 6, 2007 11:46:48 AM [Info]:   durationt   : 00:17:16[HH:mm:ss]
    Aug 6, 2007 11:46:48 AM [Info]:   status   : ERROR
    Message was edited by:
            Benny Schaich-Lebek

    Hi Boris,
    I had the same problem, so I investigated the issue a bit.
    The problem is that the timeout for installing and launching the SCS service is 40 seconds, but sometimes it happens slower than this. In this case the installer thinks that the service was not setup correctly (actually it was), and aborts.
    For me the solution was to stop every unnecessary service (like desktop search indexing, etc.) and quit all the applications. This way the installation ran without problems. Unfortunately if you have a slower pc this may not help.
    best regards,
    Csaba

  • Issues with installing windows on a new macbook pro retina.

    Hello,
    First time using bootcamp on my new macbook and I am running into an issue.
    I have read the troubleshooting guide and everything else and no matter what I do I get the same problem.
    The issue is that when bootcamp restarts after partitioning my drive, windows loads and I start the install process. Its says set up is starting and then it says that a required cd/dvd drive device driver is missing. I only have one usb drive connected (the one with windows on it) and nothing else. This is getting incredibly frustrating haha.
    info on the macbook.
    brand new (purchased yesterday) macbook pro 15 retina. 512ssd gtx 650. 12 gb of ram
    I really need windows on my pc before monday so all help is appreciated.

    External USB DVDs use to be an issue that req'd editing plist to allow booting from one.
    I have lost track of the issues and fixes but for burning ISO:
    SimplyBurns is a Mac OS X application with a GUI, which allows the user to burn CD / DVD media.
    Features:
    Emphasis on ease of use
    Audio CD project, Data project (Filesystems: ISO9660, Joliet, HFS+, UDF) and Burn image mode
    Erasing rewritable media
    Persistence
    http://simplyburns.en.softonic.com/mac
    Here's instructions on burning an ISO with Disk Utility:
       http://lifehacker.com/251758/mac-tip--how-to-burn-an-iso-or-dmg-file-to-disc
    And this thread on burning a Windows DVD in OSX:
       https://discussions.apple.com/thread/2039118?start=0&tstart=0
    (Summary: you can use Disk Utility to burn the ISO, but choose a slow burn speed)
    Windows 7 USB/DVD Download Tool  Windows  can be used with any VM
    The Windows 7 USB/DVD Download tool allows you to create a copy of your Windows 7 ISO file on a USB flash drive or a DVD. To create a bootable DVD or USB flash drive, download the ISO file and then run the Windows 7 USB/DVD Download tool. Once this is done, you can install Windows 7 directly from the USB flash drive or DVD.
      http://wudt.codeplex.com/
    Install Windows 7 From USB Drive
    Before you begin, you will require the following:
    USB Flash Drive (4GB minimum)
    Windows 7 ISO Image file
    UNetbootin
    Note: If UNetbootin doesn’t work, try out the Microsoft’s official tool called Windows 7 USB/DVD Tool.
    Note that resulting USB drives from UNetbootin are bootable only on PCs (not on Macs).
    http://unetbootin.sourceforge.net/
    http://www.addictivetips.com/windows-tips/install-windows-7-from-usb-drive-requi res-2-simple-steps/

  • Issues with Installing Adobe Photoshop Elements 8 on iMac

    Hello Members,
    I no longer have Adobe Photoshop Elements 8 registered on any computer as my previous computers crashed and the hard drives were no longer functional.  I tried installing the Adobe Photoshop Elements 8 Disc on my new iMac computer and it's telling me that I have installed this software on other computers which have exceeded the maximum installations.  Could you please let me know how I am able to use the same license number and install this software on my iMac computer? Thank you.

    You need to contact support directly for activation/deactivation and other installation issues. It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away.
    To get help now click here for product support

  • Major Issues with installing 4tb internal. Really need advice please

    In the process of a long needed upgrade to my 2010 Mac Pro Quad core 2.8 and have run into a serious headache that I really need advice on so I can get back to work. I've already spent 2 days dealing with all of this...
    Just did a new SSD install and Migration which went fine but I'm also updating the rest of the internal drives. My main (non boot) drive was being upgraded from a Seagate Barracuda 3tb to a 4th Deskstar NAS (it was showing as compatible with my desktop, see links below). My 3tb ran fine for years but now due to it being heavily used I want to switch to a new drive and I can also use a bit more space.
    The issue I'm running into is that initially on boot, my system was telling me it couldn't recognize the disk and it wasn't even showing up in Disk Utility. I had to purchase a SATA USB 3 kit to attach it as an external to get it to show which worked without problem. With the USB kit I was then able to partition it (GUID, Mac OS extended journaled) and format it properly. After reinserting the drive into my tower as an internal it failed to show again. After a few attempts of restarts and trying various bays it popped up but showed as a non formatted drive and I was told again that the system didn't recognise it. I was then given the option to initialise and was then actually able to then format and partition it though Disk Utility while it was installed as an internal.
    Figured that was problem solved but when I went to check the drive and getting ready to transfer files over I noticed that Disk Utility was only allowing the First Aid and Partition options but not Erase, RAID, Restore which I'd never seen before. I then also noticed that none of the drive connection info was in the same format nor will it even provide drive bay info, connection info or read/write status (See screen shots). This is what I can't figure out and really need to clarify before I put full trust into using this drive.
    Any info would be greatly appreciated...
    Deskstar 4tb internal info which is installed in Bay 2
    3tb Seagate which I trying to retire and transfer from.
    Here are the weblinks to the Deskstar 4tb drive and the compatibility list but I support isn't allowing me to add direct links so add the www. before hand.
    (Drive - eshop.macsales.com/item/HGST/0S03664/) (compatibility list - eshop.macsales.com/Descriptions/specs/Framework.cfm?page=macpromid2010.html).

    What OSX version?
    Disk Utility in later versions of ML and I think Mavericks have problems formatting with 4 TB internal drives.
    http://forums.macrumors.com/showthread.php?t=1661024
    http://apple.stackexchange.com/questions/112266/why-doesnt-my-mac-pro-see-my-new -4tb-sata-drive

  • Issue with installing password sync on Windows 2008

    I have installed pwd sync 64 bit on Windows 2008. Configured it in direct mode (no jms). But when I change the password of a user it is not syncing with the IdM. We have the 32 bit pwd sync working fine on Win 2003. Is there any special steps for installing, configuring 64 bit pwd sync on Win 2008. Thanks. Jack

    Hi again Tim-
    Given the error "failed to crack URL" I believe you're hitting an issue we have documented as bug # 21999. Here's the jist of it and a possible way around it.
    ==========
    When installing password sync on a Windows 2008 system, if you are not
    logged in as 'Administrator', the installer and the configure applications
    may be subject to Windows File And Registry Virtualization (FARV). This may
    cause the registry entries for password sync to be written to the user portion
    of the registry, rather than the system portion. Subsequently, password sync
    will fail with the message "failed to crack URL".
    To work around FARV, either run the MSI installer from a privileged cmd.exe
    prompt, or run the configure.exe application using the "Run As Administrator"
    functionality (right-click on the configure.exe application, select "Run As
    Administrator").
    ==========
    Hope this helps.
    Regards,
    Alex

  • Issue With Installing GFortran

    Hello,
    I am attempting to resurrect an old rig. My goal is experiment with system administration. My requirements are that the machine have a Basic Linear Algebra Subroutines (BLAS) implementation installed. Further, this implementation should be written in Fortran. Unfortunately, I have not been able to get GNU's Fortran compiler installed.
    Here is the output of 'uname -a'
    Linux lampadas 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:52:05 CEST 2013 i686 GNU/Linux
    To start, I attempted to install the GNU Compiler Collection by:
    $ sudo pacman -S gcc
    However, the resulting installation does not include GFortran! I believe this means that the packaged binaries that are available do not include the GFortran front end. I then attempted to install it more directly:
    $ sudo pacman -S gcc-fortran
    This results in something stranger:
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1): gcc-fortran-4.8.1-1
    Total Download Size:    4.80 MiB
    Total Installed Size:   15.49 MiB
    :: Proceed with installation? [Y/n]
    Upon confirming the installation 'pacman' starts to output:
    error: failed retrieving file 'gcc-fortran-4.8.1-1-i686.pkg.tar.xz' from arch.linux.net.mk : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'gcc-fortran-4.8.1-1-i686.pkg.tar.xz' from mirror.jmu.edu : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'gcc-fortran-4.8.1-1-i686.pkg.tar.xz' from mirror.internode.on.net : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'gcc-fortran-4.8.1-1-i686.pkg.tar.xz' from ftp.mfa.kfki.hu : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'gcc-fortran-4.8.1-1-i686.pkg.tar.xz' from mirror.archlinux.fi : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'gcc-fortran-4.8.1-1-i686.pkg.tar.xz' from archlinux.aubrac-medical.fr : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'gcc-fortran-4.8.1-1-i686.pkg.tar.xz' from ftp.portlane.com : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'gcc-fortran-4.8.1-1-i686.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : The requested URL returned error: 404 Not Found
    gcc-fortran-4.8.1-1-i686                                                      4.6 MiB   340K/s 00:14 [################################################################] 100%
    (1/1) checking keys in keyring                                                                               [################################################################] 100%
    (1/1) checking package integrity                                                                            [################################################################] 100%
    error: failed to commit transaction (wrong or NULL argument passed)
    Errors occurred, no packages were upgraded.
    Can someone shed some light on what is going on here?

    As you can see, https://www.archlinux.org/packages/?name=gcc-fortran gcc-fortran is available in version 4.8.1-2, not 4.8.1-1. It's been just updated about a day ago, if I'm reading it right, so all the servers should have it by now.
    Also, your kernel should be at least 3.10.3-1 https://www.archlinux.org/packages/?sor … name=linux
    Always update your system before installing new software.
    When pasting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
    like this
    It makes the code more readable and - in case of longer listings - more convenient to scroll through.

  • Issues with instaling Weblogic.server

    Dear all,
    while installing Weblogic i got stucked where I had to create a new WLS domain and start WLS. I created domain outside the MW_HOME (I use Windows) and I typed
    %JAVA_HOME%\bin\java.exe %JAVA_OPTIONS% -Xmx1024m -XX:MaxPermSize=128m weblogic.Server
    But it constantly giving me back this error:
    D:\Projekti\Nereids_dmn\base_domain>D:\programi\java\bin\java.exe -Xmx1024m -XX:MaxPermSize=128m weblogic.server
    Error: Could not find or load main class weblogic.server
    As you see, I did not put anything in the place of %JAVA OPTIONS% (sincerely, because I don't know what to put there) but after giving the shortcut i just copied the -Xmx1024m -XX:MaxPermSize=128m weblogic.Server.
    Can anyone suggest me what is missing here?
    Thanks in advance.
    Ursa.

    Funny, I had this EXACT same problem this morning myself. I did some more digging and while I don't know what step we both missed that properly adds the jar to the environment or whatever, I did find the workaround that'll get you going. You need to invoke the jar in which the weblogic.Server class is found. Assuming you've set up the WLS_HOME environment variable during the install (I followed these instructions myself - http://www.oracle-base.com/articles/12c/weblogic-development-only-installation-on-oracle-linux-5-and-6-12cr1.php) then you can set up your domain by using the following command:
    *$JAVA_HOME/bin/java $JAVA_OPTIONS -jar $WLS_HOME/server/lib/weblogic.jar weblogic.Server*
    You can add whatever memory conditions you want before the -jar flag. That'll start the configuration and allow you to proceed with creating the domain.

Maybe you are looking for

  • Lomboz and OC4J 10.3.1

    Hello, I am using Lomboz with OC4J 10.3.1. While trying to add a new module, I get the error that some OC4J libs doesn't exist. This libs are: adminclient.jar oc4j-internal.jar ojdbc14dms.jar soap.jar has anyone an idea where I can find these jar fil

  • HT4437 how can i use my labtop on the wed and watch everthing im doing on my tv

    how can i use my labtop on the wed and watch everthing im doing on my tv

  • Protect a jar file

    how to protect a jar file so that no one can de -jar the class files from it please suggest.. thanks..

  • X Code Tools 2.5 Package Index

    Is there a page that lists the location of each Tool within the .pkg files for XCode 2.5? This will come in handy when installing components individually so that I don't have to go through the whole installation process.

  • Safari 5.0 crashing on launch on iMacs

    Good morning. I've updated our workstations to Safari 5.0. On our iMac machines only, it crashes on launch when a user is logged on. If a workstation administrator is logged on, Safari behaves normally. The iMacs are model 7.1, Core Duo 2GHZ and mode