MTA adding unwanted Return-Path header

Hi all,
I have a problem with a Messaging Server (Sun Java(tm) System Messaging Server 6.2-7.05 (built Sep 5 2006)) running on Solaris 10 SPARC .
Every outgoing mail seems to get an additional Return-Path header with the sender address, even when there is already an identical one. The problem is that the remote server does not really like that since this is a closed system with a strict inter-server communication protocol which does not allow for more than one return-path in the mail source (can't help about that).
This is an excerpt from the mail.log :
07-Jun-2011 15:47:09.29 0f1e.9.13 tcp_relay tcp_local E 9 [email protected] rfc822;[email protected] [email protected] /opt/SUNWmsgsr/data/queue/tcp_local/009/ZZh0s0S0FWRs2.00 <[email protected]> backend1.mydomain.it (backend1.mydomain.it [192.168.0.161])
*07-Jun-2011 15:47:09.29 0f1e.9.13 > Return-path: <[email protected]>*
07-Jun-2011 15:47:09.29 0f1e.9.13 > Received: from webmail.mydomain.it (webmail2.mydomain.it [XXX.XXX.XXX.XXX]) by mydomain.it (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTPSA id <[email protected]> for [email protected]; Tue, 07 Jun 2011 15:47:07 +0200 (CEST)
07-Jun-2011 15:47:09.29 0f1e.9.13 > Received: from frontend1 ([192.168.50.112]) by backend1.mydomain.it (JAMES SMTP Server 2.3.1) with SMTP ID 429 for <[email protected]>; Tue, 7 Jun 2011 15:47:07 +0200 (CEST)
07-Jun-2011 15:47:10.98 0f23.5.10 tcp_local DS 9 [email protected] rfc822;[email protected] [email protected] /opt/SUNWmsgsr/data/queue/tcp_local/009/ZZh0s0S0FWRs2.00 <[email protected]> h40.remotedomain.it dns;h40.remotedomain.it (TCP|XXX.XXX.XXX.XXX|10331|XXX.XXX.XXX.XXX|25) (smtp.remotedomain.it ESMTP Sendmail 8.13.1/8.13.1; Tue, 7 Jun 2011 15:47:09 +0200) smtp;250 2.1.5 <[email protected]>... Recipient ok
*07-Jun-2011 15:47:10.98 0f23.5.10 > Return-path: <[email protected]>*
*07-Jun-2011 15:47:10.98 0f23.5.10 > Return-path: <[email protected]>*
07-Jun-2011 15:47:10.98 0f23.5.10 > Received: from backend1.mydomain.it (backend1.mydomain.it [192.168.0.161]) by mydomain.it (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <[email protected]> for [email protected]; Tue, 07 Jun 2011 15:47:09 +0200 (CEST)
07-Jun-2011 15:47:10.98 0f23.5.10 > Received: from webmail.mydomain.it (webmail2.mydomain.it [XXX.XXX.XXX.XXX]) by mydomain.it (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTPSA id <[email protected]> for [email protected]; Tue, 07 Jun 2011 15:47:07 +0200 (CEST)
07-Jun-2011 15:47:10.98 0f23.5.10 > Received: from frontend1 ([192.168.50.112]) by backend1.mydomain.it (JAMES SMTP Server 2.3.1) with SMTP ID 429 for <[email protected]>; Tue, 07 Jun 2011 15:47:07 +0200 (CEST)
And this is the configuration relevant to the tcp_relay and tcp_local channels:
imta.cnf :
rewrite rules
! tcp_local
! Rules for top level internet domains
<IMTA_TABLE:internet.rules
channels:
defaults noinner notices 1 2 3 copywarnpost copysendpost postheadonly noswitchchannel addreturnpath immnonurgent maxjobs 7 returnenvelope 2 nowarnpost nosendpost
! tcp_relay
tcp_relay logging smtp nomx single_sys defaulthost mydomain.it missingrecipientpolicy 0
tcp-relay-daemon
! tcp_local
tcp_local logging smtp mx single_sys defaulthost mydomain.it noinner switchchannel identnonenumeric subdirs 20 maxjobs 7 pool SMTP_POOL maytlsclient maytlsserver missingrecipientpolicy 0
tcp-daemon
Any help would be really appreciated!
Many thanks in advance.
Cheers,
Claudio

The presence of the "addreturnpath" option on the defaults channel definition is probably the reason.
See [url http://wikis.sun.com/display/CommSuite/Configuring+Channel+Definitions#ConfiguringChannelDefinitions-GeneratingofReturnpathHeaderLines]Generating of Return-path Header Lines in the Admin Guide.

Similar Messages

  • How to modify "From" header when certain condition met on "Return-Path" header

    We are activating TLS enforcement (STARTTLS) between our customer domain (@tls.customer.com) and their business partner (@tls.partner.com) on internet MTA (Cisco ESA C370 running AsyncOS 8.0.1-023)
    Customer is managing their internal mail infrastructure and have user mail domains based on country. So for example user X in Switzerland will have sender address: [email protected]
    My understanding is that their are using IQ Suite software to re-write sender address into [email protected] to be able to enforce TLS based on this domain.
    So far so good until the business partner at receiving end mentioned that they receive reply-to: [email protected] but from: [email protected]
    And this will interfere with the policy at their end that require both sender header fields to be the same.
    My customer mentioned that they have modified both "From" and "Sender" fields using IQ Suite but somehow on our IronPort we are seeing both appears on "From":
    From: <[email protected]>, <[email protected]>
    And on message tracking I can see DKIM matching on [email protected] rather than on [email protected]
    Message 218480027 (51299 bytes) from [email protected] ready.
    10 Feb 2015 09:13:27 (GMT +01:00)     Message 218480027 matched per-recipient policy DEFAULT for outbound mail policies.
    10 Feb 2015 09:13:27 (GMT +01:00)     Message 218480027 is not signed. No domain key profile matches [email protected]
    10 Feb 2015 09:13:27 (GMT +01:00)     Message 218480027 successfully signed. DKIM ch.customer.com-DKIM matched ch.customer.com.
    10 Feb 2015 09:13:27 (GMT +01:00)     Message 218480027 queued for delivery.
    So I suspect that customer internal mail still has [email protected] on "From" header and [email protected] on "Return-path" header.
    The question is how can I modify "From" header to match that on "Return-path" before sending it to partner.
    Appreciate the feeback.

    From my tests and knowledge.
    We cannot manipulate the From: header to use the variable of the return-path/envelope sender.
    However if you know specifically what to re-write then we can specially re-write the From: header to a specific address.
    This is done as;
    Content filter or message filter condition set
    Action would be:
    insert-header("From", "[email protected]")
    This is all i can think of for this type of request

  • Mail sieve filter and Return-path problem

    I want replace return-path header for one particular user when receive email. I use only sun convergence for send mail.
    imta.cnf
    ! ims-ms
    ims-ms defragment notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_POOL fileinto $U+$S@$D destinationfilter /opt/sun/comms/messaging/config/imta.filter
    ims-ms-daemon imta.filter
    require ["editheader"];
    if header :contains "from" ["[email protected]"] {
            deleteheader "Return-path";
            addheader "Return-path" "[email protected]";
    }When I send email from anonymous i want delete old Return-path and add new return-path. The problem is that i see on header the new return-path but i see the old also.
    It's possible delete the default return-path ?
    Thank's
    Giovanni

    giovanni.romaneghi wrote:
    I want replace return-path header for one particular user when receive email.Why do you want to replace the Return-Path header? What is the actual problem you are trying to solve?
    Also what is the exact version of Messaging Server that you are using (./imsimta version)?
    imta.cnf
    ! ims-ms
    ims-ms defragment notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_POOL fileinto $U+$S@$D destinationfilter /opt/sun/comms/messaging/config/imta.filter
    ims-ms-daemon
    You should not use "imta.filter" as the destinationfilter file-name. imta.filter is the reserved for the MTA-wide sieve filter file-name:
    http://wikis.sun.com/display/CommSuite/Mail+Filtering+and+Access+Control#MailFilteringandAccessControl-ToCreateMTAWideFilters
    When I send email from anonymous i want delete old Return-path and add new return-path. The problem is that i see on header the new return-path but i see the old also. The "Return-Path:" header is automatically added by the MTA after the sieve filter has been evaluated which is why you get two Return-Path: headers in the resultant message.
    Regards,
    Shane.

  • How do i turn off the 'Return Path' info in mac mail!

    I don't know where it came from? how i turned it on or worse....how to turn this 'return Path' info off.
    Please can someone help me.
    I have lines of information with the follow starting with 'Return-Path:'All under my
    FROM:
    CC:
    SUBJECT:
    TO:
    Headers in mac mail, please can some one tell me how to get rid of it! and tell me what its all about?

    Sounds like you're seeing the full e-mail headers in Mail, rather than just the From, Subject, Date and To lines like normal. Is this in every message or just one? If it's just one, select it and press command-shift-H, or choose View -> Message -> Default Headers.
    Alternately, if you're seeing it in every message, go to Mail -> Preferences, click the Viewing icon and set the "Show header detail" pop-up to Default.
    Message was edited by: Thomas A Reed

  • Lilo warning: Kernel & BIOS return differing head/sector

    After upgrading to kernel 2.6.3 from 2.4.25 I now get the warnings below from lilo.
    It must be related to the kernel, as I did not see such warnings before.
    I also run several other versions of linux on various partitions across two drives.
    None of those distributions show such warnings, and none of those are running
    kernel 2.6.
    Arch boots up fine, no problems.
    Lilo version:22.5.8-1
    Any cause for concern here?
    Maybe lilo has not caught up with the newer kernel?
    Curt
    =>lilo -v
    LILO version 22.5.8, Copyright (C) 1992-1998 Werner Almesberger
    Development beyond version 21 Copyright (C) 1999-2003 John Coffman
    Released 10-Oct-2003 and compiled at 15:06:30 on Oct 10 2003.
    Reading boot sector from /dev/discs/disc0/part11
    Warning: Kernel & BIOS return differing head/sector geometries for device 0x80
        Kernel: 65535 cylinders, 16 heads, 63 sectors
          BIOS: 1024 cylinders, 255 heads, 63 sectors
    Warning: Kernel & BIOS return differing head/sector geometries for device 0x81
        Kernel: 65535 cylinders, 16 heads, 63 sectors
          BIOS: 1024 cylinders, 255 heads, 63 sectors
    Using MENU secondary loader
    Calling map_insert_data
    Boot image: /boot/vmlinuz
    Added arch
    Boot image: /boot/vmlinuz26
    Added arch26 *
    Writing boot sector.
    /boot/boot.030B exists - no boot sector backup copy made.
    my lilo.conf file:
    # /etc/lilo.conf
    boot=/dev/discs/disc0/part11
    # This line often fixes L40 errors on bootup disk=/dev/discs/disc0/disc bios=0x80
    vga=791
    default=arch26
    timeout=50
    lba32
    prompt
    image=/boot/vmlinuz
            label=arch
            root=/dev/discs/disc0/part11
            read-only
        append="hdc=ide-scsi pci=noacpi"
    image=/boot/vmlinuz26
            label=arch26
            root=/dev/discs/disc0/part11
            read-only
        append="pci=noacpi"
    # End of file

    it could be something that is enabled in you kernel that your system does not like. or perhaps it is a lilo setting?
    did you get these errors when running lilo? did you reboot afterwards?
    some very odd errors in there. perhaps you may want to check out one of the large genral forum like justlinux.com or linuxquestion.org to  see if similar such errors were reported recently or in the not so distant pass.
    it alsmost seems like lilo is expecting the same information from two different devices.
    (perhaps reinstall lilo?)
    i dunno though just throwing out some ideas.

  • I I made a PDF fie to preview, but am still apprehensive to actually order the book, as I have ordered some prints of photos after I thought i had them cropped correctly and prints returned with heads, half of bodies have a book formatted and ready to buy

    I have formatted a photo book, but am apprehensive to push the "buy" button as I have ordered prints that I thought were cropped correctly, and they returned with heads cut off and half of bodies mising.  I have put the book on a PDF file as instucted, please reassure me that if everything looks right there, that is the way the book will look??

    If the PDF looks good then the printed copy should be OK.  The only problem you might run into is the color rendering.  As long as none of your photos use the sRGB profile and not the Adobe RGB color profile the color should be fine.
    On those prints that were cropped incorrectly: did you copy them to the print size ordered before uploading for printing? If not then they will be cropped by the printing equipment and you'll lose part of the top and bottom of the print (for landscape prints).
    OT

  • 6.1 - BUG - ServletContext.getResourcePaths() returns paths with //

    In 6.1 SP1, ServletContext.getResourcePaths(String path) returns paths which use the string "//" as one of the directory separators, instead of paths with only one "/".
    Example:
    application.getResourcePaths("/webapp/")would return a Set containing
    /webapp//dir1/
    /webapp//home.html
    /webapp//META-INF/
    /webapp//WEB-INF/instead of
    /webapp/dir1/
    /webapp/home.html
    /webapp/META-INF/
    /webapp/WEB-INF/

    In 6.1 SP1, ServletContext.getResourcePaths(String path) returns paths which use the string "//" as one of the directory separators, instead of paths with only one "/".
    Example:
    application.getResourcePaths("/webapp/")would return a Set containing
    /webapp//dir1/
    /webapp//home.html
    /webapp//META-INF/
    /webapp//WEB-INF/instead of
    /webapp/dir1/
    /webapp/home.html
    /webapp/META-INF/
    /webapp/WEB-INF/

  • Adding to the path in bash, permanently

    I am having trouble getting a path to a mysql directory to remain in the bash shell. I've tried using the path statement, but it doesn't add to the path. An alias works but it obviuously is only good for that session.
    May other question is where to put the command. I have seen .bashrc and .bshrc listed in documents. What is the correct one ?
    I need the following added to my path:
    usr/local/mysql/bin
    I'm using 10.3 Server as the OS.

    Hi Maximillian,
       I guess that it depends on what you have in the script. Certainly the syntaxes of the two shells are different so I would think the choice would depend on whether or not you are using shell specific code. Personally, I don't want to have to worry about that so I don't use a ~/.profile.
    Hi John-AVUSD,
       I wish to elaborate on something that is implicit in Jeffrey's post. You mentioned that your files were "listed in documents". Does that refer to your Documents directory at the root of your home directory? If so, that's why the script isn't sourced. In a shell, the tilde character, '~', is shorthand for your home directory. Thus, ~/.bashrc means that the .bashrc is located at the top level of you home directory, which is the only place the shell will look for it. You should have more success if you move the file there.
    Gary
    ~~~~
       Good news is just life's way of keeping you off balance.

  • Setting the 'Return-Path' of emails sent using the send email behaviour

    Hi,
    How do I set the 'Return-Path' of emails sent using the send email behaviour? I am having troubles because the emails sent from my page are being filtered out as spam when they should be coming through. the text is the following (it is the notification of an e-card to the recipient):
    Dear Bart
    We've decided this year to share our holiday greetings while also showing our commitment to protect the planet. Since it takes 24 mature trees to
    produce one ton of greeting cards, this e-card shares our holiday wishes with both you and future generations.
    Please follow the link below.
    Best Wishes,
    John
    http://www.jdgcsfiles.com/_ecards/viewcard.php?ID_cnt=297
    I suspect that it has something to do with the return path setting.
    Can anyone help me on this one and get it through the spam filters of most email clients?!
    Thanks,
    NIk

    Hi Nik,
    so far the only "flagged as spam" reason I know of is, that ADDT curreently misses to insert the current date/time -- please try the fix mentioned in the thread http://www.adobeforums.com/webx/.3c034953/5 and see if it helps
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Return path in Java Mail

    Hi ,
    I need to set return-path for the MIME object using Java Mail.How can we do it as I do not see any method to support this.
    This is very important in our application due to SPF checks.
    Can any one help me please

    That may be the "mail.smtp.from" property, which sets the envelope return address. Try it and see.

  • One CSS LB two firewalls, DMZ, return path?

    Hi,
    I have a client wanting to setup their (only)CSS to load balance two firewalls on the public side, servers in the DMZ, and return path through the firewalls. I recommended they keep the CSS off the public side, but they want the external FWLB. My question is, is it as simple as setting up another VLAN for the CSS on the public side then VIPing the FW addresses?
    I saw the docs on FWLB, but it states you cannot use NAT, how is security accomplished through the firewalls then?
    Thanks in advance,
    Bob James

    I typically don't assign public IP's on my Internet facing firewalls. The public addresses reside on a device behind the firewall. Then you simply configure your rules to allow access to the public IP's as needed. In my opinion this is more secure than having public IP's and NAT on your firewalls.
    I use two LB's to load balance firewalls. I'm not sure it would work with only one?

  • SHAPE BUILDER ADDING UNWANTED ANCHORS AND PATHS

    I am new to Illustator, just learning. My Shape Builder tool is exhibiting behavior that I cannot explain!
    I am doing a simple flower exercise and, having successfully created an 8 petal flower with my Ellipse and
    Shapebuider (minus) tool, I am trying to color the areas of the petals.  When I do this with the Shapebuilder (Color) tool,
    it colors the correct areas but then also creates, unevenly and seemingly at random, additional paths (with many anchor points) right along my edges
    all over my shape. It also appears to be shifting adjacent paths over slightly.
    3 images attached:
    • First, the basic shape I'm hoping to color.  Looks perfect.  No extraneous anchor points, etc. This was created step-by-step with a tutorial.
    • Next: The same shape after filling with the Shape Builder tool.  Notice the additional paths and anchor points.  Basically, this is a complete mess!
    • Finally, the colored shape with the stroke removed.  I'm completely stumped.  Help! And thanks much..
    A similar issue occurs when I try to merge areas of this shape with the Shape Builder Tool.
    Message was edited by: Mark Luthringer

    Turn off the align to pixel grid options in the transform panel and the prefs.
    Mylenium

  • Adding archived-real-path-enabled caused Cannot obtain XAConnection

    I am migrating a web application from Tomcat 6.x to Weblogic 10.3.5. Because some features rely on reading the real path of the resources, and the returnRealPath() returns NULL on weblogic, so I added <wls:show-archived-real-path-enabled>true</wls:show-archived-real-path-enabled> in the application's weblogic.xml and tried to re-deploy. The deployment failed with following stack trace. However, before I added this entry into weblogic.xml , the deployment is successful.
    <Jun 1, 2012 4:55:35 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is execut
    ed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tru
    e&_pageLabel=JdbcDatasourcesJDBCDataSourceMonitorTestingPage.>
    Setting up initial data source (DataSource)ic.lookup('jdbc/nimscastds');
    calling initializeCurrentConnection dataSource.getConnection()
    Returned from init. Now should get dataSource.getConnection()
    Got dataSource.getConnection()
    java.sql.SQLException: Internal error: Cannot obtain XAConnection weblogic.commo
    n.resourcepool.ResourceLimitException: No resources currently available in pool
    NIMSCastDS to allocate to applications, please increase the size of the pool and
    retry..
    at weblogic.common.resourcepool.ResourcePoolImpl.reserveResourceInternal
    (ResourcePoolImpl.java:577)
    at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(Resourc
    ePoolImpl.java:342)
    at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(Resourc
    ePoolImpl.java:329)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.j
    ava:417)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.j
    ava:324)
    at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(Connectio
    nPoolManager.java:94)
    at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(Connectio
    nPoolManager.java:63)
    at weblogic.jdbc.jta.DataSource.getXAConnectionFromPool(DataSource.java:
    1677)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
    475)
    at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:446)
    at weblogic.jdbc.jta.DataSource.connect(DataSource.java:403)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:364)
    at gov.fema.web.nimcast.PoolManager.currentConnection(PoolManager.java:1
    78)
    at gov.fema.web.nimcast.dao.BaseDao.select(BaseDao.java:106)
    at gov.fema.web.nimcast.dao.BaseDao.select(BaseDao.java:94)
    at gov.fema.web.nimcast.dao.MetricsOptionDao.cacheAll(MetricsOptionDao.j
    ava:138)
    at gov.fema.web.nimcast.dao.MetricsSectionDao.cacheMetricsObjects(Metric
    sSectionDao.java:259)
    at gov.fema.web.nimcast.InitServlet.initNimscast(InitServlet.java:112)
    at gov.fema.web.nimcast.InitServlet.init(InitServlet.java:46)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(St
    ubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecuri
    tyHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubL
    ifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHel
    per.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:539)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
    ervletContext.java:1985)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(
    WebAppServletContext.java:1959)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
    pServletContext.java:1878)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletCon
    text.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.jav
    a:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedMod
    uleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(Module
    ListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartMod
    ulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.ja
    va:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.
    java:205)
    at weblogic.application.internal.SingleModuleDeployment.activate(SingleM
    oduleDeployment.java:43)
    at weblogic.application.internal.DeploymentStateChecker.activate(Deploym
    entStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(Ap
    pContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.ac
    tivate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.ac
    tivateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.do
    Commit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.co
    mmit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploym
    entCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeplo
    ymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(
    DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.com
    mit(DeploymentServiceDispatcher.java:163)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
    484)
    at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:446)
    at weblogic.jdbc.jta.DataSource.connect(DataSource.java:403)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:364)
    at gov.fema.web.nimcast.PoolManager.currentConnection(PoolManager.java:1
    78)
    at gov.fema.web.nimcast.dao.BaseDao.select(BaseDao.java:106)
    at gov.fema.web.nimcast.dao.BaseDao.select(BaseDao.java:94)
    at gov.fema.web.nimcast.dao.MetricsOptionDao.cacheAll(MetricsOptionDao.j
    ava:138)
    at gov.fema.web.nimcast.dao.MetricsSectionDao.cacheMetricsObjects(Metric
    sSectionDao.java:259)
    at gov.fema.web.nimcast.InitServlet.initNimscast(InitServlet.java:112)
    at gov.fema.web.nimcast.InitServlet.init(InitServlet.java:46)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(St
    ubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecuri
    tyHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubL
    ifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHel
    per.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:539)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
    ervletContext.java:1985)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(
    WebAppServletContext.java:1959)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
    pServletContext.java:1878)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletCon
    text.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.jav
    a:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedMod
    uleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(Module
    ListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartMod
    ulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.ja
    va:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.
    java:205)
    at weblogic.application.internal.SingleModuleDeployment.activate(SingleM
    oduleDeployment.java:43)
    at weblogic.application.internal.DeploymentStateChecker.activate(Deploym
    entStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(Ap
    pContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.ac
    tivate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.ac
    tivateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.do
    Commit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.co
    mmit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploym
    entCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeplo
    ymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(
    DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.com
    mit(DeploymentServiceDispatcher.java:163)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
    ackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    I'm still not convinced that archived-real-path-enabled has something to do with the issue.
    938276 wrote:
    at gov.fema.web.nimcast.PoolManager.currentConnection(PoolManager.java:1
    78)
    at gov.fema.web.nimcast.dao.BaseDao.select(BaseDao.java:106)
    at gov.fema.web.nimcast.dao.BaseDao.select(BaseDao.java:94)
    at gov.fema.web.nimcast.dao.MetricsOptionDao.cacheAll(MetricsOptionDao.j
    ava:138)
    at gov.fema.web.nimcast.dao.MetricsSectionDao.cacheMetricsObjects(Metric
    sSectionDao.java:259)
    at gov.fema.web.nimcast.InitServlet.initNimscast(InitServlet.java:112)
    at gov.fema.web.nimcast.InitServlet.init(InitServlet.java:46)Do you have access to this code? I would look into this and search for a possible bug that wouldn't manifest on Tomcat but does in Weblogic... Maybe connections being created but not released... I would suspect on -- PoolManager.java:178 and MetricsOptionDao.java:138 ...
    Or maybe the connection expiration timeout is lower on Tomcat than on Weblogic...
    Hope that helps.
    Cheers,
    Vlad
    If you think this is helpful, please consider giving points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question.

  • WebSphere Adding Unwanted Lines

    Hi,
    Does anyone know how to prevent WebSphere Studio Application Developer(4.0.3) from adding the following lines to JSP files;
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    appears at the top and
    <HTML>
    <HEAD>
    <META name="GENERATOR" content="IBM WebSphere Studio">
    </HEAD>
    </HTML>
    appears at the bottom - or a location of WSAD's chosing. Ordinarily I wouldn't be bothered except in some special circumstances;
    1. My JSP returns content-type text/xml
    2. My JSP returns content-type text/css
    3. I'm using custom tags to create the <HEAD> tags
    SB

    Amazing what impatience/a ciggarette break can yield.
    The solution is to turn off 'Insert this DOCTYPE' and 'Include GENERATOR in HTML source' under
    Windows -> Preferences ->Web Tools -> Files
    Who would have guessed.
    SB

  • Is there a limit to amount of code that can be added to the HTML Header?

    I've got several javascript functions in the HTML Header section of the page attributes. I recently added another function and now receive an HTTP 404 Not Found error at runtime when navigating to the page. When I remove the function the error is gone. I don't think there is anything wrong with the function because even when I copy and rename an existing working function, this error occurs...as if I've exceeded some size limit. Any ideas?

    I now have a better understanding after reading this thread: Javascript as static file or on filesystem?
    As the post indicates, there are essentially two ways of including a .js file:
    1) upload as static file to the workspace or application and refer to it using the #APP_IMAGES# or #WORKSPACE_IMAGES# tag.
    2) put it on the webserver as a file on the filesystem under the images directory and refer to it using the #IMAGE_PREFIX# tag.
    For now (since I don't have permissions to the file server directory) I have created a .js file and uploaded it as a static file in Shared Components. I referenced the file as below, but when I go the page at runtime, none of my functions are being utilized. Is it because the web server is not using this static file yet because of caching? Does it need to be restarted in order to start using the uploaded js file?
    <script type="text/javascript" src="#WORKSPACE_IMAGES#apex_selection_criteria_page.js">
    </script>

Maybe you are looking for

  • What is the correct procedure for upgrading to aperture 3.4

    I am working in South Sudan and am shortly going to be in a place where I can download all the updates. The last time I did an update was around 2 weeks ago. I presume that there will be updates for Mountain Lion, iPhoto and Aperture, plus a whole pi

  • Can anyone give me user exit name for create/update purchase order partners

    Hello guys   Can anyone gives me user exit name for create/update purchase order partners?   Requirement is to insert/update partner when SC flag is checked while creating/updating purchase order (ME22N / ME21N)  by using user exit.

  • Wide Report printing issue

    Hello everyone, I have a wide report in pdf and spreadsheet format. It has too many columns. It does not even fit on a legal size paper. I am using reports 10g to develop this report. When I print the pdf format on legal paper, the report is shrunk t

  • Export ps2 file with payment in SAP 2007

    Hi, I can´t export ps2 file to PC. The error message is "Time exceded" Someone can help me? Regards Edited by: Marc Riar on Jan 18, 2008 10:17 AM

  • Oracle Forms Developer 6i Release 2 for NT

    Hello, I have a couple of questions. I just downloaded the Oracle9iAS Forms Services and Oracle Forms Developer 6i Release 2 for NT. Is it a trial version? Does it expire after a certain time. Or is it a limited feature version. I couldn't find any i