maxieduncan

Monday 4 October 2010

Error: There is no installed ATG platform or application package containing an AppModule which matches J2EEAPI

When using ATG and JBOSS on a mac you may well get this error. To resolve this create the dasEnv.sh file if it doesn't exist:
$ATG_HOME/home/localconfig/dasEnv.sh

and add this line to it:
JBOSS_HOME=<path to your jboss home dir>


[INFO] atg.applauncher.AppLauncherException: Error: There is no installed ATG platform or application package containing an AppModule which matches J2EEAPI
[INFO] at atg.applauncher.versioner.Versionator.createInitialRequirements(Versionator.java:277)
[INFO] at atg.applauncher.versioner.Versionator.(Versionator.java:87)
[INFO] at atg.applauncher.MultiInstallLocalAppModuleManager.expandSearchPath(MultiInstallLocalAppModuleManager.java:154)
[INFO] at atg.applauncher.MultiInstallLocalAppModuleManager.(MultiInstallLocalAppModuleManager.java:131)
[INFO] at atg.applauncher.dynamo.DynamoServerLauncher.main(DynamoServerLauncher.java:166)

2 comments:

  1. Thanks for the information. While I don't develop on a Mac, your post still led me in the right direction to fix my problem.

    Glenn

    ReplyDelete