• Photo upload receives error. Workaround found

    By Jim Romaine 1 decade ago

    Hello,

    First of all, thank you very much for sharing this application!

    (Original subject was not allowed: Photo upload receives "class java.lang.ClassNotFoundException" found workaround by adding webcontent\web-inf\src to build path )

    I loaded up the recent version (1.7.1)  and was trying out the various pieces on my local machine (domino designer web preview) and all appeared to work fine. When I replicated to 8.5.3 server and after updating to latest extension library (8.5.3.20121217-1354) (as the version I had on the server was outdated and caused Error 500 issue, which wen t away immediately after updating extlib) I was receiving the following error when uploading a photo:

     


    Unexpected runtime error
    The runtime has encountered an unexpected error.
    Error source
    Page Name:/home.xsp
    Control Id: buttonshare
    Property: onclick

    Exception
    Error while executing JavaScript action expression
    javax.faces.FacesException: Can't instantiate class: 'com.notessidan.se.ScaledImageT'.. java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: com.notessidan.se.ScaledImageT
    Can't instantiate class: 'com.notessidan.se.ScaledImageT'.. java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: com.notessidan.se.ScaledImageT
    java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: com.notessidan.se.ScaledImageT
    class java.lang.ClassNotFoundException: com.notessidan.se.ScaledImageT

    Expression

       1: #{javascript:savePublicStreamPost();
       2: sessionScope.remove("fc")
       3: viewScope.remove("tp")
       4: viewScope.remove("uids");
       5://database.getView("(LookupPosts)").refresh()
       6://viewposts2.refresh();
       7://database.updateFTIndex(true)
       8://if(requestScope.get("sf")=="1"){
       9://context.reloadPage();
      10://}
      11:
      12:
      13: }

    ? Stack Trace

    javax.faces.FacesException: Error while executing JavaScript action expression
        com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:102)
        com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:210)
        com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:96)
        com.ibm.xsp.controller.FacesControllerImpl.execute(FacesControllerImpl.java:250)
        com.ibm.xsp.webapp.FacesServlet.serviceView(FacesServlet.java:223)
        com.ibm.xsp.webapp.FacesServletEx.serviceView(FacesServletEx.java:200)
        com.ibm.xsp.webapp.FacesServlet.service(FacesServlet.java:160)
        com.ibm.xsp.webapp.FacesServletEx.service(FacesServletEx.java:137)
        com.ibm.xsp.webapp.DesignerFacesServlet.service(DesignerFacesServlet.java:103)
        com.ibm.designer.runtime.domino.adapter.ComponentModule.invokeServlet(ComponentModule.java:576)
        com.ibm.domino.xsp.module.nsf.NSFComponentModule.invokeServlet(NSFComponentModule.java:1267)
        com.ibm.designer.runtime.domino.adapter.ComponentModule$AdapterInvoker.invokeServlet(ComponentModule.java:847)
        com.ibm.designer.runtime.domino.adapter.ComponentModule$ServletInvoker.doService(ComponentModule.java:796)
        com.ibm.designer.runtime.domino.adapter.ComponentModule.doService(ComponentModule.java:565)
        com.ibm.domino.xsp.module.nsf.NSFComponentModule.doService(NSFComponentModule.java:1251)
        com.ibm.domino.xsp.module.nsf.NSFService.doServiceInternal(NSFService.java:598)
        com.ibm.domino.xsp.module.nsf.NSFService.doService(NSFService.java:421)
        com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:341)
        com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:297)
        com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:272)
    com.ibm.xsp.exception.EvaluationExceptionEx: Error while executing JavaScript action expression
        com.ibm.xsp.binding.javascript.JavaScriptMethodBinding.invoke(JavaScriptMethodBinding.java:126)
        com.ibm.xsp.application.ActionListenerImpl.processAction(ActionListenerImpl.java:60)
        javax.faces.component.UICommand.broadcast(UICommand.java:324)
        com.ibm.xsp.component.UIEventHandler.broadcast(UIEventHandler.java:366)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIViewRootEx.broadcast(UIViewRootEx.java:1535)
        javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:307)
        javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:428)
        com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:94)
        com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:210)
        com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:96)
        com.ibm.xsp.controller.FacesControllerImpl.execute(FacesControllerImpl.java:250)
        com.ibm.xsp.webapp.FacesServlet.serviceView(FacesServlet.java:223)
        com.ibm.xsp.webapp.FacesServletEx.serviceView(FacesServletEx.java:200)
        com.ibm.xsp.webapp.FacesServlet.service(FacesServlet.java:160)
        com.ibm.xsp.webapp.FacesServletEx.service(FacesServletEx.java:137)
        com.ibm.xsp.webapp.DesignerFacesServlet.service(DesignerFacesServlet.java:103)
        com.ibm.designer.runtime.domino.adapter.ComponentModule.invokeServlet(ComponentModule.java:576)
        com.ibm.domino.xsp.module.nsf.NSFComponentModule.invokeServlet(NSFComponentModule.java:1267)
        com.ibm.designer.runtime.domino.adapter.ComponentModule$AdapterInvoker.invokeServlet(ComponentModule.java:847)
        com.ibm.designer.runtime.domino.adapter.ComponentModule$ServletInvoker.doService(ComponentModule.java:796)
        com.ibm.designer.runtime.domino.adapter.ComponentModule.doService(ComponentModule.java:565)
        com.ibm.domino.xsp.module.nsf.NSFComponentModule.doService(NSFComponentModule.java:1251)
        com.ibm.domino.xsp.module.nsf.NSFService.doServiceInternal(NSFService.java:598)
        com.ibm.domino.xsp.module.nsf.NSFService.doService(NSFService.java:421)
        com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:341)
        com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:297)
        com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:272)
    javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'com.notessidan.se.ScaledImageT'.. java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: com.notessidan.se.ScaledImageT
        com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:300)
        com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:135)
        com.ibm.xsp.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:71)
        com.ibm.xsp.javascript.ServerSideLocalObject.resolveVariable(ServerSideLocalObject.java:97)
        com.ibm.xsp.javascript.ServerSideLocalObject.resolveAttribute(ServerSideLocalObject.java:73)
        com.ibm.xsp.javascript.AbstractLocalObject._get(AbstractLocalObject.java:119)
        com.ibm.xsp.javascript.AbstractLocalObject.getPropertyReference(AbstractLocalObject.java:101)
        com.ibm.jscript.engine.ProgramContext.findGlobalScopeIdentifier(ProgramContext.java:143)
        com.ibm.jscript.engine.ProgramContext.findIdentifier(ProgramContext.java:134)
        com.ibm.jscript.engine.FunctionContext.findIdentifier(FunctionContext.java:154)
        com.ibm.jscript.engine.FunctionContext.findIdentifier(FunctionContext.java:154)
        com.ibm.jscript.ASTTree.ASTIdentifier.interpret(ASTIdentifier.java:105)
        com.ibm.jscript.ASTTree.ASTNew.interpret(ASTNew.java:99)
        com.ibm.jscript.ASTTree.ASTVariableDecl.interpret(ASTVariableDecl.java:82)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTIf.interpret(ASTIf.java:85)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTWhile.interpret(ASTWhile.java:69)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTTry.interpret(ASTTry.java:109)
        com.ibm.jscript.std.FunctionObject._executeFunction(FunctionObject.java:261)
        com.ibm.jscript.std.FunctionObject.executeFunction(FunctionObject.java:185)
        com.ibm.jscript.std.FunctionObject.call(FunctionObject.java:171)
        com.ibm.jscript.types.FBSObject.call(FBSObject.java:161)
        com.ibm.jscript.ASTTree.ASTCall.interpret(ASTCall.java:175)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTIf.interpret(ASTIf.java:85)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTTry.interpret(ASTTry.java:109)
        com.ibm.jscript.std.FunctionObject._executeFunction(FunctionObject.java:261)
        com.ibm.jscript.std.FunctionObject.executeFunction(FunctionObject.java:185)
        com.ibm.jscript.std.FunctionObject.call(FunctionObject.java:171)
        com.ibm.jscript.types.FBSObject.call(FBSObject.java:161)
        com.ibm.jscript.ASTTree.ASTCall.interpret(ASTCall.java:175)
        com.ibm.jscript.ASTTree.ASTProgram.interpret(ASTProgram.java:119)
        com.ibm.jscript.ASTTree.ASTProgram.interpretEx(ASTProgram.java:139)
        com.ibm.jscript.JSExpression._interpretExpression(JSExpression.java:435)
        com.ibm.jscript.JSExpression.access$1(JSExpression.java:424)
        com.ibm.jscript.JSExpression$2.run(JSExpression.java:414)
        java.security.AccessController.doPrivileged(AccessController.java:284)
        com.ibm.jscript.JSExpression.interpretExpression(JSExpression.java:410)
        com.ibm.jscript.JSExpression.evaluateValue(JSExpression.java:251)
        com.ibm.jscript.JSExpression.evaluateValue(JSExpression.java:234)
        com.ibm.xsp.javascript.JavaScriptInterpreter.interpret(JavaScriptInterpreter.java:221)
        com.ibm.xsp.binding.javascript.JavaScriptMethodBinding.invoke(JavaScriptMethodBinding.java:111)
        com.ibm.xsp.application.ActionListenerImpl.processAction(ActionListenerImpl.java:60)
        javax.faces.component.UICommand.broadcast(UICommand.java:324)
        com.ibm.xsp.component.UIEventHandler.broadcast(UIEventHandler.java:366)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIViewRootEx.broadcast(UIViewRootEx.java:1535)
        javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:307)
        javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:428)
        com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:94)
        com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:210)
        com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:96)
        com.ibm.xsp.controller.FacesControllerImpl.execute(FacesControllerImpl.java:250)
        com.ibm.xsp.webapp.FacesServlet.serviceView(FacesServlet.java:223)
        com.ibm.xsp.webapp.FacesServletEx.serviceView(FacesServletEx.java:200)
        com.ibm.xsp.webapp.FacesServlet.service(FacesServlet.java:160)
        com.ibm.xsp.webapp.FacesServletEx.service(FacesServletEx.java:137)
        com.ibm.xsp.webapp.DesignerFacesServlet.service(DesignerFacesServlet.java:103)
        com.ibm.designer.runtime.domino.adapter.ComponentModule.invokeServlet(ComponentModule.java:576)
        com.ibm.domino.xsp.module.nsf.NSFComponentModule.invokeServlet(NSFComponentModule.java:1267)
        com.ibm.designer.runtime.domino.adapter.ComponentModule$AdapterInvoker.invokeServlet(ComponentModule.java:847)
        com.ibm.designer.runtime.domino.adapter.ComponentModule$ServletInvoker.doService(ComponentModule.java:796)
        com.ibm.designer.runtime.domino.adapter.ComponentModule.doService(ComponentModule.java:565)
        com.ibm.domino.xsp.module.nsf.NSFComponentModule.doService(NSFComponentModule.java:1251)
        com.ibm.domino.xsp.module.nsf.NSFService.doServiceInternal(NSFService.java:598)
        com.ibm.domino.xsp.module.nsf.NSFService.doService(NSFService.java:421)
        com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:341)
        com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:297)
        com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:272)
    javax.faces.FacesException: Can't instantiate class: 'com.notessidan.se.ScaledImageT'.. java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: com.notessidan.se.ScaledImageT
        com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:234)
        com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:291)
        com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:135)
        com.ibm.xsp.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:71)
        com.ibm.xsp.javascript.ServerSideLocalObject.resolveVariable(ServerSideLocalObject.java:97)
        com.ibm.xsp.javascript.ServerSideLocalObject.resolveAttribute(ServerSideLocalObject.java:73)
        com.ibm.xsp.javascript.AbstractLocalObject._get(AbstractLocalObject.java:119)
        com.ibm.xsp.javascript.AbstractLocalObject.getPropertyReference(AbstractLocalObject.java:101)
        com.ibm.jscript.engine.ProgramContext.findGlobalScopeIdentifier(ProgramContext.java:143)
        com.ibm.jscript.engine.ProgramContext.findIdentifier(ProgramContext.java:134)
        com.ibm.jscript.engine.FunctionContext.findIdentifier(FunctionContext.java:154)
        com.ibm.jscript.engine.FunctionContext.findIdentifier(FunctionContext.java:154)
        com.ibm.jscript.ASTTree.ASTIdentifier.interpret(ASTIdentifier.java:105)
        com.ibm.jscript.ASTTree.ASTNew.interpret(ASTNew.java:99)
        com.ibm.jscript.ASTTree.ASTVariableDecl.interpret(ASTVariableDecl.java:82)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTIf.interpret(ASTIf.java:85)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTWhile.interpret(ASTWhile.java:69)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTTry.interpret(ASTTry.java:109)
        com.ibm.jscript.std.FunctionObject._executeFunction(FunctionObject.java:261)
        com.ibm.jscript.std.FunctionObject.executeFunction(FunctionObject.java:185)
        com.ibm.jscript.std.FunctionObject.call(FunctionObject.java:171)
        com.ibm.jscript.types.FBSObject.call(FBSObject.java:161)
        com.ibm.jscript.ASTTree.ASTCall.interpret(ASTCall.java:175)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTIf.interpret(ASTIf.java:85)
        com.ibm.jscript.ASTTree.ASTBlock.interpret(ASTBlock.java:100)
        com.ibm.jscript.ASTTree.ASTTry.interpret(ASTTry.java:109)
        com.ibm.jscript.std.FunctionObject._executeFunction(FunctionObject.java:261)
        com.ibm.jscript.std.FunctionObject.executeFunction(FunctionObject.java:185)
        com.ibm.jscript.std.FunctionObject.call(FunctionObject.java:171)
        com.ibm.jscript.types.FBSObject.call(FBSObject.java:161)
        com.ibm.jscript.ASTTree.ASTCall.interpret(ASTCall.java:175)
        com.ibm.jscript.ASTTree.ASTProgram.interpret(ASTProgram.java:119)
        com.ibm.jscript.ASTTree.ASTProgram.interpretEx(ASTProgram.java:139)
        com.ibm.jscript.JSExpression._interpretExpression(JSExpression.java:435)
        com.ibm.jscript.JSExpression.access$1(JSExpression.java:424)
        com.ibm.jscript.JSExpression$2.run(JSExpression.java:414)
        java.security.AccessController.doPrivileged(AccessController.java:284)
        com.ibm.jscript.JSExpression.interpretExpression(JSExpression.java:410)
        com.ibm.jscript.JSExpression.evaluateValue(JSExpression.java:251)
        com.ibm.jscript.JSExpression.evaluateValue(JSExpression.java:234)
        com.ibm.xsp.javascript.JavaScriptInterpreter.interpret(JavaScriptInterpreter.java:221)
        com.ibm.xsp.binding.javascript.JavaScriptMethodBinding.invoke(JavaScriptMethodBinding.java:111)
        com.ibm.xsp.application.ActionListenerImpl.processAction(ActionListenerImpl.java:60)
        javax.faces.component.UICommand.broadcast(UICommand.java:324)
        com.ibm.xsp.component.UIEventHandler.broadcast(UIEventHandler.java:366)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)
        com.ibm.xsp.component.UIDataPanelBase.broadcast(UIDataPanelBase.java:400)

     

     

     

    I had run into a similar error with the "XPages Documentation Wiki" that is discussed here: http://www.openntf.org/internal/home.nsf/response.xsp?action=openDocument&documentId=240196948127B6408625784800559123&MainID=A73730E3F77D4CCD8625784200019EB6

     

    Following the steps outlined in the previous issue, I added "WebContent\WEB-INF\src" folder to the java build path and rebuilt the project and the issue appears resolved Smile, however in designer I see the "errors":

    Description    Resource    Path    Location    Type
    Base64 cannot be resolved    HMACSha1SignatureService.java    TestIntrapages.nsf/WebContent/WEB-INF/src/org/scribe/services    line 47    Java Problem
    CssSelectorNodeFilter cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 32    Java Problem
    CssSelectorNodeFilter cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 44    Java Problem
    HasAttributeFilter cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 33    Java Problem
    HasAttributeFilter cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 34    Java Problem
    HasAttributeFilter cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 56    Java Problem
    HasAttributeFilter cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 72    Java Problem
    Node cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 47    Java Problem
    Node cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 59    Java Problem
    Node cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 75    Java Problem
    NodeList cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 35    Java Problem
    NodeList cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 36    Java Problem
    NodeList cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 37    Java Problem
    Parser cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 31    Java Problem
    Parser cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 40    Java Problem
    ParserException cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 95    Java Problem
    Tag cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 48    Java Problem
    Tag cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 48    Java Problem
    Tag cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 60    Java Problem
    Tag cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 60    Java Problem
    Tag cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 76    Java Problem
    Tag cannot be resolved to a type    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 76    Java Problem
    The import net cannot be resolved    DoDance.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 23    Java Problem
    The import net cannot be resolved    DoDance.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 24    Java Problem
    The import net cannot be resolved    DoDance.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 25    Java Problem
    The import net cannot be resolved    DoDanceStream.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 28    Java Problem
    The import net cannot be resolved    DoDanceStream.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 29    Java Problem
    The import net cannot be resolved    DoDanceStream.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 30    Java Problem
    The import org.apache.commons.codec cannot be resolved    HMACSha1SignatureService.java    TestIntrapages.nsf/WebContent/WEB-INF/src/org/scribe/services    line 6    Java Problem
    The import org.apache.commons.io cannot be resolved    DoDance.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 17    Java Problem
    The import org.apache.commons.io cannot be resolved    DoDanceStream.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 22    Java Problem
    The import org.htmlparser cannot be resolved    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 5    Java Problem
    The import org.htmlparser cannot be resolved    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 7    Java Problem
    The import org.htmlparser cannot be resolved    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 8    Java Problem
    The import org.htmlparser cannot be resolved    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 11    Java Problem
    The import org.htmlparser cannot be resolved    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 15    Java Problem
    The import org.htmlparser cannot be resolved    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 16    Java Problem
    The import org.htmlparser cannot be resolved    getData.java    TestIntrapages.nsf/WebContent/WEB-INF/src/com/notessidan/se    line 17    Java Problem

     

    Since the workaround I have is working as seen from the browser, I am going to continue the use with the errors, but would like a clarification if there is better solution.

     

    Thanks,

    Jim
     

    • strange

      By Thomas Adrian 1 decade ago

      Jim. 

      I don't quite get it. 

      according to the errors you get there is nothing wrong with extlib.. the errors come from a java class not found.

      Sounds to me like the application is not built correctly. try to do a rebuild of the application without doing any changes will prorbably wotk as well.

      On my side everything is workig fine in 8.5.3, 

      Let me know if you find out anything else about what is causing this.

       

      • Rebuilt before and had issue

        By Jim Romaine 1 decade ago

        So I did rebuild initially before remembering the other problem I had. The "WEBCONTENT\Web-Inf\src" corrected it and now that I have rebuilt it several times since, I have taken the "WEBCONTENT\Web-Inf\src" out of the build path and rebuilt again.

         

        This time it works and another plus it also gets rid of the warnings that I posted initially.

         

        I do not know why it didn't build right initially, but seems to be good now that I got past the first build issue.

        Thanks again,

        Jim

         

        • good

          By Thomas Adrian 1 decade ago

          that sounds good.

          after opening DDE you alsways need to rebuild twice, after that only once

           

          /Thomas