DSCC: application error - unknown error (NPE)

HI,
just trying to test DSEE 7. However, as soon as I have setup the DS, almost every task in the DSCC web app gets an unknown application error (as long as DS was not active everything was fine - empty).
Actually I don't know, what should be wrong: 'bin/dsadm info' and 'bin/dsccsetup status' look ok, connecting to the ldap servers with Apache Directory Studio (ports 389 and 3998) is also ok.
So webapp bug or did I something wrong?
Here is my proto install sheet, i.e. what I did:
# http://docs.sun.com/app/docs/doc/820-4807/install-dsee?a=view
setenv SRCDIR /local/scratch/downloads/sun
setenv LC_CTYPE en_US.ISO8859-15
# for testing we put the admin GUI stuff on the server as well
setenv adminhost localhost
setenv serverhost localhost
# + is actually a link to /usr/bin/pfexec (for lazy admins and tribute to
#   Tom Pritlove's root tool aka + ;-))
# DS EE 7 software "installieren"  - ca. 300M
mkdir /var/tmp/x ; cd /var/tmp/x
gtar xzf $SRCDIR/DSEE/DSEE.7.0.Solaris10-X86-zip.tar.gz
+ mkdir /opt/dsee7 ; + chown dsadm:staff /opt/dsee7
unzip -qq DSEE_ZIP_Distribution/sun-dsee7.zip -d /opt
cp -p DSEE_ZIP_Distribution/idsktune /opt/dsee7/bin/
cd /opt/dsee7/
rm -rf /var/tmp/x
# no need for an old JRE - ca. 134M
rm -rf jre
ln -s /usr/jdk/instances/jdk1.6.0/jre
# system tuning - should be run in the global zone and adjustments made
+ bin/idsktune >/var/tmp/dsee7-tuning-tips.txt
# optional: DS ControlCenter (DSCC) setup
# create var/dscc7.war file to be deployed later on the WebAppServer@$adminhost
bin/dsccsetup war-file-create
# configure Common Agent Container (cacao) for and register DSCC Agent
# DEFAULT: $serverhost:11162
bin/dsccsetup cacao-reg
# Create DSCC registry (DS instance for DSCC to store config data)
# NOTE: password must have at least 8 characters, otherwise:
#       /opt/dsee7/bin/dsadm exited with unexpected error code 11
# DEFAULT: $serverhost:3998 (ldap) , $serverhost:3999 (ldaps), DN suffix:cn=dscc
bin/dsccsetup ads-create
# check status (whether DSCC has been registered with cacao)
bin/dsccsetup status
    # Install Glassfish v3 (GF) or Sun GlassFish Enterprise Server (GF-ES),
    # on your $adminhost, if not already done (GFv2 and Sun Java System
    # Application Server (SJSAS) 9.x should be ok as well):
    + mkdir /opt/glassfishv3 ; + chown dsadm:staff /opt/glassfishv3
    # for reproduceable result we use no GUI but an answer file
    cat>/tmp/answer<<EOF
        License.license.ACCEPT_LICENSE=0
        InstallHome.directory.INSTALL_HOME=/opt/glassfishv3
        glassfish.Administration.HTTP_PORT=8080
        glassfish.Administration.ADMIN_PORT=4848
        glassfish.Administration.ADMIN_USER=admin
        glassfish.Administration.ADMIN_PASSWORD=12345678
        updatetool.Configuration.ALLOW_UPDATE_CHECK=true
        updatetool.Configuration.BOOTSTRAP_UPDATETOOL=true
        JDKSelection.directory.JDK_TYPED_IN_CHOICE=true
        JDKSelection.directory.JDK_TYPE_IN=/usr/jdk/instances/jdk1.6.0
EOF
    # adjust /tmp/answer for your needs (e.g. password), than
    sh $SRCDIR/GF-ESv3/sges-v3-unix.sh -s -a /tmp/answer
    rm /tmp/answer
    # create an app server instance if you have none yet or want a separate one
    + mkdir -p /var/data/glassfishv3 ; + chown dsadm:staff /var/data/glassfishv3
    /opt/glassfishv3/bin/asadmin create-domain \
        --domaindir /var/data/glassfishv3 \
        --portbase 9000 --user admin dscc7
    cat>>/var/data/glassfishv3/dscc7/config/server.policy<<EOF
// Permissions for Directory Service Control Center (DSCC 7)
grant codeBase
    "file:\${com.sun.aas.instanceRoot}/applications/j2ee-modules/dscc7/-"
    permission java.security.AllPermission;
EOF
    # start the app server
    /opt/glassfishv3/bin/asadmin start-domain \
        --domaindir /var/data/glassfishv3 \
        --user admin dscc7
    # login to the admin web console and register your AppServer
    http://$adminhost:9048/
    # deploy the dscc web app archive via web console or hotdeploy and check
    cp var/dscc7.war /var/data/glassfishv3/dscc7/autodeploy/
    http://$adminhost:9080/dscc7
# DS setup on $serverhost
+ mkdir -p /var/data/ds ; + chown dsadm:staff /var/data/ds
bin/dsadm create -p 389 -P 636 /var/data/ds/dsee7
    # dsadm's priviliges default to 'basic'
+ ppriv -s EI+net_privaddr bin/dsadm start /var/data/ds/dsee7
bin/dsadm info --all --separator = /var/data/ds/dsee7
    # create an empty prefix - as defined above - e.g. 12345678
bin/dsconf create-suffix -p 389 -e dc=example,dc=com
    # register server instance with DSCC web app on dscc-host=localhost and
    # dscc-registry-port=3998 (see 'bin/dsccsetup status')
bin/dsccreg add-server -h $serverhost -p 3998 /var/data/ds/dsee7
# NOTE: To see it immediately in the DSCC, one may need to restart the
#       DSCC web app instance on the $adminhost
# Check with eclipse Apache LDAP-Browser plugin
# update-site to add in eclipse: http://directory.apache.org/studio/update/1.x/
Menu: Window | Open Perspective | Other | LDAP
# DS
Connection Tab: New Connection
        Network-Parameters:
            Connection Name: DSEE 7
            Hostname: $servername
            Port: 389
            Encryption Method: none
        Authentification:
            Authentification Method: simple authentication
            Bind DN or User: cn=Directory Manager
            Bind Password: 12345678
# DS Registry
Connection Tab: New Connection
        Network-Parameters:
            Connection Name: DSEE 7 Registry
            Hostname: $servername
            Port: 3998
            Encryption Method: none
        Authentification:
            Authentification Method: simple authentication
            Bind DN or User: cn=Directory Manager
            Bind Password: 12345678Exception for the 'Directory Server' tab e.g.
java.lang.NullPointerException
     com.sun.web.admin.directory.dcc.GlobalViewBean.getServerGroups(GlobalViewBean.java:543)
     com.sun.web.admin.directory.dcc.ServersViewBean.createTableFilters(ServersViewBean.java:297)
     com.sun.web.admin.directory.dcc.DirectoryServersViewBean.createTableModel(DirectoryServersViewBean.java:120)
     com.sun.web.admin.directory.dcc.DirectoryServersViewBean.getTableModel(DirectoryServersViewBean.java:99)
     com.sun.web.admin.directory.dcc.GlobalViewBean.registerChildren(GlobalViewBean.java:289)
     com.sun.web.admin.directory.dcc.ServersViewBean.registerChildren(ServersViewBean.java:341)
     com.sun.web.admin.directory.dcc.GlobalViewBean.(GlobalViewBean.java:128)
     com.sun.web.admin.directory.dcc.ServersViewBean.(ServersViewBean.java:42)
...Any ideas?
Thanx,
jel.

Thanks for the answears and good Monday.
No, the problem is still here. Today in the Event Viewer there's another error immediately after the original:
Type event:
Error
Source:
Application Error
Category:
Nessuno
ID event:
1001
Date:
28/09/2012
Time:
14.54.18
User:
N/D
Computer:
WKSXXX
Description:
Bucket -1548073178 errato.For further information, ....
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 42 75 63 6b 65 74 3a 20   Bucket:
0008: 2d 31 35 34 38 30 37 33   -1548073
0010: 31 37 38 0d 0a            178..  
@Bill Hunt I checked the Event viewer System Tab and the only errors are when power on the PC:
1. Adfs service can't start:Impossible find the specified file.This I don't know what it is.
2. Google Update service can't start: Impossible find the specified file. I removed the software.
Warnings:
1.Event: 20 Source: Print Description:The driver of a network printer (HP LJ P3005)for Windows NT x86 Version-3 was add or updated.
2. Event: 4226 Source: Tcpip Description:TCP/IP has reached the security limit imposed on the number of concurrent (incomplete) TCP connect attempts.
In the Application Tab there's no warnings or errors.
Any other ideas?

Similar Messages

  • RH_START_EXCEL_WITH_DATA - System Error:unknown error when GUI_DOWNLOAD is

    Hi,
    I am using FM 'RH_START_EXCEL_WITH_DATA' to download data of an internal table to excel sheet.
    I'm passing the filename, internal table as mentioned below:
    CALL FUNCTION 'RH_START_EXCEL_WITH_DATA'
    EXPORTING
    DATA_FILENAME         = v_xls_file
    DATA_PATH_FLAG     = 'W'
    DATA_TABLE              = i_test[].
    But I am getting this following error:
    System Error: unknown error when GUI_DOWNLOAD is called.
    Thanks in advance.

    Hey Wincy , If you want to download Internal Table's data in to Excel just use the Method
    cl_gui_frontend_services=>gui_download....
    If you need any code assistance kindly Let me know. although  the method is easy to use and Works fine.

  • OAB in Outlook 2010 error "unknown error 0x8007007A" on download

    Hi all.
    We have an issue with OAB not downloading with error "unknown error 0x8007007A".
    Autodiscovery test doesn't show any error and seems to be correct.
    The only strange to me that I can't open OAB Url http://srv.domain.local/OAB/61555bea-e998-4edf-8eac-f919879e2950/ and have got 403 error (forbidden).
    Also I've check the OAB folder on server and I have there a bunch of files.
    We use Exchange 2010 and Outlook 2010.
    What I should to do next to fix this error?

    We have been battling this same problem for a number of years.  This only happens on cached mode clients.  I've seen it happen with Outlook 2010 and 2013.  We have Exchange 2007.
    We can't go around and delete and recreate everyone's mail profile every day.  Whats the real solution?  The error description is "unknown" so I think that's why its so hard to pinpoint the cause.

  • Adobe Flash Player 11 50% Install Error: Unknown Error.

    I freshly installed Windows 7: Ultimate edition (32 bit) and It seemed I had no flash player so I went to go download the newest flash player and it goes through the proccess flawlessly until it hits 50% it fails and says "Error: Unknown Error" I tried Troubleshooting witch it sent me to but none of it works. I would really like some help with this problem within the week. Thank you!
    Processor: Intel(R) Pentium 9E0 D CPU 2.80GHz 2.79GHz
    Ram: 3.00 GB
    32-bit Operating System: Windows 7 Ultimate
    No flash whatsoever.
    Firefox 11.0

    Just change the 64 to 32:
    http://download.macromedia.com/pub/flashplayer/current/install_flash_player_32bit.exe
    I was having the same problem, but the full installer worked for me.  There's at least one other thread reporting the same thing.  I guess there's something wrong with Adobe's servers tonight.

  • CRS 5 Backups fail with this error: Unknown error occured while connecting to the host

    Dear All,
    We have backup issue with  UCCX 5.0(2)SR03_Build317, while trying to take  backup giving following error "Unknown error occurred while connecting to the host".
    I have found the solution in the Cisco and tried all the suggestion, still not working and same error observed. Due to backup issue we unable to do any changes on the CRS, when we try to create new agents, those agents are not reflecting in the CRS.
    Also I have observed bellow error , when try to re-sync the JTAPI,
    Error while handling the input   request.
    Top of Form
    Config Changes are not allowed during 'Backup' operation, which   was started by 'Scheduler' at 'Fri Jun 08 18:00:03 GMT+08:00 2012 '. Please   try again after 'Backup' is complete.
    Bottom of Form
    http://www.cisco.com/en/US/products/sw/custcosw/ps1846/products_tech_note09186a00809a752c.shtml
    Solution
    Complete these steps in order to resolve this issue:
    •1.      Access the UCCX server and navigate to Start > Run, and type CET.
    •2.      When the warning message appears, click NO.
    •3.      Choose com.cisco.crs.cluster.config.ArchiveAdminConfig.
    •4.      On the right side, double-click the record ID.
    •5.      Click the com.cisco.crs.cluster.config.ArchiveAdminConfig tab, and clear the password under Backup Storage.
    •6.      Click Apply.
    •7.      Navigate to Appadmin > Tools > Backup and Restore.
    •8.      Under Backup Storage Location, type the new password, and click Update.
    After you complete these steps, you can run the backup. If the backup fails, restart the server, and try the backup again. If the backup still fails, you can navigate to CET, clear all the fields, and then type the new information for the storage location.
    Please help me with your suggestions.
    Thanks & Regards,
    Naveen .S

    Please any one help me on this issue..

  • Help! Tried to upgrade to latest iOS firmware (4.3.5) and I get an error "Unknown error occured (1394)" What do I do now?

    Everything was fine, I try to update to latest iOS firmware (4.3.5) and I get an error "Unknown error occured (1394)" What do I do now?
    Can anyone help me?
    Bobby

    Error 3194, AKA "This device is not eligible.. occurs for several reasons:
    1.  Update to the latest iTunes - currently 10.4.1.
    2.  Disable ALL security apps (firewall, antivirus/spyware) running on your computer.  Additional measures may be needed.
    3.  You may need to edit the Hosts file on your computer to remove references to gs.apple.com if you EVER used hacking techniqus or apps such as tinyumbrella.
    4. Don't try to downgrade the iOS.
    5.  If the phone was EVER successfully hacked in the past (jailbreak, downgrade, unauthourized unlock) there may be nothing you can do now to fix this.
    "This device is not eligible for the requested build: Also sometimes displayed as an error 3194. If you receive this error, update to the latest version of iTunes. 3rd party security software or router security settings can also cause this issue, to resolve please follow Troubleshooting security software issues. Downgrading to a previous version of iOS is not supported. If you have installed software to perform unauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. For steps to edit the Hosts file and allow iTunes to communicate with the update server, see  iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod; follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store.  Also, using an older or modified .ipsw file can cause this error. Try restoring moving the current .ipsw file aside, or try restoring in a new user to ensure that iTunes downloads a new .ipsw."
    http://support.apple.com/kb/TS3694

  • Protocol Error: Unknown error. (1)

    I have a Centro (sprint) which  has been giving me lots of problems. i want to focus at 1 the issue now. I restored each database separately and it gave me the same error "protocol error: unknown error (1)" Then i back up with nothing checked off to transfer -meaning it's not a particular database giving me this issue AND I STILL GOT THE SAME ERROR. i used dbfixit to check everything and it's fine.
    How do i get rid of this error. 
    Thanks
    Sam
    PS i backup my data (in addition the the computer) with RSCBACKUP which is amazing!

    I have a Palm TX with the same error. Has anyone found a solution to the problem

  • Smartview Error: Unknown error in HFMProviderData at the root level is invalid. Line1,postion1.

    Hi Everyone,
    Please provide me a solution for this.
    One of the users is encountering the above issue when he connects the Smartview templates, we have implemented the steps in which specified as per "Hyperion Financial Management for SmartView Error "Unknown Error in HFMProviderData at the root level is invalid. Line 1, position 1" (Doc ID 1361427.1)"
    but unfortunately still the same user facing with same error when he tries to connect HFM app over template and after implemeted the steps as per above Oracle Doc ID, there is no "UserMbrSel" USERPARAMS existing on checks at HFM schema level.
    Quick response much appriciated and Many thanks in advance.
    Regards
    KK

    Hi KK,
    You may want to review below archived discussions regarding the same issue:
    https://community.oracle.com/message/10287197
    https://community.oracle.com/message/9701674
    ~ KK

  • "Publishing Error" Unknown error occured.

    I have just recently published a small club website. Plenty of photos.
    I have tried to publish a new blog page, but have been told that there is a publishing error - Unknown error occured.
    I checked my idisk and there is plenty of free space.
    Is there a limit of uploads in a certain period?

    To answer my own question
    Install the latest version of iWeb and it works fine.
    Moral of this story...
    Upgrade whenever possible.

  • Updated to Premiere CC 2014, now I can't export. Error - unknown error.

    Hello -
    I recently updated my Premiere Pro to the 2014 version. I opened my project in the new 2014 release and kept editing, but now when I want to export I can't. It fails every time at the beginning of the export and then gives me "Error - unknown error"
    I've tried copying the sequence into a new sequence AND a new project. I've tried exporting with all different settings, to no avail. I have cleared the media cache and the preview files just in case. Cannot fix this! Need to export for a client so any help would be appreciated.
    Basic doc-style sequence - some AE comps for Titles, some images with the ken burns effect, and 2 video tracks. Shot 720p and trying to export for 720p. 
    help!
    Thanks

    Hi,
    Does this error come up as soon as you start the export procedure.
    Did you try to export it through the Media Encoder?
    Thank You
    Arjun

  • Every time I try and update mu devices from my itunes account I get an error unknown error 9006

    every time I try and update mu devices from my itunes account I get an error unknown error 9006

    Hey burtonpg,
    Thanks for the question. If you are receiving a 9006 error when attempting to update or restore your devices in iTunes, this usually means that there is a conflict with security software on your system:
    Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/TS3694
    Configure your security software
    Check your security software and settings, which can block ports and prevent connection to Apple servers during update and restore.
    Common errors: 2, 4, 6, 9, 1000, 1611, 9006, 9807, 9844. Sometimes as a result of this issue, a device might stop responding during the restore process.
    Thanks,
    Matt M.

  • FM CCARD_ENVELOPE SSF Error: Unknown error in external security prod

    Hi all,
    Im still new in SAP. I am trying to run function module CCARD_ENVELOPE to encrypt a credit card number in tcode se37. After i input the credit card number and run it,it shows me an error ENVELOPE_FAILED, Error when encrypting payment card data: SSF error: Unknown error in external security prod. Can anyone tell me more about this problem.?

    I think this cannot be executed in SE37.
    Go to SE24 and paste this class->method - CMD_EI_API_CHECK, hit enter and go to method GET_ENCRYPT_CREDIT_CARD.
    The above class-method should help you for your original requirement.
    -Veer
    Edited by: veerendranath Maddula on Sep 17, 2011 4:58 AM

  • Save/Load Error "Unknown Error" while converting VI to Template VI

    Hi,
    I am trying to convert LabVIEW 8.0 VI to Template VI. If I change the file extention (Windows) from *.vi to *.vit, then icon is changing but while loading the template from LabVIEW 8.0 it tells Save/Load Error "Unknown Error".  I tried mass compiling the VI's but no change. I tryed LabVIEW Save As options to save VI as Template VI.No Use. Then I created one Blank Template VI then copyed the contents from VI to Template VI. If I am reopening the Template again it tells the same error.
    I assumed I can use all LabVIEW functions inside Template VI. (There is no difference between VI and Template VI). If this this assumption is wrong please let me know about the limitations in using Template VI's
    Please let me know what procedure I should follow to convert VI to Template in LV 8.0
    Thanks,
    S.Venkatakrishna

    Hello,
    Thank you for posting to the NI discussion forums.  Everything you tried should work, and does
    with my copy of LabVIEW 8.  I created a
    VI, saved it as a .vi, renamed it to .vit, and even did “save as..” and changed
    the extension there to be a vit.  Have
    you tried these things with a different VI – say, just a VI with a while loop
    and a stop button?  Is this error
    accompanied by any other .cpp error messages? 
    We have seen situations like this where this error dialogue comes up,
    and it’s usually a result of some sort of VI corruption.  If possible you might want to post the VI
    here too, and I can see if I can convert it for you.  I’m happy to help, please let me know if
    anything here helps, or if you have any additional information on this problem.
    Travis M
    LabVIEW R&D
    National Instruments

  • PPro 1.5 Exporting Error: Unknown Error

    I've been trying to export  a 32 minute video through media encoder to  make a DVD in Encore.  However I've been having "Export Error: Unknown Error" pop up when the file is 100% complete.  I've tried shutting my computer right down (not restarting but turned off), exporting the video as an avi and then reimporting it into both another sequence and an all-new session, but I still get the Unknown Error when I export.  Any ideas as too how to resolve this issue?

    Some of this is about other Adobe products, but worth a read
    As well as the below, right click the Encore icon and select Run as Administrator, which is NOT the same thing as running the computer with the Administrator account, and which fixes several "odd" problems... To create a two layer DVD (or a BluRay?), you MUST have Encore set to use the Run as Administrator option
    Run as Administrator http://forums.adobe.com/thread/969395
    -and Vista http://forums.adobe.com/thread/1021721
    Odd Errors http://forums.adobe.com/thread/670174
    Long File Names or odd characters cause problems
    Read http://forums.adobe.com/thread/588273
    And #4 http://forums.adobe.com/thread/666558
    And This Message Thread http://forums.adobe.com/thread/665641
    >exporting the video as an avi and then reimporting it
    Wait... you ARE able to complete an export to AVI without error?
    Why do you not load that AVI file into Encore for authoring?

  • 400,101004 error "unknown error" - some kind of login issue

    I'm getting a 400,101004 error - "Unknown error"  It is of course a known error that has to do with my login account. This has happened to me before but I don't remember how to fix it.
    John Heckman

    Hi,
    Please try de-activating and re-activating Muse from the Help menu and re-launch (follow the onscreen prompts).
    Let me know if that works or not

  • Conduit HanDBase 4' Error: unknown error. (65535)

    Hi, I just downloaded the latest version 4.1 of HanDbase and when I hot sync'd it I got this in the log.  Can you tell me what I need to do if anything to fix this?
    Thanks,
    radtech1
     HotSync session started on 02/23/09 12:29:42, and completed in 25.0 seconds
     Installed all files successfully
     Duration: 6.4 seconds
     Successfully installed 2 file(s)
     HanDBase3.PRC
     HBForms.PRC
     Date Book synchronized successfully
     Duration: 0.9 seconds
     Address Book synchronized successfully
     Duration: 1.5 seconds
     To Do List synchronized successfully
     Duration: 0.8 seconds
     Memo Pad synchronized successfully
     Duration: 0.8 seconds
     Media synchronized successfully
     Duration: 5.8 seconds
     Conduit 'HanDBase 4' Error: Unknown error. (65535)
    Post relates to: Palm TX
    Post relates to: Palm TX

    If I understand what you are saying, then yes. but I only know about the PDB files because those are the ones I send to my instructor each week and she extracts the data from them, somehow.  I did this once before when I lost my password and user name and could not figure out how to gain access to anything on my TX at all nor how to retrieve my user name and password that worked,So I then did the hard reset and I think I renamed the backup folder.  So for a while I had two different databases one for the old name and one for the new name. I THINK I got that taken care of as everything with the old name has been archived or deleted. Would this possibly be the reason for the error?   When I do the hard reset, 1. Where are the instructions on how to do this again? Can I find them on the Palm user guide? I cant remember where I found.   And, 2. I should have the instructions on how to rename the folder on the palm user guide is that correct?  and did you mean rename the "backup folder" instead of backfolder?
    Post relates to: Palm TX

Maybe you are looking for