Libclntsh.so.8.0/environment vars

enviroment variable from previous thread
dual P3 500
512 megs RAM
running the following kernal "2.2.5-15smp"
RH6.0
null

val (guest) wrote:
: when launching the following apps-
: lsnrctl,svrmgrl,and others: error in loading shared libraries:
: libclntsh.so.8.0: cannot open shared object file: No such file
: or directory
: I've tried many different fixes from adding paths to symlinks
: from /usr/bin back to $ORACLE_HOME/bin
: I need help please -
for sh:
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
for csh
setenv ...
also, you can add the library directory to your /etc/ld.so.conf,
and then run "ldconfig"
null

Similar Messages

  • Set the environment vars

    Is there anyway to setup env variables inside java application. In CGI progs, I used to do putenv and setup all the environment I needed. How I can do the same thing in Java servlet or just java.
    -Raj

    Why?
    Changing a env var will not affect anything in java. And it will not propogate back up once it exits either (very limited usage for this last case.)
    And if you want to shell, via Runtime.exec() it has a way to set the vars for the shell.

  • Using exec() to set Environment Vars in OSX

    Hi everybody
    I have some problems using the exec() command. Want I want to do is to start the tomcat Server out of my programm. Due to this reason I need to set two environment Variables and execute a shell script.
    Standardshell in OS X is Tcsh. So I first tried to set the variables with setenv. It works great if I type it directly in the shell, if I do it over the exec() command there is an IO exception that command dont exists.
    command = new String [] { "setenv" , "CATALINA_HOME='/users/piersrom/application/jakarta-tomcat-4.0.1'" };
    process = runtime.exec(command);
    After that I tried it with a shell call (also worked fine directly typed in to the shell):
    command = new String [] { "/bin/sh" , "-c" , "export CATALINA_HOME=/users/piersrom/application/jakarta-tomcat-4.0.1" };
    process = runtime.exec(command);
    This code didnt worked too. There is no exception but the variables are not set.
    The only thing that work out of the programm is to startup the server. But only after I set the variables manually before directly in the shell.
    command = new String [] { "sh" , "/users/piersrom/applications/jakarta-tomcat-4.0.1/bin/startup.sh" };
    process = runtime.exec(command);
    So I am a little bit confused about the exec() command, I cant see the mistake. Maybe its a problem with the Policy? If yes what type of RuntimePermission has to be set?
    Well I hope somebody see the problem...
    Thx Roman

    Thanks a lot for your help. Well I dont understand the difference between a shell and a OS command.
    This would mean that for example finger is a OS command because this works without problems. How do I know which commands are shell and which OS specific?
    I already wrote my own shell script and stored it in a file, made it executable and started it with exec(). It works great, only I was interested in solve everything with the exec() command (this seems more elegant to me....).
    Thx Roman

  • HELP! XP ENVIRONMENT VARs and Tomcat installation

    Hello people. I found out that at work we'll be switching over to Windows XP soon. But the problem is that our system administrator has disabled the ability to create/edit SYSTEM environment variables. I can't just ask him to enabled it because our IS department doesn't support JAVA :(. Previously, I had Tomcat on a Win98SE box w/o the sys admin knowledge (but don't get me wrong, I was doing work-related stuff with the tomcat server), so it wasn't an issue before. Is there a workaround to creating the JAVA_HOME, CATALINA_HOME, and PATH environment variables? What about the "User Variables"? Can I create "user variables" instead? Or can I create and run a DOS batch file that sets the necessary system environment variables for the tomcat installation? This is what I've been doing (DOS batch method) currently with the Win98 box. Sorry I have very little experience with XP, but from what I've heard, it can be very restricting depending upon on how it was setup by the system admins. Out of the box w/o sys admins, I've heard it's an ok OS.
    Anyways...any help is greatly appreciated.
    ...damn those system administrators :( :p

    Also another question. To install the SDK1.4, do I just install it like I normally do as in a Win98 box? I thought there was a XP plug-in that needed to be downloaded and installed too some time ago? Did the plug-in later became built into the installation bundle? I read somewhere there was a legal judgement made to force Microshaft to support Java?
    Sorry I've been out of the XP loop...

  • How to set bootclasspath in environment var.

    we use the following command to specify the bootclasspath on the fly
    java -Xbootclasspath:"<< .jar file>> <<File_name>>
    But what i want is rather than giving bootclasspath to each and every java execution, is there a way to specify it as env. variable.
    Artho

    You shouldn't use an environment variable for it. Create a script / batch -file to execute your applications.
    Kaj

  • JavaContentSet - use an environment var as part of the url-path

    Hi,
    I startet to use JDeveloper beside Eclipse.
    As such i got some ressources in my Eclipse workspace i want to use in my JDeveloper Projekt.
    Its easy to tell JDeveloper to link some Resources from the Eclipse Workspace into my JDeveloper Workspace. But i dont like the url-path Syntax. In my Case its ../../eclipseWorkspace/eclipseProjekt.
    It works, but its far away from perfect, because other developers would prefer different workspace layouts. As such it would be fine to be able to extend a environment variable to get the url-path. Example: "%ECLIPSE_WORKSPACE%/project/src/main/java" instead of "../../eclipseWorkspace/project/src/main/java".
    Is there a way to reach this goal?
    thx
    Bernhard

    Uf, sorry
    the alias has to be the first element of the RID.
    So if the RID is:
    /documents/user01/tester.txt
    and user01 is logged in, call:
    .../irj/go/km/docs/~alias~/documents/<user.id>/tester.txt
    or:
    .../irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/~alias~/documents/<user.id>/tester.txt
    (i've tested it now for being sure).
    Romano

  • Ora-7217 sltln environ variable not set..

    Here's the story..
    Oracle 8.1.7 on RHat 6.2..
    Installation unbelievably perfect!!!
    no core dump in any programs like sqlpus, svrmgrl..but..
    trying to start with svrmgrl..connect internal or thru sqlplus as sysdba
    ora-7217--sltln environment var not set
    keeps coming..made sure all the vars are
    set in .profile..any clue what's happening?
    vinny.

    A way to set environment variables to binaries is to specify
    it on the command line. For example:
    LD_LIBRARY_PATH=/usr/mylibs httpd
    If you are using apache, it could be changed in the /etc/init.d/apache
    script.
    If you use a script to startup the server, you can use the same approach.
    I am not sure about the obj.conf file.
    Sun - DTS

  • Occi compile fail

    my occi first source is below.
    #include <iostream>
    #include <occi.h>
    using namespace std;
    using namespace oracle::occi;
    int main(int argc, char* argv[])
    Environment *env = Environment::createEnvironment();
    Connection *conn = env->createConnection("wiesm","jwofjwi");
    Statement stmt = conn->createStatement("select count() from log_ids where agg_start_dt = '20110513'");
    ResultSet *rs = stmt->executeQuery();
    rs->next();
    int nCount = rs->getInt(1);
    cout << "log_ids count(20110513):" << nCount << endl;
    stmt->closeResultSet(rs);
    conn->terminateStatement(stmt);
    env->terminateConnection(conn);
    Environment::terminateEnvironment(env);
    return 0;
    $>g++ -I/oracle/product/10.2.0/db_1/rdbms/public -o ok ok.cc -L/oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2 -lclntsh -locci
    not defined symbol(below is error link message)
    __1cG__CrunKpure_error6F_v_ /oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2/libocci.so
    __1cDstdbC__RTTI__1nDstdMlength_error__ /oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2/libocci.so
    __1cDstdMout_of_range2T6M_v_ /oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2G6Mpkc_r1_ /oracle/product/10.2.0/db_1/instantclient32/instantclient
    _10_2/libocci.so
    __1cG__CrunIex_alloc6FI_pv_ /oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2/libocci.so
    __1cG__CrunIex_throw6Fpvpkn0AQstatic_type_info_pF1_v_v_ /oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2G6Mrk1_r1_ /oracle/product/10.2.0/db_1/instantclient32/instantclient
    _10_2/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2t6MpkcIrkn0C__v_ /oracle/product/10.2.0/db_1/instantclient32/instant
    client_10_2/libocci.so
    __1cH__rwstdRexcept_msg_string2t6MIE_v_ /oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2t6Mpkcrkn0C__v_ /oracle/product/10.2.0/db_1/instantclient32/instantc
    lient_10_2/libocci.so
    __1cH__rwstdbC__rwse_StringIndexOutOfRange_ /oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2/libocci.so
    __1cDstdZ__RTTI__1nDstdJbad_alloc__ /oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___Gassign6Mrk1II_r1_ /oracle/product/10.2.0/db_1/instantclient32/instan
    tclient_10_2/libocci.so
    ESHserver@/oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2 >ls -l
    total 202452
    lrwxrwxrwx 1 master00 oinstall 17 5월 16일 09:33 libclntsh.so -> libclntsh.so.10.1
    -rw-r--r-- 1 master00 oinstall 22747924 5월 16일 09:32 libclntsh.so.10.1
    -rw-r--r-- 1 master00 oinstall 6833692 5월 16일 09:32 libnnz10.so
    lrwxrwxrwx 1 master00 oinstall 15 5월 16일 09:34 libocci.so -> libocci.so.10.1
    -rw-r--r-- 1 master00 oinstall 1292828 5월 16일 09:32 libocci.so.10.1
    -rw-r--r-- 1 master00 oinstall 72678472 5월 16일 09:32 libociei.so
    please, help me.
    make=> $>g++ -I/oracle/product/10.2.0/db_1/rdbms/public -o ok ok.cc -L/oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2 -lclntsh -locci
    oracle 10g R2 10.2.0.5
    solaris 10 && lib32
    g++ 3.4.6

    Thank you for your answer.
    g++ -I/oracle/product/10.2.0/db_1/rdbms/public -o ok ok.cc -L/oracle/product/10.2.0/db_1/lib32 -L/oracle/product/10.2.0/db_1/instantclient32/instantclient_10_2 -lclntsh -locci
    as you mention, I insert "-L/oracle/product/10.2.0/db_1/lib32"
    but, compile failed ; hmm...
    __1cG__CrunKpure_error6F_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdbC__RTTI__1nDstdMlength_error__ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMout_of_range2T6M_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2G6Mpkc_r1_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cG__CrunIex_alloc6FI_pv_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cG__CrunIex_throw6Fpvpkn0AQstatic_type_info_pF1_v_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2G6Mrk1_r1_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2t6MpkcIrkn0C__v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cH__rwstdRexcept_msg_string2t6MIE_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2t6Mpkcrkn0C__v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cH__rwstdbC__rwse_StringIndexOutOfRange_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdZ__RTTI__1nDstdJbad_alloc__ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___Gassign6Mrk1II_r1_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cG__CrunRex_chk_unexpected6F_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cH__rwstdX__rwse_InvalidSizeParam_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cH__rwstdbB__rwse_PosBeyondEndOfString_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___J__nullref_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdbC__RTTI__1nDstdMout_of_range__ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdLlogic_error2T6M_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___I__getRep6MII_pnH__rwstdM__string_ref4Ccn0B_n0C____ /oracle/product/1
    0.2.0/db_1/lib32/libocci.so
    __1cH__rwstdY__rwse_UnexpectedNullPtr_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___2t6Mrk1IIrkn0C__v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMlength_error2T6M_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    oracle::occi::Environment::createEnvironment(oracle::occi::Environment::Mode, void*, void* (*)(void*, unsigned int), void* (*)(void*
    , void*, unsigned int), void (*)(void*, void*))/var/tmp//ccRKSoOw.o
    __1cG__CrunGex_get6F_pv_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdJexceptionG__vtbl_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdJbad_allocG__vtbl_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMlength_errorG__vtbl_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cG__CrunMex_rethrow_q6F_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    oracle::occi::Environment::terminateEnvironment(oracle::occi::Environment*)/var/tmp//ccRKSoOw.o
    __1cDstdMout_of_rangeG__vtbl_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___Hcompare6kMIIpkcI_i_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cH__rwstdX__rwse_ResultLenInvalid_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cG__CrunSregister_exit_code6FpG_v_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cG__CrunHex_skip6F_b_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___Hreplace6MIIpkcIII_pc_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cG__CrunIex_clean6F_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cG__CrunKex_rethrow6F_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdbB__RTTI__1nDstdLlogic_error__ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1cDstdLlogic_errorG__vtbl_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    c::c(N6, (int0_t)) /oracle/product/10.2.0/db_1/lib32/libocci.so
    c::c(n6, (int0_t)) /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1c2K6Fpv_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    __1c2k6Fpv_v_ /oracle/product/10.2.0/db_1/lib32/libocci.so
    ld: fatal...
    collect2: ld returned 1 exit status
    please, help me.

  • Installation Problems on Win2k

    Hi,
    i am trying to install J2EE on Win2k... so far I have nothing but problems... i set the environment vars as suggested by the installation guide... still i can't get server to start ... n e way... here are details :
    OS : Window 2k - Service Pack 3
    J2sdkee1.3.1 installation dir : D:\j2sdkee1.3.1
    J2sdkse1.4.1 installation dir : D:\Program Files\s1studio_jdk\j2sdk1.4.1
    Environment variables set as :
    J2EE_HOME : D:\j2sdkee1.3.1;
    JAVA_HOME : D:\Program Files\s1studio_jdk\j2sdk1.4.1;
    PATH : D:\j2sdkee1.3.1;D:\Program Files\s1studio_jdk\j2sdk1.4.1;D:\Ant\jakarta-ant-1.3;
    Now tell me what am i doing wrong...
    thanx in advance

    You probably want to set the bin/ directories in
    your pathvariable.
    Nevertheless, you should be able to start the server
    by doubleclicking in explorer-window. If this does not work, start a command-window, and try starting j2ee.bat
    in this window. You should at least get some error messages.

  • Trouble running adf/jsp application in jdev 11G

    Hello ,
    I have just installed Jdev 11g on Win XP SP 2.
    Everything looks good, but when I try to run *.jspx file I am getting following error message:
    I appreciate any help.
    Thanks
    C:\JDev1111\jdk\bin\javaw.exe -client -classpath O:\OC4J\j2ee\home\oc4j.jar;C:\JDev1111\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config "\\win.desy.de\home\martir\Application Data\JDeveloper\system11.1.1.0.17.45.24\o.j2ee\embedded-oc4j\config\server.xml"
    [waiting for the server to complete its initialization...]
    Could not canonicalize 'ðˆúwPõwÿÿÿÿ' (The filename, directory name, or volume label syntax is incorrect). From system property java.library.path.
    Could not canonicalize 'ðˆúwPõwÿÿÿÿ' (The filename, directory name, or volume label syntax is incorrect). From system property java.library.path.
    07/08/31 10:26:12 java.io.IOException: The system cannot find the path specified
    07/08/31 10:26:12      at java.io.WinNTFileSystem.createFileExclusively(Native Method)
    07/08/31 10:26:12      at java.io.File.createNewFile(File.java:850)
    07/08/31 10:26:12      at oracle.security.jazn.spi.xml.XMLJAZNProvider.getJAZNDataXMLDoc(XMLJAZNProvider.java:250)
    07/08/31 10:26:12      at oracle.security.jazn.spi.xml.XMLJAZNProvider.parseDataFile(XMLJAZNProvider.java:377)
    07/08/31 10:26:12      at oracle.security.jazn.spi.xml.XMLJAZNProvider.getRealmManager(XMLJAZNProvider.java:480)
    07/08/31 10:26:12      at oracle.security.jazn.spi.GenericProvider.getRealmManager(GenericProvider.java:143)
    07/08/31 10:26:12      at oracle.security.jazn.JAZNConfig.getRealmManager(JAZNConfig.java:997)
    07/08/31 10:26:12      at oracle.security.jazn.oc4j.JAZNUserManager.getUMType(JAZNUserManager.java:5156)
    07/08/31 10:26:12      at oracle.security.jazn.oc4j.JAZNUserManager.getUM(JAZNUserManager.java:5208)
    07/08/31 10:26:12      at oracle.security.jazn.oc4j.JAZNUserManager.<init>(JAZNUserManager.java:5245)
    07/08/31 10:26:12      at com.evermind.server.deployment.UserManagerConfig$JAZN.construct(UserManagerConfig.java:626)
    07/08/31 10:26:12      at com.evermind.server.deployment.UserManagerConfig.delegatee(UserManagerConfig.java:289)
    07/08/31 10:26:12      at com.evermind.server.deployment.UserManagerConfig.ultimate(UserManagerConfig.java:329)
    07/08/31 10:26:12      at com.evermind.server.deployment.EnterpriseArchive.generateDefaultUserManagerSettings(EnterpriseArchive.java:1189)
    07/08/31 10:26:12      at com.evermind.server.deployment.EnterpriseArchive.initDefaultSettings(EnterpriseArchive.java:1284)
    07/08/31 10:26:12      at com.evermind.server.deployment.EnterpriseArchive.<init>(EnterpriseArchive.java:294)
    07/08/31 10:26:12      at com.evermind.server.XMLApplicationServerConfig.parseApplicationConfigReference(XMLApplicationServerConfig.java:2125)
    07/08/31 10:26:12      at com.evermind.server.XMLApplicationServerConfig.sortApplicationConfigReferences(XMLApplicationServerConfig.java:2859)
    07/08/31 10:26:12      at com.evermind.server.XMLApplicationServerConfig.postInitApplications(XMLApplicationServerConfig.java:2877)
    07/08/31 10:26:12      at com.evermind.server.XMLApplicationServerConfig.postInit(XMLApplicationServerConfig.java:290)
    07/08/31 10:26:12      at com.evermind.xml.XMLConfig.init(XMLConfig.java:206)
    07/08/31 10:26:12      at com.evermind.xml.XMLConfig.init(XMLConfig.java:113)
    07/08/31 10:26:12      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:89)
    07/08/31 10:26:12      at java.lang.Thread.run(Thread.java:595)
    Aug 31, 2007 10:26:12 AM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    07/08/31 10:26:12 Error parsing application-server config file: Invalid usermanager configuration.
    07/08/31 10:26:12 oracle.security.jazn.JAZNRuntimeException: Invalid usermanager configuration.
    07/08/31 10:26:12      at oracle.security.jazn.oc4j.DelegateUserManager.checkForParent(JAZNUserManager.java:3255)
    07/08/31 10:26:12      at oracle.security.jazn.oc4j.DelegateUserManager.getAdminUser(JAZNUserManager.java:3279)
    07/08/31 10:26:12      at oracle.security.jazn.oc4j.FilterUserManager.getAdminUser(JAZNUserManager.java:4899)
    07/08/31 10:26:12      at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
    07/08/31 10:26:12      at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
    07/08/31 10:26:12      at com.evermind.server.XMLApplicationServerConfig.setPassword(XMLApplicationServerConfig.java:2981)
    07/08/31 10:26:12      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:95)
    07/08/31 10:26:12      at java.lang.Thread.run(Thread.java:595)
    07/08/31 10:26:12 Fatal error: server exiting
    Process exited with exit code 1.

    Hello Ric,
    Thanks for the response,
    I have tried to set environment vars, but it was unsuccessful.
    I have the old version of Jdev 10.1.3 and it's working with the message "Could not canonicalize ...."
    I have found the following thread in forum:
    Unable to start any application
    The system11.1.1.0.17.45.24 directory is on the network drive:
    H:\Application Data\JDeveloper\system11.1.1.0.17.45.24\o.j2ee\embedded-oc4j\applications\dms.war
    and not on the:
    H:\Application Data\JDeveloper\system11.1.1.0.17.45.24\o.j2ee\home\applications\dms.war
    I am not sure, but it seems to be the same problem with the embedded OC4J and dms.war, as discussed in the thread
    mentioned above.
    Thanks.

  • Oracle9i reinstallation on Windows XP Pro

    Hello,
    I am having a problem of re-installing Oracle9i on my PC running WinXP Pro. Using the Oracle Universal Installer (OUI), at the Installation Types step, I select the Enterprise Edition and then the progress bar appear up to 31% then the OUI drop out, without any other message!
    I am not sure how I removed the old Oracle (same version) but I did follow the Oracle preinstallation guide to check for the old directory, registry entries, environment vars, etc. The only thing I notice is the existence of this old directory:
    C:\oracle\ora92\inventory\Components21\oracle.java.ojsp\1.1.3.1.0
    which somehow contains the file named "context*xml". This file (hence the entire directory) cannot be deleted because of the invalid character "*". Does this have anything to do with the failed installatation? If so, how can I get rid of it (other than reformat my hard drive)?
    I appreciate any help. Thanks in advance.

    Hi all
    I have another problem about Oracle9i installation on windowsxp pro and wanna share your opinion. While I'm installing, dialog say "Loading product information" for a long time(it stay at 90% more than 9 hours!! while my computer still work). I try install Oracle9i on windows2003 server too but it have the same problem.
    thanks

  • Set systemwide variable with /etc/launchd.conf does not work in 10.10

    Hi,
    before i upgraded my system, i set in file /etc/launchd.conf some variables. I need this for the Shell, Eclipse and some other tools.
    user@osx10-10:~$ cat /etc/launchd.conf
    setenv M2_HOME /opt/maven
    setenv MAVEN_OPTS "-Xmx2048m -Dmaven.surefire.debug=-Xmx2048m"
    user@osx10-10:~$
    With Mavericks there was no problem, since Yosemite no Variables are set.
    Also when i try to set it manually with launchctl setting xxxxx xxxx, no variable is set.
    Does anyone has a workaround for me?
    Regards
    Joerg

    Alex It should work . by the way your PATH variable should be placed in /etc/paths like this :
    /usr/bin
    /bin
    /usr/sbin
    /sbin
    /usr/local/bin
    /Users/alex/Dev/apache-ant-1.9.2/bin
    Note after each line there is a return key
    As for environment variables open your ~/.bash_profile and place the.
    export ANT_HOME = /Users/alex/Dev/apache-ant-1.9.2
    launchctl setenv ANT_HOME $ANT_HOME
    export ANT_OPTS = -Xmx512M
    launchctl setenv ANT_OPTS $ANT_OPTS
    make sure you save and restart all applications that need to read environment variables. I faced the same problem with intelliJ accessing M2_HOME
    As a side note : consulting the man pages of launchctl(1)
    DEPRECATED AND REMOVED FUNCTIONALITY
         launchctl no longer has an interactive mode, nor does it accept commands from stdin. The
         /etc/launchd.conf file is no longer consulted for subcommands to run during early boot time; this func-
         tionality was removed for security considerations. While it was documented that $HOME/.launchd.conf
         would be consulted prior to setting up a user's session, this functionality was never implemented.
         launchd no longer uses Unix domain sockets for communication, so the LAUNCHD_SOCKET environment vari-
         able is no longer relevant and is not set.
         launchd no longer loads configuration files from the network

  • 8.1.6 install on RH2 : missing jre118 ???

    I downloaded Oracle 8.1.6 from the technet, as I wanted to get rid of installation problems from 8.1.5.
    I have been unable to even start the installer, with always the same error "unable to find java runtime, go to javasoft.com, download jre118, and try again...".
    Even with this JRE installed, or even with jre116v5, jre121, jdk118, it does not start.
    I have met half a dozen of persons on the net who reported me exactly the same problem.
    I got answers like "your download was buggy" (with a tar.gz?)->no comment... I was told to remove any reference to $JAVA_HOME, etc., as oracle comes with its own jre. -> no change.
    I am now stuck since last week, and I have still seen no screen from OUI... btw, it is the same on RH6.1
    It seems some people have been able to install easily. What's wrong with the other ones?
    Please help, it's already been a long time...

    ...I installed it without a hitch on RH 6.2...but, I defined all of my environment vars in advance of the installation including the CLASSPATH...I'd recommend defining the CLASSPATH and all other env vars according to the documentation provided with the distro...I've even had success installing it on a Slackware 7 box...
    Here's my env:
    ORACLE_SID=local
    ORACLE_BASE=/opt/oracle/8i/u01/app
    ORACLE_HOME=$ORACLE_BASE/product/8.1.6
    export ORACLE_HOME ORACLE_BASE ORACLE_SID
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    ORACLE_TERM=vt100
    LD_LIBRARY_PATH=$ORACLE_HOME/lib
    PATH=$PATH:$ORACLE_HOME/bin
    export NLS_LANG ORA_NLS33 PATH LD_LIBRARY_PATH
    TNS_ADMIN=$ORACLE_HOME/network/admin
    export PATH=$PATH:$TNS_ADMIN
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/product/jlib
    export PATH=$PATH:$CLASSPATH
    umask 022
    I placed this at the bottom of user oracle's .bash_profile.
    Hopr this helps, if not email me for more help ([email protected]).

  • Help install Tuxedo 8.0 on RedHat Linux 7.2

    Greetings,
    I'm trying to install Tuxedo 8.0 on a RedHat Linux 7.2,
    using the tuxedo80_linux.bin (from www.bea.com site) ,
    and face the following problems :
    . I dont' know what are the dependencies needed (I saw
    JRE and installed it, but it don't seem to be the only thing
    to do...)
    . I don't know if this package will work on RedHat 7.x
    (libc changed since 6.2, which is the 'reference' release for
    Tuxedo 8...)
    any links, tips, report of working on it ?
    Is an RPM package exist (made by BEA or not) ?

    alex wrote:
    >
    Input the command:
    sh tuxedo80_linux.bin
    then display:
    preparing install....
    and the installing stop.
    Who can help me?:(Alex,
    I believe that happens because Tux 8.0 was done for RH 6.2 which uses a
    different version of glibc. If you're running RH 7.2 you need to install
    the compat62 packages. The RPMs should be on the install CDs or available
    from the RH site.
    Once installed you need to set the appropriate environment variables as
    shown below:
    export LD_ASSUME_KERNEL=2.2.5
    export LDEMULATION=elf_i386_glibc21 # This is so that when genclntsh runs
    # ld, it first looks at
    usr/i386-glibc21-linux/lib
    # for libraries
    export GCC_EXEC_PREFIX=/usr/i386-glibc21-linux/lib/gcc-lib/
    # This is so that the gcc driver uses
    # the compatibility compiler
    After this the installer should work just fine. The problem, i think, was
    that the JVM that came in the installation archive was compiled with the
    old libgc and would barf unless you're running in compatibility mode.
    You'll need to set these environment vars. when running Tux as well.
    Hope this helps.
    Regards,
    Mitch

  • Counting files in a Flder

    Hi all,
    I have to count the number of files in a folder and their
    respectives name in it using flash.Is it possible to do it by JSFL.
    can anyone give me samples regarding this.thanks in advance.
    Regards,
    S.Hidayath

    If you are using JSFL (authoring environment),,,,
    var folder = fl.browseForFolderURL('SELECT FOLDER');
    if (folder!=null) {
    var list = FLfile.listFolder(folder, 'files');
    fl.outputPanel.trace("There are "+list.length+" files in the
    specified folder");
    fl.outputPanel.trace("The names of these files are: "+list);
    If you only wanted it to find .fla's for example, you would
    use:
    var list = FLfile.listFolder(folder+'/*.fla', 'files');
    I haven't tested this as I am not on a computer with
    Flash.

Maybe you are looking for