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.

Similar Messages

  • 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

  • Swing app in JDK6 continues to rendering slow in Windows Terminal Server

    Hi,
    Because Swing apps create interfaces internally and not using default OS APIs,
    when running into a Windows Terminal Server client, there is no way to optimize
    rendering. Windows Terminal Server and Linux FreeNX use a mechanism to send
    to client only commands to render the windows. But, because the way Swing works,
    not totally integrated to OS APIs, it's not possible for terminal servers to do this,
    and these servers render Swing like images, something like VNC do, very slower than.
    I have tested native apps and AWT apps, and the difference is very significant,
    something like 50-70% faster.
    Is there some project in Swing APIs or java.net open-sources to better this?

    We are also seeing this issue with a Compiere implementation. With 10 distributed sites across the US, our client wanted to use Windows Terminal Services to simplify the client desktop management of the Swing application.
    But performance is terrible...and screen painting issues a real problem. We are also on JDK5 still, so I'm discouraged to see that JDK6 doesn't appear to offer much improvement?
    Is there any project afoot to address this issue for installations using terminal services?
    Thanks,
    Peter

  • Can't install LabVIEW Run-Time Engine 6.1 on Windows Terminal Server

    With my system admin, we tried to install the LabVIEW Run-Time Engine 6.1 on our Windows Terminal Server NT4. And we get an error all the time:
    -install using the plugin
    -install using LVRTE.exe
    -install after rebooting the server
    But I remember that we could install the Run-Time Engine 6.0 on another Windows Terminal Server NT4.
    Is there any compatibility issues with the new Run-Time Engine 6.1 ??
    Thanks for your help
    Cyrille

    Cyrille,
    What is the error that you get when trying to install the run-time engine?
    Are you installing it from the LabVIEW CD, or did you download it from the web site?
    To further troubleshoot this problem, it would be best if you send us an email to [email protected] and send the above information.
    Also, try running the installer from the command prompt window, and use the following syntax:
    setup.exe/l*v
    This will save the error log to the file you specify. Send us also this file to help us troubleshoot.
    Thanks
    Zvezdana S.
    National Instruments

  • Running LabVIEW applications on Windows Terminal Server

    I have built a client application in LabVIEW that one of our users want to run on a Windows 2000 Terminal Server...the question is; how does Windows Terminal Server handle the different sessions; does is launch multiple copies of the application and if so how about support files? In my case the client application has a configuration and a temp file in it's directory...if multiple users use the application on the terminal server; does it or can it be set up to make one copy of the app directory for each session? If not - is there a way / what is the best way to get separate configurations and temp files for each session?
    MTO

    You have a better chance to get a helpful reply if you ask in the Acrobat forum, or even at http://forums.adobe.com/community/licensing

  • Cannot quit Visual FoxPro (Windows Terminal Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1)

    Hi everybody:
    This is not the typical question about this error, because the problem here is not about how to quit (CLEAR EVENTS then QUIT). The really and weird problem is that our application do no execute the error trapping routines (Try/Catch and ON ERROR) and tries
    to directly Quit.
    I have never seen something like this before, error trapping routines not executed.
    I try to explain the problem better:
    - The user click on the Citrix icon of our App
    - Citrix shows the executed processes (establishing connection, applying user config, loading profile, etc)
    - The Application (VFP 9 SP2) is started and in any moment, while loading, occurs an error that is not handled by error handlers, and it executes a "kind" of a Quit command, that we detect because have a ON SHUTDOWN to catch it, then the App shut
    down and the user must click the Citrix icon and start all over again, up to 7 times, when the App really load and work.
    - I think that it is useful to make clear that no QUIT command is really causing this, just the behaviour of the QUIT when an error occurs, but just while loading. If the App get completely loeaded, then everything works as expected
    Infraestructure:
    - Windows Terminal  Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1
    - There are up to 50 concurrent users max in every virtualized server
    - More than 10 GB of free disk space / Up to 4 GB ram
    - RAM Memory is never used to the max
    - CPU (Intel Xeon) is never used to the max (up to 90% in some cases)
    - Data (DBFs for temporal work) ar on local drive, not over network (to avoid network known problems with smb2-3)
    - There are connection to a Oracle 11 database for permanently storing the data
    About the errors:
    - They are not always the same or in the same place. In example, in one execution could fail the query of SET("Printer",2), in other execution could fail a SET PROCEDURE TO xxx ADDITIVE (sometimes already loaded), in other could fail a "DO
    WHILE .T." in a init event.... completely crazy, and in all cases the errors are not thrown, not a single error code, the App just try to quit, as if ALT+F4 where pressed.
    - All this does not happen allways to everyone, but happens many times in the day to many many users as to be worried
    - The same user can have this error many times a day, but not allways
    - Some of the problems started when migrating to Windows Terminal Server 2008, but didn't notice nothing special in the beginning, but a year later (last 2014) problems tend to go worse
    Tried solutions:
    - For the "SET PROCEDURE TO xxx ADDITIVE" error, a "IF xxx $ SET('PROCEDURE')" check was added
    - The "SET('Printer',2)" check was moved out of initialization code, so it executes when user want to print the first time. In this case was neccesary to talk with IT guys to map a default printer after the App runs, and not in background, as it
    was.
    - Other checks and modifications was made to minimize posibility of errors
    - Adding a timeout of 5 secs in the start of the program, to force a wait
    - Restart of virtual servers (not the phisical) every 3 weeks
    What I suspect:
    - Some Microsoft optimization (memory?, process execution?) in WTS-2008 may interfere?
    - Some VMWare memory management may interfere with WTS-2008?
    - Some Citrix management may interfere with both?
    - Server degradation because of day to day use
    Results until now:
    - Apparently, adding the timeout to force 5 secs delay and the restart of the server have made a notable enhancement in App start and running
    with far fewer
    errors
    Has
    this happened to anyone?
    Thanks! o_O
    Fernando D. Bozzo / Madrid (Spain)

    I never had this type of problems, but somewhat similar start up problems. I'd say it indicates resource problems. Low RAM can cause many unpredictable things. In my case loading much data at the begin of an application caused out of memory errors, which
    were reported and logged normally, though.
    I made a small tool using Windows API functions GetPerformanceInfo and GetProcessMemoryInfo, you'll find declaration and usage like usual at the News2News site. It's a bit lengthy and cluttered, but pretty much what you find there anyway, so I'll not post
    my utility code.
    I could quite clearly see how many users degraded available memory per session and at some time no further instance of the application was possible on the server. In my case RDP was used to start the app, Citrix will be quite the same, in the end the application
    runs on some server and users see the remote running application.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH
    http://www.tmn-systemberatung.de

  • Tips to install Sap Gui On Windows Terminal Server 2003

    Does anybody know any method to install SapGui on Windows Terminal Server 2003 to share it to many users ?
    The problem is: when I try to install Sap Gui 6.40 via Control Panel-Add/Remove Programs it tells me that I must change the mode with "change user /install". I dont know the reason why it reports me that if I do it via Control Panel. And if I do that and then I launch the installation again it reports me the warning again.
    What should I do ?
    Thanks in advance for your help.

    We have SAP R3 4.6C.
    We want to optimize the bandwidth in a 802.11b radio. Because of that we dont want to run any application in the hand-held.
    We'll intend to launch a remote desktop on a dozen hand-helds connecting the Windows 2003 Terminal Services server. In this server we could run SAP GUI, WebSapconsole or the browser.
    Its important to note that the hand-held computers must only show the designed windows (sized to 16x20), removing title bars, transaction bar, menu bars, tool bars, status bars, etc. For this purpouse I think we can use WebSapconsole.
    With this method we have noticed that when a error or warning is displayed it hides some part of the screen instead of presenting in the status bar.
    I hope you all your doubts are clear now, if not just tell me.
    Thank you.
    PS. Sorry for my english.

  • B1 pelo WTS (Windows Terminal Server)

    Boa tarde a todos...
    Estou com um problema aqui na empresa que trabalho, foi implantado o B1 na unidade central e agora estamos implantando na filial de Porto Alegre....
    Os usuarios de Porto Alegre irão acessar a base de dados que fica na central em São Paulo via WTS (Windows Terminal Server )...
    Acontece que estamos enfrentando um grande problema com velocidade, visto que o acesso de Porto Alegre ficou extremamente lento.
    Alguem ja passou por uma situação parecida?
    Saberiam como melhorar essa questão da velocidade?
    Ou alguma outra sugestão para essa implantação?
    Edited by: Rui Pereira on Aug 6, 2008 1:54 PM
    Edited by: Rui Pereira on Aug 27, 2008 5:02 PM

    Oi
    Não existe uma forma de alterar o SAP B1 para melhorar limitações de conetividade remota.
    O WTS possui os seus próprios requisitos mínimos de comunicação e consoante o tamanho dos documentos e a quantidade de usuários conetados a performance vai ser mais reduzida.
    Caso a rede seja utilizada para outras atividades, como armazenamento de arquivos (Word, Excel, etc...) isso irá afetar ainda mais a performance da comunicação remota.
    Normalmente os valores recomendos são:
    Windows Terminal Services .        
    -Bandwidth per user =  20 - 40 Kb  
    -Memory per user =  50 - 70 MB     
    Nota: Estes valores são meramente indicativos e a documentação mais recente da Microsoft deve ser consultada relativamente a largura de banda recomendada tal como referido na nota SAP 675004.
    Paulo Calado
    SAP Business One Forums Team

  • UC540 - Opening multiple instances to a callconnector on a Windows Terminal server

    Hi all,
    My customer has an issue with his UC540 BRI. He uses a Windows-terminal Server and wants access to the callconnector with several computers. According to him, does the software only function on single desktop computers. Currenly, he is only able to open the callconnector on one computer at the same time.
    His environment:
    UC540W-BRI-K9
    Cisco L-SW-SCC-Server
    Cisco L-SW-SSC-8ADVANCED
    Is there a way to solve this problem? Do you need more information?
    Thank you and best regards
    Felix Sonnborn

    Hello Alex,
    Thank you for your response!
    Yes, that is also my point of view.
    Basically, the customer is interested in a centralized adressbook, which can be contacted via iPhone and the 7900es - is this possible?
    Thanks and best regards
    Felix

  • Problem with shares on Windows 2003R2 server from a Windows 8.1 PC

    I'm having problem with shares on Windows 2003R2 server from a Windows 8.1 PC.  It times out when I try to copy a file from my PC to the server and I get an error message saying "There is a problem accessing network drive W:\. Make sure you are
    connected to the network and try again."
    I have no problem copying files from the server to the PC.
    Any ideas?

    Hi,
    How about your problem now? Have you test other machine also installed Windows 8.1? Did they have this problem?
    To diagnose this problem, firstly, please check Windows 2003R2 firewall settings, also can disable firewall temporarilly for test.
    Secondly, try to use Network Monitor to capture network communication package for test.
    Network Monitor:
    http://www.microsoft.com/en-us/download/details.aspx?id=4865
    Roger Lu
    TechNet Community Support

  • Installing SBO 2007A PL47 for use on Windows Terminal Server 2008

    SAP has announced it supports Windows Server 2008 32 bit. Does this mean it will also support Windows Terminal Server 2008 32 bit for hosted clients? Any input will be appreciated

    Hi,
    There is annoucment only of Windows Server 2008. You can check the status on service Market place under Supported platforms.
    https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000705857&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    Under Product Availablity
    Regards
    Vikas
    SAP Business One FOrums Team
    Edited by: Vikas Rastogi on Mar 12, 2009 10:22 PM

  • How to install oo4o in windows terminal server

    does oo4o support windows terminal server 4, my computer is intel pentium 4 with 512 MB ram, but when i try to install oo4o ver 9, with client oracle 8, the windows can't appear. any one can help
    thanks

    You are looking for this information
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/dc4fcf93-8268-44f4-822a-d463d9443f6c/windows-7-and-server-2003-printer-server-issues?forum=winserverprint
    Alan Morris Windows Printing Team

  • Compile and run a program with Terminal

    Hello, I used TextWrangler to create a .c file on my desktop. I want to compile and run the program using Terminal. However, I am new to programming and I am not sure how to achieve this. I have Xcode with Command Line Tools downloaded. I have the file "6_19.c" on my desktop currently. Any help would be appreciated.

    Your Desktop probably isn't in your execution path, so you might want to start by moving "6_19.c" from your Desktop to your Home folder. After that, in Terminal, just do
    gcc -o 6_19 6_19.c
    The general format is
    gcc -o <name you want the compiled program to have> <name of the source>.c
    Do not put any .extension on the end of the name you want the compiled program to have. Also note that after "gcc" there's a space, then a dash and the next character is a lower case letter 'o', not a numerical zero. There's a space between the name of the compiled program and the name of the source.
    To run the program, at your terminal prompt type
    ./6_19
    The general format is dot forward slash <name of the compiled program>
    There's no spaces at all.
    Good luck.

  • Is BPC 7.0 compatible with Windows Terminal Server 2008?

    Is BPC 7.0 compatible with Windows Terminal Server 2008? We are having printing issues when on WTS 2003.

    BPC 7.0M SP08 was released on September 1st and now supports the client install on both Server 2008 and Windows 7 so yes, you should be able to use terminal server in Windows 2008 if you install SP08. It also has limited support for Office 2010, full support will come with SP09. SAP Note 1490544 is the central SP08 note, and 1504400 is the download note.
    -Brian

  • Outlook is running to slow for terminal server users

    All tried but no luck .thanks

    Outlook is running to slow for terminal server users and very slow updating inbox. Can anyone suggest how can i increase speed for the users ?
    Office 2013
    exchange 2010
    This topic first appeared in the Spiceworks Community

Maybe you are looking for

  • Free of goods cost center...

    Hi Experts- When client is issuing the free goods, at the time of PGI, the entry will be DR xxxxx (This is cost element cat 1) CR FG. At the time of PGI the gl account amount is posting to one Cost center, when i saw in materuial document in that acc

  • Creating a dropdown and choosing multiple selections

    Can I create a dropdown in a form that I can choose multiple selections from so the items I choose will show up like a list?

  • Video footage I've imported from iMovie to Premiere cs6 is missing after the import!  please help!

    I initially imported raw video footage from an event that I shot into iMovie 11, but later decided to try an edit the footage in Adobe Premiere CS6.  I successfully imported the iMovie file folder into CS6, then saved and exited the program to work o

  • HDMI cable being recognized as DVI

    I just picked up a 2nd Gen Apple TV and hooked it to my BenQ SD3742 TV using an HDMI connection. Whenever I switch to the HDMI1 input on the TV, the onscreen status changes to DVI1. As a result I get no sound. Since my TV doesn't have optical inputs,

  • Mail Invoice in PDF as Email using Workflow

    Dear all, We are having a requirement to mail the invoice to the customer using worflow. The workflow has to execute on a certain date and mail should be sent to Customer which will have invoice as attachment in PDF form. Everything shld happen autom