[teiid-issues] [JBoss JIRA] Resolved: (TEIID-575) MMx server should be started 'headless' to prevent AWT prompts

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Sun May 17 22:40:05 EDT 2009


     [ https://jira.jboss.org/jira/browse/TEIID-575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-575.
----------------------------------

    Resolution: Done


Added to the config's default process launch command

> MMx server should be started 'headless' to prevent AWT prompts
> --------------------------------------------------------------
>
>                 Key: TEIID-575
>                 URL: https://jira.jboss.org/jira/browse/TEIID-575
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Server
>            Reporter: Debbie Steigner
>            Assignee: Steven Hawkins
>            Priority: Minor
>             Fix For: 6.1.0
>
>
> Per https://enterprise.redhat.com/issue-tracker/?module=issues&action=view&tid=295249&gid=1406 customer request.
> The JT400 JDBC driver (JTOpen) prompts the user with an AWT form when the credentials fail. When this happens, it blocks the MMx server thread until one remotes over to it graphically and enters the password.  When one repeatedly ignores the prompt, typically DB2 disables the userid.  This is time-consuming and it happens periodically.  Although this is really JT400 braindamage, it points out that MMx appears not to be started in "headless" mode.  To do this, do:
> java -Djava.awt.headless=true
> This should cause AWT prompts like this from JDBC drivers to go to the log as exceptions.  See http://java.sun.com/developer/technicalArticles/J2SE/Desktop/headless/ for more info.
> If you could just enter this as a bug/feature request.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list