new startup problems with app

Larry Mills-Gahl <[email protected]>
Newsgroups gmane.comp.web.webobjects.wonder-disc
Message-ID <[email protected]>
I am having some difficulty with a new version of an existing app and the log output said to email the wonder list (I love helpful error messages… thanks to whoever wrote the message with diagnostic advice and location for more help. )

The error message is:

[2013-1-17 0:59:27 EST] <main> java.lang.RuntimeException: ERXExtensions have not been initialized. Debugging information can be enabled by adding the JVM argument: '-Der.extensions.appserver.projectBundleLoading=DEBUG'. Please report the classpath and the rest of the bundles to the Wonder mailing list: 
Remaining frameworks: [ERModernLook, ERModernDirectToWeb, ERModernDefaultSkin]
Classpath: WOBootstrap.jar
	at er.extensions.appserver.ERXApplication.<init>(ERXApplication.java:1127)
	at com.vascalert.web.app.VAApplication.<init>(VAApplication.java:39)
	at com.vascalert.admin.app.Application.<init>(Application.java:35)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[…]

This is the first deployment that I'm doing after upgrading my development laptop. (New eclipse Indigo SR2… but that doesn't seem to be complaining … I mention it here in case that might ring a bell for somebody.)

I don't know what is important in the log output, but these things stood out (the full output is in the attached file for complete context)

[… checking and adding many bundles …]
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERModernLook.framework/Resources/Java/ermodernlook.jar
Added Real Bundle: ERModernLook
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERCoolComponents.framework/Resources/Java/ERCoolComponents.jar
Added Real Bundle: ERCoolComponents
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERModernDefaultSkin.framework/Resources/Java/ermoderndefaultskin.jar
Added Real Bundle: ERModernDefaultSkin
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERModernDirectToWeb.framework/Resources/Java/ermoderndirecttoweb.jar
Added Real Bundle: ERModernDirectToWeb
[… more checking and loading …]
[… many "Loaded…" messages ...]
Loaded JavaEOControl. Remaining: [ERModernLook, ERModernDirectToWeb, ERModernDefaultSkin, JavaEOProject, JavaJDBCAdaptor]
Loaded JavaJDBCAdaptor. Remaining: [ERModernLook, ERModernDirectToWeb, ERModernDefaultSkin, JavaEOProject]
Loaded JavaEOProject. Remaining: [ERModernLook, ERModernDirectToWeb, ERModernDefaultSkin]
[… then the runtime exception …]

Since it looks like the loader is picking off the frameworks from the end of the "Remaining" list, the next one should be ERModernDefaultSkin and that appears to be available and added. 

Anybody have any ideas on where to look next?

Larry Mills-Gahl

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712

_______________________________________________
Wonder-disc mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wonder-disc
vaadmindebugout.log (application/octet-stream, 53.2 KB)
Reading UNIXClassPath.txt ...
Launching VascAlertAdmin_201301.woa ...
java -DWORootDirectory="" -DWOLocalRootDirectory="/Local" -DWOUserDirectory="/srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa" -DWOEnvClassPath="" -DWOApplicationClass=com.vascalert.admin.app.Application -DWOPlatform=UNIX -Dcom.webobjects.pid=10757 -Der.extensions.appserver.projectBundleLoading=DEBUG -classpath WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap -Der.extensions.appserver.projectBundleLoading=DEBUG -WOFrameworksBaseURL /WebObjects/VascAlertAdmin_201301.woa/Frameworks
Loading /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/UNIX/UNIXClassPath.txt
Generated classpath: 
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Resources/Java/
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Resources/Java/vascalertadmin_201301.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/VABiz8.framework/Resources/Java/vabiz8.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/VAEO8.framework/Resources/Java/vaeo8.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/VAEO8.framework/Resources/Java/mysql-connector-java-5.1.22-bin.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/VAUI8.framework/Resources/Java/vaui8.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERJars.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERFoundation.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERWebObjects.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-cli-1.2.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-codec-1.6.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-io-2.2.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-lang-2.6.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/erxservletadaptor.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/httpclient-4.2.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/httpcore-4.2.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/icu4j-3_8_1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/joda-time-2.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/junit-4.10.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/log4j-1.2.17.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ognl-2.6.7.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-api-1.6.6.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-log4j12-1.6.6.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPrototypes.framework/Resources/Java/ERPrototypes.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERModernLook.framework/Resources/Java/ermodernlook.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERCoolComponents.framework/Resources/Java/ERCoolComponents.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERModernDefaultSkin.framework/Resources/Java/ermoderndefaultskin.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERModernDirectToWeb.framework/Resources/Java/ermoderndirecttoweb.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERDirectToWeb.framework/Resources/Java/ERDirectToWeb.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/Ajax.framework/Resources/Java/Ajax.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/Ajax.framework/Resources/Java/jabsorb-1.2.2.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/WOLips.framework/Resources/Java/WOLips.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERExcelLook.framework/Resources/Java/ERExcelLook.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ExcelGenerator.framework/Resources/Java/ExcelGenerator.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ExcelGenerator.framework/Resources/Java/poi-3.6-20091214.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERCoreBusinessLogic.framework/Resources/Java/ERCoreBusinessLogic.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/MySQLPlugIn.framework/Resources/Java/MySQLPlugIn.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERAttachment.framework/Resources/Java/ERAttachment.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERAttachment.framework/Resources/Java/metadata-extractor-2.6.2.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERAttachment.framework/Resources/Java/xmpcore.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJGroupsSynchronizer.framework/Resources/Java/ERJGroupsSynchronizer.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJGroupsSynchronizer.framework/Resources/Java/commons-logging.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJGroupsSynchronizer.framework/Resources/Java/jgroups-2.6.8.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/erjasperreports.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/barbecue-1.5-beta1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/barcode4j-2.0.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-beanutils-1.8.0.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-collections-2.1.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-digester-1.7.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-javaflow-20060411.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-logging-1.0.4.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/iText-2.1.7.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jasperreports-4.7.0.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jasperreports-applet-4.7.0.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jasperreports-fonts-4.7.0.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jasperreports-javaflow-4.7.0.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jaxen-1.1.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jcommon-1.0.15.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jfreechart-1.0.12.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jpa.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jxl-2.6.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/png-encoder-1.5.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/poi-3.5-FINAL-20090928.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/xml-apis-ext.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/xml-apis.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/ERPDFGeneration.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/avalon-framework-4.2.0.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/batik-all-1.7.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/commons-logging-1.0.4.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/commons-logging.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/core-renderer-20101006.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/fop-hyph.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/fop.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/iText-2.1.7.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/ujac-1.0.0.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xalan-2.7.0.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xercesImpl-2.7.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xml-apis-1.3.04.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xml-apis-ext-1.3.04.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xml-apis-xerces-2.9.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xmlgraphics-commons-1.4.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERTaggable.framework/Resources/Java/ERTaggable.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/ERJavaMail.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/activation-1.1.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/dsn-1.4.5.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/imap-1.4.5.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/mailapi-1.4.5.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/mockmail.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/pop3-1.4.5.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/smtp-1.4.5.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/ERRest.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/commons-beanutils-1.8.3.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/commons-collections-3.2.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/commons-logging-1.1.1.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/ezmorph-1.0.6.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/json-lib-2.3-jdk15.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaDTWGeneration.framework/Resources/Java/javadtwgeneration.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaDTWGeneration.framework/WebServerResources/Java/JavaDTWGeneration.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaDirectToWeb.framework/Resources/Java/javadirecttoweb.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaDirectToWeb.framework/WebServerResources/Java/JavaDirectToWeb.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaFoundation.framework/WebServerResources/Java/JavaFoundation.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaXML.framework/WebServerResources/Java/javaxml.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaWebObjects.framework/WebServerResources/Java/JavaWebObjects.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOAccess.framework/WebServerResources/Java/JavaEOAccess.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOControl.framework/WebServerResources/Java/JavaEOControl.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaJDBCAdaptor.framework/WebServerResources/Java/JavaJDBCAdaptor.jar
  /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOProject.framework/Resources/Java/javaeoproject.jar
Checking: WOBootstrap.jar
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Resources/Java/
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Resources/Java/vascalertadmin_201301.jar
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/VABiz8.framework/Resources/Java/vabiz8.jar
Added Real Bundle: VABiz8
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/VAEO8.framework/Resources/Java/vaeo8.jar
Added Real Bundle: VAEO8
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/VAEO8.framework/Resources/Java/mysql-connector-java-5.1.22-bin.jar
Added Real Bundle: VAEO8
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/VAUI8.framework/Resources/Java/vaui8.jar
Added Real Bundle: VAUI8
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
Added Real Bundle: ERExtensions
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERJars.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERFoundation.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERWebObjects.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-cli-1.2.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-codec-1.6.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-io-2.2.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-lang-2.6.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/erxservletadaptor.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/httpclient-4.2.1.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/httpcore-4.2.1.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/icu4j-3_8_1.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/joda-time-2.1.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/junit-4.10.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/log4j-1.2.17.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ognl-2.6.7.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-api-1.6.6.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-log4j12-1.6.6.jar
Added Real Bundle: ERJars
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPrototypes.framework/Resources/Java/ERPrototypes.jar
Added Real Bundle: ERPrototypes
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERModernLook.framework/Resources/Java/ermodernlook.jar
Added Real Bundle: ERModernLook
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERCoolComponents.framework/Resources/Java/ERCoolComponents.jar
Added Real Bundle: ERCoolComponents
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERModernDefaultSkin.framework/Resources/Java/ermoderndefaultskin.jar
Added Real Bundle: ERModernDefaultSkin
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERModernDirectToWeb.framework/Resources/Java/ermoderndirecttoweb.jar
Added Real Bundle: ERModernDirectToWeb
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERDirectToWeb.framework/Resources/Java/ERDirectToWeb.jar
Added Real Bundle: ERDirectToWeb
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
Added Real Bundle: JavaWOExtensions
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/Ajax.framework/Resources/Java/Ajax.jar
Added Real Bundle: Ajax
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/Ajax.framework/Resources/Java/jabsorb-1.2.2.jar
Added Real Bundle: Ajax
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/WOLips.framework/Resources/Java/WOLips.jar
Added Real Bundle: WOLips
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERExcelLook.framework/Resources/Java/ERExcelLook.jar
Added Real Bundle: ERExcelLook
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ExcelGenerator.framework/Resources/Java/ExcelGenerator.jar
Added Real Bundle: ExcelGenerator
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ExcelGenerator.framework/Resources/Java/poi-3.6-20091214.jar
Added Real Bundle: ExcelGenerator
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERCoreBusinessLogic.framework/Resources/Java/ERCoreBusinessLogic.jar
Added Real Bundle: ERCoreBusinessLogic
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/MySQLPlugIn.framework/Resources/Java/MySQLPlugIn.jar
Added Real Bundle: MySQLPlugIn
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERAttachment.framework/Resources/Java/ERAttachment.jar
Added Real Bundle: ERAttachment
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERAttachment.framework/Resources/Java/metadata-extractor-2.6.2.jar
Added Real Bundle: ERAttachment
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERAttachment.framework/Resources/Java/xmpcore.jar
Added Real Bundle: ERAttachment
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJGroupsSynchronizer.framework/Resources/Java/ERJGroupsSynchronizer.jar
Added Real Bundle: ERJGroupsSynchronizer
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJGroupsSynchronizer.framework/Resources/Java/commons-logging.jar
Added Real Bundle: ERJGroupsSynchronizer
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJGroupsSynchronizer.framework/Resources/Java/jgroups-2.6.8.jar
Added Real Bundle: ERJGroupsSynchronizer
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/erjasperreports.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/barbecue-1.5-beta1.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/barcode4j-2.0.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-beanutils-1.8.0.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-collections-2.1.1.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-digester-1.7.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-javaflow-20060411.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/commons-logging-1.0.4.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/iText-2.1.7.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jasperreports-4.7.0.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jasperreports-applet-4.7.0.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jasperreports-fonts-4.7.0.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jasperreports-javaflow-4.7.0.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jaxen-1.1.1.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jcommon-1.0.15.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jfreechart-1.0.12.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jpa.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/jxl-2.6.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/png-encoder-1.5.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/poi-3.5-FINAL-20090928.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/xml-apis-ext.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJasperReports.framework/Resources/Java/xml-apis.jar
Added Real Bundle: ERJasperReports
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/ERPDFGeneration.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/avalon-framework-4.2.0.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/batik-all-1.7.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/commons-logging-1.0.4.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/commons-logging.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/core-renderer-20101006.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/fop-hyph.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/fop.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/iText-2.1.7.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/ujac-1.0.0.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xalan-2.7.0.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xercesImpl-2.7.1.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xml-apis-1.3.04.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xml-apis-ext-1.3.04.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xml-apis-xerces-2.9.1.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERPDFGeneration.framework/Resources/Java/xmlgraphics-commons-1.4.jar
Added Real Bundle: ERPDFGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERTaggable.framework/Resources/Java/ERTaggable.jar
Added Real Bundle: ERTaggable
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/ERJavaMail.jar
Added Real Bundle: ERJavaMail
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/activation-1.1.1.jar
Added Real Bundle: ERJavaMail
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/dsn-1.4.5.jar
Added Real Bundle: ERJavaMail
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/imap-1.4.5.jar
Added Real Bundle: ERJavaMail
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/mailapi-1.4.5.jar
Added Real Bundle: ERJavaMail
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/mockmail.jar
Added Real Bundle: ERJavaMail
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/pop3-1.4.5.jar
Added Real Bundle: ERJavaMail
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/smtp-1.4.5.jar
Added Real Bundle: ERJavaMail
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/ERRest.jar
Added Real Bundle: ERRest
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/commons-beanutils-1.8.3.jar
Added Real Bundle: ERRest
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/commons-collections-3.2.1.jar
Added Real Bundle: ERRest
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/commons-logging-1.1.1.jar
Added Real Bundle: ERRest
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/ezmorph-1.0.6.jar
Added Real Bundle: ERRest
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/ERRest.framework/Resources/Java/json-lib-2.3-jdk15.jar
Added Real Bundle: ERRest
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaDTWGeneration.framework/Resources/Java/javadtwgeneration.jar
Added Real Bundle: JavaDTWGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaDTWGeneration.framework/WebServerResources/Java/JavaDTWGeneration.jar
Added Real Bundle: JavaDTWGeneration
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaDirectToWeb.framework/Resources/Java/javadirecttoweb.jar
Added Real Bundle: JavaDirectToWeb
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaDirectToWeb.framework/WebServerResources/Java/JavaDirectToWeb.jar
Added Real Bundle: JavaDirectToWeb
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
Added Real Bundle: JavaFoundation
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaFoundation.framework/WebServerResources/Java/JavaFoundation.jar
Added Real Bundle: JavaFoundation
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
Added Real Bundle: JavaXML
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaXML.framework/WebServerResources/Java/javaxml.jar
Omitted: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaXML.framework/WebServerResources/Java/javaxml.jar
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
Added Real Bundle: JavaWebObjects
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaWebObjects.framework/WebServerResources/Java/JavaWebObjects.jar
Added Real Bundle: JavaWebObjects
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
Added Real Bundle: JavaEOAccess
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOAccess.framework/WebServerResources/Java/JavaEOAccess.jar
Added Real Bundle: JavaEOAccess
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
Added Real Bundle: JavaEOControl
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOControl.framework/WebServerResources/Java/JavaEOControl.jar
Added Real Bundle: JavaEOControl
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
Added Real Bundle: JavaJDBCAdaptor
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaJDBCAdaptor.framework/WebServerResources/Java/JavaJDBCAdaptor.jar
Added Real Bundle: JavaJDBCAdaptor
Checking: /srv/www/WebObjects/Local/Library/WebObjects/Applications/Staging/VascAlertAdmin_201301.woa/Contents/Frameworks/JavaEOProject.framework/Resources/Java/javaeoproject.jar
Added Real Bundle: JavaEOProject
Loaded VABiz8. Remaining: [ERPDFGeneration, ERCoolComponents, Ajax, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERDirectToWeb, ERModernDefaultSkin, JavaEOProject, VAUI8, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, VAEO8, ERJavaMail, JavaWOExtensions, ERPrototypes, ERExtensions, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor, ERJars]
Loaded VAEO8. Remaining: [ERPDFGeneration, ERCoolComponents, Ajax, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERDirectToWeb, ERModernDefaultSkin, JavaEOProject, VAUI8, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, JavaWOExtensions, ERPrototypes, ERExtensions, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor, ERJars]
Loaded VAUI8. Remaining: [ERPDFGeneration, ERCoolComponents, Ajax, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERDirectToWeb, ERModernDefaultSkin, JavaEOProject, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, JavaWOExtensions, ERPrototypes, ERExtensions, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor, ERJars]
Loaded ERExtensions. Remaining: [ERPDFGeneration, ERCoolComponents, Ajax, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERDirectToWeb, ERModernDefaultSkin, JavaEOProject, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, JavaWOExtensions, ERPrototypes, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor, ERJars]
Loaded ERJars. Remaining: [ERPDFGeneration, ERCoolComponents, Ajax, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERDirectToWeb, ERModernDefaultSkin, JavaEOProject, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, JavaWOExtensions, ERPrototypes, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor]
Loaded ERPrototypes. Remaining: [ERPDFGeneration, ERCoolComponents, Ajax, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERDirectToWeb, ERModernDefaultSkin, JavaEOProject, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, JavaWOExtensions, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor]
Loaded ERCoolComponents. Remaining: [ERPDFGeneration, Ajax, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERDirectToWeb, ERModernDefaultSkin, JavaEOProject, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, JavaWOExtensions, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor]
Loaded ERDirectToWeb. Remaining: [ERPDFGeneration, Ajax, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, JavaWOExtensions, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor]
Loaded JavaWOExtensions. Remaining: [ERPDFGeneration, Ajax, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor]
Loaded Ajax. Remaining: [ERPDFGeneration, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, WOLips, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor]
Loaded WOLips. Remaining: [ERPDFGeneration, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERExcelLook, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor]
Loaded ERExcelLook. Remaining: [ERPDFGeneration, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, ExcelGenerator, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor]
Loaded ExcelGenerator. Remaining: [ERPDFGeneration, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, ERCoreBusinessLogic, ERTaggable, JavaJDBCAdaptor]
Loaded ERCoreBusinessLogic. Remaining: [ERPDFGeneration, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, MySQLPlugIn, ERAttachment, JavaEOAccess, ERJavaMail, ERTaggable, JavaJDBCAdaptor]
Loaded MySQLPlugIn. Remaining: [ERPDFGeneration, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, ERAttachment, JavaEOAccess, ERJavaMail, ERTaggable, JavaJDBCAdaptor]
Loaded ERAttachment. Remaining: [ERPDFGeneration, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, ERJGroupsSynchronizer, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, JavaEOAccess, ERJavaMail, ERTaggable, JavaJDBCAdaptor]
Loaded ERJGroupsSynchronizer. Remaining: [ERPDFGeneration, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, ERJasperReports, JavaEOAccess, ERJavaMail, ERTaggable, JavaJDBCAdaptor]
Loaded ERJasperReports. Remaining: [ERPDFGeneration, ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, JavaEOAccess, ERJavaMail, ERTaggable, JavaJDBCAdaptor]
Loaded ERPDFGeneration. Remaining: [ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, JavaEOAccess, ERJavaMail, ERTaggable, JavaJDBCAdaptor]
Loaded ERTaggable. Remaining: [ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, JavaEOAccess, ERJavaMail, JavaJDBCAdaptor]
Loaded ERJavaMail. Remaining: [ERModernLook, ERRest, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, JavaEOAccess, JavaJDBCAdaptor]
Loaded ERRest. Remaining: [ERModernLook, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaDTWGeneration, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, JavaEOAccess, JavaJDBCAdaptor]
Loaded JavaDTWGeneration. Remaining: [ERModernLook, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaDirectToWeb, JavaWebObjects, JavaXML, JavaFoundation, JavaEOAccess, JavaJDBCAdaptor]
Loaded JavaDirectToWeb. Remaining: [ERModernLook, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaWebObjects, JavaXML, JavaFoundation, JavaEOAccess, JavaJDBCAdaptor]
Loaded JavaFoundation. Remaining: [ERModernLook, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaWebObjects, JavaXML, JavaEOAccess, JavaJDBCAdaptor]
Loaded JavaXML. Remaining: [ERModernLook, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaWebObjects, JavaEOAccess, JavaJDBCAdaptor]
Loaded JavaWebObjects. Remaining: [ERModernLook, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaEOAccess, JavaJDBCAdaptor]
Loaded JavaEOAccess. Remaining: [ERModernLook, ERModernDirectToWeb, JavaEOControl, ERModernDefaultSkin, JavaEOProject, JavaJDBCAdaptor]
Loaded JavaEOControl. Remaining: [ERModernLook, ERModernDirectToWeb, ERModernDefaultSkin, JavaEOProject, JavaJDBCAdaptor]
Loaded JavaJDBCAdaptor. Remaining: [ERModernLook, ERModernDirectToWeb, ERModernDefaultSkin, JavaEOProject]
Loaded JavaEOProject. Remaining: [ERModernLook, ERModernDirectToWeb, ERModernDefaultSkin]
APPLICATION SHUTDOWN SEQUENCE COMPLETE
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.