Error using dbd 1.27 in ibm aix platform

$ make test
cp Oracle.pm blib/lib/DBD/Oracle.pm
cp oraperl.ph blib/lib/oraperl.ph
cp dbdimp.h blib/arch/auto/DBD/Oracle/dbdimp.h
cp ocitrace.h blib/arch/auto/DBD/Oracle/ocitrace.h
cp Oraperl.pm blib/lib/Oraperl.pm
cp Oracle.h blib/arch/auto/DBD/Oracle/Oracle.h
cp lib/DBD/Oracle/Object.pm blib/lib/DBD/Oracle/Object.pm
cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm
cp lib/DBD/Oracle/GetInfo.pm blib/lib/DBD/Oracle/GetInfo.pm
/usr/bin/perl -e 'use ExtUtils::Mksymlists; Mksymlists("NAME" => "DBD::Oracle", "DL_FUNCS" => {  }, "FUNCLIST" => [], "DL_VARS" => []);'
/usr/bin/perl -p -e "s/~DRIVER~/Oracle/g" /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/auto/DBI/Driver.xst > Oracle.xsi
/usr/bin/perl /usr/opt/perl5/lib/5.8.2/ExtUtils/xsubpp -typemap /usr/opt/perl5/lib/5.8.2/ExtUtils/typemap -typemap typemap Oracle.xs > Oracle.xsc && mv Oracle.xsc Oracle.c
cc_r -c -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/rdbms/demo -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/plsql/public -I/oracle/product/10.2.0/db_1/network/public -I/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/auto/DBI -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" -DUTF8_SUPPORT -DORA_OCI_VERSION=\"10.2.0.4\" -DORA_OCI_102 Oracle.c
cc_r -c -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/rdbms/demo -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/plsql/public -I/oracle/product/10.2.0/db_1/network/public -I/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/auto/DBI -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" -DUTF8_SUPPORT -DORA_OCI_VERSION=\"10.2.0.4\" -DORA_OCI_102 dbdimp.c
1500-030: (I) INFORMATION: ora_st_execute_array: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 16384.
cc_r -c -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/rdbms/demo -I/oracle/product/10.2.0/db_1/rdbms/public -I/oracle/product/10.2.0/db_1/plsql/public -I/oracle/product/10.2.0/db_1/network/public -I/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/auto/DBI -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE" -DUTF8_SUPPORT -DORA_OCI_VERSION=\"10.2.0.4\" -DORA_OCI_102 oci8.c
1500-030: (I) INFORMATION: init_lob_refetch: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 16384.
Running Mkbootstrap for DBD::Oracle ()
chmod 644 Oracle.bs
rm -f blib/arch/auto/DBD/Oracle/Oracle.so
LD_RUN_PATH="/oracle/product/10.2.0/db_1/lib32:/oracle/product/10.2.0/db_1/rdbms/lib32" ld -bhalt:4 -bM:SRE -bI:/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/perl.exp -bE:Oracle.exp -bnoentry -lpthreads -lc_r Oracle.o dbdimp.o oci8.o -q32 -L/oracle/product/10.2.0/db_1/lib32/ -L/oracle/product/10.2.0/db_1/rdbms//lib32/ -lclntsh -lld -lm `cat /oracle/product/10.2.0/db_1/lib32/sysliblist` -lm -lpthreads -o blib/arch/auto/DBD/Oracle/Oracle.so
ld: 0706-012 The -q flag is not recognized.
ld: 0706-012 The -3 flag is not recognized.
ld: 0706-012 The -2 flag is not recognized.
make: 1254-004 The error code from the last command is 255.
Stop.
wat must be done to run the make test successfully?

ld: 0706-012 The -q flag is not recognized.
ld: 0706-012 The -3 flag is not recognized.
ld: 0706-012 The -2 flag is not recognized.
make: 1254-004 The error code from the last command is 255.
As soon as I saw this error in your post I froze. I had experienced this same problem earlier this year. Hopefully your already past this (I see your post is from 3/18/11). However just in case you didn't and for anyone else who got this annoying message - here is how I addressed it.
You have to remove all occurances of '-q32' from the Makefile and then re-run it.
You can do this with 'vi Makefile' or use sed (sed is easier)
Using sed:
mv Makefile Makefile.1st ; sed 's/-q32//' Makefile.1st > Makefile
Now you can re-run 'make test'
HTH,
-Manny D.

Similar Messages

  • Need Help on Configurations of Data Services on IBM AIX Platform

    Hi All,
    We are in the process of installing Data Services XI 3.2 on IBM AIX platform.We are having some showstoppers which we are not able to resolve.
    It would be of great help to us if anyone can give some inputs.
    Lanscape:
    Data services server: Server A
    OS - AIBM AIX
    DB2 Database: Server B
    OS - AIBM AIX
    Activities Performed till now on DB2 Side:
    Multi user development:
    1.       Created 2 DBu2019s on Server B
    ·          REPO_CR (Central Repository u2013 Which is used for multi-user environment).
    ·          REPO_LR (Local Repository u2013 Which is used for actual development like login and build   jobs).
    2.       Created multiple schemas under REPO_LR(One Schema for each user).
    ·          User1, User2, User3, etcu2026 (These schemas can hold metadata of Data Services XI which can be used for reference).
    Each and every schema should have itu2019s their own user name and password
    Activities Performed till now on Data Services Side:
    1.Installed Dataservices
    Activities Yet to be done on Data Services Side:
    1.Configure Repository manager (Create central repository REPO_CR of type sucure using repository manager)
    2.Configure Job Server(Create a Job server and assign the local repository REPO_LR to the same)
    Issues:
    While creating the central repository usning the below command:
    ./repoman -UCRREP -Ppassword -SServer B -NDB2 -QREPO_CR -tcentral -c -a -d
    an error ocurred as :"Error while creating the Local Repository"
    I think we are getting this error because of some connectivity issue between DB2 server and Data services Server.
    Please share all of your valuable thoughts.
    Note:Our DB2 admin said we cannot create any ODBC connections on AIX platform
    Thanks,
    Muni

    the arguments that you are passing to repoman are not correct, if your server name has space then you should enclose that in quotes, else it will be treated as 2 arguments, you are passing -SServer B it should be -S"Server B"
    -SServer B
    I don't think you need to pass -Q option for DB2, its required only for Sybase Repo
    for DB2 you will have to install the DB2 Client, and create a Node and Catalog the database on that node
    if you are able to open DB2 command prompt form the unix and use that database, then try using the following args to create DB2 Repo
    -Uusername -Ppassword -NDB2 -SDBName -tcentral -c -a -d
    or better use Repository Manager from Windows to create repos

  • IBM AIX Platform and IBM JDK

    Hi,
    We are having out of memory issue on IBM AIX 5.3 version and IBM JDK 1.4.2 J9. All the settings for jvm parameters have been made as per sap recommendations.  Now that we need to debug this issue using some java profiler tool. We tried using Sherlok but this does't seem to work on AIX platform. SAP Memory analyzer is a great tool but unfortunately is not supported with IBM JDK.
    so what is the best way to troubleshoot out of memory heap issues ? which tools needs to be used for ibm platform and ibm jdk ?

    Hi,
    unfortunately I do not have a good answer for you. We are working together with IBM to enable the Memory Analyzer read IBM system dumps. However, this will take another 6 months to materialize.
    In the meantime, the Diagnostics Guide (http://www-128.ibm.com/developerworks/java/jdk/diagnosis/index.html) might be helpful. Also look for HeapAnalzer and HeapRoots.
    Andreas.

  • Error In Oracle Enterprise Repository in IBM AIX 5.3

    Hello,
    I'm have installed:
    Oracle Weblogic Server 11g (10.3.3)
    Oracle Enterprise Repository 11g (11.1.1.3)
    The installation is succefully but when i try access to http://10.1.1.218:7111/oer is empty !!
    in the log apper:
    $ tail -f nohup.out
    JIT - r9_20091123_13891
    GC - 20091111_AA)
    JCL - 20091202_01
    Starting WLS with line:
    /usr/java6_64/bin/java -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=oer_server1 -Djava.security.policy=/oracle/app/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -server -da -Dplatform.home=/oracle/app/Middleware/wlserver_10.3 -Dwls.home=/oracle/app/Middleware/wlserver_10.3/server -Dweblogic.home=/oracle/app/Middleware/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=http://snode938:7115 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oracle/app/Middleware/patch_wls1033/profiles/default/sysext_manifest_classpath:/oracle/app/Middleware/patch_ocp353/profiles/default/sysext_manifest_classpath weblogic.Server
    <Oct 28, 2011 7:06:22 PM GMT-04:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with IBM J9 VM Version 2.4 from IBM Corporation>
    <Oct 28, 2011 7:06:22 PM GMT-04:30> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Oct 28, 2011 7:06:23 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 28, 2011 7:06:23 PM GMT-04:30> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 28, 2011 7:06:24 PM GMT-04:30> <Notice> <Log Management> <BEA-170019> <The server log file /oracle/app/Middleware/user_projects/domains/oer_domain/servers/oer_server1/logs/oer_server1.log is opened. All server side log events will be written to this file.>
    <Oct 28, 2011 7:06:26 PM GMT-04:30> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 28, 2011 7:06:28 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Oct 28, 2011 7:06:28 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 28, 2011 7:06:31 PM GMT-04:30> <Warning> <HTTP> <BEA-101369> <ServletContext@766848437[app:oer module:/oer path:/oer spec-version:null]: The encoding jsp-descriptor param has been deprecated. Consider declaring the encoding in the jsp-config element (web.xml) or as a page directive (pageEncoding) instead.>
    INITIALIZING EXTERNAL EVENTING
    running in single server mode
    Intializing Thinkmap Server. Version: 2.6.051122173836X
    Thinkmap Server initialized.
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.1.1.218:7111 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "oer_server1" for domain "oer_domain" running in Production Mode>
    OER: Asset Preload completed: 4982ms
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $ tail -f nohup.out
    Intializing Thinkmap Server. Version: 2.6.051122173836X
    Thinkmap Server initialized.
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.1.1.218:7111 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "oer_server1" for domain "oer_domain" running in Production Mode>
    OER: Asset Preload completed: 4982ms
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Oct 28, 2011 7:16:07 PM GMT-04:30> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WebAppModuleOverviewPage&WebAppModuleOverviewPortlethandle=com.bea.console.handles.ModuleHandle%28%22com.bea%3AName%3Doer%2CType%3DAppDeployment%3Boer-web%3B%2Foer-web%3B%3Cnone%3E%3BWEBAPP%22%29.>
    java.lang.Exception: Provider named 'SUN' not found
    at com.flashline.crypto.EncryptedPassword.constructor(EncryptedPassword.java:125)
    at com.flashline.crypto.EncryptedPassword.<init>(EncryptedPassword.java:74)
    at com.flashline.crypto.EncryptedPassword.<init>(EncryptedPassword.java:38)
    at com.flashline.enterprise.authentication.servlet.Login.service(Login.java:46)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:529)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.flashline.enterprise.authentication.EnterpriseSession.checkLogin(EnterpriseSession.java:441)
    at com.flashline.cmee.jsp.CMEESession.checkLogin(CMEESession.java:254)
    at com.flashline.cmee.jsp.CMEESession.checkLogin(CMEESession.java:250)
    at com.flashline.cmee.jsp.CMEESession.checkLogin(CMEESession.java:249)
    at jsp_servlet.__index._jspService(__index.java:130)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3686)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any idea ?
    Thank.-
    Post Data: I search any solution in My Oracle Support, and apply the only solution found here. But the issue persist...

    if you see the log file it tells about saposcolSAPCAR: could not open for writing /usr/sap/IND/SYS/exe/run/saposcol (error 28). Text file busy
    could you please check is there any SAPOSCOL process running?
    that is why you are getting error as unpack was executed with status ERROR
    cheers,
    -Sunil

  • Is there a way to use Labview for Linux for IBM AIX 5.1.

    I think any application built for linux can run on the AIX 5.1 if the application is recompiled on the AIX 5.1. So theoretically NI can just recompile there Linux version of Labview on the AIX 5.1 and it will work. Is there a possibility that NI will port Labview for AIX 5.1.

    I think that the use of LabVIEW for linux is platform independent as far as hardware. I believe that as long as you are running a compatible GUI (I believe XWindows and KPT??? are two that are recommended - check ni.com/linux for more information. So, for your purposes, as long as you can install the proper GUI, and then LabVIEW for Linux, you can then run, code, compile, and deploy applications on the AIX 5.1.
    I am personally VERY interested in knowing about your success (or failure, should that unlikelyhood occur) on Linux. If you browse the topics, there is actually one on non-windows useage of LabVIEW. I am currently setting up my first Linux machine at my home office, and am very curious to know how other people do with this 'adventure into unc
    harted territory'. The only documented useage I have seen is in Gary Johnson's newest edition of Power Programming.
    Good luck, and please keep us posted. I sense that I am the only LabVIEW for Linux fan besides yourself. But please feel free to post to this thread, and to the topic.

  • Is anyone using SAP Data Services 4.x on AIX platform?

    Just want to have an idea if anyone using Data Services 4.x on AIX platform
    I am interested in the following install
    Information Platform Services 4.1
    Data Services 4.2
    Information Steward 4.2

    Hi Sri,
    Please refer the below link regarding BODS installation in AIX platform.
    Installing BusinessObjects Data Services 4.0 on AIX
    Link:
    http://alexzy.blogspot.in/2012/04/installing-businessobjects-data.html
    Pre and post production steps of BODS 12.2.2 upgrade to BODS 4.1
    Link:
    http://scn.sap.com/docs/DOC-47411
    Thanks,
    Daya

  • Things to be aware while doing SAP Upgrade on IBM AIX

    Hi,
         We are migrating from HP Unix platform to IBM AIX through our new project.
        Could you please let me know the risks of doing SAP Upgrade on IBM AIX Platform and  things to be aware while doing SAP   Upgrade on IBM AIX.
    Regards,
    Farhana

    Hi,
    You need to refer to respective system copy guide and upgrade guide to know about pre-requisites before doing migration and upgrade on AIX platform.
    Practically there are no major issues seen on AIX platform during migration as well as during upgrade.
    Hope this helps.
    Regards,
    Deepak Kori

  • JAI + IBM AIX

    Hello everybody,
    Does anybody know where I could find JAI library for IBM AIX platform (if this one is supported)?
    Thank you.

    Try asking on the JAI mailing list - it seems all the JAI action is there.
    Rafael - why not a forum ?

  • 500 Internal Server Error on IBM AIX for Oracle Application Server 10g

    Hi all,
    I have installed Oracle AS 10g on IBM AIX 5.3.After installation everything was working fine.After some time when i was trying to access the emd console for deploying the application it gives me following error:w/o asking for user name(ias_admin) and password.
    500 Internal Server Error
    java.lang.NoClassDefFoundError: oracle/sysman/eml/app/Console     at java.lang.Class.forName0(Native Method)     at java.lang.Class.forName(Class.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.loadServlet(HttpApplication.java:2283)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.findServlet(HttpApplication.java:4795)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:568)
    Please help me out...
    Thanks in advance

    Hi,
    I am facing the same problem as well. Below is part
    of error captured from em-application.log:
    08/07/22 17:02:59 Started
    08/07/22 17:03:00 default: jsp: init
    08/07/22 17:03:00 default: Started
    08/07/22 17:03:04 emd: jsp: init
    08/07/22 17:03:04 emd: dynamicImage: init
    08/07/22 17:03:11 emd: Error initializing servlet
    java.lang.InternalError: Can't connect to X11 window
    server using '172.28.8.106:0.0' as the value of the
    DISPLAY variable.
    at
    sun.awt.X11GraphicsEnvironment.initDisplay(Native
    Method)
    at
    sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnv
    ironment.java:175)
    at java.lang.Class.forName1(Native Method)
    at java.lang.Class.forName(Class.java:180)
    at
    java.awt.GraphicsEnvironment.getLocalGraphicsEnvironme
    nt(GraphicsEnvironment.java:91)
    at
    java.awt.Font.initializeFont(Font.java:333)
    at java.awt.Font.<init>(Font.java:368)
    at
    oracle.sysman.eml.app.Console.<clinit>(Console.java:57
    9)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java(Compiled
    Code))
    at
    com.evermind.server.http.HttpApplication.loadServlet(H
    ttpApplication.java:2283)
    at
    com.evermind.server.http.HttpApplication.findServlet(H
    ttpApplication.java:4795)
    at
    com.evermind.server.http.HttpApplication.initPreloadSe
    rvlets(HttpApplication.java:4889)
    at
    com.evermind.server.http.HttpApplication.initDynamic(H
    ttpApplication.java:1015)
    at
    com.evermind.server.http.HttpApplication.<init>(HttpAp
    plication.java:549)
    at
    com.evermind.server.Application.getHttpApplication(App
    lication.java:890)
    at
    com.evermind.server.http.HttpServer.getHttpApplication
    (HttpServer.java:707)
    at
    com.evermind.server.http.HttpSite.initApplications(Htt
    pSite.java:625)
    at
    com.evermind.server.http.HttpSite.setConfig(HttpSite.j
    ava:278)
    at
    com.evermind.server.http.HttpServer.setSites(HttpServe
    r.java:278)
    at
    com.evermind.server.http.HttpServer.setConfig(HttpServ
    er.java:179)
    at
    com.evermind.server.ApplicationServer.initializeHttp(A
    pplicationServer.java:2394)
    at
    com.evermind.server.ApplicationServer.setConfig(Applic
    ationServer.java:1551)
    at
    com.evermind.server.ApplicationServerLauncher.run(Appl
    icationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:568)
    17:03:11 emd: Error preloading servlet
    avax.servlet.ServletException: Error initializing
    servlet
    at
    com.evermind.server.http.HttpApplication.findServlet(H
    ttpApplication.java:4846)
    at
    com.evermind.server.http.HttpApplication.initPreloadSe
    rvlets(HttpApplication.java:4889)
    at
    com.evermind.server.http.HttpApplication.initDynamic(H
    ttpApplication.java:1015)
    at
    com.evermind.server.http.HttpApplication.<init>(HttpAp
    plication.java:549)
    at
    com.evermind.server.Application.getHttpApplication(App
    lication.java:890)
    at
    com.evermind.server.http.HttpServer.getHttpApplication
    (HttpServer.java:707)
    at
    com.evermind.server.http.HttpSite.initApplications(Htt
    pSite.java:625)
    at
    com.evermind.server.http.HttpSite.setConfig(HttpSite.j
    ava:278)
    at
    com.evermind.server.http.HttpServer.setSites(HttpServe
    r.java:278)
    at
    com.evermind.server.http.HttpServer.setConfig(HttpServ
    er.java:179)
    at
    com.evermind.server.ApplicationServer.initializeHttp(A
    pplicationServer.java:2394)
    at
    com.evermind.server.ApplicationServer.setConfig(Applic
    ationServer.java:1551)
    at
    com.evermind.server.ApplicationServerLauncher.run(Appl
    icationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:568)
    17:03:11 emd: redirect: init
    8/07/22 17:03:11 emd: Started
    08/07/22 17:03:11 cabo: jsp: init
    08/07/22 17:03:11 cabo: Started
    08/07/22 17:05:28 emd: Error initializing servlet
    java.lang.NoClassDefFoundError:
    oracle/sysman/eml/app/Console
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java(Compiled
    Code))
    at com.evermind[Oracle Application Server
    Containers for J2EE 10g
    (10.1.2.0.2)].server.http.HttpApplication.loadServlet
    Http
    Application.java:2283)
    at com.evermind[Oracle Application Server
    Containers for J2EE 10g
    (10.1.2.0.2)].server.http.HttpApplication.findServlet
    Http
    Application.java:4795)
    at com.evermind[Oracle Application Server
    Containers for J2EE 10g
    (10.1.2.0.2)].server.http.HttpApplication.getRequestD
    spat
    cher(HttpApplication.java:2821)
    at com.evermind[Oracle Application Server
    Containers for J2EE 10g
    (10.1.2.0.2)].server.http.HttpRequestHandler.processR
    ques
    t(HttpRequestHandler.java:680)
    at com.evermind[Oracle Application Server
    Containers for J2EE 10g
    (10.1.2.0.2)].server.http.HttpRequestHandler.run(Http
    eque
    stHandler.java:285)
    at com.evermind[Oracle Application Server
    Containers for J2EE 10g
    (10.1.2.0.2)].server.http.HttpRequestHandler.run(Http
    eque
    stHandler.java:126)
    at com.evermind[Oracle Application Server
    Containers for J2EE 10g
    (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$M
    Work
    er.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:568)
    17:05:28 emd: Servlet error
    /b]
    Could someone please help me take a look on this?
    Thank you.
    Regards,
    HT
    Hi,
    I have got the solution........
    go through the url:
    http://docs.tpu.ru/docs/oracle/en/oas/10.1.2.0.2/aix.1012/relnotes.1012/relnotes/install.htm
    Read these points:
    Class Not Found Execption: 2.1.25
    After doing all these four steps,restart your application server control.
    Cause of this problem:
    X Virtual Frame Buffer: 2.4.14
    Cheers,

  • Error installing OBIEE11G on IBM-AIX 6.1

    Hi all,
    I am trying to install OBIEE 11.1.1.6.0 (software only) on my IBM-AIX 6.1 server, and I have completed installing weblogic and OBIEE, but in the configuration phase i am getting failed at restarting the admin server: the error in the log is attached below:
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startStopServersAndApps(WorkFlowExecutor.java:830)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:483)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainRestartTask.doExecute(DomainRestartTask.java:32)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:736)
    [2012-06-10T18:32:20.313+03:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 4] [ecid: 0000JVMjR5lDkZ__xPWByW1FpALK000005,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3180)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startStopServersAndApps(WorkFlowExecutor.java:830)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:483)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainRestartTask.doExecute(DomainRestartTask.java:32)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:736)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
         ... 17 more
    Can somebody help me in resoving this issue..
    Thanks
    Korandla

    Hi,
    Make sure your java version (it should be jdk/jrockit 1.6.0_31 and above) and looback adaptor (static ip) setted
    try to make sure below steps also,
    1. Install a 64-bit JDK for your operating system, for example jrockit-jdk1.6.0_31-R28.2.3-4.1.0 64bit type
    2. Install Weblogic Server10.3.5/6 (using the generic installer) and select the 64-bit JDK installed in step 1
    Example installaing weblogic 10.3.6
    C:\>cd C:\Program Files\Java\jrockit-jdk1.6.0_31-R28.2.3-4.1.0\bin
    C:\Program Files\Java\jrockit-jdk1.6.0_31-R28.2.3-4.1.0\bin>java -D64 -jar E:\Sh
    are_DEV\OBIEE11g_Latest\wls1036_generic.jar
    Extracting 0%..........100%
    3. Install RCU(11.1.1.6.0)
    4. Install OBIEE11g, choosing the 'software-only' installation type.
    5. Execute the Configuration Assistant to configure your installation.
    FYI:check the certification matrix
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls
    Thanks
    Deva
    Edited by: Devarasu on Jun 11, 2012 3:44 PM

  • Error received ...awt run under IBM AIX

    Hi
    I have used awt in my pgm.. When i tried to run on under IBM AIX It shows the below error msg
    I have used
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20050929a (SR3)
    Pls help me to solve this problem asap
    Here is the error msg
    java.lang.NoClassDefFoundError: sun/awt/X11GraphicsEnvironment
         at java.lang.Class.forName1(Native Method)
         at java.lang.Class.forName(Class.java(Compiled Code))
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:91)
         at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:124)
         at java.lang.Class.forName1(Native Method)
         at java.lang.Class.forName(Class.java(Compiled Code))
         at java.awt.Toolkit$2.run(Toolkit.java:796)
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:787)
         at com.integrosys.sml.ui.los.ca.report.test.ExecSummPdfGen.dumpInfo(ExecSummPdfGen.java:130)

    I am not aware of any issues. However, you may want to try the Oracle9iAS J2EE forum. If there are issues with HP AIX, the Oracle9iAS J2EE group should know about it.
    -- Brian

  • Vector casting giving errors on J2RE 1.4.2 on IBM AIX

    Hi guys,
    I developed a Java application on my pc using Eclipse IDE and JDK 1.5.
    Now I have to move this application on a IBM AIX system with JDK 1.4.2.
    This application strongly uses vector casting such as "Vector<Integer>" or "Vector<Vector>".
    Compiling on AIX these casts are all errors.
    I have to recompile because if I try to use the bytecode generated in local on my pc, it gives me the error message:
    "The java class is not found: name_of_the_class " and since now, I can't give a solution for this.
    Sorry for my English,
    thanks a lot
    Alessandro

    The examples you've show are not examples of casting but of the use of generics. Generics are not supported by 1.4, which is in any case obsolete. Update to >= 1.5 on your AIX system or rewrite the code without generics

  • SaxParser error when deploying J2EE application on 10gAS for IBM AIX 5.2

    Hello,
    We have problems deploying J2EE application on 10gAS 9.0.4.0.0, on IBM AIX 5.2. We deployed it on 10gAS for Windows 9.4.0.0 and 9.0.4.0.1, and on 10gAS 9.0.4.0.0 for Linux, without any trouble (installed ADF runtime, etc.).
    Application architecture is JSP/Struts/ADF BC4J. We used JHeadstart 10g framework.
    As soon as we start the application, we get the message described bellow. We saw that J2SE version, shipped with the AS is 1.4.1? On all the other AS versions, and in embedded JDeveloper OC4J is 1.4.2.
    We also use the Xerces library xercesImpl.jar, which is located in .../WEB-INF/lib directory (which contains SaxParser implementation), if that is important. But the application fails right on the beginning.
    The complete error message follows:
    javax.xml.parsers.FactoryConfigurationError: Provider null could not be
    instantiated: java.lang.NullPointerException at
    javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:30) at
    org.apache.commons.digester.Digester.getFactory(Digester.java:512) at
    org.apache.commons.digester.Digester.getParser(Digester.java:686) at
    org.apache.commons.digester.Digester.getXMLReader(Digester.java:902) at
    org.apache.commons.digester.Digester.parse(Digester.java:1567) at
    org.apache.struts.action.ActionServlet.initServlet(ActionServlet.java:1433) at
    org.apache.struts.action.ActionServlet.init(ActionServlet.java:466) at javax.servlet.GenericServlet.init(GenericServlet.java:258) at
    oracle.jheadstart.controller.struts.JhsActionServlet.init(JhsActionServlet.java:219) at
    com.evermind[Oracle Application Server Containers for J2EE 10g
    (9.0.4.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
    at com.evermind[Oracle Application Server Containers for J2EE 10g
    (9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4523)
    at com.evermind[Oracle Application Server Containers for J2EE 10g
    (9.0.4.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
    at com.evermind[Oracle Application Server Containers for J2EE 10g
    (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
    at com.evermind[Oracle Application Server Containers for J2EE 10g
    (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind[Oracle Application Server Containers for J2EE 10g
    (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind[Oracle Application Server Containers for J2EE 10g
    (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:568)
    Any information would be helpful,
    Vladimir,
    MAOP d.o.o., Slovenia

    Figures, I've been fighting with this for the past day and a half and I figure it out shortly after I post the question.
    It turns out the tiles.jar that was in our WEB-INF/lib directory was an old one. It looks like the newer struts.jar (from jdeveloper) we're using includes the tiles information. Once I removed tiles.jar, commons-dbcp, pool, resources, and services, it works now.
    It looks like jdeveloper overwrites most of those files with it's built in struts integration, and we've just been lucky before that struts.jar was being loaded before tiles.jar and something with oas 10.1.3 is loading the jars in a different order--but I'm just guessing here.

  • FRM-92102: A network error has occured [IBM AIX 5.3]

    Hi All,
    I have deployed my oracle forms application on Oracle 10g(10.1.2.0.2) Application Server installed on IBM AIX 5.3 Server. Forms developed on Developer Suite 10g.
    When I login to the application and start working, The FRM-92102 Error pops up and I have to quit, without any other option
    Soon, when I check the opmnctl status, I see OC4J_BI_Forms moved into "init" state. After sometime the state gets into "Alive”. Then i run my application again only to get the same pop again.
    The pop up occurs randomly. Neither specific form nor operation invokes it! I don’t know why the Status of OC4J_BI_Forms suddenly gets into "init" state? Since it’s in "init" state the Application is loosing a connection to forms service and popping up the above error.
    Pls find the detailed logs in below link
    http://www.mediafire.com/?ywnyid4xhr5
    I have a dead line to meet in Next weekend. Any help is highly appreciated.
    Humble Regards,
    SAM

    Hi All,
    I resolved this by editing opmn.xml file.
    Change
    <data id="/reports/rwservlet/pingserver?start=auto" value="20000"/>
    to
    <data id="/reports/rwservlet/" value="20000"/>
    Regards,
    SAM

  • Error in installing MySap 2004s SR1 with DB2 and IBM AIX.

    Hello Gurus,
    I am installing MySap 2004s SR1 with DB2 and IBM AIX.
    I am facing the following error :
    <b><i>ERROR 2006-11-08 18:33:01
    MDB-01101  Installed Software Level '08.02.0002' is insufficient for this installation ...</i></b>
    <b><i>ERROR 2006-11-08 18:33:01
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2006-11-08 18:33:01
    FCO-00011  The step DB6CheckSoftwareLevel with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|2|0|NW_DB6_Initialize_Db_Software_Info|ind|ind|ind|ind|3|0|DB6CheckSoftwareLevel was executed with status ERROR .</i></b>
    As this occered in the phase "Install JCE Policy".
    I have even tried to get the latest version But I am not succesfull.
    Please help.
    Regards,
    Chandra Sekhar Reddy.

    Dear Dirk,
    Thanks once again I have installed FP12 and the error is gone.
    But here I have one more error triggered, Here I am pasting the log.
    Please help me.
    <i><b>ERROR 2006-11-08 22:02:36
    FSH-00006  Return value of function getgrnam(dbdevmnt) is The process does not exist..
    ERROR 2006-11-08 22:02:36
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2006-11-08 22:02:36
    FCO-00011  The step createAccounts with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0|createAccounts was executed with status ERROR .</b></i>
    Please help me out.
    Thanks,
    Chandra Sekhar Reddy.

Maybe you are looking for

  • Which table will give me the serial numbers per each delivery?

    Which table will give me the serial numbers per each delivery?

  • Which noises made by the laptop's HDD are considered normal, and which shouldn't be?

    I got a replacement for a rather recent MacBook Pro 2012 model, which is the one that corresponds to the 15-inch screen, 2.3 Ghz Intel Core i7 processor. This new computer probably has around 3 weeks since I got it from the store. I have to clarify t

  • Membership forms

    Is there a way i can create a membership form so i can restrict customers access to my site unless they are members, i want to migrate my site to a HTML5 version and the new version doe not support the current membership widget. ithe problem is some

  • RPTIME00 - Custom Internal Table , Custom Clsuter in Custom Function.

    Hello Guru, I have a requirement to create custom scheme with totally new custom function , rules . my question is it is possible to declare custom internal tables like TIP, TOP and cutom cluster to store results. if yes then how ? Thanks in adance

  • Basic question of SDP/OCMS

    I am very new to SDP/OCMS and therefore questions here could seem very basic. Please bear with me: 1. What is the communication mechanism between the JCA and the enabler? Web service or class invocation? 2. Does each enabler have its own API signatur