WLS5.1 (SP9) LDAP with JBuilder 4

JB is great for debugging server-side stuff in WebLogic server, saves loads of
time and its a doddle to use so I don't want to lose it. However, recently I've
configured LDAP in my WLS which means I need ldaprealms.properties to be in WebLogic's
home directory (c:\weblogic for me..) It works fine when I start WLS using a command-line
script, but fails to find this properties file when I start from within JBuilder
for debugging.
The docs for WLS say just put this file in the home dir and all will be well -
Its got to be a simple config problem could someone point me in the right direction?
Many thanks!
Chris.

JB is great for debugging server-side stuff in WebLogic server, saves loads of
time and its a doddle to use so I don't want to lose it. However, recently I've
configured LDAP in my WLS which means I need ldaprealms.properties to be in WebLogic's
home directory (c:\weblogic for me..) It works fine when I start WLS using a command-line
script, but fails to find this properties file when I start from within JBuilder
for debugging.
The docs for WLS say just put this file in the home dir and all will be well -
Its got to be a simple config problem could someone point me in the right direction?
Many thanks!
Chris.

Similar Messages

  • How do I use LDAP with iMQ 2.0?

    I am looking for an example to see how to use LDAP with iMQ 2.0.
    I was able to set up the config settings to access a local LDAP,
    but iMQ authentication still rejects valid logins.
    Let me know if I can find more info someplace.

    You can also find an example I put togther in the Sun One knowledge base.
    If you go here:
    http://knowledgebase.iplanet.com/NASApp/ikb/index.jsp
    Search for article 7772
    Alternatively here is the direct link
    http://knowledgebase.iplanet.com/ikb/kb/articles/7772.html

  • Class files created with JBuilder don't run from command line ?

    I have created an Application with JBuilder which is
    running perfectly from within JBuilder.
    However when I tried to run the app from the command line using c:\java ...... I got an error
    Exception in thread "main" java.lang.NoClassDefFoundError: ItasApplication/class
    I also tried to compile my .java files with javac which
    worked perfectly but I got the same message when trying
    to run the app!
    Can you help me ?

    I did this and I got this message :
    Exception in thread "main" java.lang.NoClassDefFoundError: ItasApplication (wron
    g name: itasgui/ItasApplication)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)

  • Deploying war files with JBuilder 5 to Tomcat 4

    Hi,
    I'm developing a webapp in JBuilder 5. When I copy my war file to tomcat 3.2 webapps directory and start tomcat it works just fine, but when I copy my war file to the webapps directory in tomcat 4 I have the following error when I start tomcat 4:
    ERROR reading java.io.ByteArrayInputStream@33f8f6
    At Line 15 /web-app/servlet/
    All the examples in Tomcat 4 works just fine, and if I create a war file from the command prompt it also works, but the war file generated with JBuilder 5 doesn't work.
    does this sound familiar?
    please help

    Hi Lilja,
    ran into this myself, and had to do a full web search to find the answer.
    JBuilder5 will let you change the Tomcat version a certain project uses, but it won't necessarily like it.
    Creating a new project with Tomcat 4 as the default server, and then putting your existing files into it seems to work.
    Dodgy, I know, but blame Borland. ;-)
    Ta,
    Martin Hughes

  • How to import a *.jar file with Jbuilder ?

    Hi,
    I just begin to use Jbuilder and when I use a sample with this line in the program:
    import com.borland.dbswing.*;
    The debugger find an error. In fact it cannot find com.borland....*;
    Do you know what to import how to find it and where to do it with Jbuilder
    Thanks, I am really lost

    JBuilder has this rather patronising notion of "libraries" - taking classpaths to a whole new level of idiocy!
    In "project properties" there should be a tab called "required libraries". I've no idea which library the package you want is in - have a look at the libraries that JBuilder comes with - it might be obvious.

  • Using debug mode with jbuilder 4 (or other tool) and wl 6.0

    Hello,
    I would like to know if there is a way to use jbuilder environnement to
    debug ejb deployed on WL. I would like to be able to set break points into
    my source code and be able to display variables values.
    If it is not possible with jbuilder, is it possible with an other tool ?
    If not, how can you debug ejb ? For exemple if I want to be sure a specific
    line has been callde, do I need to stop my server, insert a system.out,
    redeploy my ejb and restart my WL or is there a more simple way to do it ?
    Thank's.
    Nicolas.

    Hello,
    I would like to know if there is a way to use jbuilder environnement to
    debug ejb deployed on WL. I would like to be able to set break points into
    my source code and be able to display variables values.
    If it is not possible with jbuilder, is it possible with an other tool ?
    If not, how can you debug ejb ? For exemple if I want to be sure a specific
    line has been callde, do I need to stop my server, insert a system.out,
    redeploy my ejb and restart my WL or is there a more simple way to do it ?
    Thank's.
    Nicolas.

  • Active LDAP with Anonymous login

    hello all,
    We are using LDP as a method to authenticate users.
    How can we set up the Active LDAP with Anonymous login .
    Thanks in advance.

    It's not clear what you want to do.
    Do you want to set up LDAP for authentication?
    Or
    Do you want to set up a custom authentication scheme that tries to authenticate via LDAP and if unsuccessful, logs the user in as an anonymous user?

  • Web Services with JBuilder

    I've created a web service with jbuilder.I've deployed it in weblogic server 7. Jbuilder also creates a client jar file necessary where I want to call my web service. Imagine I want to call my webservice from a .NET platform. How I have to do it? I don't understand how I can create a generic web service that I can call from a J2EE platform or .NET platform...
    Any explanation to clarify my ideas?
    Thanks!

    All you need to do to access the web service from a .NET client is to point to the WSDL file generated by JBuilder. Visual Studio .NET will generate all the necessary classes from the WSDL file. You will be able to use these generated client classes to access your Java Web Service

  • Problem to move user in LDAP with the function DBMS_LDAP.rename_s

    Hello,
    I want to move a user in Active Directory, but this function i can only change his "cn". And when I use an invalid DN I have no error.
    My syntax is:
    retval := DBMS_LDAP.rename_s ( emp_session, my_dn,'cn=nom prenom', 'OU=test,DC=XXX,DC=org', 1, NULL, NULL );
    The value of my_dn is :'CN=nom prenom,OU=COMMUNICATIONS,OU=DIRECTION GENERALE,OU=test,DC=XXX,DC=org'
    And 'OU=test,DC=XXX,DC=org' is the new DN, but the user don't move...
    What is the problem????
    How can I move a user in LDAP with DBMS_LDAP?????
    Thanks you very much,
    Matthieu.

    If I use only the -N option without -R option
    ex:ldapmoddn -p 389 -h 190.57.160.24 -D "CN=administrateur,CN=USERS,DC=xxx,DC=org" -w xxx -b "CN=a,OU=test,dc=xxx,dc=org" -N "dc=xxx,dc=org"
    I have this error:
    "ldap_rename_s: Protocol error
    ldap_rename_s: additional info: 00000057: LdapErr: DSID-0C09080A, comment: Error in attribute conversion operation, data 0, v893"
    Can you help me please?????
    Matthieu

  • Upgrad to Tomcat 4.0 with JBuilder 5

    Hi all
    Has anyone tried to upgrad the web server to Tomcat 4.0 with JBuilder 5? I have followed the instruction in the documentation (which said I only need to specify to use Tomcat 4.0 and locate the installation path), however, I still couldn't start the web server.
    I got the following msg when starting web server:
    StandardManager[LiteWeb]: Seeding of random number generator has been completed
    ERROR reading java.io.ByteArrayInputStream@504653
    At Line 11 /web-app/servlet/
    ContextConfig[LiteWeb]: Configuration error in application web.xml
    java.lang.IllegalArgumentException: addChild: Child name 'jsp' is not unique
    java.lang.IllegalArgumentException: addChild: Child name 'jsp' is not unique
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
         at org.apache.catalina.core.StandardContext.addChild(StandardContext.java:1276)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.catalina.util.xml.AddChild.end(XmlMapper.java:811)
         at org.apache.catalina.util.xml.XmlMapper.matchEnd(XmlMapper.java:419)
         at org.apache.catalina.util.xml.XmlMapper.endElement(XmlMapper.java:119)
         at com.sun.xml.parser.Parser.maybeElement(Parser.java:1413)
         at com.sun.xml.parser.Parser.content(Parser.java:1499)
         at com.sun.xml.parser.Parser.maybeElement(Parser.java:1400)
         at com.sun.xml.parser.Parser.parseInternal(Parser.java:492)
         at com.sun.xml.parser.Parser.parse(Parser.java:284)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:155)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:77)
         at org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:275)
         at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:256)
         at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:824)
         at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:224)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:155)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1131)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:3345)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:614)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:343)
         at org.apache.catalina.core.StandardService.start(StandardService.java:388)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:506)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:781)
         at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
         at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
    ContextConfig[LiteWeb]: Marking this application unavailable due to previous error(s)
    StandardContext[LiteWeb]: Error initializing naming context for context /LiteWeb
    StandardContext[LiteWeb]: Context startup failed due to previous errors
    StandardContext[LiteWeb]: Error initializing naming context for context /LiteWeb
    WebappLoader[]: Deploying class repositories to work directory D:\myWorkPad_ProTel2\CRMLite\work
    StandardManager[]: Seeding random number generator class java.security.SecureRandom
    StandardManager[]: Seeding of random number generator has been completed
    ERROR reading java.io.ByteArrayInputStream@31aa65
    At Line 11 /web-app/servlet/
    ContextConfig[]: Configuration error in application web.xml
    java.lang.IllegalArgumentException: addChild: Child name 'jsp' is not unique
    java.lang.IllegalArgumentException: addChild: Child name 'jsp' is not unique
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
         at org.apache.catalina.core.StandardContext.addChild(StandardContext.java:1276)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.catalina.util.xml.AddChild.end(XmlMapper.java:811)
         at org.apache.catalina.util.xml.XmlMapper.matchEnd(XmlMapper.java:419)
         at org.apache.catalina.util.xml.XmlMapper.endElement(XmlMapper.java:119)
         at com.sun.xml.parser.Parser.maybeElement(Parser.java:1413)
         at com.sun.xml.parser.Parser.content(Parser.java:1499)
         at com.sun.xml.parser.Parser.maybeElement(Parser.java:1400)
         at com.sun.xml.parser.Parser.parseInternal(Parser.java:492)
         at com.sun.xml.parser.Parser.parse(Parser.java:284)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:155)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:77)
         at org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:275)
         at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:256)
         at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:824)
         at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:224)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:155)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1131)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:3345)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:614)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:343)
         at org.apache.catalina.core.StandardService.start(StandardService.java:388)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:506)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:781)
         at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
         at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
    ContextConfig[]: Marking this application unavailable due to previous error(s)
    StandardContext[]: Error initializing naming context for context
    StandardContext[]: Context startup failed due to previous errors
    StandardContext[]: Error initializing naming context for context
    HttpConnector[8082] Starting background thread

    Solved it. I ran into this problem too, and had to look all over the place to find the solution.
    In the end it's a matter of binning your current JBuilder project and starting a new one with the same files. For some reason JBuilder5 hates switching Tomcat installations within projects. From there it seems to ignore changes to your web.xml, and insists on yu_hung's error.
    Switch it all into a new project with Tomcat 4 as its default server, and it becomes happy again.
    Hope that helps!
    Martin Hughes

  • Problem building GTK with jbuild on Mac OS X

    Hi everyone,
    I don't know if this is the right place to ask my question...
    I cannot build GTK with jbuild on my Leopard 10.5.8 system.
    I have deleted the Leopard built-in Python 2.5 folder (At that time I didn't know that deleting the default system Python is not good....) and I have installed Python 2.7 (from the .dmg file).
    I also Installed Apple Developer Tools, which I guess should be XCode 3.0.
    On the terminal I verified my Python version:
    $ which python
    /Library/Frameworks/Python.framework/Versions/2.7/bin/python
    Then I followed this guide to build GTK:
    http://sidhosting.co.uk/josh_fradley/getting-emesene-2-up-and-running-on-os-x/
    which is basically the same as the one in Gnome site:
    http://live.gnome.org/GTK%2B/OSX/Building#Procedure
    I followed the first guide, but it gives me some errors:
    macbook-pro-di-zhu-francesco-yangfan:~ francesco$ curl -o gtk-osx-build-setup.sh https://raw.github.com/jralls/gtk-osx-build/master/gtk-osx-build-setup.sh
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  3716  100  3716    0     0   1612      0  0:00:02  0:00:02 --:--:-- 1814k
    macbook-pro-di-zhu-francesco-yangfan:~ francesco$ sh gtk-osx-build-setup.sh
    Checking out jhbuild (2.32.4) from git...
    From git://git.gnome.org/jhbuild
    * tag               2.32.4     -> FETCH_HEAD
    Installing jhbuild...
    Installing jhbuild configuration...
    Installing gtk-osx moduleset files...
    PATH does not contain /Users/francesco/.local/bin, it is recommended that you add that.
    Done.
    macbook-pro-di-zhu-francesco-yangfan:~ francesco$ PATH=$HOME/.local/bin:$PATH
    macbook-pro-di-zhu-francesco-yangfan:~ francesco$ export PATH
    macbook-pro-di-zhu-francesco-yangfan:~ francesco$ jhbuild bootstrap
    Traceback (most recent call last):
      File "/Users/francesco/Source/jhbuild/jhbuild/config.py", line 212, in load
        execfile(self.filename, config)
      File "/Users/francesco/.jhbuildrc", line 90, in <module>
        _xcodeversion = xcode_ver()
      File "/Users/francesco/.jhbuildrc", line 89, in xcode_ver
        return float(exp.match(_ver).group(1))
    AttributeError: 'NoneType' object has no attribute 'group'
    jhbuild: could not load config file
    Anyone can tell me why I got this error?
    It seems that jbuild doesn't see my xcode version? But I did install it!
    It's very strange because I succeeded to do 'jbuild bootstrap' before when I used to have Python 2.5, although I got stuck for other commands more forward.
    Thanks everyone.

    You may want to also post over in the Developer forums...
    https://discussions.apple.com/community/developer_forums

  • Integrate third party libraries with JBuilder 2005

    Hi,
    Does any body know how to integrate any third party APIs with JBuilder 2005. It would be of great help if anybody of you could jot down the steps to integrate third party APIs with JBuilder.I've got to use the JDIC API(https://jdic.dev.java.net) and the PDFBox APIs(www.pdfbox.org) with in JBuilder.
    Thanks & Regards,
    DT

    Yep got it. Shoud have refered the docs before asking this question. I used the following menu item to add a third party .jar file
    Project->Project Properties: select the Paths option and add the required jar file by selecting the "Required Libraries" tab.
    Regards,
    DT

  • Does WLS support Debugging Servlets with JBuilder 3 ?

    I have read all the news groups and it appears that WLS 4.5.1 does not
    support debugging Servlets with Jbuilder 3.0.
    I am using the trial version, does this matter ?
    Or should I just buy another web server ?
    Joe

    I think below documents will be helpful to you.
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/webservices/webservicesecurity/CreateDefaultWSSConfig.html
    This document tell you that you can attach a weblogic webservice configuration using weblogic admin console.
    After creating this configuration you need to updated this configuration as per the steps given under :
    Use X.509 certificates to establish identity
    Thanks,
    sandeep

  • Integrate LDAP with ALBPM Enterprise

    hi,
    Did anyone tried to integrate LDAP with ALBPM Enterprise?
    If using LDAP for creating directory, will it create a new schema in LDAP?
    If need to make use of existing LDAP schema, how can we do it?
    Need HELP!!!
    Thanks

    Hi Jasmine,
    Here are the choices you have for your Directory Service in ALBPM 6.0 Enterprise Standalone (I pulled them off of http://portal.plumtree.com/portal/server.pt?open=512&objID=3422&&PageID=5325&mode=2&in_high_userid=573417&cached=true).
    Sorry - I don't see "Open LDAP" in the list.
    Single Source JNDI Plugins: Sun ONE Java System Directory Server 5.2 (JNDI), MS Active Directory 2003 (JNDI). (Deprecated - they cannot be created any more); Single Source JDBC Plugins: Oracle 9i and 10g, MS SQLServer 2005, IBM DB2 UDB 8.2 and 9.1 using DataDirect JDBC Drivers 3.6; Sybase ASE 15.0.2 will be supported in ALBPM 6.1; Hybrid Plugins: Sun ONE System Directory Server 5.2 and Oracle 9i, Sun ONE System Directory Server 5.2 and Oracle 10g, MS Active Directory 2003 and Oracle 9i, MS Active Directory 2003 and Oracle 10g, MS Active Directory 2003 and MS SQL Server 2005, Sun ONE System Directory Server 5.2 and IBM DB2 8.2 or 9.1
    hth,
    Dan

  • Setting up weblogic 6 with jbuilder 4

    Hi
    Im trying to set up weblogic 6 service pack 1 with jbuilder 4.
    I've followed
    the steps outlined in the following article:
    http://community.borland.com/article/0,1410,26796,00.html
    but when I come to running my container in jbuilder i get an AccessControlException.
    I cannot find a field in jbuilder where i should be entering a
    password for weblogic.
    Can anyone help me????
    Thanks in advance
    Sohail

    for the time being , create a file called 'password.ini' under
    weblogic_install_dir/config/yourdomain and just enter the password on it
    and try. The password.ini file is an ascii file that should have only
    one line, your password.
    Try this and see if this is the problem.
    Cheers,
    Bassam

Maybe you are looking for

  • How to create custom dictionaries in Adobe Reader

    I am trying to create a custom dictionary and use it in Adobe Reader. I found some information in a blog about the custom dictionary that is created and stored in the following location "C:\Users\PIN\AppData\Roaming\Adobe\Linguistics\Dictionaries\Ado

  • Nokia C3-01 Problem with Marking messages in Inbo...

    include message marking features in In box for next device software Updates... thnx...!!

  • CIN configuration Doc

    Hi Can any body provide me a document on CIN with configuration ??? Purpose of various GL a/c for CIN and entries passed in MM & SD & required stock ledger s Thanx Srinivasa Rao

  • Import Chart of Account Data from other system

    Hi FICO Gurus, I am a new student in FICO, here i have a question as following, ask for help, In my new rollout system, i need a chart of account. these data is existing in the other system, i want to import it from there, other then input one by one

  • Audio increasingly out of sync

    Hello all - I have some QT clips that play fine through Quicktime, but when imported to FCP and played in the viewer, they slip increasingly out of sync as the clips go on. I Dragged them into a new sequence and it matched settings, and when I scrub