# 질문 FAQ

## 서버 생성 오류

```
An unexpected error was encountered while processing this request, please try again
```

지속적으로 서버 생성시 같은 오류가 나온다면 1\~2시간 이후에 다시 시도해보세요!

## 서버 Jar 파일 실종

```
Error: Unable to access jarfile server.jar
```

서버가  jar 파일 자동설치를 실패했어요,  재설치를 시도해보는 방법이나, 수동으로서  Jar 파일을 직접 업로해주세요!

{% content-ref url="/pages/FxRQyxnQnXagmaDGnSvq" %}
[서버 버전 변경하기](/minecraft/version.md)
{% endcontent-ref %}

## Exit Code : 1

```
---------- Detected server process in a crashed state! ----------
Exit code: 1
Out of memory: false
Checking server disk space usage, this could take a few seconds...
Updating process configuration files...
Ensuring file permissions are set correctly, this could take a few seconds... 
```

서버가 시작을 실패하거나,   충돌이 생기면 표시되는 오류입니다.  해당 택스트 **위에** 표시되는 오류가 있는지 읽어보세요!

{% hint style="warning" %}
해당 문구만으로는 정확한 오류 원인의 파악이 불가능해요.
{% endhint %}

## 파일 업로드 오류

```
Network Error
```

SFTP를 사용해서 파일을 업로드해주세요!

{% content-ref url="/pages/VGiOCWB3OF8QowU5FYLi" %}
[SFTP 사용법](/faq/undefined/sftp.md)
{% endcontent-ref %}

## 서버 연장

| 서버                | 연장기간                       |
| ----------------- | -------------------------- |
| 자바 (포지, 페이퍼, 패브릭) | 24시간, 120시간 (5일) 미연장시 자동삭제 |
| Python / Nodejs   | 1주일, 1주일 이상 미연장시 자동삭제      |
|                   |                            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.weirdhost.xyz/getstarted/pleaseread.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
