+
, at the bottom left-hand corner of the window to add a new
connection, since the client seemed to have "forgotten" the information for the
VPN. I left the type set to "UAC or SSL-VPN" and put in the server URL, which
was in the form of https://fqdn
where fqdn is the
fully qualified
domain name (FQDN) for the VPN server. I then gave the connection a name in
the "Name" field.
But whenever I then clicked on the Connect or Add button in the Junos Pulse client, I would see the message below:
Junos Pulse
Failed to connect to the Juniper Unified Network Service.
I checked the log for the Junos Pulse VPN client software at
/private/var/log/Juniper Networks/Logging/debuglog.log
and saw
many "'JamUI' Connection to UIModelService plugin failed - service may not be
running" messages.
$ tail -n 5 /private/var/log/Juniper\ Networks/Logging/debuglog.log 00174,09 2015/11/10 14:43:58.480 3 jdoe Junos_Pulse Pulse p1489 tC07 JamConnectionModel.cpp:282 - 'JamUI' Connection to UIModelService plugin failed - service may not be running 00174,09 2015/11/10 14:43:59.481 3 jdoe Junos_Pulse Pulse p1489 tC07 JamConnectionModel.cpp:282 - 'JamUI' Connection to UIModelService plugin failed - service may not be running 00174,09 2015/11/10 14:44:00.482 3 jdoe Junos_Pulse Pulse p1489 tC07 JamConnectionModel.cpp:282 - 'JamUI' Connection to UIModelService plugin failed - service may not be running 00174,09 2015/11/10 14:44:01.484 3 jdoe Junos_Pulse Pulse p1489 tC07 JamConnectionModel.cpp:282 - 'JamUI' Connection to UIModelService plugin failed - service may not be running 00174,09 2015/11/10 14:44:02.485 3 jdoe Junos_Pulse Pulse p1489 tC07 JamConnectionModel.cpp:282 - 'JamUI' Connection to UIModelService plugin failed - service may not be running
I had tried the steps at Junos Pulse VPN Client Issue on Mac OS X a couple of days ago when the problem first started, since I had been able to resolve a prior problem with the Junos Pulse client application with those steps. This time I entered just the commands below:
$ sudo launchctl load -w /Library/LaunchDaemons/net.juniper.AccessService.plist Password: $ launchctl load -w /Library/LaunchAgents/net.juniper.pulsetray.plist
I then saw the following in the JunOS Pulse window:
When I clicked on the Connect button, I saw "Failed" appear in the Junos Pulse client window.
When I clicked on the pencil icon, which appears to the right of the plus and minus signs at the bottom of the Junos Pulse client window, to edit the information for the VPN server, I saw the Name and Server URL fields were blank. The Save button was now appearing rather than the Add button, though. I filled in those fields with the information I had entered before and clicked on Connect.
I was then able to connect successfully to the VPN. I had to disconnect in order to be able to save the information. After disconnecting, I clicked on the pencil icon to edit it and chose Save.
Created: Tuesday November 11, 2015