windows-server-2003

ActiveMQ memory consumption through the roof (page file)… what to do?

僤鯓⒐⒋嵵緔 提交于 2020-01-24 12:13:21
问题 We're using an older version of ActiveMQ (5.3.2) (see: Is activemq reliable?) We've removed persistence because we needed more speed. Our worker can keep up with the messages, but, even though the queue typically is at 0 pending, after about 45000 messages processed (a message is typically 100 chars long), the Page file is 8GB!! It doesn't stop there though, it continues until 15 GB is reached (Our server has 16gb memory)! Stopping the ActiveMQ process doesn't clean up this pagefile, it

ActiveMQ memory consumption through the roof (page file)… what to do?

北城余情 提交于 2020-01-24 12:12:08
问题 We're using an older version of ActiveMQ (5.3.2) (see: Is activemq reliable?) We've removed persistence because we needed more speed. Our worker can keep up with the messages, but, even though the queue typically is at 0 pending, after about 45000 messages processed (a message is typically 100 chars long), the Page file is 8GB!! It doesn't stop there though, it continues until 15 GB is reached (Our server has 16gb memory)! Stopping the ActiveMQ process doesn't clean up this pagefile, it

MSMQ on Win2008 R2 won’t receive messages from older clients

你。 提交于 2020-01-24 08:24:27
问题 I'm battling a really weird problem here. I have a Windows 2008 R2 server with Message Queueing installed. On another machine, running Windows 2003 is a service that is set up to send messages to a public queue on the 2008 server. However, messages never show up on the server. I've written a small console app that just sends a "Hello World" message to a test queue on the 2008 machine. Running this app on XP or 2003 results in absolutely nothing. However, when I try running the app on my

Java stuck in infinite loop executing a wmic command on Windows Server 2003

妖精的绣舞 提交于 2020-01-21 14:50:19
问题 I'm trying to get a list of running processes and their file paths on a Windows Server 2003 machine. I'm using the following code to try and do that: protected Map<String,String> getProcesses() { Map<String,String> processes = new HashMap<String,String>(); try { String line; Process p = null; // Windows if (OS.indexOf("win") >= 0) { p = Runtime.getRuntime().exec("wmic process get description,executablepath"); BufferedReader input = new BufferedReader(new InputStreamReader(p.getInputStream()))

Could not allocate enough heap space to Java

半腔热情 提交于 2020-01-21 05:17:40
问题 We have an application which was running fine for one year. It is a web application, running under Tomcat 5.5 + JDK 1.5 under Microsoft Cluster on Windows Server 2003 Enterprise Edition Service Pack 2. The server has 11Gb of RAM (I know that it is useless!) with the following description "Physical Address Extension": I don't know what that means. The Tomcat service is configured with the following parameters: -Xmx1024m -Xms128m Since last week, the service doesn't want to start anymore and

Could not allocate enough heap space to Java

独自空忆成欢 提交于 2020-01-21 05:17:12
问题 We have an application which was running fine for one year. It is a web application, running under Tomcat 5.5 + JDK 1.5 under Microsoft Cluster on Windows Server 2003 Enterprise Edition Service Pack 2. The server has 11Gb of RAM (I know that it is useless!) with the following description "Physical Address Extension": I don't know what that means. The Tomcat service is configured with the following parameters: -Xmx1024m -Xms128m Since last week, the service doesn't want to start anymore and

Error message: (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

你离开我真会死。 提交于 2020-01-18 15:52:26
问题 I am trying to deploy my website on windows server 2003. Am i missing something or what is wrong from the following error message, how can I correct it? Thank I am having the error message: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) Description: An unhandled exception occurred during the execution of the current web request. Please

Error message: (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

耗尽温柔 提交于 2020-01-18 15:49:45
问题 I am trying to deploy my website on windows server 2003. Am i missing something or what is wrong from the following error message, how can I correct it? Thank I am having the error message: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) Description: An unhandled exception occurred during the execution of the current web request. Please

ASP.NET MVC - Website paths

青春壹個敷衍的年華 提交于 2020-01-16 02:39:07
问题 I am using a 3rd party component which creates settings files based on hard-coded file paths i.e. they are compiled into the DLL e.g. %APPDATA%\Vendor\Settings.ini I have created a few console/service applications that use this and work very well. However, I am now trying to use a similar approach via my ASP.NET MVC web application and the settings file never seems to write out! Usually if the application is running under my acconut for example the file would be written to somewhere like: C:

how to create hidden web site on IIS

。_饼干妹妹 提交于 2020-01-15 06:57:12
问题 I need to hide web sites on the IIS 6.0. My target is to configure some user don't show and don't administrate some web sites. For example: User1 (Group: Administrator) user only show and configure website1 User2 (Group: Other group) user only show and configure website2 How to create hidden web sites on IIS? 回答1: If by "hidden" websites you mean control access, then it sounds like you need to wrap some sort of security, that you control, into the sites. This can be accomplished a couple of