Server no longer outputs to stdout.
Server no longer outputs to stdout.
cmd: /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -Xmx2048m -Xms1024m -jar minecraft_server.13w39a.jar
Outputs.
ERROR StatusLogger Unable to locate a logging implementation, using SimpleLogger
Environment
Mac OSX 10.8.5,
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
java version "1.7.0_40-b43"
Linked Issues
is duplicated by7
Created Issue:
Server no longer outputs to stdout.
Server no longer outputs to stdout.
cmd: /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -Xmx2048m -Xms1024m -jar minecraft_server.13w39a.jarOutputs.
ERROR StatusLogger Unable to locate a logging implementation, using SimpleLoggerEnvironment
Mac OSX 10.8.5,
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
is duplicated by
is duplicated by
Mac OSX 10.8.5,
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
java version "1.7.0_40-b43"
is duplicated by
is duplicated by
relates to
is duplicated by
I can confirm this too. Using a host, don't know what they're running on so I can't give more information than that.
relates to
relates to
is duplicated by
is duplicated by
Fixed in 13w39a.
*Nevermind, maybe this is because of MC-32664 and still happens.
This ticket has been marked as a duplicate of MC-32664, in favour of the more general or better information provided.
MC-32664
Please use the search function before making a new report.
Duplicate of MC-32664 - If you have not, please use the search function in the future, to see if your bug has already been submitted. If you could not find the original report, please comment with the keywords you searched for.
Yeah the missing logfiles has been reported in MC-32664 . Thank you for trying, I will leave this open as several others have reported it as well.
Duplicate of MC-32664 - If you have not, please use the search function in the future, to see if your bug has already been submitted. If you could not find the original report, please comment with the keywords you searched for.
MC-32664
Please use search function next time
(not 100% sure though)
For a fix: Redownload Server jar
Well, neverming then, seems to be another problem
Duplicate of MC-32664 - If you have not, please use the search function in the future, to see if your bug has already been submitted. If you could not find the original report, please comment with the keywords you searched for.
Confirmed. This occurs even in a "fresh" installation. There is also no new logs (logs/latest.log) folder as indicated by Dinnerbone (https://twitter.com/Dinnerbone/status/382170674544254976)
My server is on CentOS so I don't believe this is OS dependent.
I have a similar problem on Ubuntu 12.04.
Confirmed 13w39a
No console output, no log output.
Logging works fine on a Mid-13 MacBook Air with a fresh server installation. I can't figure out how to make it log to an html file though--supposedly this was added?
Logging to html file would be a log4j thing, not a minecraft thing.
Confirmed on Windows XP as well. Tried using the .exe and the jar.
So how would I set up the Log4j thing?
STDOUT was stealth fixed yesterday but GUI console is a different issue entirely
Redownload the server to get your stdout fixed.
Sneaky.
Confirmed Fixed in 13w39b
How does one make it log to an HTML file?
The GUI console is still broke in 13w41b. Either this bug should be reopened, or another bug should be created for the GUI part.
This is still a problem in release 1.7.2. The ONLY text I get (Windows 7 64-bit running Oracle Java 64-bit) is the "Memory use" and the "Avg tick" (and their respective values). Everything else is solid white.
TheBuzzSaw, how are you invoking the minecraft server? Since they stopped publicizing the windows exe, I had to create a batch file with this line in it to invoke the jar:
"C:\Program Files\Java\jre7\bin\java" -jar minecraft_server.1.7.2.jar
(For some reason, their explanation of right clicking it and selecting run with java didn't work.)
Since I've done this, I have no longer experienced this issue. I can see output from commands in both the dos window that comes up, and also in the main minecraft server window, including the log and chat area on the right hand side. I'm also running windows 7 64 bit running Oracle Java 64 bit, so I don't know what would be different other than how I invoke it...
They stopped publicizing it? I grabbed it straight off my download page just like every other server release.
https://s3.amazonaws.com/Minecraft.Download/versions/1.7.2/minecraft_server.1.7.2.exe
" TheBuzzSaw ; This is still a problem in release 1.7.2. The ONLY text I get (Windows 7 64-bit running Oracle Java 64-bit) is the "Memory use" and the "Avg tick" (and their respective values). Everything else is solid white. "
I agree everything else is just solid white but have you tried asking your friends to connect. Even if the console is just soild white the server may still work.
Yes, if you look at their blog entries, they no longer provide links to the exe's. I think they are discontinuing them because of this known issue, and want people using Windows to use the jar files directly instead. There is no link to the exe from their blog entries, and it says "(On windows, right click -> open with -> java)". However, that didn't work for me... but when I launched it from a batch file like described above, it did work, and it also resolved this issue.
Good to know. I'll give the raw JAR file a try tonight.
And yes, the server works fine. I just miss being able to interact with that console and see log entries. Others connect just fine, and I see their names in the lower left box.
Using 1.8.5 version of Windows server program, the log still doesn't display. Is porting a server run with the exe to one run by the jar simple?