Jump to content

[Solved] Is Tommy Down? What Happened To My Account's Myhelioservlet?


Recommended Posts

Posted

I'm guessing seems you've got a 404 problem that the file has been moved, Tommy isnt down.

 

Have you tried re-uploading?

Posted

@Bailey: Java is weird. Files don't necessarily need to exist where you'd expect because of Tomcat. A 404 is expected when there's nothing deployed in that virtual folder.

 

@Amoss: Did you deploy a new WAR with a different name? If you did, it removes the old one during that process. You can only have one WAR at a time.

Posted

Thank you for your replies.

 

I didn't deploy anything lately.

Several days ago I got the same problem for several minutes but then it started working so I thought it was a temporary problem.

Yesterday again I got this error but this time it's been for hours...

How can I check if my WAR is deployed and working?

If not, how can I check what happened to it?

Thanks

Posted

That's odd...especially it breaking and fixing itself. Java Wars should not undeploy themselves unless you lose Java (inactivity or suspension causes that). I see the Tomcat 404 in your root, so you definitely have Java enabled.

 

Escalating so Krydos can look at this.

Posted

I've had a little think and this may be totally wrong but perhaps the WAR file was cached, hence why it worked again but the cache has expired, presenting a 404?

Posted

Could be. I have no way of knowing until Krydos lets us know what's wrong with it. It's also entirely possible it just needs to be redeployed.

Posted

The question is whether to wait for Krydos or to re-deploy and check.

I'm asking because if the problem is something else, I don't want the re-deployment to make more damage

Guest
This topic is now closed to further replies.
×
×
  • Create New...