Reload certs while server is running.

Sorry, i re-reply but this time i format the code.
Hi guys, hope you're doing great. Here's my question:
Is there any way to reload my truststore while the server is running?
I mean, i'm using mutual authentication in a client -server shceme. At the server side, i have a keystore and a truststore. The fact is that when i run the server, i set the properties with :
System.+setProperty+("java.net.trustStore", "My_TrustStore");
and it work fine.
Then, while the server is running, using the keytool, i create and import another cert to the trustStore (My_TrustStore), but the new client cann't connect to the server with this new cert ´cause the server cann't find it at the trustore.
At this point, if i stop the server and start it again, the new clilent can get a connection to the server using the new cert.
Is there anyway to reload the trustore while the server is running?
Hope you understand the problem and can help me. If anybody knows about a good tutorial, info, article, link, or whatever help me to understand how the SSL Api works, i'll thank you.
Here's the code of my server, this may clarify how i'm trying to do this:
public static void main(String[] args) throws Exception {
loadTrustStore();
ServerSocketFactory ssf = SSLServerSocketFactory.getDefault();
ServerSocket ss = ssf.createServerSocket(3000);
SSLServerSocket sss = (SSLServerSocket)ss;
sss.setNeedClientAuth(true);
while(true){
loadTrustStore();
MyThreat t = new MyThreat(ss.accept);
public static void loadTrustStore(){
System.setProperty("javax.net.ssl.keyStore", keyStore);
System.setProperty("javax.net.ssl.keyStoreType",keyStoreType);
System.setProperty("javax.net.ssl.keyStorePassword", kesStorePassword);
System.setProperty("javax.net.ssl.trustStore", trustStore);
System.setProperty("javax.net.ssl.trustStoreType",trustStoreType);
}this code is for testing purpouse only, but i guess you'll get the idea, i'm trying to update the truststore every time a new client is comming.

You shouldn't need to do any of that as long as the clients use CA-signed certificates. The truststore will trust them.
These issues usually arise when people try to use the truststore for authorization (is this person allowed to connect?) as well as authentication (is this person who he says he is?) That's not what it's for. It is only to establish an authenticated identity. Tomcat et al all have well-defined authorization schemes, in fact Tomcat has several. Use them.

Similar Messages

  • Warning EJB EJB Deployment: Fnv cannot be redeployed while the server is running. de.dr_staedtler.extern.audi.fnv.data.ejb.FnvBean is located in the server's classpath.

    Hi,
    i have developed some EJB, that are dependent from each others.
    So I set the classpath to a lib-directory with my EJB.
    When i try to deploy, i become a warning
    <Warning> <EJB> <EJB Deployment: Fnv cannot be redeployed while the server is
    running. de.dr_staedtler.extern.audi.fnv.data.ejb.FnvBean is located in the server's
    classpath.>
    But the EJB's are deployed and the client can connect it.
    Why is the warning? It is important or I can ignore it?
    Thanks for your time.
    dragan-sassler

    It means that bean classes are in the system classpath and therefore
    cannot be reloaded. If you do not plan on hot-redeploying your beans
    you can ignore this message.
    Dragan-Sassler <[email protected]> wrote:
    Hi,
    i have developed some EJB, that are dependent from each others.
    So I set the classpath to a lib-directory with my EJB.
    When i try to deploy, i become a warning
    <Warning> <EJB> <EJB Deployment: Fnv cannot be redeployed while the server is
    running. de.dr_staedtler.extern.audi.fnv.data.ejb.FnvBean is located in the server's
    classpath.>
    But the EJB's are deployed and the client can connect it.
    Why is the warning? It is important or I can ignore it?
    Thanks for your time.
    dragan-sassler--
    Dimitri

  • How to solve "server.Error.Request" error while i am running this application every time

    hi friends,
               i am using flex 4 mxml web application with as3.while i am running my application i got the following error,
    i dont know how to solve that, any one help please?
    ERROR:
    [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: https://workplace.intuit.com/s/bf2cg7xxk/companyInfo.jsp"]. URL: https://workplace.intuit.com/s/bf2cg7xxk/companyInfo.jsp"]
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[C:\autobuild\3.5.0\frameworks\projects\rpc\src\mx\rpc\AbstractInvok er.as:290]
        at mx.rpc::Responder/fault()[C:\autobuild\3.5.0\frameworks\projects\rpc\ src\mx\rpc\Responder.as:58]
        at mx.rpc::AsyncRequest/fault()[C:\autobuild\3.5.0\frameworks\projects\r pc\src\mx\rpc\AsyncRequest.as:103]
        at DirectHTTPMessageResponder/errorHandler()[C:\autobuild\3.5.0\framewor ks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:368]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete().
    Looking for usefull suggession.
    Thanks and regards,
    B.venkatesan.

    If you are a developer , please post this in the developer forum, Thanks!

  • Error While trying to Run load test  on OATS using Command prompt

    Getting the below error message while trying to execute command line to start OATS load test.
    log4j:WARN No appenders could be found for logger (oracle.oats.server.jndi.JndiL
    ookup).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more in
    fo.
    Error initializing controller connection to t3://rws21410019.us.oracle.com:8088/
    weblogic\n\n(message id=ctl.initError)
    oracle.oats.client.controller.ControllerException: Error initializing controller
    connection to t3://rws21410019.us.oracle.com:8088/weblogic\n\n(message id=ctl.i
    nitError)
            at oracle.oats.app.controller.client.ControllerClient.initController(Con
    trollerClient.java:268)
            at oracle.oats.app.controller.client.ControllerSyncedClient.<init>(Contr
    ollerSyncedClient.java:137)
            at oracle.oats.app.controller.client.OltCommandLine.<init>(OltCommandLin
    e.java:43)
            at oracle.oats.client.CommandLine.initController(CommandLine.java:748)
            at oracle.oats.client.CommandLine.run(CommandLine.java:179)
            at oracle.oats.client.CommandLine.main(CommandLine.java:61)
    Caused by: javax.naming.AuthenticationException [Root exception is java.lang.Sec
    urityException: User: weblogic, failed to be authenticated.]
            at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:42)
            at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:788)
            at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialCo
    ntextFactoryDelegate.java:682)
            at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:469)
            at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:376)
            at weblogic.jndi.Environment.getContext(Environment.java:315)
            at weblogic.jndi.Environment.getContext(Environment.java:285)
            at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
    extFactory.java:117)
            at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
            at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
            at javax.naming.InitialContext.init(Unknown Source)
            at javax.naming.InitialContext.<init>(Unknown Source)
            at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unkno
    wn Source)
            at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Sourc
    e)
            at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Sourc
    e)
            at oracle.oats.app.session.SessionClient.initSession(SessionClient.java:
    104)
            at oracle.oats.app.controller.client.ControllerClient.initController(Con
    trollerClient.java:262)
            ... 5 more
    Caused by: java.lang.SecurityException: User: weblogic, failed to be authenticat
    ed.
            at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServi
    ceImpl.java:116)
            at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke(Unknown Sou
    rce)
            at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
            at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    146)
            at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:518)
            at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.jav
    a:118)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Please make sure the OLT server is running!
    Thanks

    This issue was resolved after changing the user name to "oats" this is the user name of weblogic server and not the OATS console.

  • If I want to run OSX Server and also want to run Windows 8 on Boot Camp, will server still run when I boot into windows?

    I want to set up OSX Server on my iMAC running Mavericks and also install Windows 8 on Boot Camp.  If I do this and boot into Windows, will that prevent server from running while I'm in Windows?

    No.  Bootcamp, as you've described, requires rebooting into your chosen operating system.  If you want to run both OS X and Windows at the same time from your hardware, look at virtualization tools like Parrallels or VMWare.
    R-
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store

  • Error detected while attempting to run job

    Hi everyone,
    One of my users tried to run a rule in Hyperion Planning 11.1.1.3 and an error occurred:   Error detected while attempting to run job
    When I went to Essbase, I found that when I launched the rule an error appeared:
    ERROR - 1006059 - Invalid block header: Illegal block type -- Please use the IBH Locate/Fix utilities to find/fix the IBH problem.
    I read that it could be an issue related to corrupted blocks. I'm not familiar with MXL and I read that there are commands that I could run. Someody could provide me help?
    Regards,

    I have XCP files:
    ----- Exception Error Log Begin -----
    Current Date & Time:   Thu Nov 07 13:31:38 2013
    Process Type:          Application
    Application Name:      HYPCOLAN
    Database Name:         COSTS
    Exception Log File:    c:\Hyperion\logs\essbase\app\HYPCOLAN\COSTS\log00001.xcp
    Current Thread Id:     5940
    Exception Code:        0xC0000005=Access Violation
    Exception Flags:       0x00000000=Continuable
    Exception Address:     0x603B569F
    Exception Parameters:  2
    Exception Parameter 0: 0x00000001=Write Violation
    Exception Parameter 1: 0x57970000 (Virtual Address)
    ----- Machine Registers -----
    General Registers:
       EAX=0x795D0E18  EBX=0x5796FFF8  ECX=0x57970038
       EDX=0x0DC0F6CC  ESI=0x00000048  EDI=0xFD320000
    Control Registers:
       CS =0x0000001B  EIP=0x603B569F  Flg=0x00010283
       SS =0x00000023  ESP=0x024ACBB0  EBP=0x024ACBCC
    Segment Registers:
       DS =0x00000023  ES =0x00000023  FS =0x0000003B
       GS =0x00000000
    Floating Point Registers:
       CWD=0xFFFF027F  SWD=0xFFFF3920  TWD=0xFFFF3FFF
       EOF=0x603B5699  ESL=0x0505001B  DOF=0x603E9B50
       DSL=0xFFFF0023  CRS=0x00000000
    Register Area (Hex):
       00 B0 B0 3A F7 7C 1D 90 CE BF
       00 00 00 00 00 00 00 00 00 00
       00 00 00 00 00 00 00 00 00 00
       00 00 00 00 00 00 00 00 00 00
       00 00 00 00 00 00 00 00 00 00
       00 00 00 00 00 00 00 00 00 00
       00 00 00 00 FC 09 A0 95 26 40
       00 00 C0 C6 B2 2C 7B 91 28 40
    Debug Registers:
       DR0=0x00000000  DR1=0x00000000  DR2=0x00000000
       DR3=0x00000000  DR6=0x00000000  DR7=0x00000000
    ----- Stack -----
    Stack Trace:
        0: 0x603b569f ESSSVRD@adReqCurrencyTransBegin + 0x9c22f 0x00000000010cf0a4 0x000000000dc0f6cc 0x000000000dc0f378 0x000000004a25db00
        1: 0x603b6ba8 ESSSVRD@adReqCurrencyTransBegin + 0x9d738 0x00000000010cf0a4 0x000000000032af01 0x0000000000000004 0x000000000000198a
        2: 0x603bb76b ESSSVRD@adReqCurrencyTransBegin + 0xa22fb 0x00000000010cf0a4 0x000000004a25db00 0x000000000dc0f330 0x000000000da45d00
        3: 0x603bc2d1 ESSSVRD@adReqCurrencyTransBegin + 0xa2e61 0x00000000000003a8 0x00000000010cf0a4 0x000000004a25db00 0x00000000214e006c
        4: 0x603bc441 ESSSVRD@adReqCurrencyTransBegin + 0xa2fd1 0x000000004a25db00 0x00000000024ad2a8 0x00000000010cf0a4 0x0000000000000000
        5: 0x603bf614 ESSSVRD@adReqCurrencyTransBegin + 0xa61a4 0x00000000010cf0a4 0x000000000025db00 0x0000000000000000 0x00000000010cf0a4
        6: 0x6037dc5f ESSSVRD@adReqCurrencyTransBegin + 0x647ef 0x0000000000000002 0x0000000000000000 0x00000000010cf0a4 0x00000000024ad2a8
        7: 0x6037e28d ESSSVRD@adReqCurrencyTransBegin + 0x64e1d 0x00000000010cf0a4 0x00000000024ad2a8 0x0000000000000002 0x0000000000000000
        8: 0x60376993 ESSSVRD@adReqCurrencyTransBegin + 0x5d523 0x000000000013003a 0x0000000000000000 0x00000000010cf0a4 0x00000000004ad200
        9: 0x601c902e ESSSVRD@adCSCRConvFixMbrFromBitMap + 0x1115e 0x000000000000012c 0x00000000596ea148 0x0000000000000000 0x00000000024ad40c
       10: 0x601af5d2 ESSSVRD@adOdomInc + 0x3172 0x00000000010cf0a4 0x00000000010cc462 0x000000000dc99940 0x000000000dc48fd8
       11: 0x601af718 ESSSVRD@adOdomInc + 0x32b8 0x00000000010cf0a4 0x00000000010cc462 0x00000000588edfd8 0x0000000000000000
       12: 0x601b02c5 ESSSVRD@adOdomInc + 0x3e65 0x00000000010cf0a4 0x000000000dc2d540 0x00000000010cf0a4 0x00000000604d283d
       13: 0x6032eb72 ESSSVRD@adReqCurrencyTransBegin + 0x15702 0x00000000010cf0a4 0x000000000dc6a0a4 0x000000000dc6a008 0x00000000024af660
       14: 0x6032db25 ESSSVRD@adReqCurrencyTransBegin + 0x146b5 0x000000000dc6a0a4 0x000000000dc6a008 0x00000000024af660 0x00000000604cfbba
       15: 0x603320d8 ESSSVRD@adReqCurrencyTransBegin + 0x18c68 0x00000000010cf0a4 0x000000000000000d 0x00000000024af660 0x0000000000004650
       16: 0x602ed5ac ESSSVRD@adThreadRegister + 0x467c 0x00000000010cf0a4 0x0000000000004650 0x0000000000000000 0x0000000000000000
       17: 0x602eec17 ESSSVRD@adThreadRegister + 0x5ce7 0x00000000000cf0a4 0x0000000000000000 0x0000000000000000 0x00000000010cf0a4
       18: 0x77e6481f kernel32@GetModuleHandleA + 0xdf 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
    ----- Application-Wide Configuration -----
    Server Name:          
    Application Name:      HYPCOLAN
    Elapsed App Time:      00:21:23:39
    Module Count:          16
    Module  0:             0x00401000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSVR.EXE
    Module  1:             0x60001000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSVRD.DLL
    Module  2:             0x60B31000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSASOSM.DLL
    Module  3:             0x60CA1000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSRPM.DLL
    Module  4:             0x60DC1000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSAPINU.DLL
    Module  5:             0x60E91000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSOTLSU.DLL
    Module  6:             0x60F41000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSOTLNU.DLL
    Module  7:             0x60F81000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSMTDNU.DLL
    Module  8:             0x61031000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSOPGN.DLL
    Module  9:             0x61061000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSHRU.DLL
    Module 10:             0x61135430 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSUTLU.DLL
    Module 11:             0x61151000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSDU.DLL
    Module 12:             0x61171000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSGLOBU.DLL
    Module 13:             0x61181000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSECU.DLL
    Module 14:             0x61191000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSOBJIO.DLL
    Module 15:             0x611A1000 = C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSDVRQ.DLL
    ----- Operating System Resources -----
    System Date & Time:    Thu Nov 07 13:31:39 2013
    Elapsed OS Time:       13:21:34:36
    OS Name & Version:     Windows NT 5.02
    CPU Count:             16
    CPU Type:              Pentium
    Correct System Memory information currently not available
    Swap Flags:
       Enabled:            Y
       Disabled:           N
       File Found:         Y
       Denied:             N
    Swap file(s):          c:\pagefile.sys
    Correct Swap Space information currently not available
    Total Drives:          6
    Current Drive:         3
    Drive  3:
       Drive Name:         C
       Volume Label:       Local Disk
       Drive Type:         Fixed
       File System:        NTFS
       Total Drive Space:  142689329 KB
       Free Drive Space:   71187620 KB
       Used Drive Space:   71501709 KB
    Drive  4:
       Drive Name:         D
       Volume Label:       Drive_D
       Drive Type:         Fixed
       File System:        NTFS
       Total Drive Space:  292415096 KB
       Free Drive Space:   18586252 KB
       Used Drive Space:   273828844 KB
    Drive  5:
       Drive Name:         E
       Volume Label:      
       Drive Type:         Unknown
       File System:        Unknown
       Total Drive Space:  0 KB
       Free Drive Space:   0 KB
       Used Drive Space:   0 KB
    Drive  6:
       Drive Name:         F
       Volume Label:      
       Drive Type:         Unknown
       File System:        Unknown
       Total Drive Space:  0 KB
       Free Drive Space:   0 KB
       Used Drive Space:   0 KB
    Drive  7:
       Drive Name:         G
       Volume Label:      
       Drive Type:         Unknown
       File System:        Unknown
       Total Drive Space:  0 KB
       Free Drive Space:   0 KB
       Used Drive Space:   0 KB
    Drive 21:
       Drive Name:         U
       Volume Label:      
       Drive Type:         Unknown
       File System:        Unknown
       Total Drive Space:  0 KB
       Free Drive Space:   0 KB
       Used Drive Space:   0 KB
    ----- System-Wide Configuration -----
    Elapsed Essbase Time:  00:21:23:39
    Essbase Version:       11.1.1
    Essbase Description:   ESB11.1.1.3.0B126
    Network Type:          Windows Sockets
    Environment Variable:  ARBORPATH                 = c:\Hyperion\products\Essbase\EssbaseServer
    Environment Variable:  ARBORMSGPATH              = c:\Hyperion\products\Essbase\EssbaseServer\bin
    Module Count:          16
    Module  0:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSDU.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module  1:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSGLOBU.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module  2:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSUTLU.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module  3:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSECU.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module  4:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSOBJIO.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module  5:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSOPGN.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module  6:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSOTLSU.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module  7:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSHRU.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module  8:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSAPINU.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module  9:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSOTLNU.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module 10:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSRPM.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module 11:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSMTDNU.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module 12:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSASOSM.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module 13:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSDVRQ.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module 14:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSVRD.DLL
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    Module 15:
       Module Name:        C:\HYPERION\PRODUCTS\ESSBASE\ESSBASESERVER\BIN\ESSSVR.EXE
       Module Version:     11.1.1.1
       Module Description: ESB11.1.1.3.0B126.1
       Module Use Count:   2
    ----- ESSBASE.CFG Configuration Values -----
    Configuration Value:   JvmModuleLocation         = c:\Hyperion\common\JRE\Sun\1.5.0\bin\client\jvm.dll
    Configuration Value:   AuthenticationModule      = CSS
    Configuration Value:   PORTINC                   = 3
    Configuration Value:   DataErrorLimit            = 65000
    Configuration Value:   CalcCacheHigh             = 1100000000
    Configuration Value:   CalcCacheDefault          = 500000000
    Configuration Value:   CalcCacheLow              = 30000000
    Configuration Value:   CalcLockBlockHigh         = 4000000
    Configuration Value:   CalcLockBlockDefault      = 900000
    Configuration Value:   CalcLockBlockLow          = 400000
    Configuration Value:   UpdateCalc                = False
    Configuration Value:   NetDelay                  = 3000
    Configuration Value:   NetRetryCount             = 1000
    Configuration Value:   MultipleBitmapMemCheck    = True
    Configuration Value:   ParCalcMultipleBitmapMemOpt = True
    Configuration Value:   DYNCALCCACHEWAITFORBLK    = TRUE
    Configuration Value:   DYNCALCCACHEBLKRELEASE    = TRUE
    Configuration Value:   DYNCALCCACHEMAXSIZE       = 600M
    Configuration Value:   DYNCALCCACHECOMPRBLKBUFSIZE = 400M
    Configuration Value:   CalcLimitFormulaRecursion = TRUE;
    Configuration Value:   AGENTPORT                 = 1423
    Configuration Value:   SERVERPORTBEGIN           = 32768
    Configuration Value:   SERVERPORTEND             = 33768
    Configuration Value:   AGENTDESC                 = hypservice_1
    ----- Client Request Activity -----
    Server Name:          
    Application Name:      HYPCOLAN
    Total Request Threads: 20
    Avail Request Threads: 19
    Total Requests:        220
    Average Requests:      111.000000
    Weighted Average:      0.007431
    Statistics Per Minute:
       Current Requests:   0
       Minimum Requests:   0.000000
       Maximum Requests:   111.000000
    Thread Count:          20
    Thread Id 3324:
       Request Name:        GetAttributeNameSpecs
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 4060:
       Request Name:        GetMbrInfo
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 1692:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 736:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 5288:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 784:
       Request Name:        OtlQueryMbrs
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 220:
       Request Name:        GetSelectedMbrInfo
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 4356:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 6100:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 5944:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 4880:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 1128:
       Request Name:        OtlQueryMbrs
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 5728:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 5960:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 1208:
       Request Name:        GetOtlUMC
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 5240:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 1768:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 3648:
       Request Name:        OtlQueryAttrib
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 1736:
       Request Name:        GetOtlInfo
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:33 2013
       End Time:            Thu Nov 07 13:31:33 2013
    Thread Id 5940:
       Request Name:        MaxL: Execute
       Database Name:       COSTS
       User Name:           admin
       Start Time:          Thu Nov 07 13:31:38 2013
       End Time:            Pending
    ----- Exception Error Log End -----

  • ISE application server not running

    Hi Team,
    My ISE appliance application server not running, even reboot still the same, any reason?
    ISE-3315-K9       
    Displaying ISE application status .... 
    ISE Database listener is running, PID: 6270
    ISE Database is running, number of processes: 17
    ISE Application Server process is not running.
    ISE Profiler DB is not running
    ISE M&T Session Database is not running.
    ISE M&T Log Collector is not running.
    ISE M&T Log Processor is not running.
    I saw suspicious from logs, anyone experience this before? I coudn't find this ise ErrorCode: -999 from the Cisco KE database.
    2015-01-19T15:45:47.371651+11:00 ISE1 ADE-SERVICE[2742]: [9862]:[error] application:operation ci_util.c[597] [marcellus]: Problem executing init script (/opt/CSCOcpm/bin/cpmcontrol.sh) err = 1
    2015-01-19T15:45:47.371671+11:00 ISE1 ADE-SERVICE[2742]: [9862]:[error] application:operation cars_install.c[1931] [marcellus]: App (ise) has trouble executing <init> tag
    2015-01-19T15:45:47.377124+11:00 ISE1 ADEOSShell[9862]: ADEAUDIT 3015, type=APP INIT, name=Error during application init, username=marcellus, cause=(null), adminipaddress=10.0.10.7, interface=CLI, detai
    l=Application (ise) has trouble executing <init> tag
    2015-01-19T15:45:47.377333+11:00 ISE1 ADE-SERVICE[2742]: [9862]:[error] application:operation install_cli.c[419] [marcellus]: Error while starting application  - Application: ise ErrorCode: -999

    Hi Neno,
    Thanks for replying, this is it.
    Displaying ISE version ...
    Cisco Identity Services Engine
    Version : 1.2.0.899
    Build Date : Wed 24 Jul 2013 17:37:31 EST
    Install Date : Wed 01 Oct 2014 12:33:32 EST

  • While Deploying and running the application

    Dear all,
    While deploying and running the application, after importing the relevant files into my local amchine workspace from another machine, i am facinf exception/error message as below:
    'Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (404) Not Found'.
    Would someone suggest for the same.
    With Regards,
    Lux.

    Hi,
    This is the message i am receving during runtime
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4013.00.0000.20050607163945.0000 (release=630_SP_REL, buildtime=2005-06-07:21:12:54[UTC], changelist=351986, host=PWDFM067)
    Web Dynpro code generators of DC local/SurveysOverview:
    SapDictionaryGenerationCore: 6.4013.00.0000.20050606171348.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:02:28[UTC], changelist=351717, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4013.00.0000.20050609113138.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:05:41[UTC], changelist=352442, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:56:40[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:21:22[UTC], changelist=356134, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:21:22[UTC], changelist=356134, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4013.00.0000.20041104141254.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:55:55[UTC], changelist=298452, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:09:17[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4013.00.0000.20050606171352.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:59:56[UTC], changelist=351719, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:56:48[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:09:46[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_08-b03, vendor: Sun Microsystems Inc.
    Operating system:
    Windows XP, version: 5.1, architecture: x86
    Error stacktrace:
    java.lang.NullPointerException
         at com.sap.survey.NewSurveyView.onActionCreateSurvey(NewSurveyView.java:180)
         at com.sap.survey.wdp.InternalNewSurveyView.wdInvokeEventHandler(InternalNewSurveyView.java:198)

  • Error while server start up

    Hi am getting the following error while server startup for CRS application, please help me out. All the files are OOTB, i didnt made any changes to the files.
    2011-08-05 15:07:34,152 ERROR [nucleusNamespace.atg.dynamo.messaging.MessagingManager] (InputDestinationConsumer-sqldms:/sqldms/DSSTopic/DisableScenarioEvents) An error occurred while trying to receive and deliver a Message for input port "DisableProcessEvents" with destination "sqldms:/sqldms/DSSTopic/DisableScenarioEvents" of MessageSink with nucleus name "/atg/scenario/ScenarioManager" and message id "ID:10063"
    java.lang.ClassCastException: atg.process.dms.InstanceTimerMessage cannot be cast to atg.process.dms.DisableProcessMessage
         at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11370)
         at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11305)
         at atg.dms.patchbay.ElementManager.deliverMessage(ElementManager.java:294)
         at atg.dms.patchbay.InputPort.onMessage(InputPort.java:168)
         at atg.dms.patchbay.InputDestination.onMessage(InputDestination.java:375)
         at atg.dms.patchbay.InputDestinationConsumer.processMessageDelivery(InputDestinationConsumer.java:479)
         at atg.dms.patchbay.InputDestinationConsumer.runXATransactions(InputDestinationConsumer.java:349)
         at atg.dms.patchbay.InputDestinationConsumer.run(InputDestinationConsumer.java:223)
         at java.lang.Thread.run(Unknown Source)

    The message you see seem to indicate a problem while starting logging threads. You might want to check if you have some appserver processes running. If you do kill them and try to restart your appserver instance.
    You can also check if you have log rotation set incorrectly or some third party logging enabled(i.e log4j) that might prevent appserver startup.

  • Tomcat error while trying to run the servlet

    I am etting the below error while trying to run a servlet from tomcat server.
    HTTP Status 404 - /servlet/DailyStatusServlet
    type Status report
    message /servlet/DailyStatusServlet
    description The requested resource (/servlet/DailyStatusServlet) is not available.
    Can anyone help me in solving this error.

    rnaaz wrote:
    Can anyone help me in solving this error.Start by making sure you've properly mapped that URL in your deployment descriptor (web.xml file).
    ~

  • The server is running low on virtual memory.

    When running a sheet in discoverer I am getting the following error after around 10 mins
    The server is running low on virtual memory. This can happen due to insufficient disk space or heap space on the server. Please contact your Discoverer Administrator for assistance.
    I have changed the following settings to
    maxvirtualdiskmem = 4096000000
    maxvirtualheapmem = 4096000000
    The query returns 625500 records with parameters selected
    and 834360 records without any parameters set
    Can anyone help

    Memory usage is going to depend on several things. While rows returned is part of it, other things like sorts, calculations, page items and report type can have a huge impact. Out of curiosity, is the report a crosstab? are there a lot of sorts, of some complex calculations?
    How many users are accessing Disco at the same time, and is there anything else on the same box as Disco?
    Also, after you changed the settings (and I am assuming the change was made to pref.txt), did you run applypreferences.sh and then bounce the app server? If not, the changes have not taken place.

  • How can I read the EXCEL file while Program is running in background.

    Hi all Expert,
    How can I read the EXCEL file while Program is running in background.
    Thanks

    you need to place ur excel file on application server and follow this thread: Reading an Excel file from the application server?
    loots of information if you can search forum.. thanks

  • Is it possible to install OEM 12c on a server already running OEM 11g ?

    Is it possible to install OEM 12c on a server already running OEM 11g ?
    We have a server already running OEM 11g, planning to install OEM 12C on the same server and running it in parallel while we transfer targets one by one to OEM 12c ?
    Please let us know, if anyone has any experiences on this.
    Thanks,

    Hi,
    Yes it is allowed to install EM 12c on same host but you need to make sure that the hardware is strong enough to keep both the OMS’es up and running. For production system setup i will not recommend you this approach but if this if for your testing purpose you can install both the OMSes on same host with different repositories.
    Your second question is not clear, if your final goal is to have em 12c in your enviro then you can go through the proper EM upgrade method which will take care of all target and history migration. Manually doing all is not supported.
    Pls go through this: http://download.oracle.com/docs/cd/E24628_01/index.htm

  • Newie Mail server and running other services

    We have a small office network of 6 macs that connect to a Panther server, this server provides DNS and file sharing and thats about it a Filemaker Sever and Retrospect Server. I doesn't suffer from heavy use
    I have been using a a separate mac to run Quickmail server 1 (os9) and I need to upgrade it as some of the mail protocols are out of date.
    We have a static IP address assigned to our mail gateway by our service provider.
    My question or advice
    Should I just start using OS X server to run mail services
    or
    Upgrade Quickmail and continue running it separately on a new mac mini (or similar)
    My concerns are at the moment any problem with email locally can be solved pretty much without effecting the other server or the network.
    Thanks

    The basic setup is prety simple...
    Replace following with your own equivalents...
    Domain name: woopee.com (the domain name after the "@" in your emails)
    Host name: mail.woopee.com (the hostname your MX record points to. Does not need to match server hostname. This will be the hostname mail server uses when communicating with other servers)
    Local Host Aliases: woopee.com (a list of the domains you want to accept mail for. Probably just same as Domain name?)
    Local network: 192.168.10.0/24 (LAN IP range for local users. Used to bypass authentication when they send mail out)
    Server Admin-> Mail-> General...
    Tick:Enable POP
    Tick:Enable IMAP
    Tick:Enable SMTP, Allow incoming mail, Enter Domain name & Host name (from above).
    Mail-> Relay
    Tick: Accept SMTP relays... Enter localhost IP: 127.0.0.1/32 and Local network (from above).
    Tick: Use these junk mail rejection servers. Add: zen.spamhaus.org
    Mail->Filters
    Tick: scan for junk mail. Minimum score: 5 (can be reduced later)
    Junk mail should be: Delivered (will just tag and forward to recipient)
    Tick: Attach subject tag: * Junkmail *
    Tick: Scan email for viruses
    Infected messages should be: Deleted
    Tick: update junk mail & virus database: 1 time per day
    Mail->Advanced->Security
    SMTP: none (this prevents smtp authentication from anyone outside your Local network)
    IMAP: Tick: Clear, Plain, Cram-md5 (or leave all unticked if only using pop accounts)
    POP: Tick: APOP
    Mail->Advanced->Hosting
    Local Host Aliases: Add: localhost & woopee.com (separate entries, see Local host aliases, above)
    That's it (I think ...although I cannot guarantee I have not missed something). There will be no problem setting this up and seeing it going whilst still using the existing mail server. Set up client accounts to send and receive from new server and you can send mail around internally to test. Last thing would be to change your firewall port-forwarding for SMTP from existing server to new one.
    Watch the mail.log in Console for any errors & do plenty tests.
    Ensure users have mail enabled in Workgroup Manager.
    There are plenty mods available beyond this. Have a good read through the mail services manual (I know its a bit confusing at times) and you should see where the above settings fit in.
    Lots of stuff on the forum here which you can search for. Spam filtering in particular can be made far more effective but requires editing of the underlying unix configuration files - again, plenty of previous discussions about that on forum. Meantime, the zen.spamhaus.org RBL will filter out a great many spammers.
    -david

  • HOW TO: Set up your application server to run BC4J

    How To set up your application server to run BC4J.
    INTRODUCTION
    A running BC4J application is actually the combination of:
    * Your own application files
    * BC4J runtime libraries
    In order to successfully run your BC4J application in local mode, the first requirement is
    that your application server contains the necessary BC4J libraries.
    This How To describes the steps required to ensure that you have a functional
    BC4J runtime environment installed on your application server.
    Oracle IAS 1.0.2 and Tomcat 3.1 will be used as examples.
    THE BC4J RUNTIME LIBRARIES
    Whatever application server you deploy to, the following libraries
    are required in the following order to be in the classpath.
    BC4J Libraries:
    xmlparserv2.jar
    jdev-rt.zip
    jbojdbcpatch.zip
    connectionmanager.zip
    jbohtml.zip
    jboimdomains.zip
    ordim817.zip
    ordvir817.zip
    ordhttp.zip
    jbomt.zip
    jbodomorcl.zip
    jboremote.zip
    jndi.jar
    jbodatum12.zip
    These libraries can be found in <JDEV_HOME>/lib/
    INSTALLING THE LIBRARIES ON IAS:
    Installing the libraries is simply a matter of copying them to the
    application server's filesystem and adding them to the classpath.
    IAS's classpath can be modified by editing the file:
    <IAS_HOME>\Apache\Jserv\conf\jserv.properties
    In this file you'll find the existing pre-installed BC4J libraries which
    looks like this:
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\lib\ordvir817.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\lib\ordim817.zip
    etc.
    Note! These BC4J libraries correspond to JDeveloper 3.1.1.
    In order to run JDev 3.2 based applications you will have to update these libraries
    to JDeveloper 3.2 production.
    Steps:
    1. Copy (or FTP) the JDev 3.2 BC4J libraries from <JDEV_HOME>\lib to a NEW directory on the
    appserver's filesystem called:
    <IAS_HOME>\Apache\BC4J\newlib
    2. Modify the classpath by editing <IAS_HOME>\Apache\Jserv\conf\jserv.properties.
    Example: (modified classpath entries)
    # New 3.2 BC4J Runtime libraries
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\xmlparserv2.jar
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jdev-rt.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbojdbcpatch.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\connectionmanager.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbohtml.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jboimdomains.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\ordim817.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\ordvir817.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\ordhttp.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbomt.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbodomorcl.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jboremote.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jndi.jar
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbodatum12.zip
    Note: Make sure to remove or comment out the existing 3.1.1 BC4J library entries!
    To see the changes, you must restart IAS and that's it, your IAS will be updated with
    the JDev 3.2 BC4J libraries which allow you to run BC4J Data Tags among other
    things!
    INSTALLING THE LIBRARIES ON TOMCAT
    As before, this process involves both the copying of the libraries
    and modifying the classpath.
    After copying the BC4J libraries to a path accessible from Tomcat,
    you can modify Tomcat's classpath by editing it's startup script:
    <TOMCAT_HOME>\bin\tomcat.bat (NT)
    <TOMCAT_HOME>\bin\tomcat.sh (Unix)
    Here is a portion of a modified tomcat.bat (on NT)
    rem Add BC4J libraries
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\xmlparserv2.jar
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jdev-rt.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbojdbcpatch.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\connectionmanager.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbohtml.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jboimdomains.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\or dim817.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\ordvir817.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\ordhttp.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbomt.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbodomorcl.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jboremote.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jndi.jar
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbodatum12.zip
    rem Add Oracle JDBC library
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\classes12.zip
    Note: I also added the Oracle JDBC library since Tomcat does not have it.
    It is found at:
    <JDEV_HOME>\jdbc\lib\oracle8.1.7\classes12.zip
    And That's It!
    When Tomcat is restarted using this script, the necessary BC4J libraries
    will be in the classpath..
    A follow up How To:"How To Deploy a BC4J JSP Application on IAS and Tomcat"
    will be posted shortly!

    I copied the following files in jserv classpath
    bc4jct.jar
    bc4jctejb.jar
    bc4jdomorcl.jar
    bc4jhtml.jar
    bc4jimdomains.jar
    bc4jmt.jar
    bc4jmtejb.jar
    bc4juixtags.jar
    collections.jar
    datatags.jar
    jdev-cm.jar
    regexp.jar
    share.jar
    uix2.jar
    cabo.war
    classes12.jar
    nls_charset12.jar
    ordim.jar
    ordhttp.jar
    runtime12.jar
    jdev-rt.jar
    xmlparserv2.jar
    bc4j_jclient_common.jar
    webapp.war
    I got this list from Jdev 9031 on-line help
    I also copied the new DataTags.tld file to /webapp directory
    When i run my jsp page i get this error..
    java.lang.NoClassDefFoundError: java/util/TimerTask
         at oracle.jbo.http.HttpContainer.findSessionCookie(HttpContainer.java:693)
         at oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doStartTag(ApplicationModuleTag.java:148)
         at jspapp.odrjsp__html._menu._jspService(Compiled Code)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
         at oracle.jsp.JspServlet.doDispatch(Compiled Code)
         at oracle.jsp.JspServlet.internalService(Compiled Code)
         at oracle.jsp.JspServlet.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at oracle.portal.provider.v1.http.JspRenderer.renderBody(JspRenderer.java:116)
         at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:164)
         at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(Compiled Code)
         at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(Compiled Code)
         at oracle.portal.provider.v1.http.HttpProvider.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at org.apache.jserv.JServConnection.processRequest(Compiled Code)
         at org.apache.jserv.JServConnection.run(Compiled Code)
         at java.lang.Thread.run(Compiled Code)
    In the JDK 1.3 APi docs, i found that TimerTask was introduced only in JDK 1.3
    Does this mean that BC4J (in jdev 9031) will only work
    with JDK 1.3 or later?
    Thanks for your time.
    Harish

Maybe you are looking for

  • Text animation not working

    'm having some issues with some text animation. I'm trying to animate certain text boxes of a slide and not others...it all seems to work when I preview it, but when it comes to actually playing the slide, the animation does not appear. I've tried us

  • Error Report - Financial Reporting

    Hi Guys, When I run a report to Financial Reporting by workspce, you receive this error and the report does not open! Error: 5223: Unable to view the report. You do not have access to any of the members to the axis of the row, column, or page within

  • Automatic pricing for PR

    Dear all, my client requirement is that SAP can automatically determine the price when user create a new PR. It will be very good if the price is taken from last purchase of that material (PIR). but if not, then it's ok to take the price from MAP. Is

  • Installer Wont Install Anything Made By Apple

    The title is self explanitory. Updators for ANYTHING will not work. The only thing that has worked was the itunes phone driver. Installer works fine with anything NOT made by Apple. When it starts updating, it says searching for nessicary files, then

  • Where to find P&L details for selected  company code

    If F.01 transaction is transaction is executed it displays assets statement,liabilities statments,profit and loss statment,and etc . of which i need to have P&L A/C details . Please give the information regarding where to get the P&L details and tabl