JRE/JDK 1.3.1_19 Not working with OS Patched Windows 2003 Server DST 2007

Hello:
We are trying to upgrade our 1.3.1_03 application with 1.3.1_19. It worked fine in a machine (WIndows Server 2003) where OS was not patched for DST. However, as far as I could see if the OS is patched the DST compliant java (1.3.1_19) is not working.
I go to the jre/bin and try to do a java -version and I see nothing from OS patched machine.
Non-OS Patched machines, it works and I could see the java version.
Has anybody faced this problem?
Really appreciate any suggestion.
Cheers,
Abdullah

Hey
came across same problem. but dont know for sure if it is the DST patch that is the problem. if you have come across anything further update on the issue let us know.
Cheers

Similar Messages

  • ODBC Connection Pooling not working with 10g On Windows 2003

    I have a bog standard Windows 2003 machine and installed Oracle 10g on it. It seems that the ODBC Connection pooling is not working.
    I am using ASP and every time I try and render a simple page it is taking 4-5 seconds which is the time necessaru to create a database connection. ( Machine is 2.8 Ghz Xeon with 2 gigs of Ram)
    The following VB Code can be used to test that the pooling is not working. It creates 2 connections to the database. On oracle 10g on windows 2003, it takes 5 seconds to create the first connection, and another 5 seconds to create the second connection.
    When you run the same program on windows 2000 and oracle 9, the first connection take 3 seconds, and the second 0.05 seconds. ( The shorter time being due to the connection pooling)
    time1=timer()
    set conn=createobject("adodb.connection")
    Conn.Open "dsn=oracleDSN;uid=yourusername;pwd=yourpassword"
    time2=timer()
    msgbox time2-time1
    conn.close
    set conn=nothing
    time1=timer()
    set conn=createobject("adodb.connection")
    Conn.Open "dsn=oracleDSN;uid=yourusername;pwd=yourpassword"
    time2=timer()
    msgbox time2-time1
    conn.close

    ODBC Connection Pooling is controlled by the ODBC Driver Manager and defaults to off for every driver on every platform. Have you enabled connection pooling for your driver in the ODBC Data Source Administrator?
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Uploading files to website not working with Safari in Windows 7

    Safari version: 5.1.7
    OS: Windows 7
    Hi,
    I am a website owner, and I have a feature on my site where users can upload large (up to 50MB) music files to my server. The feature works in Firefox on OSX & Windows platforms and it also works in Safari on OSX. The uploading feature is not working with Safari for Windows. Do you have any idea why and how to fix this? It can't be an issue with my server as it works in other browsers fine and works fine in Safari for OS X.
    If you have any information on how to solve this or things for me to try to rectify this for use with Windows operating system it would be much appreciated.
    Thanks.

    GREAT NEWS!!!!
    I have solved this issue myself with some help from my a user on Microsoft Forums. The issue stems from the mime type of each Browser Chrome, IE, & Safari for Windows defaults as audio/wav. When the mime type is changed to audio/x-wav everything works. Firefox defaults to audio/x-wav and when changed to audio/wav it DOES NOT work.
    Once I input some code in my .php upload page to change the mimetype if audio/wav is detected everything works GREAT!!!
    So Here is what you need to do: Find your upload page and input this code:
    echo "<p>MIME Type: ".$_FILES["file"]["type"]."</p>";   
    right before your "If/then" statement of file type. For me it was near line 30 in my upload.php page, but I'm sure this is different for everyone.
    This will detect and DISPLAY the default mime type of your browser on the error page when your upload doesn't work. Once you know what mime type works for your file type then you can change your "if/then" statement for mime type upload to change your mime type to the correct one.
    I don't want to give the code here, because I'm sure it's specific to your file types and your site construction, but this should lead you on the right track.
    ***This is the solution if you ARE NOT ABLE to upload any certain file in a certain Browser. It has to do with mime type construction***
    I hope this helps others like it helped me!!!!!

  • JRE 1.3.1_02 does not work with new Nvidia drivers - HELP!

    I am a user and not a developer but this problem really does bite the big one. I have had installed JRE 1.3.1 and have used it to run LimeWire file sharing program for a long time (LimeWire is a java program from www.limewire.com) and also use it to see java applets on web pages in IE 6.
    I have since upgraded my Nvidia video drivers to version 2.8.3.2 which is the latest official release at this time from Nvidia. Since doing this I have no java at all anymore. Limewire refuses to run at all and there is an error report generated in it's resident directory. If I go to http://java.sun.com, IE hangs and then dissappears, leaving a bug report on my desktop. It seems that JRE does not like the new NT OpenGL dll at all in the new Nvidia drivers and will not run at all. The dll that causes the problem is:
    C:\WINDOWS\System32\nvoglnt.dll
    I upgraded JRE to version 1.3.1_02 because Sun says this is the latest version and runs on XP which is what I have. Still java does not run at all anymore and I get the same bug reports. Has anyone found a workaround for this problem? This really stinks because now I cannot use LimeWire at all and if any web page has java on it, it dissappears right away and there is no more browser on my desktop. The only way I can even visit http://java.sun.com is if I use a Java blocking applet to filter out java applets on web pages.
    Please address this issue in JRE development and release a patch for it or a workaround.
    Thank you for reading this.
    [email protected]
    System Info:
    Microsoft Windows XP Professional
    Sun JRE 1.3.1_02
    GeForce 2 MX AGP video card with 32Mb VRAM
    Intel Pentuim III 800Mhz Coppermine
    1Gb PC 133Mhz SDRAM
    Java generated bug report:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x69564306
    Function name=(N/A)
    Library=C:\WINDOWS\System32\nvoglnt.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.awt.Win32GraphicsDevice.getDefaultPixID(Native Method)
         at sun.awt.Win32GraphicsDevice.getDefaultConfiguration(Unknown Source)
         at sun.awt.windows.WToolkit.resetGC(Unknown Source)
         at sun.awt.windows.WToolkit.<clinit>(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at java.awt.Toolkit$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
         at sun.awt.GlobalCursorManager$CursorEvent.<init>(Unknown Source)
         at sun.awt.GlobalCursorManager.<clinit>(Unknown Source)
         at java.awt.Cursor.initIDs(Native Method)
         at java.awt.Cursor.<clinit>(Unknown Source)
         at java.awt.Window.<init>(Unknown Source)
         at java.awt.Frame.<init>(Unknown Source)
         at java.awt.Frame.<init>(Unknown Source)
         at javax.swing.JFrame.<init>(Unknown Source)
         at sun.plugin.ConsoleWindow.<init>(Unknown Source)
         at sun.plugin.JavaRunTime.getJavaConsole(Unknown Source)
         at sun.plugin.JavaRunTime.showJavaConsole(Unknown Source)
         at sun.plugin.AppletViewer.initEnvironment(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\iexplore.exe
    0x77F50000 - 0x77FF9000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F45000      C:\WINDOWS\system32\kernel32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\msvcrt.dll
    0x77D40000 - 0x77DCD000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77DD0000 - 0x77E5B000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77CC0000 - 0x77D35000      C:\WINDOWS\system32\RPCRT4.dll
    0x772D0000 - 0x77333000      C:\WINDOWS\system32\SHLWAPI.dll
    0x71700000 - 0x71848000      C:\WINDOWS\System32\SHDOCVW.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
    0x773D0000 - 0x77BC4000      C:\WINDOWS\system32\SHELL32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\comctl32.dll
    0x771B0000 - 0x772CA000      C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\system32\uxtheme.dll
    0x60000000 - 0x6004C000      C:\WINDOWS\System32\MSCTF.dll
    0x75F80000 - 0x7607C000      C:\WINDOWS\System32\BROWSEUI.dll
    0x72430000 - 0x72442000      C:\WINDOWS\System32\browselc.dll
    0x75F40000 - 0x75F5D000      C:\WINDOWS\system32\appHelp.dll
    0x76FD0000 - 0x77048000      C:\WINDOWS\System32\CLBCATQ.DLL
    0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77050000 - 0x77115000      C:\WINDOWS\System32\COMRes.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x63000000 - 0x63094000      C:\WINDOWS\system32\WININET.dll
    0x762C0000 - 0x7634A000      C:\WINDOWS\system32\CRYPT32.dll
    0x762A0000 - 0x762AF000      C:\WINDOWS\system32\MSASN1.dll
    0x76F90000 - 0x76FA0000      C:\WINDOWS\System32\Secur32.dll
    0x76620000 - 0x7666E000      C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661B000      C:\WINDOWS\System32\CSCDLL.dll
    0x76670000 - 0x76754000      C:\WINDOWS\System32\SETUPAPI.dll
    0x75A70000 - 0x75B13000      C:\WINDOWS\system32\USERENV.dll
    0x10000000 - 0x10008000      C:\Program Files\Adobe\Acrobat 5.0\Reader\ActiveX\AcroIEHelper.ocx
    0x75E90000 - 0x75F31000      C:\WINDOWS\System32\SXS.DLL
    0x1A400000 - 0x1A479000      C:\WINDOWS\system32\urlmon.dll
    0x63580000 - 0x63824000      C:\WINDOWS\System32\mshtml.dll
    0x01500000 - 0x01588000      C:\WINDOWS\System32\shdoclc.dll
    0x74770000 - 0x747FF000      C:\WINDOWS\System32\MLANG.dll
    0x76400000 - 0x765FB000      C:\WINDOWS\System32\msi.dll
    0x746F0000 - 0x74719000      C:\WINDOWS\System32\msimtf.dll
    0x605D0000 - 0x605DF000      C:\WINDOWS\System32\mslbui.dll
    0x5C2C0000 - 0x5C303000      C:\WINDOWS\ime\sptip.dll
    0x018D0000 - 0x0192B000      C:\Program Files\Common Files\Microsoft Shared\Ink\SKCHUI.DLL
    0x746C0000 - 0x746E7000      C:\WINDOWS\System32\MSLS31.DLL
    0x32520000 - 0x32532000      C:\Program Files\Microsoft Office\Office10\msohev.dll
    0x1C000000 - 0x1C009000      C:\Program Files\AIM95\idlemon.dll
    0x71C20000 - 0x71C6F000      C:\WINDOWS\System32\netapi32.dll
    0x71B20000 - 0x71B31000      C:\WINDOWS\system32\MPR.dll
    0x75F60000 - 0x75F66000      C:\WINDOWS\System32\drprov.dll
    0x71C10000 - 0x71C1D000      C:\WINDOWS\System32\ntlanman.dll
    0x71CD0000 - 0x71CE6000      C:\WINDOWS\System32\NETUI0.dll
    0x71C90000 - 0x71CCC000      C:\WINDOWS\System32\NETUI1.dll
    0x71C80000 - 0x71C86000      C:\WINDOWS\System32\NETRAP.dll
    0x71BF0000 - 0x71C01000      C:\WINDOWS\System32\SAMLIB.dll
    0x75F70000 - 0x75F79000      C:\WINDOWS\System32\davclnt.dll
    0x73D70000 - 0x73D82000      C:\WINDOWS\System32\shgina.dll
    0x75970000 - 0x75A61000      C:\WINDOWS\System32\MSGINA.dll
    0x76360000 - 0x7636F000      C:\WINDOWS\System32\WINSTA.dll
    0x1F7B0000 - 0x1F7E1000      C:\WINDOWS\System32\ODBC32.dll
    0x763B0000 - 0x763F5000      C:\WINDOWS\system32\comdlg32.dll
    0x1F850000 - 0x1F866000      C:\WINDOWS\System32\odbcint.dll
    0x5A500000 - 0x5A58D000      C:\WINDOWS\System32\wiashext.dll
    0x70D00000 - 0x70EA0000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.0.0_x-ww_8d353f13\gdiplus.dll
    0x73BA0000 - 0x73BB2000      C:\WINDOWS\System32\sti.dll
    0x74AE0000 - 0x74AE7000      C:\WINDOWS\System32\CFGMGR32.dll
    0x71AD0000 - 0x71AD8000      C:\WINDOWS\System32\wsock32.dll
    0x71AB0000 - 0x71AC5000      C:\WINDOWS\System32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\System32\WS2HELP.dll
    0x71A50000 - 0x71A8B000      C:\WINDOWS\system32\mswsock.dll
    0x71A90000 - 0x71A98000      C:\WINDOWS\System32\wshtcpip.dll
    0x76EE0000 - 0x76F17000      C:\WINDOWS\System32\RASAPI32.DLL
    0x76E90000 - 0x76EA1000      C:\WINDOWS\System32\rasman.dll
    0x76EB0000 - 0x76EDA000      C:\WINDOWS\System32\TAPI32.dll
    0x76E80000 - 0x76E8D000      C:\WINDOWS\System32\rtutils.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x722B0000 - 0x722B5000      C:\WINDOWS\System32\sensapi.dll
    0x76F20000 - 0x76F45000      C:\WINDOWS\System32\DNSAPI.dll
    0x76FB0000 - 0x76FB7000      C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000      C:\WINDOWS\system32\WLDAP32.dll
    0x76FC0000 - 0x76FC5000      C:\WINDOWS\System32\rasadhlp.dll
    0x6D370000 - 0x6D37D000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\npjava131_02.dll
    0x6D130000 - 0x6D15A000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\beans.ocx
    0x6D300000 - 0x6D316000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\jpishare.dll
    0x6D420000 - 0x6D4F0000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\hotspot\jvm.dll
    0x6D220000 - 0x6D227000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\verify.dll
    0x6D250000 - 0x6D266000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\zip.dll
    0x6D020000 - 0x6D129000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AA000      C:\WINDOWS\System32\IMM32.dll
    0x6D1E0000 - 0x6D21B000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\fontmanager.dll
    0x5ED00000 - 0x5EDC6000      C:\WINDOWS\System32\OPENGL32.dll
    0x68B20000 - 0x68B3E000      C:\WINDOWS\System32\GLU32.dll
    0x73760000 - 0x737A5000      C:\WINDOWS\System32\DDRAW.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x69500000 - 0x69816000      C:\WINDOWS\System32\nvoglnt.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58C000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Wed Apr 03 18:51:17 2002
    Elapsed Time = 13
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode)

    Chuck,
    I stumbled in here looking for help, I am a PC user,
    not a coder or developer (How sad. <g>). I checked for
    updates to the Nvidia driver (none), Windows XP (not
    at this time), and DirectX 8.1 (not at this time,
    these come on the XP updates page so far as I know.)
    Not too suprising...
    I have no idea of how to implement your suggestion on
    how to disable the JMV use of DirectX overal in my XP
    envornment. I guess that using Internet Explorer 6 to
    see web pages with Java on them are pretty much out of
    the question for now but I would be happy as a clam if
    I could get my LimeWire application going again.
    LimeWire is called via a desktop or Start menu
    shortcut in this fashion:
    Target Box: C:\WINDOWS\system32\javaw.exe -cp .
    RunLime
    Start In (directory): "C:\Program Files\LimeWire 1.7"
    So it appears that java is called via the javaw.exe
    file and passes a cp argument (whatever that is), then
    there is a period separator (dunno why) and then the
    "RunLime" statement that calls up the LimeWire
    program.to implement the suggestion, simply add -Dsun.java2d.noddraw=true between "javaw.exe" and "-cp" separating it from them by a space on each side. Your result should look something like this:
    c:\windows\system32\javaw.exe -Dsun.java2d.noddraw=true -cp . RunLime
    >
    I cannot see any need for fancy graphic acceleration
    or DirectX being called to play for this application
    since it is basicly a file manager that shares.
    Nothing fancy about it.It's not the application choosing to do this, but Java itself. Java GUI applications specifically those who use the Swing GUI classes (like LimeWire, if I recall) automatically leverage DirectX. This is really valuable for Swing applications since they emulate Windows (or Mac or Motif) GUI widgets rather than using them, making fast access to display buffers important to ensure best performance.
    >
    Do you have any idea of how to pass your
    "-Dsun.java2d.noddraw=true" statement to disable
    DirectX into the above call to start java and
    LimeWire?See above.
    >
    Hanging by the edge of my seat, waiting for more input
    on this. Thank you for your time and suggestions.
    Paul

  • Flash does not work with Firefox following Windows Vista update 14/5/2014.

    Flash still works with IE9. I've carried out all steps in http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html, i.e. twice updated Flash to V13.0.0.214 (previously V13.0.0.206), activated Firefox Flash add-on, deleted browser data and cache and disabled hardware acceleration. Nothing fixes it! Vista SP2, Firefox 29.0.1.

    Apologies for vague "does not work" from me - and sorry for delay replying. What I understand to be "rich media content" did not display. For example, all text and images in this screen clip from www.metoffice.gov.uk appeared as a single blank grey rectangle. In other websites links displayed in a basic underlined font instead of rich formatted text/images, or video and audio links were completely missing from an otherwise fully rendered webpage.
    However in the last hour Firefox has starting behaving properly again without any further diagnostic efforts from me! For six days some graphics and links have not displayed in Firefox, yet IE9 has behaved perfectly. This has happened a few times before, normal service being restored (in hours rather than days) either by updating the Flash plug-in or for no apparent reason.
    Any thoughts in case of future re-occurrences would be appreciated. Thanks Pat for your time and help.

  • Why is firefox 6 not working with my yahoo & windows 7 or due i need it

    i tried to down load the update of firefox 6 8 p m pacfic time 8=31=2011 it was not compatable with windows 7 i have abobe air it was ask so fox 5 would work i only due basic internet stuff e mails i m on messenger 11 on yahoo the newest exlorer also no luck adding

    Hi All... Long time Apple user and have enjoyed many many years without a thought about malware, virus' and trojans. However as this dialog progresses I would like to share an unfortunate reality... Life was fine and then one day my MacBook Pro started to labor when opening apps/managing multiple documents/etc.. the spinning wheel - and when I pulled up the option to Force Quit - each time it would show me that one or another of my apps was 'unresponsive'. (when I did not force quit the app - it did finally become responsive after a number of minutes) Next... noticed two things; at the same time that a mac app was unresponsive - the fan in my macbook was kicked into overdrive... and the casing above the keyboards had become super hot. Researched the issue that pointed me to the possibility of malware... Chose then what was best option McAfee to scan my computer.... and yes you guessed it - two cases of malware and a trojan. McAfee put them in 'quarantine' and I restarted my laptop... Like magic - no unresponsive apps - the fans were calm and the case was no longer excessively hot. This was great for about a month and then it happened again... ran the scan (with McAfee and Sophos) and found a new case of malware that was found in my email database and dated as received that day - once the virus was quarantined - my macbook was happy again. Now I run realtime virus scanner - seems like about 3-5 weeks and something will show up and - 99.9% time imbedded within an email - but computer is running as it should fast, cool and quiet.

  • Easy Print VI panel not working with 64-bit windows vista

    We have a significantly sized application developed in Labview 8.2.1 that is designed to work on a standalone computer. This application uses "Easy Print VI Panel" to print report pages which are basically front panels of various VIs. The application also prints some report pages using the "Print Report" module. Typically we use the application builder and use the generated installer to install the application on a target computer. We also include the appropriate Run-Time engine and NI VISA 4.1. The applications works exactly as designed on all versions of 32-bit Windows (ME, XP, Vista). Now, when this application was installed on a machine running Windows Vista 64-bit, attempts to print reports resulted in a lot of blank pages. I noticed that the report pages that are based on the "Easy Print VI Panel" module were blank whereas the ones that are based on the "Print Report" module were not blank.
    To further troubleshoot, I created a very small application. The only function of this application is to use the "Easy Print VI Panel" to print the front panel of another VI that I bundled inside the application. I observed the same behavior.  
    From what I can tell, either:
    1. "Easy Print VI Panel" with Labview 8.2.1 is not compatible with Windows Vista 64-bit
    2. The Labview Run-Time Engine 8.2.1 has some incompatibility with Windows Vista 64-bit (I have not tried to install the full development system on the 64-bit Vista computer)
    Any insights as to what may be causing this? or does anyone know of a fix for this issue. I am attaching the latter simple test code to the post.
    Thanks
    Attachments:
    test_print.vi ‏18 KB

    Sorry Sam, I couldn't get my hands on a 64-bit Vista machine to tinker with your VI. I got a little obsessed with trying to get ahold of a computer to test it out on, that I overlooked actually taking the time to think about the problem. But, now that I'm thinking about it, which operating system did you build this application on? Sometimes an application that was built in another OS than it's running on will have problems caused by the differences in the OS. I'd like to try building the application in 64-bit Vista and deploying it to another 64-bit Vista machine, but unfortunately, I can't test this out myself. My gut feeling is that the application is acting up because it wasn't built in 64-bit Vista, not because the Easy Print VI or the 8.2.1 Run-Time Engine themselves are incompatible with 64-bit Vista. If you can, please test out that theory. That will definitely help determine if it's truly a bug or not.
    Product Support Engineer
    National Instruments

  • Reading the EDI X12 file not working with the patch 8233048

    Hi
    I have installed the latest path 8233048 on my windowsXP system, now I am not able to see the File being polled and processed.
    In b2b.log I can see the last message as "oracle.tip.adapter.b2b.data.MsgListener:run start listening on message" after that no log.
    In b2b_dc_transport.log, I can see only
    2009.02.07 at 20:35:45:236: B2BStarter thread: (DEBUG) TransportProperties.TransportProperties():http.receiver.registry_port=5110;smtp.receiver.protocol=imap;PROTOCOL_ENDPOINT=null;file.receiver.polling_interval=30;polling_interval=30;http.receiver.instance_name=IP;
    2009.02.07 at 20:35:45:266: B2BStarter thread: (DEBUG) initialize TransportReceiver: [IRIS_Transport_Server < file > < IRIS >]
    2009.02.07 at 20:35:45:266: B2BStarter thread: (DEBUG) FileReceiver.init() started ....
    2009.02.07 at 20:35:45:287: B2BStarter thread: (DEBUG) FileReceiver.init() completed.
    Could you please tell me if I need to do any changes.
    This is working on b2b with only patch: 5907304 which is installed in another windows XP system.
    The same configuration with the latest patch is not working.
    Edited by: Praveena Paruchuru on Mar 7, 2009 7:56 AM

    Hi Dheeraj,
    I have restarted my system many times, not only B2B.
    I have taken the print out of both the tip.properties and compared line by line and wanted to check out which line was making it not to function.
    I added the mismatching lines one by one by one, it was working for all teh updates. Finally I changed it to my new tip.properties.
    Then surprisingly it is working.

  • HT3986 DVD is not working with bootcamp in windows 7

    Is there a link for DVD driver to work with windows 7 (using bootcamp)?  Thanks.

    it has to be plugged into the machine before you power on the machine, it is not hot swapable like on OSX
    does the screen work in OSX

  • X3000 wireless mouse not working with lenovo T440 - windows 7

    New mouse of HP x3000 model is not connects with lenovo T440 model which has windows 7 Enterprice edition. What could be the problem. I followed recommented steps.

    Hello @Ilakkuvan,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how your wireless mouse will not work on your Lenovo computer. I would be happy to assist you in this matter!
    Does the wireless mouse work when connected to another computer? Do other USB devices work on your computer? In the meantime, I recommend following the steps in this document on Troubleshooting USB Connections (Windows 7). This should help connect your mouse to the computer.
    Please re-post with the results of your troubleshooting, as well as the requested information above. I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Airport Express not working with printer on Windows, works fine on Macbook

    I have an airport express that is connected to my Brother laser printer. I installed the software and it works and prints fine on my macbook pro.
    I tried to also set it up using my Dell running Windows XP SP2, but after using the instructions, it looked like it set up fine and the printer is recognized, but when I try and print, it just gives me an error message that that printer is "busy or unable to print".
    Any ideas?

    Is there another solution to this problem? I have two PCs running WinXP and can not print with either one of them through Airport Express. Printing works fine with MacBook. I have Bonjour on both PCs and have run the setup wizard. The printer seems to be connecting and then hangs up on "communicating with printer."

  • Java JDK 6.0.25 not working with Firefox 4, OK with IE 8.0

    I am not able to run java enabled websites or applets I am currently developing. Any help would be appreciated. I have the latest JDK's and JRE's installed, 6.0.25 on Win 7 32 bit. I have no Ad Blockers and I am running my machine as an Admin. Java applets load perfectly on IE 8.0 and other browsers, the Java cpanel launches as well, and I have enabled Java for both browsers in the cpanel settings.
    In the Advanced Tab of the cpanel, the Enable the next Gen plugin is checked.
    Windows's Path and classpath are defined correctly in the Env Variables.
    Thank you

    I have attached the images where I see the issue.

  • MSI GT70 audio not working with hmdi after windows 8.1 update

    When I connect my laptop to the TV, the video comes out fine, but the audio for the TV does not show up in playback devices. It worked fine with windows 8, but after the windows 8.1 update it stopped.
    I have tried updating realtek drivers, but it still doesn't show up. updating other drivers also doesn't work. plugging the cable into the computer then booting it up also doesn't work like it did for other people. This is really making me mad... any help would be appreciated.

    Quote from: zipper.sippola on 16-December-14, 23:25:58
    Pah, no probs to my ext. monitor speakers via HDMI, GT70 0NE, Win 8.1.
    Have you tried assigning HDMI one on audio tab as default and see if sound will come out to tv? if so then that was the problem.

  • Key board not working with hp 2000, window 8

    I have a hp 2000 lap top tablet with windows 8. The key board stop working. First it was the numbers, then letters. I just bought a wireless key board just so I could research the problem.  Any ideas?

    It sounds like the laptop keyboard cable may be loose or your laptop keyboard may need to be replaced. If an external keyboard is working just fine, it should mean that the motherboard is just fine.
    If the laptop is still under warranty, I would contact HP, they should fix it for you. They will not want you trying to fix it yourself (at least without them knowing about it) without voiding your warranty.
    Otherwise, you may need to find someone that can take care of it for you. If you feel comfortable doing so, you can find keyboards on Ebay for less than $20 usually and tutorials that will walk you through the whole process of replacing it. Of all the parts to replace on a laptop, the keyboard is generally one of the easiest to fix, but I would research it out a little before attempting.

  • Thunderbolt display not working with bootcamp and windows 7

    I am running a late 2013 MBP Retina display with a Thuderbolt monitor. I am running windows 7 on a dual boot partition. I can not get my thunderbolt display to work while working in windows. The screen is currently black. I have attempted to follow the instructions in prior posts regarding this issue with no success. Is there a clear fix to get the monitor to work? Thank you

    it has to be plugged into the machine before you power on the machine, it is not hot swapable like on OSX
    does the screen work in OSX

Maybe you are looking for

  • How do I take off billing info from my apple account?

    My debit card info is connected to my iTunes account and my card is being declined at the moment. I need to know how to take that card off of my account entirely because the App Store isn't even letting me download a free app. I appreciate any help I

  • TDS line item not generated at the time of down payment vide F-48

    Dear Friends, Uptill 2008 the system i.e. SAP ECC5 was properly generating tds line items at the time of making down payment.From Feb I,2009 suddenly noticed that no tds line items are generated at the time of  making down payment to vendors.Inspite

  • Please Help. How do I assign a short audio sample to a specific note?

    Hi. Happy new year to all!! If any one can please please offer advise it would help to get my new year off to a much better start. I am wanting to assign/map individual audio samples to individual 'note' or midi events, same kind of set up as how say

  • Link to URL not working in RH X5

    Good morning, A client asked me to include a hyperlink to an internal site of theirs.  After I gave them the WebHelp, they said the link doesn't work (I can't test it here as I work offsite without access to their intranet).  They said there is a spa

  • An unknown error occurred -69

    I get this error every time I try and sync my Ipod. I have all my songs on an external hard drive - I ran a scan disk on that to make sure I don't have corrupted files. I have restored my Ipod and that didn't help