500 Server Error #!/usr/bin/perl -w

Hello,
This program runs fine from the command line but when i try it in the browser i get a 500 error, i check the permissions and the ownership, and for the invisible line character, and path to perl, which were ok, does anyone have any tips?
Thanks,
Scary Spice
#!/usr/bin/perl -w
use warnings;
use CGI qw(:standard);
use DBI;
use DBD::mysql;
my $dbh = DBI->connect("DBI:mysql:scaryspice_web:localhost","scaryspice_ss","14");
my $name = param("name");
my $pass = param("pass");
$name = "Scary";
$pass = "spcie";
$sw = 0;
my @array;
$statement = "SELECT passWord FROM Customers WHERE custID = '$name'";
my $sth=$dbh->prepare($statement);
$sth->execute();
@array=$sth->fetchrow_array;
if($array[0] eq $pass){
$sw=1;
if($sw){
print "<html>\n<head>\n<title>Final Perl Procect</title>\n</head><body>\n";
print "<h2>Welcome to A1 Inc, $name</h2>\n";
print "<b>Customer id $name</b><br><br>\n";
print "<form method=\"post\" action=\"details\.pl\">\n";
print "<select name=\"orderNum\">";
$statement = "SELECT orderId FROM Orders WHERE custID = '$name'";
$sth = $dbh->prepare($statement);
$sth->execute;
while(@array = $sth->fetchrow_array){
print "<option value=\"$array[0]\">$array[0]</option>";
print "</select>";
print "<center><input type=\"submit\" value=\"Display Detail\"></center>\n";
print "</form></body></html>";
else{
print "<h2>Invalid User</h2>";
$sth->finish();
$dbh->disconnect();

You forgot the line
print "Content-type: text/html \n\n";

Similar Messages

  • OWB - Workflow- Cannot run program "/usr/bin/perl": CreateProcess error=2,

    Hi All,
    I am using OWB 11gR2 and I am getting "perl" location error after start workflow for any dimension or fact.
    *Cannot run program "/usr/bin/perl": CreateProcess error=2, The system cannot find the file specified
    The log is below. I am using Windows 2008 R2 OS and 11gR2 DB. The perl path is set in the environment variables and I can run the perl.exe from command line.
    Why OWB is looking for the Unix base path "/usr/bin/perl": is a question for me.
    If anybody knows the issue please guide me.
    Thanks
    OUBIWF_D_DEVICE_ACTIVITY_TYPE                                        2012-07-04 16:57:37.0     4
    Parameters                                             
    OUBIWF_D_DEVICE_ACTIVITY_TYPE:FILEMGR_PRE                              1          2012-07-04 16:57:38.0     2
    Parameters                                             
    RPE-02229: The following debug information was collected:                                             
    RPE-02230: Debug Information: os.name = Windows Server 2008 R2                                             
    RPE-02230: Debug Information: os.version = 6.1                                             
    RPE-02230: Debug Information: os.arch = amd64                                             
    RPE-02230: Debug Information: user.name = INT-A-MDM-01$                                             
    RPE-02230: Debug Information: user.dir = C:\product\11.2.0\dbhome_3\owb\bin\win32                                             
    RPE-02230: Debug Information: argv.arg0 = /usr/bin/perl                                             
    RPE-02230: Debug Information: argv.arg1 = /spl/intbase/DB/tools/filemgr/splfilemgr.plx                                             
    RPE-02230: Debug Information: argv.arg2 = -l                                             
    RPE-02230: Debug Information: argv.arg3 = /spl/BIDevelopment/bi2400db                                             
    RPE-02230: Debug Information: argv.arg4 = -n                                             
    RPE-02230: Debug Information: argv.arg5 = D_DEVICE_ACTIVITY_TYPE_EXT.DAT                                             
    RPE-02230: Debug Information: argv.arg6 = -p                                             
    RPE-02230: Debug Information: argv.arg7 = 1                                             
    RPE-02230: Debug Information: argv.arg8 = -s                                             
    RPE-02230: Debug Information: argv.arg9 = S                                             
    RPE-02230: Debug Information: argv.stdin =                                             
    RPE-02230: Debug Information: USERPROFILE = C:\Windows\system32\config\systemprofile                                             
    RPE-02230: Debug Information: JAVAPATH = C:\product\11.2.0\dbhome_3\jdk6                                             
    RPE-02230: Debug Information: NODEID = 1                                             
    RPE-02230: Debug Information: IAS_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: SystemDrive = C:                                             
    RPE-02230: Debug Information: RTHOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: Path = C:\product\11.2.0\dbhome_3\bin;C:\product\11.2.0\dbhome_3\jdk6\jre\bin\client;C:\product\11.2.0\dbhome_3\jdk6\jre\bin;C:\product\11.2.0\dbhome_3\owb\bin\admin;C:\Windows\system32                                             
    RPE-02230: Debug Information: CONNECT_SPEC = 10.34.32.136:1521:MDM                                             
    RPE-02230: Debug Information: PROCESSOR_REVISION = 1a05                                             
    RPE-02230: Debug Information: OCM_ORACLE_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: USERDOMAIN = WORKGROUP                                             
    RPE-02230: Debug Information: ALLUSERSPROFILE = C:\ProgramData                                             
    RPE-02230: Debug Information: TMP = C:\Windows\TEMP                                             
    RPE-02230: Debug Information: CommonProgramFiles = C:\Program Files\Common Files                                             
    RPE-02230: Debug Information: PROMPT = $P$G                                             
    RPE-02230: Debug Information: PROCESSOR_LEVEL = 6                                             
    RPE-02230: Debug Information: JVM_OPTIONS = -Xmx768M                                             
    RPE-02230: Debug Information: LOCALAPPDATA = C:\Windows\system32\config\systemprofile\AppData\Local                                             
    RPE-02230: Debug Information: COMPUTERNAME = INT-A-MDM-01                                             
    RPE-02230: Debug Information: SystemRoot = C:\Windows                                             
    RPE-02230: Debug Information: ORA_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: USERNAME = INT-A-MDM-01$                                             
    RPE-02230: Debug Information: APPDATA = C:\Windows\system32\config\systemprofile\AppData\Roaming                                             
    RPE-02230: Debug Information: ProgramData = C:\ProgramData                                             
    RPE-02230: Debug Information: PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC                                             
    RPE-02230: Debug Information: ORACLE_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: RTUSER = OWBSYS                                             
    RPE-02230: Debug Information: ProgramFiles(x86) = C:\Program Files (x86)                                             
    RPE-02230: Debug Information: TEMP = C:\Windows\TEMP                                             
    RPE-02230: Debug Information: OEM_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: ProgramFiles = C:\Program Files                                             
    RPE-02230: Debug Information: JDK_HOME = C:\product\11.2.0\dbhome_3\jdk6                                             
    RPE-02230: Debug Information: OCM_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: ProgramW6432 = C:\Program Files                                             
    RPE-02230: Debug Information: PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 26 Stepping 5, GenuineIntel                                             
    RPE-02230: Debug Information: STARTUP_TYPE = -manual                                             
    RPE-02230: Debug Information: PROCESSOR_ARCHITECTURE = AMD64                                             
    RPE-02230: Debug Information: OS = Windows_NT                                             
    RPE-02230: Debug Information: FP_NO_HOST_CHECK = NO                                             
    RPE-02230: Debug Information: CommonProgramW6432 = C:\Program Files\Common Files                                             
    RPE-02230: Debug Information: ORACLE_SID = mdm                                             
    RPE-02230: Debug Information: DISCOVERER_ALLOW_DB_CONNECT_STRING = YES                                             
    RPE-02230: Debug Information: OWB_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: NUMBER_OF_PROCESSORS = 2                                             
    RPE-02230: Debug Information: PUBLIC = C:\Users\Public                                             
    RPE-02230: Debug Information: PSModulePath = C:\Windows\system32\WindowsPowerShell\v1.0\Modules\                                             
    RPE-02230: Debug Information: CommonProgramFiles(x86) = C:\Program Files (x86)\Common Files                                             
    RPE-02230: Debug Information: ComSpec = C:\Windows\system32\cmd.exe                                             
    RPE-02235: The operating system has reported that it cannot execute the requested command. This may be because the command or the parameters are invalid, or that the command is shell command. Any result code return is specific to the operating system. Debug information has been produced.                                             
    Cannot run program "/usr/bin/perl": CreateProcess error=2, The system cannot find the file specified                                             
    OUBIWF_D_DEVICE_ACTIVITY_TYPE:EMAIL_FILEMGR                              1          2012-07-04 16:57:40.0Parameters                                             
    ORA-24247: network access denied by access control list (ACL)
    ORA-06512: at "SYS.UTL_TCP", line 17
    ORA-06512: at "SYS.UTL_TCP", line 267
    ORA-06512: at "SYS.UTL_SMTP", line 161
    ORA-06512: at "SYS.UTL_SMTP", line 197
    ORA-06512: at line 8

    Hi There
    Am experiencing the same issue. Did you manage to resolve it, is so can you advice what the resolution is. Thanks
    Regards,
    Kayode

  • 500 Server Error when Trying to Download Files

    Hi,
    I keep getting a 500 server error when trying to download any of the Oracle ORION files: http://www.oracle.com/technology/software/tech/orion/index.html Any ideas? Thank you for your help.
    PS. Here's the exact error:
    "Server Error
    The following error occurred:
    [code=SERVER_RESPONSE_RESET] The server response could not be read because of an error. Contact your system administrator.
    Please contact the administrator."

    Thanks. It seems to be fixed now.

  • Why do I keep getting this 500: Server Error [20-0004] when trying to access Bell mobility?

    When trying to access Bell Mobility account I get 500: Server Error [20-0004].  Is this a problem with my mac or their server?

    Have you tried on another device?
    The folow sugests it is a server issue (not your computer)( but give several actions to confirm that.
    http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm

  • 500 Server Error after installing MSS

    We are getting 500 server error message when click on a specific MSS role after installing MSS on top of existing portal. What could be the issue? Any pointers on where to look?

    Please see:
    R12: Clone fails with error "ORA-28000 The account is locked" (Doc ID 1114244.1)
    APPS User Account Is Locked While Applying a Patch. Patch Fails With "ORA-28000" (Doc ID 420001.1)
    Thanks,
    Hussein

  • HTTP GET Failure 500 = Server Error

    Can HTTP GET all kinds of files from a SunOne server, ascii and binary, large and small, but always get failure 500 = Server Error when attempting to HTTP GET an EXE file. Absolutely positively can download binary image files (C4) that are significantly larger than some EXE files, so size is not the issue. What might trigger this error? Thanks.

    Hi,
    Pls don't forget to reward points and close the question if you find the answers useful.
    Eddy
    PS.
    Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.
    Spread the wor(l)d!

  • Error : /usr/bin/ld: cannot find -lmvec

    Hi All,
    I am trying to build an application where compiler flag "-xvector=lib" is used.
    An i get error "/usr/bin/ld: cannot find -lmvec"
    If i remove this flag then this error disappears.
    Can anybody explain the changes i should make to use this flag "-xvector=lib".
    Can anybody identify the solution to this problem because i must use this falg.
    Thanks and Regards
    Ganesh

    With -xvector=lib, compiler may generate calls to vectorized routines which reside in libmvec.so (on solaris),
    hence -lmvec passed to linker. I think that libmvec.so wasn't ported to Linux, so -xvector=lib does not work
    (not supported) on Linux

  • HTTP 500 Server Error

    How do fix a HTTP 500 Server Error. I am trying the web site Ecklers Cporvette. I get a message saying page can be displayed internal server error.

    Hi,
    Please review this information.  The issue is on the server side and not the client side.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • OIF -- 500 Server Error when trying to import SAML 2.0 metadata

    Hi,
    We have setup OIF version 10.1.4.0.1 on Windows 2003 server with integration to OAM running on the same machine. We need to configure this server as a SAML 2.0 IdP.
    When we try to import a SAML 2.0 SP metadata by navigating as Circle of Trust -> Add Trusted Provider, the browser shows a 500 Server error with the following URL -
    http://fedserver208.orclidp.com:7777/fed/admin/servlet/loadmetadata
    Can someone please point us to the location of log file(s) where we can check for errors? Thanks much for your response.
    Vijay

    Vinod,
    Thanks for the follow-up on this thread. It turned out that the metadata from the SP wasn't conformant to the spec, so we had to hand-craft the metadata file to allow OIF to import it.
    Vijay

  • 500 server error

    I am getting the following error on clicking this link (after a long wait)
    http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=258338944
    500 Server Error
    The following error occurred: [code=RESOURCE_RECLAIMED] Internal error. Try again.
    Could not open error file
    The feed validates at feedburner.com and opens here http://feeds.feedburner.com/branded
    The podcast has already been approved and is accessible through manual adding in iTunes.
    What is causing this?!

    Since the graphics are "edge cached" it usually takes a couple of days for iTunes to grab the new podcast image and for it to propagate through the various servers that make up the iTunes network.
    It caches these graphics and will not update it again unless it sees that the filename has changed....so it's a good thing that you have renamed the file as well.
    Erik

  • 500 "Server error" when use User Management Console

    Hello All, i'm staring with Hyperion products on this week))
    I installed Shared Serveces and Essbase – System 9
    I deployed Shared Serveces on OAS 10.1.3.1
    And now when I use User Management Console and try to open
    node 'Projects' I get an error 500 "Server error".
    Why ?
    Please help me resolve this issue
    What's wrong? May be I have to install additional components to use Projects?

    I found follow error in my OC4J where deployed "User Management Console"
    log file located in $OAS_ORACLE_HOME/j2ee/Hyperion/application-deployments/SharedServices9/Hyperion_default_group_1/application.log
    07/11/16 10:57:16.633 interop: Error preloading servlet
    javax.servlet.ServletException: Error instantiating servlet 'integration'. Servlet class com.hyperion.interop.webservices.integration.IntegrationWebservice not found in web-application interop
         at com.evermind.server.http.HttpApplication.servletClassNotFound(HttpApplication.java:4866)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4832)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         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:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    07/11/16 10:57:17.334 interop: Error preloading servlet
    javax.servlet.ServletException: Cannot initialize Hyperion DSF. Error:
         Missing class: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
         Dependent class: com.hyperion.workflow.engine.server.services.modelrepository.WfProductSchemaParser
         Loader: SharedServices9.web.interop:0.0.0
         Code-Source: /u0/SOA/SOA_Suite/j2ee/Hyperion/applications/SharedServices9/interop/WEB-INF/lib/wf_eng_server.jar
         Configuration: WEB-INF/lib/ directory in /u0/SOA/SOA_Suite/j2ee/Hyperion/applications/SharedServices9/interop/WEB-INF/lib
    The missing class is not available from any code-source or loader in the system.
         at com.hyperion.dsf.server.framework.DsfServer.init(DsfServer.java:52)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         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:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    07/11/16 10:57:17.482 interop: 10.1.3.1.0 Started

  • Authenticate user - HTTP/1.1 500 Server Error

    When using Authenticate User behavior I get HTTP/1.1 500
    Server Error. Only on remote server, not localhost. The host first
    tried to tell me it was because I was using Access, that my db
    wasn't working, but I showed them that it did work on pages without
    the behavior. I feel like I'm getting the runaround. Anyone else
    have this problem? Any ideas on how to help would be greatly
    appreciated.
    Thanks.
    Sally

    I just realized that when the login page is submitted, not
    only is the page not going to the "if succeeds" page, the directory
    name the domain name points to appears after the domain name- i.e.
    http://mydomain.com/mydomain/Residents_LogIn2.asp.
    This is the URL that is giving the 500 error. The page is not going
    to
    http://mydomain.com/directory2.asp.
    On my local server it goes to
    http://localhost/mydomain/directory2.asp
    I can't see anything in the code that would cause this, but I
    will attach it. I don't know if this makes a difference, but the
    hosting site allows multiple domains to be hosted on your server
    space, you just point what directory you want your domain to point
    to on your server. So
    http://mydomain.com points to the
    "mydomain" directory. But the file is submitting to
    htdocs/mydomain/mydomain/Residents_LogIn2.asp All the other pages -
    including the dynamic ones updating and inserting records - work
    fine. It's just the one with the Log In User behavior.
    I would appreciate ANY suggestions as I am totally stuck.

  • HTTP/1.1 500 Server Error

    Can anyone point me in the right direction on things to
    check....
    Nothing has been done to this server.
    None of the pages work... except for a few HTML pages the
    rest are ASP.
    ASP/ Cold Fusion / DW8 / VB

    That error is the error received on the page..
    I already have the friendly errors turned off...
    All pages are ASP
    Server is 2003 has been working for sometime and now get the
    error on any
    ASP page
    I mentioned ASP and Cold Fusion cause part of the site is
    setup in Cold
    Fusion..
    I checked and ASP is allowed within IIS
    I stopped and started IIS yesterday and still nothing
    With Friendly Errors Turned On:
    There is a problem with the page you are trying to reach and
    it cannot be
    displayed.
    Please try the following:
    Open the web3.gardenridge.com home page, and then look for
    links to the
    information you want.
    Click the Refresh button, or try again later.
    Click Search to look for information on the Internet.
    You can also see a list of related sites.
    HTTP 500 - Internal server error
    Internet Explorer
    With Friendly Errors Turned Off:
    HTTP/1.1 500 Server Error
    Any and all(well the few html) show up fine no problems.
    "Nancy - Adobe Comm. Expert" <[email protected]> wrote
    in message
    news:[email protected]...
    > Do you get errors? If so, what are they? Go to your
    browser under
    > Tools/Internet Options/Advanced and find the one that
    says "Show friendly
    > errors" and uncheck that box. Close and reopen the
    browser and rebrowse
    > to the page. What is the error now?
    >
    > Do the pages try to download? If so and the pages are
    .asp, then ASP
    > isn't working on the server. Find out what kind of
    server.
    >
    > Why do you put ASP/Cold Fusion? They are both server
    models and they are
    > mutually exclusive. You said
    >
    >
    > --
    > Nancy Gill
    > Adobe Community Expert
    > Author: Dreamweaver 8 e-book for the DMX Zone
    > Co-Author: Dreamweaver MX: Instant Troubleshooter
    (August, 2003)
    > Technical Editor: Dreamweaver CS3: The Missing Manual,
    > DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    > Mastering Macromedia Contribute
    > Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced
    PHP Web
    > Development
    >
    > "Daniel" <[email protected]> wrote in message
    > news:[email protected]...
    >> Can anyone point me in the right direction on things
    to check....
    >>
    >> Nothing has been done to this server.
    >> None of the pages work... except for a few HTML
    pages the rest are ASP.
    >>
    >>
    >>
    >> ASP/ Cold Fusion / DW8 / VB
    >>
    >
    >

  • WRT1900AC returns 500 server error

    Went to do some changes on the router setup today, but are only met with a 500 server error message. Both wired and wireless seems to work still, it's just the web UI that has crashed. Anyone else experienced this?
    I'll try a power cycle when I get home, that will probably solve the issue.
    Keep calm and factory-reset that router.

    I was connected local though ethernet. A power cycle of the router solved the issue. Not very impressed with this router yet. Still have the option to return it and I'm starting to think about it.
    Keep calm and factory-reset that router.

  • Relinking error /usr/bin/ld: cannot find -ljava

    Hello everyone, has anyone seen this error while relinking? I am hitting this error while performing a clone.
    /apps/itccrmR12/apps/tech_st/10.1.2/sysman/lib
    gcc -m32 -o /apps/itccrmR12/apps/tech_st/10.1.2/sysman/lib/libnmeoci.so `cat /apps/itccrmR12/apps/tech_st/10.1.2/sysman/lib/libnmeoci.def | perl /apps/itccrmR12/apps/tech_st/10.1.2/bin/processDef.pl | grep -E "[a-zA-Z]+[;]" | awk -F ";" '{printf(" -u "$1);}'` -shared -L/apps/itccrmR12/apps/tech_st/10.1.2/lib/ -L/apps/itccrmR12/apps/tech_st/10.1.2/sysman/lib/ -L/apps/itccrmR12/apps/tech_st/10.1.2/lib/stubs/ /apps/itccrmR12/apps/tech_st/10.1.2/sysman/lib/libnmeoci.a -L/apps/itccrmR12/apps/tech_st/10.1.2/lib -L/apps/itccrmR12/apps/tech_st/10.1.2/sysman/lib/ -lnmemso -lcore10 -Wl,-rpath,/apps/itccrmR12/apps/tech_st/10.1.2/lib/:/apps/itccrmR12/apps/tech_st/10.1.2/sysman/lib/:/nfs/bld/d29/VRIV204/apps/tech_st/10.1.2/jdk/jre/lib/i386/client:/nfs/bld/d29/VRIV204/apps/tech_st/10.1.2/jdk/jre/lib/i386 -L/nfs/bld/d29/VRIV204/apps/tech_st/10.1.2/jdk/jre/lib/i386/client -L/nfs/bld/d29/VRIV204/apps/tech_st/10.1.2/jdk/jre/lib/i386 -z lazyload -ljava -ljvm -lverify -z nolazyload -Wl,-rpath,/apps/itccrmR12/apps/tech_st/10.1.2/lib/:/apps/itccrmR12/apps/tech_st/10.1.2/sysman/lib/:/nfs/bld/d29/VRIV204/apps/tech_st/10.1.2/jdk/jre/lib/i386/client:/nfs/bld/d29/VRIV204/apps/tech_st/10.1.2/jdk/jre/lib/i386 -Wl,--allow-shlib-undefined `cat /apps/itccrmR12/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm
    */usr/bin/ld: cannot find -ljava*
    collect2: ld returned 1 exit status
    make: *** [apps/itccrmR12/apps/tech_st/10.1.2/sysman/lib/libnmeoci.so] Error 1
    Failed linking target libnmeoci on Fri Jan 7 11:04:51 EST 2011...

    Please see these docs.
    '/usr/bin/ld: cannot find -ljava' occurs while applying one off patch [ID 418557.1]
    Getting Error "Java.Lang.Exception: Exception In Sending Request :: Null" After Cloning Database Using Rapid Clone [ID 849772.1]
    Rapid Clone & Em Dbconsole [ID 743833.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Installing Windows 7 on MBP from USB key?

    Hello all, I've searched all around the internet, but I just can't seem to find a straight answer to this question: Is it possible to install Windows 7 on an MBP with a USB key? Before you answer, read my process to see where I'm having trouble. I wa

  • Macbook pro 15 retina with UHD display slowness

    I have connected a Samsung display U28D590, to my Mid-2014 MBP 15 Retina with Intel Iris Pro. My display reports a successful 60hz and is set on DispalyPort 1.2 protocol. But still when the extra display is connected i experience hiccups, like it get

  • Re: Internet speed extremely slow (0.01 Mbps)

    Im connected to EATIV, lost connection at 0940 roughly.  Got through to customer support who didnt have a clue.  She ran some tests, said she would contact me in 5 mins, no phone.  When i called back 30 mins later she had put on notes(tried to call c

  • Proximity Sensor Issue - Replacement Phone Still doesn't work - Now What?!

    My face continues to press keypad buttons, mute, and End. I got a replacement yesterday and am still having the problem. This is disrupting my business calls and I'm getting very annoyed by the problem. How has Apple not considered this a known issue

  • Slice tool for /slice Wekzeug für Photoshop Elements 11 ???

    Hey, i need the slice tool for Photoshop Elements 11. is there maybe a Plug-In/add-on slice tool??? Or is there no chance to get the slice tool in PSE 11? Hat jemand vielleicht eine Idee woher ich ein slice tool für Photoshop Elements 11 bekomme? Ode