-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to view the endpoint #61
Comments
Does http://localhost:8080/stagemonitor work? |
No I am not able to get the localhost:8080/stagemonitor to work.
But in the logs I see the performance metrics
########## PerformanceStats ##########
id: ae03c643-9434-40a9-88a2-bdb84a7fa5f6
name: Get Local Time
params: {timezone=null}
…----------------------------------------------------------------------
Selftime (ms) Total (ms) Method signature
----------------------------------------------------------------------
000000.16 000% ---------- 000036.32 100% |||||||||| Get Local Time
000036.16 100% |||||||||: 000036.16 100% |||||||||: `-- Time org.timeclock.getLocalTime.controller.ClockController.getLocalTime(String)
Printing stats took 3 ms
######################################
I have dependancy on both stagemonitor-core and web in my application
<dependency>
<groupId>org.stagemonitor</groupId>
<artifactId>stagemonitor-core</artifactId>
<version>0.31.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.stagemonitor/stagemonitor-web -->
<dependency>
<groupId>org.stagemonitor</groupId>
<artifactId>stagemonitor-web</artifactId>
<version>0.31.0</version>
</dependency>
________________________________
From: Felix <notifications@github.com>
Sent: Sunday, December 3, 2017 5:36 AM
To: stagemonitor/stagemonitor-mailinglist
Cc: hbelliappa; Author
Subject: Re: [stagemonitor/stagemonitor-mailinglist] Unable to view the endpoint (#61)
Does http://localhost:8080/stagemonitor work?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#61 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQH9NKG6C2DKdyiBmx45EvOrQstwEcBoks5s8nm4gaJpZM4QzlrM>.
|
stagemonitor-web is deprecated and 0.31.0 is a pretty old version. Please
follow the installation guide in the wiki.
hbelliappa <notifications@github.com> schrieb am So., 3. Dez. 2017 21:05:
… No I am not able to get the localhost:8080/stagemonitor to work.
But in the logs I see the performance metrics
########## PerformanceStats ##########
id: ae03c643-9434-40a9-88a2-bdb84a7fa5f6
name: Get Local Time
params: {timezone=null}
----------------------------------------------------------------------
Selftime (ms) Total (ms) Method signature
----------------------------------------------------------------------
000000.16 000% ---------- 000036.32 100% |||||||||| Get Local Time
000036.16 100% |||||||||: 000036.16 100% |||||||||: `-- Time
org.timeclock.getLocalTime.controller.ClockController.getLocalTime(String)
Printing stats took 3 ms
######################################
I have dependancy on both stagemonitor-core and web in my application
<dependency>
<groupId>org.stagemonitor</groupId>
<artifactId>stagemonitor-core</artifactId>
<version>0.31.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.stagemonitor/stagemonitor-web
-->
<dependency>
<groupId>org.stagemonitor</groupId>
<artifactId>stagemonitor-web</artifactId>
<version>0.31.0</version>
</dependency>
________________________________
From: Felix ***@***.***>
Sent: Sunday, December 3, 2017 5:36 AM
To: stagemonitor/stagemonitor-mailinglist
Cc: hbelliappa; Author
Subject: Re: [stagemonitor/stagemonitor-mailinglist] Unable to view the
endpoint (#61)
Does http://localhost:8080/stagemonitor work?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<
#61 (comment)>,
or mute the thread<
https://github.com/notifications/unsubscribe-auth/AQH9NKG6C2DKdyiBmx45EvOrQstwEcBoks5s8nm4gaJpZM4QzlrM
>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACEDCI-2nS6wS8zsP4kp3-lPMzjNBdShks5s8v7vgaJpZM4QzlrM>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From logs stage monitor in the spring boot app is intialized
But when a req is issued to http://localhost:8080/timeclock/stagemonitor I get the response below.
{
"timestamp": 1512276318874,
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/timeclock/stagemonitor"
}
Can you please help me isolate what I am missing
The text was updated successfully, but these errors were encountered: