Database connection failure due to com.trend.iwss.jscan.runtime classes in EAP 6

Solution Verified - Updated -

Issue

Encountering the failure below during an attempt to create a connection to the database

... java.awt.HeadlessException
       at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
       at java.awt.Window.<init>(Window.java:535)
       at java.awt.Frame.<init>(Frame.java:420)
       at java.awt.Frame.<init>(Frame.java:385)
       at com.trend.iwss.jscan.runtime.BaseDialog.getActiveFrame(BaseDialog.java:75)
       at com.trend.iwss.jscan.runtime.AllowDialog.make(AllowDialog.java:32)
       at com.trend.iwss.jscan.runtime.PolicyRuntime.showAllowDialog(PolicyRuntime.java:325)
       at com.trend.iwss.jscan.runtime.PolicyRuntime.stopActionInner(PolicyRuntime.java:240)
       at com.trend.iwss.jscan.runtime.PolicyRuntime.stopAction(PolicyRuntime.java:172)
       at com.trend.iwss.jscan.runtime.MiscPolicyRuntime._preFilter(MiscPolicyRuntime.java:177)
       at com.trend.iwss.jscan.runtime.PolicyRuntime.preFilter(PolicyRuntime.java:132)
       at com.trend.iwss.jscan.runtime.MiscPolicyRuntime.preFilter(MiscPolicyRuntime.java:142)
       at oracle.jdbc.driver.PhysicalConnection$1.run(PhysicalConnection.java:3169)
       at java.security.AccessController.doPrivileged(Native Method)
       at oracle.jdbc.driver.PhysicalConnection.getSystemProperty(PhysicalConnection.java:3165)
       at oracle.jdbc.driver.PhysicalConnection.readConnectionProperties(PhysicalConnection.java:2313)
       at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:527)
       at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:236)
       at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
       at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
       at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:260)

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP) 6

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.