4 ms·
Trying to go to their website using Camino (I realize that its working for Firefox and other more popular browsers, was just kind of surprised): javax.servlet.
by willarson 19y ago
Trying to go to their website using Camino (I realize that its working for Firefox and other more popular browsers, was just kind of surprised):
javax.servlet.ServletException: agent.filename property not set in config
file
at com.cmp.nucleus.servlet.NucleusServlet.init(NucleusServlet.java:895)
at com.caucho.server.http.Application.createServlet(Application.java:3114)
at com.caucho.server.http.Application.loadServlet(Application.java:3065)
at com.caucho.server.http.QServletConfig.loadServlet(QServletConfig.java:435)
at com.caucho.server.http.Application.getFilterChainServlet(Application.java:2809)
at com.caucho.server.http.Application.buildFilterChain(Application.java:2765)
at com.caucho.server.http.Invocation.service(Invocation.java:313)
at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:346)
at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274)
at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
at java.lang.Thread.run(Thread.java:595)
- bdfh42 19y agoWell spotted - I just assumed that the server was having traffic problems as this link has been posted by Jeff Atwood at Coding Horror. It opens just fine in a FireFox IE tab of course.
- atoulouse 19y agoIsn't working for me in these popular browsers you speak of, unless it's just a mac thing? EDIT: A ha, it works now. Maybe it's a server load thing.
- pmjordan 19y agoI got that on my first attempt (Opera 9.25/Linux), after hitting 'reload' once I got the page. Weird.