Problem autostart.stamp could not be found

  • Thread starter Thread starter Random23
  • Start date Start date
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
R

Random23

Guest
Hi,

I'm currently setting up an FTB server and now I'm wondering why the server
creates a file called "1" with states:
autostart.stamp could not be found

  • For what are the '1' file and the 'autostart.stamp' file?
  • How to avoid the creation of the "1" without editing the scripts?

I'm running on Windows 10 Pro 64bit with Java 8 64bit and FTBRevelationServer_1.2.0.

Random23
 
Looks like a error in the ServerStart.bat - line 57 and line 65

Both lines end with this:
nul 2>1

Should end with:
nul 2>&1

So, just add the & before the 1 and save the file and you should be golden.
 
Looks like a error in the ServerStart.bat - line 57 and line 65

Both lines end with this:
nul 2>1

Should end with:
nul 2>&1

So, just add the & before the 1 and save the file and you should be golden.
Thx. I will try it out as soon as I'm on my PC.
I'm also wondering what the use of this autostart.stamp file is and how it works.
 
Hello, I have the same problem as "Random23", I can not open my server, as soon as I open the "ServerStart" it shows me this:

Starting server
Java HotSpot (TM) 64-Bit VM Server warning: Ignoring option PermSize; support was removed in 8.0
Unrecognized VM option 'UseParNewGC'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Exiting ...
Press a key to continue ...

I try to add the "&" in front of the 1 on lines 57 and 65 but nothing works!
Help me please!
 
How is that same problem?

Solution for your problem: install and use java 8.
 
How is that same problem?

Solution for your problem: install and use java 8.

Hello, thank you for the advice but unfortunately I uninstall "java" then I reinstall it in its latest version and now the "ServerStart" shows me this:
No java binary in the way. Could not execute server, while ... leaving
Press One touch ...
Do you have a solution please ?
 
Last edited:
I'm not sure if my problem relates to these problems but I got:
Starting server
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using the ParNew young collector with the Serial old collector is deprecated and will likely be removed in a future release
A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
... 6 more
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
Exiting...
Press any key to continue . . .
 
Looks like a error in the ServerStart.bat - line 57 and line 65

Both lines end with this:
nul 2>1

Should end with:
nul 2>&1

So, just add the & before the 1 and save the file and you should be golden.

Hi, I have the same problem however im trying to start it up on a raspberry pie 4, thus I have to use ServerStart.sh not .bat and was wondering if there is a similar issue I could fix in there.

This is what I belive to be the equivlate code for the section needing fixed in the .bat but from the .sh

if [ ! -f eula.txt ]; then
echo "Missing eula.txt. Startup will fail and eula.txt will be created"
echo "Make sure to read eula.txt before playing!"
echo "To continue press <enter>"
read ignored
 
Hi, I have the same problem however im trying to start it up on a raspberry pie 4, thus I have to use ServerStart.sh not .bat and was wondering if there is a similar issue I could fix in there.

This is what I belive to be the equivlate code for the section needing fixed in the .bat but from the .sh

if [ ! -f eula.txt ]; then
echo "Missing eula.txt. Startup will fail and eula.txt will be created"
echo "Make sure to read eula.txt before playing!"
echo "To continue press <enter>"
read ignored

Similar is not the same + this is a very old post.

Please create your own thread and provide full logs using https://paste.feed-the-beast.com