- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我在终端 /opt/glassfish4/glassfish/bin/asadmin start
上键入此内容时,我得到以下结果:
Remote server does not listen for requests on [localhost:4848]. Is the server up?
Unable to get remote commands.
Closest matching local command(s):
restart-domain
restart-local-instance
start-database
start-domain
start-local-instance
Command start failed.
同样,当我输入 /opt/glassfish4/glassfish/bin/asadmin --port 5656 start-domain
时,我得到
java.io.IOException: Couldn't get lock for /opt/glassfish4/glassfish/domains/domain1/logs/server.log
at java.util.logging.FileHandler.openFiles(FileHandler.java:389)
at java.util.logging.FileHandler.<init>(FileHandler.java:287)
at com.sun.enterprise.admin.launcher.GFLauncherLogger.addLogFileHandler(GFLauncherLogger.java:98)
at com.sun.enterprise.admin.launcher.GFLauncher.setup(GFLauncher.java:191)
at com.sun.enterprise.admin.servermgmt.cli.StartDomainCommand.createLauncher(StartDomainCommand.java:220)
at com.sun.enterprise.admin.servermgmt.cli.StartDomainCommand.executeCommand(StartDomainCommand.java:117)
at com.sun.enterprise.admin.cli.CLICommand.execute(CLICommand.java:321)
at com.sun.enterprise.admin.cli.AdminMain.executeCommand(AdminMain.java:360)
at com.sun.enterprise.admin.cli.AdminMain.doMain(AdminMain.java:298)
at org.glassfish.admin.cli.AsadminMain.main(AsadminMain.java:56)
Waiting for domain1 to start .Error starting domain domain1.
The server exited prematurely with exit code 1.
Before it died, it produced the following output:
Launching GlassFish on Felix platform
Exception in thread "main" java.lang.RuntimeException: the domain directory is not writable.
at com.sun.enterprise.glassfish.bootstrap.MainHelper.verifyDomainRoot(MainHelper.java:244)
at com.sun.enterprise.glassfish.bootstrap.MainHelper.findInstanceRoot(MainHelper.java:347)
at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:78)
at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:54)
Command start-domain failed.
我感觉路径 /opt/glassfish4/glassfish/bin/asadmin
中存在问题。我正在开发我的第一个 JSF Web 应用程序,但无法运行 glassfish 服务器。我正在使用 Netbeans 和 ubuntu 13.10。谁能给我指路吗?
谢谢!
最佳答案
错误信息
java.io.IOException: Couldn't get lock for /opt/glassfish4/glassfish/domains/domain1/logs/server.log
和
Exception in thread "main" java.lang.RuntimeException: the domain directory is not writable.
表明您用于启动服务器的用户帐户在您的 Glassfish 域文件夹中没有写入权限。
要解决此问题,请更改权限或使用具有足够权限的用户启动 asadmin
命令。
如果这不能解决问题,则可能有另一个进程锁定了您的 server.log
文件,但我想您会注意到这一点。确保您可以运行
lsof /opt/glassfish4/glassfish/domains/domain1/logs/server.log
查看是否有任何进程正在使用该文件。
另请参阅:
关于java - 启动 GoldFish 服务器时出错 : Ubuntu 13. 10,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26746848/
首先让我告诉你,我正在使用 Ubuntu 12.04 LTS 32 位。我正在尝试编译 Goldfish 3.4 内核。我从以下位置下载了预构建的 gcc: git clone https://and
首先让我告诉您,我正在使用 OS X 10.7.5 开发 MAC。我正在尝试编译 Goldfish 3.4 内核并在模拟器上运行它。它编译正常,但是当我运行它时,模拟器打开并卡住。当我执行“top”操
这个问题在这里已经有了答案: What is the parameter to use for event? how do i know? (5 个答案) 关闭1 年前。 我在 javascript
我咨询了here和 here但无法解决我的问题。 当我在终端 /opt/glassfish4/glassfish/bin/asadmin start 上键入此内容时,我得到以下结果: Remote s
我想在模拟器上构建和运行 CyanongenMod 10.2。首先,我的开发机器没问题(它为 crespo 构建了 CM 10.2,为摩托罗拉 Defy 构建了 CM 分支...为三星 p4 平板电脑
我修改了一些系统调用。除了“ioctl”,它们都运行良好。当我尝试在我的内核模块上“rmmod”时,我看到内核 panic 。我在 android 模拟器中使用 android-goldfish-3.
我正在尝试使用 local_manifest.xml 文件配置 repo 以获取可用的 goldfish Android 内核: https://android.googlesource.com/ke
我使用以下命令下载 android 内核的源代码: git clone https://android.googlesource.com/kernel/goldfish.git git checkou
使用 this guide 在 Arch Linux 上编译 Android Automotive OS 时在编译的最后阶段你可能会得到这样的错误: FAILED: out/target/produc
我是一名优秀的程序员,十分优秀!