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

Similar Messages

  • Specified operation cannot be performed while the task is running. Task Name: ClockTriggerBit

    I am trying to set the timing for digital line on 6221. As recommended in the documentation "NI DAQ MX C reference guide" I stop the task, run the following:
    DAQmxCfgOutputBuffer
    DAQmxCfgSampClkTiming (taskHandle, "ao/SampleClock", 100, DAQmx_Val_Rising, DAQmx_Val_FiniteSamps, 10);
    DAQmxWriteDigitalLines
    DAQmxStartTask -> this is when I get the warning 4294766817. Why?
    Any better way to set the sample clock? I need to do it using internal clock in 6221.
    Thank You,
    Mark.

    Hello Metrikos,
    I've got a couple things.  First, could you be more specific as to where in the DAQmx C Reference Help you are referring to.  Secondly, attached is an example of corellated digital input with analog input.  I know this isn't exactly what you are trying to do, but it might give you a good reference. 
    -Alan A.
    Attachments:
    ContAI-ReadDigChan.c ‏6 KB

  • My Rocket i7 2,7GHz / 32Gig Ram iMac cannot use Airplay, while the newer small 24" i5 with 4Gig Ram can. This is silly. Is there a way to enable Airplay for "older" Models ?

    My Rocket:
      Modellname:          iMac
      Modell-Identifizierung:          iMac11,1
      Prozessortyp:          Intel Core i7
      Prozessorgeschwindigkeit:          2.8 GHz
      Anzahl der Prozessoren:          1
      Gesamtanzahl der Kerne:          4
      L2-Cache (pro Kern):          256 KB
      L3-Cache:          8 MB
      Speicher:          32 GB
      Geschwindigkeit für Prozessorverbindungstyp:          4.8 GT/s
    Cant use Airplay. This is just silly...
    While my other iMac 24" i5 2GHz can use Airplay.
    Is there a way to enable Airplay on the good iMac also ?

    AirPlay Mirroring requires a second-generation Apple TV or later, and is supported on the following Mac models: iMac (Mid 2011 or newer), Mac mini (Mid 2011 or newer), MacBook Air (Mid 2011 or newer), and MacBook Pro (Early 2011 or newer).
    Apple TV (2nd and 3rd gen)- How to use AirPlay Mirroring
    How to set up and configure AirPort Express for AirPlay and iTunes
    Troubleshooting AirPlay and AirPlay Mirroring
    Using AirPlay
    You might wish to check out the AirParrot.

  • Outlook 2013: Your Automatic Reply Settings Cannot Be Displayed Because The Server Is Unavailable

    When I configure the Outlook profile manually then receive warning "Your Automatic Reply Settings Cannot Be Displayed Because The Server Is Unavailable" when clicking "Automatic Replies (Out of Office)".
    However if I use Autodiscover to configure the Outlook profile the above does not occur and "Automatic Replies (Out of Office)" works fine.
    Client: Outlook 2013 Click-to-Run version 15.0.4551.1011 on Windows 7 Pro SP1.
    Server: Exchange 2007 SP3 on Windows SBS 2008 SP2.

    Hi,
    First of all, please make sure you have installed this Outlook 2013 hotfix package (December 10, 2013):
    http://support.microsoft.com/kb/2825652/en-us
    It may fix the issue.
    If the hotfix doesn't help, please note, this problem can occur after your primary SMTP address changes. The problem occurs because your previous primary SMTP address is cached in the Windows registry under your Outlook profile and this information does
    not get refreshed for 24-48 hours after the SMTP address change.
    So please make sure you have configured smtp address correctly, or, we can find some workarounds from the link below:
    http://support.microsoft.com/kb/2693800/en-us
    Regards,
    Melon Chen
    TechNet Community Support

  • Warning: EJB  referenced an unknown security role?

    Hello,
    I get a weird error from WL 5.1 (SP6), using the default WLPropertyRealm.
    In the EJB I have the following check:
    if (ctx.isCallerInRole("ConspiratorRole"))
    System.out.println ("the user is in the ConspiratorRole role");
    At run time, I get the following warning in the WL window:
    Fri Nov 10 12:56:58 EST 2000:<I>
    <EJB JAR deployment D:/weblogic/myserver/myBean.jar>
    Warning: EJB "unu" referenced an unknown security role
    However:
    - the role IS defined (see ejb-jar.xml)
    - has an associated principal (see weblogic-ejb-jar.xml)
    - there is a principal defined in weblogic.properties
    - this principal (and this role) is actually used in practice to access the
    bean. Which works.
    So why the warning?
    Any hint appreciated,
    Thanks.
    ejb-jar.xml:
    <assembly-descriptor>
    <security-role>
    <description>description of the ConspiratorRole</description>
    <role-name>ConspiratorRole</role-name>
    </security-role>
    </assembly-descriptor>
    weblogic-ejb-jar.xml:
    <weblogic-ejb-jar>
    <security-role-assignment>
    <role-name>ConspiratorRole</role-name>
    <principal-name>Conspirator</principal-name>
    </security-role-assignment>
    </weblogic-ejb-jar>

    You should not reference the role link in you code.The role link is used to
    connect the role name in you code to the
    role name in your deployment descripment. Only if this link is set up as you
    have done below, will the isCallerInRole return true.
    - Sri
    Alf wrote:
    I reviewed older postings and found indications of what appears to be a bug
    in WL: that isCallerInRole always return false for role names but returns
    correct values if the role names are linked with a reference in
    <security-role-ref>. So, according to the DTD at
    http://edocs.bea.com/wle/dd/ddref.htm#1038338 I added the following in
    ejb-jar.xml:
    <ejb-jar>
    <enterprise-beans>
    <session>
    <security-role-ref>
    <role-name>ConspiratorRole</role-name>
    <role-link>ConspiratorRoleLink</role-link>
    </security-role-ref>
    and added 2 lines in the bean to test the both the role and the reference
    if (ctx.isCallerInRole("ConspiratorRole"))
    System.out.println ("the user is in the ConspiratorRole role");
    if (ctx.isCallerInRole("ConspiratorRoleLink"))
    System.out.println ("the user is in the ConspiratorRoleLink
    role");
    The unexpected result was a NullPointerException at
    weblogic.ejb.internal.BaseEJBContext.isCallerInRole(BaseEJBContext.java:665)
    Can anyone shed some light? Thanks.
    "Alf" <alf> wrote in message news:[email protected]...
    Hello,
    I get a weird error from WL 5.1 (SP6), using the default WLPropertyRealm.
    In the EJB I have the following check:
    if (ctx.isCallerInRole("ConspiratorRole"))
    System.out.println ("the user is in the ConspiratorRole role");
    At run time, I get the following warning in the WL window:
    Fri Nov 10 12:56:58 EST 2000:<I>
    <EJB JAR deployment D:/weblogic/myserver/myBean.jar>
    Warning: EJB "unu" referenced an unknown security role
    However:
    - the role IS defined (see ejb-jar.xml)
    - has an associated principal (see weblogic-ejb-jar.xml)
    - there is a principal defined in weblogic.properties
    - this principal (and this role) is actually used in practice to accessthe
    bean. Which works.
    So why the warning?
    Any hint appreciated,
    Thanks.
    ejb-jar.xml:
    <assembly-descriptor>
    <security-role>
    <description>description of the ConspiratorRole</description>
    <role-name>ConspiratorRole</role-name>
    </security-role>
    </assembly-descriptor>
    weblogic-ejb-jar.xml:
    <weblogic-ejb-jar>
    <security-role-assignment>
    <role-name>ConspiratorRole</role-name>
    <principal-name>Conspirator</principal-name>
    </security-role-assignment>
    </weblogic-ejb-jar>

  • WLS7 Deploy on startup works, redeploy gets ClassNotFoundExceptions

    Hello
    We are using WLS7 SP2 on our local pcs. We package our app as an EAR that contains
    several libraries, a war, and several EJB jars. When we put it in the applications
    folder and start the server, it deploys fine, works fine. In WLS6.1SP3, when
    we used hot deploy to redeploy the app, it would load (although we saw the memory
    leak happen). But now in WLS7, we frequently (but not consistently) get error
    messages that there are classes that cannot be found.
    I have tried fiddling with the deployment order in application.xml, and that didn't
    seem to help consistently. I also modified the ant script to call weblogic.Deployer
    to -remove the application prior to copying the ear to the applications directory,
    and still no real difference.
    The thing that's frustrating is that it deploys at startup with no trouble at
    all. Is it possible that on redeply there's some lingering references to the
    old ear that don't get cleared when it's undeployed? Is the server maybe caching
    something?
    Has anyone else out there experienced the same problem with hot-deploy in WL7SP2?
    Did you resolve the problem? If so, how? Arrrrgghh!!!!!!!

    Matt:
    Sorry for your frustrations! This is (and I know you don't want to hear
    this probably) something that we worked very hard on for the 8.1 release,
    ironed out all the bugs in hot deploy. Cleaned up memory leaks and made it
    so you don't have to restart the server. We found additionally that the
    applications directory is a bit of a hack useful for toy demo's but not real
    development. (i.e. you are constantly either archiving and copying or copy
    files from your pcs to the directory). So we introduced an approach that
    allows you to check your application's src files (jsp, descriptors, .java
    files, thirdparty libs) into pcs in exploded ear format and then introduced
    a set of ant tasks to help you build and deploy.
    So if you can upgrade...... check out:
    http://google.bea.com/search?q=split+directory&ie=&site=bea&output=xml_no_dtd&client=bea&lr=&proxystylesheet=http%3A%2F%2Fdev2dev.bea.com%2Fimages%2Fdev2dev.xsl&oe=
    Otherwise we go down the road of having a reproducible test case and
    oppening a ticket with support.
    Cheers
    mbg
    "Matt Harrah" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hello
    We are using WLS7 SP2 on our local pcs. We package our app as an EAR thatcontains
    several libraries, a war, and several EJB jars. When we put it in theapplications
    folder and start the server, it deploys fine, works fine. In WLS6.1SP3,when
    we used hot deploy to redeploy the app, it would load (although we saw thememory
    leak happen). But now in WLS7, we frequently (but not consistently) geterror
    messages that there are classes that cannot be found.
    I have tried fiddling with the deployment order in application.xml, andthat didn't
    seem to help consistently. I also modified the ant script to callweblogic.Deployer
    to -remove the application prior to copying the ear to the applicationsdirectory,
    and still no real difference.
    The thing that's frustrating is that it deploys at startup with no troubleat
    all. Is it possible that on redeply there's some lingering references tothe
    old ear that don't get cleared when it's undeployed? Is the server maybecaching
    something?
    Has anyone else out there experienced the same problem with hot-deploy inWL7SP2?
    Did you resolve the problem? If so, how? Arrrrgghh!!!!!!!

  • Warning Messages On Deploy (APS 7.0.2/Weblogic 8.1.4)

    I'm getting these warning upon deploying the edc-server.ear.  Any ideas on what these mean?<br /><br />####<Mar 20, 2006 3:00:18 PM PST> <Warning> <EJB> <hqstwla02> <hqstwla02> <ExecuteThread: '2' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-012034> <The Remote interface method: 'public abstract com.adobe.edc.common.dto.LicenseDTO[] com.adobe.edc.policy.PolicyManager.getLicenses(com.adobe.edc.common.dto.LicenseSearchFilt erDTO,int) throws com.adobe.edc.common.EDCException,javax.ejb.EJBException,java.rmi.RemoteException' in EJB 'PolicyManagerBean' contains a parameter of type: 'int' which is not Serializable. Though the EJB 'PolicyManagerBean' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>  <br /><br />####<Mar 20, 2006 3:00:47 PM PST> <Debug> <com.adobe.edc.server.scheduler.EDCScheduler> <hqstwla01> <hqstwla01> <ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<anonymous>> <> <000000> <No properties were found in com/adobe/config/EDC Scheduler service-init> <br /><br />####<Mar 20, 2006 3:00:47 PM PST> <Debug> <com.adobe.edc.server.scheduler.EDCScheduler> <hqstwla01> <hqstwla01> <ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<anonymous>> <> <000000> <java.util.MissingResourceException: Can't find bundle for base name com/adobe/config/EDC Scheduler service-init, locale en_US<br />java.util.MissingResourceException: Can't find bundle for base name com/adobe/config/EDC Scheduler service-init, locale en_US<br /><br />     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:838)<br /><br />     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:807)<br /><br />     at java.util.ResourceBundle.getBundle(ResourceBundle.java:551)<br /><br />     at com.adobe.service.Service.initialize(Service.java:364)<br /><br />     at com.adobe.service.ServerLifeCycleListener.contextInitialized(ServerLifeCycleListener.java :28)<br /><br />     at weblogic.servlet.internal.WebAppServletContext$FireContextListenerAction.run(WebAppServle tContext.java:6781)<br /><br />     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)<b r /><br />     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)<br /><br />     at weblogic.servlet.internal.WebAppServletContext.notifyCreated(WebAppServletContext.java:16 81)<br /><br />     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java :3255)<br /><br />     at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:5949) <br /><br />     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:862)<br /><br />     at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2127)<br /><br />     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2168)<br /><br />     at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(Sl aveDeployer.java:2503)<br /><br />     at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2 421)<br /><br />     at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2138)<br /><br />     at weblogic.management.deploy.slave.SlaveDeployer.commitUpdate(SlaveDeployer.java:676)<br /><br />     at weblogic.drs.internal.SlaveCallbackHandler$2.execute(SlaveCallbackHandler.java:35)<br /><br />     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)<br /><br />     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)<br /><br />>

    Hi, I think you may want to follow-up on this thread
    Evangelos Kokkoris, "LiveCycle supported software: BEA WebLogic 8.1, Service Pack 4" #2, 16 Mar 2006 11:53 am

  • ClassNotFoundException if ejb jar file is not placed in the server's classpath

    Hi,
    My ejb jar file contains some non-weblogic generated files and is placed in
    the applications directory. When client is executed, I get the ClassNotFoundException
    on the server when my bean makes a reference to the generated class. The problem
    gets resolved if I put the ejb jar in the server's classpath.
    This problem happens in weblogic server version 6.1. It was not happening in
    the previous releases of weblogic server(6.0).

    Well
    I follow your instruction
    I am pasting the command prompt operation
    Coding is same above
    My all three files (.java )is resides in javath folder
    command prompt code
    Z:\javath>javac -d . sa.java
    Z:\javath>javac -d . sb.java
    Z:\javath>jar -cvf p1.jar p1/*.class
    added manifest
    adding: p1/sa.class(in = 687) (out= 423)(deflated 38%)
    adding: p1/sb.class(in = 185) (out= 153)(deflated 17%)
    Z:\javath>javac demopack.java
    demopack.java:4: cannot access sb
    bad class file: .\sb.java
    file does not contain class sb
    Please remove or make sure it appears in the correct subdirectory of the classpa
    th.
    public class demopack implements sb
                                     ^
    1 error
    Z:\javath>------------------------------------------------------------
    in demopack.java file i want to access class files which are resides in
    jar files
    Actually when we are writing import java.io.*;
    we can access all the class file from that io package
    Same thing i am trying to implement for user defined package
    I hope you understand my question
    regards

  • Error : Period dimension 'Period' is missing a Base Time Period member 'Jun' that has been deleted since the last deployment. Base Time Period members cannot be deleted once the dimension is deployed

    HI,
    I am using V11.1.2.2 Hyperion Planning. I am currently getting an error:
    Error : Period dimension 'Period' is missing a Base Time Period member 'Jun' that has been deleted since the last deployment. Base Time Period members cannot be deleted once the dimension is deployed
    This is what i got when i tried to add alternate hierarchy to my shared dimension. I tried to delete it and it messed up.
    NOw it wont deploy my application.
    Can any one suggest.
    Thanks in advance
    Cheers,
    XXX

    EPMA!!!!! EPMA!!!!
    I'm playing around with it to write a blog post and it is crazy. Only possible workaround (till now i'm not able to figure out a solution to it) is to copy the application and deploy it as a new one. Take copy of all objects (forms, tasklist etc). Delete the corrupted application and rename the new one to old.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Error occurred in deployment step 'Activate Features': Feature 'myfeature guid' is Site-scoped, and cannot be added to the Web.

    Error occurred in deployment step 'Activate Features': Feature 'e3d788e6-994d-446c-afbb-25ecf9907aeb' is Site-scoped, and cannot be added to the Web.
    ========== Build: 1 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
    ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
    Hi,
     I have added a new eb part in my already existing SP solution.  but when I added 2 new web parts into this solution and trying  to depoy the same, am getting this error.
    can anybody pls help what am missing.
    the below is my feature manifest:
    <Feature xmlns="http://schemas.microsoft.com/sharepoint/" Title="BApprove_Feature" Id="e3d788e6-994d-446c-afbb-25ecf9907aeb" Scope="Site"></Feature>
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/" >
    <Module Name="BApprove" List="113" Url="_catalogs/wp">
    <File Path="BApprove\BApprove.webpart" Url="BApprove.webpart" Type="GhostableInLibrary" >
    <Property Name="Group" Value="Custom" />
    </File>
    </Module>
    </Elements>

    Hi SamolPP,
    Did you already have a look at following similar post?
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/a2af97c8-62db-4194-9fc5-cce6bc7e5d71/content-deployment-error-feature-is-site-scoped-and-cannot-be-added-to-the-web
    Hope this helps

  • I have LR 4 and now I cannot open the software because I get this warning: light room cannot start because it cannot create files in the temp file location.. C:/windows/temp. How do I fix this? I have removed and downloaded LR and even used by disc and st

    I have LR 4 and now I cannot open the software because I get this warning: "light room cannot start because it cannot create files in the temp file location. C:\windows\temp\". I think I need to have LR open in a different place but I have no idea how to do that. Any help is most appreciated.
    Alex

    Jim
    Thank you for your prompt reply. Unfortunately I am not that tech oriented and
    cannot easily find that folder. I did notice when I was booting up the LR software
    that I could accept the site where LR usually is set up or choose a place. I am
    thinking that the standard location for LR software is corrupted and that if I
    chose a different place it would work. I say this because whether I use my
    original disc or download from adobe I get the same warning. I have 100GB of
    memory on the hard drive and I have cleaned the computer with Mcaffee and free
    software. What should I do next? I can't use this software and I doubt LR 5
    would open up with my current problem.
    Alex

  • HT3350 what can you do when you get this warning? "Scouting Book  Collection Index" could not be handled because Numbers cannot open files in the "Numbers Document" format.

    “Scouting Book  Collection Index” could not be handled because Numbers cannot open files in the “Numbers Document” format.

    This file was created in 2002 in MSword but this had been forgotten.
    When I went to open it.... (MSword) was not a program option on my laptop. For some reason, I assumed that either Pages or Numbers wouild open the file. How the file was created was forgotten and had no file Info, but I new that it was a table of valuable information.
    The warning threw me off, because it led me to believe that it was a Numbers file. which Numbers would not open. A paradox.
    I took the file to a laptop in OSXpanther with MSoffice and it opened in MSword. Problem Solved.
    Thank you for your help.

  • Deployment exception : Cannot determine sdm host (is empty). error

    Hi all,
    i have installed the NW2004 s sneek preview. Trying to deploy a web dynpro application. Yesterday i was able to.
    Today The deployment fails with the message
    Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    1) I am able to log on to SDM.
    2) Can see SDM as running in sapmmc
    2) the J2EE engine in the SAP netweaver developer studio shows SDM as green color
    With parameters
    state  Running
    Productive use No
    Debug Off
    Is there any problem with SDM. I have found quite a number of threads but knon could solve the problem. The problem looks more so complciated since I was able to deploy yesterday but am unable to today.
    Appreciate any help
    regards
    Sam

    Make sure that your NWDS has the j2ee engine linked to it.  Under windows->preference->SAP j2ee engine.
    If it is configured here, then you should be good.  If it is still not working, try to reboot the j2ee engine and try again.
    REgards,
    Rich Heilman

  • GGS WARNING     150  Cannot find executable file './server'   in the pump r

    Hi,
    i setup the golden gate freshly.
    I'm seeing the below error in the pump rpt files
    2012-11-07 06:52:19 GGS WARNING 150 Cannot find executable file './server'.
    And in the extract rpt file
    2012-11-07 06:11:26 GGS WARNING Z1-078 No valid default archive log destination directory found for thread 1.
    2012-11-07 06:11:26 GGS WARNING Z1-078 No valid default archive log destination directory found for thread 2.
    2012-11-07 06:11:26 GGS INFO Z0-016 Default thread stack size: 8388608.
    2012-11-07 06:11:27 GGS INFO 112 Recovery initialization completed for target file /oratempshare/ggate/ehrms_trail/eutcp/ext/ea000002, at RBA 1360, CSN 94088686.
    2012-11-07 06:11:27 GGS INFO Z0-05M Output file /oratempshare/ggate/ehrms_trail/eutcp/ext/ea is using format RELEASE 10.4.
    2012-11-07 06:11:27 GGS WARNING Z1-07J Checkpoint marked as from graceful shutdown, but records found after checkpoint in trail /oratempshare/ggate/ehrms_trail/eutcp/ext/ea. Expected EOF Seqno 0, RBA 0. Found Seqno 2, RBA 1360.
    2012-11-07 06:11:27 GGS INFO 224 Rolling over remote file /oratempshare/ggate/ehrms_trail/eutcp/ext/ea000002.
    Can any one please suggest me where i went wrong in setting up.
    Why my ggate showing unable to find the executable. I am able to see the executable server in the ggate home.

    user13095767 wrote:
    i setup the golden gate freshly.
    I'm seeing the below error in the pump rpt files
    2012-11-07 06:52:19 GGS WARNING 150 Cannot find executable file './server'.
    Can any one please suggest me where i went wrong in setting up.
    Why my ggate showing unable to find the executable. I am able to see the executable server in the ggate home.In addition to Steve's reply, note that the broken installation may actually be on the target system, not the (local) source system. Unable to find "server" may mean that your source GG installation is unable to send remote trails to the target system, because "server" can't be found on the target. When checking the target gg installation, also be sure you've configured your source system to send to the correct mgr port & correct remote host. You might be sending data to an older (perhaps (partially) uninstalled) version of GG.

  • WARNING: Granules of pga_aggregate_target 405 cannot be more than memory_target (400) - sga_target (0) or min_sga (13)

    Hi
    Database Version:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    OS VERSION:
    AIX 6.1
    In my alert log i'm getting this warning message. how to resolve this  warning message
    WARNING: Granules of pga_aggregate_target 405 cannot be more than memory_target (400) - sga_target (0) or min_sga (13)
    my memory setting
    NAME,                         TYPE,     VALUE,          DISPLAY_VALUE
    sga_target,                         6,          0                         ,0
    memory_target,6,          26843545600                    ,25G
    pga_aggregate_target          ,6          ,0                    ,0
    Thanks,

    Hi Fran,
       I had red the documents .  But i have few doubts, could you please guide me
    To fix this issue:
    1- Apply Patch 8813366 located in:
    https://updates.oracle.com/download/8813366.html
    or
    2- Upgrade to 11.2.0.1 and apply 11.2.0.2 patchset which has the fix for bug 8813366.  ---     currently MY DB IN  11.2.0.3
    or
    3-WORKAROUND:
    Reduce the number of shared pool subpools by setting the init.ora parameter
    "_kghdsidx_count"=2
    or reduce granule size with init.ora parameter:
    "_ksmg_granule_size"=16777216
    NOTE: These require an outage of the database
    Is there any Permannet solution ?  Is this issue will effect the performance?

Maybe you are looking for

  • SAP R/3 and JAVA based data base

    hi, I have two data base one is SAp r/3 and another is JAVA based. i need to link one table from Sap r/3 and one from JAVA based data base. using crystal reports how can i do this???? thanks

  • Order Output before Approval

    We have found a case where a PO was changed (Header Note entered & value changed) at 11:02:57.  Upon saving, output was immediately generated.  However, at 11:02:59, the Release Strategy was reset and now the order is blocked and the WF is in Ready s

  • IN ALV HOW WE CAN TOTALS AND SUBTOTALS?

    HI EXPERTS? IN ALV HOW WE CAN TOTALS AND SUBTOTALS?

  • Bound to iTunes and no other?

    I really enjoy iTunes and iPod. However, I have a question about other mp3 players and the future of electronic music. It is my understanding that iTunes will only work with iPod and no other mp3 players. (While frustrating to a consumer, it makes se

  • Where do I go to remove email address suggestions when posting?

    in email when you type the first letter for the person you are sending, it gives you choices of what matches it. I see old addresses that I would like to delete and not have them keep popping back up. Where is that kept?