AWS Blu Age L3 Workshop

0

I have been able to create datasets from LISTCAT in bac console and loaded the data. When the session ended and restarted the appstream the "Create dataset from LISTCAT" option is not working in bac console. I have been getting errors when I press that button.

2025-04-23T19:05:16.271Z ERROR 7396 --- [nio-8080-exec-2] o.s.b.w.servlet.support.ErrorPageFilter : Forwarding to error page from request [/api/services/rest/bluesamservice/listDataSet] due to exception [Error creating bean with name 'com.netfective.bluage.bac.server.services.crud.ServiceBluesamUtils' defined in URL [jar:file:/D:/PhotonUser/Workshop/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/webapps/bac/WEB-INF/lib/BAC-service-4.2.0.jar!/com/netfective/bluage/bac/server/services/crud/impl/ServiceBluesamUtilsImpl.class]: Failed to instantiate [com.netfective.bluage.bac.server.services.crud.impl.ServiceBluesamUtilsImpl]: Constructor threw exception] This is the error message I have been getting

AWS
asked 20 days ago25 views
1 Answer
0

The issue you're experiencing with the "Create dataset from LISTCAT" option not working in the BAC (Blusam Administration Console) after restarting AppStream is a known problem in the AWS Blu Age L3 Workshop environment. This could be related to several factors:

  1. Session persistence: When AppStream sessions end, some configurations may not persist, which can lead to issues with previously working features.

  2. Cache problems: There might be caching issues causing incorrect data to be loaded or preventing the proper functioning of certain features.

  3. Configuration synchronization: The Tomcat server configuration might not be properly synchronized after the AppStream restart.

To address this issue, you can try the following steps:

  1. Clear your browser cache or try using a different browser to access the BAC console.

  2. Verify that all required datasources (jics, bluesam, bac, primary) are correctly configured in your Tomcat configuration files (context.xml and server.xml).

  3. Run the Publish action on the Tomcat server to synchronize everything between the Eclipse WST working folder and the Tomcat configuration folder.

  4. If the problem persists, try restarting the Tomcat server or even the entire AppStream fleet.

  5. Double-check that you're using the correct User ID when accessing AppStream. For the Blu Age L3 Workshop, it's typically "BluAge-L3-Workshop-User".

If these steps don't resolve the issue, you may need to review the workshop documentation for any specific instructions related to dataset creation and management after AppStream restarts. If the problem continues, it would be advisable to reach out to the workshop support team for further assistance, as they can provide more specific guidance based on the workshop's setup and requirements.
Sources
AWS Blu Age L3 Workshop | AWS re:Post
AWS Blu Age Cannot Load DataSet (PS files) in Bluesam administration console | AWS re:Post

profile picture
answered 20 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions