This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SEVERE: java.lang.NullPointerException | |
at tr.com.aymarka.aymmws.service.TempService.addBarkod(TempService.java:54) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.glassfish.webservices.InstanceResolverImpl$1.invoke(InstanceResolverImpl.java:143) | |
at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:149) | |
at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:94) | |
at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:961) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import twitter # pip install python-twitter | |
import pickle | |
def main(): | |
# create an app an set read/write permissions. credidentials below | |
api = twitter.Api( | |
consumer_key='', | |
consumer_secret='', | |
access_token_key='', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-05-08 23:49:10.756662 [ThreadId 4] - run entered for HIE Version 0.2.0.0, Git revision b167e63e00007624fcf00b578b3e8846362eea14 (1331 commits) x86_64 ghc-8.2.2 | |
2018-05-08 23:49:10.75767 [ThreadId 4] - Current directory:/Users/zekus/devel/projects/personal/seyler | |
2018-05-08 23:49:10.757752 [ThreadId 4] - | |
haskell-lsp:Starting up server ... | |
2018-05-08 23:49:10.758317 [ThreadId 4] - ---> {"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"completion":{"completionItem":{"commitCharactersSupport":null,"documentationFormat":null,"snippetSupport":true},"dynamicRegistration":null}}},"initializationOptions":null,"processId":26452,"rootPath":"/Users/zekus/devel/projects/personal/seyler","rootUri":"file:///Users/zekus/devel/projects/personal/seyler","trace":"off"},"id":9} | |
2018-05-08 23:49:10.75895 [ThreadId 4] - haskell-lsp:initializeRequestHandler: setting current dir to project root:/Users/zekus/devel/projects/personal/seyler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-05-09 00:33:10.78796 [ThreadId 4] - run entered for HIE Version 0.2.0.0, Git revision b167e63e00007624fcf00b578b3e8846362eea14 (1331 commits) x86_64 ghc-8.2.2 | |
2018-05-09 00:33:10.788922 [ThreadId 4] - Current directory:/Users/zekus/devel/projects/personal/seyler | |
2018-05-09 00:33:10.788995 [ThreadId 4] - | |
haskell-lsp:Starting up server ... | |
2018-05-09 00:33:10.789567 [ThreadId 4] - ---> {"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"completion":{"completionItem":{"commitCharactersSupport":null,"documentationFormat":null,"snippetSupport":true},"dynamicRegistration":null}}},"initializationOptions":null,"processId":32821,"rootPath":"/Users/zekus/devel/projects/personal/seyler","rootUri":"file:///Users/zekus/devel/projects/personal/seyler","trace":"off"},"id":9} | |
2018-05-09 00:33:10.790209 [ThreadId 4] - haskell-lsp:initializeRequestHandler: setting current dir to project root:/Users/zekus/devel/projects/personal/seyler |