Getting this error while running app server

Yes i tried to show the full log but it exceeds maximum word support

2 Likes

add a .txt file

1 Like

Sorry for late reply

Error.txt (35.5 KB)

Here is error code

Show the command u wrote

Here is the command

java_dev_appserver --port=8888 --address=0.0.0.0 appengine/build/war/

I suggest you to run ant clean for once and then recompile, then try this command

getting same error again

OK, Let me take a look at full log

Can you see in task manager is the java dev server is running or not ?

Not able to understand what you are saying

he means that terminal you use at the end of it do you see something like dev app server is running

@AkshatRana I get same error when I run java_dev_appserver --port=8888 --address=0.0.0.0 appengine/build/war/ when, it is already running in another window

I have a solution , try running this command java_dev_appserver --port=80 --address=0.0.0.0 appengine/build/war/ and then open https://localhost:80 in ur browser

This is not working

nooo.. you can also see in error.txt file

you have jdk 15 installed or some other version pls change to 8

yes i think this is causing problem

1 Like

When i am writing java version

When i am going to java path
image

1 Like

Yes i had changed the java version to 8

1 Like

great!!! :grinning:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.