wstemp - on my c Drive at 2.00 GB
I am developing a rich GWT application and have been testing it heavily using RAD 7.0 and all of a sudden it gives me a weird error when tried restarting my server. I can't remember the nasty error but here is the log in
IBM/SDP70/runtimes/ basv_61/profiles/"server profile"/logs/ffdc/server1_exception.log
Index Count Time of last Occurrence Exception SourceId ProbeId
------+------+---------------------------+--------------------------
1 1 3/22/11 19:46:07:072 CDT org.eclipse.jst.j2ee.commonarchivecore.internal.exception.ArchiveWrappedException com.ibm.ws.appprofile.ApplicationMetaDataHelper.isEARFileContainsAppProfileConfiguration 256
2 1 3/22/11 19:46:00:134 CDT java.lang.IllegalArgumentException com.ibm.wsspi.runtime.component.WsComponentImpl 470
3 1 3/22/11 19:48:09:558 CDT java.io.FileNotFoundException com.ibm.ws.management.application.sync.AddBinaryTask.fineGrainUpdate 105
4 2 3/22/11 19:58:30:883 CDT org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException com.ibm.ws.management.application.task.FileMergeTask.performTask 130
5 1 3/22/11 19:48:09:621 CDT com.ibm.websphere.management.exception.AdminException com.ibm.ws.management.application.sync.AppBinaryProcessor.run 1347
6 9 3/22/11 19:46:10:650 CDT java.lang.NoClassDefFoundError com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet 218
7 2 3/22/11 19:58:30:883 CDT com.ibm.websphere.management.exception.AdminException com.ibm.ws.management.application.SchedulerImpl.run 223
8 3 3/22/11 19:46:08:243 CDT javax.naming.NameNotFoundException com.ibm.ws.naming.ipcos.WsnOptimizedNamingImpl.do_resolve_complete_info 1133
------+------+---------------------------+--------------------------
It is basically saying that it can not deploy my application to the server. What??? I have been testing and deploying a lot of times what is different now. I did not change any of the application configuration.
Spend at least an hour checking my code and configuration.
It turns out that RAD 7.0 has a problem. I always believe that software products have been thoroughly tested that it will always be my code that is buggy (a matter of probability).
Here is the link to the problem:
http://www-01.ibm.com/support/docview.wss?uid=swg21173367
The issue here is that RAD 7.0 does not delete temporary files when it tries to archive and deploy the application to your development server in RAD 7.0. A 2.00 GB waste of space was basically seating on my hard drive. I have cleaned it and I am good to go.
The temp files are in:
IBM/SDP70/runtimes/ base_v61/profiles/"server profile"/wstemp
IBM/SDP70/runtimes/
Index Count Time of last Occurrence Exception SourceId ProbeId
------+------+---------------------------+--------------------------
1 1 3/22/11 19:46:07:072 CDT org.eclipse.jst.j2ee.commonarchivecore.internal.exception.ArchiveWrappedException com.ibm.ws.appprofile.ApplicationMetaDataHelper.isEARFileContainsAppProfileConfiguration 256
2 1 3/22/11 19:46:00:134 CDT java.lang.IllegalArgumentException com.ibm.wsspi.runtime.component.WsComponentImpl 470
3 1 3/22/11 19:48:09:558 CDT java.io.FileNotFoundException com.ibm.ws.management.application.sync.AddBinaryTask.fineGrainUpdate 105
4 2 3/22/11 19:58:30:883 CDT org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException com.ibm.ws.management.application.task.FileMergeTask.performTask 130
5 1 3/22/11 19:48:09:621 CDT com.ibm.websphere.management.exception.AdminException com.ibm.ws.management.application.sync.AppBinaryProcessor.run 1347
6 9 3/22/11 19:46:10:650 CDT java.lang.NoClassDefFoundError com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet 218
7 2 3/22/11 19:58:30:883 CDT com.ibm.websphere.management.exception.AdminException com.ibm.ws.management.application.SchedulerImpl.run 223
8 3 3/22/11 19:46:08:243 CDT javax.naming.NameNotFoundException com.ibm.ws.naming.ipcos.WsnOptimizedNamingImpl.do_resolve_complete_info 1133
------+------+---------------------------+--------------------------
It is basically saying that it can not deploy my application to the server. What??? I have been testing and deploying a lot of times what is different now. I did not change any of the application configuration.
Spend at least an hour checking my code and configuration.
It turns out that RAD 7.0 has a problem. I always believe that software products have been thoroughly tested that it will always be my code that is buggy (a matter of probability).
Here is the link to the problem:
http://www-01.ibm.com/support/docview.wss?uid=swg21173367
The issue here is that RAD 7.0 does not delete temporary files when it tries to archive and deploy the application to your development server in RAD 7.0. A 2.00 GB waste of space was basically seating on my hard drive. I have cleaned it and I am good to go.
The temp files are in:
IBM/SDP70/runtimes/
Comments