Ultrasearch Create Web Source gives JSP Error

9iAS V2, including all patches from the Patch CD.
Create Web Source: Step 4. To add a path, instructions are "To specify path rules, you must first add the host to the path rule list. Then, click on the "Edit" icon to include or exclude specific paths for that host".
I can add the host to the list, but when I click on Edit I get the error
Request URI:/ultrasearch/admin/sources/sources_web_add_path.jsp
Exception:
java.lang.ClassFormatError: sources/sources__web__add__path (Truncated class file)
Bug, installation failure, or what? Can't find anything on Metalink. Can others do this successfully on 9.0.2?

Hi,
No one report this error before.
From the error, looks like the compiled servlet class is malformated.
Can you please delete this class file, and render the page again to see whether it helps ?
Cindy

Similar Messages

  • Remote web access gives critical error on log in

    SBS 2011 Essentials does set up the domain when using the custom domain at remotewebaccess. Now however, when I try to log in on the website it gives me this error: Cannot connect to Remote Web Access. Contact the person who manages the server. Remote
    Web Access is enabled for all accounts, and I have tried to log into several of them but get the same message.
    Jeremiah Doggett

    OK...  time for more information about your setup.
    What router are you using?
    Is there more than one router on the network (including a modem-router if this is a DSL Internet connection)?
    What is the OS of the external computer through which you are trying to access RWA?
    What are the OS(s) of the network computers at the office?
    >>Ok, just created a test user with admin rights, I can still login to mobile site, but on the desktop version I get the same error!
    So, using an external computer (not an IPhone), you can successfully log into RWA but cannot access (remotely control) any workstations on the network?
    Are you getting any certificate errors?
    Is 'Remote Desktop' enabled on each network workstation? 
    And maybe check out this thread:  (turned out to be a permissions issue for the original poster)
    SBS 2011 Essentials: All 'standard users' keep reverting to inactive status in dashboard
    http://social.technet.microsoft.com/Forums/en-US/smallbusinessserver/thread/bfc5b55e-9b6b-4705-b0a1-49ddbffbf095/
    Merv  Porter
    ============================

  • JSF web app gives javascript error - 'dojo is undefined' and 'webui is unde

    Hi,
    BACKGROUND: I have created a Netbeans 6 Visual Web Project. I have also integrated my web app with RichFaces 3.1.3. My web application can be viewed properly and correctly when i deploy it on tomcat 6.
    ARCHITECTURE: Our server configuration requires IIS to be our web server and tomcat to be our app server. Both are running on different machines. I have successfully linked up IIS 6 and tomcat 6 using the JK isapi_redirector.
    PROBLEM: However, when i connect to my app via IIS, my starting page opens but the input box components on that page are not displayed and i get several javascript errors that read - 'dojo is undefined' and 'webui is undefined'.
    Any help or advice in this matter will be greatly appreciated.
    Thanks!!!

    I managed to find a workaround. Thought i should share it with those who are faced with a similar issue.
    I found that a bug report had been placed in the past with Apache Dev. However, they had said that they would not modify their logic because the servlet container spec requires it (even though isapi_redirector is only a connector and not a container). They said that there is no way for the isapi_redirector to differentiate between /foo/WEB-INF when foo is a context and when foo is just a sub-directory of the ROOT web application. So, the general consensus was to err on the side of safety and risk blocking a few requests that are valid.
    However, this causes a serious issue for those using NetBeans JSF Visual Web Projects. Hence, I created my own flavour of isapi_redirector by modifying the code such that this check is not performed and leaving the onus of checking on Tomcat.
    For those who are interested, the simplest way to go about this would be to force the function uri_is_web_inf (in jk_isapi_plugin.c ) to always return FALSE.

  • ALUI-Create Web Service - Remote Portlet Error 401:Unauthorized

    I have some problems during user ALUI(AquaLogic User Interaction 6.1).
    I created a Web Service - Remote Portlet,then set value of Basic Authentication Settings is "User's Basic Authentication Information". When related remote server refer to tomcat5.5,the Web Service - Remote Portlet is fine to run,but not when the related remote server refer to weblogic9.2.
    When value of Basic Authentication Settings is "Use Remote Server Basic Authentication Information", related remote server refer to weblogic9.2 or tomcate5.5, the portlet is fine.
    error detail:
    Error
    sso Portlet cannot be displayed because the remote server returned an invalid HTTP response code.
    We recommend:
    • Refresh sso Portlet
    • Accessing this portlet at a later time.
    • Contacting your portal administrator if problems persist.
    Detailed error information
    • Response status: 401
    • Response body:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11.

    How to configure remote server to accept authorization header?
    I set value of Basic Authentication Settings is "User's Basic Authentication Information" because the Web Service - Remote Portlet need to get the portal's login user infomation.If the value is "Use Remote Server Basic Authentication Information",the application is fine to run.
    The follow is the way to get login user infomation.
    IPortletContext portletContext = PortletContextFactory.createPortletContext(request, response);
    ICredentialProvider cProvider = portletContext.getCredentialProvider();
    String username = cProvider.getUsername();
    String password = cProvider.getPassword();
    Do you have other way to authenticate users?
    Thanks.
    Edited by: user2233298 on 2009-4-22 下午8:25

  • While creating web application prokect getting error: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

    I am getting error on creating even the empty web application project. The error message is as given below:
    The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    I am using following build of Visual Studio:
    Visual Studio Professional 2013. Version 12.0.30723.00 Update 3
    Looks like it is the problem with the installation of the visual studio. But I can't take risk of re-installing now because it would stop my going on development work.
    Any would help to resolve this would be appreciated.
    P.S. I am also having Visual Studio 2010 and Visual Studio 2012 Ultimate on my system.
    Regards, Randeep

    Hello Randeep,
    Will you get the same error when creating any other apps, like C# WinForm?
    If only web application project has the problem, you can try the following to reset the templates:
    Please open Windows Explorer, and navigate to  <Visual Studio Installation Path>\Common7\IDE (by default is C:\Program Files \Microsoft Visual Studio 12.0\Common7\IDE);
    Delete the ItemTemplatesCache, ProjectTemplatesCache folder;
    Open Visual Studio Tools/Developer Command Prompt for VS2013
    under Start menu -> All Programs -> Microsoft Visual Studio 2013 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
    Run the devenv /InstallVSTemplates switch;
    Run the devenv /Setup switch
    If all your projects get this error, please try repair the installaiton from control panel first. By the way, can you use Visual Studio Web projects before you get this error? And have you tried to use the Visual Studio Update 4, I see you still used
    Update 3, is there any reason for you to still use the Update 3 version?
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • File not created but still gives an error

    I receive an "Error 1" message using "new file""
    I am trying to read a new filename path from a txt file. This new filename path I use to create a new file to store data in. See attached test VI. The first time everything works fantastic but the second time the while loop executes it should create a new filename from the new file path that I give in the text file.
    The error message I get is error -1 message, which occurs when the filename already exist, but it does not. First of all I have checked the directories fro double files and the second path is read in perfectly (which show while in debug mode).
    I have a suspicion it has something to do with the refNum output of the "new file", but I am not sure
    and I do not know how to work around that either.
    Does anybody have any ideas
    Kind regards,"
    Attachments:
    read_from_file_to_path.vi ‏47 KB
    filename.txt ‏1 KB
    TEXT.txt ‏1 KB

    Hello,
    The problem comes from a formula you use to tell how many caracters you have to read in the text file. This number has to be constant (25 here). See in the image attached !
    Be carefull if you want to overwrite those files later. Errors occur if files already exists using your method. You'll have to use the "file/dir info"...
    Hope this helps !
    Julien
    Attachments:
    Save_to_file.JPG ‏53 KB

  • CRM b2b IC web client gives communication error

    Hi Guys,
    I am getting error while invoking CRM_IC client on CRM 2007 system
    the error is as below
    Error when processing your request
    What has happened?
    The URL http://socw3s1er65.solnet.com:8000/sap/bc/bsp/sap/ic_base/main.htm was not called due to an error.
    Note
    The following error text was processed in the system CR5 : Exception condition "COMMUNICATION_ERROR" raised.
    The error occurred on the application server SOCW3S1ER65_CR5_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CREATE_SESSION of program CL_SAM_BSP_SESSION_LAUNCHER===CP
    Method: START_WORKER_SESSION of program CL_ICWC_SESSION_REGISTRY======CP
    Method: ONCREATE of program CLO23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: %_ONCREATE of program CL_O23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: DO_INIT of program CL_BSP_PAGE===================CP
    Method: GET_PAGE_CONTEXT_CURRENT of program CL_BSP_CONTEXT================CP
    Method: ON_REQUEST_ENTER of program CL_BSP_RUNTIME================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    I have applied the basic note which talks about fully qualified hostname.
    Please help.
    Thanks
    Prasanna

    hi ,
    ST22 also shows the same error .and dev_w0 shows error
    ABAP Program CL_SAM_BSP_SESSION_LAUNCHER===CP        .
    Source CL_SAM_BSP_SESSION_LAUNCHER===CM002      Line 23.
    Error Code RAISE_EXCEPTION.
    Module  $Id: //bas/700_REL/src/krn/runt/abfunc.c#16 $ SAP.
    Function ab_jfune Line 2561.
    This is working fine in other system, will kernel update be of any help.
    Thanks
    Prasanna

  • Launching an Web Start gives me error message(s), 1 for every .jnlp..

    Hei!
    - MICROSOFT JSCRIPT COMPILATION ERROR -
    / ! \ Expected ' ) ';
    | OK |
    I get this strange JScript error dialog everytime when i go launching an Web Start application from my PC XP PRO SP2 JRE6u1..
    i have reinstalled Java several times and reinstalling wont help..
    this error message dialog is getting a bit annoying and i really want to remove it from my .jnlp web starts..
    my knowledge of computers and java is not strong enough to help me carry why running an .jnlp file causes an JScript error..
    thank you, for helping me..
    JariTapio / Helsinki

    When Java Web Start starts up, it tries to determine the Proxy Settings from either the users deployment.properties file, or from the browser (if the deployment.properties setting is set to the default "Use Browser Settings"
    In either case the setting can be to use an automatic proxy configuration script. If it is, Java Web Start will invoke the MS java script engine to parse the config script.
    This sounds like an error message from there.
    To fix this, you could use the Java Control Panel to set the proxy directly, or change the setting in the browser.
    In versions before 1.5.0, Java Web Start would always go to the IE system settings for proxy. In JDK 6, javaWeb Start will read the proxy settings from the "default browser". If this is Firefox, it may return different settings than are set in IE (the default system proxy settings).
    /Andy

  • Material created by  BAPI_MATERIAL_MAINTAINDATA_RT give the error MH084

    Hi,
    I'm trying to use the BAPI_MATERIAL_MAINTAINDATA_RT to create new retail material, it says it created with sucess but when going to tcode MM43 to display the material it throws the error message MH084.
    Any idea way?
    thanzs to all in advanced
    Best regards
    Jaime

    Hi Jaime,
    Please call the BAPI_TRANSACTION_COMMIT after every call to the FM BAPI_MATERIAL_MAINTAINDATA_RT. This commits the classification data to the database.
    Hope this helps.
    Thanks,
    Balaji

  • Create Shopping Page gives Javascript Error - Sun JVM in a DMZ?

    Hi SDN
    We are running on SRM 5.0, with server at 5.5 and we have just implemented SP 11.  Since then, our users running IE with the Sun JVM 1.4.2_10 are getting a JavaScript  error everytime an applet loads on their page (in this case, it is the applet within the Document & Attachments section).  Moreover, our portal is being hosted on an SSL secured server within our DMZ, in conjunction with a Provencia IDS System, Blue Coat hardarware, RadWare, ...etc.
    The only way we can make that page work, is by disabling the Sun JVM and use the MS Version of the JVM.  At that point, no issue with the applet on our SSL Secured Portal.  Even funnier, is that when I'm calling directly the Portal Server (without the SSL proxy), even if i run the Sun JVM, I'm not getting the error. Since we have over 1000 users, it woulde be aimpossible to have all of them making that change... We need to make that work.
    Have you ever experienced something like that?  If yes, what have you done to fix it? Any suggestion, OSS notes
    Thanks in advance
    Eric L.

    I am having almost the same issue.  This is what my java console throws "load: class com.sapportals.portal.epcf.EPCMfactory not found."

  • Need help in creating WEB application....

    Hi
    I Created WEB application using jsp,java classes.
    I kept All jsp files and classes in web-inf classes folder and created a war file and deployed that one in WEBLOGIC 7.0. I need to start a class while starting the server. I configured the startup classes using weblogic console.Now i am getting classnotfound exception while running the server saying that the startup class is not found. Is it necessay to set classpath to the classes which are under war file.If yes please give me an idea how to set classpath to a file which is under war/web-inf/classes/..
    Any help will be appreciated.
    Regards
    Anand Mohan

    Not sure about Weblogic, but in general you add the entire path to your classpath. For Windows 2000 servers -> Control Panel -> System -> Advanced Tab -> Env Variables
    Example from simle Tomcat install:
    CLASSPATH
    C:\Jakarta\jakarta-tomcat-4.1.18\common\lib\servlet.jar;C:\Jakarta\jakarta-tomcat-4.1.18\webapps\myApp\WEB-INF\lib\classes12.jar;C:\Jakarta\jakarta-tomcat-4.1.18\webapps\myApp\WEB-INF\classes\com\brainysoftware\java\StringUtil.jar

  • How to create web site using STRUTS frame work

    Hi,
    I know how to create web pages using JSP & Servlets.But now i have to create Matrimonial web site using STRUTS frame work.Plz any one guide for me...
    Thank U....

    Struts is not to be confused with JSF.
    Start at their own homepage over there at apache.org.
    Good luck.

  • Paper Layout / Web Source

    Does creating Web Source effect the Paper Layout?
    It appears my formatting in my Web Layout displays in the Paper Layout along with all the previous formating I have done in the Papaer Layout.
    Or is this a simple refresh/redraw issue not being properly handled by Reports Builder?

    Having a Web layout does not affect the paper layout, only the paper layout is executed when you create paginated output.
    However, if you are defaulting using the wizard then you need to select "web layout only" option. Otherwise you will default a layout into both the web and paper layouts. This may be what you are seeing.

  • ADF Web applications give error when parent is set to "orabpel"

    Hi all,
    i use the application server 10.1.3.1 of the SOA 10.1.3,
    i try to deploy an ADF web application that uses the BPEL APIs,
    in the server.xml, i set the application parent to 'orabpel',
    when i start the application by launching the first jspx page i got the following error
    that i found in the 'global-application.log':
    07/01/04 08:34:30.750 defaultWebApp: JspServlet: unable to dispatch to
    requested page: Exception:java.io.FileNotFoundException: C:\product\10.1.3.1
    \OracleAS_1\j2ee\home\default-web-app\TAFFirstPage-ViewController-context-
    root\faces\loginPage.jspx (The system cannot find the path specified)
    i tried to set the application parent to 'default' again and added the bpel apis libs (bpm-services.jar, bpm-infra.jar and orabpel.jar) to the applib folder in j2ee/home and now all the adf web applications deployed to the server give the same error.
    i have a normal web application with jsps pages (not jspx) with parent set to orabpel and it's working great.
    please i am stuck on this it's been 2 days does anybody have any clue?
    thanks

    Hi ,
    Firstly, let’s verify the followings:
    Please create a new library at the site, then add three managed columns into it, test again, compare the result.
    Whether this issue occurred in other sites with the same site collection.
    Please test in another site collection, check if this issue occurs.
    In addition, please make sure Managed Metadata web service is started in Mange services on server.
    And also make sure the managed metadata service is connected to the web application that you used as CA->Application management->manage web application->your web application->Service Connections.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Reports9i Builder does not create Graph for Web Source

    Hi
    I installed the new 9iDS and I'm trying to create a jsp page with a graph. If I create a graph in the paper layout it will run in paper layout only. After checking the web source code there is no <rw:graph ... > tag. If I try to insert the graph in the web source view I get REP-0069: Internal error REP-0: oracle/reports/RWExxception: 1.0. Is there a way to create graph for the web layout?.

    Hi Nestor,
    This should work fine. I assume you created the report using the wizard. Did you by any chance choose to create a paper layout only?
    Try the wizard option 'Create Web Layout only' or 'Create both Web and Paper Layout'.
    Regards, Christian.

Maybe you are looking for

  • Resizing a photo image in CS6

    Please forgive me if this is a duplicate posting.  I'm new to using this resource.  Just want to be sure my question is getting to the right place for qualified responses. Here is my dilemma.  I'm very anal about this and was able to solve the proble

  • Query Designer Issues Post System Copy

    Hi All - We have just performed a system copy from our production to our QA systems.  Now, when we trying to view a report from Query Designer in our QA environment, we are being prompted for a username and password - which is trying to log in to our

  • --eh-frame-hdr

    I'm trying to install Oracle 9ir2 on Red Hat 9. I keep getting to a point in the linking portion where I get this error: Error in invoking target install of makefile /opt/ora9/product/9.2/plsql/lib/ins_plsql.mk I tried changing: LD_SELF_CONTAINED="-z

  • How do I link a product name to its description when using db generated pages.

    I hope I am writing this to the correct forum.  I am a beginner at webdesign. I am using Dreamweaver CS3 to design php pages. I have created a page that calls from the MYSQL database (among other things) the names of all the products. I have created

  • Garageband crash after 10.5.7 update?

    Can anyone tell me why Garageband crashes every time I try to open it after the 10.5.7 update? Or any way to fix it hah?