본문 바로가기

반응형

Error Notes

(22)
[Next.js] error - unhandledRejection: MongoServerError: user is not allowed to do action [find] on [test.users] error - unhandledRejection: MongoServerError: user is not allowed to do action [find] on [test.users] at Connection.onMessage (C:\Users\leejoonho) at _write (node:internal/streams/writable:330:10) at MessageStream.Writable.write (node:internal/streams/writable:334:10) at TLSSocket.ondata (node:internal/streams/readable:754:22) at TLSSocket.emit (node:events:527:28) at addChunk (node:internal/str..
java.util.zip.ZipException: invalid END header (bad central directory offset) : 해결방법 java.util.zip.ZipException: invalid END header (bad central directory offset) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:112) at java.util.jar.JarFile.(JarFile.java:117) at java.util.jar.JarFile.(JarFile.java:55) at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:1216) at org.apache.catalina.loader.StandardCla..
Error creating bean with name 'exceptionTransfer' defined in file : (해결 방법) org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exceptionTransfer' defined in file -> https://www.egovframe.go.kr/home/qainfo/qainfoRead.do?menuNo=69&qaId=QA_00000000000019137 묻고 답하기 | 표준프레임워크 포털 eGovFrame 처리중입니다. 잠시만 기다려주십시오. www.egovframe.go.kr 안녕하세요. 표준프레임워크센터 입니다. 첨부하신 로그에 보면 다음 부분이 확인이 됩니다. nested exception is java.lang.ClassNotFoundException 샘플 프로젝트인..
[Node.js] ERROR : Refused to apply style from 'http://localhost:5000/resource/css/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. ( 일단 간단한 html + css 파일 덩어리 ! 퍼블리셔에게 넘겨 받아서 node.js server에 올릴 목적으로 작업을 진행하였다. 매우 간단하다고 생각하였는데 문제가 발생했다. const express = require("express"); const port = process.env.PORT || 5000; const app = express(); app.use(express.json()); app.use(express.urlencoded()); //api routes app.get("/", (req, res) => { res.sendFile(__dirname + "/public/index.html"); }); app.post("/post", (req, res) => { console.log(re..
WARN [org.springframework.web.servlet.PageNotFound] No mapping found for HTTP request with URI [/aaa/bbb/dddddd.do] in DispatcherServlet with name 'action' 1. web.xml 에서 DispatcherServlet 선언이 제대로 되어있는지 확 appServlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:ㄴㄴㄴㄴ.xml 1 appServlet / action org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/config/springmvc/dispatcher-servlet.xml 1 action *.do rest org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/confi..
How to use workbook.saveas with automatic Overwrite stackoverflow.com/questions/36542088/overwrite-existing-file-excel-vba overwrite existing file excel vba open_book.SaveAs Filename:="E:\MF\data\" & com_tick_ask & ".xlsx", FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False This is my code to save a file as xlsx but I want to overwrite an exis... stackoverflow.com Sorry friends for trouble. I got an answer. I just have to put this line of code im..

반응형