简体   繁体   English

即使域名开始,玻璃鱼也无法访问

[英]glassfish is not accessible, even though domain started

I have had glassfish installed and running on my server for a few weeks now everything was working fine but today its behaving very weirdly, 我已经在服务器上安装了glassfish并运行了几周,现在一切正常,但是今天它的运行方式很奇怪,

I first tried to access the admin page but it wouldnt load, so i tried to stop the domain, when I ran asadmin stop-domain domain1, the command just sat there doing nothing, tried starting the domain again, it said the domain is already running. 我首先尝试访问管理页面,但它不会加载,因此我尝试停止域,当我运行asadmin stop-domain domain1时,该命令只是坐在那儿无所事事,尝试再次启动域,它表示域已经存在运行。

so I restarted the server. 所以我重启了服务器。 Still had the same issue, then went to taskmanager and stopped the glassfish server from there, started the domain again from asadmin. 仍然有相同的问题,然后转到taskmanager并从那里停止了glassfish服务器,然后从asadmin重新启动域。

now on localhost:4848 it shows the page for glassfish server is loading but nothing happens beyond that, once it showed me the login page but after I entered the credentials it didn't go any further just kept loading, non of the applications on the server are also accessible. 现在位于localhost:4848上,它显示了glassfish服务器的页面正在加载,但是除此之外,什么也没有发生,一旦它显示了登录页面,但是在我输入了凭据之后,它就不再继续加载了,就不再加载该应用程序了。服务器也可以访问。

I checked the logs and there is nothing abnormal there just shows the regular server loading logs. 我检查了日志,没有任何异常,只是显示了常规服务器加载日志。 My firewall is also disabled. 我的防火墙也被禁用。

At this point I am completely stumped about what else I could try. 在这一点上,我完全无法解决其他尝试。

one of the application page finally loaded after a long time it is showing gc overhead limit reached, so apparently i have a memory leak somewhere 长时间加载的应用程序页面之一最终显示已达到gc开销限制,因此显然我在某处存在内存泄漏

Please check that your DNS is working properly. 请检查您的DNS是否正常工作。 Check host localhost , host servername.example.com and whatever the IP address that is returned for that with host <ipaddr> to make sure you are getting proper DNS resolution for all three items. 检查host localhosthost servername.example.com以及使用host <ipaddr>返回的IP地址,以确保为所有这三个项目都获得正确的DNS解析。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 即使端口没有被占用,也无法启动Glassfish 3.1 - Unable to start Glassfish 3.1 even though port not occupied 即使属性文件可用,glassfish上的log4j错误 - log4j error on glassfish even though properties file available GlassFish入门 - Getting Started with GlassFish 如何使用将暂停执行直到域启动的批处理文件在 Windows 中启动 Glassfish 服务? - How to start Glassfish service in Windows using batch file that will pause execution untill domain is started? 即使我没有关闭Cookie,Glassfish也使用URL重写 - Glassfish use URL rewriting even though I have not turned off cookies Java:即使模块信息打开了必要的 package,springrframework.beans 也无法访问 - Java: springrframework.beans not accessible even though module-info opens the necessary package glassfish 4.1.2 Web容器未启动 - glassfish 4.1.2 web container not started Glassfish服务器启动时发生异常 - Exception while Glassfish server started Android-即使下载是在单独的线程中启动的,也可以获取NetworkOnMainThreadException进行文件下载 - Android - Getting NetworkOnMainThreadException for file download even though download is started in separate thread 即使我在正确的域中,Selenium addCookie 也会出现无效的 Cookie 域异常 - Selenium addCookie getting Invalid Cookie Domain Exception even though I'm on the right domain
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM