Coder Social home page Coder Social logo

org.apache.jasper.JasperException: java.lang.NullPointerException: charsetName Failure processing jsps about openfire-apns-plugin HOT 6 OPEN

xinminlabs avatar xinminlabs commented on June 18, 2024
org.apache.jasper.JasperException: java.lang.NullPointerException: charsetName Failure processing jsps

from openfire-apns-plugin.

Comments (6)

paulo-ogilvie avatar paulo-ogilvie commented on June 18, 2024

As posted on the other thread, I got this working after many days of work.

The solution is to use maven 2.2.1, and re-install maven-openfire-plugin , openfire.jar , then finally openfire-apns-plugin . This has been a challenge for me also. I don't know if it helped, but I added the stanza

<properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 
</properties>

right before the close tag in maven-openfire-plugin-master/pom.xml when i got it to compile.

from openfire-apns-plugin.

 avatar commented on June 18, 2024

I just ran into the exact same problem with maven 2.2.1 and openfire (both 3.8.2 and 3.10.0). Using the UTF-8 property did not help. Any suggestions?

from openfire-apns-plugin.

 avatar commented on June 18, 2024

Upgraded to maven 3.0.5 and it worked :)

from openfire-apns-plugin.

RobinPeens avatar RobinPeens commented on June 18, 2024

remove maven2 and install maven.. then rebuild the maven plugin and the apns plugin...

from openfire-apns-plugin.

BhaveshPatadiya avatar BhaveshPatadiya commented on June 18, 2024

Anybody facing the same issue? I just couldn't able to get ride of this issue.

from openfire-apns-plugin.

pburlov avatar pburlov commented on June 18, 2024

Put javaEncoding element in your pom.xml

<plugin>
   <groupId>com.reucon.maven.plugins</groupId>
   <artifactId>maven-openfire-plugin</artifactId>
   <extensions>true</extensions>
   <configuration>
     <javaEncoding>UTF-8</javaEncoding>
   </configuration>
   <version>1.0.2-SNAPSHOT</version>
 </plugin>

from openfire-apns-plugin.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.