Opencart Vqmod Error Writing Log - opencart
I want to ask opencart problem, I got this error:
SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data
OK
{"country_id":"100","name":"Indonesia","iso_code_2":"ID","iso_code_3":"IDN" ,"address_format":"","postcode_required":"1","zone":[{"zone_id":"1507","country_id":"100","name":"Aceh","code":"Aceh","status":" 1"},{"zone_id":"1508","country_id":"100","name":"Bali","code":"Bali","statu s":"1"},{"zone_id":"1509","country_id":"100","name":"Banten","code":"Banten ","status":"1"},{"zone_id":"1510","country_id":"100","name":"Bengkulu","cod e":"BE","status":"1"},{"zone_id":"1511","country_id":"100","name":"D.I.Yogy akarta","code":"YG","status":"1"},{"zone_id":"1512","country_id":"100","nam e":"Gorontalo","code":"GO","status":"1"},{"zone_id":"1513","country_id":"10 0","name":"Jakarta","code":"Jakarta","status":"1"},{"zone_id":"1514","count ry_id":"100","name":"Jambi","code":"JA","status":"1"},{"zone_id":"1515","co untry_id":"100","name":"Jawa Barat","code":"JB","status":"1"},{"zone_id":"1516","country_id":"100","name ":"Jawa Tengah","code":"JT","status":"1"},{"zone_id":"1517","country_id":"100","nam e":"Jawa Timur","code":"JI","status":"1"},{"zone_id":"1518","country_id":"100","name ":"Kalimantan Barat","code":"KB","status":"1"},{"zone_id":"1519","country_id":"100","name ":"Kalimantan Selatan","code":"KS","status":"1"},{"zone_id":"1520","country_id":"100","na me":"Kalimantan Tengah","code":"KT","status":"1"},{"zone_id":"1521","country_id":"100","nam e":"Kalimantan Timur","code":"KI","status":"1"},{"zone_id":"1522","country_id":"100","name ":"Kepulauan Bangka Belitung","code":"BB","status":"1"},{"zone_id":"1537","country_id":"100","n ame":"Kepulauan Riau","code":"KPR","status":"1"},{"zone_id":"1523","country_id":"100","name ":"Lampung","code":"LA","status":"1"},{"zone_id":"1524","country_id":"100", "name":"Maluku","code":"MA","status":"1"},{"zone_id":"1525","country_id":"1 00","name":"Maluku Utara","code":"MU","status":"1"},{"zone_id":"1526","country_id":"100","name ":"Nusa Tenggara Barat","code":"NB","status":"1"},{"zone_id":"1527","country_id":"100","name ":"Nusa Tenggara Timur","code":"NT","status":"1"},{"zone_id":"1528","country_id":"100","name ":"Papua","code":"PA","status":"1"},{"zone_id":"3970","country_id":"100","n ame":"Papua Barat","code":"PB","status":"1"},{"zone_id":"1529","country_id":"100","name ":"Riau","code":"RI","status":"1"},{"zone_id":"3971","country_id":"100","na me":"Sulawesi Barat","code":"SR","status":"1"},{"zone_id":"1530","country_id":"100","name ":"Sulawesi Selatan","code":"SN","status":"1"},{"zone_id":"1531","country_id":"100","na me":"Sulawesi Tengah","code":"ST","status":"1"},{"zone_id":"1532","country_id":"100","nam e":"Sulawesi Tenggara","code":"SG","status":"1"},{"zone_id":"1533","country_id":"100","n ame":"Sulawesi Utara","code":"SA","status":"1"},{"zone_id":"1534","country_id":"100","name ":"Sumatera Barat","code":"SB","status":"1"},{"zone_id":"1535","country_id":"100","name ":"Sumatera Selatan","code":"SS","status":"1"},{"zone_id":"1536","country_id":"100","na me":"Sumatera Utara","code":"SU","status":"1"}],"status":"1"}<b>Warning</b>:
file_put_contents(C:\xampp\htdocs\rumahjoy\vqmod/logs/Fri.log) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: No such file or directory in <b>/home/sloki/user/h1604/sites/rumahjoy.com/www/vqmod/vqmod.php</b> on line <b>395</b>LOG FILE COULD NOT BE WRITTEN
I have 2 question:
First, what happen with my vqmod? It got C:\xampp (localhost). I've hosted it to server which must be /home/sloki/user/.......
Second, what's wrong with JSON error? Because at localhost it works fine.
Upgrade to VQmod 2.3.2 then its solved..
Related
Logstash grok pattern to catch the first line with the string Exception
This is the an example log: 2022-01-07 11:05:01,185 [http-nio-8080-exec-526] WARN de.web.Main| = - Error while execute Request javax.servlet.ServletException: com.cg.blart.web.HttpInvocationException: Invalid tenant session at com.cg.blume.web.DispatchingServlet.doGet(DispatchingServlet.java:169) at de.jinx.lee.web.AutoDBUpgradeDispatchingServlet.lambda$doGet$0(AutoDBUpgradeDispatchingServlet.java:200) at de.jinx.lee.web.AutoDBUpgradeDispatchingServlet.addMDCKey(AutoDBUpgradeDispatchingServlet.java:297) Caused by: com.cg.blume.web.HttpInvocationException: Invalid tenant session at com.cg.blume.web.procedure.HttpSessionManager.get(HttpSessionManager.java:190) at de.jinx.lee.web.session.leeHttpSessionManager.get(leeHttpSessionManager.java:76) ... 41 more This ist the pattern so far: ^.*?Exception: +%{DATA:exception}$ The output i get is close but no cigar: "com.cg.blart.web.HttpInvocationException: Invalid tenant session". For the live of me i dont get it to match the whole line. Can you show me the way? The desired output is: javax.servlet.ServletException: com.cg.blart.web.HttpInvocationException: Invalid tenant session Here is a link for a test tool: https://grokdebug.herokuapp.com/
Solution was this pattern: (?<DATA:mps_exception>.*?(Exception:).*) It is explained here: https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html#_custom_patterns
phpseclib wordpress integration not working
i am trying to run phpseclib with Wordpress but its not logging in. the same code runs on PHP Designer 8 which has PHP v 5.* but on word press with PHP 7.3* and PHP 7.4 its not running. I got 2 error in Eventviewer sshd: Bad packet length 980908999. [preauth] sshd: ssh_dispatch_run_fatal: Connection from 127.0.0.1 port 15412: message authentication code incorrect [preauth] SFTP server is Openssh it gives 2 warnings on the webpage as follows. Can someone guide please. thanks. Warning: unpack(): Type C: not enough input, need 1, have 0 in C:\Program Files (x86)\xampp\htdocs\testing\wp-content\plugins\sftp\phpseclib\Net\SSH2.php on line 1345 Warning: extract() expects parameter 1 to be array, bool given in C:\Program Files (x86)\xampp\htdocs\testing\wp-content\plugins\sftp\phpseclib\Net\SSH2.php on line 1345 $sftp = new Net_SFTP('127.0.0.1',22); $sftp->getLog(); if (!$sftp->login('myuser', 'pass')) { //if you can't log on... $sftp->getLog(); echo $sftp->getErrors(); print_r($sftp->getSFTPErrors()); echo $sftp->getSFTPLog(); exit('sftp Login Failed'); } echo $sftp->pwd();
How can I make file association in Qt installer(1.5.0)?
How can I make file association in Qt installer framework(1.5.0) on Windows? I want to do this: For example, when I double click myFile.x then my qt desktop application(Windows) will launch and open this file. I want to correct this in installscript.qs : component.addOperation("CreateShortcut", "#TargetDir#/A.exe", "#StartMenuDir#/A.lnk"); component.addOperation("RegisterFileType", "fl", "#TargetDir#\\A.exe" + "'%1'", "myFiles", "text/plain", "#TargetDir#/A_icon.ico", "ProgId=A.fl"); component.addOperation("CreateShortcut", "#TargetDir#/uninstall.exe", "#StartMenuDir#/Uninstall.lnk"); When I write this string, it gives parse error. Output is : Caught exception: Exception while loading component script: 'D:/Workspace/A/A_installer/A/packages/com.ge.mss/meta/installscript.qs SyntaxError: Parse error Backtrace: ()#D:/Workspace/A/A_installer/A/packages/com.ge.mss/meta/installscript.qs:102'
If you are using windows just follow this: component.addOperation("RegisterFileType", "bob", "#TargetDir#\\BobiSoft.exe \" %1\"", "BobiSoft Files", "application/x-binary", "#TargetDir#/bobi_file_icon.ico", "ProgId=BobiSoft.bob"); I also had this problem, the trick was to replace the ' %1' as many examples say, with \" %1\".
I cannot put file with cfftp, any ideas why?
I am trying to create a function to upload two xml files to another website once a day, I can make a connection fine using this code <cfftp action = "open" username = "xxxx" connection = "MyConnection" password = "xxxx" server = "xxx" passive="yes" secure="true"> but then when I try to put the file using this code <cfftp action="putFile" connection="MyConnection" localfile="xxx" remotefile="xxx"> then I get this error An error occurred during the sFTP putFile operation. Error: Permission denied. The error occurred in xxxxx: line 13 11 : connection="MyConnection" 12 : localfile="xxxx" 13 : remotefile="xxxx"> Additional background info is that I can upload via filezilla.
Just use passive="yes" with the putFile operation: <cfftp action="putFile" connection="MyConnection" localfile="xxx" remotefile="xxx" passive="yes">
I just had a look at some code I wrote a while ago that uses cfftp, and my remotefile contains the full path. Can you confirm if yours does this? The error "permission denied" would make sense it if was trying to upload it into the wrong directory also. Let us know how you go.
'Cannot parse input stream' error when updating defects in Rally via pyral
I am using the Python Toolkit for Rally REST API to update defects on our Rally server. I have confirmed that I am able to make contact with the server and authenticate fine by getting a list of current defects. I am running into issues with updating them. I am using Python 2.7.3 with pyral 0.9.1 and requests 0.13.3. Also, I am passing 'verify=False' to the Rally() call and have made appropriate chages to the restapi module to compensate for this. Here is my test code: import sys from pyral import Rally, rallySettings server = "rallydev.server1.com" user = "user#mycompany.com" password = "trial" workspace = "trialWorkspace" project = "Testing Project" defectID = "DE192" rally = Rally(server, user, password, workspace=workspace, project=project, verify=False) defect_data = { "FormattedID" : defectID, "State" : "Closed" } try: defect = rally.update('Defect', defect_data) except Exception, details: sys.stderr.write('ERROR: %s \n' % details) sys.exit(1) print "Defect %s updated" % defect.FormattedID When I run the script: [temp]$ ./updefect.py ERROR: Unable to update the Defect If I change the code in the RallyRESTResponse function to print out the value of self.errors when found (line 164 of rallyresp.py), I get this output: [temp]$ ./updefect.py [u"Cannot parse input stream due to I/O error as JSON document: Parse error: expected '{' but saw '\uffff' [ chars read = >>>\uffff<<< ]"] ERROR: Unable to update the Defect I did find another question that sounds like it might possibly be related to mine here: App SDK: Erorr parsing input stream when running query Can you provide any assistance?
Pairing Michael's observation regarding the GZIP encoding with that of another astute Rally customer working a Support case on the issue - it appears that some versions of the requests module will default to GZIP compression if the content-type is not specifically defined. The fix is to set content-type to application/json in the REST Headers section of pyral's config.py: RALLY_REST_HEADERS = \ { 'X-RallyIntegrationName' : 'Python toolkit for Rally REST API', 'X-RallyIntegrationVendor' : 'Rally Software Development', 'X-RallyIntegrationVersion' : '%s.%s.%s' % __version__, 'X-RallyIntegrationLibrary' : 'pyral-%s.%s.%s' % __version__, 'X-RallyIntegrationPlatform' : 'Python %s' % platform.python_version(), 'X-RallyIntegrationOS' : platform.platform(), 'User-Agent' : 'Pyral Rally WebServices Agent', 'Content-Type' : 'application/json', }
What you are seeing is probably not related to the Python 2.7.3 / requests 0.13.3 versions being used. The error message you saw has also been reported using the Javascript based App SDK and .NET Toolkit for Rally (2 separate reports here on SO) and at least one other person using Python 2.6.6 and requests 0.9.2. It appears that the error verbiage is being generated on the Rally WSAPI back-end. Current assessment by fellow Rally'ers is that it is an encoding related issue. The question is where the encoding issue originates. I have yet to be able to repro this issue, having tried with several versions of Python (2.6.x and 2.7.x), several versions of requests and on Linux, MacOS and Win7. As you seem to be pretty comfortable with diving in to the code and running in debug mode, one avenue to try is to capture the defective POST URL and POST data and attempting the update via a browser based REST client like 'Simple REST Client' or Poster and observing if you get the same error message in the WSAPI response.
I'm seeing similar behavior with pyral while trying to add an attachment to a defect. With debugging and logging on I see this request on stdout: 2012-07-20T15:11:24.855212 PUT https://rally1.rallydev.com/slm/webservice/1.30/attachmentcontent/create.js?workspace=workspace/123456789 Then the json in the logfile: 2012-07-20 15:11:24.854 PUT attachmentcontent/create.js?workspace=workspace/123456789 {"AttachmentContent": {"Content": "iVBORw0KGgoAAAANSUhEUgAABBQAAAJrCAIAAADf2VflAAAXOWlDQ... Then this in the logfile (after a bit of fighting with restapi.py to get around the unicode error): 2012-07-20 15:11:25.260 404 Cannot parse input stream due to I/O error as JSON document: Parse error: expected '{' but saw '?' [ chars read = >>>?<<< ] The notable thing there is the 404 error code. Also, the "Cannot parse input stream..." error message is not coming from pyral, it's coming from Rally's server. So pyral is sending Rally something Rally can't understand. I also logged the response headers, which may be a clue: {'rallyrequestid': 'qs-app-03ml3akfhdpjk7c430otjv50ak.qs-app-0387404259', 'content-encoding': 'gzip', 'transfer-encoding': 'chunked', 'expires': 'Fri, 20 Jul 2012 19:18:35 GMT', 'vary': 'Accept-Encoding', 'cache-control': 'no-cache,no-store,max-age=0,must-revalidate', 'date': 'Fri, 20 Jul 2012 19:18:36 GMT', 'p3p': 'CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"', 'content-type': 'text/javascript; charset=utf-8'} Note there the 'content-encoding': 'gzip'. I suspect the requests module (I'm using 0.13.3 in Macos Python 2.6) is gzip encoding its PUT request but the Rally API server is not properly decoding that.