Displaying 18 results from an estimated 18 matches for "jndi".
Did you mean:
andi
2006 Sep 08
4
LDAP and DSML
All,
does anyone use the Oasis DSML standard? It''s a mapping between standard
LDAP/LDIF operations and data structures to XML. There are some Java
tools that handle DSML. I just saw a requirement for accessing an LDAP
server by a service that requires results encoded in DSML, so I thought
I''d better add this support to the Net::LDAP library.
Is this of interest to any of
2009 May 08
0
Samba4: Full schema problems
...owsing the
schema dn:
cn=schema,cn=configuration, $BASEDN
I tried jxplorer and apachedirectorystudio (both work fine with a real
Active
Directory) and this are the errors I get:
jxplorer:
javax.naming.CommunicationException: Encountered ASN.1 tag 73 (expected
tag 4) [Root exception is
com.sun.jndi.ldap.Ber$DecodeException: Encountered ASN.1 tag 73
(expected tag 4)]
apachedirectorystudio:
javax.naming.CommunicationException: Encountered ASN.1 tag 101
(expected tag 4) [Root exception is
com.sun.jndi.ldap.Ber$DecodeException: Encountered ASN.1 tag 101
(expected tag 4)]
Any idea why this hap...
2010 Dec 23
1
tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)
...ee any significant changes. All of the configs appear to be
the same. Yet now on our application startup, we see the following:
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not
find jdbc-stdext Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Could not find jndi Java
extension for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were not
found for this jvm
/usr/bin/rebuild-jar-repository: error: Could not find jaas Java
extension for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were not
found for this jvm
....what...
2013 Feb 05
1
"Header is huge" in fts-solr
...And Solr log, at the same time:
==========================================================
2013-02-01 18:03:53.342:INFO::Logging to STDERR via
org.mortbay.log.StdErrLog
2013-02-01 18:03:53.425:INFO::jetty-6.1-SNAPSHOT
01.02.2013 18:03:53 org.apache.solr.core.SolrResourceLoader locateSolrHome
INFO: JNDI not configured for solr (NoInitialContextEx)
01.02.2013 18:03:53 org.apache.solr.core.SolrResourceLoader locateSolrHome
INFO: solr home defaulted to 'solr/' (could not find system property or
JNDI)
01.02.2013 18:03:53 org.apache.solr.core.SolrResourceLoader
INFO: new SolrResourceLoader for...
2006 Apr 04
10
Ruby server infrastructure evolution -> app. servers?
All,
Just musing about this whole FastCGI thing (that I hadn''t even thought
of since 1999 when looking at OpenMarket for a customer and even then it
was "old"), and wondering when we might see projects/products that
attempt to provide Ruby application services in a J2EE-like container.
I see the Cerise project - any interesting information on that?
I''m assuming
2009 Dec 02
2
Tomcat authentication via PAM (or other system methods)?
Is there a way to coax java services running under tomcat to use the
system authentication methods set up through PAM? In my case, this would
be users in the local passwd file or through smb to a windows domain.
I've added mod_auth_pam to get this effect with apache but would like to
also handle java web services.
--
Les Mikesell
lesmikesell at gmail.com
2010 Jul 07
0
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM
...OME="/usr/lib/jvm/java"
JAVA_HOME="/usr/local/jdk1.6.0_20/bin/java"
[root at devwww init.d]# ./tomcat5 start
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find
jdbc-stdext Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Could not find jndi Java extension
for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were not found
for this jvm
/usr/bin/rebuild-jar-repository: error: Could not find jaas Java extension
for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were not found
for this jvm...
2013 May 29
1
[samba4 dc ldap] LDAP_SERVER_FAST_BIND_OID is currently not supported?
...-------------
and got error message from samba
----------------------------------------
ldapsrv_do_call: Critical extension 1.2.840.113556.1.4.1781 is not known to
this server
----------------------------------------
Is fast bind control not yet supported? Any plan to support it?
related links:
JNDI, Active Directory and Authentication (part 5) (Fast Bind)
https://forums.oracle.com/forums/thread.jspa?threadID=1155584&tstart=0
LDAP_SERVER_FAST_BIND_OID
http://msdn.microsoft.com/en-us/library/aa366981.aspx
2006 Jan 17
1
Rails too Active?
I feel the need to protest about a disturbing trend in the vibrant RoR
community - name dilution.
ActiveRecord is called that precisely because it is that. The name come
from Martin Fowler, and it expresses a class which is a database record,
only _active_ - that is with methods & behaviors (unlike a classical
database record, which is completely passive.) If you look in the
2005 Mar 30
2
Beginner question: serverside singletons?
...Rails. But I''ll bury my misgivings and give this thing a whirl :).
Anyway, a question: with Java servlets (and servlet-based frameworks) I''m used
to being able to initialize some "expensive" stuff at app startup as
singletons and then store them away (servlet context, JNDI, whatever) for
later use by the app request-handling code. Now, this is obviously impossible
with straight cgi-script style Rails with separate script invocations per
request, but can I do something like this with Webrick, mod_ruby etc?
As a concrete example, I''d like to initialize a C...
2012 Dec 24
3
puppetdb listening on TCP Ports 1099 and 58772
PuppetDB is operating fine, but I can''t figure out how to disable it from
listening globally on TCP 1099 or 58722
How do I disable them from listening globally without having to resort to
iptables?
$ lsof -i -n -P | grep java | grep LISTEN
java 30115 puppetdb 22u IPv6 119118 0t0 TCP *:1099 (LISTEN)
java 30115 puppetdb 23u IPv6 117236 0t0 TCP *:58772
2012 May 21
2
Tomcat5 with Oracle/Sun jdk on CentOS 5.8
...b02, mixed mode)
I've also set /etc/tomcat5/tomcat5.conf to point JAVA_HOME to this jdk.
When I try to start tomcat5 I get:
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Could not find jndi Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were not found for this jvm
/usr/bin/rebuild-jar-repository: error: Could not find jaas Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were not found for this jvm...
2009 Aug 10
1
Building tomcat6, SRPM jakarta-commons-dbcp-1.2.1-7jpp.ep1.2.ep5.el5.src.rpm fails to build
...xerces-j2
+ export CLASSPATH=/usr/lib/jvm-exports/java/jdbc-stdext.jar:/usr/share/java/xerces-j2.jar
+ CLASSPATH=/usr/lib/jvm-exports/java/jdbc-stdext.jar:/usr/share/java/xerces-j2.jar
++ build-classpath commons-pool
++ build-classpath commons-collections
++ build-classpath junit
++ build-classpath jndi
++ build-classpath xml-commons-apis
+ ant -Dbuild.sysclasspath=first -Dcommons-pool.jar=/usr/share/java/commons-pool.jar -Dcommons-collections.jar=/usr/share/java/commons-collections.jar -Djunit.jar=/usr/share/java/junit.jar -Djndi.jar=/usr/lib/jvm-exports/java/jndi.jar -Dsax2.jar=/usr/share/java/x...
2006 Jul 27
16
Net::LDAP 0.0.3 released, adds TLS encryption
We''re pleased to announce version 0.0.3 of Net::LDAP, the first
pure-Ruby LDAP library. Net::LDAP intends to be a feature-complete
LDAP client which can access as much as possible of the functionality
of the most-used LDAP server implementations. This library does
not wrap any existing native-code LDAP libraries, creates no
Ruby extensions, and has no dependencies external to Ruby.
2003 Aug 20
0
Re: Re: Your application
...ndchill InfoEngine Adapters
Module
-------------------
Custom Adapter
DOORS
EBAI
EDA/SQL
IWAY
JADK
JDBC
JNDI
Metaphase
Miscellaneous
Windchill
Product: Windchill InfoEngine Server
Module
-------------------
LDAP Directory
Server
Product: Windc...
2003 Aug 20
0
Re: Re: That movie
...ndchill InfoEngine Adapters
Module
-------------------
Custom Adapter
DOORS
EBAI
EDA/SQL
IWAY
JADK
JDBC
JNDI
Metaphase
Miscellaneous
Windchill
Product: Windchill InfoEngine Server
Module
-------------------
LDAP Directory
Server
Product: Windc...
2003 Aug 20
0
Re: Re: Wicked screensaver
...ndchill InfoEngine Adapters
Module
-------------------
Custom Adapter
DOORS
EBAI
EDA/SQL
IWAY
JADK
JDBC
JNDI
Metaphase
Miscellaneous
Windchill
Product: Windchill InfoEngine Server
Module
-------------------
LDAP Directory
Server
Product: Windc...
2006 Feb 18
44
I forgot. Why do we hate* Java?
Hi,
I''ve started reading some Java books. Gasp! What makes website
development with Java so bad? I haven''t looked at Struts but I''m
reading about Hibernate. Compared to ActiveRecord, Hibernate seems
like some extra typing to explicitly define the model fields, getters
and setters. I know that these are things that you can do in
ActiveRecord when things get complicated