ATG issues java.net.MalformedURLException while working with Weblogic
java.net.MalformedURLException. cannot understand protocol
"dynamosystemresource"
Solution:
Add protocol.jar to the Classpath,you can add an entry
inside the Weblogic Startup Script(c:\bea\user_projects\domains\your_domain\bin\startWebLogic.cmd).
set CLASSPATH=%SAVE_CLASSPATH%;c:\bea\user_projects\domains\your_domain\protocol.jar.
then copy the protocol.jar file from C:\ATG\ATG9.1\DAS\lib\protocol.jar to lib directory of your weblogic domain folder.Basically this jar file should be in the classpath of your application server.
One occurrance of this issue is due to the creation of weblogic domain after ATG Installation,because generally during the
Installation ATG installer will take care of all the above steps.so in that case you can ignore this.
Finally Restart your Server.Ideally this will solve
the issue.Good Luck.
Next tip
"dynamosystemresource"
Solution:
Add protocol.jar to the Classpath,you can add an entry
inside the Weblogic Startup Script(c:\bea\user_projects\domains\your_domain\bin\startWebLogic.cmd).
set CLASSPATH=%SAVE_CLASSPATH%;c:\bea\user_projects\domains\your_domain\protocol.jar.
then copy the protocol.jar file from C:\ATG\ATG9.1\DAS\lib\protocol.jar to lib directory of your weblogic domain folder.Basically this jar file should be in the classpath of your application server.
One occurrance of this issue is due to the creation of weblogic domain after ATG Installation,because generally during the
Installation ATG installer will take care of all the above steps.so in that case you can ignore this.
Finally Restart your Server.Ideally this will solve
the issue.Good Luck.
Next tip
Comments
Post a Comment