- This topic has 3 replies, 2 voices, and was last updated 14 years, 10 months ago by
support-shalini.
-
AuthorPosts
-
JP007MemberI have added JBoss AS 6 M1 up to M4 experimently as a server in the Preferences->Servers->JBoss-> JBoss 6.x using MS Windows7 and MyEclipse 8.6-20100806. When trying to start the server, it immediately crashes and the following stack trace is shown on the console:
Failed to boot JBoss:
org.jboss.bootstrap.api.config.InvalidConfigurationException: Could not get a connection to the jboss.server.config.url: file:/V:/jboss-6.0.0.20100721-M4/server/JBoss/conf
at org.jboss.bootstrap.impl.as.config.JBossASBasedConfigurationValidator.require(JBossASBasedConfigurationValidator.java:217)
at org.jboss.bootstrap.impl.as.config.JBossASBasedConfigurationValidator.require(JBossASBasedConfigurationValidator.java:187)
at org.jboss.bootstrap.impl.as.config.JBossASBasedConfigurationValidator.validate(JBossASBasedConfigurationValidator.java:120)
at org.jboss.bootstrap.impl.as.config.JBossASBasedConfigurationValidator.validate(JBossASBasedConfigurationValidator.java:43)
at org.jboss.bootstrap.impl.base.server.AbstractServer.validate(AbstractServer.java:1010)
at org.jboss.bootstrap.impl.base.server.AbstractServer.doInitialize(AbstractServer.java:566)
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doInitialize(AbstractMCServerBase.java:225)
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doInitialize(AbstractJBossASServerBase.java:284)
at org.jboss.bootstrap.impl.base.server.AbstractServer.initialize(AbstractServer.java:524)
at org.jboss.Main.boot(Main.java:458)
at org.jboss.Main$1.run(Main.java:805)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.FileNotFoundException: V:\jboss-6.0.0.20100721-M4\server\JBoss\conf (Das System kann die angegebene Datei nicht finden)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
at org.jboss.bootstrap.impl.as.config.JBossASBasedConfigurationValidator.require(JBossASBasedConfigurationValidator.java:213)I can run the server just normally from the command line via bin/run.bat.
Any help would be appreciated.
Thanks,
JoergSeptember 22, 2010 at 6:17 am #311460
support-shaliniMemberJoerg,
I could not replicate this at my end. I have attached a screen showing my configuration details.
Can you send us a screen shot showing your server configuration details?Caused by: java.io.FileNotFoundException: V:\jboss-6.0.0.20100721-M4\server\JBoss\conf
also, can you clarify if the above folder structure exists?
Attachments:
You must be logged in to view attached files.September 22, 2010 at 9:07 am #311461
JP007MemberShalini,
having copied the server/default configuration files to the server/JBoss directory, everything works fine now.
I’m just wondering why JBoss does not fall back to the default configuration when started from within myEclipse.
Anyway, thanks so far
September 23, 2010 at 12:51 am #311472
support-shaliniMemberJP007,
Good to know it is working.I’m just wondering why JBoss does not fall back to the default configuration when started from within myEclipse.
I shall escalate this to the dev team.
-
AuthorPosts