Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Running Raven as a Service - No response from http://localhost:8080/
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
legion  
View profile  
 More options Aug 10 2012, 8:48 am
From: legion <hassanfmi...@gmail.com>
Date: Fri, 10 Aug 2012 05:48:43 -0700 (PDT)
Local: Fri, Aug 10 2012 8:48 am
Subject: Running Raven as a Service - No response from http://localhost:8080/

I'm running Raven as a Service on a win28k r2 64bit server.

Every X hours/minutes (i haven't figured out the frequency yet), i have to
restart the service. The server is chugging along fine with no spike in
memory or CPU.

The reason why I have to restart the service is when I browse
to: http://localhost:8080/ or http://myserver:8080 it just sits there for
several minutes before the browser stops trying to connect.

Once i restart the service, everything is fine. And i can get the studio to
load. Then after X hours/minutes, i try to open the studio again and the
browser just sits there

What do I need to provide you gentleman to assist me and figure out what is
going on?

<https://lh3.googleusercontent.com/-CY84M7wlrbA/UCUDC5biWYI/AAAAAAAAAC...>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Aug 11 2012, 12:24 pm
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Sat, 11 Aug 2012 19:24:15 +0300
Local: Sat, Aug 11 2012 12:24 pm
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

Can you enable debug logging?
Check the Raven.Server.exe.config, is the port set to be 8080?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
legion  
View profile  
 More options Aug 11 2012, 4:05 pm
From: legion <hassanfmi...@gmail.com>
Date: Sat, 11 Aug 2012 13:05:51 -0700 (PDT)
Local: Sat, Aug 11 2012 4:05 pm
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

2012-08-11 12:06:46.9162,Raven.Database.Indexing.WorkContext,Debug,"No work
was found, workerWorkCounter: 0, for: ReducingExecuter, will wait for
additional work",
2012-08-11 12:06:46.9630,Raven.Database.Indexing.WorkContext,Debug,"No work
was found, workerWorkCounter: 0, for: IndexingExecuter, will wait for
additional work",
2012-08-11 13:06:46.9975,Raven.Database.Indexing.WorkContext,Debug,"No work
was found, workerWorkCounter: 0, for: ReducingExecuter, will wait for
additional work",
2012-08-11 13:06:47.0287,Raven.Database.Indexing.WorkContext,Debug,"No work
was found, workerWorkCounter: 0, for: IndexingExecuter, will wait for
additional work",
2012-08-11 14:06:47.0631,Raven.Database.Indexing.WorkContext,Debug,"No work
was found, workerWorkCounter: 0, for: ReducingExecuter, will wait for
additional work",
*2012-08-11 14:06:47.0943*,Raven.Database.Indexing.WorkContext,Debug,"No
work was found, workerWorkCounter: 0, for: IndexingExecuter, will wait for
additional work",

that is the last log entry. Its now 3 PM and when i tried to hit the
studio, no response from the server.

Port isn't set to 8080, it is set to "*".

Thoughts?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Itamar Syn-Hershko  
View profile  
 More options Aug 12 2012, 1:40 am
From: Itamar Syn-Hershko <ita...@hibernatingrhinos.com>
Date: Sun, 12 Aug 2012 08:40:16 +0300
Local: Sun, Aug 12 2012 1:40 am
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

You probably have another app listening on 8080, so raven selected another
port. If you are running the console, it writes which port there
On Aug 11, 2012 11:05 PM, "legion" <hassanfmi...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
legion  
View profile  
 More options Aug 13 2012, 12:56 pm
From: legion <hassanfmi...@gmail.com>
Date: Mon, 13 Aug 2012 09:56:03 -0700 (PDT)
Local: Mon, Aug 13 2012 12:56 pm
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

Its a brand new server with nothing on except raven. I verified that IIS is
not even installed.

Here is port scanner:

TCP port 8080 (unknown service): LISTENING

portqry.exe -n ravenServer -e 8080 -p TCP exits with return code 0x00000000

IF it was another app, then it doesn't explain why it works after I restart
the service and continues to for a period of time.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Aug 13 2012, 1:07 pm
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Mon, 13 Aug 2012 20:07:03 +0300
Local: Mon, Aug 13 2012 1:07 pm
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

It is possible that you started RavenDB twice?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hassan Mirza  
View profile  
 More options Aug 13 2012, 1:54 pm
From: Hassan Mirza <mirzahas...@hotmail.com>
Date: Mon, 13 Aug 2012 12:54:09 -0500
Local: Mon, Aug 13 2012 1:54 pm
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

I installed it as a service. and I thought the same so i poked around to
make sure there were no other instances.

On Mon, Aug 13, 2012 at 12:07 PM, Oren Eini (Ayende Rahien) <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
legion  
View profile  
 More options Aug 14 2012, 9:48 am
From: legion <hassanfmi...@gmail.com>
Date: Tue, 14 Aug 2012 06:48:47 -0700 (PDT)
Local: Tues, Aug 14 2012 9:48 am
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

Any other ideas guys?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
legion  
View profile  
 More options Aug 14 2012, 10:58 am
From: legion <hassanfmi...@gmail.com>
Date: Tue, 14 Aug 2012 07:58:26 -0700 (PDT)
Local: Tues, Aug 14 2012 10:58 am
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

FYI,

I tried telneting into the server on 8080 and set it basic commands. No
response. I tried the same on test server with Raven running under IIS, and
the server responded with expected http response results.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Aug 15 2012, 7:50 am
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Wed, 15 Aug 2012 14:50:36 +0300
Local: Wed, Aug 15 2012 7:50 am
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

That seems really strange.
The only thing that pops to mind is some firewall or something like that
which is causing the issue


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Marisic  
View profile  
 More options Aug 15 2012, 10:42 am
From: Chris Marisic <ch...@marisic.com>
Date: Wed, 15 Aug 2012 07:42:57 -0700 (PDT)
Local: Wed, Aug 15 2012 10:42 am
Subject: Re: [RavenDB] Running Raven as a Service - No response from http://localhost:8080/

Antivirus / Antimalware also, some of those products seem to be heavily
interested in trying to intercept local http traffic


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »