Configuring IdM7.1 on SJS application server 8.2 using Mysql DataSource

Hi all
i tried to configure MysqlDatasource on Sun Application server EE 8.2.The operating system is Solaris10. i am able to successfully create the connection pool and JDBC datasource (jdbc/trialdb) but when i ran the command
lh setRepo -v -tDatastore
-icom.sun.enterprise.naming.SerialInitContextFactory -fjdbc/trialdb
-uiiop://localhost:3306
it gives me the following exceptions/errors
Defaulting administrator to 'configurator'.
Defaulting credentials to 'configurator'.
Checking 'RelationalDataStore:jdbc/trialdb'...
java.io.FileNotFoundException: /psegApp/opt/SUNWappserver/appserver/config/secur
ity.properties (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:42
        at com.sun.enterprise.iiop.POAEJBORB.<clinit>(POAEJBORB.java:78)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:242)
        at org.omg.CORBA.ORB.create_impl(ORB.java:295)
        at org.omg.CORBA.ORB.init(ORB.java:336)
        at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:138)
        at com.sun.enterprise.util.ORBManager.init(ORBManager.java:65)
        at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitC
ontextFactory.java:31)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at java.lang.Class.newInstance0(Class.java:350)
        at java.lang.Class.newInstance(Class.java:303)
        at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
54)
        at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247
        at javax.naming.InitialContext.init(InitialContext.java:223)
        at javax.naming.InitialContext.<init>(InitialContext.java:197)
        at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:571)
        at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
ore.java:3834)
        at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
ava:3779)
        at com.waveset.install.RepoMan.check(RepoMan.java:1194)
        at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
        at com.waveset.install.RepoMan.main(RepoMan.java:1314)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
        at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
        at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.Command.main(Command.java:117)
java.io.FileNotFoundException: /psegApp/opt/SUNWappserver/appserver/config/ejb.p
roperties (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:42
        at com.sun.enterprise.iiop.J2EEInitializer.<init>(J2EEInitializer.java:5
4)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at java.lang.Class.newInstance0(Class.java:350)
        at java.lang.Class.newInstance(Class.java:303)
        at com.sun.corba.ee.internal.Interceptors.PIORB.registerORBInitializers(
PIORB.java:377)
        at com.sun.corba.ee.internal.Interceptors.PIORB.parseProperties(PIORB.ja
va:347)
        at com.sun.corba.ee.internal.TxPOA.TxPIORB.parseProperties(TxPIORB.java:
116)
        at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:461)
        at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:156)
        at com.sun.corba.ee.internal.Interceptors.PIORB.set_parameters(PIORB.jav
a:336)
        at org.omg.CORBA.ORB.init(ORB.java:337)
        at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:138)
        at com.sun.enterprise.util.ORBManager.init(ORBManager.java:65)
        at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitC
ontextFactory.java:31)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at java.lang.Class.newInstance0(Class.java:350)
        at java.lang.Class.newInstance(Class.java:303)
        at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
54)
        at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247
        at javax.naming.InitialContext.init(InitialContext.java:223)
        at javax.naming.InitialContext.<init>(InitialContext.java:197)
        at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:571)
        at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
ore.java:3834)
        at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
ava:3779)
        at com.waveset.install.RepoMan.check(RepoMan.java:1194)
        at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
        at com.waveset.install.RepoMan.main(RepoMan.java:1314)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
        at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
        at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.Command.main(Command.java:117)
Warning: unable to read transaction.interoperability config property
java.io.FileNotFoundException: /psegApp/opt/SUNWappserver/appserver/config/secur
ity.properties (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:42
        at com.sun.enterprise.iiop.security.SecurityMechanismSelector.<clinit>(S
ecurityMechanismSelector.java:102)
        at com.sun.enterprise.iiop.IIOPSSLSocketFactory.getEndPointInfo(IIOPSSLS
ocketFactory.java:211)
        at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(Connecti
onTable.java:73)
        at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(Connecti
onTable.java:68)
        at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:7
0)
        at com.sun.corba.ee.internal.corba.InitialNamingClient.locateObject(Init
ialNamingClient.java:769)
        at com.sun.corba.ee.internal.corba.InitialNamingClient.getIORUsingHostIn
fo(InitialNamingClient.java:597)
        at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveCorbaloc(I
nitialNamingClient.java:573)
        at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingORBIn
itRef(InitialNamingClient.java:544)
        at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialRefe
rences(InitialNamingClient.java:1080)
        at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_r
eferences(InitialNamingClient.java:981)
        at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
va:2425)
        at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
a:52)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:120
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:583)
        at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
ore.java:3834)
        at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
ava:3779)
        at com.waveset.install.RepoMan.check(RepoMan.java:1194)
        at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
        at com.waveset.install.RepoMan.main(RepoMan.java:1314)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
        at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
        at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.Command.main(Command.java:117)
javax.naming.CommunicationException: Can't find SerialContextProvider
Failed to load JDBC DataSource 'jdbc/trialdb':
==> javax.naming.CommunicationException: Can't find SerialContextProvider
com.waveset.util.ConfigurationError: Failed to load JDBC DataSource 'jdbc/triald
b':
==> javax.naming.CommunicationException: Can't find SerialContextProvider
        at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:610)
        at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
ore.java:3834)
        at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
ava:3779)
        at com.waveset.install.RepoMan.check(RepoMan.java:1194)
        at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
        at com.waveset.install.RepoMan.main(RepoMan.java:1314)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
        at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
        at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.Command.main(Command.java:117)
Caused by: javax.naming.CommunicationException: Can't find SerialContextProvider
        at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
a:63)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:120
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:583)
        ... 17 more
Wrapped exception:
javax.naming.CommunicationException: Can't find SerialContextProvider
        at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
a:63)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:120
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:583)
        at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
ore.java:3834)
        at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
ava:3779)
        at com.waveset.install.RepoMan.check(RepoMan.java:1194)
        at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
        at com.waveset.install.RepoMan.main(RepoMan.java:1314)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
        at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
        at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.waveset.util.Command.main(Command.java:117)There is no security.properties file under config directory. i checked with other installation, no such file have been created under this directory.
Please help me where i am missing or some else step needs to be followed. i exactly followed the Sun installation manual.
Thanks in advance.

Hi Paz,
Thanks for taking the time :)
To answer your questions:
1. Has this WebServices ever worked or is this the first time?
The web service is working perfectly fine on my working station, the problem appears only when I deploy it on my actual server, which means that the web service is working.
2. What Apache Axis Version are you using?
1.4
3. What JRE version are you using?
Both my development pc and my server run jre 1.5.0_14
4. In the actual server environment, can you confirm all information are exactly same as DEV environment...
Oh yes! Absolutely.
My recent assumption is that some windows service might be needed to run the web service client and obviously I have no clue which one it might be.
Just to make sure; is the security policy of my Application Server set correctly?
     permission java.lang.RuntimePermission     "getClassLoader";
     permission java.lang.RuntimePermission "createClassLoader";
     permission java.lang.RuntimePermission "loadLibrary.*";
     permission java.lang.RuntimePermission "queuePrintJob";
     permission java.net.SocketPermission "*", "connect,accept,resolve";
     permission java.io.FilePermission "<<ALL FILES>>", "read,write,delete";
// work-around for pointbase bug 4864405
permission java.io.FilePermission "${com.sun.aas.instanceRoot}${/}lib${/}databases${/}-", "delete";
permission java.io.FilePermission "${java.io.tmpdir}${/}-", "delete";
     permission java.util.PropertyPermission "*", "read,write";
     permission java.lang.RuntimePermission     "modifyThreadGroup";
Again thanks for taking the time :)

Similar Messages

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • Persistence API on SJS Application Server

    Hello.
    how can i use toplink essentials classes on SJS Application Server Platfor Edition 9? Or, how can i control over client transactions?
    Is there any examples?
    Thanks.

    You can find more information in the Java EE 5 tutorial or in the Java Persistence API glassfish page :
    http://java.sun.com/javaee/5/docs/tutorial/doc/
    https://glassfish.dev.java.net/javaee5/persistence/
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Install PeopleTools 8.53 with Linux Issue: Boot Application Server Domain PT853 using psadmin

    Folks,
    Hello. I am installing PeopleTools 8.53 Internet Architecture. Database Server is Oracle Database 11gR1. OS is Oracle Linux 5.
    I confront the issue regarding booting Application Server Domain PT853 while Database Server is listening as below:
    [user@userlinux PT8.53]$ . ./psconfig.sh
    [user@userlinux appserv]$ export SYSTEM_PASS=SYS/SYS
    [user@userlinux appserv]$ export ORACLE_HOME=/home/user/OracleDB_Home
    [user@userlinux appserv]$ export  ORACLE_SID=PT853
    [user@userlinux appserv]$ export TUXDIR=/home/user/Oracle/Middleware/tuxedo11gR1
    [user@userlinux appserv]$ export LD_LIBRARY_PATH=$TUXDIR/lib:$LD_LIBRARY_PATH
    [user@userlinux appserv]$ export PATH=$TUXDIR/bin:$PATH
    [user@userlinux appserv]$ ./psadmin
    Its output gets 2 errors in the current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0919.LOG as below:
    First, GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library libpsora64 (200,0)
    Second, GenMessageBox(0, 0, M): Database Signon: Could not sign on to database PT853 with user PSADMIN.
    I create a symlink in /home/user/OracleDB_Home/lib and /lib32 as below:
    [user@userlinux lib]$ ln -s libclntsh.so.11.1 libclntsh.so.8.0
    [user@userlinux lib32]$ ln -s libclntsh.so.11.1 libclntsh.so.8.0
    After that, I run ./psadmin to boot the domain PT853 again, I see the first error is solved. Now, there is only one error in the current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0924.LOG is below:
    GenMessageBox(0, 0, M): Database Signon: Invalid user ID or password for database signon. (id=MyOwnerName)
    Server failed to start
    I have changed UserId as PSADMIN in Configuration file, purge cache and clean IPC resources and reboot. Password is correct. But the error always indicates id=MyOwnerName.
    Application Designer login as PSADMIN successfully. Data Mover Bootstrap login as MyOwnerName successfully.
    My question is:
    Why both PSADMIN and MyOwnerName are invalid user ID or password for database signon ? How to solve the issue ?
    Thanks.

    As stated in the installation manual there are a few prerequisites in chapter CHAPTER 8B Configuring the Application Server on UNIX page 238
    Prerequisites
    Before beginning this procedure, you should have completed the following tasks:
    Installed your application server.
              See "Using the PeopleSoft Installer," Understanding PeopleSoft Servers
    Installed Tuxedo 11gR1
         See "Installing Additional Components."
    Granted authorization to a PeopleSoft user ID to start the application server.
         The database configuration procedure includes a step for setting up the user ID with authorization to start
         the application server. See the application-specific installation instructions for information on the user IDs
         for your PeopleSoft application. See the PeopleTools: Security Administration product documentation
         for information on PeopleSoft PeopleTools delivered user profiles.
         See "Creating a Database on UNIX," Running the Database Configuration Wizard.
         See "Creating a Database Manually <on Windows or UNIX>," Creating Data Mover Import Scripts.
    Run the following SQL statements on your database server to review and if needed, update the PSCLASSDEFN table:
         SELECT CLASSID, STARTAPPSERVER FROM PSCLASSDEFN
         WHERE CLASSID IN (SELECT OPRCLASS FROM PSOPRCLS WHERE OPRID='<OPRID>');
         UPDATE PSCLASSDEFN SET STARTAPPSERVER=1 WHERE CLASSID='<CLASSID>';
    Note. Installers typically use VP1 or PS to test the application server. If these users are deleted or their
    passwords are changed, the application server will no longer be available. To avoid this problem, you can set
    up a new operator (called PSADMIN or PSASID, for instance) with privileges to start the application server.
    If you do this, you can use the new operator for your servers and you won't need to change the
    password each time VP1 or PS is changed.
    Does you user have privileges to start the applications server.
    Also pay attention to the connectid configuration in the application server. This should be the same connectid and password as you provided during the database creation script connect.sql

  • Why did I fail to configure ODBC cartridge of Oracle Application Server 3.0.1 Advance

    Firstly, sorry that I don't know if this question is suit for this forum.
    Now I want to query oracle8 database through ODBC cartridge of OWAS. My software environment is: Oracle Application Server 3.0.1 Advanced Version, Oracle8 Enterprise Edition 8.0.4. They are installed in a winNT server.
    First I installed oracle8 ODBC on this server and configure it successfully(that means I can query Oracle8 through ODBC). Then I configured ODBC cartridge in application server administration. In this process, I don't configure ODBCCartridge specific parameters because I don't known which parameter need to be configured. Last I restart WRB, LISTENER(Admin). I input the URL in Navigator 4.o as the following: Http://tpdcserver.tpdc:8888/odbc/tableprint?database=oracle8&dsn=oracle_data&username=system&password=manager&sql=select+fromALL_USERS
    It displayed no correct page but error information: OWB-02002 Driver Failed.
    I don't know why. Please tell me. Thank you very much!
    null

    I have the same problem!
    How can i resolve?
    Thanks
    Nuno

  • Configuring library path in 10g application server control

    Hello everyone,
    I am using :
    1. HP UX B.11.23 64 bit OS
    2. Application server 10.1.3.1
    3. 64-bit JVM (JRE 1.5.0_03)
    I am facing a problem with the connection pools in 10g EM Application Server Control. Initially the connection pool used JDBC thin client. I was asked to implement OCI client instead(Performance enhancement). So, in the existing connection pool only i changed the URL to jdbc.oracle.oci@FCC where FCC is the SID. After this when i went to test connection it says '$ORACLE_HOME/lib/libocijdbc10.so' is not a valid module. Bad magic number.
    After some searching n analysis i found out that instead of picking up from $ORACLE_HOME/lib it should pick from $ORACLE_HOME/lib32 as the ORACLE version is 32-BIT. But i dont know how to configure the same using ASC. I had set LD_LIBRARY_PATH and SHLIB_PATH in HP-UX box as well but it didnt help.
    Please suggest or let me know if you need any other information.

    Hi,
    Where did you set the parameters LD_LIBRARY_PATH and SHLIB_PATH?
    Regards,
    Soumyajit

  • Best practices configuring anti virus in oracle application server machine

    Hi all !
    i need to install mcafee 8.7patch3 antivirus software in the server that runs Oracle Application Server 10g R1 (9.0.4)
    Server is an hp proliant dl 580 g2 running windows 2003 enterprise edition sp2.
    I need to hear from your experience , wich files/paths/configs to exclude from anti-virus so i keep server performance ??
    Best regards
    Rui Madaleno

    Hi Rondey,
    Ik think that I can see your probleem.
    Just change the following line at your httpd.conf, then restart the component.
    First of all if the port is installed with nr. 7777. then the listen process will be on port 7778
    the second thing is just try to do the following steps
    ((Port 80 to Port 7777)))
    Listen 7778
    %%%% In loadbalancer section %%%%%%
    just add the following lines
    Listen 80
    Listen 8103
    Listen 8102
    NameVirtualHost *
    NameVirtualHost *:8103 or 80
    If you want to use this ports (8103 or 8102) for other site (url), then
    <VirtualHost *:80>
    ServerName <machine ip> or (host name)
    Hear from U,
    Regards,
    Hamdy

  • Configuring Dad for APEX in Application server 10.2

    HI All,
    On my application server 10.1.2.0.2. I am trying to create dad for apex which the database (apex 3.0 is installed) is on other server. I created dad in http_server-> Pl/Sql Properties->dads. I added new dad but i am not able to access
    using url http://myserver:7777/pls/test. Please help me. I posted same question in Fusion Middleware » Application Server - General but I was told repost here.
    Re: HTTP 404 - File not found
    Thanks

    Hi Ron,
    Thanks you. I tried without prot number then I got HTTP 404 error. I checked my httpd.conf file the ports are
    Port 7777
    Listen 7777
    when it tried http:/myserver:7777 it shows http server page and we have forms on this server every thing is working fine.
    error log under Apache/Apache/logs/errror.xxxx
    [Thu Jun  7 12:35:00 2007] [error] [client xxx.xxx.xxx.xxx] [ecid: 23412312144900:1
    34.233.379.11:6218:0:634513,0] File does not exist: /app/oracle/oraInfra/Apache/Ap
    ache/htdocs/pls/test
    I have the following error in sql error
    ORA-06550: line 20, column 7: PLS-00306: wrong number or types of arguments in call to 'PROCESS_DOWNLOAD' ORA-06550: line 20, column 2: PL/SQL: Statement ignored
    Please help me. Any one able to access the APEX from Application server ???
    Message was edited by:
    james.

  • Configuration of Sun Java System Application Server PE 8.2

    Hello,
    I want to start learning Enterprise JavaBean with Sun Java System Application Server PE 8.2. Pls, can any person let me know how to set the CLASSPATH.
    Again, I would be happy if I'm introduced to the site where I can learn how to use it.
    Thanks

    SJSAS PE 8.1
    http://sunsolve.sun.com/search/printfriendly.do?assetkey=1-21-119173-18-1

  • Installing and configuring the  9i or 10g Application server

    hello fellow application developers / DBA's
    i have bin struggling to install the 9i or 10g application server because i want to teach oracle portals. please can some 1 teach me or giv me the step by step to installing the application server , then installing oracle portals. i rili am in nid of all d information . thanks

    As far as installing Application Server (contains Oracle Portal) goes, I suggest using the installation guides for your platform. These are available on the Application Server documentation library page on OTN at http://www.oracle.com/technology/documentation/appserver101202.html.
    For information about Oracle Portal, please refer to the Portal center on OTN at http://www.oracle.com/technology/products/ias/portal/index.html.
    Regards,
    Pete

  • Application server 9.0 with mysql

    Hello!
    I'm using glassfish with application server 9.0 and i want to connect with mysql.
    My settings are:
    datasource classname: com.mysql.jdbc.jdbc2.optional.MysqlDataSource
    resource type: javax.sql.connectionpoolDataSource
    ARE OK?
    I use mysql connector 3.1.13, 5.0.2 or 3.1.13? which is correct?
    Thanks

    Hi,
    Please take a look at the following blog which talks about using mysql with Glassfish:
    http://weblogs.java.net/blog/amyroh/archive/2006/02/roller_21_on_gl_1.html
    In this example the driver that she uses is sql-connector-java-3.1.12-bin.jar
    Also, she uses the following:
    datasource-classname="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource"
    which is slightly different to the one that you are using... maybe you should try this....
    Also, please take a look at the three furum posts already raised on similar issues to this:
    http://forum.sun.com/jive/thread.jspa?threadID=102999
    Hope this helps

  • Application server crashes when using JCO

    Hi,
    I am currently dealing with JCO Version 2.1.8.
    For testing purposes, I want to receive data from a Remote Function Module existing in our SAP development system.
    Therefore I created a simple Java servlet:
    public class POA_EDS_Servlet extends HttpServlet {
       private static final long serialVersionUID = 1L;
    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
       response.setContentType("text/html");
       PrintWriter out = response.getWriter();
       out.println("<html>");
         protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
         response.setContentType("text/html");
         PrintWriter out = response.getWriter();
         String uri = request.getParameter("uri");
         JCO.Client connection;
         connection = JCO.createClient("200",
                   "DAHMSMA",
                   "EN",
                   "vmw3063.wdf.sap.corp",
                                  "00");
         try {
            connection.connect();
         catch (Exception ex) {
              ex.printStackTrace();
              System.exit(1);
    After deploying and when running this servlet, the application server is crashing. That means I have to restart the server via Remote Desktop Connection.
    Can anybode provide some help?
    Regards
    Marco
    Edited by: Marco Dahms on Sep 8, 2009 3:30 PM
    Edited by: Marco Dahms on Sep 8, 2009 3:33 PM

    Hello there,
    Can you please paste your defaultrace.log here. This log file will show the exception occured before the crash.
    For better debugging always using a logging mechanism and log the messages to a particular file.
    Regards,
    Vivek

  • Sun Application Server 8.x and MySql Connector 3.1 hangup problem

    Hello,
    I have several applications using com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource connection pools within SJAS 8.1 and 8.2. After a longer time of inactivity, the pool does not give me a connection anymore nor throws an exception. The server hangs endlessly and after several minutes other applications which aren't using DB access at all do not respond anymore as well.
    Does anybody have the same problem and found a solution?
    Thanks,
    marc.

    found it:
    http://forum.java.sun.com/thread.jspa?forumID=136&threadID=583959

  • Which Application Server should I Use

    Hi All,
    I am learning the EJBs for the first time. I tried to search for tutorials and found a few tutorials in SUN website. For some they asked me to install weblogic server. Then in another link they are showing sun application server.
    Please advise which application server is better or more widely used. I am learning EJB's to improve my job prospects.
    Thanks

    You can use the Sun application server. Please checkout the following links:
    http://glassfish.dev.java.net
    https://glassfish.dev.java.net/javaee5/ejb/
    and
    http://java.sun.com/javaee/5/docs/tutorial/doc/

  • Does Application Server License allow use of Weblogic?

    Hello folks,
    Do you know if the Application server enterprise edition license allow the use of Weblogic Server and Weblogic Portal?
    Regards,
    gb

    My understanding is you will require additional licences for the new installation in production. However, I am not an Oracle employee, a licencing expert or a lawyer, so I advise you to discuss this with your Oracle account manager.
    Cheers, APC

Maybe you are looking for

  • Bug after updating Adobe Air to Adobe Air 2.6.0.19140

    I have an application developped in last version of Adobe Flex Builder (Flex 3 Pro) which worked very well. But when I have updated to the last version of Adobe Air (2.6.0.19140), the method maximize() on a window now not works. The window is small i

  • New GL,when do GR, message:Balancing field "Profit Center" in line item 001

    Hi We use new GL,and now when we do GR,the system report error message "Balancing field "Profit Center" in line item 001 not filled".so there must be anywhere to assign the profit to GR account ,but i can not find.:( can anyone tell me how to assign

  • How to design the URL?

    How to design the URL?i know that the Google  will take down the good URL.such as the staticize URL Google will like more..

  • IPhoto '11 vs. Aperture 3 for Jumbo Library?

    My iPhoto library has 58,674 photos (196 GB large). It seems to get slower and slower. If I switch to Apeture 3 will I get any speed/performance gains? If not are there any other ways to speed up my sluggish library?

  • Module load order

    Since kernel 3.4 I get this error at boot time: Errata AE18 not fixed, update BIOS or microcode of the CPU! the microcode update module is listed in /etc/rc.conf but it is loaded *after* coretemp. How do I change the order modules get loaded?