java - Glassfish Server enable as a windows service to start in Automatic way -


due company requirement have enable asadmin> create-service , set glassfish server windows service while setting start in automatic way. using netbean 8.0. after enable glassfish server service in auto method , when try deploy try sample project (java web) in netbeans, after run project got following error in internet explorer.

http status 500 - internal server error   exception report  internal server error  server encountered internal error prevented fulfilling request.  org.apache.jasper.jasperexception: pwc6345: there error in invoking javac.  full jdk (not jre) required  full stack traces of exception , root causes available in glassfish server open source edition 4.0 logs. 

however when remove glassfish server windows service list , when run project back, successful.

since have no idea on java , all, can kindly me find root cause of or workaround?

thanks hasitha


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -