Questions tagged [sonic]

PHP 5.3 framework, with focus on performance / Sonic software components

Sonic is a PHP framework, that requires PHP 5.3+

Currently not in active development.

13 questions
2
votes
1 answer

How to get the Sonic Management Console Container logs time stamp using Java?

Actually I am working in an SOA based Architecture, we are managing our services using the Sonic Management Console. Every services we will call it as containers . Manually I can able to login to the Sonic and in the containers section able to see…
sathya
  • 199
  • 5
  • 26
1
vote
0 answers

I encountered an error when compiling sonic;

Processing ./sonic_py_common-1.0-py3-none-any.whl Processing ./sonic_platform_common-1.0-py3-none-any.whl Processing ./swsssdk-2.0.1-py3-none-any.whl Processing ./asyncsnmp-2.1.0-py3-none-any.whl ERROR: Exception: Traceback (most recent call last): …
yaang.gao
  • 11
  • 1
1
vote
2 answers

SONiC requires Docker version 17.06.1 or later

I'm trying to build a SONiC virtual switch image by following these instructions https://github.com/Azure/sonic-buildimage. This issue I have is that when I run "make init", I get this error Makefile.work:69: *** SONiC requires Docker version…
rh4games
  • 962
  • 2
  • 15
  • 38
1
vote
1 answer

Sonic Annotator set VAMP Plugin Folder Location

I would like to have the Vamp Plugins folder in the same folder as Sonic Annotator rather than the default locations below. How do I specify this for command line use ? Linux: /usr/local/lib/vamp OS/X: /Library/Audio/Plug-Ins/Vamp Windows:…
LuaStart
  • 397
  • 2
  • 11
1
vote
2 answers

Error 404 calling WCF Service from Sonic ESB

We have a WCF Service that is working fine, there are 4 customers using this service without problems, but I have this one customer who is complaining that he can't call the webservice anymore for the last few days. We did not change anything since…
Auresco82
  • 603
  • 6
  • 14
0
votes
1 answer

doesn't load image palette in PAL0 -> VDP_setPalette(PAL0,sprite_sonic.palette->data)

Decided to look into the SGDK. I wanted to add a Sonic's sprite to the screen, but something went wrong. Sonic's sprite loads but not in his palette. When loading, the PAL0 palette is used, in which the default colors remain (although I kind of…
Fogonrog
  • 1
  • 3
0
votes
1 answer

Need to get the messages passes through the sonic queue per minute

I need to get the numver of messages passes through the sonic queue per minute via a java code. I need this so i can create an alert when this messages per minute is higher than normal count. Can some on please assist me with this. Thanks
Lloyd95
  • 73
  • 7
0
votes
1 answer

Inauthentic client error while connecting to ESB using java

I am trying to connect to ESB broker using java code as below. I have verified that the username and password we are using are correct. Still I am receiving this error. What could be the cause for this error? Caused by: [2101]…
V Joe
  • 271
  • 1
  • 5
  • 23
0
votes
1 answer

java.lang.VerifyError: Expecting a stackmap frame at branch target 29

Exception Details: Location: com/sonicsw/mf/comm/jms/ConnectorClient.setRequestTimeout(J)V @3: ifnonnull Reason: Expected stackmap frame at this location. at com.sonicsw.jndi.mfcontext.MFContext.(MFContext.java:101) at…
Ampm
  • 27
  • 1
  • 7
0
votes
1 answer

Mule JMS Max Redelivery Exceeded Sonic and WMQ

I have a mule flow which reads messages from a sonic topic and publish to a Websphere MQ Topic. The flow is synchronous and transacted. I have set maxRedelivery="10" in the inboud endpoint. but it keeps on trying to redeliver. Here is the exception…
0
votes
1 answer

Simple Java Client to connect to a Sonic Topic

I need to write a simple java class which send messages to a Sonic Topic. I can use the JNDI values for lookup. Here is the code. Hashtable properties = new Hashtable<>(); properties.put(Context.INITIAL_CONTEXT_FACTORY,…
0
votes
2 answers

Mustache js or php?

I have a controller and view file, from controller I am setting the data array for view, in the view file I am creating an instance of Mustache.php class and render the template of view. In the second scenario: from controller I am setting the data…
Anubhav
  • 1,605
  • 4
  • 18
  • 31
-1
votes
1 answer

FTP / New Firewalls

This is probably a long shot but...we recently upgraded from sonic to meraki firewalls on our network. We offer a public FTP site that is dmz'ed to our customers. That FTP is a windows server 2008. Prior to the meraki upgrade we had no trouble…