Re: How to configure the Java Plugin to the ARServer

2011-03-07 Thread gok's
I have configured the ARDBC Plugin properly to ARServer previously I made
mistake in Armonitor cfg file I have used Java driver version 1.6 instead of
1.5 ...it is working now..thanks for every one who responded
to me.




gok's wrote:
> 
> I have worked on creating the plugin when I run the Java plugin it is
> connecting to the external database and showing the arschema , arcontainer
> . I am failing to configure it to the ARServer even though I added the
> C: location path in ar.cfg ...I have checked the plugin log's it is
> not showing up there do I need to create a record in the configuration
> ARDBC form in the User tool can some one give me some help ..
> 
> Envi: ARSystem 7.5 patch4
> Database : SQL 2008 sp2
> 
> Thanks
> 
> 

-- 
View this message in context: 
http://old.nabble.com/How-to-configure-the-Java-Plugin-to-the-ARServer-tp31068684p31093831.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"


Re: How to configure the Java Plugin to the ARServer

2011-03-04 Thread Grooms, Frederick W
Gok,
  I noticed in your pluginsvr_config.xml file your  
statements are not a path but a full jar file.  Since all the supporting files 
are in the same path, try changing to just 1 pathelement statement with the 
just the path (not the full jar filenames).

You may also want to change your log level from INFO to DEBUG in the 
log4j_pluginsvr.xml file.  That may let you see any startup errors.

Fred


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of gok's
Sent: Friday, March 04, 2011 3:58 PM
To: arslist@ARSLIST.ORG
Subject: Re: How to configure the Java Plugin to the ARServer

Axton thanks for response

This is the arjavaplugin log

2011-03-04 11:25:12,232 WARN  [main] com.bmc.arsys.pluginsvr.d.b (?:?) -
INFO: Java plug-in server is initializing all plug-ins for 5 core threads.
Please wait ...
2011-03-04 11:25:12,254 WARN  [pool-2-thread-5]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,254 WARN  [pool-2-thread-4]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,259 WARN  [pool-2-thread-3]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,260 WARN  [pool-2-thread-1]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,260 WARN  [pool-2-thread-2]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,272 WARN  [pool-2-thread-2] com.bmc.arsys.pluginsvr.d.b
(?:?) - INFO: Java plug-in server has initialized plug-ins for all 5 core
threads. The server is ready to receive RPC calls.






Axton Grams wrote:
>
> The logs you cited are for the C based plugin server.  The java based
> plugin
> server uses log4j to manage it's logging.  Look in the pluginsrv directory
> for log4j_pluginsvr.xml.  I think the default behavior is to log to
> arjavaplugin.log in the ./db directory.
>
> Initialization should look like this:
>
> 2011-03-04 07:15:18,969 DEBUG [main] com.bmc.arsys.pluginsvr.f (?:?) -
> Plugin Accessible Configured Values:
> 2011-03-04 07:15:18,972 DEBUG [main] com.bmc.arsys.pluginsvr.f (?:?) -
> port
> xxx
> 2011-03-04 07:15:18,976 DEBUG [main] com.bmc.arsys.pluginsvr.f (?:?) -
> numCoreThreads 5
> 2011-03-04 07:15:19,171 INFO  [main] com.bmc.arsys.pluginsvr.f (?:?) -
> Success: Plugin(ARSYS.ARF.WEBSERVICE)read with New Plugin-Definition!
> 2011-03-04 07:15:19,239 INFO  [main] com.bmc.arsys.pluginsvr.f (?:?) -
> Success: Plugin(SAMPLE.FILTERAPI)read with New Plugin-Definition!
> 2011-03-04 07:15:19,263 INFO  [main] com.bmc.arsys.pluginsvr.f (?:?) -
> Success: Plugin(ARSYS.ARF.REGISTRY)read with New Plugin-Definition!
> 2011-03-04 07:15:21,305 INFO  [main]
> org.apache.commons.configuration.ConfigurationFactory$FileConfigurationFactory
> (ConfigurationFactory.java:522) - Trying to load configuration
> arsys_api.xml
> 2011-03-04 07:15:21,345 WARN  [main]
> org.apache.commons.configuration.ConfigurationFactory$FileConfigurationFactory
> (ConfigurationFactory.java:530) - Could not load optional configuration
> arsys_api.xml
> 2011-03-04 07:15:21,831 INFO  [main]
> org.apache.commons.configuration.ConfigurationFactory$FileConfigurationFactory
> (ConfigurationFactory.java:522) - Trying to load configuration default.xml
> 2011-03-04 07:15:21,927 DEBUG [main] com.bmc.arsys.pluginsvr.c.a (?:?) -
> os.name: SunOS
> 2011-03-04 07:15:21,929 DEBUG [main] com.bmc.arsys.pluginsvr.c.a (?:?) -
> os.arch: sparc
> 2011-03-04 07:15:21,931 DEBUG [main] com.bmc.arsys.pluginsvr.c.a (?:?) -
> java.vendor: Sun Microsystems Inc.
> 2011-03-04 07:15:21,933 DEBUG [main] com.bmc.arsys.pluginsvr.c.a (?:?) -
> Constructor ARPluginServerEncryptionInfo
> 2011-03-04 07:15:23,309 INFO  [main] com.bmc.arsys.pluginsvr.plugins.g
> (?:?)
> - Loading all Java Plugins and Plugin sets
> 2011-03-04 07:15:23,311 INFO  [main] com.bmc.arsys.pluginsvr.plugins.g
> (?:?)
> - Attempting to load Java Plugin ARSYS.ARF.WEBSERVICE
> 2011-03-04 07:15:23,340 INFO  [main] com.bmc.arsys.pluginsvr.plugins.g
> (?:?)
> - Number of URLs for plugin ARSYS.ARF.WEBSERVICE is 2
> ...
>
> Axton Grams
>
> On Fri, Mar 4, 2011 at 3:14 PM, gok's  wrote:
>
>> Thanks for response LJ LongWing
>>
>> When I checked the server side log files in Plug-In logs the log is like
>> this
>>
>> > 00> /* Fri Mar 04 2011 11:25:10.7900 */ARDBC   Plug-In Loaded:
>> ARSYS.ARDBC.CONFIGFILE version 3
>>
>> > 00> /* Fri Mar 04 2011 11:25:10.7900 */ARPluginSetProperties
>> defined
>>
>> > 00> /* Fri Mar 04 2011 11:25:10.7900 */ARPluginInitialization
>> defined
>>

Re: How to configure the Java Plugin to the ARServer

2011-03-04 Thread gok's
>>
>> > 00> /* Fri Mar 04 2011 11:25:10.7900 */ARDBCSetEntry
>> defined
>>
>> > 00> /* Fri Mar 04 2011 11:25:10.7900 */ARDBCDeleteEntry
>> defined
>>
>> > 00> /* Fri Mar 04 2011 11:25:10.7910 */ARDBCGetEntryBLOB
>> undefined
>>
>> > 00> /* Fri Mar 04 2011 11:25:10.7910 */
>> ARDBCGetListEntryWithFields  defined
>>
>> > 00> /* Fri Mar 04 2011 11:25:10.7910 */   
>> ARDBCGetEntryStatistics
>> undefined
>>
>> so the ARSYS.ARDBC.CONFIGFILE plugin is working but the Test_Plugin which
>> I
>> am testing for vendor form is not shown up in the log So to make it up
>> and
>> running I have to use the armonitor but I am unable to find the
>> armonitor.cfg file  (I am searching now ). So because I haven't added the
>> command line there my plugin is not recognized by ARServer it seems.
>>
>> Regarding the "arplugin2" it's my bad of giving  and confusing with wrong
>> information
>>
>>
>> It is "arjavaplugin" log file where I don't find any log information of
>> my
>> TEST_Plugin.
>>
>> I added the server plug alias in ar.cfg file
>>
>> The copy of ar.cfg is
>>
>>
>> Server-Name: admin123-pc
>> Server-directory: C:\Program Files\BMC Software\ARSystem\ARServer\Db
>> Multiple-ARSystem-Servers: F
>> Register-With-Portmapper: T
>> TCD-Specific-Port: 0
>> Plugin-Port:
>> Alternate-Approval-Reg: T
>> Currency-Ratio-Client-Refresh-Interval: 60
>> Homepage-Form: Home Page
>> Private-RPC-Socket: 390601 1 1
>> Private-RPC-Socket: 390603 1 1
>> Private-RPC-Socket: 390620 2 2
>> Private-RPC-Socket: 390635 2 2
>> Plugin-Path: C:\Program Files\BMC Software\ARSystem
>> Plugin-Path: C:\Program Files\BMC Software\ARSystem\pluginsvr
>>
>> Plugin: ardbcconf.dll
>> Plugin: reportplugin.dll
>> Plugin: ServerAdmin.dll
>> Plugin: FlashboardObject.dll
>> Server-Plugin-Alias: TEST_PLUGIN TEST_PLUGIN admin123-pc:
>> Server-Plugin-Alias: ARSYS.ARF.REGISTRY ARSYS.ARF.REGISTRY
>> admin123-pc:
>> Db-name: ARSystem
>> Db-user: admin123-PC\admin123
>> Sybase-Server-Name: ADMIN123-PC
>> SQL-Secure-Connection: T
>> SQL-Server-Set-ANSI-Defaults: T
>> Db-password:
>>
>> I/XQzDstQOggFXD/UsDCEOS1HCSiFJTYBAOo2fEDYQpryMAPzXxGvxFlBmxMjKm4pizDKs/YJSWeydUGEhQkzl8ynFT/JlYsTMD//Tzp3KvHhPk0CpgbPA==
>> Cache-Mode: 1
>> DSO-User-Password:
>>
>> sfM7iR+ET8NXj7p1+mkDYB4dcVHwai41cqZi40X+4ivepZVu8URJWFOtPqQxsh693zkNzlSDtcZjT2BmuSOrDfJFHc60Ge727OPKi5ncly2knWBZ6E+jfw==
>> Remedy-App-Service-Password:
>>
>> AvUl6gLloUbC+LW6NIAgF/AXUxevozxSu/MpAK3CCmvou6Zmlo/pG9qVtF1enesrDfG5ETFe7XorjZNFeEqSUSbfA1OOricrjtxZALgBMws/dnun/1KRww==
>> Mid-Tier-Service-Password:
>>
>> QS1//6Kf2T4Wk999M+SanB3e4md4/RIBItV9VzpMfl9QSEwZQTPzYVp3QfrUS1lZ9BUJHbsODOEF5ULcVwLRA1NPwtOwM2Rxu+9pw7aBR/DAIR97l3dvUw==
>> Server-Plugin-Alias: ARSYS.ARF.WEBSERVICE ARSYS.ARF.WEBSERVICE
>> admin123-pc:
>>
>>
>>
>>
>>
>> LJ LongWing (Head) wrote:
>> >
>> > Ok...so the plugin server is obviously enabled and functional, that's
>> the
>> > first stepno I don't know what you mean by
>> >
>> > 'and in "arplugin2" I don't see the name of my plugin so I came to
>> > conclusion that it is not starting'
>> >
>> > What is arplugin2?
>> >
>> > When you say
>> >
>> > 'I added the C: location path in ar.cfg'
>> >
>> > What do you mean, I was looking for what you had in your config
>> > filesgive me a copy of it
>> >
>> > -Original Message-
>> > From: Action Request System discussion list(ARSList)
>> > [mailto:arslist@ARSLIST.ORG] On Behalf Of gok's
>> > Sent: Friday, March 04, 2011 11:37 AM
>> > To: arslist@ARSLIST.ORG
>> > Subject: Re: How to configure the Java Plugin to the ARServer
>> >
>> > LJ Longwing thanks for response first fault
>> >
>> > I haven't enabled it through armonitor.cfg . what I am doing here
>> is
>> I
>> > added the C: location path in ar.cfg  and starting the ARserver
>> services
>> >
>> >
>> > in the arjavaplugin log it is showing up like this
>> >
>> > 2011-03-04 11:25:12,232 WARN  [main] com.bmc.arsys.pluginsvr.d.b (?:?)
>> -
>> > INFO: Java plug-i

Re: How to configure the Java Plugin to the ARServer

2011-03-04 Thread Axton
e Page
> Private-RPC-Socket: 390601 1 1
> Private-RPC-Socket: 390603 1 1
> Private-RPC-Socket: 390620 2 2
> Private-RPC-Socket: 390635 2 2
> Plugin-Path: C:\Program Files\BMC Software\ARSystem
> Plugin-Path: C:\Program Files\BMC Software\ARSystem\pluginsvr
>
> Plugin: ardbcconf.dll
> Plugin: reportplugin.dll
> Plugin: ServerAdmin.dll
> Plugin: FlashboardObject.dll
> Server-Plugin-Alias: TEST_PLUGIN TEST_PLUGIN admin123-pc:
> Server-Plugin-Alias: ARSYS.ARF.REGISTRY ARSYS.ARF.REGISTRY admin123-pc:
> Db-name: ARSystem
> Db-user: admin123-PC\admin123
> Sybase-Server-Name: ADMIN123-PC
> SQL-Secure-Connection: T
> SQL-Server-Set-ANSI-Defaults: T
> Db-password:
>
> I/XQzDstQOggFXD/UsDCEOS1HCSiFJTYBAOo2fEDYQpryMAPzXxGvxFlBmxMjKm4pizDKs/YJSWeydUGEhQkzl8ynFT/JlYsTMD//Tzp3KvHhPk0CpgbPA==
> Cache-Mode: 1
> DSO-User-Password:
>
> sfM7iR+ET8NXj7p1+mkDYB4dcVHwai41cqZi40X+4ivepZVu8URJWFOtPqQxsh693zkNzlSDtcZjT2BmuSOrDfJFHc60Ge727OPKi5ncly2knWBZ6E+jfw==
> Remedy-App-Service-Password:
>
> AvUl6gLloUbC+LW6NIAgF/AXUxevozxSu/MpAK3CCmvou6Zmlo/pG9qVtF1enesrDfG5ETFe7XorjZNFeEqSUSbfA1OOricrjtxZALgBMws/dnun/1KRww==
> Mid-Tier-Service-Password:
>
> QS1//6Kf2T4Wk999M+SanB3e4md4/RIBItV9VzpMfl9QSEwZQTPzYVp3QfrUS1lZ9BUJHbsODOEF5ULcVwLRA1NPwtOwM2Rxu+9pw7aBR/DAIR97l3dvUw==
> Server-Plugin-Alias: ARSYS.ARF.WEBSERVICE ARSYS.ARF.WEBSERVICE
> admin123-pc:
>
>
>
>
>
> LJ LongWing (Head) wrote:
> >
> > Ok...so the plugin server is obviously enabled and functional, that's the
> > first stepno I don't know what you mean by
> >
> > 'and in "arplugin2" I don't see the name of my plugin so I came to
> > conclusion that it is not starting'
> >
> > What is arplugin2?
> >
> > When you say
> >
> > 'I added the C: location path in ar.cfg'
> >
> > What do you mean, I was looking for what you had in your config
> > filesgive me a copy of it
> >
> > -Original Message-
> > From: Action Request System discussion list(ARSList)
> > [mailto:arslist@ARSLIST.ORG] On Behalf Of gok's
> > Sent: Friday, March 04, 2011 11:37 AM
> > To: arslist@ARSLIST.ORG
> > Subject: Re: How to configure the Java Plugin to the ARServer
> >
> > LJ Longwing thanks for response first fault
> >
> > I haven't enabled it through armonitor.cfg . what I am doing here is
> I
> > added the C: location path in ar.cfg  and starting the ARserver services
> >
> >
> > in the arjavaplugin log it is showing up like this
> >
> > 2011-03-04 11:25:12,232 WARN  [main] com.bmc.arsys.pluginsvr.d.b (?:?) -
> > INFO: Java plug-in server is initializing all plug-ins for 5 core
> threads.
> > Please wait ...
> > 2011-03-04 11:25:12,254 WARN  [pool-2-thread-5]
> > com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
> > Null registry location
> > 2011-03-04 11:25:12,254 WARN  [pool-2-thread-4]
> > com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
> > Null registry location
> > 2011-03-04 11:25:12,259 WARN  [pool-2-thread-3]
> > com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
> > Null registry location
> > 2011-03-04 11:25:12,260 WARN  [pool-2-thread-1]
> > com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
> > Null registry location
> > 2011-03-04 11:25:12,260 WARN  [pool-2-thread-2]
> > com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
> > Null registry location
> > 2011-03-04 11:25:12,272 WARN  [pool-2-thread-2]
> > com.bmc.arsys.pluginsvr.d.b
> > (?:?) - INFO: Java plug-in server has initialized plug-ins for all 5 core
> > threads. The server is ready to receive RPC calls.
> >
> >
> > and in in "arplugin2" I don't see the name of my plugin so I came to
> > conclusion that it is not starting
> >
> > In the pluginsvr folder in the XML this is how I wrote it
> >
> > 
> >
> > 
> >   
> >   false
> >   1
> >   4
> >   1
> >   1
> >   1
> >   5
> >   2
> >   0
> >   5
> >
> >   
> >   
> >   ARSYS.ARF.WEBSERVICE
> >   C:/Program Files/BMC
> > Software/ARSystem/pluginsvr/websvcjava75.jar
> >
> > com.bmc.arsys.ws.plugin.WSPlugin
> >   
> >   
> >   ARSYS.ARF.REGISTRY
> >   C:/Program Files/BMC
> > Software/ARSystem/pluginsvr/arregistryplugin75.jar
> >
> > com.b

Re: How to configure the Java Plugin to the ARServer

2011-03-04 Thread gok's
Thanks for response LJ LongWing 

When I checked the server side log files in Plug-In logs the log is like
this 
 /* Fri Mar 04 2011 11:25:10.7900 */ARDBC   Plug-In Loaded:
ARSYS.ARDBC.CONFIGFILE version 3
 /* Fri Mar 04 2011 11:25:10.7900 */ARPluginSetProperties
   
defined
 /* Fri Mar 04 2011 11:25:10.7900 */ARPluginInitialization   
   
defined
 /* Fri Mar 04 2011 11:25:10.7900 */ARPluginTermination  
   
defined
 /* Fri Mar 04 2011 11:25:10.7900 */ARPluginCreateInstance   
   
defined
 /* Fri Mar 04 2011 11:25:10.7900 */ARPluginDeleteInstance   
   
defined
 /* Fri Mar 04 2011 11:25:10.7900 */ARPluginEvent
   
undefined
 /* Fri Mar 04 2011 11:25:10.7900 */ARDBCCreateEntry 
   
defined
 /* Fri Mar 04 2011 11:25:10.7900 */ARDBCGetEntry
   
defined
 /* Fri Mar 04 2011 11:25:10.7900 */ARDBCSetEntry
   
defined
 /* Fri Mar 04 2011 11:25:10.7900 */ARDBCDeleteEntry 
   
defined
 /* Fri Mar 04 2011 11:25:10.7910 */ARDBCGetEntryBLOB
   
undefined
 /* Fri Mar 04 2011 11:25:10.7910 */   
ARDBCGetListEntryWithFields  defined
 /* Fri Mar 04 2011 11:25:10.7910 */ARDBCGetEntryStatistics  
   
undefined
 
so the ARSYS.ARDBC.CONFIGFILE plugin is working but the Test_Plugin which I
am testing for vendor form is not shown up in the log So to make it up and
running I have to use the armonitor but I am unable to find the
armonitor.cfg file  (I am searching now ). So because I haven't added the
command line there my plugin is not recognized by ARServer it seems.

Regarding the "arplugin2" it's my bad of giving  and confusing with wrong
information 


It is "arjavaplugin" log file where I don't find any log information of my
TEST_Plugin.

I added the server plug alias in ar.cfg file 

The copy of ar.cfg is 


Server-Name: admin123-pc
Server-directory: C:\Program Files\BMC Software\ARSystem\ARServer\Db
Multiple-ARSystem-Servers: F
Register-With-Portmapper: T
TCD-Specific-Port: 0
Plugin-Port:
Alternate-Approval-Reg: T
Currency-Ratio-Client-Refresh-Interval: 60
Homepage-Form: Home Page
Private-RPC-Socket: 390601 1 1
Private-RPC-Socket: 390603 1 1
Private-RPC-Socket: 390620 2 2
Private-RPC-Socket: 390635 2 2
Plugin-Path: C:\Program Files\BMC Software\ARSystem
Plugin-Path: C:\Program Files\BMC Software\ARSystem\pluginsvr

Plugin: ardbcconf.dll
Plugin: reportplugin.dll
Plugin: ServerAdmin.dll
Plugin: FlashboardObject.dll
Server-Plugin-Alias: TEST_PLUGIN TEST_PLUGIN admin123-pc:
Server-Plugin-Alias: ARSYS.ARF.REGISTRY ARSYS.ARF.REGISTRY admin123-pc:
Db-name: ARSystem
Db-user: admin123-PC\admin123
Sybase-Server-Name: ADMIN123-PC
SQL-Secure-Connection: T
SQL-Server-Set-ANSI-Defaults: T
Db-password:
I/XQzDstQOggFXD/UsDCEOS1HCSiFJTYBAOo2fEDYQpryMAPzXxGvxFlBmxMjKm4pizDKs/YJSWeydUGEhQkzl8ynFT/JlYsTMD//Tzp3KvHhPk0CpgbPA==
Cache-Mode: 1
DSO-User-Password:
sfM7iR+ET8NXj7p1+mkDYB4dcVHwai41cqZi40X+4ivepZVu8URJWFOtPqQxsh693zkNzlSDtcZjT2BmuSOrDfJFHc60Ge727OPKi5ncly2knWBZ6E+jfw==
Remedy-App-Service-Password:
AvUl6gLloUbC+LW6NIAgF/AXUxevozxSu/MpAK3CCmvou6Zmlo/pG9qVtF1enesrDfG5ETFe7XorjZNFeEqSUSbfA1OOricrjtxZALgBMws/dnun/1KRww==
Mid-Tier-Service-Password:
QS1//6Kf2T4Wk999M+SanB3e4md4/RIBItV9VzpMfl9QSEwZQTPzYVp3QfrUS1lZ9BUJHbsODOEF5ULcVwLRA1NPwtOwM2Rxu+9pw7aBR/DAIR97l3dvUw==
Server-Plugin-Alias: ARSYS.ARF.WEBSERVICE ARSYS.ARF.WEBSERVICE 
admin123-pc:





LJ LongWing (Head) wrote:
> 
> Ok...so the plugin server is obviously enabled and functional, that's the
> first stepno I don't know what you mean by 
> 
> 'and in "arplugin2" I don't see the name of my plugin so I came to
> conclusion that it is not starting'
> 
> What is arplugin2?
> 
> When you say
> 
> 'I added the C: location path in ar.cfg'
> 
> What do you mean, I was looking for what you had in your config
> filesgive me a copy of it
> 
> -Original Message-
> From: Action Request System discussion list(ARSList)
> [mailto:arslist@ARSLIST.ORG] On Behalf Of gok's
> Sent: Friday, March 04, 2011 11:37 AM
> To: arslist@ARSLIST.ORG
> Subject: Re: How to configure the Java Plugin to the ARServer
> 
> LJ Longwing thanks for response first fault 
> 
> I haven't enabled it through armonitor.cfg . what I am doing here is I
> added the C: location path in ar.cfg  and starting the ARserver services 
> 
> 
> in the arjavaplugin log it is showing up like this 
> 
> 2011-03-04 11:25:12,232 WARN  [main] com.bmc.arsys.pluginsvr.d.b (?:?) -
> INFO: Java plug-in server is initializing all plug-ins for 5 core threads.
> Please wait ...
> 2011-03-04 11:25:12,254 WARN  [pool-2-thread-5]
> com.bmc.arsys.pluginsv

Re: How to configure the Java Plugin to the ARServer

2011-03-04 Thread LJ LongWing
Ok...so the plugin server is obviously enabled and functional, that's the
first stepno I don't know what you mean by

'and in "arplugin2" I don't see the name of my plugin so I came to
conclusion that it is not starting'

What is arplugin2?

When you say

'I added the C: location path in ar.cfg'

What do you mean, I was looking for what you had in your config
filesgive me a copy of it

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of gok's
Sent: Friday, March 04, 2011 11:37 AM
To: arslist@ARSLIST.ORG
Subject: Re: How to configure the Java Plugin to the ARServer

LJ Longwing thanks for response first fault 

I haven't enabled it through armonitor.cfg . what I am doing here is I
added the C: location path in ar.cfg  and starting the ARserver services 


in the arjavaplugin log it is showing up like this 

2011-03-04 11:25:12,232 WARN  [main] com.bmc.arsys.pluginsvr.d.b (?:?) -
INFO: Java plug-in server is initializing all plug-ins for 5 core threads.
Please wait ...
2011-03-04 11:25:12,254 WARN  [pool-2-thread-5]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,254 WARN  [pool-2-thread-4]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,259 WARN  [pool-2-thread-3]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,260 WARN  [pool-2-thread-1]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,260 WARN  [pool-2-thread-2]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,272 WARN  [pool-2-thread-2] com.bmc.arsys.pluginsvr.d.b
(?:?) - INFO: Java plug-in server has initialized plug-ins for all 5 core
threads. The server is ready to receive RPC calls.


and in in "arplugin2" I don't see the name of my plugin so I came to
conclusion that it is not starting 

In the pluginsvr folder in the XML this is how I wrote it 





false
1
4
1
1
1
5
2
0
5



ARSYS.ARF.WEBSERVICE
C:/Program Files/BMC
Software/ARSystem/pluginsvr/websvcjava75.jar

com.bmc.arsys.ws.plugin.WSPlugin


ARSYS.ARF.REGISTRY
C:/Program Files/BMC
Software/ARSystem/pluginsvr/arregistryplugin75.jar

com.bmc.arsys.plugins.registry.ARRegistryPlugin
C:/Program Files/BMC
Software/ARSystem/pluginsvr/WSRegistryAPI7.5.jar




TEST_PLUGIN
ARDBC
JAVA
C:/Program Files/BMC
Software/ARSystem/Arserver/api/javaplugins/testplugin/testplugin.jar

com.bmc.arsys.plugin.sample.ARDBCSample 
C:/Program Files/BMC
Software/ARSystem/Arserver/api/javaplugins/testplugin/sqljdbc.jar
C:/Program Files/BMC
Software/ARSystem/Arserver/api/javaplugins/testplugin/arapi75.jar
C:/Program Files/BMC
Software/ARSystem/Arserver/api/javaplugins/testplugin/arpluginsvr75.jar   
 

jdbc:sqlserver://localhost:1433;databaseName=ARSystem 

com.microsoft.jdbc.sqlserver.SQLServerDriver 
Demo 
 
T291 
 






I think what I am doing is I haven't located them in the right way...


LJ LongWing (Head) wrote:
> 
> To run the Java Plugin server, you must have it enabled in the
> armonitor.cfg
> file, then the plugins that are enabled are configured in the xml in the
> pluginsvr folder.  What sort of config do you have enabled at the moment,
> complete lines and what files they come out of would be helpful.
> 
> -Original Message-
> From: Action Request System discussion list(ARSList)
> [mailto:arslist@ARSLIST.ORG] On Behalf Of gok's
> Sent: Friday, March 04, 2011 8:46 AM
> To: arslist@ARSLIST.ORG
> Subject: How to configure the Java Plugin to the ARServer
> 
> I have worked on creating the plugin when I run the Java plugin it is
> connecting to the external database and showing the arschema , arcontainer
> . I am failing to configure it to the ARServer even though I added the
> C: location path in ar.cfg ...I have checked the plugin log's it is
> not
> showing up there do I need to create a record in the configuration ARDBC
> form in the User tool can some one give me some help ..
> 

Re: How to configure the Java Plugin to the ARServer

2011-03-04 Thread gok's
LJ Longwing thanks for response first fault 

I haven't enabled it through armonitor.cfg . what I am doing here is I
added the C: location path in ar.cfg  and starting the ARserver services 


in the arjavaplugin log it is showing up like this 

2011-03-04 11:25:12,232 WARN  [main] com.bmc.arsys.pluginsvr.d.b (?:?) -
INFO: Java plug-in server is initializing all plug-ins for 5 core threads.
Please wait ...
2011-03-04 11:25:12,254 WARN  [pool-2-thread-5]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,254 WARN  [pool-2-thread-4]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,259 WARN  [pool-2-thread-3]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,260 WARN  [pool-2-thread-1]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,260 WARN  [pool-2-thread-2]
com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) -
Null registry location
2011-03-04 11:25:12,272 WARN  [pool-2-thread-2] com.bmc.arsys.pluginsvr.d.b
(?:?) - INFO: Java plug-in server has initialized plug-ins for all 5 core
threads. The server is ready to receive RPC calls.


and in in "arplugin2" I don't see the name of my plugin so I came to
conclusion that it is not starting 

In the pluginsvr folder in the XML this is how I wrote it 





false
1
4
1
1
1
5
2
0
5



ARSYS.ARF.WEBSERVICE
C:/Program Files/BMC
Software/ARSystem/pluginsvr/websvcjava75.jar
com.bmc.arsys.ws.plugin.WSPlugin


ARSYS.ARF.REGISTRY
C:/Program Files/BMC
Software/ARSystem/pluginsvr/arregistryplugin75.jar

com.bmc.arsys.plugins.registry.ARRegistryPlugin
C:/Program Files/BMC
Software/ARSystem/pluginsvr/WSRegistryAPI7.5.jar  



TEST_PLUGIN
ARDBC
JAVA
C:/Program Files/BMC
Software/ARSystem/Arserver/api/javaplugins/testplugin/testplugin.jar

com.bmc.arsys.plugin.sample.ARDBCSample 
C:/Program Files/BMC
Software/ARSystem/Arserver/api/javaplugins/testplugin/sqljdbc.jar
C:/Program Files/BMC
Software/ARSystem/Arserver/api/javaplugins/testplugin/arapi75.jar
C:/Program Files/BMC
Software/ARSystem/Arserver/api/javaplugins/testplugin/arpluginsvr75.jar
   
 

jdbc:sqlserver://localhost:1433;databaseName=ARSystem 

com.microsoft.jdbc.sqlserver.SQLServerDriver 
Demo 
 
T291 
 






I think what I am doing is I haven't located them in the right way...


LJ LongWing (Head) wrote:
> 
> To run the Java Plugin server, you must have it enabled in the
> armonitor.cfg
> file, then the plugins that are enabled are configured in the xml in the
> pluginsvr folder.  What sort of config do you have enabled at the moment,
> complete lines and what files they come out of would be helpful.
> 
> -Original Message-
> From: Action Request System discussion list(ARSList)
> [mailto:arslist@ARSLIST.ORG] On Behalf Of gok's
> Sent: Friday, March 04, 2011 8:46 AM
> To: arslist@ARSLIST.ORG
> Subject: How to configure the Java Plugin to the ARServer
> 
> I have worked on creating the plugin when I run the Java plugin it is
> connecting to the external database and showing the arschema , arcontainer
> . I am failing to configure it to the ARServer even though I added the
> C: location path in ar.cfg ...I have checked the plugin log's it is
> not
> showing up there do I need to create a record in the configuration ARDBC
> form in the User tool can some one give me some help ..
> 
> Envi: ARSystem 7.5 patch4
> Database : SQL 2008 sp2
> 
> Thanks
> 
> -- 
> View this message in context:
> http://old.nabble.com/How-to-configure-the-Java-Plugin-to-the-ARServer-tp310
> 68684p31068684.html
> Sent from the ARS (Action Request System) mailing list archive at
> Nabble.com.
> 
> 
> ___
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"
> 
> ___
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> attend wwrug11 www.wwrug.com ARSList: "Where the

Re: How to configure the Java Plugin to the ARServer

2011-03-04 Thread LJ LongWing
To run the Java Plugin server, you must have it enabled in the armonitor.cfg
file, then the plugins that are enabled are configured in the xml in the
pluginsvr folder.  What sort of config do you have enabled at the moment,
complete lines and what files they come out of would be helpful.

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of gok's
Sent: Friday, March 04, 2011 8:46 AM
To: arslist@ARSLIST.ORG
Subject: How to configure the Java Plugin to the ARServer

I have worked on creating the plugin when I run the Java plugin it is
connecting to the external database and showing the arschema , arcontainer
. I am failing to configure it to the ARServer even though I added the
C: location path in ar.cfg ...I have checked the plugin log's it is not
showing up there do I need to create a record in the configuration ARDBC
form in the User tool can some one give me some help ..

Envi: ARSystem 7.5 patch4
Database : SQL 2008 sp2

Thanks

-- 
View this message in context:
http://old.nabble.com/How-to-configure-the-Java-Plugin-to-the-ARServer-tp310
68684p31068684.html
Sent from the ARS (Action Request System) mailing list archive at
Nabble.com.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"