Running Unix Console Application on X86 Linux Target

Hello,
I tried to build a linux console application. I followed this tutorial http://zone.ni.com/devzone/cda/tut/p/id/5412 and it worked fine.
The result was an executable that runs on my Windows-PC.
But how can I run the program on my Debian-Linux machine (X86)?
Greets Smithee

Hi Smithee,
The application you built was compiled with gcc for Windows. To cross-compile for a Linux PC, you would have to create your own target that calls gcc for Linux. This involves modifying plug-in VIs and possibly updating some header files. The steps in the porting process are explained in this document: http://digital.ni.com/manuals.nsf/websearch/1DE04E4CE92B5D4186257309006E1BC2.
Michael P
National Instruments

Similar Messages

  • Debug & run a console application on xcode

    I'd like to run and debug a group of console applications. I got the source code from the Internet, and I can build it successfully. However, the debug aptions are all disabled, as the Run option in Product. I think that's because I couldn't set the application to run, as there are different options in that lib.
    In the print below, I'd like to run and debug the lasinfo.cpp app.
    How can I do that?
    Tks in advance,
    Mauro Assis

    You must choose a target to run from the Scheme menu in the project window toolbar. If you look at your screenshot, you would click the ALL_BUILD target at the top of the screenshot and choose the target you want to run, which would be lasinfo in your case.
    If you don't see a list of all the targets in your project when you click the ALL_BUILD target, choose Manage Schemes. Click the Autocreate Schemes Now button. That should create a scheme for each target in your project. If it doesn't, you're going to have a lot of work choosing the program you want to run. You'll have to edit the scheme, click on the Run step, and choose the program you want to run. Since you have 21 targets in your project, switching targets will be tedious. Xcode wasn't designed to work with that many targets. For command-line projects, Xcode was designed for one application per project.

  • Adopt emb.LV to emb.Linux Target ARM9 Prozessor

    Hello I posted this request also in the LabView board... but now I saw, that there is an embedded LV specific too.
    I'm a student doing my thesis work in sweden and I'm quite new to LV.
    I read the manual for porting emb.LV Runtime but don't have an idea where I have to start with.
    my
    platform is an microcomputer (NetDCU8) with an ARM 9 prozessor,
    touchscreen, Network, serial ports, SD-Card and ADC's running embedded
    Linux (Emlix).
    The graphic part I allready programmed in C/C++ and it could be running as a thread.
    This is what I need to programm within LV:
    - starting the graphicfunction as a thread
    - reading values from ADC's and store them into global Arrays every 60 seconds
    - doing some calculations with those values
    - storing values into logfiles onto Networkfolder and SD-Card (both mounted when the target start up Linux)
    I'm
    able to do all this stuff in C/C++. But as a part of my thesis work, I
    have to make emb. LV useable for programming for my target.
    The BSP is only for Linux-Computers.
    I'm not very familar with operating systems and have zero experience in porting anything.
    But
    if there are some good hints, where I have to look at and what I maybee
    can use, that's already done, then I think I have a chance to manage
    it.
    ...I have only 1 month left for my work.... 
    Best regards from Göteborg,
    Tobias

    Hi Tobias,
    Before you begin, verify that you know all the steps required to run a C application on your embedded target. Be familiar with the compiler, linker, and how to download and run. The more you know about the toolchain, the easier porting LabVIEW Embedded to the target becomes.
    The first step is porting the LabVIEW run-time libraries to your target. This step is explained in detail in the LabVIEW Embedded Porting Guide. After that, you create your new target in LabVIEW and integrate the toolchain by implementing plug-in VIs to support building, downloading, and running. These are the required steps to run LabVIEW Embedded applications on arbitrary targets.
    Since the the BSP is only for Linux computers, that means you will need to do one of two things: (1) rebuild the BSP in Cygwin for Windows. This could prove to be difficult depending on your expertise in C and Unix programming. (2) Use the plug-in VIs to SSH to the Linux machine and build the application. This adds another layer of complexity to the porting process.
    Given your admitted lack of expertise in porting, LabVIEW, and your short timeline, you will need help from your colleagues to
    be successful.
    Michael P
    National Instruments

  • Unix Console App: serial communication

    Hello, I'm trying to communicate within my VI over RS-232 (loopback test). In a normal VI everything works fine, but when I'm building a Unix Console Application no data is beeing received. The number of bytes at the serial port is always zero, although data is beeing send (traced it with an oscilloscope).
    Regards Michael.

    What is the baud rate u have set.Have you defined your port properly?

  • Update-Help error when console application is run in remote machine via PS remoting

    Hello,
    When I execute a particular console application in a remote machine via PS remoting, I get an error related to update-help. When I execute it directly on the remote machine, it works...
    My code:
    $credential = Get-Credential -Credential "DomainName\AccountName"
    $session = New-PSSession -ComputerName "MachineName" -Authentication Credssp -Credential $credential;
    Invoke-Command -session $session -ScriptBlock {
    try{
    cd <network share location>
    .\theConsoleApp.exe | Out-File C:\console-output.txt
    $error | Out-File C:\console-error-output.txt
    $exitCode
    } catch {
    throw $error
    Error seen in the console:
    NetNat, PcsvDevice, PSDesiredStateConfiguration, SoftwareInventoryLogging, StartScreen, TLS, WindowsSearch' with UI culture(s) {en-US} : Unable to retrieve the HelpInfo XML file for
    UI culture en-US. Make sure the HelpInfoUri property in the module manifest is valid or check your network connection and then try the command again.
    $error variable from above:
    Errored out (exit code 1603) with error message: ErrorId 10010: Xpatch threw an unexpected exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    I’ve tried
    two different user accounts
    multiple file share locations
    different OSs
    different target servers
    but have not determined the cause of the error.
    I would appreciate any help on this.
    -Rohan.

    Clearly the remote EXE cannot run in that context.  YOU should not run that program remotely.
    I suspect there is also information you are not giving to us.
    ¯\_(ツ)_/¯

  • Console Application to run with window open

    Hi Guys
    I have a Console Application that I wrote and it working perfectly when I run it manually. It can create report using Crystal Reports, exports to PDF and then print.
    My challenge was when I ran it as a task, the reports are created but its not printing, my default PDF view is Adobe.
    How can I run my app with the Window open because I think that's causing it not to print
    Brian

    After doing some searches it turned out the issue I had was with Adobe Reader XI, when run from Task Manager it always gives problems so.
    I ended up using PDF XChange Viewer for printing and I can now print my PDFs with no Windows popoing up. I installed the free Viewer and call it from my code to print.
    Process.Start("C:\Program Files\Tracker Software\PDF Viewer\pdfxcview.exe", " /print:printer=""" & PrinterName & """ """ & pdfFileName & """")

  • Calling Console Application that uses WebBrowser from SQL Server - Not Running

    Hi there. I am working in a program automation that needs to get files from a website and put it in a database. It is done but as I need a console application and need webbrowser that comes from Windows Forms, I am trying to call it from the SQL Server using
    the xp_cmdshell but when it runs the .exe, it execute the block that is before the Application.Run() command but when it reaches this line, it stay running on Task manager but it not execute my code. How can I fix this? I had first created a Windows form application
    but it was not working anyway and then I tried a console application and then I use the [STAThread] and Application.Run(). At least it runs the file from SQL Server but is not executing all my code, I think that it stops on Application.Run() line. Any help
    will be very useful.
    Thanks for now.

    Thanks for the response. What I mean is that it just run the part of the code that is just using the Console, that's the code:
    // Main Method
    [STAThread]
    public static void Main()
    clearDatabase(myConnection);
    Console.Title = "Suframa Itens Robot";
    //If log file exists, it is deleted
    if ( File.Exists(@"suframaLog.txt") )
    File.Delete(@"suframaLog.txt");
    wb.DocumentCompleted += new WebBrowserDocumentCompletedEventHandler(loginWebsite);
    try
    //It is called as the program uses the WebBrowser Class from Windows Forms namespace
    //and it is a console Application
    Application.Run();
    catch ( Exception ex )
    Log(ex.Message);
    As you can see, I call a function on start named ClearDatabase, when I call the file from sql server it executes, the tables are cleared, but what I think is that the problem stop when reach the line Application.Run() as it is the line that allows the remaining
    code to execute as it uses events from WebBrowser class. 
    It is a program automation that needs to get a lot of files from a website that needs login and read line by line from the files and put on server, if I call it from the executable it runs fine, the only problem is when calling from SQL Server, Do you know
    how to fix this?
    Thanks.

  • Running Unix Command from WEB-APPLICATION

    Hi all,
    I want to run unix command from a java-based web application. the basic code part is this ---
    public class RunCommand
          public String runIt()
              String s = null, returnString = "";
              Process p=null;
              try
                       Runtime rt = Runtime.getRuntime();
                  p = rt.exec("sh testPOC.ksh");
                  p.waitFor();
                  BufferedReader stdInput = new BufferedReader(new
                       InputStreamReader(p.getInputStream()));
                  BufferedReader stdError = new BufferedReader(new
                       InputStreamReader(p.getErrorStream()));
                  // read the output from the command
                  returnString += "Here is the standard output of the command:<br>";
                  while ((s = stdInput.readLine()) != null) {
                      returnString += s;
                  // read any errors from the attempted command
                  returnString += "Here is the standard error of the command (if any): <br>";
                  while ((s = stdError.readLine()) != null) {
                      returnString += s;
              catch (IOException e)
                  returnString += "exception happened - here's what I know: ";
                  returnString += "error-> " + e.getMessage();
              catch(Exception e)
                returnString += "exception happened - here's what I know: ";
                  returnString += "error-> " + e.getMessage();
              return returnString;
      }this class is kept as an inner class. The control comes to its outer class, from servlet, from which the runit() is called. but the exception is occuring at line of p=rt.exec(.....). it tells "<command name> : not found transaction completed" [got this using getMessage() method].
    i am unable to show(and see, too) the stacktrace, because i don't have access to that test environment and its log. i can't run this in local because its windows one.
    now can anyone tell me, where is the problem. is there any limitation in web application server/container? this was successful when i used command prompt writing a .java file. Please help me. Thanks in advance...

    Friends, i've got, where the problem is.
    when we run a class file directly from a command prompt, we get an environment with that shell window. but for a servlet application running these kind of commands from a class creates kind of child processes. each and every command is executed as a child process of jvm and don't get those environment. we have 'PATH' variable in the environment. when a command (say, 'dir' or 'sh' or 'ls', etc.) is executed, the shell first search for that executable file (i.e. dir / sh / ls) in the given paths in the variable 'PATH'. this is not available for the child commands of jvm. hence the basic commands are searched in the current directory of the jvm and they are failed.
    i solved the problem giving full path of the commands. like :
    p = rt.exec("/bin/sh runningScript.ksh")

  • How to run oracle 10g application on firefox browser.(linux)

    on of my client using Linux (UBUNTU) OS.he wants to run oracle application on firefox.but firefox always asks for intall plugins..
    what setting should i do to run my application on firefox linux(UBUNTU) client.

    When using Firefox Browser 3.0.x, you have to manually install the java plugin on your pc and copy the NPJPI150_xx.dll to the plugin directory of Firefox.
    Make sure, that you use exactly the same version, as you named in your formsweb.cfg configuration.
    In my case, were we use Java Plugin 1.5.0_06, I have these linse in my formsweb.cfg file:
    # For Firefox:
    jpi_mimetype=application/x-java-applet;jpi-version=1.5.0_06
    # For IE:
    jpi_classid=clsid:CAFEEFAC-0015-0000-0006-ABCDEFFEDCBA
    Good luck

  • Can we run a stored proc script from Unix console?

    Hello all:
    One of my colleagues insists that she used to run a stored proc file, say, abc.proc from a Unix console, with some command. I suspect the "command" is actually a script that invokes sqlplus commands. I never knew a stored proc script can be ran by any built-in Unix command, other than that in sql*plus console.
    Anyone can prove me wrong?
    Thanks,
    Johnny

    Hi Johnny,
    Unix shell doesn't have any means of compiling and/or executing PL/SQL code. You need a client (a driver) to make database calls, like sqlplus. So I think your assumption is correct.
    Best regards,
    Nikolay

  • EAS not running on Oracle Application Server, Oracle Enterprise Linux

    Okay, another question. EAS is up and running on Oracle Application Server, but the URL is unresponsive.
    In the eas log file, I see
    Exception message (Oct 25, 2009 11:33:03 AM):
    no environmentjni in java.library.path
    java.lang.UnsatisfiedLinkError: no environmentjni in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:992)
    at com.essbase.eas.server.AppManServlet.init(Unknown Source)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4830)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
    at com.evermind.server.Application.getHttpApplication(Application.java:586)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    at java.lang.Thread.run(Thread.java:595)
    Warning message (Oct 25, 2009 11:33:03 AM):
    java.library.path=/app/oracle/product/OracleBI/server/Bin:/app/oracle/product/OracleBI/web/bin
    I assume that the problem is the java library path, which is pointing to directories related to my OBIEE installation, instead of a java environment somewhere in the hyperion install. If that's right, how do I change this?
    Thanks!
    Edited by: James@JHPWD on Oct 25, 2009 8:44 AM

    Do you have a resolution for this issue? I am encountering the same issue on Solaris 10 SPARC using Essbase 64bit, OAS and Shared Services.
    Thanks,

  • Console Application update with JNLP?

    Hello!
    I want to do create an update package with Java Web Start. But I recognized that it maybe doesn't work as I want.
    My Application is a Java application which runs in a console. It consists of more jar Files and it will be started with a shell script file (under windows with a command file and under unix with a as script).
    So some of these jar Files changes irregular and some people use this application.
    The update method today is E-Mail.
    The future should be an automatic update at every start of this application.
    My problem is that I don't know if I can realize my project with Java Web Start. Because I understand Java Web Start as an environment of which can start only one jar file from the web and keep them up to date.
    Or is my project also possible with this Java Web Start?
    When yes, then can you tell me some references or how I can do this?
    Thank you
    user0009

    Hi
    I am now facing some trouble with the console application deployed with ClickOnce. I am getting the following error
    "Unhandled Exception: System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID (6DA215C2-D80D-42F2-A514-B44A16DCBAAA) failed due to the following error:8007007e The specified module could not be found. (Exception from
    HRESULT: 0x8007007E).
         at Microsoft.VisualStudio.TestTools.UItest.Payback.creenElement.InitPlayback()
         at Microsoft.VisualStudio.TestTools.UItesting.Playback.ScreenElement.Initialize()
         at ConsoleNP.Program>main(String[] args)"
    My target system in not having VS installed in it. Can anyone tell me why I am getting this error and how to overcome this problem. Am I missing to add any dll? should I make any specific changes while publishing the application.
    Thanks and Regards,
    Hello,
    To narrow down this issue, I would recommend you check whether these dlls for that method have been registered successfully.
    Honestly, I am not a VS test expert, maybe you could just install this anget instead, you could switch to the other version for the one you are using.
    #Agents for Visual Studio 2012 Update 4
    http://www.microsoft.com/en-us/download/details.aspx?id=38186 .
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • A web developer problem while running a web application

    Hi all,
    I'm novice to J2EE.
    I've encountered a problem while accessing the deployed module in weblogic 8.1 server.
    I'm sure that the webapplication module is deployed as i saw my module in administration console & also the status said that it is deployed.
    when i access my web application by specifying the proper server and port no and context root it is showing
    either 505 - resource not found error(http://localhost:7001/Suresh-2/Suresh) or 404 - not found error.( http://localhost:7001/Suresh-2/Suresh)
    Now let me elaborate what i've done till now.
    My webapplication folder structure is : C:\bea\user_projects\domains\mydomain\applications\Suresh\WEB-INF\classes\Sai\ServExamp.class
    My servlet is ServExamp.java
    I created a folder called "Suresh". In that folder created another folder called "WEB-INF". In WEB-INF created a folder called "Classes".
    Since my servlet is in package "Sai", the .class file reside in \Suresh\WEB-INF\Classes\Sai\ServExamp.class
    The source code is :
    package Sai;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class ServExamp extends HttpServlet
    public void doPost(HttpServletRequest req,HttpServletResponse res)throws IOException
    PrintWriter out=res.getWriter();
    java.util.Date today=new java.util.Date();
    out.println("<html>"+"<body>"+
    "<h1 align=center>HF\'s Chapter1 Servlet </h1>"
    +"<br>"+today+"</body>"+"</html>");
    Now i'm almost done creating a web application. Next, I constructed a simple web.xml descriptor that gives a web friendly name for my servlet, and points to the servlet. I constructed web.xml descriptor file in the WEB-INF folder (C:\bea\user_projects\domains\mydomain\applications\Suresh\WEB-INF\).
    The web.xml file source is :
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>Hello World Web Application</display-name>
    <description>Test Servlet</description>
    <servlet>
    <servlet-name>ServExamp</servlet-name>
    <servlet-class>Sai.ServExamp</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>ServExamp</servlet-name>
    <url-pattern>/Suresh</url-pattern>
    </servlet-mapping>
    </web-app>
    Now I have told Weblogic that the URI /Suresh corresponds to my servlet "Sai.ServExamp".
    My Web Application is ready to be deployed at this point. I logged onto Weblogic's admin console,
    1) clicked on deployments, then navigated to "Web Application Modules" .
    2) Clicked "Deploy new Web Application Module"
    3) Navigated to the location of your web application folder (Suresh). There was a radio button next to it indicating that I can select that folder as a valid web application.
    4) I Clicked that radio button and clicked "Target Module".
    5) It informed that my web application "Suresh" will be deployed to myServer.It asked a name for my web application deployment. By default it was "Suresh"
    I clicked Deploy.
    6) After deployment, my web application "Suresh" appeared in the "Web Application Modules" tree on the left.
    I Clicked on "Suresh"( my web application) then clicked the testing tab, then clicked the link shown there(http://localhost:7001/Suresh-2).
    It was not showing my servlet (showed a 403 error)
    Error - 403
    This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    I think so it came b'coz I don't have an index.html or index.jsp page.
    7)Instead,I added my servlet on to the URL it provided.
    http://localhost:7001/Suresh-2/Suresh
    It is showing these error code: Http: 505 resource not allowed
    The page cannot be displayed
    The page you are looking for cannot be displayed because the address is incorrect.
    Please try the following:
    If you typed the page address in the Address bar, check that it is entered correctly.
    Open the localhost:7001 home page and then look for links to the information you want.
    Click Search to look for information on the Internet.
    when i just type : http://localhost:7001/ -> Error 404 not found error
    it's showing
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    I want to run my web application & any help would be appreciated.
    Thanks in advance.
    with regards,
    S.SayeeNarayanan.
    Note: I even deployed my war file, which i got by execution of (jar cv0f webapp.war . ) command from the root directory of my web application i.e. Suresh
    Then executed my webapplication it is showing
    error-505 resource not allowed.
    --------------------------------------------------------------------------------------------

    try a fully qualified path to the pem file

  • Error while running the console on WLCS 3.5

    Hi there,
    I'm running WLCS3.5/WL 6.1 and I'm getting very often this exception when
    using the console:
    <Dec 30, 2001 2:21:48 PM EST> <Error> <HTTP> <Connection failure
    java.net.SocketException: Error in poll for fd: '60', revents: '24'
    at
    weblogic.socket.PosixSocketMuxer.deliverBadNews(PosixSocketMuxer.java:429)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:384)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    I also get the same behaviour under WL 6.1 alone when accessing the console.
    My environment is:
    Weblogic Version: WebLogic Server 6.1 SP1
    JDK Vendor: Blackdown Java-Linux Team
    JDK Version: 1.3.1
    Operating System: Linux
    Does anybody know where this is coming from?
    Thanks,
    Dan

    Daniel,
    Thanks for the hint.
    Indeed, these are all file descriptors and the error has to do something
    with the way poll(2) is implemented in the gcc library
    and/or used by WebLogic. revents is a bitmask constructed by OR-ing a
    combination of some event flags.
    It is weird though that this appears only when running the console and never
    when running any other application.
    I'll keep digging, maybe I'll find why this happens. I will also try to
    install it on different Linux distros.
    Thanks again,
    Dan
    "Daniel Selman" <[email protected]> wrote in message
    news:3c476601$[email protected]..
    Dan,
    I'm no LINUX guru but I would guess that "fd" is file descriptor (for the
    socket connection), and WebLogic cannot acquire one for a socket it is
    trying to open. I would root around for config information surrounding the
    number of sockets you can open simultaneously.
    Sincerely,
    Daniel Selman
    "Dan" <[email protected]> wrote in messagenews:[email protected]..
    Hi there,
    I'm running WLCS3.5/WL 6.1 and I'm getting very often this exceptionwhen
    using the console:
    <Dec 30, 2001 2:21:48 PM EST> <Error> <HTTP> <Connection failure
    java.net.SocketException: Error in poll for fd: '60', revents: '24'
    at
    weblogic.socket.PosixSocketMuxer.deliverBadNews(PosixSocketMuxer.java:429)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:384)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    I also get the same behaviour under WL 6.1 alone when accessing theconsole.
    My environment is:
    Weblogic Version: WebLogic Server 6.1 SP1
    JDK Vendor: Blackdown Java-Linux Team
    JDK Version: 1.3.1
    Operating System: Linux
    Does anybody know where this is coming from?
    Thanks,
    Dan

  • Error while running UNIX SSH Scheduler in OIM11gR2

    Hi,
    I have installed Unix connector: GenericUnix-11.1.1.7.0 for SSH target reconciliation. When I run Unix full reconciliation, then I get below error in console:
    [2014-01-26T23:49:05.212-08:00] [oim_server1] [WARNING] [] [oracle.iam.scheduler.vo] [tid: OIMQuartzScheduler_Worker-5] [userId: oiminternal] [ecid: 0000KExsGEI2ZNK5qVCCyY1IsBm7000002,1:23348] [APP: oim#11.1.2.0.0] IAM-1020021 Unable to execute job : UNIX Target Resource Full User Reconciliation with Job History Id:22276[[
    oracle.iam.connectors.icfcommon.exceptions.IntegrationException: Can't read from URL [file://app/oracle/product/iampoc/11.1.2/IAM/server/ConnectorDefaultDirectory/SSH/config/id_rsa]
            at oracle.iam.connectors.icfcommon.service.oim9.OIM9Configuration$ConfigurationHandler$LoadFromURLTagHandler.handle(OIM9Configuration.java:442)
            at oracle.iam.connectors.icfcommon.service.oim9.OIM9Configuration$ConfigurationHandler.process(OIM9Configuration.java:416)
            at oracle.iam.connectors.icfcommon.service.oim9.OIM9Configuration.getConfiguration(OIM9Configuration.java:155)
            at oracle.iam.connectors.icfcommon.ResourceConfig.<init>(ResourceConfig.java:85)
            at oracle.iam.connectors.icfcommon.service.oim9.OIM9Configuration.getResourceConfig(OIM9Configuration.java:140)
            at oracle.iam.connectors.icfcommon.service.oim11.OIM11Configuration.getResourceConfig(OIM11Configuration.java:50)
            at oracle.iam.connectors.icfcommon.recon.AbstractReconTask.init(AbstractReconTask.java:114)
            at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.execute(SchedulerBaseTask.java:382)
            at oracle.iam.scheduler.vo.TaskSupport.invokeExecute(TaskSupport.java:183)
            at oracle.iam.scheduler.vo.TaskSupport.access$000(TaskSupport.java:40)
            at oracle.iam.scheduler.vo.TaskSupport$1.processWithoutResult(TaskSupport.java:143)
    Have anybody has encountered such error? OIm version is 11gR2, implementing SSH passwordless ssh connection.
    Thanks,
    Kalpana.

    Hi,
    Similar kind of issue people have found in People Soft connectors.
    FYI : http://translate.google.co.in/translate?hl=en&sl=ja&u=http://docs.oracle.com/cd/E41887_01/doc.111/b72406/testing.htm&prev=/search%3Fq%3Doracle.iam.connectors.icfcommon.exceptions.IntegrationException:%2BCan%2527t%2Bread%2Bfrom%2BURL%26client%3Dfirefox-a%26hs%3DDWM%26rls%3Dorg.mozilla:en-US:official
    The solution in PSFT connector was "You must specify the appropriate path for PeopleSoftComponentInterfaces.xml file Lookup.PSFT.Configuration reference."
    In the similar way, please read the documentation present in Unix connector and see whether you have missed anything?
    ~J

Maybe you are looking for

  • Why won't my videos play once transferred to an external hard drive?

    I have a Seagate Backup Plus Portable Hard Drive.  Once I transfer a video onto it, it will no longer play.  Quicktime opens and plays the length of the video but there is no video.  The files are .MOV.  Even when I copy them back onto the desktop, t

  • Internet explorer encountered problem and needs to close

    Hi Please resolve my problem wile i m accessing portal suddenly i m getting the pop-up error saying "Internet explorer encountered problem and needs to close. we are sorry for the inconvenience" when i click <b>click here</b> link on that pop-up, aga

  • What's with the hold down power button screen?

    The OS locked up and then a screen with several different languages popped up saying something about holding down the power button to restart the computer. What was that?

  • New ssd in macbook 2007

    I'm swapping out my old hdd in my macbook for an ssd, what programs do i have to reinstall and how do i do that?

  • Configurable BOM

    I  would like to have a class item in my BOM. This should be a place holder for 2 different materials that I want to select. What have I to do to set up this scenario? Thanks for ideas.