Hi Everyone, I am facing some issues trying to deploy a custom app on our Grid Control Dev server. Along with others, I have developed a custom add on to Grid in JDeveloper. I am pretty new to this, so I am not positive I am doing it right. First, here is the error I see after updating my code and trying to load the jsp home page:
500 Internal Server Error
OracleJSP: oracle.jsp.provider.JspCompileException:
Errors compiling:/rec/grid/10gAS/oms10g/j2ee/home/application-deployments/Util/webapp/persistence/_pages//_dbHome.java
Line # Error
82
[jsp src:line #:53]
cannot access DM bad class file: /rec/grid/10gAS/oms10g/j2ee/home/applications/Util/webapp/WEB-INF/classes/DM.class class file
has wrong version 50.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath.
DM dm=new DM(uname, pwd); //throws sqlException if any login error is detected.
Now my process.
I tried creating a WAR file in jdeveloper with all the code, FTP'ing to server, then running jar -xf file.war in the top webapp directory. This updates all those files.
I tried doing a similar thing with an EAR file, which only adds in a few extra xml file.
Either way, once the files are updated I get this error. I can't find anywhere the version information would be updated.
Any help you could give me with finding where I am going wrong would be very appreciated!