Problem running app in windows 2003 server

Hi people.. I have a java application running in w2000 and j2re1.4.2_03 and works fine, i change the server version to win 2003 and j2re1.4.2_03, and after a time the application is closed without a java error, i seek in the even log of the server and get this anyone have a similiar error? or a clue to fix the problem? thanks and have a nice day
<pre>
Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Date: 8/3/2004
Time: 1:24:38 PM
User: N/A
Computer: MTYSVR03
Description:
Faulting application javaw.exe, version 0.0.0.0, faulting module jvm.dll, version 0.0.0.0, fault address 0x00002545.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 6a 61 76 ure jav
0018: 61 2e 65 78 65 20 30 2e a.exe 0.
0020: 30 2e 30 2e 30 20 69 6e 0.0.0 in
0028: 20 6a 76 6d 2e 64 6c 6c jvm.dll
0030: 20 30 2e 30 2e 30 2e 30 0.0.0.0
0038: 20 61 74 20 6f 66 66 73 at offs
0040: 65 74 20 30 30 30 30 32 et 00002
0048: 35 34 35 545
</pre>

Try uninstalling Terminal Server

Similar Messages

  • TNS problems in 9i on Windows 2003 Server

    Goody day
    I have installed Oracle9i Database (and 9i Developer Suite) onto an HP ML370 Server running Windows 2003 Server. My problem is that wherever I need to use the username / password for things like sqlplus, forms, imp, etc I get SERVICE_NAME errors, TNS adaptor protocol errors, Can't resolve SERVICE_NAME and many more in that description field.
    Please help.
    Thanks
    William

    You need to look in the listener.ora for the db you want to connect to (did you create one after installing Database product?). Then you need to verify that entries in tnsnames.ora of both DB and DS homes "matches" with listener.ora.
    Other than that, it is more likely to have a chance to help out if you provide some details of actions taken and corresponding errors (exact codes and messages).

  • Compile problem running jdev on Windows Terminal Server

    I am experiencing problems compiling java source files in jdev 9.0.3.1035
    Sometimes the class file is not created if i make (compile) only one source file.
    The jdev is running on a Windows Terminal Server 2000.
    The sources are on the same Terminal Server.
    The classes should be compiled to the Terminal Server as well.
    I am working on a Terminal session elsewhere.
    Anyone had this problem before ?

    Georg:
    Q1) What you mean with 'the class file is not
    created'? Is the .class file not overwritten? Is the
    class file for a new file not written? Did you delete
    the class file before compiling?I deleted the class file before compiling!
    Q2) I guess that sources and classes are used by you
    exclusively. Is this right?That is right!
    Q3) In the project settings under Common | Input
    Paths is the option 'Scan Source Path' enabled or
    disabled?Both options have the same effect!
    Q4) When the problem occurs: what is the active
    window (code editor or Navigator)? What node is
    selected in the Navigator?Tried following combinations:
    - Having selected the Project node in the Navigator and the code editor is active window
    - Having selected the class node in the Navigator and the code editor is active window
    - Having selected the Project node in the Navigator and the Navigator is active window
    - Having selected the class node in the Navigator and the Navigator is active window
    Q5) What are the exact steps you took when it
    happens? Do you use mouse or keyboard hotkeys? What
    buttons or menus do you use?- right click in code editor and choose Make from popup menu
    - right click on Long postings are being truncated to ~1 kB at this time.

  • Running Windows 2003 Server on Xserve Intel with BootCamp?

    Well...
    This sounds like awfully bad idea, but one of our clients needs to run Windows 2003 Server for a certain project in their organisation. Fundings for the new hardware is available. Windows-compatible hardware!
    The idea here is to get fundings for a new Xserve, run it with Windows 2003 Server in the project and then keep the delicious hardware for free when the project ends. A PC-server would be thrown out of a window in this 100% Mac-centric department.
    Windows 2003 Server runs smoothly on a MacPro with Boot Camp and Parallels Desktop. What about the XServe Intel?

    Schuckert-
    Greetings.
    Are you in a position to test the configuration for a while? If so then I vote do it. If not, you could buy a copy of OSX Server and install it on a Mac Pro and try running your software on the XServe platform.
    However, depending on your relationship with this client, I would have them sign a release based upon the beta-ness of the software.
    A lot of us here are not in a position to give such things a try-just yet. Too busy trying to make things transition smoothly on the accepted configurations.
    Although I will say that I suppose a client will eventually pose the question to me (:>)
    Luck-
    -DaddyPaycheck

  • Oracle discoverer 9i can not running at windows 2003 server

    Hi, Please help me.
    When I upgrade from windows 2000 advance server to windows 2003 server the oracle discoverer 9i can not be open. When I open it there is a error "Failed to open document"
    How to make it run smoothly at windows 2003 server?
    Thank You

    Hi,
    This is a bug in your version of Discoverer. There is a patch to make it work with windows 2003 or you can upgrade your Discoverer to a later version. The patch should be available from Oracle support. I don't know of anyway to make your version work with 2003.
    Rod West

  • Query very slow on Windows 2003 Server

    Hi,
    Our customer is running 10g on Windows 2003 server. Some queries perform badly. I imported the data into a 10g DB on Linux (at our office) to analyze and test. Strange enough the same query takes more than 10 times longer to run on the Windows machine compared to the Linux. The Windows machine is dedicated to Oracle, it is not 'overloaded'.
    SELECT
    plan_task.id_task,
    plan_task.task_id,
    plan_task.taskdef_y_n,
    plan_task.description,
    plan_task.status,
    plan_task.team_id,
    plan_task.activity_id,
    plan_task.task_start_datetime,
    plan_task.district_id,
    plan_task.task_end_datetime,
    plan_task.taskdef_freq_code,
    plan_task.taskdef_start_time,
    plan_task.taskdef_end_time,
    plan_task.order_nr
    d,
    PREVENT.PLAN_PERSONS_AVAILABLE_SHORT(ID_TASK) PERS_OK,
    PREVENT.PLAN_MATERIALS_AVAILABLE_SHORT(ID_TASK) MAT_OK
    FROM PREVENT.PLAN_TASK
    WHERE (TASKDEF_Y_N='N') AND (TASK_START_DATETIME>=to_date(to_char(SYSDATE,'dd-mm-yyyy'),'dd-mm-yyyy'))
    AND (TASK_START_DATETIME<to_date(to_char(SYSDATE,'dd-mm-yyyy'),'dd-mm-yyyy')+1)
    ORDER BY DESCRIPTION;
    On LINUX (Intel 2 GHz, 2 Gb mem) takes 0,5 seconds to execute (46 rows returned)
    ================================================================================
    Plan
    SELECT STATEMENT ALL_ROWSCost: 27 Bytes: 2,436 Cardinality: 29                     
         4 SORT ORDER BY Cost: 27 Bytes: 2,436 Cardinality: 29                
              3 FILTER           
                   2 TABLE ACCESS BY INDEX ROWID TABLE PREVENT.PLAN_TASK Cost: 26 Bytes: 2,436 Cardinality: 29      
                        1 INDEX RANGE SCAN INDEX PREVENT.PLAN_TASK_START_DATETIME_I Cost: 2 Cardinality: 30
    On WINDOWS (Intel 2 GHz, 2 Gb mem) takes 11 seconds to execute (46 rows returned)
    =================================================================================
    Plan
    SELECT STATEMENT ALL_ROWSCost: 35 Bytes: 3,276 Cardinality: 39                     
         4 SORT ORDER BY Cost: 35 Bytes: 3,276 Cardinality: 39                
              3 FILTER           
                   2 TABLE ACCESS BY INDEX ROWID TABLE PREVENT.PLAN_TASK Cost: 34 Bytes: 3,276 Cardinality: 39      
                        1 INDEX RANGE SCAN INDEX PREVENT.PLAN_TASK_START_DATETIME_I Cost: 2 Cardinality: 40
    NOTEs:
    - The data is exactly the same on both machines
    - I analyzed_schema on both machines/DB's before running the query
    - The SGA size en DB_BUFFERS are (almost) set to the same value
    - Oracle version is the same: 10g

    On Windows:
    - I exported the data
    - Re-created my 2 tablespaces, to set: extent management local, uniform 1M
    - imported the data
    - dbms_stats.gather_schema_stats( option=>'GATHER')
    Plan
    SELECT STATEMENT ALL_ROWSCost: 36 Bytes: 3,32 Cardinality: 40                     
         4 SORT ORDER BY Cost: 36 Bytes: 3,32 Cardinality: 40                
              3 FILTER           
                   2 TABLE ACCESS BY INDEX ROWID TABLE PREVENT.PLAN_TASK Cost: 35 Bytes: 3,32 Cardinality: 40      
                        1 INDEX RANGE SCAN INDEX PREVENT.PLAN_TASK_START_DATETIME_I Cost: 2 Cardinality: 41
    Tested, takes 7 seconds now (was 11), but this is still slow compared to the run on Linux
    Grt, Stephan
    Edited by: Stephan van Hoof on Jan 9, 2009 8:41 PM

  • Clean Access and Windows 2003 Server

    I am trying to install the Clean Access Client on a VM running Windows 2003 Server. When I connect to our customer's network the VPN client appears to connect properly and I see the Clean Access window. Then it all seems to fall over. My customer tells me I should see a blue window with a red OK button on it but I never see it. As a result I never get completely into the network. Is this because I am running this on Windows 2003 Server or should I be looking at something else? Can this run in a Virtual Environment and on 2003 Server?

    I work it out partially by myself:
    1)
    (excuse me, I meant "kinit and Krb5LoginModule" not "kinit and kinit.exe").
    Krb5LoginModule seems to work now (with TCP). The output is:
    KRBError:sTime is Tue Jun 01 17:13:51 CEST 2004 1086102831000
    suSec is 945761
    error code is 52
    error Message is Response too big for UDP, retry with TCP
    realm is SSOTEST.RTC.CH
    sname is krbtgt/SSOTEST.RTC.CH
    KrbKdcReq send: kdc=rtcnt978.ssotest.rtc.ch TCP:88, timeout=30000, number of retries =3, #bytes=232
    DEBUG: TCPClient reading 1496 bytes
    KrbKdcReq send: #bytes read=1496
    KrbKdcReq send: #bytes read=1496
    EType: sun.security.krb5.internal.crypto.DesCbcMd5EType
    KrbAsRep cons in KrbAsReq.getReply sso_testuserCommit Succeeded
    Which is what I want (it tries first with UDP, then the KDC says the TGT is too big for UDP and the client tries again with TCP)
    2)
    I still have the error :-(

  • QT failed to initialize error -2096 & Windows 2003 Server

    I have seen several posting regarding this, but all are related to ITunes. I have Quicktime 7.4.1 installed on a WTS Server and when I try to run it I get the 2096 error. Since 7.4.1 addresses security issues, reverting to a previous version is not an option. Does anyone know how to get Quicktime 7.4.1 to run on WTS running on a Windows 2003 server? The only other option I will have is to remove Quicktime completely. It worked fine prior to version 7.4. Thanks

    ( I had the same prob. this worked for me..Good luck...)
    1.Quit iTunes.
    2. Windows XP and Windows 2000: On the Start menu, click My Computer (or double-click My Computer on the Desktop).
    -Windows Vista: On the Start menu, click Computer.
    4. In My Computer, open the C:\ drive (or whichever disk your Windows XP is installed on).
    5. Open the Program Files folder.
    6. Open the iTunes folder.
    7. Right-click on the iTunes application (iTunes or iTunes.exe) and from the shortcut menu, click Properties.
    8. Click the Compatibility tab.
    9. Deselect the checkbox under Compatibility mode if it's selected.
    10. Click OK.
    11. Open iTunes and play a song.

  • Space Problem in G: - after NW2004s SR1 installation on Windows 2003 server

    HI Friends,
    I have installed NW2004s SR1 on Windows 2003 server with Oracle 10g database successfully. My server has sufficient harddisk space as follows.
    C: 9.6GB
    G: 24GB
    H:64GB & I: 73GB.
    RAM is 6GB
    While installing NW2004s i have defined a paging size on C: 400MB-1600MB and
    i have set the option as System Manageble on other drives G, H& I drives. I did not get any Swap space problem while installing.
    During installation I have chosen G: drive to store MirrorlogA, MirrorlogB, Oraarch, OriglogA, OriglogB folders of Oracle for redolog archives,.Total size of all these folders is 17.4 GB
    G: drive has one more folder Program files which is of 155KB  and no other files exist in it.
    But My system says that I am running out of Space on G: drive and free space available now is only 44MB.
    My question is where has the rest 5GB of space gone? Is it consumed as a part of Paging file which i have set on this drive as System manageble??
    I have set the same option on other drives too i..e H & I. But i am not facing any space issues for these drives.
    What could be going wrong?? Please suggest me how to correct this
    Thanks
    mv_d

    898118 wrote:
    Hi All,
    I am trying to face some problem to install oracle 10g database on windows 2003 server with service pack 2. Once I start to installation it give me an error "Error in writing to directory 'c:\documents and settings\administrator\local settings\temp\orainstall2004xxx'. Please ensure that this directory is writable and has at least 45MB of disk space. Installation cannot continue"
    I double-insured that there is enough disk-space and I am also in the Administrators-Group.
    Please guide me for the above problem although I have done oracle 9i database installation with the same configuration.
    Regards
    Muhammad ShoaibOracle really doesn't like to be installed into directories with spaces in their names.

  • Installing problem on Windows 2003 Server 64 bit

    Dear All,
    I'am trying to install XE onto a Windows 2003 Server 64 bit.. The installation process ends without any errors but the database itself seems not to start.
    I tried several hints that have been mentioned here within the forum. But none of them worked. While experimenting I saw that there is not a single registry entry of Oracle within HKEY_LOCAL_MASCHINE\Software .
    Is there a possiblity to set those needed registry entries manually? Is there a script for that purpose?
    Thank you very much for your help!
    Regards
    Matthias

    Hi,
    thank you for your reply. As 32bit programs should run under Windows 64bit I thought the XE should run under 64bit, too.
    The installation of XE itself seems to finish without any errors. But within the log files it can be read that the database has not started up due to a out of memory problem. This causes many log entries within all other logfiles as no database could be created.
    The out of memory problem might be the same as within Advice on running XE on a small virtual Linux host ("Virtuozzo") because I am using a virtual windows 2003 server with "Virtuozzo", too.
    At this time I am on discussing the issue with the provider. Maybe I will get a dedicated server with Windows Server 2003 64bit. Hopefully the XE could be installed on the 64bit Windows Server because 32bit dedicated servers are rare.
    Best regards
    Matthias

  • Netweaver 2004S installation on Windows 2003 server : Oracle 10g Problem

    Hi Friends,
    I am installing the SAP Netweaver 2004s on a server which has Windows 2003 server Operating system  on it.
    It has got 6GB RAM  and  has, 5gb of free space in C drive, H: drive has 70 gb and I: drive has 50 GB of free space in it.
    I am running  Pre_requiste checker tool to check my hardware & software requirements in order to go ahead with installation, as a part of SAPInst.exe execution.
    The results of Prerequisite checker tool are satisfied  except for one  " SWAP SPACE VALUES"
    I am getting the message as follows
    "The Minimum SWAP SPACE values required is 10994MB and currently you have 5993MB"
    How to increase this SWAP space value? Please let me know the procedure.
    Currently my server has a paging file details as below : Min size : 2MB & Max size : 9214MB allocated on C: drive. No other drive has paging file allocation.
    What effect will I have if i proceed without meeting this requirement??
    Suitable answers will be rewarded.
    Thanks
    Diwakar

    OPen windows explorer and right click my computer
    Select Properties
    Click Advanced Tab
    Click Settings (performance)
    Select Advanced Tab
    In virtual memory - click change.
    Increase swap space/page file here.

  • Problem Oracle 10g database Installation on Windows 2003 Server

    Hi All,
    I am trying to face some problem to install oracle 10g database on windows 2003 server with service pack 2. Once I start to installation it give me an error "Error in writing to directory 'c:\documents and settings\administrator\local settings\temp\orainstall2004xxx'. Please ensure that this directory is writable and has at least 45MB of disk space. Installation cannot continue"
    I double-insured that there is enough disk-space and I am also in the Administrators-Group.
    Please guide me for the above problem although I have done oracle 9i database installation with the same configuration.
    Regards
    Muhammad Shoaib

    898118 wrote:
    Hi All,
    I am trying to face some problem to install oracle 10g database on windows 2003 server with service pack 2. Once I start to installation it give me an error "Error in writing to directory 'c:\documents and settings\administrator\local settings\temp\orainstall2004xxx'. Please ensure that this directory is writable and has at least 45MB of disk space. Installation cannot continue"
    I double-insured that there is enough disk-space and I am also in the Administrators-Group.
    Please guide me for the above problem although I have done oracle 9i database installation with the same configuration.
    Regards
    Muhammad ShoaibOracle really doesn't like to be installed into directories with spaces in their names.

  • I have a Windows 2003 Server 64-Bit, and when I upgraded to Firefox 4.0.1 now it won't run, it keeps saying to restart to complete the installation, but I've restarted theserver 4 times, and I still can't use it.

    I have a Windows 2003 Server 64-Bit, and when I upgraded to Firefox 4.0.1 now it won't run, it keeps saying to restart the computer to complete the installation, but I've restarted theserver 4 times, and I still can't use it.

    I ended up putting it in DFU mode.  It's kinda hard to tell it was in DFU mode because nothing showed on the screen, it was just black, but the sounds from the computer helped to tell me it was connected.
    Itunes still didn't recognize the device for whatever reason.
    So I used redsn0w.  I don't know if I can say that on these forums, but considering itunes was worthless at this point I am going to give credit where credit is due.
    Now I am giving itunes a second chance to upgrade to 5.1, if it doesn't work, well, back to redsnow and maybe I will even jailbreak it this time rather than just using the fecovery fix found under extras.

  • Crystal report problem on window 2003 server

    Hi
    We had developed a web based application using .Net 2.0 (C#) , Crystal reports (bundled version within VS2005) on Window XP, SQL Server 2005, we are able to see all the reports on this development enviroment, but when the application is deployed on Windows 2003 server , IIS 6.0 and SQL server 2005 , we are not able to view the reports we are thrown with an error as
    Failed to open a rowset. Details: ADO Error Code: 0x Source: Microsoft OLE DB Provider for SQL Server Description: Procedure or Function 'sp_xxxx' expects parameter '@ppppp', which was not supplied. SQL State: 42000 Native Error: Failed to open a rowset. Error in File
    Could you please explain what the problem is ? as we are stuck with this problem for the migration of application to the user community.
    Regards
    varma

    We have same problem
    does anyone have the answer?

  • Problem in installing Oracle 9i R2 on Windows 2003 Server Enterprise

    We are having problem installing the Oracle 9i R2 Server on Windows 2003 Server Enterprise Edition. During installation, it generates error saying "The IP Address of the machine not found". When clicking the "Continue" button, it tries to install other things but few minutes later it asks to stop complete installation or installation of that feature.
    But when we installed it on Windows XP it works fine and we have no problem in configuring it. What's the problem with Windows 2003 Server?
    If we drop the idea of installing it on Windows 2003 Server, can we make Windows XP maching as a Server?

    ORACLE asumes that the first network device you have on your server has a fixed IP address.
    Is this the case?
    If not so you should install a loopback adapter as network device with a fixed IP.
    Does this help?
    Regards,
    Lutz

Maybe you are looking for

  • VA01 Item category display only for specific order type

    Hi, I have a requirement to deactivate(display only) item category field in VA01 table item for certain order type . I tried the user exit  MV45AFZZ(USEREXIT_FIELD_MODIFICATION). This is working only if the table item has a value. i.e I could able to

  • How to do index looping

    hi i want to retrive the data from a result set..... for example i have 10 fields in result set but i need only 3 fields to show the user as per his requirement dynamically..... may be other users may select only 2 fields......so as per user requirem

  • To Reset or not to Reset

    I am contemplating Resetting my phone to hopefully solve a very minor problem. I am hesitant to do so though, because my iPhone has worked like a charm so far and I am feeling a little paranoid. My question is: has anyone reset their phone and encoun

  • Libpixbufloader-svg.so: libpng15.so.15: cannot open shared object file

    While updating, I got: [2013-05-05 19:31] [PACMAN] upgraded cups-filters (1.0.34-2 -> 1.0.34-3) [2013-05-05 19:31] [ALPM-SCRIPTLET] gtk-update-icon-cache: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such f

  • CD tray will not eject CD

    I have a user who's CD tray will not eject a CD unless she relaunches the Finder. then it works until next CD is inserted. Won't eject until Finder is relaunched! this is a G4 desktop with 10.4.6 loaded. the latest Quicktime was loaded and this is wh