Solaris10 install - unable to run cmd /usr/sbin/sysidput

I have an Ultra10 at home with Solaris9 on it now. Attempting to install Solaris10 from CDs. Boots up fine on first CD, then tries to configure hme0 and chokes. Gives me errors "Warning: hme0: fault detected in device; service degraded" and "Warning: hme0: No response from Ethernet network: link down --cable problem?"
I'm using a Linksys cable modem BEFCMU10 and Linksys cable router WRT54GS. Noticed it started doing this when I changed from old BEFSR41 router to new wireless router.
Well, I ignore this error and move on. Install process gathers info such as dhcp (yes, my router set up to do this), time zone and so forth. It processes my inputs and then gives me the error "unable to run cmd /usr/sbin/sysidput".
Anyone have either of these problems and resolve them successfully?
Thanks, Ron

How do I enable this at install time from the CDs?Afraid the answer is likely burn a custom boot CD
after judicious tampering with the GA media-set - or -
read up on custom JumpStart installations (neither
are exactly for the faint hearted, both are probably
overkill).
Wondering if this is causing the other error "unable
to run cmd /usr/sbin/sysidput"?Could be a combination of a bug in the installer
triggered by primary netif down + DHCP network
parameter configuration selected.
Suggestion would be (as next poster suggests)
rebuild with node detached from LAN, and, with
static, dummy network parameters as workaround,
then post-install setup etc/system to work around
your switch's carrier-sense bogosity as per Sol9
as well as re-enable for DHCP.
It's probably also worth filing this as a bug if you
have a SunService contract; it wouldn't be the
first time one of OpenPROM, the install-time
mini-root, suninstall, or dhcpagent have shipped
with inbuilt "just don't do's".
IOTW - work around the problem, bug it with Sun
if it's reproducable, then get on with life.

Similar Messages

  • Solaris 10 06/06 x86 install Unable to run cmd: /usr/sbin/sysidput

    Hello,
    When I install Solaris 10 06/06 on my x86 machine, I follow all of the prompts. Eventually , I get to a place in the X Windows GUI where I enter my IP, netmask, Router IP, DNS server IPs, domain, and search list.
    I get an error at the end of th network configuration section.
    runCmd error in /usr/sbin/sysidput with output:
    Unable to run cmd: /usr/sbin/sysidput
    No sysidcfg found.
    I found my sysidcfg at /etc/sysidcfg. everytime I try to create a file or copy a file over to /usr/sbin. I get a read only error. I am logged in as root..
    /etc is not my $PATH. Is that the problem? Do special commands exist to put it in the path?
    Please help. I have not used UNIX in two years. I not know Solaris Administration.
    Does a newer DVD exist with the fix already done?
    Thank you very much.
    Andre Mikulec
    [email protected]

    This is a known issue. Do not configure the network at the time of OS installation. Select NON-Networked and continue,
    Once you are done with the installation, run sys-unconfig and you will be able to configure the network.
    -M

  • Unable to run cmd:/usr/sbin/sysidput

    Trying to load Solaris10 from a jumpstart server running Solaris 8. I keep getting the error Unable to run cmd: /usr/sbin/sysidput. It seems to have something to do with networking. Does anybody know what this error is or a workaround for it.

    Well, i saw it in a Solaris 10 Beta, it should be fixed in the current version.
    Do you have a sysidcfg file? If so, what does it point out as a primary interface? Maybe the primary interfaces specified in that file doesn't exists on the machine.
    Othervise, check the /var/sadm/system/logs/sysidtool.log file (might be under /a/var/sadm/system/logs/sysidtool.log )
    //Magnus

  • Jumpstart - Unable to run cmd: /usr/sbin/sysidput

    I'm working on migrating my main NIS/Jumpstart server from Solaris 8 to Solaris 10. I've setup up a new Solaris 10 NIS/Jumpstart server for testing purposes while the Solaris 8 server is still in production.
    Any time I try to install a client with this new Solaris 10 server, it blows up when it gets to the "Please wait while the system is configured with your settings..." window.
    An Error dialog is displayed with the text "An error has occurred in configuring the system. Please go back and check your settings."
    The console shows:
    Completing system identification...
    runCmd error in /usr/sbin/sysidput
    Unable to run cmd: /usr/sbin/sysidput
    General error, see /var/sadm/system/logs/sysidtool.logThe sysidtool.log doesn't show anything of any interest, so that's a dead-end.
    Of course I've tried changing all the settings, getting rid of sysidcfg all together and answering the prompts instead, but the install still fails in the same way.
    Any help will be greatly appreciated.
    Thanks,
    --Zach
    Edited by: ZachAnthony on Oct 9, 2007 2:41 PM
    Edited by: ZachAnthony on Oct 9, 2007 2:42 PM

    I too faced this error and wondered wat 2 do. Its just elementary
    Press Stop A combination and come to OK prompt if sparc machine
    Remove LAN cable and restart by executing command : boot cdrom
    Go for NON NETWORKED option while installation.Later you can setup after installation
    If u want u can enable remote services
    It will work...no need to do anything with sysidput file
    I have advised this option for sparc machines
    if any issues reply.................

  • Unable to run cmd.exe in hosted web application?

    Hi
    I have to execute a cmd.exe in web application to merge a file.My code work fine on my dev environment. But on hosting the
    application on server unable to run the cmd.exe . Below is the code.
     ProcessStartInfo processStartInfo = new ProcessStartInfo("cmd.exe");
                        processStartInfo.RedirectStandardInput = true;
                        processStartInfo.RedirectStandardOutput = true;
                        processStartInfo.UseShellExecute = false;
                        Process process = Process.Start(processStartInfo);
                        if (process != null)
                            process.StandardInput.WriteLine("c:");
                            process.StandardInput.WriteLine("xcopy " + srcfilename + " " + destfilename + "
    /a /m /d /s /e /v");
                            // process.StandardInput.WriteLine("a");
                            process.StandardInput.Close(); // line added to stop process from hanging on ReadToEnd()
                            string outputString = process.StandardOutput.ReadToEnd();
                            process.Close();
                            // process.Kill();                   
    Pawan

    What is the hosting you are using on azure? Hosted your application as Azure web site or cloud service?
    If it is a azure cloud service - you will either need to define the start up tasks to do the same or need to run your azure roles in elevated context.
    Read more - https://msdn.microsoft.com/en-us/library/azure/gg456327.aspx
    https://msdn.microsoft.com/en-us/library/gg557553.aspx#Runtime
    Bhushan | Blog |
    LinkedIn | Twitter

  • [SOLVED] cronie reports "/usr/sbin/run-cron: No such file or directory

    Hi, I just made a fresh install of Arch Linux x86_64 on my PC and I'm having troubles with cronie.
    cronie emails say:
    /bin/sh: /usr/sbin/run-cron: No such file or directory
    In crond.log I have:
    Jan 2 22:01:01 localhost /USR/SBIN/CROND[4691]: (root) CMD (run-parts /etc/cron.hourly)
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) STARTUP (1.4.8)
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (running with inotify support)
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (@reboot jobs will be run at computer's startup.)
    Jan 2 23:00:01 localhost /USR/SBIN/CROND[5733]: (root) CMD (ID=sys-hourly /usr/sbin/run-cron /etc/cron.hourly)
    Jan 2 23:00:01 localhost /USR/SBIN/CROND[5732]: (root) CMDOUT (/bin/sh: /usr/sbin/run-cron: No such file or directory)
    Jan 2 23:01:01 localhost /USR/SBIN/CROND[5748]: (root) CMD (run-parts /etc/cron.hourly)
    I've changed very little of the configuration files provided with the package: root's crontab is completely empty, and cron.hourly only contains the original untouched 0anacron file.
    I have the same basic setup on another machine and I don't have such errors.
    Any hints?
    Thanks
    Last edited by Venator85 (2012-01-03 20:26:16)

    [karol@black ~]$ nosr /usr/sbin/run-cron
    extra/dcron
    community/fcron
    Seems that file is provided by other cron implementations.

  • Crond error: unable to exec /usr/sbin/sendmail: cron output for user .

    I have cronjobs running as a normal user.
    shadyabhi@ArchLinux ~/cronjobs $ crontab -l
    #CronJobs located in $HOME/cronjobs/*
    0 * * * * /home/shadyabhi/cronjobs/snailmail.sh
    * 5 * * * /home/shadyabhi/cronjobs/backup_pkgs.sh
    * 5 * * * /home/shadyabhi/cronjobs/backup_songs.sh
    shadyabhi@ArchLinux ~/cronjobs $ sudo tail -f -n 10 /var/log/crond.log
    Oct 16 09:00:12 ArchLinux crond[13410]: unable to exec /usr/sbin/sendmail: cron output for user shadyabhi /home/shadyabhi/cronjobs/snailmail.sh to /dev/null
    Oct 16 09:40:01 ArchLinux crond[1552]: FILE /var/spool/cron/root USER root PID 13622 job sys-hourly
    Oct 16 10:00:01 ArchLinux crond[1552]: FILE /var/spool/cron/shadyabhi USER shadyabhi PID 13739 /home/shadyabhi/cronjobs/snailmail.sh
    Oct 16 10:00:13 ArchLinux crond[13806]: mailing cron output for user shadyabhi /home/shadyabhi/cronjobs/snailmail.sh
    Oct 16 10:00:13 ArchLinux crond[13806]: unable to exec /usr/sbin/sendmail: cron output for user shadyabhi /home/shadyabhi/cronjobs/snailmail.sh to /dev/null
    Oct 16 10:40:01 ArchLinux crond[1552]: FILE /var/spool/cron/root USER root PID 14418 job sys-hourly
    Oct 16 11:00:01 ArchLinux crond[1552]: FILE /var/spool/cron/shadyabhi USER shadyabhi PID 15527 /home/shadyabhi/cronjobs/snailmail.sh
    Oct 16 11:00:13 ArchLinux crond[15593]: mailing cron output for user shadyabhi /home/shadyabhi/cronjobs/snailmail.sh
    Oct 16 11:00:13 ArchLinux crond[15593]: unable to exec /usr/sbin/sendmail: cron output for user shadyabhi /home/shadyabhi/cronjobs/snailmail.sh to /dev/null
    Oct 16 11:07:01 ArchLinux crond[1552]: reading /var/spool/cron/cron.update
    ^C
    shadyabhi@ArchLinux ~/cronjobs $ pacman -Q | grep sendmail
    sendmail 8.14.4-1
    shadyabhi@ArchLinux ~/cronjobs $
    Why am I getting that error?

    loafer wrote:The AUR package doesn't install the sendmail binary  for some reason.  There are quite a few comments about this on the AUR page.  I just built it myself.  The sendmail binary is there in the src but it doesn't get installed as part of the package.  Better ask the maintainer about why this is.
    But, I have sendmail binary in /usr/sbin
    shadyabhi@ArchLinux ~ $ whereis sendmail
    sendmail: /usr/sbin/sendmail /usr/share/man/man1/sendmail.1.gz
    shadyabhi@ArchLinux ~ $

  • /usr/sbin/update Lossage After 10.4.3 install

    I just moved from 10.3.9 to 10.4.3 on my G5 (dual, 2.0ghz; I used CCC to clone my 10.3.9 boot disk to a firewire drive and did a clean install. I migrated applications and user settings only. The install was of 10.4 and I immediately did a software update to 10.4.3 using the Combo update. Relatively immediately, my console started to get this message:
    Jan 1 17:42:43 Duende /usr/sbin/update: FIXME: IOUnserialize has detected a string that is not valid UTF-8, " C˚^?¸?¸?¸?˝_¸/¯'‡ ".
    This repeats every 30 seconds because this (update) is the daemon that writes the internal file system cache back to memory (every 30 seconds). Looking at the string by copying and pasting to the terminal, it is:
    " C\313\232^?\302\270?\302\270?\302\270?\313\235_\302\270/\302\257'\342\200\241 "
    (I'm supposing this is some unicode string, but I don't know whether it's supposed to be a file name or some internal structure or what.)
    My PB running 10.4.3 with roughly a clone of the above system doesn't have the problem.
    I did the usual:
    * disk utility
    * fsck -fy (from safe-mode boot)
    Initially, Disk Utility reported 2 "illegal names" which it fixed when booted from the install DVD. (I even tried the idea I read of it being wacky file names in the Adobe CS2 Legal directories and deleting the wacky ones).
    The system appears to run ok otherwise, so the real problem I guess is the size of the logs and the messiness of looking for other stuff in them.
    Any ideas?
    -rpg-
    Dual G5 2ghz Mac OS X (10.4.3) 8gb ram, 2 250 gb ATA drives
    Dual G5 2ghz Mac OS X (10.4.3) 8gb ram, 2 250 gb ATA drives

    When the Migration Assistant (which I think is what the Setup Assistant uses) asked me on first boot in 10.4 whether I wanted to migrate from an existing computer, it found the firewire disk I had cloned to. As best I know, Target Disk Mode just makes the other computer a firewire drive.
    Also, since your note, I booted from the firewire clone of 10.3.9 and it worked just fine. So, I think this is not the problem.
    I think it would be easier to somehow figure out where the bad string is coming from. I'm guessing it's a unicode filename that is not UTF-8, just like it says. There seems to be a lot of non-Roman file names around, and I've seen threads where Adobe CS2 has created some some have caused problems for Tiger, so I'm guess it's a similar thing.
    The logs give a hint, the string is this:
    C˚^?¸?¸?¸?˝_¸/¯'‡
    But this is a mapping from what the string really is to what can be represented in the log.
    However, if after a while I can't figure it out, I'll do another erase and install and reload things by hand. What makes me hesitate is that I have a wiki which is kind of a mess to install afresh.

  • Leopard hangs starting /usr/sbin/ocspd after both upgrade and clean install

    I have a clean SuperDuper backup, so I can always go back to Tiger, but since I've paid for Leopard, it sure would be nice to run it!
    I've got a MacBookPro with 4GB of RAM that's only a few months old. It has been happily running 10.4.10.
    Earlier today, I tried an Upgrade to Leopard, which appeared to work, though the system would not boot. The gray screen with the Apple logo and the spinner appears, and then the spinner stops. Powering off and restarting hangs at the same place. Booting off the external drive properly boots Tiger and mounts the internal drive on the Tiger desktop, so the internal drive appears to be fine. Disk Utility says it's fine. It just hangs.
    Since I have a perfect bootable backup, I go for the clean install. This first appears to work, and lets me boot Leopard. I restore Documents and Music and begin to install apps, and I notice that some apps appear to be hung. After installing each app, I run it, enter whatever license information is required and update to the latest rev, and quit it. At some point I realized that the last few apps I'd quit are still running. A quick check of top reveals that none of them are chewing up a lot of CPU, but when I quit top, I can't get back to a shell prompt, either. Opening a new Terminal tab doesn't get me to a prompt, either. I finally hold down the power key to reboot.
    It hangs at the same gray screen. Disk Utility still says the disk is clean.
    I use Command-V to boot in verbose mode, and I note that the last line that appears is:
    /usr/sbin/ocspd[86]: starting
    I've rebooted several times, and that's always the last line that displays. Apparently something has scrambled ocspd?
    I'm going to try another clean install, and avoid GlowWorm FW Lite this time around. I'd installed a bunch of apps, but I think that was the first one to hang on me.
    Anyone else with similar experiences? I've never had trouble with OSX upgrades before, so I'm still kinda in shock about this.

    I restarted in Safe Mode (hold down shift), which did start!
    I then removed GlowWorm 1.5.3beta by simpy dragging it to the trash (couldn't find an uninstaller anywhere).
    Now when I boot, it still hangs, but ocspd is no longer the last message displayed. Instead, I get 'Login Windows Application Started' last sometimes, and mds complaining that there was an unclean shutdown of /.Spotlight-V100/long/path/name sometimes.
    I'm trying Safe Boot again, but I'm not sure what else to try to remove! I think I'm back to Clean Install again after all.

  • I have purchased a mac mini only to find I am unable to run Logic pro 9 , is there any way this can be achieved? It has been suggested that I partition the drive and install a copy of an older operating system to run the Logic Pro, is this feasible?

    I have purchased a mac mini only to find I am unable to run Logic pro 9 , is there any way this can be achieved? It has been suggested that I partition the drive and install a copy of an older operating system to run the Logic Pro, is this feasible?

    BDAqua wrote:
    ....but some other new Macs will boot frome a clone of 10.6.8...
    Only with a whole lot of effort and instability.  As the new Minis have
    hardware (HD4000, USB 3.0, etc.) that is totally unsupported in old OSes.
    The only option would be to see if it would work by installing in a virtual machine
    running 10.6.8.  I'm sure there will be some performance hit but whether it would
    be enough to be unusable is the question.

  • I have installed flash player but am unable to run it. Can you help me?

    I have installed flash player but am unable to run it. What should I do?

    You have not mention information about your operating system but still;
    Windows:http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    Macintosh:http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html
    If issue still persist;provide information Regarding operating system you are using and product version.
    Sarika

  • Unable to run Software Install/Restore Disk, Help!

    Hi,
    Currently unable to run my original Software Install and Restore disk.
    Can force the CD tray to open, Disk drive is working fine and can hear it whirring but not running the program on disk!
    Tried holding C key not working (did run my Apple Hardware Test disk though)
    Also tried Holding Command, Option, Shift and Delete keys (to disable hard drive as described in Apple help info)
    If anyone has any suggestions I’m know throwing in potential marriage to anyone with an answer that’ll work.
    (Please note: I’d love to buy DiskWarrior but at £70 and currently being unemployed, that is definitely a last resort.)
    MY ORIGINAL PROBLEM IS OUTLINED BELOW
    Hi nice people.
    I own a –G4 imac 15” flat panel, running OSX10.2
    Currently after turning on my computer I get the following-
    The start up tone, then a screen with the grey apple logo, I then get the spinning grey progress wheel and this is how the computer remains, not progressing from this screen!
    The hard drive is making an active noise for the first minute and then goes quiet.
    Previously to this situation-
    My computer kept locking up while I was using the Internet.
    Seeing the progress indicator (spinning disc) it remained constant and I was not able to do anything from this point. Tried force quitting nothing.
    Switching off the computer with the power button led me to me my current situation.
    I have followed all online help advice that seems to be relevant and have tried the following-
    Resetting PRAM_
    Safe Boot_
    I have also disconnected all additional devices and Ethernet connection.
    Bugger.

    Ok, well they don't actually have them anymore, but if one calls up and says they lost their cds, Apple SOS can send a duplicate, but whether or not its the actual 4 cds and two 10.2.1 cds that remains to be seen, but according to what they told me they no longer provide the cds unless the customer mentions that it was lost or misplaced.

  • I am unable to run .exe files. I downloaded the install flashplayer update and it won't find the downloaded file!

    To open Firefox a window comes up asking me what program to start the program with. I select Firefox and somehow it comes up. I am unable to run any of my other programs from the start menu or shortcuts.

    ''christ1 [[#answer-684469|said]]''
    <blockquote>
    Reboot your computer.
    When it's back up again run the installer with administrator permissions.
    </blockquote>
    Thank you christ1. That worked. I did try running it with administrator, but I hadn't rebooted and it didn't work. It did work after I rebooted. I don't know why that should have mattered, but there you go. Thank you again.

  • Please I can not get a .jar file to run on XP SP3 start/run/cmd/

    I can not get a .jar file to run on XP SP3 start/run/cmd/
    Please help if can figure this out. I'm convinced it is a Windows XP SP3 problem from searching on google and seeing other ppl on XP SP3 with same problem (but no working solution for myself). I'll try to be complete-listing all I've done.
    I had installed: Java SE Runtime Environment v6u14 for Windows Multi-language
    I had checked here it was working properly: http://www.java.com/en/download/manual.jsp
    I'm trying to run this jar file (soht-client-0.6.2.jar):
    http://prdownloads.sourceforge.net/telnetoverhttp/soht-java-client-0.6.2.zip?download
    http://www.ericdaugherty.com/dev/soht/javaclient.html < this is the information for the program.
    (yes the file can be executed and should open the program's window
    I wanted to post screenshot of it but friend that it's working for isn't here)
    _(Please find log of all cmds I did in this post here: http://pastebin.com/f792983df )_
    _I have extracted +'all' the files to: C:\062\+_ (I have tried using other directories, same problem)
    ++I then start/open/run/cmd+
    then I: cd C:\062\+
    then I try various commands - all+ of these do absolutely nothing- meaning no errors, no reply, no window opens, nothing except enters that directoy again:
    java -jar soht-client-0.6.2.jar
    java -jar -client soht-client-0.6.2.jar
    java -client -jar soht-client-0.6.2.jar
    java -jar soht-client-0.6.2.jar soht.properties
    soht-client-0.6.2.jar
    So I try this cmd: java soht-client-0.6.2.jar
    Reply:
    C:\062>java soht-client-0.6.2.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: soht-client-0/6/2/jar
    Caused by: java.lang.ClassNotFoundException: soht-client-0.6.2.jar
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Could not find the main class: soht-client-0.6.2.jar. Program will exit.
    I try this cmd:
    java -jar soht-client-0.6.2.jar -client
    Reply:
    C:\062>java -jar soht-client-0.6.2.jar -client
    Unable to load configuration file: -client - java.io.FileNotFoundException: -cli
    ent (The system cannot find the file specified)
    SOHT Java Client
    The SOHT Java Client requires a properties file. Either start
    the application in the same directory as the soht.properties
    file, or specify the file name on the command line:
    java -jar soht-cleint-<version>.jar c:\soht.properties
    So then I do these cmds which produce the exact same error/reply just above; Unable to load..:
    j_ava -jar soht-client-0.6.2.jar -client soht.properties_
    java -jar soht-client-0.6.2.jar -client C:\062\soht.properties
    So then I copy soht.properties to C root and do:
    java -jar soht-client-0.6.2.jar -client C:\soht.properties <same error as above
    Then from other information I have read I right click on the .jar file, select open with Always open with:
    _"C:\Program Files\Java\jre6\bin\javaw.exe"_
    Try again.. same problem.
    Then I do cmd:
    _"C:\Program Files\Java\jre6\bin\javaw.exe" -jar "C:\062\soht-client-0.6.2.jar"_
    does nothing, retry the other commands same thing (either nothing or those same replies)
    Then I read (http://forums.sun.com/thread.jspa?threadID=5384879) someone had the same problem as I and they solved it by uninstalling all Java/reboot/ then install JDK 6 Update 14 with NetBeans 6.5.1 start NetBeans and then it worked for them.
    So I unistalled all Java, rebooted and gave the cmd another try (before re-installing), now a new error, of course:
    C:\062>java -jar soht-client-0.6.2.jar
    'java' is not recognized as an internal or external command, operable program or batch file.
    Then I install  Java SE and NetBeans Cobundle (JDK 6u14 and NB 6.5.1) Final Release/ reboot/ open Netbeans/
    go to test java page; all is good, run cmds again -and still nothing..
    C:\062>java -version
    java version "1.6.0_14"
    Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
    Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)
    I reassociate program with: C:\Program Files\Java\jre1.6.007\bin\javaw.exe_
    same thing.. nothing
    Thank you very much for your time :D_
    PS. My computer has been newly reformatted so needing another reformat I'm sure is not the solution.

    Thank you very much for your replies Taggert_77 & swmtgoet_x :D
    Taggert77_: I have never used NetBeans. I only installed it in the bundle as I had read on another post that somehow installing the bundle magically helped another user with the same problem (he didn't know why it worked after that either).
    Before XP SP3 I was able to execute .jar file through cmd prompt. Now I am not.
    This file is executable, grab it and you will see. Here is a screen shot (program in front is FlashFXP, behind is the cmd prompt and what should happen):http://www.freeimagehosting.net/uploads/53273b4ddf.jpg
    swmtgoetx_: I only did the other cmd's to try to make it spit out something, anything lol :D
    The proper cmd is simply: java -jar soht-client-0.6.2.jar
    I did give your cmd a try, and it produced nothing :( (just like the other correct cmds)
    java -client -jar soht-client-0.6.2.jar soht.properties
    Thank you again...the mystery remains
    PS. If you do a search for this you'll find an amazing amount of XP SP3 users with the same problem and no solution posted that I could find except one chap that did the unistall install order that I did above).

  • Unable to run ALBPM Ant tasks on Linux

    Hi,
    I am trying to execute a simple build script that creates a session with given directory details and deploys/publishes a project on to the Enterprise Server. With usual modifications, this scripts works fine on Windows, but on Linux it keeps on giving an error that makes no sense. I am copying my build file as well as error stack trace below. Please help me on urgent basis.
    OS: Linux 64 bit
    Oracle Enterprise Server: 10.3.1.0.0
    JAVA_HOME=/usr/java/jdk1.6.0_16
    ANT_HOME=/usr/ant/apache-ant-1.8.1
    build.xml
    <!-- This script publishes and deploys a BPM Project, undeploys and unpublishes a BPM Project, Export Organisation.xml -->
    <project name="sampleproj"
         xmlns:fuego="antlib:fuego.tools.ant.enterprise"
         xmlns:fuego.j2ee="antlib:fuego.tools.ant.j2ee">
    <!-- Include properties -->
    <property file="build.properties"/>
    <echo message="Enterprise Home Directory:: ${fuego.basedir}" />
    <echo message="Ant Version:: ${ant.version}" />
    <echo message="Connecting to directory:: ${fuego.directoryid}" />
    <fuego:passport id="passport"
    directoryid="${fuego.directoryid}"
    preset="engine" />
    <target name="publish-on-linux" description="Publish and deploy processes">
    <echo message="Creating session..."/>
    <!-- Open a session to the ALBPM directory -->
    <fuego:session passportref="passport"
    verbose="true"
    haltonerror="true">
    <!-- Publish processes -->
    <fuego:publish fpr="${bpm.project.path}"
    deploy="true"
    engine="${fuego.engine}"
              haltonerror="true"
              importdata="true"
              automapconfigs="true"
              automapvars="true"
              automaproles="true"
              automapbuspars="true"
              importcustomviews="true">
    </fuego:publish>
    </fuego:session>
    </target>
    </project>
    build.properties
    # Enterprise installation directory
    fuego.basedir=/opt/OraBPMwlHome
    # Name of ALBPM Engine to deploy to
    fuego.engine=bpmengine
    # Project to deploy
    bpm.project.path=/usr/test_ant/sampleproj
    # Directory details
    fuego.directoryid=default
    Error on running the target publish-on-linux
    [echo] Enterprise Home Directory:: /opt/OraBPMwlHome
    [echo] Ant Version:: Apache Ant version 1.8.1 compiled on April 30 2010
    [echo] Connecting to directory:: default
    publish-on-linux:
    [echo] Creating session...
    [fuego:session] fuego base dir [opt/OraBPMwlHome]
    BUILD FAILED
    /usr/test_ant/build1.xml:25: java.lang.NullPointerException
    at fuego.tools.ant.BaseFuegoTask.getClassLoader(Unknown Source)
    at fuego.tools.ant.BaseFuegoTask.executeTask(Unknown Source)
    at fuego.tools.ant.enterprise.taskdefs.DirectorySessionTask.executeImpl(Unknown Source)
    at fuego.tools.ant.BaseFuegoTask.execute(Unknown Source)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:390)
    at org.apache.tools.ant.Target.performTasks(Target.java:411)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
    at org.apache.tools.ant.Main.runBuild(Main.java:801)
    at org.apache.tools.ant.Main.startAnt(Main.java:218)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    Total time: 0 seconds

    Amit Zini wrote:
    Dear All,
    I am unable to run my oracle 10g forms application on Linux machine which is runing Fedora 16.
    i have tried to install jre 6 but mozilla firefox 10 is not loading my oracle 10 forms application, it says plugin missing.
    Kindly help me to short out the problem.
    java version "1.6.0_24"
    OpenJDK Runtime Environment (IcedTea6 1.11.1) (fedora-65.1.11.1.fc16-i386)
    OpenJDK Server VM (build 20.0-b12, mixed mode)
    Regards.
    Amit.Try with down grade of Mozilla firefox. may be version 6 to 8. not 9/10.
    Firefox with 9 and higher doesn't support JRE version 1.6.XX.
    Hopes this helps

Maybe you are looking for

  • Regarding MB5B(stock details) transaction

    Hi all,     there is a standard report in SAP for Stock details on posting date in MB5B transaction. If you go in to this, there is a field 'layout'. what is meant by that layout and how can we add to any report?? after executing we will get a list.

  • PLEASE HELP .... Tosiba hard drive problem or dead ???

    Hi ... I never had a hard drive die before.  So I am not sure how this would occur.  Not sure if I purchase a new Toshiba hard drive would solved the problems I am coming across. I am using a Toshiba MX4019GAX 40GB h/d for my notebook for about 5 1/2

  • Synchronous read file and status update

    Hi, CSV file to be loaded into the database table. ASP used as front end and ESB should be used for backend processing! A csv file is placed in a fileshare by an asp page. After that a button is clicked on the asp page which inserts a record into a d

  • Need help regarding SELECT statement

    Hello, first time here but need help badly. I been using SQL syntax with another SQL server by the following statement doesnt seem to work in Oracle database. SELECT firstname+" "+lastname AS fullname FROM customers basicially, I just want to display

  • Tuxedo Response Transformation from XML to FML

    Request flow :Tuxedo -> OSB Proxy Service > OSB Business Serivice >Target Web Service. Response flow : Target Web Service send response to -> Business Service ->OSB Proxy serivice (Transforma the Complex XML to FML) ->send to Tuxedo Client. i have fo