玻璃鱼启动
今天我尝试使用 Netbeans 7.0.1 开始 JSF 编程。 现在,我在教程的帮助下制作了第一个应用程序,但我的 glassfish 服务器无法启动。
如果我在“开始”上单击服务器上的 Netbeans(请参阅此处),则不会发生任何情况。如果我运行我的应用程序,它会告诉我正在启动 GlassFish Server 3.1
,但大约十分钟后,什么也没有发生。
那么我能做些什么来解决这个问题呢?我也尝试再次安装netbeans,但没有帮助。
I tried to start with JSF programming today, working with Netbeans 7.0.1.
Now, I made my first application with the help of a tutorial, but my glassfish server does not start.
If I click in Netbeans at Servers on Start (See here), nothing happens. If I run my application, it tells me Starting GlassFish Server 3.1
, but also after about ten minutes, nothing happens.
So what can I do to solve this problem? I also tried to install netbeans once again, but it doesn´t helped.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您的系统上安装了 Glassfish 服务器,否则 Netbeans 将不会显示如图所示的 GF 节点。
尝试从命令行启动 Glassfish。找到您的 GF 安装目录。有一个子文件夹bin。
该文件夹内有 asadmin 工具。尝试以下命令:
这将启动 GF 的标准域 domain1。它应该以“域启动成功”之类的内容结束。如果没有,我们可以进一步考虑。
I assume that a Glassfish server is installed on your system, otherwise Netbeans wouldn't show the GF node as shown in your picture.
Try to start Glassfish from the command line. Find your GF installation directory. There is a subfolder bin.
Inside this folder there is the asadmin tool. Try the following command:
This will start GF's standard domain domain1. It should end up with something like "Domain started successfully". If not, we could look further.