ODI 12.1.3 - Linux OS (fedora22) - Apache Hadoop 2.6 - Apache hive 1.2.1 - java.lang.IllegalArgumentException: could not load driver JDBC [org.apache.hive.jdbc.HiveDriver] class

Help gurus,

Please note that the following works on my laptop:

[oracle@fedora22 oracle] $ netstat - lpten | grep 9000

(Not all processes could be identified, do not belong to the process info

will not be shown, you would have to be root for all to see.)

TCP 0 0 127.0.0.1:9000 0.0.0.0: * LISTEN 1001 29114 1651/java

[oracle@fedora22 oracle] $ beeline u jdbc:hive2: / / localhost:10000 / default

Connection to jdbc:hive2: / / localhost:10000 / default

Connected to: hive Apache (version 1.2.1)

Pilot: Hive JDBC (version 1.2.1)

Isolation of transactions: TRANSACTION_REPEATABLE_READ

Version 1.2.1 by Apache the hive of the Beeline

0: jdbc:hive2: / / localhost:10000 / default > show databases;

+----------------+--+

| database_name |

+----------------+--+

| by default |

+----------------+--+

1 selected line (3,088 seconds)

0: jdbc:hive2: / / localhost:10000 / default >

but when I try and connect from within ODI:

Err.PNG

java.lang.RuntimeException: java.lang.IllegalArgumentException: could not load driver JDBC [org.apache.hive.jdbc.HiveDriver] class

at oracle.odi.core.datasource.provider.AbstractDataSourceProvider.configure(AbstractDataSourceProvider.java:106)

to oracle.odi.core.DataSourceManager$ LoginTimeoutDataSourceProviderProxy.configure (DataSourceManager.java:305)

at oracle.odi.core.DataSourceManager.createAndConfigureDataSourceProvider(DataSourceManager.java:231)

to oracle.odi.core.DataSourceManager.access$ 000 (DataSourceManager.java:57)

to oracle.odi.core.DataSourceManager$ 1.create(DataSourceManager.java:76)

at org.springframework.util.CachingMapDecorator.get(CachingMapDecorator.java:152)

in java.util.Collections$ SynchronizedMap.get (Collections.java:2037)

at oracle.odi.core.DataSourceManager.getDataSource(DataSourceManager.java:153)

at oracle.odi.core.OdiInstance.lookupDataSource(OdiInstance.java:1066)

at oracle.odi.core.datasource.dwgobject.support.DwgConnectConnectionCreatorImpl.getDataSourceAdapter(DwgConnectConnectionCreatorImpl.java:124)

at oracle.odi.core.datasource.dwgobject.support.DwgConnectConnectionCreatorImpl.createDwgConnectConnection(DwgConnectConnectionCreatorImpl.java:108)

at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:169)

to com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$ 400 (SnpsDialogTestConnet.java:51)

to com.sunopsis.graphical.dialog.SnpsDialogTestConnet$ 5.doInBackground(SnpsDialogTestConnet.java:629)

to com.sunopsis.graphical.dialog.SnpsDialogTestConnet$ 5.doInBackground(SnpsDialogTestConnet.java:625)

at oracle.odi.ui.framework.AbsUIRunnableTask.run(AbsUIRunnableTask.java:258)

at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:947)

at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.IllegalArgumentException: could not load driver JDBC [org.apache.hive.jdbc.HiveDriver] class

at oracle.odi.jdbc.datasource.DriverManagerDataSource.setDriverClassName(DriverManagerDataSource.java:178)

to oracle.odi.jdbc.datasource.DriverManagerDataSource. < init > (DriverManagerDataSource.java:110)

at oracle.odi.core.datasource.provider.DriverManagerDataSourceProvider.doCreateDataSource(DriverManagerDataSourceProvider.java:36)

at oracle.odi.core.datasource.provider.AbstractDataSourceProvider.configure(AbstractDataSourceProvider.java:97)

... more than 17

This is not the right approach, even if it works. Why?

1. If tomorrow you need to work with Hbase, do you also follow the same thing?

2 much booty pots related to each other and it is not advisable to all copy them into the folder of the agent.

3. you're going to mess after copying all the pots in the record of the agent.

Instead, add the lib path to the additional_path file. This file is in the home directory of the user if his linux machine.

For example:

cat /home/oracle/.odi/userlib/additional_path

See that I added a point here.

If it's windows, see

C:\Users\CURRENT_USER_NAME\AppData\Roaming\odi\oracledi\userlib\additional_path.txt

Tags: Business Intelligence

Similar Questions

  • Class driver JDBC [com.microsoft.sqlserver.jdbc.SQLServerDriver] didn't load for ODI

    Hello everyone,

    Windows Server 2008, Enterprise Edition (SP1)

    Try to create data for MS SQL Server (IP = 192.168.10.7) (IP = 192.168.10.11) ODI. During the installation of ODI 'JavaEE' box was DISABLED , so no weblogic is used.

    1. choose "com.microsoft.sqlserver.jdbc.SQLServerDriver" as an oiption for JDBC driver field

    2. learn the JDBC Url like "jdbc:sqlserver://192.168.10.7:1433; databaseName = TEST"OR just"jdbc:sqlserver://192.168.10.7 ".

    always to receive the following error message:

    java.lang.RuntimeException: java.lang.IllegalArgumentException: could not load driver JDBC [com.microsoft.sqlserver.jdbc.SQLServerDriver] class

    at oracle.odi.core.datasource.provider.AbstractDataSourceProvider.configure(AbstractDataSourceProvider.java:106)

    to oracle.odi.core.DataSourceManager$ LoginTimeoutDataSourceProviderProxy.configure (DataSourceManager.java:302)

    at oracle.odi.core.DataSourceManager.createAndConfigureDataSourceProvider(DataSourceManager.java:228)

    to oracle.odi.core.DataSourceManager.access$ 0 (DataSourceManager.java:202)

    to oracle.odi.core.DataSourceManager$ 1.create(DataSourceManager.java:76)

    at org.springframework.util.CachingMapDecorator.get(CachingMapDecorator.java:152)

    in java.util.Collections$ SynchronizedMap.get (Collections.java:1975)

    at oracle.odi.core.DataSourceManager.getDataSource(DataSourceManager.java:151)

    at oracle.odi.core.OdiInstance.lookupDataSource(OdiInstance.java:814)

    at oracle.odi.core.datasource.dwgobject.support.DwgConnectConnectionCreatorImpl.createDwgConnectConnection(DwgConnectConnectionCreatorImpl.java:82)

    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:162)

    to com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$ 4 (SnpsDialogTestConnet.java:159)

    to com.sunopsis.graphical.dialog.SnpsDialogTestConnet$ 4.doInBackground(SnpsDialogTestConnet.java:519)

    to com.sunopsis.graphical.dialog.SnpsDialogTestConnet$ 4.doInBackground(SnpsDialogTestConnet.java:1)

    at oracle.odi.ui.framework.AbsUIRunnableTask.run(AbsUIRunnableTask.java:258)

    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)

    at java.lang.Thread.run(Thread.java:619)

    Caused by: java.lang.IllegalArgumentException: could not load driver JDBC [com.microsoft.sqlserver.jdbc.SQLServerDriver] class

    at oracle.odi.jdbc.datasource.DriverManagerDataSource.setDriverClassName(DriverManagerDataSource.java:176)

    to oracle.odi.jdbc.datasource.DriverManagerDataSource. < init > (DriverManagerDataSource.java:108)

    at oracle.odi.core.datasource.provider.DriverManagerDataSourceProvider.doCreateDataSource(DriverManagerDataSourceProvider.java:35)

    at oracle.odi.core.datasource.provider.AbstractDataSourceProvider.configure(AbstractDataSourceProvider.java:97)

    ... 16 more

    I would be grateful if you could help me.

    Hello

    The error indicates its not able to find the right driver for MS SQL server.

    What version of MS SQL server you use?

    Try the Type 4 driver. (Copy sqljdbc4.jar in your location agent\drivers & restart agent) If you have MS SQL Server 2008

    You can get it here: http://www.microsoft.com/en-in/download/details.aspx?id=11774

    Thank you

    Santy.

  • java.lang.NullPointerException after upgrading to 10.1.3.5.5 ODI

    Hello

    I've recently updated 10.1.3.5.0 to 10.1.3.5.5 ODI by applying the update rollup (Version: 10.1.3.5.5 |) Date: December 3, 2009 | p9200535_101350_Generic).

    Planning interfaces are work well after you apply the hotfix, but are NOT the interfaces that use Essbase.

    I get the following error when I run and the Essbase interface against a local agent.

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):

    "< String >" file, line 79, inside?

    java.lang.NullPointerException
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.validateLoadOptions (unknown Source)
    at com.hyperion.odi.essbase.AbstractEssbaseWriter.beginLoad (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at org.python.core.PyReflectedFunction.__call__ (PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__ (PyMethod.java)
    at org.python.core.PyObject.__call__ (PyObject.java)
    at org.python.core.PyInstance.invoke (PyInstance.java)
    to org.python.pycode._pyx0.f$ 0 (< string >: 79)
    to org.python.pycode._pyx0.call_function (< string >)
    at org.python.core.PyTableCode.call (PyTableCode.java)
    at org.python.core.PyCode.call (PyCode.java)
    at org.python.core.Py.runCode (Py.java)
    at org.python.core.Py.exec (Py.java)
    at org.python.util.PythonInterpreter.exec (PythonInterpreter.java)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.k.a (k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.j (e.java)
    at com.sunopsis.dwg.cmd.g.z (g.java)
    at com.sunopsis.dwg.cmd.e.run (e.java)
    at java.lang.Thread.run (unknown Source)

    java.lang.NullPointerException: java.lang.NullPointerException

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a (k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.j (e.java)
    at com.sunopsis.dwg.cmd.g.z (g.java)
    at com.sunopsis.dwg.cmd.e.run (e.java)
    at java.lang.Thread.run (unknown Source)

    ************************************************************************************************

    But I get the following error when I run an Essbase interface against a Word with agent TST_AGENT_1, manually created as a windows service:

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):

    "< String >" file, line 79, inside?

    com.hyperion.odi.essbase.ODIEssbaseException: error occurred while running script maxl. Error message is:
    at com.hyperion.odi.essbase.ODIEssbaseConnection.executeMaxl (unknown Source)
    at com.hyperion.odi.essbase.AbstractEssbaseWriter.beginLoad (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at org.python.core.PyReflectedFunction.__call__ (PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__ (PyMethod.java)
    at org.python.core.PyObject.__call__ (PyObject.java)
    at org.python.core.PyInstance.invoke (PyInstance.java)
    to org.python.pycode._pyx0.f$ 0 (< string >: 79)
    to org.python.pycode._pyx0.call_function (< string >)
    at org.python.core.PyTableCode.call (PyTableCode.java)
    at org.python.core.PyCode.call (PyCode.java)
    at org.python.core.Py.runCode (Py.java)
    at org.python.core.Py.exec (Py.java)
    at org.python.util.PythonInterpreter.exec (PythonInterpreter.java)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.k.a (k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.j (e.java)
    at com.sunopsis.dwg.cmd.h.z (h.java)
    at com.sunopsis.dwg.cmd.e.run (e.java)
    at java.lang.Thread.run (unknown Source)

    Caused by: com.essbase.api.base.EssException: error occurred while running script maxl. Error message is:

    at com.hyperion.odi.essbase.wrapper.EssbaseConnection.executeMaxl (unknown Source)

    ... more than 33

    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: error occurred while running script maxl. Error message is:

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a (k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.j (e.java)
    at com.sunopsis.dwg.cmd.h.z (h.java)
    at com.sunopsis.dwg.cmd.e.run (e.java)
    at java.lang.Thread.run (unknown Source)


    The MAXL script works fine from the command line in the shell to essmsh. Environment variables have been set up correctly for essmsh. Essmsh shell called command line.


    To apply the patch, I just copied the contents of the oracledi file present in the patch on the top application of oracledi existing ODI record. Let me know if I missed a step.

    Indications will be useful.


    Thanks in advance!

    This means that you have not imported into the new KM for "IKM SQL for Hyperion Essbase (data)", you always use the original and it will fail because the new version has additional options.
    Right click the KM existing - import/replace, then navigate to SQL IKM for Essbase data.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Unable to connect to ANY account in Linux Mint 17 64-bit ("Configuration could not be verified - is the name of user or wrong password?")

    So after working all day to get my OS to work together I tried to use Thunderbird on my Linux Mint 17 64-bit. Entering my details, Thunderbird says they're wrong. I checked and checked several times that they are right. I looked around and the farm, I could find what it's useful about my question was a post about something similar on Linux Mint 16 64-bit when all what it says was "reset firewall gateway", which is not exactly the most useful thing. Either by the way, I also reset the router everything and even CHECKED that nothing has been blocked through it and as far as the linux firewall goes, I do not have or have not activated it AFAIK. I'm quite new to Linux in general so I need something that is quite easy to understand in what terms a solution, assuming that everyone knows. I'd like to get this to work because it is pretty well the last obsticle in my own way. If anyone knows anything that might help, please share! Thank you!

    Configuration could not be verified

    This seems to indicate a problem when setting up the account.
    But according to your troubleshooting information an account already exists.
    Please confirm that you do when getting this error.

    I also implemented audit 2-step

    Set up a password for specific application according to the instructions of Google and use it.
    https://support.Google.com/accounts/topic/28786?hl=en & ref_topic = 3382253

  • Configure Apache HTTP Srvr for WLS12c error - "address already in use: make_sock: could not bind to address 80.

    Hello the Experts of Oracle.

    I already have

    1. installed the Apache HTTP Server (with libraries)
    2. Downloaded the Plugin of Apache WLS12c
    3. copied the plugin files into the appropriate directories.
    4. Modify the httpd.conf (see below)

    At the present time, I try to start the Apache HTTP server and runs in an unexpected error.

    WHY APACHE ATTEMPTS TO LISTEN ON PORT 80. ?  I've SPECIFIED the PORT 8888

    Question: How to go beyond the error.   -| "Address already in use: make_sock: could not bind to address 80 '

    My server is 192.168.1.21.  In my view, that it has ESTABLISHED processes.  Yet, he reports, that it cannot start.

    junk1.PNG

    Here is the content of the httpd.conf file.  My customizations are in Red.

    #

    # This is the main Apache HTTP server configuration file.  It contains the

    configuration directives # that give the server its instructions.

    See # < URL: http://httpd.Apache.org/docs/2.4/ > for more information.

    # See especially

    # < URL: http://httpd.Apache.org/docs/2.4/mod/directives.html >

    # for an analysis of each configuration directive.

    #

    # Do NOT simply read the instructions here without understanding

    # what they do.  They are there only as advice or reminders.  If you do not know

    # consult the online documentation. You have been warned.

    #

    # Configuration and logfile names: If the file names that you specify for a lot

    number of files in server control begin by "/" (or "drive: / 'for Win32 '), the

    # server uses this explicit path.  If filenames do * not * start

    # with "/", the value of ServerRoot directive is preceded by - both "logs/access_log".

    # with ServerRoot set to "/ usr/local/apache2" will be interpreted by the

    # Server as "/ usr/local/apache2/logs/access_log", considering that "/ logs/access_log".

    # will be interpreted as "/ logs/access_log".

    #

    # ServerRoot: The top of the directory under which the server tree

    # configuration, error and the log files are kept.

    #

    # Do not add a bar slash at the end of the directory path.  If you point

    # ServerRoot to non-local disk, remember to choose a local drive on the

    # Directive Mutex, if based on mutex files are used.  If you want to share the

    # ServerRoot even for several demons httpd, you will need to change to

    # PidFile less.

    #

    ServerRoot "/ usr/local/apache2.

    #

    # PidFile: The file in which the server should record its process

    ID # when it starts.

    #

    PidFile ' / usr/local/apache2/logs/httpd.pid '.

    #

    # Mutex: Allows you to set the mutex mechanism and the mutex file directory

    # for individual mutex, or change the default global values

    #

    # Uncomment and change the directory if mutexes are based on files and the default

    # mutex file directory is not on a local disk or is not suitable for some

    # other reason.

    #

    # Default Mutex: newspapers

    #

    # Listen: Allows you to bind Apache to specific IP addresses and/or

    ports #, instead of the default value. See also the < VirtualHost >

    directive #.

    #

    # Change this to listen on specific IP addresses below for

    # prevent Apache glomming on all related IP addresses.

    #

    # Example-> look 12.34.56.78:80

    # Listen api.astcorporation.com:8001

    Listen 8888

    #

    # Dynamic Shared Object (DSO) Support

    #

    # To be able to use the features of a module that was built as a DSO you

    # duty place corresponding 'LoadModule' lines at this location until the

    # directives that it contained are actually available _avant_, that they are used.

    # Modules statically compiled (those listed by "httpd-l") is not necessary

    # to be responsible here.

    #

    # Example:

    # LoadModule foo_module modules/mod_foo.so

    #

    LoadModule authn_file_module modules/mod_authn_file.so

    #LoadModule authn_dbm_module modules/mod_authn_dbm.so

    #LoadModule authn_anon_module modules/mod_authn_anon.so

    #LoadModule authn_dbd_module modules/mod_authn_dbd.so

    #LoadModule authn_socache_module modules/mod_authn_socache.so

    LoadModule modules/mod_authn_core.so authn_core_module

    LoadModule modules/mod_authz_host.so authz_host_module

    LoadModule modules/mod_authz_groupfile.so authz_groupfile_module

    LoadModule modules/mod_authz_user.so authz_user_module

    #LoadModule authz_dbm_module modules/mod_authz_dbm.so

    #LoadModule authz_owner_module modules/mod_authz_owner.so

    #LoadModule authz_dbd_module modules/mod_authz_dbd.so

    LoadModule modules/mod_authz_core.so authz_core_module

    LoadModule modules/mod_access_compat.so access_compat_module

    LoadModule auth_basic_module modules/mod_auth_basic.so

    #LoadModule auth_form_module modules/mod_auth_form.so

    #LoadModule auth_digest_module modules/mod_auth_digest.so

    #LoadModule allowmethods_module modules/mod_allowmethods.so

    #LoadModule file_cache_module modules/mod_file_cache.so

    #LoadModule cache_module modules/mod_cache.so

    #LoadModule disk_cache_module modules/mod_cache_disk.so

    #LoadModule cache_socache_module modules/mod_cache_socache.so

    #LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

    #LoadModule socache_dbm_module modules/mod_socache_dbm.so

    #LoadModule socache_memcache_module modules/mod_socache_memcache.so

    #LoadModule macro_module modules/mod_macro.so

    #LoadModule dbd_module modules/mod_dbd.so

    #LoadModule dumpio_module modules/mod_dumpio.so

    #LoadModule buffer_module modules/mod_buffer.so

    #LoadModule ratelimit_module modules/mod_ratelimit.so

    LoadModule modules/mod_reqtimeout.so reqtimeout_module

    #LoadModule ext_filter_module modules/mod_ext_filter.so

    Request_module modules/mod_request.so #LoadModule

    #LoadModule include_module modules/mod_include.so

    LoadModule modules/mod_filter.so filter_module

    #LoadModule substitute_module modules/mod_substitute.so

    #LoadModule sed_module modules/mod_sed.so

    Modules/mod_deflate.so deflate_module #LoadModule

    LoadModule mime_module modules/mod_mime.so

    LoadModule log_config_module modules/mod_log_config.so

    #LoadModule log_debug_module modules/mod_log_debug.so

    #LoadModule logio_module modules/mod_logio.so

    LoadModule env_module modules/mod_env.so

    #LoadModule modules/mod_expires.so expires_module

    LoadModule headers_module modules/mod_headers.so

    #LoadModule unique_id_module modules/mod_unique_id.so

    LoadModule setenvif_module modules/mod_setenvif.so

    LoadModule modules/mod_version.so version_module

    #LoadModule remoteip_module modules/mod_remoteip.so

    #LoadModule modules/mod_proxy.so proxy_module

    Modules/mod_proxy_connect.so proxy_connect_module #LoadModule

    Proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule

    Modules/mod_proxy_http.so proxy_http_module #LoadModule

    #LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so

    #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so

    #LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so

    #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

    Proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule

    #LoadModule proxy_express_module modules/mod_proxy_express.so

    #LoadModule session_module modules/mod_session.so

    #LoadModule session_cookie_module modules/mod_session_cookie.so

    #LoadModule session_dbd_module modules/mod_session_dbd.so

    #LoadModule slotmem_shm_module modules/mod_slotmem_shm.so

    #LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so

    #LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so

    #LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so

    #LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so

    LoadModule modules/mod_unixd.so unixd_module

    #LoadModule dav_module modules/mod_dav.so

    LoadModule status_module modules/mod_status.so

    LoadModule autoindex_module modules/mod_autoindex.so

    #LoadModule info_module modules/mod_info.so

    #LoadModule cgid_module modules/mod_cgid.so

    #LoadModule dav_fs_module modules/mod_dav_fs.so

    #LoadModule vhost_alias_module modules/mod_vhost_alias.so

    #LoadModule modules/mod_negotiation.so negotiation_module

    LoadModule modules/mod_dir.so dir_module

    #LoadModule actions_module modules/mod_actions.so

    Modules/mod_speling.so speling_module #LoadModule

    #LoadModule userdir_module modules/mod_userdir.so

    LoadModule alias_module modules/mod_alias.so

    #LoadModule rewrite_module modules/mod_rewrite.so

    # Added on 23/09/2015 | -enabling reverse proxy requests for users of WLS12c

    LoadModule modules/mod_wl_24.so weblogic_module

    < IfModule unixd_module >

    #

    # If you want httpd to run as a different user or group, you must run

    # httpd as root initially and it will pass.

    #

    # Group / user: the name (or #number) of the user/group to run httpd as.

    # It is generally advisable to create a dedicated and aggregatable for user

    # httpd, as with most system services are running.

    #

    Demon of the user

    Daemon group

    < / IfModule >

    Server configuration # 'hand '.

    #

    # The directives in this section implement the values used by the 'hand '.

    # Server, which meets all demands that are not managed by a

    definition of # < VirtualHost >.  These values also provide defaults for

    # all < VirtualHost > containers you can set later in the file.

    #

    # All these directives may appear inside containers < VirtualHost >,.

    # in which case the value default parameters will be substituted for the

    virtual host of # being defined.

    #

    #

    # ServerAdmin: Your address, where problems with the server should be

    # e-mail.  This address appears on some generated by the page server, such

    # as error documents.  for example [email protected]

    #

    ServerAdmin [email protected]

    #

    # ServerName gives the name and the port used by the server to identify itself.

    # This can often be determined automatically, but we recommend that you specify

    # explicitly to avoid problems during startup.

    #

    # If your host doesn't have a registered DNS name, enter its IP address here.

    #

    Servername 192.168.1.21

    #

    # Deny access to the whole of the file system of your server. You must

    # explicitly allow access to web content directories in other

    blocks of # < directory > below.

    #

    < directory / >

    AllowOverride none

    Need all refused

    < / Book >

    #

    # Note that, from this point forward you must precisely enable

    features special # to be enabled - so if something doesn't work not as

    # you might expect, make sure that you have specifically enabled it

    # below.

    #

    #

    # DocumentRoot: The directory you are going to use your

    documents #. By default, all requests are taken from this directory, but

    aliases and symlinks # can be used to point to other locations.

    #

    DocumentRoot "/ usr/local/apache2/htdocs.

    < directory "/ usr/local/apache2/htdocs" >

    #

    # Possible values for the Options directive are "None", "All."

    # or any combination of:

    # Indexes includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

    #

    # Note that "MultiViews" must be named * explicitly *-'all Options '.

    # is not give it to you.

    #

    # The Options directive is complex and important.  Please see

        # http://httpd.Apache.org/docs/2.4/mod/core.HTML#options

    # For more information.

    #

    Options Indexes FollowSymLinks

    #

    # AllowOverride controls what directives may be placed in .htaccess files.

    # It can be 'All', 'None', or any combination of key words:

    # AllowOverride FileInfo AuthConfig Limit

    #

    AllowOverride None

    #

    # Controls who can get stuff from this server.

    #

    Need of all granted

    < / Book >

    #

    # DirectoryIndex: sets the file Apache will serve if a directory

    # is requested.

    #

    < IfModule dir_module >

    DirectoryIndex index.html

    < / IfModule >

    #

    # The following lines prevent the .htaccess and .htpasswd files to be

    # seen by customers of the Web.

    #

    < files ".ht *" >

    Need all refused

    < / files >

    #

    # ErrorLog: The location of the error log file.

    # If you do not specify an ErrorLog directive in a < VirtualHost >

    # container, error messages related to this virtual host will be

    # logged here.  If you * define an error for a < VirtualHost > log file

    container of #, that host errors will be logged there and not here.

    #

    ErrorLog "logs/error_log".

    #

    # LogLevel: Control the number of messages in the error_log.

    # Possible values include: debug, info, notice, warn, error, crit,.

    # emerg, alert.

    #

    LogLevel debug

    < IfModule log_config_module >

    #

    # The following directives define some nicknames format for use with

    # a directive CustomLog (see below).

    #

    "LogFormat '%%u %t \"%r\ hour' % > s \"%{Referer}i\ %b" \"%{User-Agent}i\" "handset"

    "LogFormat '%%u %t \"%r\ hour' % > s %b "commune

    < IfModule logio_module >

    # You must enable mod_logio.c use %I and frequency

    "" LogFormat '%%u %t \"%r\ hour' % > s %b \"%{Referer}i\ "\"%{User-Agent}i\ "%I %o "combinedio

    < / IfModule >

    #

    # The location and format of the access (Common Log Format) log file.

    # If you do not have any logfiles access set in a < VirtualHost >

    container of #, they will be saved here.  On the other hand, if you * do *.

    # define per - < VirtualHost > access logfiles, transactions will be

    # logged there and * not * in this file.

    #

    CustomLog "logs/access_log" common

    #

    # If you prefer a log file of access, agent, and referer information

    # (Combined logfile format) you can use the following directive.

    #

    #CustomLog "logs/access_log" combined

    < / IfModule >

    < IfModule alias_module >

    #

    # Redirect: Allows to tell clients the documents used for

    # exist in your server's namespace, but no more. The customer

    # make a new request for the document at its new location.

    # Example:

    # Redirect permanent/foo http://www.example.com/bar

    #

    # Alias: Maps web paths into paths of file system and is used to

    # access content that don't live under the DocumentRoot directive.

    # Example:

    # Alias /webpath/full/filesystem/path

    #

    # If you include a trailing / on /webpath, then the server will be

    # require that he be present in the URL.  It is also likely that

    # duty provide a < Directory > section to allow access to

    # the path to the file system.

    #

    # ScriptAlias: This controls which directories contain server scripts.

    # ScriptAliases are essentially the same as assumed names, except that

    # documents in the target directory are treated as applications and

    # executed by the server on demand, rather than as documents sent to the

    client of #.  The same regulation on flight "/" applies to the ScriptAlias

    # as for the Alias directives.

    #

    ScriptAlias/cgi-bin / "/ usr/local/apache2/cgi-bin /".

    < / IfModule >

    < IfModule cgid_module >

    #

    # ScriptSock: On threaded servers, refers to the access path to the UNIX

    decision # used to communicate with the CGI mod_cgid daemon.

    #

    #Scriptsock cgisock

    < / IfModule >

    #

    # "/ usr/local/apache2/cgi-bin" just need to replace your ScriptAlias

    # CGI directory exists, if you have set up.

    #

    < directory "/ usr/local/apache2/cgi-bin" >

    AllowOverride None

    None of the options

    Need of all granted

    < / Book >

    < IfModule mime_module >

    #

    # TypesConfig points to the file containing the list of mappings from

    # MIME file extension - type.

    #

    TypesConfig conf/mime.types

    #

    # AddType allows you to add or replace the MIME configuration

    # the file specified in TypesConfig for specific file types.

    #

    #AddType application/x-gzip .tgz

    #

    # AddEncoding allows you to have certain browsers uncompress

    # information on the fly. Note: Not all browsers support this.

    #

    #AddEncoding x-compress. Z

    #AddEncoding x-gzip .gz .tgz

    #

    # If the AddEncoding directives above are commented out, then you

    # should probably define these extensions to indicate media types:

    #

    AddType application/x-compress. Z

    AddType application/x-gzip .gz .tgz

    #

    # AddHandler allows you to map certain "manipulators": file extensions

    # No actions associated with the file type. It can be either integrated into the server

    # or added to the directive of the Action (see below)

    #

    # To use CGI outside of ScriptAlias directories scripts:

    # (You will also need to add "ExecCGI" to the "Options" directive.)

    #

    #AddHandler cgi-script .cgi

    # For maps of type (negotiated resources):

    #AddHandler type-plan of the var

    #

    # Filters allow you to process content before sending it to the client.

    #

    # To parse .shtml for server-side includes (SSI) files:

    # (You will also need to add "Includes" the "Options" directive.)

    #

    #AddType text/html .shtml

    #AddOutputFilter INCLUDES .shtml

    < / IfModule >

    #

    # The mod_mime_magic module allows the server to use various boards of the

    content of the file itself to determine its type.  The MIMEMagicFile

    # directive tells the module where the definitions of suspicion.

    #

    #MIMEMagicFile conf/magic

    #

    # Customizable error responses come in three flavors:

    ((# 1) text 2) local redirects 3) external redirects

    #

    # Examples:

    #Error Document 500 "The server made a boo boo".

    #Error Document 404 Missing.html

    #Error Document 404 "/cgi-bin/missing_handler.pl"

    #Errordocument 402 http://www.example.com/subscription_info.html

    #

    #

    # MaxRanges: Number of channels in a Maximum request before

    # return the resource, or one of the extraordinary

    # values 'default', 'none' or 'unlimited '.

    # Default is to accept 200 beaches.

    Unlimited #MaxRanges

    #

    # EnableMMAP and EnableSendfile: on systems that support.

    projection in memory # or the sendfile syscall can be used to deliver

    # files.  Usually, this improves the performance of the server, but must

    # turn off when mounted network is served

    # file systems or if support for these functions is also

    # broken on your system.

    # Default: EnableMMAP, EnableSendfile Off

    #

    #EnableMMAP off

    #EnableSendfile on

    # Additional configuration

    #

    # The configuration files in the conf/extra/directory can be

    # included to add additional features or change the default configuration

    # the server, or you can simply copy their content here and change as

    # necessary.

    # Server-pool management (MPM specific)

    #Include conf/extra/httpd-mpm.conf

    # Multilingual error messages

    #Include conf/extra/httpd-multilang-errordoc.conf

    # Entries to the fancy directory

    #Include conf/extra/httpd-autoindex.conf

    # Language settings

    #Include conf/extra/httpd-languages.conf

    # User directories

    #Include conf/extra/httpd-userdir.conf

    # Info in real time on the applications and configuration

    #Include conf/extra/httpd-info.conf

    # Virtual hosts

    #Include conf/extra/httpd-vhosts.conf

    # Local access to the manual for the Apache HTTP Server

    #Include conf/extra/httpd-manual.conf

    # Distributed authoring and versioning (WebDAV)

    #Include conf/extra/httpd-dav.conf

    # Various default settings

    #Include conf/extra/httpd-default.conf

    # Configure mod_proxy_html to understand HTML4/XHTML1

    < IfModule proxy_html_module >

    Include the conf/extra/proxy-html.conf

    < / IfModule >

    # Secure connections (SSL/TLS)

    #Include conf/extra/httpd-ssl.conf

    #

    # Note: The following text should be present to support

    # start without SSL on platforms without equivalent/dev/random

    but # a statically compiled in mod_ssl.

    #

    < IfModule ssl_module >

    SSLRandomSeed startup builtin

    SSLRandomSeed connect builtin

    < / IfModule >

    #

    # Uncomment on the below to deal with user agents that deliberately

    # violate open standards by abusing DNT (DNT * must * be a specific)

    choice of end-users #)

    #

    # < IfModule setenvif_module >

    #BrowserMatch "MSIE 10.0"; bad_DNT

    # < / IfModule >

    # < IfModule headers_module >

    #RequestHeader unset DNT env = bad_DNT

    # < / IfModule >

    #= WLS 12 c routing Configuration. Seven 2015 =.

    # Added to fix the mistakes of transport of myAST resulting from the use of deprecated SSL 2.0 Mobile Security.

    # The following has been added to activate the reverse proxy requests from users of WLS 12 c-based applications.

    #-8002 port = SSL listener for api.astcorporation.com (managed server)

    # - the port 443 = SSL listener for myast.astcorporation.com (managed server)

    #

    # Phases of deployment:

    API.astcorporation.com:8001/myast # (1).

    # VirtualHost (2) Setup / WeblogicCluster guidelines to register myast.astcorporation.com:443

    # 3-test api & myast

    # 4-regenerate private certificate + all certificates.

    # Minimum nonclustered directive specifies WebLogic IP + port.

    < IfModule mod_weblogic.c >

    WebLogicHost 192.168.1.43

    WebLogicPort 8002

    Debugging now

    DebugConfigInfo WE

    Newspapers/myAst12c_WLS_error_log WLLogFile

    WLS-JSESSION-ID WLCookieName

    < / IfModule >

    # Proxy request per path Note: SetHandler specifies the handler for the plug-in module for the Apache HTTP Server

    < /myast location >

    SetHandler weblogic-Manager

    ErrorPage http://www.astcorporation.com/services/middleware/Middleware_Services.html

    < / location >

    # Added proxy

    ProxyPreserveHost off

    #ProxyPass /api http://API.astcorporation.com:8001 / myast

    #ProxyPass /myast http://myast.astcorporation.com

    I found my answer after I posted.  I'll leave it here to help others...

    The list of all instances of Apache that were started

    • ' ps - ef | grep apache. "

    Kill the persistent process

  • Caused by: java.lang.NoSuchMethodError: org.apache.poi.ss.SpreadsheetVersion.getMaxCellStyles () I

    Hi all

    I used poi - 3.12 in my project because I need to read xlsx files

    and installed used webcenter poi - 3.5

    I get this error in my code:

    Caused by: java.lang.NoSuchMethodError: org.apache.poi.ss.SpreadsheetVersion.getMaxCellStyles () I

    Please guide me

    Thanks in advance

    Maybe you can try with

    true

    in your weblogic.xml.

    If not enough, you should research how to replace poi next to webcenter

  • com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-17517: error in the interpretation of the task.  Task: java.lang.Exception 2: the application script threw an exception: com.sunopsis.core.SnpsFlexFieldException: ODI-15068: code unknown fl

    Hi Experts,

    I have a get the following error while SAP_ECC6 engineering reverse. RKM SAP ERP Connection Test is not poop to the top of the box of JCo, but I tested the SAP stand alone connection test. Please, any suugestions would be great. I changed I tried to change each flexfield but still the same error.

    com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-17517: error in the interpretation of the task.

    Task: 2

    java.lang.Exception: the application script threw an exception: com.sunopsis.core.SnpsFlexFieldException: ODI-15068: code unknown flexfield. Info OSB: Initialize line: column 0: columnNo

    Kind regards

    Anubhav

    Hello

    have you applied last patch of the FDMEE-SAP adapter?

    It will create the additional flexfields in ODI for you. Otherwise, you will need to create them by running sql insert statements.

    You will see them in the guide of BristleCone V4.0.

  • The ORA-00200 control file could not be created in oracle under redhat linux

    with the creation of the database by using script under redhat linux I got following error. Anyone know not so please guide me.

    ORA-01501: CREATE DATABASE failed


    ORA-00200: control file could not be created


    ORA-00202: control file: ' / home/core/Databases/ControlFile/ctl2.dat'


    ORA-27040: create file error, cannot create the file


    Linux-x86_64 error: 2: no such file or directory

    Please check if the directories are present or not.

    CD/home/core/databases / ControlFile.

    If the directories are present, check for the permissions on the mountpoint.

    LS - ltr/home/core/Databases

    LS - ltr/home/core/Databases/ControlFile

    The permissions should be user and group name through which you create the controlfile.

    I hope that this information is sufficient. If the problem solved with this brand then kindly as correct answer later for others

  • R12.2 on Oracle Linux 6.5 (VM): Exception in thread "Thread-64" java.lang.NullPointerException

    Hello

    Try to install R12.2 a diagram of 4 nodes (servers, 2 database - RAC - oracle_home shared, 2 application - appl_top shared servers).

    OS on all servers: Oracle Linux 6.5, kernel 2.6.39 - 400.212.1.el6uek.x86_64 on all nodes.

    The database installation went well. Further installation on the 1st application node. Configuration loaded successfully from the database, checking the system started but rapidwiz freezes with ' Exception in thread "Thread-64" java.lang.NullPointerException ".

    [oracle@erpappldev01 ~] $ vncserver

    New office of "erpappldev01.gunet.gr:1" (oracle) is erpappldev01.gunet.gr:1

    Startup applications specified in /home/oracle/.vnc/xstartup

    Log file is /home/oracle/.vnc/erpappldev01.gunet.gr:1.log

    [oracle@erpappldev01 ~] $ export DISPLAY =: 1

    [oracle@erpappldev01 ~] $ /inst/inst/r12.2.2/startCD/Disk1/rapidwiz/rapidwiz

    Installation Wizard fast is to validate your file system...

    CMDDIR=/inst/inst/R12.2.2/startCD/Disk1/rapidwiz

    Quick Installation Wizard will now launch the Java Interface...

    [oracle@erpappldev01 ~] $

    Exception in thread "Thread-64" java.lang.NullPointerException

    at oracle.apps.ad.rapidwiz.util.CheckerClass.checkMountSpace(CheckerClass.java:2322)

    at oracle.apps.ad.rapidwiz.util.CheckerClass.checkFileSpace(CheckerClass.java:1844)

    at oracle.apps.ad.rapidwiz.util.CheckerClass.doPreChecks(CheckerClass.java:310)

    at oracle.apps.ad.rapidwiz.util.CheckRunner.run(CheckRunner.java:91)

    at java.lang.Thread.run (unknown Source)

    I have all the necessary packages installed on OEL and followed instructions of the following documents:

    Oracle eBusiness Suite Installation and upgrade of exit 12 (12.2) Notes for Linux x 86-64 (Doc ID 1330701.1()

    Controls and problems installation EBS R12.2 on RAC Cluster using a fast installation (Doc ID 1595139.1()

    using Oracle 11 g Release 2 Real Application Clusters and automatic management of the storage with Oracle E-Business Suite version 12.2 (Doc ID 1453213.1()

    Share Application-level file system in Oracle E-Business Suite version 12.2 (Doc ID 1375769.1()

    I look for metalink and community "Thread-64" but no relative results found!

    Can someone please help?

    Thank you

    Babis

    Problem is solved as part of the SR.

    Thank you all for your help

    Solution in the doc 1624652.1 knowledge base

    Kind regards

    Babis

  • java.lang.VerifyError org.apache.myfaces.trinidad.webapp.TrinidadFilter.

    IM developing an application of ADF, I have successfully deploy the weblogic 10.3.6, app but when I opened the ***/faces/index.jsf internal server error 500 error.

    I have reflected on the console, and then saw this error;

    < 17 October 2012 01:18:45 CEST > < error > < HTTP > < BEA-101165 > < not load user-defined in the web.xml file filter: org.apache.myfaces.trinidad.webapp.TrinidadFilter.
    java.lang.VerifyError: (class: oracle/adfinternal/view/faces/config/rich/AdfModelHelper, method: init signature: (Ljavax, faces, application, Application;) Ljavax/faces/context/ExternalContext ;) (V) incompatible argument of the function
    at java.lang.Class.getDeclaredMethods0 (Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    at java.lang.Class.getDeclaredMethod(Class.java:1935)
    at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._installBC4JSupport(FacesDatabindingConfigurator.java:169)
    at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:142)
    Truncated. check the log file full stacktrace
    >

    What is the problem?

    API .jar-Trinity and the Trinity - impl.jar are also in my classpath.

    Any list of classpath in my area:

    ADF-controller - api .jar
    ADF - controller.jar
    ADF-controller-rt-.jar
    ADF-controller - schema.jar
    ADF-controller - security.jar
    ADF-dt-to - rt.jar
    adfdt_common.jar
    ADF-faces-api - 1013.jar
    ADF-faces-databinding-rt - 1013.jar
    ADF-faces-impl - 1013.jar
    adflibfilter.jar
    adflibrary.jar
    ADF - loc.jar
    adflogginghandler.jar
    ADFM.jar
    adfmweb.jar
    ADF-pageflow - dtrt.jar
    ADF-pageflow - fwk.jar
    ADF-pageflow - impl.jar
    ADF-pageflow - rc.jar
    ADF-richclient-api - 11.jar
    ADF-richclient-impl - 11.jar
    ADF-share - base.jar
    ADF-share - ca.jar
    adfsharembean.jar
    ADF-part - security.jar
    ADF-share - support.jar
    adftransactionsdt.jar
    Batik - anim.jar
    Batik awt - util.jar
    Batik - bridge.jar
    Batik - codec.jar
    Batik - css.jar
    Batik - dom.jar
    Batik - extension.jar
    Batik - ext.jar
    Batik-gui - util.jar
    Batik - gvt.jar
    Batik - parser.jar
    Batik - script.jar
    Batik svg - dom.jar
    Batik - svggen.jar
    Batik - swing.jar
    Batik - transcode .jar
    Batik - util.jar
    Batik - xml.jar
    BC4J - mbeans.jar
    cache.jar
    com.bea.Core.Apache.Commons.collections_3.2.0.jar
    com.bea.core.apache.xercesImpl_2.8.1.jar
    Commons-cli - 1.0.jar
    Commons-codec - 1.6.jar
    common - el.jar
    Commons-lang - 2.6.jar
    Commons-logging - 1.1.1.jar
    DB - ca.jar
    DMS.jar
    DVT - basemaps.jar
    DVT - databindings.jar
    DVT-databindings - mds.jar
    DVT - facesbindings.jar
    DVT - faces.jar
    DVT - jclient.jar
    DVT - trinidad.jar
    DVT - utils.jar
    ezmorph - 1.0.6.jar
    Fluent-hc - 4.2.1.jar
    fmw_audit.jar
    GlassFish.el_1.0.0.0_2 - 1.jar
    GlassFish.jaxb_1.0.0.0_2 - 1 - 12.jar
    GlassFish.jstl_1.2.0.1.jar
    Groovy-all - 1.6.3.jar
    HttpClient - 4.2.1.jar
    HttpClient-cache - 4.2.1.jar
    httpcore - 4.2.1.jar
    httpmime - 4.2.1.jar
    IdentityStore.jar
    inspect4.jar
    JACC - spi.jar
    javatools - nodeps.jar
    javax.jsp_1.2.0.0_2 - 1.jar
    javax.mail_1.1.0.0_1 - 4 - 1.jar
    javax.management_1.2.1.jar
    javax. Management.j2ee_1.0.jar
    javax. Security.jacc_1.0.0.0_1 - 1.jar
    javax.servlet_1.0.0.0_2 - 5.jar
    javax. XML.bind_2.1.1.jar
    jdev - cm.jar
    jdev - rt.jar
    jewt4.jar
    jmxframework.jar
    jmxspi.jar
    JPS - api .jar
    JPS-.jar
    JPS - ee.jar
    JPS - internal .jar
    JPS - manifest.jar
    JPS - no taken in charge - api .jar
    JSF - api .jar
    JSF - impl.jar
    JSON-lib - 2.4 - jdk15.jar
    JSP - el - api .jar
    ldapjclnt11.jar
    mdsrt.jar
    MySQL-connector-java - 5.1.9.jar
    ojdbc6.jar
    OJDL.jar
    ojmisc.jar
    Oracle - el.jar
    oraclepki.jar
    Oracle.ucp_11.1.0.jar
    orai18n.jar
    orai18n - mapping.jar
    oramds.jar
    org.Apache.Commons.beanutils_1.6.jar
    org.Apache.Commons.logging_1.0.4.jar
    osdt_cert.jar
    osdt_core.jar
    osdt_ws_sx.jar
    osdt_xmlsec.jar
    Prefuse.jar
    Readme.txt
    ResourceBundle.jar
    share.jar
    Trinidad - api .jar
    Trinidad - impl.jar
    XML-apis - ext.jar
    xmlef.jar
    XML.jar
    xmlparserv2.jar

    Thank you.

    What version of JDev?
    Which version of the Runtime of the ADF, and what patches were installed after installing the runtime?

  • Oracle Internet Directory Config error Linux x 64 java.lang.NoClassDefFoundE

    Hello

    I'm configuration (v11.1.1.2) identity management product, the installation was very well made. I started to configure it using the config.sh script. I chose to create a new weblogic domain and selected to configure OID and OVD.

    I am running Red hat linux 5.4 x 64 bit OS.

    I gave all the parameters configuration, such as requested and if failure at the stage where it creates the Oracle Internet Directory store with the error in the log below:
    [2011-02 - 02T 18: 20:29.969 + 00:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM EVENT CONFIG] onConfigurationStatus-> ab274dda-a540-4666-bc1b-9d367b26b3b9 StatusMsg: {0} creation ASComponent.
    [2011-02 - 02T 18: 20:29.969 + 00:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] reportStartConfigAction: EXIT...
    [2011-02 - 02T 18: 20:29.969 + 00:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] beginning to create the component
    [2011-02 - 02T 18: 20:30.057 + 00:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] Action for the oid1 is to CREATE
    [2011-02 - 02T 18: 20:30.057 + 00:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] trying to create the oid1 component
    [2011-02 - 02T 18: 20:30.447 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] OID onCreate... [[

    ]]
    [2011-02 - 02T 18: 20:30.466 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] not a DB CARS: 10.23.74.119:1521:RMG
    [2011-02 - 02T 18: 20:30.467 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] DB connection string: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=10.23.74.119) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = RMG)))
    [2011-02 - 02T 18: 20:30.885 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] SCHEMA_VERSION_REGISTRY Control Panel...
    [2011-02 - 02T 18: 20:30.894 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] Version of the schema OID: 11.1.1.3.0
    [2011-02 - 02T 18: 20:30.911 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] Num of OIDs: 1
    [2011-02 - 02T 18: 20:31.029 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] TO validate input parameters
    [2011-02 - 02T 18: 20:31.097 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] Ports: nonssl = 3060 ssl = 3131
    [2011-02 - 02T 18: 20:31.097 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] directory specific OID creating
    [2011-02 - 02T 18: 20:31.098 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] JPS Files already exist: oracle.as.config.ProvisionException: Dest file (/ opt/oracle/middleware/asinst_1/config/JPS/jps-config-jse.xml) already exists.
    [2011-02 - 02T 18: 20:31.098 + 00:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] files already exist: oracle.as.config.ProvisionException: Dest file (/ opt/oracle/middleware/asinst_1/config/JPS/system-jazn-data.xml) already exists.
    [2011-02 - 02T 18: 20:31.674 + 00:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000Irb_0ZpFw000jzwkno1DIOnZ000003, 0] []
    java.lang.NoClassDefFoundError: oracle/security/xmlsec/util/Base64
    to oracle.security.jps.internal.common.util.JpsCommonUtil. < clinit > (JpsCommonUtil.java:212)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:155)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:166)
    to oracle.iam.management.oid.install.wls.OIDComponentHelper$ 1.run(OIDComponentHelper.java:396)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.iam.management.oid.install.wls.OIDComponentHelper.setCredInCSF(OIDComponentHelper.java:389)
    at oracle.iam.management.oid.install.wls.OIDComponentHelper.setPasswdsInCSF(OIDComponentHelper.java:361)
    at oracle.iam.management.oid.install.wls.OIDComponent.onCreate(OIDComponent.java:177)
    at oracle.as.config.impl.OracleASComponentBaseImpl.createComponent(OracleASComponentBaseImpl.java:596)
    at oracle.as.config.impl.OracleASComponentBaseImpl.create(OracleASComponentBaseImpl.java:105)
    at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:144)
    at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:861)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    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:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: oracle.security.xmlsec.util.Base64
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)

    Help, please.

    If necessary, I can post the full log... but his very large... So just post newspapers around the error message...

    Published by: 833360 on February 2, 2011 10:59

    Hello

    Few things to check.

    What is the JDK/JRE Version.
    What is the version of WLS?
    From the error lines, I can see THAT RCU Version is 11.1.1.3.

    If the WLS version is 10.3.3, so it is not supported with IDM 11.1.1.2.

    Suggestions: update IDM to 11.1.1.3 and configure it. Here are the steps.

    -Cancel the Configuration Wizard, delete the directories of domain Instance ACE and WebLogic OR if it's on the virtual machine, you can return to the previous snapshot.
    -Update IDM in 11.1.1.3
    -Execute config.cmd or confg.sh

    Let me know the result.

    Thank you
    GK

  • ODI - MySQL Connector Java 5.1.13 - java.lang.UnsupportedClassVersionError

    I use ODI 10.1.3.5 tries to connect to a version of database MySql 5.1.45

    I downloaded the mysql-connector - java5.1.13 - bin and installed in the oracledi\drivers directory

    I created the "Data Server" under the MySQL node successfully in the tab of the physical Architecture (Topology Manager).
    I used the test button and the connection is successful.

    Here's the problem:

    When I try to create the schema 'physical' I get an error

    java.lang.UnsupportedClassVersionError: com/mysql/jdbc/driver (unsupported major.minor version 49.0)

    Help

    I also tried the previous MySQL connector/j 5.0.8 I wasn't able to create "Data Server" with this driver.
    Any help is greatly appreciated.

    When I looked carefully at the jdbc, the JDBC url: / / is repeated twice. Correct and try again.
    JDBC:MySQL://JDBC:MySQL://10.128.8.134:3306 / alfresco333

  • java.lang.NoClassDefFoundError compile what class in Weblogic Linux approx.

    Hello
    I'm looking for an article from jay (http://jaysensharma.wordpress.com/2009/08/17/mdb3-0-sample-for-weblogic-application-server/) to send a message
    JMS, it works great under windows, but Linux is broken.

    I am facing the question what compile environment linux to Integrationenvoyer class.
    but windows, it works fine.

    in windows, I compile the class as follows:

    C:\bea\user_projects\domains\MyDomain\bin > setDomainEnv.cmd
    C:\bea\user_projects\domains\MyDomain > java Integrationenvoyer t3: / / localhost:7001
    JMS Message sent: Body of Message Test with counter = 0

    JMS Message sent: Body of Message Test with meter = 1
    …..

    Linux:
    After. / setDomainEnv,.

    $bea\...\MYDOMAIN\bin > java Integrationenvoyer t3: / / localhost:7001
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/jms/Message
    Caused by: java.lang.ClassNotFoundException: javax.jms.Message
    java.net.URLClassLoader to $1.run (unknown Source)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass (unknown Source)

    I think that it cannot find the java_home and classpath properly, how to solve this problem?

    Really thanks in advance.

    Published by: muhkah on April 9, 2010 19:58

    Run the following command:

    OS based on Unix:

    Java - classpath /app/bea10.3/wl_server/server/lib/wlfullclient.jar:. : Integrationenvoyer t3: / / localhost:7001

    OS based on Windows:

    Java - classpath /app/bea10.3/wl_server/server/lib/wlfullclient.jar; ;   Integrationenvoyer t3: / / localhost:7001

    In the Classpath never forget to add the POINT (sorry I mentioned not just in my previous post).
    The DOT represents the current DFirectory... By doing this, we ensure that you please choose the classes "wlfullclient.jar" as well as the directory current (QueueSend.class) is present in the current directory.

    .
    .
    Thank you
    Jay Sensharma

  • Help to install the new driver JDBC on LINUX

    Hello

    Today, I downloaded the new driver JDBC in SQL Server 2005 on my Linux server. The path to the driver .jar file is root/sqljdbc_1.0/enu/sqljdbc.jar. I placed this way in my Adminstrator CF page "Java and JVM" class path field I restarted the application server, but whenever I try to set up a dsn connection I get this error message. (Note: I have set the dsn already to this instance of SQL Server 2005 so the communication is there, but I prefer to use this new driver)

    Connection verification failed for data source: dsnTestDB
    java.sql.SQLException: no suitable driver available for dsnTestDB, please don't check the configuration in the file resources, pilot error: null
    The root cause was that: java.sql.SQLException: no suitable driver available for dsnTestDB please don't check the configuration in the file resources, pilot error: null

    Any help would be greatly appreciated.

    Thank you

    MDG1
    Houston, TX

    Try to place the jar file in the {cfmx-root} / runtime/servers/lib (create if not already there) directory if you have the server to install or {jrun-root} / servers/lib if you have the MultiServer or j2ee install on JRun. Restart the background of Coldfusion server.

    Ted Zimmerman

  • Firefox will not load Java on Linux - even after following all the instructions on the net I can find - what am I doing wrong?

    The problem I have is that I am running Puppy Linux on my laptop.

    Now, I have tried everything I can to get Java works under Firefox, chrome, or Seamonkey (I have all three browsers on my computer).

    For firefox and seamonkey, I tried the following-

    Downloaded the tar.gz for java file
    he unzipped in/opt/java
    went to/user/lib/mozilla/plugins and run the command
    ln-s/opt/java/plugin/i386/ns7/libjavaplugin_oji.so
    to create the symbolic link to the plugin
    check that the plugin is executable (in fact even tried to give all full read/write permission and run it)

    For chrome does the same thing but put the symbolic link in the/usr/lib/chromium-linux/plugins folder instead.

    Restart the web browser, even tried to restart the X server where the browser runs somewhere in the background.

    All three browsers can pick up all other .so plugins in this folder except Java.

    When I click on check plugins on firefox I access the page on 'Missing Java? -For your safety, Firefox has disabled your outdated version of Java. Please install the latest version.

    However, the version I downloaded is Version 7 9 update that is exactly the same as that which is available under the latest version of Java is (it was only downloaded from this link a few minutes before, I even tried to re - download just in case there was an update in 5 minutes).

    If I go to the Java folder and run the control panel of the Java Control Panel appears, and he knows where Java is installed and everything.

    So what's happening? I have installed the plugin in the right directory? I guess then that is where all the other plugins are stored and Firefox, Chrome and Seamonkey are picking all others upward fine, or would there be an old version of Java lurking around somewhere on my system, Firefox, Seamonkey, and Chrome are trying all to use it?

    I also tried to download the RPM and posing in the folder/usr/java and replacing the symlink/opt/java than in the folder/usr/java and still nothing.

    I don't really understand it ' cos it's picking up all the other plugins like Gecko and even installed Flash in the same way and that works very well.

    libjavaplugin_oji.so is the classic Java plugin.

    You need the libnpjp2.so of next generation plugin (for examplejava/lib/i386/libnpjp2.so) for current browsers.

Maybe you are looking for

  • Folder switch car Icloud?

    Hi, I would like to move all the folders and files on the Icloud drive on my desktop. I can't... I have cjhecked all the texts support and can't find an easy way to do... I would just drag files to disk on my desktop but it is not possible. Please he

  • Satellite L350D - touchpad does not properly?

    I have a Satellite L350D who bought new last month and the mouse pad has stopped working properly.Instead of 'double tapping' you must click on the left button of the mouse. This makes the button for macro on my excel sheet calculations are completel

  • Antvirus program deleted temporary files, how to restore?

    original title: need to really deleted files restore tool -? -Accidentally deleted Temp user files... thx to an antivirus product Need tool to truly restore -remove the user Temp files...?

  • view from the Office

    screen on my laptop hit of 'landscape' to 'portrait '. How can I get that back to normal.

  • CHKUPD without file extension

    Whenever I boot, I get a pop up asking me what program I want to use to open this file, and yet he does noe have the extension (.jpg/.doc) etc. What I would do. I have Kaspersky Antivirus running, and I ran CCleaner. Any advice would be appreciated.