Why can't i get the trace indormation within the weblogic window?

hello
i use the toplink developing a small program,when deploy it on my machine,i can see the trace information wihin the weblogic window,but when i deploy it on another machine,i can't see the tace information,i have set the "enable-logging" tag in the "session.xml" to true as follow:
          <enable-logging>true</enable-logging>
          <logging-options>
               <log-debug>true</log-debug>
               <log-exceptions>true</log-exceptions>
               <log-exception-stacktrace>true</log-exception-stacktrace>
               <print-thread>true</print-thread>
               <print-session>true</print-session>
               <print-connection>true</print-connection>
               <print-date>false</print-date>
          </logging-options>
thank you!

Given that it's working on one machine, I assume there must be a configuration issue with the other machine. Are you sure that when deploying to the other machine another Sessions.xml file isn't being picked up on the path/jars first? Just to be sure, better do a search. I make this mistake all the time where I have a session.xml that sneaks into my path on me.
- Don

Similar Messages

  • Using QuickTime Pro with an .mpg movie, why can I only get it to play from the beginning, but not from any other point in the video?

    Using QuickTime Pro with an .mpg movie, why can I only get it to play from the beginning, but not from any other point in the video? How can I fix this?
    Baffled in SB

    What format of MPG is this?  Is this an MPEG1 or MPEG2 video?  How was the video created?

  • Why can't we get Adobe Photoshop help on the weekends. If I buy it I should be able to use it.

    Why can't we get Adobe Photoshop help on the weekends. If I buy it I should be able to use it.

    To all frustrated Photoshop users:
    As has been pointed out, the Adobe Photoshop Forum is NOT staffed by Adobe employees (though a few engineers DO stop by, when they have the time), and we are but users, such as yourself. The difference is that many users here have decades of experience with Ps, and can often solve all sorts of issues, of a technical nature.
    Ranting, and listing bad experiences with Adobe Technical Support (or Customer Support), will NOT reach Adobe - just other users, who might have also had negative experiences with Adobe T/S, but who are powerless to change anything, at a corporate level - also noted by others in this thread.
    We, as users, have no access to any communications that you might have had with T/S - no phone logs, no case numbers, nothing. All that we have is what YOU provide us, regarding YOUR problem. In that vein, if you read this FAQ Entry, plus the one linked in Station_Two's Reply above, and clearly state YOUR problem with the program, someone will attempt to help you with it: http://forums.adobe.com/message/4587299#4587299
    Please be patient, as we are all volunteers (even the Adobe engineers come here on their own time - it's most likely not part of their job descriptions), and drop by the forum, when we have a moment. Many users DO have "day jobs," and face client deadlines. They might not get by that often, and then with breaks in timing, that can extend for days. This is not a "live chat room," where "operators are standing by." However, with the number of contributing users here, it should not take too long, before someone DOES reply to your post. If they have questions, please answer them, to the best of your abilities, and do not hesitate to ask for clarifications, if you are not sure what they are asking, or where to obtain that information. Also, please be courteous, when replying to the users, who are donating their time - they get zero, beyond the satisfaction of helping other users get answers and solutions. If they DO help, which is likely, a simple "thank you," is the best that they can receive. If they DO help, please take a moment to let them know, and also use the "Correct," and "Helpful" buttons in the forum, to let Adobe Corporate know that you got help in the Adobe Forums - they DO count those numbers, though they do not monitor these forums.
    Good luck, and many feel that the help FROM the Adobe products forums, is much better, than from Adobe Technical Support.
    Hunt

  • Why can't I get all my contacts onto the iCloud?

    Why can't I get all my contacts onto the iCloud?

    What I used to copy my contacts from my 1st gen iPod touch to my new 5th gen iPod touch was a piece of software called Syncios.  Just download and install Syncios (www.syncios.com), which is totally 100% FREE.  When you connect your iPad to your computer via the included cable it'll give you a Warning about you can't have iTunes running.  On the Syncios website it'll give you all of the info on how to back up your contacts.  When you connect your 5th gen iPod touch to your computer just click on the Recover button then the file name of the contact back up.  Hope this helps you and it helped me a lot.  I backed up both my contacts and notes using the same software.

  • Why can you no longer rotate 360 degrees within the music app?

    Why can you no longer rotate 360 degrees within the music app?

    same question...Why can you still not rotate within the music app?!!!???

  • Why can't I get my Mac to like the LDAP server?

    On Monday I started hammering away at getting the LDAP server setup on the Linux server with openldap. I was able to get a test Mac running Leopard to see the LDAP server and the accounts. The next battle was to get home directories to mount under /home. I was about to do that after finding a working ldif example using automaster and autohome. After that I was able to get the Public share automatically mounted on /Network/Public. Wonderful!
    Tuesday I came in thinking that the next battle would be with Samba. Unfortunately, somewhere in powering off the Mac and rebooting it, I lost all the share mounting! It still sees the accounts, but it absolutely will not see the mounts. In trying to figure it out I have wiped the LDAP database and restarted it, I have wiped the test Mac twice, I have made sure the Mac is running the latest updates, and still nothing.
    If I go into dscl this is now what I see:
    ls Automount/
    Record Name Unknown
    Record Name Unknown
    ls AutomountMap/
    Record Name Unknown
    Record Name Unknown
    cat Mounts/10.110.1.1:\/share\/public/
    dsAttrTypeNative:cn: 10.110.1.1:/share/public
    dsAttrTypeNative:objectClass: mount top
    AppleMetaNodeLocation: /LDAPv3/10.110.1.1
    RecordName: 10.110.1.1:/share/public
    RecordType: dsRecTypeStandard:Mounts
    On the LDAP server, the records look like:
    dn: automountMapName=auto_master,ou=mounts,dc=example,dc=com
    automountMapName: auto_master
    objectClass: top
    objectClass: automountMap
    dn: automountKey=/home,automountMapName=auto_master,ou=mounts,dc=example,dc=com
    objectClass: top
    objectClass: automount
    automountKey: /home
    automountInformation: auto_home
    dn: automountMapName=auto_home,ou=mounts,dc=example,dc=com
    automountMapName: auto_home
    objectClass: top
    objectClass: automountMap
    dn: automountKey=*,automountMapName=auto_home,ou=mounts,dc=example,dc=com
    objectClass: top
    objectClass: automount
    automountKey: *
    automountInformation: 10.110.1.1:/home/&
    dn: cn=10.110.1.1:/share/public,ou=mounts,dc=example,dc=com
    mountDirectory: /Network/Public
    objectClass: mount
    objectClass: top
    mountType: nfs
    cn: 10.110.1.1:/share/public
    It looks like for some reason it's either missing entries from the LDAP server, and/or it's ignoring some of the mapping and leaving them out. The Mounts entry is missing the VFSLinkDir which maps to mountDirectory. The Automount stuff is missing the RecordName which maps to automountKey and automountMapName.
    What the heck happened? Why does the Mac refuse to see the LDAP server the way it did on Monday?

    I am having something similar going on and can't sort out what it is doing:
    ldiffs:
    dn: automountMapName=auto_master,dc=example,dc=edu
    objectClass: top
    objectClass: automountMap
    automountMapName: auto_master
    dn: automountKey=/foo,automountMapName=auto_master,ou=Mounts,dc=soe,dc=ucsc,
    dc=edu
    objectClass: automount
    automountKey: /foo
    automountInformation: auto.foo,dc=example,dc=edu -rw,resvport,
    hard,intr,nosuid,tcp
    Second one:
    dn: automountMapName=auto.foo,dc=example,dc=edu
    objectClass: top
    objectClass: automountMap
    automountMapName: auto.foo
    dn: automountKey=tstaff,automountMapName=auto.foo,dc=example,dc=edu
    objectClass: top
    objectClass: automount
    automountInformation: fileserver:/export/foo/tstaff
    automountKey: tstaff
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 name=tstaff[] map=auto.foo,dc=example,dc=edu opts=rw,resvport,hard,intr,nosuid,tcp path=/foo direct=0
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 getmapent_ds called
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 getmapent_ds: key=[ tstaff ]
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 ds_match called
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 ds_match: key =[ tstaff ]
    9/25/09 11:45:25 AM com.apple.automountd[1101] t0xb0289000 ds_match: Searching for tstaff,automountMapName=auto.foo,dc=example,dc=edu
    9/25/09 11:45:25 AM automountd[1101] ds_search failed
    exiting ...
    It seems like it can't find the trigger point tstaff. It is looking for:
    ds_match: Searching for tstaff,automountMapName=auto.foo,dc=example,dc=edu
    which isn't what the DN is in ldap:
    Distinguished Name: automountKey=tstaff,automountMapName=auto.foo,dc=example,dc=edu
    any thoughts?
    regards,
    Derek

  • Why can't I get Lightroom to connect to the internet?  I've tested my internet connection and it is working.

    How do I get Lightroom to connect to the internet?  I've tested my internet connection and I'm able to.

    Sure, but if I have International League Pass shouldn't there be a way to tap into that? I mean, if I can watch it on my computer, why can't I conveniently watch it on the television sitting right next to it via Apple TV. Seems odd...

  • Why can't I get safety/speed cameras for the X6?

    I'm using Ovi Maps on my new X6 but don't understand why I can't get the ovi maps with safety cameras included.
    Any ideas?

    Hi family_guy
    No clues as to your whereabouts in the world for starters so as to know if even available to you.
    Say for example you have downloaded maps for UK to device, OVI Maps is set to "Online", Safety spot warner is set to "On" or "Only visual" then 1.0.032.europe.cdt should be downloaded to E:\CITIES\diskcache\safetyspots
    Please note that icons are only visible whilst navigation but if you go to Drive > Map and pan around they can be visualized.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Why can't I get my ip4 2 recognize the new computer name?

    Why am i unable to Wi Fi sync with iTunes after I have connected to iTunes on my computer using a cable, clicking "Sync with the iPhone over Wi Fi? When I click "Sync Now, my IP4 states, "It will resume when "computer a" is available.  My computer's name is no longer "a" it is "computer c."

    Try giving your iPad a reset. Hold down the sleep and home keys until you see the silver apple. Let it reboot and try again.
    When you're swapping out chargers, make sure you're using an iPad charger. It is different from an iPhone one (iPhone chargers put out about half the power)
    Charging via USB will likley tell you that it's not charging because most USB's put out a fraction of the power that the iPad wants, so it says not charging.
    ALso try different outlets and cables if you have them
    If you go through all that and still can't get it to charge then you may need to make an appointment at your local apple store and have them look at it.

  • Verizon, why can we not get a statement released on the cause of the recent My Verizon downtime?

    The My Verizon service has been down for over 24 hours now.  People are not able to activate their phones or pay their bills.  What is the cause of this outage and what is to be done about the fees people will inevitably incur?

    Call Corp @ 212-395-1000 . They havent the foggiest idea whats going on. All they know is somethings wrong...  NO idea when it will be fixed... everybody needs to call and complain. Then maybe they will get it fixed.

  • G5 disk crash, why can't I get OS 10.5 from the Apple store?

    My G5 internal disk crashed, so i bought a new disk to replace it, but could find neither my 10.4 or 10.5 disks, never thought i would need them. Strange that the Apple store no longer offers 10.5, as that's what's needed for a G5, as we all know, 10.6 only works with intel. Do I really need to buy used ones on ebay for $150+?

    Phone Apple and ask for a product specialist.
    (55872)

  • If you registrate one Apple ID for each iPhone/iPad, you'll get 5GB on iCloud for each Apple ID, right? I have two iPhones and one iPad  with the same Apple ID, why can't I get 5 GB fo each of them?

    If you registrate one Apple ID for each iPhone/iPad, you'll get 5GB on iCloud for each Apple ID, right? I have two iPhones and one iPad  with the same Apple ID, why can't I get 5 GB fo each of them?

    Actually, everyone missed one point, when a device is priced, the cost of icloud storage space for that device is also included in it that is why they are able to give you 5gb each for each user ID, in nutshell there is nothing free coming with apple device purchase, it is paid for.  What they are trying by giving only 5gb per user ID irrespective of the number of devices used is pure broadlight looting, they take money from you when you buy each device and give you nothing, This is a case of goods and services bought but not fully deliverd ie apple can be suied for discreminatory treatment towards it's users. I wonder why no one tried this yet in America where everyone sue everyone for petty things..... there is no one to take up this issue? . if tim got any love for the guys who shell out money for the devices his company makes, he should be implimenting this as priority before someone wake up from sleep and sue him.

  • When I tap the mail icon on my iPhone 4s, the menu of email servers pops up.  I already have a me acct that I check all the time, no problem.  So I choose iCloud, sign in and it tells me that I already have an acct-.so why can't I get to my emails then?

    When I tap the mail icon on my iPhone 4s, the menu of email servers pops up.  I already have a me acct that I check all the time, no problem.  So I choose iCloud, sign in and it tells me that I already have an acct….so why can't I get to my emails then?  I've turned the phone off and on twice....that has fixed it in the past but not this time....

    all fixed ha

  • I have a new macbook pro and an LG w2361v monitor.  The max resolution the mac is allowing me to set is 1400x1050, why can't I get to the max resolution the monitor can accept (1900x1080)

    I have a new macbook pro and an LG w2361v monitor.  The max resolution the mac is allowing me to set is 1400x1050, why can't I get to the max resolution the monitor can accept (1900x1080)?  I know that the monitor is able to accept this resolution but It can't seem to find it.  Is it something to do with the new thunderbolt port? or the fact that I'm utilizing the VGA adaptor?  I could go HDMI if that works better.

    Use DVI or HDMI.
    VGA runs out of steam after a while.

  • Why can't I get my printer to print out a playlist from i-tunes? It used to work but now my printer doesn't seem to receive the "print" command.

    Why can't I get my printer to print out a playlist from i-tunes? It used to work, but now the printer doesn't seem to recognize the "print" command coming from i-tunes. The printer works for other applications!

    I  finally solved this problem after toiling with it for a couple of  days.  Solution:  Once you have  burned your CD you must go back into  iTunes to your music/playlists and select the playlist you just burned  and click file; print and you will  get the mosaics that we have been  accustomed to.  I was on hold with  Apple Support when I found this  myself.  Yes......!!! Problem solved..for me anyway.  Good luck!
    Scott

Maybe you are looking for

  • How do I Block Back to My Mac on my router?

    I would like to block Back To My Mac (BTMM) on my network without impacting other network traffic. Would simply blocking UDP port 4500 work?

  • 10.8.4 problem

    I recently saw that there was a new update for 10.8, so i started downloading it. but after around 5 MB of downloading there was a power cut and the internet went down. This naturally stopped the download. im not sure if i had 10.8.3 before but i def

  • Problem with iOS 5; Backing up from iTunes.

    I have a hugh problem when uppdating to iOS 5. When I try to configure the iPhone after uppdating: I try to choose back-up from iTunes but it just says "connect to iTunes" but iTunes allready have install all the back-up and it's connected. I've trie

  • Need to Base64 encode a String but How?

    Hi everone: I have to Base64 encode and decode a String, but I haven't found any method or API to do it. Does anybody know where to find it? Some ideas about how to? Thank you all. Jose.

  • Warp tool

    So I'm using an HTC evo 4g lte and when I use the warp tool Photoshop touch tends to crash. Is there any way around this? Also as a side note, I would really like to see all of the blending modes in the app. One specifically is the hard light mode. T