Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error openiot-cas.war #142

Open
fabxw opened this issue Dec 6, 2017 · 0 comments
Open

Error openiot-cas.war #142

fabxw opened this issue Dec 6, 2017 · 0 comments

Comments

@fabxw
Copy link

fabxw commented Dec 6, 2017

Previously, I had a problem in the scheduler, but after compiling the project again, I was able to solve it. But after that, the following error appeared in Cas:

03:49:24,835 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."openiot-cas.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."openiot-cas.war".STRUCTURE: Failed to process phase STRUCTURE of deployment "openiot-cas.war"

at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65]

at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]

Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to mount deployment content

at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

... 5 more

Caused by: java.io.FileNotFoundException: /media/openiot/jboss-as-7.1.1.Final/standalone/deployments/openiot-cas.war (No such file or directory)

at java.io.FileInputStream.open(Native Method) [rt.jar:1.7.0_65]

at java.io.FileInputStream.<init>(FileInputStream.java:146) [rt.jar:1.7.0_65]

at org.jboss.vfs.spi.RootFileSystem.openInputStream(RootFileSystem.java:57)

at org.jboss.vfs.VirtualFile.openStream(VirtualFile.java:238)

at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567)

at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:97) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:87) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

... 6 more

someone know how to resolve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant