rebonjour,

mon application est un applet swing intégré dans une page HTML
mon application est hebergé sur un serveur Web A qui interroge un serveur DB B

lorsque moi je l'exécute, ça marche
mais lorsque qq'un d'autre l'utilise ça ne marche pas

la particularité de cet utilisateur est qu'il n'a pas les mêmes droits que moi. d'ailleurs, je me demande de quels droits a-t-il besoin o minimum

par ailleurs, pouvez-vous me confirmer que la connexion vers la DB utilisée par cet utilisateur lambda est la même que la mienne
dans le code, elle est du type
jdbc:microsoft:mssqlserver://serveur:1433 ...
si, oui je ne comprend pas pourquoi ça ne marche pas pour elle,
elle a un message énorme du type
Exception in thread "AWT-EventQueue-2" java.lang.NullPointerException
at org.qualipharma.components.JPsPanel.setFields(JPsPanel.java:61)
at org.qualipharma.components.JPsPanel.updateFields(JPsPanel.java:71)
at org.qualipharma.bph.JBPHLight.updateBPHLight(JBPHLight.java:188)
at org.qualipharma.bph.JBPHLight.actionPerformed(JBPHLight.java:174)
at javax.swing.JTextField.fireActionPerformed(Unknown Source)
at javax.swing.JTextField.postActionEvent(Unknown Source)
at javax.swing.JTextField$NotifyAction.actionPerformed(Unknown Source)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.JComponent.processKeyBindings(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
késako : : :

merci aux généreux