[Beginners Corner] - JBoss Eclipse IDE Tutorial 1.5.0 (FiboBean homeinterface and
by pschnepf
Hi, I have downloaded the JBoss Eclipse IDE 1.5.1 GA and follow the IDE Tutorial. So far I have developed the FiboBean according to the tutorial and checked meanwhile 7x the XDoclet configurations. When running XDoclet the Console says the following which looks ok to me (see below). Unfortunately no tutorial.homeinterface nor tutorial.remoteinterface was created. Also the ejb-jar.xml and jboss.xml are marked with error crosses although I have copied the sourcecose from the tutorial.
Anybody out there who can help? Thanks in advance, Peter
N65540:
[ejbdoclet] (XDocletMain.start 47 ) Running
[ejbdoclet] (XDocletMain.start 47 ) Running
[ejbdoclet] (XDocletMain.start 47 ) Running
[ejbdoclet] (XDocletMain.start 47 ) Running
N66256:
[webdoclet] (XDocletMain.start 47 ) Running
[webdoclet] (XDocletMain.start 47 ) Running
_xdoclet_generation_:
BUILD SUCCESSFUL
Total time: 2 seconds
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029116#4029116
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029116
19Â years, 1Â month
[Installation, Configuration & Deployment] - Re: Making the application as default
by niranjanshetty
This exception occurs during the restart of the app server. The application is not accesible there after....
Below is the exact stack trace........
22:07:23,380 ERROR [TomcatDeployer] Error during deployment: file:/C:/JBoss/jboss-5.0.0.Beta1/server/default/deploy/ITMS.war/
org.jboss.deployers.spi.DeploymentException: Failed to create web module
at org.jboss.web.deployers.AbstractWarDeployer.deploy(AbstractWarDeployer.java:403)
at org.jboss.web.deployers.AbstractWarDeployer.deploy(AbstractWarDeployer.java:78)
at org.jboss.deployers.plugins.deployers.helpers.AbstractSimpleRealDeployer.deploy(AbstractSimpleRealDeployer.java:53)
at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:145)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:440)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:381)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:366)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.bootstrap(ProfileServiceBootstrap.java:246)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89)
at org.jboss.system.server.profileservice.ServerImpl.doStart(ServerImpl.java:401)
at org.jboss.system.server.profileservice.ServerImpl.start(ServerImpl.java:340)
at org.jboss.Main.boot(Main.java:210)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.jboss.deployers.spi.DeploymentException: Error creating rar deployment file:/C:/JBoss/jboss-5.0.0.Beta1/server/default/deploy/ITMS.war/
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.web.deployers.AbstractWarDeployer.deployWebModule(AbstractWarDeployer.java:608)
at org.jboss.web.deployers.AbstractWarDeployer.deploy(AbstractWarDeployer.java:399)
... 14 more
Caused by: javax.management.MalformedObjectNameException: Unterminated key property part
at javax.management.ObjectName.construct(ObjectName.java:465)
at javax.management.ObjectName.(ObjectName.java:1297)
at org.jboss.web.deployers.AbstractWarDeployer.deployWebModule(AbstractWarDeployer.java:583)
... 15 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029115#4029115
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029115
19Â years, 1Â month