Oracle Commerce 11.1 CreateProcess error=206

  1. Home
  2. Blog
  3. Oracle Commerce 11.1 CreateProcess error=206

Oracle Commerce 11.1 CreateProcess error=206

When trying to access the Dyn Admin getting below error.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long
The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long
The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long

Simple solution to this is by adding ExtendedJhtmlPageProcessor component at atg\dynamo\servlet\pagecompile\ location and restart sever.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Navigate to ATG_HOME\localconfig directory.
Create atg\dynamo\servlet\pagecompile directory structure.
Create ExtendedJhtmlPageProcessor.properties file and add below content to it
#atg\dynamo\servlet\pagecompile\ExtendedJhtmlPageProcessor.properties
$class=atg.servlet.pagecompile.jsp11.JSPPageProcessor
javaCompilerClassName=atg.servlet.pagecompile.SunJavaSourceCompiler
Navigate to ATG_HOME\localconfig directory. Create atg\dynamo\servlet\pagecompile directory structure. Create ExtendedJhtmlPageProcessor.properties file and add below content to it #atg\dynamo\servlet\pagecompile\ExtendedJhtmlPageProcessor.properties $class=atg.servlet.pagecompile.jsp11.JSPPageProcessor javaCompilerClassName=atg.servlet.pagecompile.SunJavaSourceCompiler
Navigate to ATG_HOME\localconfig directory.

Create atg\dynamo\servlet\pagecompile directory structure.

Create ExtendedJhtmlPageProcessor.properties file and add below content to it
     #atg\dynamo\servlet\pagecompile\ExtendedJhtmlPageProcessor.properties
     $class=atg.servlet.pagecompile.jsp11.JSPPageProcessor
     javaCompilerClassName=atg.servlet.pagecompile.SunJavaSourceCompiler
Let's Share
Hide Buttons
follow me on twitter
follow me on facebook
follow me on Linkedin
100%