Log4j Issue in RAD Test Environment

Hi All,
I dont know whether its there right forum or not. If not please guide me to the exact forum. Thanks for staying with this thread.
I've configured an EJB application in RAD, when I tried to depoly the application with class loader for the application as "PARENT_FIRST", i was successfull in starting the application. But when i try the same with the classloader mode as "PARENT_LAST" i was unsuccessfull. I am getting the following exception.
Exception Message:
===================
[11/2/07 7:30:16:040 EDT] 3a9a0769 ServletInstan E SRVE0100E: Did not realize init() exception thrown by servlet action: javax.servlet.ServletException: org/apache/log4j/Layout
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:99)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
     at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
     at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:876)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
     at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1394)
     at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:299)
     at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:408)
     at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:212)
     at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1019)
     at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
     at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:517)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:311)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:268)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
     at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:152)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
     at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:246)
     at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
     at java.lang.reflect.Method.invoke(Method.java:391)
     at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:222)
     at java.lang.Thread.run(Thread.java:570)
---- Begin backtrace for Nested Throwables
java.lang.NoClassDefFoundError: org/apache/log4j/Layout
     at java.lang.ClassLoader.findLoadedClass(Native Method)
     at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
     at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
     at com.ibm.ws.classloader.ReloadableClassLoader.loadClass(ReloadableClassLoader.java:83)
     at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
     at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
     at java.lang.Class.forName1(Native Method)
     at java.lang.Class.forName(Class.java(Compiled Code))
     at org.apache.log4j.helpers.Loader.loadClass(Loader.java:158)
     at org.apache.log4j.helpers.OptionConverter.instantiateByClassName(OptionConverter.java:309)
     at org.apache.log4j.helpers.OptionConverter.instantiateByKey(OptionConverter.java:112)
     at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:632)
     at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:603)
     at org.apache.log4j.PropertyConfigurator.parseCatsAndRenderers(PropertyConfigurator.java:524)
     at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:408)
     at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:432)
     at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:456)
     at org.apache.log4j.LogManager.<clinit>(LogManager.java:145)
     at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:327)
     at com.mellon.eg0.iq.webapp.controller.AFCOLog4jPropertyConfigurator.init(AFCOLog4jPropertyConfigurator.java:60)
     at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158)
     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
     at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
     at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:876)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
     at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1394)
     at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:299)
     at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:408)
     at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:212)
     at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1019)
     at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
     at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:517)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:311)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:268)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
     at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:152)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
     at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:246)
     at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
     at java.lang.reflect.Method.invoke(Method.java:391)
     at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:222)
     at java.lang.Thread.run(Thread.java:570)
[11/2/07 7:30:16:056 EDT] 3a9a0769 WebGroup E SRVE0020E: [Servlet Error]-[action]: Failed to load servlet: java.lang.NoClassDefFoundError: org/apache/log4j/Layout
     at java.lang.ClassLoader.findLoadedClass(Native Method)
     at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
     at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
     at com.ibm.ws.classloader.ReloadableClassLoader.loadClass(ReloadableClassLoader.java:83)
     at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
     at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
     at java.lang.Class.forName1(Native Method)
     at java.lang.Class.forName(Class.java(Compiled Code))
     at org.apache.log4j.helpers.Loader.loadClass(Loader.java:158)
     at org.apache.log4j.helpers.OptionConverter.instantiateByClassName(OptionConverter.java:309)
     at org.apache.log4j.helpers.OptionConverter.instantiateByKey(OptionConverter.java:112)
     at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:632)
     at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:603)
     at org.apache.log4j.PropertyConfigurator.parseCatsAndRenderers(PropertyConfigurator.java:524)
     at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:408)
     at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:432)
     at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:456)
     at org.apache.log4j.LogManager.<clinit>(LogManager.java:145)
     at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:327)
     at com.mellon.eg0.iq.webapp.controller.AFCOLog4jPropertyConfigurator.init(AFCOLog4jPropertyConfigurator.java:60)
     at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158)
     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
     at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
     at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:876)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
     at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1394)
     at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:299)
     at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:408)
     at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:212)
     at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1019)
     at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
     at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:517)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:311)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:268)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
     at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:152)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
     at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:246)
     at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
     at java.lang.reflect.Method.invoke(Method.java:391)
     at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:222)
     at java.lang.Thread.run(Thread.java:570)
I'm struggling with this for the past 3 days, I have the log4j.jar in my WEB-INF\lib folder... and it is also there in the class path. But i dont know why it throws the NoClassDef error.
Can anyone help me please.... :(
Thanks,
Mukesh.

Hi,
Probably lo4j configuration properties/xml is different in PROD than DEV/TEST...
Have a look at this...
http://www.javabeat.net/2008/07/baisc-steps-to-configure-log4j-using-xml-and-properties-file/
Cheers,
Vlad

Similar Messages

  • In app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.

    in app purchase is not working in testing environment in sandbox for the past 5 days. Please anyone know about this issue.
    What i did
      1 . Added three products more to the existing in-app
      2 . Tested with sanbox
    i am getting the error "cannot connect to itunes store" with error code "0" when trying to purchase product in sandbox.
    Is sandbox is down?Please help guys..

    Apple's sandbox has been down practically all month. You can check the status here:
    http://sandbox.itunes.apple.com

  • Issue with External Form Repost in Testing Environment

    Please help!
    We are attempting to add an Eloqua repost to our webform on https://www.2checkout.com/signup. We are a payment processor and therefore, our customer admin area, of which this page is a part, must maintain various compliance standards. With this in mind, we are testing the repost in our test environment, which sits on https://va.test.2checkout.com. I've double-checked and our eloqua tracking scripts are picking up these pages.
    When we run the repost, the line of code to get the GUID - 
    elqQ.push(['elqGetCustomerGUID']);
    is erroring. I've attached a screenshot.
    For reference, we're using the code illustrated in Thomas Reyto's Topliner's post: http://topliners.eloqua.com/community/do_it/blog/2012/04/17/how-to-repost-an-externally-hosted-form-to-eloqua.
    Any assistance in determining the issue would be most appreciated! As mentioned, we really want to get this working in the test environment before we push it live, as it could break our sign up process otherwise.
    Thank you Topliners!

    Jennifer Comisford the JavaScript snippet to include elqcfg.min.js on your page?  The waituntilCustomerGuidIsRetrieved function is defined in the elqcfg.min.js tracking script.  From the error it looks like your page has not loaded the file correctly.
    <script type="text/javascript">
        var _elqQ = _elqQ || [];
        _elqQ.push(['elqSetSiteId', '#########']);
        _elqQ.push(['elqTrackPageView']);
        (function () {
            function async_load() {
                var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;
                s.src = '//img.en25.com/i/elqCfg.min.js';
                var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
            if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false);
            else if (window.attachEvent) window.attachEvent('onload', async_load);
    </script>

  • SSAS Strange Performance Issues (Long running with NO read or write activity) - UAT Test Environment

    Hi All,
    Im looking for some pointers, my team and I have drawn a blank as to what is going on here.
    Our UAT is a virtual machine.
    I have written a simple MDX query which on normal freshly processed cube executes in under 15 seconds, I can keep running the query.
    Run 1. 12 secs
    Run 2. 8 Secs
    Run 3. 8 Secs
    Run 4. 7 Secs
    Run 5. 8 Secs
    Run 6. 28 MINUTES!!
    This is on our test environment, I am on the only user connected and there is no processing active.
    Could anyone please offer some advice on where to look, or tips on what the issue may be.
    Regards,
    Andy

    Hi aown61,
    According to your description, you get long time processing after executing processing several times. Right?
    In this scenario, it's quite strange that a processing take long time. I suggest you using SQL Profiler to monitor the event during processing. It can track engine process events, such as the start of a batch or a transaction, you can replay the events captured
    on the Analysis Services instance to see exactly what happened. For more information, please refer to link below:
    Use SQL Server Profiler to Monitor Analysis Services
    If you have any question, please feel free to ask.
    Regards,
    Simon Hou
    TechNet Community Support

  • Video playback issues in Captivate 6 swf when viewed in testing environment

    I've created a training video from a company template in Captivate 6 and produced a swf file. It plays from my local machine and has been tested by others from our SharePoint portal. I uploaded the project through to our Team Foundation Server in order for it to be included and pushed to our testing environment. However, when viewed, no content populates; just a blank white screen.
    Has anyone ever come across this or perhaps know a workaround?
    Any and all help would greatly be appreciated.
    Thanks-     

    If your Team Foundation server is a LAN server and not a web server then your issue is most likely to be Flash Global Security.
    Please see this page for reasons and resolutions:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/how-to-set-up-flash-global -security

  • Issue while migrating from devlopement to test environment

    Hi All,
    I have devloped ODI packages to load data from Oracle table,Text to Hyperion Essbase.Its successfully running on devlopement environment.
    To migrate this on test environment,First I imported Master repository (By importing Zip).Which is successful.
    So,i am able to see all Physical,logical schema,Context on my test environment.
    But while importing Work repository in Inset_Update mode,I am getting following Issue.
    com.sunopsis.core.exception.SnpsSimple messageExeception ###KEY com.sunposis.res.object/DwgDuplicationTools.GeneralImportObjectFailureMsg ###

    Thanks Sankar.
    I have given different "ID" in TEST from DEV,For both Master and work repository.
    When i am taking dump of database from DEV to TEST,its working fine.
    But,i want migration by import/export of master and work repoitory.
    Can you please suggest another solution of this issue.

  • Bing Toolbar patch? - Issue with Bing appearing in my test environment.

    Hi Everyone,
    I just recently had bing toolbar show up in my test environment after introducing patching. I don't think any of my applications introduced it..  Can anyone direct me to a specific KB that this might be introduced so I can exclude it? 
    Also, if there are any other annoying Windows 8.1 patches I should avoid, I'd appreciate it.  Thank you.
    Ryan

    Hi,
    Add this to your customsettings.ini file
    WUMU_ExcludeKB001=2505591
    Check this
    post to learn how to exclude some updates
    / Yannick Plavonil
    blog: Deploiement Windows
    twitter: @yplavonil
    facebook:
    www.facebook.com/deploiementwindows

  • Issue after migration of test environment to production

    Hi guys,
    After I migrate the test environment to production enviroment I am getting the following errors:
    java.sql.SQLException: ORA-00001: unique constraint (SNPPW.PK_PACKAGE) violated
    java.sql.SQLException: ORA-00001: unique constraint (SNPPW.PK_SNP_GRP_STATE) violated
    java.sql.SQLException: ORA-00001: unique constraint (SNPPW.PK_FOLDER) violated
    java.sql.SQLException: ORA-00001: unique constraint (SNPPW.PK_TRT) violated
    The version of ODI used is ODI 10.1.3.5
    Any help will be appreciated.
    Thanks in advance.

    Hi,
    How exactly are you doing the migration?
    Regards,
    K

  • Workbook won't open after import into test environment - Function Related

    Hi Experts,
    We have a disco report that uses a custom database function. The function has been registered and is valid in the development environment and the report works fine.
    We have exported the business area, report and relevant functions from the development environment and imported them into the test environment (Using diso admin import/export tool) in the following order:
    1. Functions
    2. Business Area
    3. Workbook
    There were no errors during the import with the exception of a failed grant which was my logon and does not exist in the target environment.
    When I attempt to open the workbook in the test environment I receive the following error message: Item dependancy"" not found in the EUL. Attempt to open workbook failed.
    At first I though that this was a folder developer key issue because I did have to change the id of a folder that this report uses however I have re-synced the ID's by ensuring the eul id's were different and I have decompiled the workbook using the d51wkdmp tool and I have confirmed that the workbook is looking at the correct items.
    I noticed that the workbook had three function references so in the development environment I deleted the fields that used the functions and re-imported the workbook, guess what it worked OK meaning that the folder ID's etc... are ok and all in sync.
    I attempted to create a new workbook in the test environment that used the imported function. When I did I got an error message saying that there was too many parameters for the function, exactly the same process works in the development environment and the calculation creates ok. I checked the function definition in discover administrator (test environment) and the function is correct, parameters present and validates OK exactly the same as the dev environment however when I try to use it discoverer plus falls over!!!!
    Any ideas/pointers, at the moment I can't see how this can be anything except a bug in the import utility as the function is OK in Development and doesnt work in Test, we have used the standard export/import tools.
    Thanks
    Keith

    Hi Rod,
    This error is occuring with functions that only have 2 or 3 parameters. My standard install processes do use the refresh option.
    I have been following this up with Oracle Support and they have managed to replicate the bug in there environment. It has something to do with optional parameters, when you change all the parameters to required it works ok however I have other functions that have optional parameters that do work ok so it is clearly not just the presence of optional parameters that is causing the problem.
    This is the first time (and probably the last) that I have tried to do disco migration using the admin import tool I have always used the command line interface to automate installs in the past, as I havn't run into this before I would imagine the bug is not present in the command line tool.
    I will post an update when I hear back from Oracle Development on a fix.
    Keith

  • SSRS 2012 Subscription Error in Test Environment

    Hi All,
    I was trying to set-up Email Subscription for SSRS in my Test Environment using "Reporting Services Configuration Manager" and after providing SMTP server details. I was getting error "Failed to sent Email to [email protected]"
    What could be the reason?
    I tried pining SMTP IP address from the Machine where SSRS installed and I was able to ping SMTP Server using CMD ping command.
    Thanks Shiven:) If Answer is Helpful, Please Vote

    Hi All,
    I found the issue. The IP address of Machine, where SSRS server installed, was not included in to the SMTP relay and that's why I was getting error "Failed
    to sent Email to [email protected]".
    Once my network team, added IP address, it started working fine.
    Another thing I noticed, due to some reason SQL Server Agent was stopped and was not running and one
    of my colleagues was trying to create new subscription and was getting error 'The SQL Agent service is not running. This operation requires the SQL Agent service. (rsSchedulerNotResponding)'.
    Once I started SQL Server Agent, My colleague was able to create new subscription. 
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • Office Web Apps Integration in a Test Environment

    I am trying to test Office Web Apps in an Exchange 2013 test environment and therefore have setup my farm for HTTP only.  I have set the WAC Discovery End Point on the Exchange server and I can browse to the XML successfully however when I preview files
    they are still being displayed using Web-Ready Document Viewer.  I have checked the Event Log and found event ids 140 and 141.  
    Event 141 lists the following error - There was a failure connecting to or otherwise retrieving Data from the Wac Discovery Service. We will fall back to stellent. Successfully retrieved configuration data from http://server01/hosting/discovery, but
    retrieved discovery xml does not contain an external https net zone node.
    Do I need to configure HTTPS with a certificate in order to get this working in a test environment or should it work with HTTP?
    Thanks

    Hi Luke,
    Based on my research, I found some people solved this issue via resarting MBX server and CAS server on Exchange 2013 server.
    Similar thread for your reference:
    Exchange 2013 and Office Web Apps Server Integration
    http://social.technet.microsoft.com/Forums/en-US/927a84db-cf54-4546-8b94-374c64eaac2d/exchange-2013-and-office-web-apps-server-integration?forum=exchangesvrgeneral
    Please also double check whether there is anything missing during the integration. Offical articles for your reference:
    Deploy Office Web Apps Server
    http://technet.microsoft.com/en-us/library/jj219455(v=office.15).aspx
    Office Web Apps Server Integration
    http://technet.microsoft.com/library/2591b1be-92c4-4192-9f5e-e4e6b319170a
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Use of DataGuard in a testing environement

    Hi all,
    whenever an incident occurs on our production system, we import a dump from our production database into our test database to reproduce the incident and to find a solution for the issue.
    Taking a dump and import this into a test database takes several hours.
    Now I'm thinking about a solution using DataGuard to speed up this scenario. It is quiet important for us to solve production incidents as soon as possible (banking environement).
    So I think about the following:
    DB PROD => master
    DB TEST1 => standby
    When an incident occurs I want to
    - remove DB TEST1 from DataGuard and use this DB as an independent DB where we can reproduce the incident.
    - add a new stand by to DataGuard to have a test DB for the next incidents
    Does anyone use DataGuard in the same manner or does anyone can tell me if this would be a possible way?
    Many thanks in advance fpr your support.
    Andreas

    Its a thought, but its not the best use of Data Guard (in my humble opinion). When I think Data Guard I think:
    Recovery Plan
    Read-only services
    Minimize downtime
    You are looking for a quick way to refresh your test environment and I believe RMAN Duplicate might be a better answer. You can have everything setup in advance just like Data Guard.
    If you do decide to use Data Guard for this sooner or later you will probably trash your standby setup and have to use RMAN Duplicate to fix it.
    However if your database is really huge it might be a great idea to have the standby the way you say with a short delay on apply on the standby end.
    Best Regards
    mseberg

  • Best practice for the test environment  &  DBA plan Activities    Documents

    Dears,,
    In our company, we made sizing for hardware.
    we have Three environments ( Test/Development , Training , Production ).
    But, the test environment servers less than Production environment servers.
    My question is:
    How to make the best practice for the test environment?
    ( Is there any recommendations from Oracle related to this , any PDF files help me ............ )
    Also please , Can I have a detail document regarding the DBA plan activities?
    I appreciate your help and advise
    Thanks
    Edited by: user4520487 on Mar 3, 2009 11:08 PM

    Follow your build document for the same steps you used to build production.
    You should know where all your code is. You can use the deployment manager to export your configurations. Export customized files from MDS. Just follow the process again, and you will have a clean instance not containing production data.
    It only takes a lot of time if your client is lacking documentation or if you re not familiar with all the parts of the environment. What's 2-3 hours compared to all the issues you will run into if you copy databases or import/export schemas?
    -Kevin

  • German Umlauts OK in Test Environment, Question Marks (??) in production

    Hi Sun Forums,
    I have a simple Java application that uses JFrame for a window, a JTextArea for console output. While running my application in test mode (that is, run locally within Eclipse development environment) the software properly handles all German Umlauts in the JTextArea (also using Log4J to write the same output to file-- that too is OK). In fact, the application is flawless from this perspective.
    However, when I deploy the application to multiple environments, the Umlauts are displayed as ??. Deployment is destined for Mac OS X (10.4/10.5) and Windows-based computers. (XP, Vista) with a requirement of Java 1.5 at the minimum.
    On the test computer (Mac OS X 10.5), the test environment is OK, but running the application as a runnable jar, german umlauts become question marks ??. I use Jar Bundler on Mac to produce an application object, and Launch4J to build a Windows executables.
    I am setting the default encoding to UTF-8 at the start of my app. Other international characters treated OK after deployment (e, a with accents). It seems to be localized to german umlaut type characters where the app fails.
    I have encoded my source files as UTF-8 in Eclipse. I am having a hard time understanding what the root cause is. I suspect it is the default encoding on the computer the software is running on. If this is true, then how do I force the application to honor german umlauts?
    Thanks very much,
    Ryan Allaby
    RA-CC.COM
    J2EE/Java Developer
    Edited by: RyanAllaby on Jul 10, 2009 2:50 PM

    So you start with a string called "input"; where did that come from? As far as we know, it could already have been corrupted. ByteBuffer inputBuffer = ByteBuffer.wrap( input.getBytes() ); Here you convert the string to to a byte array using the default encoding. You say you've set the default to UTF-8, but how do you know it worked on the customer's machine? When we advise you not to rely on the default encoding, we don't mean you should override that system property, we mean you should always specify the encoding in your code. There's a getBytes() method that lets you do that.
    CharBuffer data = utf8charset.decode( inputBuffer ); Now you decode the byte[] that you think is UTF-8, as UTF-8. If getBytes() did in fact encode the string as UTF-8, this is a wash; you just wasted a lot of time and ended up with the exact same string you started with. On the other hand, if getBytes() used something other than UTF-8, you've just created a load of garbage. ByteBuffer outputBuffer = iso88591charset.encode( data );Next you create yet another byte array, this time using the ISO-8859-1 encoding. If the string was valid to begin with, and the previous steps didn't corrupt it, there could be characters in it that can't be encoded in ISO-8859-1. Those characters will be lost.
    byte[] outputData = outputBuffer.array();
    return new String( outputData ); Finally, you decode the byte[] once more, this time using the default encoding. As with getBytes(), there's a String constructor that lets you specify the encoding, but it doesn't really matter. For the previous steps to have worked, the default had to be UTF-8. That means you have a byte[] that's encoded as ISO-8859-1 and you're decoding it as UTF-8. What's wrong with this picture?
    This whole sequence makes no sense anyway; at best, it's a huge waste of clock cycles. It looks like you're trying to change the encoding of the string, which is impossible. No matter what platform it runs on, Java always uses the same encoding for strings. That encoding is UTF-16, but you don't really need to know that. You should only have to deal with character encodings when your app communicates with something outside itself, like a network or a file system.
    What's the real problem you're trying to solve?

  • Getting BEA-000337 error in a TEST environment with no load at all.

    Hi,
    We're currently experiencing an unknown issue regarding the key BEA-000337. We've looked on the internet to understand what happens, but we are completely stuck.
    <Jan 30, 2009 3:23:29 PM CET> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "712" seconds working on the request "weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl@cc1102", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    java.lang.Object.wait(Native Method)
    weblogic.rjvm.ResponseImpl.waitForData(ResponseImpl.java:81)
    weblogic.rjvm.ResponseImpl.getTxContext(ResponseImpl.java:108)
    weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:109)
    weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
    weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
    xxx.yyy.sas.SASConnectorService_37hpy3_EOImpl_922_WLStub.getRoutingInfo(Unknown Source)
    xxx.yyy.tp.manager.SASManager.getRouting(SASManager.java:1071)
    xxx.yyy.tp.ccb.RetrievalOperatorProcess.execute(RetrievalOperatorProcess.java:139)
    xxx.yyy.tp.Process.baseExecute(Process.java:598)
    xxx.yyy.tp.Process.execute(Process.java:683)
    xxx.yyy.tp.TransactionService.execute(TransactionService.java:291)
    xxx.yyy.tp.TransactionService.executeProcess(TransactionService.java:241)
    xxx.yyy.tp.TransactionService.handleAction(TransactionService.java:476)
    xxx.yyy.tp.TransactionService.handleMessage(TransactionService.java:431)
    xxx.yyy.tp.mdb.TransactionManagerMDBBean.onMessage(TransactionManagerMDBBean.java:126)
    weblogic.ejb.container.internal.MDListener.execute(MDListener.java:429)
    weblogic.ejb.container.internal.MDListener.run(MDListener.java:674)
    weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    On the internet everybody tells that the best thing to do is to extend the StuckThreadMaxTime. But we are executing only one single process on our own, on a test environment. So this can't be because WL is overloaded. When checking memory it is quite low (regarding its usual load), and there is a lot of available CPU.
    The strangest thing is that this error occurs as follow:
    An EJB is created correctly (we don't see issues in the logs), but this error occurs when we try to access it for the first time. I guess the SASConnectorService_37hpy3_EOImpl_922_WLStub class is our client proxy, that needs to call our real EJB on another instance of Weblogic. But we see no trace of that EJB on our distant server. It is fully reproducible, since everytime we launch it, we get that error.
    If anybody has a lead, or at least a clue, I take it.

    My guess -
    1) Networking issue
    2) A long transaction(could be global or your EJB transaction) that you do really need more than 10 mins to finish it.
    I would check netstat output for 1) and time the EJB transaction.
    If your server is not hang and still accepting request, you can actually ignore it. Or you can tune stuck thread max time higher(longer time allow for stuck warning) so this message will stop bugging.

Maybe you are looking for

  • Session broker and custom conversion manager

    I'm having some problem using session broker and a custom conversion manager. I just moved from using single session to using a session broker in the sessions.xml. I'm using a custom conversion manager as shown in this tech. tips URL http://www.oracl

  • Error in writing WITH CLAUSE

    i am writing these SQL Lines in my stored procedure i am using with clause i am getting error when i perform inner join With  WardItemsDtl as ( SELECT WardItemDtl_ID, WardTransID, wdDtl.ItemID, SUM(ItemQty) ItemQty, ReceivedWardID as WardID FROM LL_W

  • How can i get rid of this new version of itunes?

    my computer installed the new version of itunes on its own and i hate it i dont want it it's SO confusing and i want the old one back how can i do it?

  • How to capture the table update

    How to capture the table update.Suppose I delete a enrtry from the table or mofying any entry in a table is there way to capture that update in SAP?

  • Question: How do I record CD audio directly into SBCS4 off the soundcard?

    I.e., without connecting audio out from a speaker to mic input on the desktop?  Thanks in advance. Scott