Skip to content

Instantly share code, notes, and snippets.

@jesuslerma
Created June 10, 2015 22:20
Show Gist options
  • Save jesuslerma/b6ee9f6272e34abb6c97 to your computer and use it in GitHub Desktop.
Save jesuslerma/b6ee9f6272e34abb6c97 to your computer and use it in GitHub Desktop.
Error en balance de comprobacion del servicio de contalink
2015-06-10T22:19:49.935948+00:00 app[web.1]: ENTRO AQUI TAMBIENjava.lang.IllegalArgumentException: The bucket name parameter must be specified when uploading an object
2015-06-10T22:19:49.936292+00:00 app[web.1]: at com.amazonaws.services.s3.AmazonS3Client.assertParameterNotNull(AmazonS3Client.java:2928)
2015-06-10T22:19:49.936321+00:00 app[web.1]: at com.amazonaws.services.s3.AmazonS3Client.putObject(AmazonS3Client.java:1346)
2015-06-10T22:19:49.936347+00:00 app[web.1]: at com.tegik.cl.contabilidad.request.LlamarRequest.uploadFile(LlamarRequest.java:63)
2015-06-10T22:19:49.936373+00:00 app[web.1]: at com.tegik.cl.contabilidad.request.LlamarRequest.getXMLContabilidad(LlamarRequest.java:37)
2015-06-10T22:19:49.936400+00:00 app[web.1]: at com.tegik.cl.services.ContabilidadElectronicaService.getBalanzaComprobacion(ContabilidadElectronicaService.java:43)
2015-06-10T22:19:49.936532+00:00 app[web.1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2015-06-10T22:19:49.936565+00:00 app[web.1]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2015-06-10T22:19:49.936591+00:00 app[web.1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2015-06-10T22:19:49.936621+00:00 app[web.1]: at java.lang.reflect.Method.invoke(Method.java:616)
2015-06-10T22:19:49.936647+00:00 app[web.1]: at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
2015-06-10T22:19:49.936722+00:00 app[web.1]: at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
2015-06-10T22:19:49.939650+00:00 app[web.1]: at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
2015-06-10T22:19:49.939657+00:00 app[web.1]: at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
2015-06-10T22:19:49.939686+00:00 app[web.1]: at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
2015-06-10T22:19:49.939712+00:00 app[web.1]: at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
2015-06-10T22:19:49.939767+00:00 app[web.1]: at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
2015-06-10T22:19:49.939836+00:00 app[web.1]: at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
2015-06-10T22:19:49.939891+00:00 app[web.1]: at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
2015-06-10T22:19:49.939917+00:00 app[web.1]: at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
2015-06-10T22:19:49.939944+00:00 app[web.1]: at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
2015-06-10T22:19:49.939971+00:00 app[web.1]: at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
2015-06-10T22:19:49.939997+00:00 app[web.1]: at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
2015-06-10T22:19:49.940023+00:00 app[web.1]: at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
2015-06-10T22:19:49.940049+00:00 app[web.1]: at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)
2015-06-10T22:19:49.940075+00:00 app[web.1]: at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
2015-06-10T22:19:49.940101+00:00 app[web.1]: at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:565)
2015-06-10T22:19:49.940127+00:00 app[web.1]: at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:479)
2015-06-10T22:19:49.940153+00:00 app[web.1]: at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
2015-06-10T22:19:49.940178+00:00 app[web.1]: at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:521)
2015-06-10T22:19:49.940204+00:00 app[web.1]: at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
2015-06-10T22:19:49.940230+00:00 app[web.1]: at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1031)
2015-06-10T22:19:49.940256+00:00 app[web.1]: at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
2015-06-10T22:19:49.940293+00:00 app[web.1]: at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
2015-06-10T22:19:49.940319+00:00 app[web.1]: at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:965)
2015-06-10T22:19:49.940345+00:00 app[web.1]: at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
2015-06-10T22:19:49.940370+00:00 app[web.1]: at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
2015-06-10T22:19:49.940400+00:00 app[web.1]: at org.eclipse.jetty.server.Server.handle(Server.java:349)
2015-06-10T22:19:49.940426+00:00 app[web.1]: at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:449)
2015-06-10T22:19:49.940451+00:00 app[web.1]: at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:910)
2015-06-10T22:19:49.940478+00:00 app[web.1]: at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:634)
2015-06-10T22:19:49.940503+00:00 app[web.1]: at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230)
2015-06-10T22:19:49.940530+00:00 app[web.1]: at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:76)
2015-06-10T22:19:49.940556+00:00 app[web.1]: at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:609)
2015-06-10T22:19:49.940581+00:00 app[web.1]: at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:45)
2015-06-10T22:19:49.940607+00:00 app[web.1]: at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
2015-06-10T22:19:49.940633+00:00 app[web.1]: at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
2015-06-10T22:19:49.940660+00:00 app[web.1]: at java.lang.Thread.run(Thread.java:679)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment