Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Nov 14th, 2011  |  syntax: None  |  size: 5.56 KB  |  views: 98  |  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. java.util.MissingResourceException: Can't find bundle for base name javax.xml.bind.Messages, locale en_US
  2.         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
  3.         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
  4.         at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
  5.         at javax.xml.bind.Messages.format(Messages.java:36)
  6.         at javax.xml.bind.Messages.format(Messages.java:21)
  7.         at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:146)
  8.         at javax.xml.bind.ContextFinder.find(ContextFinder.java:289)
  9.         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:412)
  10.         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:375)
  11.         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:279)
  12.         at org.switchyard.component.camel.config.model.v1.V1CamelImplementationModel.createJAXBInstance(V1CamelImplementationModel.java:91)
  13.         at org.switchyard.component.camel.config.model.v1.V1CamelImplementationModel.<init>(V1CamelImplementationModel.java:64)
  14.         at org.switchyard.component.camel.config.model.v1.V1CamelModelMarshaller.read(V1CamelModelMarshaller.java:94)
  15.         at org.switchyard.config.model.BaseModel.readModel(BaseModel.java:246)
  16.         at org.switchyard.config.model.BaseModel.getModelChildren(BaseModel.java:145)
  17.         at org.switchyard.config.model.BaseModel.primeModelChildren(BaseModel.java:316)
  18.         at org.switchyard.config.model.BaseModel.primeModelChildren(BaseModel.java:317)
  19.         at org.switchyard.config.model.BaseModel.primeModelChildren(BaseModel.java:317)
  20.         at org.switchyard.config.model.BaseModel.primeModelChildren(BaseModel.java:311)
  21.         at org.switchyard.config.model.BaseModel.orderModelChildren(BaseModel.java:301)
  22.         at org.switchyard.config.model.Models.merge(Models.java:79)
  23.         at org.switchyard.config.model.Models.merge(Models.java:55)
  24.         at org.switchyard.config.model.Models.merge(Models.java:42)
  25.         at org.switchyard.tools.forge.plugin.SwitchYardFacet.getMergedSwitchYardConfig(SwitchYardFacet.java:231)
  26.         at org.switchyard.tools.forge.plugin.SwitchYardPlugin.listServices(SwitchYardPlugin.java:90)
  27.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  29.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  30.         at java.lang.reflect.Method.invoke(Method.java:597)
  31.         at org.jboss.forge.shell.command.Execution.perform(Execution.java:147)
  32.         at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:125)
  33.         at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:63)
  34.         at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:711)
  35.         at org.jboss.forge.shell.ShellImpl.doShell(ShellImpl.java:495)
  36.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  38.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  39.         at java.lang.reflect.Method.invoke(Method.java:597)
  40.         at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:48)
  41.         at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)
  42.         at org.jboss.forge.shell.ShellImpl$Proxy$_$$_WeldClientProxy.doShell(ShellImpl$Proxy$_$$_WeldClientProxy.java)
  43.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  45.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  46.         at java.lang.reflect.Method.invoke(Method.java:597)
  47.         at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
  48.         at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
  49.         at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
  50.         at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
  51.         at org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
  52.         at org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)
  53.         at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)
  54.         at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:282)
  55.         at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:265)
  56.         at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:234)
  57.         at org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:635)
  58.         at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:622)
  59.         at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:616)
  60.         at org.jboss.forge.shell.Bootstrap$1.run(Bootstrap.java:87)
  61.         at java.lang.Thread.run(Thread.java:619)
  62. Caused by: java.lang.ClassCastException: javax.xml.bind.Messages cannot be cast to ResourceBundle
  63.         at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2297)
  64.         at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1364)
  65.         at java.util.ResourceBundle.findBundle(ResourceBundle.java:1328)
  66.         at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
  67.         at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
  68.         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1224)
  69.         ... 58 more
  70.  
  71. [Public]
  72. service: ServiceA
  73.    interface: inherited
  74.  
  75. [Private]
  76. component: ServiceBBuilder
  77.    service: ServiceB
  78.       interface: org.switchyard.example.ServiceB
  79. component: ServiceA
  80.    service: ServiceA
  81.       interface: org.switchyard.example.ServiceA
  82.  
  83.  
clone this paste RAW Paste Data