简体   繁体   English

无法在机架空间云服务器上的ubuntu上运行jbossas7

[英]Not able to run jbossas7 on ubuntu on rackspace cloud server

I am a novice on ubuntu (linux), i am trying to setup jbossas7 on rackspace cloud server, I had installed jbossas7 and jdk6 on the server by uploading these files through ftp and then using command line through putty, it works well for about 24 hour , but after that it stops working, i think jbossas7 refuse to start, i tried many things including uninstalling and installing jdk. 我是ubuntu(Linux)的新手,我正在尝试在机架式云服务器上设置jbossas7,我已经通过ftp上传这些文件,然后通过腻子使用命令行在服务器上安装了jbossas7和jdk6,它在大约24天内运行良好小时,但此后它停止工作,我认为jbossas7拒绝启动,我尝试了许多操作,包括卸载和安装jdk。 when i ran /home/cuelearn/jboss/jboss-as-web-7.0.2.Final/bin/standalone.sh command i am getting following error... 当我运行/home/cuelearn/jboss/jboss-as-web-7.0.2.Final/bin/standalone.sh命令时,我得到以下错误...

    Exception in thread "main" java.lang.ExceptionInInitializerError
    at java.lang.Class.initializeClass(libgcj.so.12)
    at __redirected.__JAXPRedirected.initAll(__JAXPRedirected.java:87)
    at org.jboss.modules.Module$1.run(Module.java:88)
    at org.jboss.modules.Module$1.run(Module.java:75)
    at java.security.AccessController.doPrivileged(libgcj.so.12)
    at org.jboss.modules.Module.<clinit>(Module.java:75)
    at java.lang.Class.initializeClass(libgcj.so.12)
    at org.jboss.modules.Main.main(Main.java:260)
    Caused by: java.lang.IllegalArgumentException: Problem configuring DatatypeFactory
    at __redirected.__DatatypeFactory.<clinit>(__DatatypeFactory.java:70)
    at java.lang.Class.initializeClass(libgcj.so.12)
    ...7 more
    Caused by: javax.xml.datatype.DatatypeConfigurationException:                
    java.lang.ClassNotFoundException: gnu.xml.datatype.JAXPDatatypeFactory
    at javax.xml.datatype.DatatypeFactory.newInstance(libgcj.so.12)
    at __redirected.__DatatypeFactory.<clinit>(__DatatypeFactory.java:62)
    ...8 more
    Caused by: java.lang.ClassNotFoundException: gnu.xml.datatype.JAXPDatatypeFactory
    at java.lang.Class.forName(libgcj.so.12)
    at javax.xml.datatype.DatatypeFactory.newInstance(libgcj.so.12)
    ...9 more

Please guide me through this as i am very much under pressure because of this. 请为此指导我,因为我因此而承受很大压力。

I got exact the same issue. 我有完全相同的问题。 I think you solved the problem already after two years. 我认为您已经在两年后解决了这个问题。 Just in case anyone else faces the same issue: simply configure the java path in standalone.conf. 以防万一其他人遇到相同的问题:只需在standalone.conf中配置java路径。 Then the server should start effortless. 然后,服务器应该毫不费力地启动。 cheers 干杯

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

相关问题 java.io.IOException:无法运行程序“ sudo sh /etc/rc.d/init.d/jbossas7 restart”:error = 2,没有这样的文件或目录 - java.io.IOException: Cannot run program “sudo sh /etc/rc.d/init.d/jbossas7 restart”: error=2, No such file or directory 无法在ubuntu中与服务器建立连接pgadmin 3 - Not able to create connection, pgadmin 3 with server in ubuntu 在Amazon EC2上使用机架空间云映像? - Use a rackspace cloud image on Amazon EC2? 无法在Ubuntu上运行Rails服务器 - Cant run rails server on ubuntu 是否可以在ubuntu vps服务器中运行pygame? - Is it possible to run pygame in ubuntu vps server? 无法从Java代码连接Clamd服务器(Ubuntu) - Not able to connect Clamd server(Ubuntu) from java code 无法从Google Cloud VM telnet SMTP服务器 - Not able to telnet smtp server from google cloud vm 在机架空间云中使用密钥身份验证的无密码ssh失败:要求输入密码 - Passwordless ssh using key authentication in rackspace cloud fails: asks for password 如何在Apache服务器上运行cakephp应用程序? [UBUNTU] - How to run a cakephp app on an apache server? [UBUNTU] Nightmare.js 在 Ubuntu Linux 云服务器上没有按预期工作 - Nightmare.js not working as expected on Ubuntu Linux cloud server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM