• 카테고리

    질문 & 답변
  • 세부 분야

    백엔드

  • 해결 여부

    미해결

상품 등록 시 오류

23.01.22 16:34 작성 조회수 444

0

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Sun Jan 22 16:28:49 KST 2023

There was an unexpected error (type=Internal Server Error, status=500).

org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: form near line 1, column 10 [select i form Item i]; nested exception is java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: form near line 1, column 10 [select i form Item i]

org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: form near line 1, column 10 [select i form Item i]; nested exception is java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: form near line 1, column 10 [select i form Item i]

 

상품 등록화면에서 submit 버튼 누르면 이런 오류가 뜹니다.

답변 1

답변을 작성해보세요.

1

David님의 프로필

David

2023.01.22

안녕하세요. Lego님, 공식 서포터즈 David입니다.

select i form Item i => form을 from으로 수정해 주세요.

감사합니다.