Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Oct 28th, 2010  |  syntax: Java  |  size: 5.50 KB  |  hits: 130  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Running ec.pazmino.example.ejb.lunch.test.CreateEmployeeTest
  2. 1    ERROR Server  - MbeanException
  3. org.jboss.deployment.DeploymentException: Failed to deploy: file:/home/iapazmino/workspace/sandbox/lunch-ejb/test.ear
  4.         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:838)
  5.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  7.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  8.         at java.lang.reflect.Method.invoke(Method.java:597)
  9.         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
  10.         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
  11.         at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  12.         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  13.         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
  14.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  16.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  17.         at java.lang.reflect.Method.invoke(Method.java:597)
  18.         at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:263)
  19.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  21.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  22.         at java.lang.reflect.Method.invoke(Method.java:597)
  23.         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
  24.         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
  25.         at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
  26.         at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
  27.         at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:140)
  28.         at org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableInterceptor.java:74)
  29.         at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
  30.         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  31.         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
  32.         at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:180)
  33.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  35.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  36.         at java.lang.reflect.Method.invoke(Method.java:597)
  37.         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
  38.         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
  39.         at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  40.         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  41.         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
  42.         at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:855)
  43.         at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:422)
  44.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  46.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  47.         at java.lang.reflect.Method.invoke(Method.java:597)
  48.         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
  49.         at sun.rmi.transport.Transport$1.run(Transport.java:159)
  50.         at java.security.AccessController.doPrivileged(Native Method)
  51.         at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
  52.         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
  53.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
  54.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
  55.         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  56.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  57.         at java.lang.Thread.run(Thread.java:662)
  58. Caused by: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  59.  
  60. *** DEPLOYMENTS IN ERROR: Name -> Error
  61.  
  62. vfszip:/home/iapazmino/workspace/sandbox/lunch-ejb/test.ear/ -> org.jboss.deployers.spi.DeploymentException: Error deploying test.jar: failed to initialize bean container
  63.  
  64.  
  65. DEPLOYMENTS IN ERROR:
  66.   Deployment "vfszip:/home/iapazmino/workspace/sandbox/lunch-ejb/test.ear/" is in error due to the following reason(s): java.lang.NullPointerException
  67.  
  68.         at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:993)
  69.         at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:939)
  70.         at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:873)
  71.         at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:862)
  72.         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:833)
  73.         ... 53 more
  74. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.879 sec <<< FAILURE!
  75.  
  76. Results :
  77.  
  78. Tests in error:
  79.   ec.pazmino.example.ejb.lunch.test.CreateEmployeeTest
  80.  
  81. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
  82.  
  83. Testsuite shutdown hook found server "test-field" still running; stopping it.
  84. Shutting down server: test-field
  85. shutdownTimeout will be=45
  86. Server stopped.