This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

After Wireshark install other applications not working

0

I have two servers one Master and one USA, both are sparc. I have installed the wireshark and my application on Master server and accessing them from UAS server.

When wireshark is not installed, my application is running and GUI launches fine but after installing the wireshark my application is not running, there are several other applications also in that server and all of them are not working after wireshark installation.

Can anyone have any idea why is this behavior?

asked 25 Jun '13, 04:44

KumarM's gravatar image

KumarM
11445
accept rate: 0%


One Answer:

0

What do you mean the application doesn't run? Does it fail to load or does it run but not work?

The only thought I have is that installing Wireshark changed a library dependency that your application(s) use and that the application is failing to load (e.g., you get an ld.so error about a library not found or some such).

answered 25 Jun '13, 06:16

JeffMorriss's gravatar image

JeffMorriss ♦
6.2k572
accept rate: 27%

additionally, does the problem occur after the installation of Wireshark or when Wireshark is started?

(25 Jun '13, 06:29) Kurt Knochner ♦

Thanks.

I mean that application fails to load. This problem occur only after installing the wireshark. If wireshark is not installed, in that case application loads and works properly.

(25 Jun '13, 07:42) KumarM

So what error is given when it fails to load?

(25 Jun '13, 07:57) JeffMorriss ♦

There is no specific error. In my application there is some Spring OSGI jar dependency and org.eclipse.equinox.launcher.gtk.solaris.sparc-1.1.2.jar. I am not sure that if this is causing any issue.

(25 Jun '13, 21:32) KumarM

O.K. then can you please add more information what you mean by "application fails to load", if there is no error message !??!

(26 Jun '13, 00:29) Kurt Knochner ♦

I have GUI based application, and after wireshark installation that application does launch (GUI can't open). This time I found an error: org.springframework.osgi.extender.internal.activator.ContextLoaderListener - No application context created for bundle

But strange thing is that problem occurs only when I have Master and UAS two different server configuration and wireshark is installed on master server. When I have only one server (UAS) environment, then all application works fine.

(26 Jun '13, 01:55) KumarM

is there a stack trace for your application?

(26 Jun '13, 04:29) Kurt Knochner ♦
showing 5 of 7 show 2 more comments